From df0b4a34ac4ef0acb5ac085e042298965837490d Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Mon, 25 Mar 2024 20:55:19 -0700 Subject: [PATCH 01/39] Work --- .gitignore | 2 +- .nx/cache/d/daemon.log | 414 + .nx/cache/file-map.json | 8195 +++++++ .nx/cache/lockfile.hash | 1 + .nx/cache/nx_files.nxt | Bin 0 -> 220356 bytes .nx/cache/parsed-lock-file.json | 16609 ++++++++++++++ .nx/cache/project-graph.json | 18326 ++++++++++++++++ .vscode/extensions.json | 7 +- .vscode/launch.json | 4 +- __mocks__/mapMetadata/testMetadata.json | 5 +- __mocks__/workflows/ComplexConditionals.json | 10 +- __mocks__/workflows/Conditionals.json | 5 +- __mocks__/workflows/MoreComplex.json | 25 +- __mocks__/workflows/Scoped.json | 15 +- apps/data-mapper-standalone/project.json | 5 +- apps/data-mapper-standalone/tsconfig.app.json | 8 +- .../data-mapper-standalone/tsconfig.spec.json | 5 +- apps/designer-standalone/project.json | 5 +- apps/designer-standalone/tsconfig.app.json | 8 +- apps/designer-standalone/tsconfig.spec.json | 5 +- apps/vs-code-react/project.json | 5 +- apps/vs-code-react/tsconfig.spec.json | 5 +- babel.config.cjs | 32 + babel.config.json | 3 - biome.json | 7 +- docs/package.json | 12 +- libs/chatbot/.babelrc | 11 - libs/chatbot/.eslintrc.json | 18 - libs/chatbot/README.md | 7 - libs/chatbot/jest.config.ts | 27 - libs/chatbot/jest.setup.js | 34 - libs/chatbot/package.json | 13 + libs/chatbot/project.json | 58 - libs/chatbot/rollup.config.mjs | 17 + libs/chatbot/tsconfig.json | 28 +- libs/chatbot/tsconfig.lib.json | 15 - libs/chatbot/tsconfig.spec.json | 21 - libs/data-mapper/.babelrc | 11 - libs/data-mapper/.eslintrc.json | 18 - libs/data-mapper/jest.config.ts | 20 - libs/data-mapper/jest.setup.js | 19 - libs/data-mapper/package.json | 36 + libs/data-mapper/project.json | 63 - libs/data-mapper/tsconfig.json | 28 +- libs/data-mapper/tsconfig.lib.json | 15 - libs/data-mapper/tsconfig.spec.json | 21 - libs/designer-ui/.babelrc | 11 - libs/designer-ui/.eslintrc.json | 27 - libs/designer-ui/README.md | 7 - libs/designer-ui/jest.config.ts | 28 - libs/designer-ui/jest.setup.js | 22 - libs/designer-ui/package.json | 29 + libs/designer-ui/project.json | 58 - libs/designer-ui/tsconfig.json | 26 +- libs/designer-ui/tsconfig.lib.json | 19 - libs/designer-ui/tsconfig.spec.json | 25 - libs/designer/.babelrc | 11 - libs/designer/.eslintrc.json | 18 - libs/designer/README.md | 7 - libs/designer/jest.config.ts | 28 - libs/designer/jest.setup.js | 34 - libs/designer/package.json | 30 + libs/designer/project.json | 63 - libs/designer/tsconfig.json | 28 +- libs/designer/tsconfig.lib.json | 15 - libs/designer/tsconfig.spec.json | 21 - libs/logic-apps-shared/.babelrc | 11 - libs/logic-apps-shared/.eslintrc.json | 20 - libs/logic-apps-shared/README.md | 11 - libs/logic-apps-shared/jest.config.ts | 20 - libs/logic-apps-shared/jest.setup.js | 17 - libs/logic-apps-shared/package.json | 42 +- libs/logic-apps-shared/project.json | 59 - libs/logic-apps-shared/rollup.config.mjs | 17 + .../src/intl/compiled-lang/strings.cs.json | 2 +- .../src/intl/compiled-lang/strings.de.json | 2 +- .../src/intl/compiled-lang/strings.en-XA.json | 2 +- .../src/intl/compiled-lang/strings.es.json | 2 +- .../src/intl/compiled-lang/strings.fr.json | 2 +- .../src/intl/compiled-lang/strings.hu.json | 2 +- .../src/intl/compiled-lang/strings.id.json | 2 +- .../src/intl/compiled-lang/strings.it.json | 2 +- .../src/intl/compiled-lang/strings.ja.json | 2 +- .../src/intl/compiled-lang/strings.json | 2 +- .../src/intl/compiled-lang/strings.ko.json | 2 +- .../src/intl/compiled-lang/strings.nl.json | 2 +- .../src/intl/compiled-lang/strings.pl.json | 2 +- .../src/intl/compiled-lang/strings.pt-BR.json | 2 +- .../src/intl/compiled-lang/strings.pt-PT.json | 2 +- .../src/intl/compiled-lang/strings.ru.json | 2 +- .../src/intl/compiled-lang/strings.sv.json | 2 +- .../src/intl/compiled-lang/strings.tr.json | 2 +- .../intl/compiled-lang/strings.zh-Hans.json | 2 +- .../intl/compiled-lang/strings.zh-Hant.json | 2 +- libs/logic-apps-shared/tsconfig.json | 24 +- libs/logic-apps-shared/tsconfig.lib.json | 10 - libs/logic-apps-shared/tsconfig.spec.json | 16 - libs/vscode-extension/.babelrc | 11 - libs/vscode-extension/.eslintrc.json | 18 - libs/vscode-extension/README.md | 11 - libs/vscode-extension/jest.config.ts | 15 - libs/vscode-extension/package.json | 14 +- libs/vscode-extension/project.json | 34 - libs/vscode-extension/tsconfig.json | 23 +- libs/vscode-extension/tsconfig.lib.json | 10 - libs/vscode-extension/tsconfig.spec.json | 9 - package.json | 200 +- pnpm-lock.yaml | 12187 ++++++++++ pnpm-workspace.yaml | 2 + scripts/config.js | 49 + scripts/getRollupConfig.js | 247 + tsconfig.base.json | 38 - tsconfig.json | 26 + workspace.json | 16 - 114 files changed, 56392 insertions(+), 1510 deletions(-) create mode 100644 .nx/cache/d/daemon.log create mode 100644 .nx/cache/file-map.json create mode 100644 .nx/cache/lockfile.hash create mode 100644 .nx/cache/nx_files.nxt create mode 100644 .nx/cache/parsed-lock-file.json create mode 100644 .nx/cache/project-graph.json create mode 100644 babel.config.cjs delete mode 100644 babel.config.json delete mode 100644 libs/chatbot/.babelrc delete mode 100644 libs/chatbot/.eslintrc.json delete mode 100644 libs/chatbot/README.md delete mode 100644 libs/chatbot/jest.config.ts delete mode 100644 libs/chatbot/jest.setup.js delete mode 100644 libs/chatbot/project.json create mode 100644 libs/chatbot/rollup.config.mjs delete mode 100644 libs/chatbot/tsconfig.lib.json delete mode 100644 libs/chatbot/tsconfig.spec.json delete mode 100644 libs/data-mapper/.babelrc delete mode 100644 libs/data-mapper/.eslintrc.json delete mode 100644 libs/data-mapper/jest.config.ts delete mode 100644 libs/data-mapper/jest.setup.js delete mode 100644 libs/data-mapper/project.json delete mode 100644 libs/data-mapper/tsconfig.lib.json delete mode 100644 libs/data-mapper/tsconfig.spec.json delete mode 100644 libs/designer-ui/.babelrc delete mode 100644 libs/designer-ui/.eslintrc.json delete mode 100644 libs/designer-ui/README.md delete mode 100644 libs/designer-ui/jest.config.ts delete mode 100644 libs/designer-ui/jest.setup.js delete mode 100644 libs/designer-ui/project.json delete mode 100644 libs/designer-ui/tsconfig.lib.json delete mode 100644 libs/designer-ui/tsconfig.spec.json delete mode 100644 libs/designer/.babelrc delete mode 100644 libs/designer/.eslintrc.json delete mode 100644 libs/designer/README.md delete mode 100644 libs/designer/jest.config.ts delete mode 100644 libs/designer/jest.setup.js delete mode 100644 libs/designer/project.json delete mode 100644 libs/designer/tsconfig.lib.json delete mode 100644 libs/designer/tsconfig.spec.json delete mode 100644 libs/logic-apps-shared/.babelrc delete mode 100644 libs/logic-apps-shared/.eslintrc.json delete mode 100644 libs/logic-apps-shared/README.md delete mode 100644 libs/logic-apps-shared/jest.config.ts delete mode 100644 libs/logic-apps-shared/jest.setup.js delete mode 100644 libs/logic-apps-shared/project.json create mode 100644 libs/logic-apps-shared/rollup.config.mjs delete mode 100644 libs/logic-apps-shared/tsconfig.lib.json delete mode 100644 libs/logic-apps-shared/tsconfig.spec.json delete mode 100644 libs/vscode-extension/.babelrc delete mode 100644 libs/vscode-extension/.eslintrc.json delete mode 100644 libs/vscode-extension/README.md delete mode 100644 libs/vscode-extension/jest.config.ts delete mode 100644 libs/vscode-extension/project.json delete mode 100644 libs/vscode-extension/tsconfig.lib.json delete mode 100644 libs/vscode-extension/tsconfig.spec.json create mode 100644 pnpm-lock.yaml create mode 100644 pnpm-workspace.yaml create mode 100644 scripts/config.js create mode 100644 scripts/getRollupConfig.js delete mode 100644 tsconfig.base.json create mode 100644 tsconfig.json delete mode 100644 workspace.json diff --git a/.gitignore b/.gitignore index fbf94ad758a..4295e397095 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ /out-tsc # dependencies -/node_modules +node_modules # IDEs and editors /.idea diff --git a/.nx/cache/d/daemon.log b/.nx/cache/d/daemon.log new file mode 100644 index 00000000000..8c3e5657da3 --- /dev/null +++ b/.nx/cache/d/daemon.log @@ -0,0 +1,414 @@ +[NX Daemon Server] - 2024-03-26T03:24:15.606Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock +[NX Daemon Server] - 2024-03-26T03:24:15.622Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) +[NX Daemon Server] - 2024-03-26T03:24:15.622Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:24:15.622Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-26T03:24:15.625Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-26T03:24:15.769Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:24:15.769Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:24:15.769Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:24:16.545Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-26T03:24:16.546Z - Time taken for 'total for creating and serializing project graph' 919.9834170043468ms +[NX Daemon Server] - 2024-03-26T03:24:16.546Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:24:16.548Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-26T03:24:16.548Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 920. Response time: 3. +[NX Daemon Server] - 2024-03-26T03:24:16.555Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-26T03:24:16.555Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-26T03:24:16.555Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. +[NX Daemon Server] - 2024-03-26T03:24:16.558Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-26T03:24:59.411Z - [WATCHER]: libs/chatbot/package.json was modified +[NX Daemon Server] - 2024-03-26T03:24:59.411Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:24:59.516Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:24:59.516Z - [REQUEST]: libs/chatbot/package.json +[NX Daemon Server] - 2024-03-26T03:24:59.516Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:24:59.582Z - Time taken for 'hash changed files from watcher' 3.4532079994678497ms +[NX Daemon Server] - 2024-03-26T03:25:34.573Z - [WATCHER]: libs/chatbot/package.json was modified +[NX Daemon Server] - 2024-03-26T03:25:34.573Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:25:34.776Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:25:34.777Z - [REQUEST]: libs/chatbot/package.json +[NX Daemon Server] - 2024-03-26T03:25:34.777Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:25:34.832Z - Time taken for 'hash changed files from watcher' 2.2701670080423355ms +[NX Daemon Server] - 2024-03-26T03:25:42.885Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted +[NX Daemon Server] - 2024-03-26T03:25:42.885Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:25:43.286Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:25:43.287Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:25:43.287Z - [REQUEST]: libs/chatbot/jest.setup.js,libs/chatbot/jest.config.ts +[NX Daemon Server] - 2024-03-26T03:25:43.536Z - Time taken for 'hash changed files from watcher' 1.3793749958276749ms +[NX Daemon Server] - 2024-03-26T03:25:49.340Z - [WATCHER]: libs/chatbot/.eslintrc.json was deleted +[NX Daemon Server] - 2024-03-26T03:25:49.340Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:25:50.143Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:25:50.143Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:25:50.143Z - [REQUEST]: libs/chatbot/.eslintrc.json +[NX Daemon Server] - 2024-03-26T03:25:50.211Z - Time taken for 'hash changed files from watcher' 2.47112500667572ms +[NX Daemon Server] - 2024-03-26T03:25:54.437Z - [WATCHER]: libs/chatbot/.babelrc was deleted +[NX Daemon Server] - 2024-03-26T03:25:54.437Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:25:56.039Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:25:56.039Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:25:56.039Z - [REQUEST]: libs/chatbot/.babelrc +[NX Daemon Server] - 2024-03-26T03:25:56.098Z - Time taken for 'hash changed files from watcher' 1.7534999996423721ms +[NX Daemon Server] - 2024-03-26T03:27:19.740Z - [WATCHER]: tsconfig.base.json was deleted +[NX Daemon Server] - 2024-03-26T03:27:19.740Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:27:22.942Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:27:22.943Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:27:22.943Z - [REQUEST]: tsconfig.base.json +[NX Daemon Server] - 2024-03-26T03:27:23.184Z - Time taken for 'hash changed files from watcher' 1.3768329918384552ms +[NX Daemon Server] - 2024-03-26T03:27:51.217Z - [WATCHER]: tsconfig.json was created or restored +[NX Daemon Server] - 2024-03-26T03:27:51.217Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:27:51.321Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:27:51.321Z - [REQUEST]: tsconfig.json +[NX Daemon Server] - 2024-03-26T03:27:51.321Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:27:51.380Z - Time taken for 'hash changed files from watcher' 2.421333998441696ms +[NX Daemon Server] - 2024-03-26T03:28:00.724Z - [WATCHER]: tsconfig.json was modified +[NX Daemon Server] - 2024-03-26T03:28:00.725Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:28:00.953Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:28:00.954Z - [REQUEST]: tsconfig.json +[NX Daemon Server] - 2024-03-26T03:28:00.954Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:28:01.200Z - Time taken for 'hash changed files from watcher' 27.543166995048523ms +[NX Daemon Server] - 2024-03-26T03:28:12.649Z - [WATCHER]: libs/chatbot/tsconfig.lib.json was deleted +[NX Daemon Server] - 2024-03-26T03:28:12.649Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:28:12.707Z - [WATCHER]: libs/chatbot/tsconfig.spec.json was deleted +[NX Daemon Server] - 2024-03-26T03:28:12.707Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:28:13.051Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:28:13.051Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:28:13.051Z - [REQUEST]: libs/chatbot/tsconfig.lib.json,libs/chatbot/tsconfig.spec.json +[NX Daemon Server] - 2024-03-26T03:28:13.165Z - Time taken for 'hash changed files from watcher' 1.4239170104265213ms +[NX Daemon Server] - 2024-03-26T03:28:20.394Z - [WATCHER]: libs/chatbot/README.md was deleted +[NX Daemon Server] - 2024-03-26T03:28:20.394Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:28:21.198Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:28:21.198Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:28:21.198Z - [REQUEST]: libs/chatbot/README.md +[NX Daemon Server] - 2024-03-26T03:28:21.253Z - Time taken for 'hash changed files from watcher' 2.154458999633789ms +[NX Daemon Server] - 2024-03-26T03:28:54.648Z - [WATCHER]: libs/chatbot/tsconfig.json was modified +[NX Daemon Server] - 2024-03-26T03:28:54.648Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:28:56.253Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:28:56.253Z - [REQUEST]: libs/chatbot/tsconfig.json +[NX Daemon Server] - 2024-03-26T03:28:56.253Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:28:56.399Z - Time taken for 'hash changed files from watcher' 3.160624995827675ms +[NX Daemon Server] - 2024-03-26T03:28:57.288Z - [WATCHER]: libs/chatbot/tsconfig.json was modified +[NX Daemon Server] - 2024-03-26T03:28:57.288Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:29:00.491Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:29:00.491Z - [REQUEST]: libs/chatbot/tsconfig.json +[NX Daemon Server] - 2024-03-26T03:29:00.491Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:29:00.523Z - Time taken for 'hash changed files from watcher' 2.0177910029888153ms +[NX Daemon Server] - 2024-03-26T03:29:21.052Z - [WATCHER]: libs/chatbot/rollup was created or restored +[NX Daemon Server] - 2024-03-26T03:29:21.053Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:29:21.156Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:29:21.157Z - [REQUEST]: libs/chatbot/rollup +[NX Daemon Server] - 2024-03-26T03:29:21.157Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:29:21.211Z - Time taken for 'hash changed files from watcher' 2.7014999985694885ms +[NX Daemon Server] - 2024-03-26T03:29:32.437Z - [WATCHER]: 1 file(s) created or restored, 0 file(s) modified, 1 file(s) deleted +[NX Daemon Server] - 2024-03-26T03:29:32.437Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:29:32.540Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:29:32.540Z - [REQUEST]: libs/chatbot/rollup.config.mjs +[NX Daemon Server] - 2024-03-26T03:29:32.540Z - [REQUEST]: libs/chatbot/rollup +[NX Daemon Server] - 2024-03-26T03:29:32.578Z - Time taken for 'hash changed files from watcher' 1.812959000468254ms +[NX Daemon Server] - 2024-03-26T03:30:10.248Z - [WATCHER]: package.json was modified +[NX Daemon Server] - 2024-03-26T03:30:10.248Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:30:10.456Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:30:10.459Z - [REQUEST]: package.json +[NX Daemon Server] - 2024-03-26T03:30:10.459Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:30:10.579Z - Time taken for 'hash changed files from watcher' 6.319290995597839ms +[NX Daemon Server] - 2024-03-26T03:30:23.661Z - [WATCHER]: package.json was modified +[NX Daemon Server] - 2024-03-26T03:30:23.662Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:30:24.064Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:30:24.064Z - [REQUEST]: package.json +[NX Daemon Server] - 2024-03-26T03:30:24.064Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:30:24.111Z - Time taken for 'hash changed files from watcher' 1.3653749972581863ms +[NX Daemon Server] - 2024-03-26T03:30:30.199Z - [WATCHER]: _tmp_79260_8f4f6fea85f9d1c3424f3bda636f135c was deleted +[NX Daemon Server] - 2024-03-26T03:30:30.199Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:30:31.002Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:30:31.002Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:30:31.002Z - [REQUEST]: _tmp_79260_8f4f6fea85f9d1c3424f3bda636f135c +[NX Daemon Server] - 2024-03-26T03:30:31.088Z - Time taken for 'hash changed files from watcher' 2.701875001192093ms +[NX Daemon Server] - 2024-03-26T03:40:33.278Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock +[NX Daemon Server] - 2024-03-26T03:40:33.282Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) +[NX Daemon Server] - 2024-03-26T03:40:33.282Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:40:33.283Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-26T03:40:33.283Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:40:33.285Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-26T03:40:33.306Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:40:33.307Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:40:33.307Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:40:34.032Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-26T03:40:34.033Z - Time taken for 'total for creating and serializing project graph' 746.5286249965429ms +[NX Daemon Server] - 2024-03-26T03:40:34.034Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-26T03:40:34.034Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 747. Response time: 2. +[NX Daemon Server] - 2024-03-26T03:40:34.039Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-26T03:40:34.040Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-26T03:40:34.040Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-26T03:40:34.042Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-26T03:40:39.522Z - [WATCHER]: libs/data-mapper/tsconfig.json was modified +[NX Daemon Server] - 2024-03-26T03:40:39.523Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:40:39.634Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:40:39.635Z - [REQUEST]: libs/data-mapper/tsconfig.json +[NX Daemon Server] - 2024-03-26T03:40:39.635Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:40:39.732Z - Time taken for 'hash changed files from watcher' 10.130832999944687ms +[NX Daemon Server] - 2024-03-26T03:40:55.826Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:40:55.828Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted +[NX Daemon Server] - 2024-03-26T03:40:55.879Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:40:55.879Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-26T03:40:55.879Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:40:55.882Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-26T03:40:55.883Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:40:55.883Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:40:55.883Z - [REQUEST]: libs/designer/.babelrc,libs/designer/.eslintrc.json +Unable to create nodes for libs/designer/project.json using plugin nx/core/project-json. + + Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' + at Object.openSync (node:fs:605:3) + at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) + at readFileSync (node:fs:473:35) + at node:electron/js2c/node_init:2:9456 + at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) + at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) +[NX Daemon Server] - 2024-03-26T03:40:55.913Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Unable to create nodes for libs/designer/project.json using plugin nx/core/project-json. + + Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' + at Object.openSync (node:fs:605:3) + at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) + at readFileSync (node:fs:473:35) + at node:electron/js2c/node_init:2:9456 + at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) + at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) +CreateNodesError: Unable to create nodes for libs/designer/project.json using plugin nx/core/project-json. + + Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' + at Object.openSync (node:fs:605:3) + at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) + at readFileSync (node:fs:473:35) + at node:electron/js2c/node_init:2:9456 + at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) + at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:174:23) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async processFilesAndCreateAndSerializeProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:142:28) + at async getCachedSerializedProjectGraphPromise (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:43:16) + at async handleRequestProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/handle-request-project-graph.js:12:24) + at async handleResult (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/server.js:110:16) + at async handleMessage (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/server.js:81:9) { + [cause]: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' + at Object.openSync (node:fs:605:3) + at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) + at readFileSync (node:fs:473:35) + at node:electron/js2c/node_init:2:9456 + at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) + at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) { + errno: -2, + syscall: 'open', + code: 'ENOENT', + path: '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' + } +} +[NX Daemon Server] - 2024-03-26T03:40:55.913Z - Done responding to the client null +[NX Daemon Server] - 2024-03-26T03:41:17.030Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock +[NX Daemon Server] - 2024-03-26T03:41:17.032Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) +[NX Daemon Server] - 2024-03-26T03:41:17.041Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:41:17.041Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-26T03:41:17.041Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:41:17.044Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-26T03:41:17.052Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:41:17.052Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:41:17.052Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:41:17.130Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-26T03:41:17.131Z - Time taken for 'total for creating and serializing project graph' 85.46066699922085ms +[NX Daemon Server] - 2024-03-26T03:41:17.132Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-26T03:41:17.132Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 86. Response time: 2. +[NX Daemon Server] - 2024-03-26T03:41:17.136Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-26T03:41:17.136Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-26T03:41:17.136Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. +[NX Daemon Server] - 2024-03-26T03:41:17.139Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-26T03:41:20.675Z - [WATCHER]: libs/designer-ui/tsconfig.json was modified +[NX Daemon Server] - 2024-03-26T03:41:20.676Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:41:20.786Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:41:20.786Z - [REQUEST]: libs/designer-ui/tsconfig.json +[NX Daemon Server] - 2024-03-26T03:41:20.786Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:41:20.867Z - Time taken for 'hash changed files from watcher' 9.172666996717453ms +[NX Daemon Server] - 2024-03-26T03:41:29.738Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted +[NX Daemon Server] - 2024-03-26T03:41:29.738Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:41:29.803Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:41:29.803Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-26T03:41:29.803Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:41:29.805Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-26T03:41:29.807Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:41:29.807Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:41:29.807Z - [REQUEST]: libs/logic-apps-shared/.babelrc,libs/logic-apps-shared/.eslintrc.json +Unable to create nodes for libs/logic-apps-shared/project.json using plugin nx/core/project-json. + + Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' + at Object.openSync (node:fs:605:3) + at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) + at readFileSync (node:fs:473:35) + at node:electron/js2c/node_init:2:9456 + at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) + at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) +[NX Daemon Server] - 2024-03-26T03:41:29.835Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Unable to create nodes for libs/logic-apps-shared/project.json using plugin nx/core/project-json. + + Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' + at Object.openSync (node:fs:605:3) + at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) + at readFileSync (node:fs:473:35) + at node:electron/js2c/node_init:2:9456 + at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) + at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) +CreateNodesError: Unable to create nodes for libs/logic-apps-shared/project.json using plugin nx/core/project-json. + + Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' + at Object.openSync (node:fs:605:3) + at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) + at readFileSync (node:fs:473:35) + at node:electron/js2c/node_init:2:9456 + at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) + at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:174:23) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async processFilesAndCreateAndSerializeProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:142:28) + at async getCachedSerializedProjectGraphPromise (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:43:16) + at async handleRequestProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/handle-request-project-graph.js:12:24) + at async handleResult (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/server.js:110:16) + at async handleMessage (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/server.js:81:9) { + [cause]: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' + at Object.openSync (node:fs:605:3) + at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) + at readFileSync (node:fs:473:35) + at node:electron/js2c/node_init:2:9456 + at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) + at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) + at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) + at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) + at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) + at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) { + errno: -2, + syscall: 'open', + code: 'ENOENT', + path: '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' + } +} +[NX Daemon Server] - 2024-03-26T03:41:29.836Z - Done responding to the client null +[NX Daemon Server] - 2024-03-26T03:41:44.959Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock +[NX Daemon Server] - 2024-03-26T03:41:44.961Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) +[NX Daemon Server] - 2024-03-26T03:41:44.966Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:41:44.966Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-26T03:41:44.967Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-26T03:41:44.969Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-26T03:41:44.978Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:41:44.978Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:41:44.978Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:41:45.053Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-26T03:41:45.054Z - Time taken for 'total for creating and serializing project graph' 84.327084004879ms +[NX Daemon Server] - 2024-03-26T03:41:45.054Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-26T03:41:45.054Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 84. Response time: 1. +[NX Daemon Server] - 2024-03-26T03:41:45.058Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-26T03:41:45.059Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-26T03:41:45.059Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-26T03:41:45.061Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-26T03:41:49.056Z - [WATCHER]: libs/vscode-extension/tsconfig.json was modified +[NX Daemon Server] - 2024-03-26T03:41:49.056Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:41:49.166Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:41:49.166Z - [REQUEST]: libs/vscode-extension/tsconfig.json +[NX Daemon Server] - 2024-03-26T03:41:49.166Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:41:49.237Z - Time taken for 'hash changed files from watcher' 8.238749995827675ms +[NX Daemon Server] - 2024-03-26T03:42:54.346Z - [WATCHER]: libs/data-mapper/package.json was modified +[NX Daemon Server] - 2024-03-26T03:42:54.346Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:42:54.551Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:42:54.552Z - [REQUEST]: libs/data-mapper/package.json +[NX Daemon Server] - 2024-03-26T03:42:54.552Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:42:54.618Z - Time taken for 'hash changed files from watcher' 4.6250420063734055ms +[NX Daemon Server] - 2024-03-26T03:43:06.821Z - [WATCHER]: libs/data-mapper/package.json was modified +[NX Daemon Server] - 2024-03-26T03:43:06.821Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:43:07.225Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:43:07.225Z - [REQUEST]: libs/data-mapper/package.json +[NX Daemon Server] - 2024-03-26T03:43:07.225Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:43:07.263Z - Time taken for 'hash changed files from watcher' 2.6047499924898148ms +[NX Daemon Server] - 2024-03-26T03:43:47.620Z - [WATCHER]: libs/designer/package.json was modified +[NX Daemon Server] - 2024-03-26T03:43:47.620Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:43:48.431Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:43:48.431Z - [REQUEST]: libs/designer/package.json +[NX Daemon Server] - 2024-03-26T03:43:48.431Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:43:48.505Z - Time taken for 'hash changed files from watcher' 9.466667011380196ms +[NX Daemon Server] - 2024-03-26T03:44:28.189Z - [WATCHER]: libs/data-mapper/package.json was modified +[NX Daemon Server] - 2024-03-26T03:44:28.190Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:44:29.796Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:44:29.797Z - [REQUEST]: libs/data-mapper/package.json +[NX Daemon Server] - 2024-03-26T03:44:29.797Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:44:29.859Z - Time taken for 'hash changed files from watcher' 5.856000006198883ms +[NX Daemon Server] - 2024-03-26T03:44:38.963Z - [WATCHER]: libs/designer/package.json was modified +[NX Daemon Server] - 2024-03-26T03:44:38.963Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:44:42.171Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:44:42.172Z - [REQUEST]: libs/designer/package.json +[NX Daemon Server] - 2024-03-26T03:44:42.172Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:44:42.245Z - Time taken for 'hash changed files from watcher' 6.783832997083664ms +[NX Daemon Server] - 2024-03-26T03:45:08.103Z - [WATCHER]: libs/designer-ui/package.json was modified +[NX Daemon Server] - 2024-03-26T03:45:08.103Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:45:14.517Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:45:14.517Z - [REQUEST]: libs/designer-ui/package.json +[NX Daemon Server] - 2024-03-26T03:45:14.517Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:45:14.615Z - Time taken for 'hash changed files from watcher' 12.361625000834465ms +[NX Daemon Server] - 2024-03-26T03:45:29.913Z - [WATCHER]: libs/logic-apps-shared/package.json was modified +[NX Daemon Server] - 2024-03-26T03:45:29.914Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:45:31.804Z - [WATCHER]: libs/logic-apps-shared/package.json was modified +[NX Daemon Server] - 2024-03-26T03:45:31.804Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:45:36.319Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:45:36.319Z - [REQUEST]: libs/logic-apps-shared/package.json +[NX Daemon Server] - 2024-03-26T03:45:36.319Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:45:36.370Z - Time taken for 'hash changed files from watcher' 3.728959009051323ms +[NX Daemon Server] - 2024-03-26T03:45:57.666Z - [WATCHER]: libs/vscode-extension/package.json was modified +[NX Daemon Server] - 2024-03-26T03:45:57.666Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:46:04.070Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:46:04.070Z - [REQUEST]: libs/vscode-extension/package.json +[NX Daemon Server] - 2024-03-26T03:46:04.070Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:46:04.110Z - Time taken for 'hash changed files from watcher' 3.3724999874830246ms +[NX Daemon Server] - 2024-03-26T03:46:09.894Z - [WATCHER]: libs/logic-apps-shared/package.json was modified +[NX Daemon Server] - 2024-03-26T03:46:09.894Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:46:16.299Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:46:16.299Z - [REQUEST]: libs/logic-apps-shared/package.json +[NX Daemon Server] - 2024-03-26T03:46:16.299Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:46:16.340Z - Time taken for 'hash changed files from watcher' 3.4640830010175705ms +[NX Daemon Server] - 2024-03-26T03:46:30.025Z - [WATCHER]: libs/vscode-extension/package.json was modified +[NX Daemon Server] - 2024-03-26T03:46:30.026Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:46:36.436Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:46:36.436Z - [REQUEST]: libs/vscode-extension/package.json +[NX Daemon Server] - 2024-03-26T03:46:36.436Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:46:36.536Z - Time taken for 'hash changed files from watcher' 9.177375003695488ms +[NX Daemon Server] - 2024-03-26T03:46:51.056Z - [WATCHER]: _tmp_80975_663d5a83bf77f55788fba767e5c22feb was deleted +[NX Daemon Server] - 2024-03-26T03:46:51.056Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:46:57.458Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-26T03:46:57.467Z - [REQUEST]: +[NX Daemon Server] - 2024-03-26T03:46:57.467Z - [REQUEST]: _tmp_80975_663d5a83bf77f55788fba767e5c22feb +[NX Daemon Server] - 2024-03-26T03:46:57.533Z - Time taken for 'hash changed files from watcher' 1.3915420025587082ms +[NX Daemon Server] - 2024-03-26T03:47:10.540Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-26T03:47:10.540Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) +[NX Daemon Server] - 2024-03-26T03:47:10.540Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) +[NX Daemon Server] - 2024-03-26T03:47:10.540Z - Server stopped because: "Lock file changed" diff --git a/.nx/cache/file-map.json b/.nx/cache/file-map.json new file mode 100644 index 00000000000..6acb6a34374 --- /dev/null +++ b/.nx/cache/file-map.json @@ -0,0 +1,8195 @@ +{ + "version": "6.0", + "nxVersion": "18.1.3", + "deps": { + "@babel/core": "^7.24.3", + "@babel/preset-env": "^7.24.3", + "@babel/preset-react": "^7.24.1", + "@babel/preset-typescript": "^7.24.1", + "@faker-js/faker": "^8.4.1", + "@rollup/plugin-babel": "^6.0.4", + "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-replace": "^5.0.5", + "@rollup/plugin-terser": "^0.4.4", + "@size-limit/preset-small-lib": "^11.1.2", + "@tanstack/config": "^0.6.0", + "@testing-library/jest-dom": "^6.4.2", + "@testing-library/react": "^14.2.2", + "@testing-library/react-hooks": "^8.0.1", + "@types/node": "^20.11.30", + "husky": "^9.0.11", + "jsdom": "^24.0.0", + "knip": "^5.2.2", + "lint-staged": "^15.2.2", + "nx": "^18.1.2", + "prettier": "^4.0.0-alpha.8", + "prettier-plugin-svelte": "^3.2.2", + "rimraf": "^5.0.5", + "rollup": "^4.13.0", + "rollup-plugin-size": "^0.3.1", + "rollup-plugin-svelte": "^7.2.0", + "rollup-plugin-visualizer": "^5.12.0", + "sherif": "^0.8.1", + "size-limit": "^11.1.2", + "typescript": "5.4.3", + "vitest": "^1.4.0" + }, + "pathMappings": {}, + "nxJsonPlugins": [], + "fileMap": { + "nonProjectFiles": [ + { + "file": "Localize/loc/es/strings.json.lcl", + "hash": "10630009075297831484" + }, + { + "file": "__mocks__/schemas/TargetSchemaJson.json", + "hash": "10254182426973397227" + }, + { + "file": "docs/docs/release.md", + "hash": "10466877829651961408" + }, + { + "file": "__mocks__/workflows/StressTest100.json", + "hash": "18015117502836215746" + }, + { + "file": "Localize/lang/strings.de.json", + "hash": "17569203409436325333" + }, + { + "file": "Localize/loc/nl/strings.json.lcl", + "hash": "13739372631183272308" + }, + { + "file": "__mocks__/mapMetadata/index.ts", + "hash": "15499977704685244619" + }, + { + "file": "nx.json", + "hash": "4429090170692270316" + }, + { + "file": "tsconfig.json", + "hash": "2437352946556600931" + }, + { + "file": "__mocks__/mapMetadata/testMetadataStandalone.ts", + "hash": "12239882979432947255" + }, + { + "file": "Localize/loc/ru/strings.json.lcl", + "hash": "4560299296108810009" + }, + { + "file": "__mocks__/workflows/ConsumptionWorkflowParameters.json", + "hash": "7629133120774663506" + }, + { + "file": "Localize/lang/strings.ru.json", + "hash": "2398499417601080316" + }, + { + "file": "Localize/lang/strings.json", + "hash": "10187810231650355550" + }, + { + "file": "__mocks__/workflows/MultipleRunAftersBig.json", + "hash": "14490270762819621991" + }, + { + "file": "one-loc-build.yml", + "hash": "17077157507478279771" + }, + { + "file": "__mocks__/workflows/Empty.json", + "hash": "18273642241049546868" + }, + { + "file": ".github/sync_config.json", + "hash": "496730615000929693" + }, + { + "file": "Localize/loc/sv/strings.json.lcl", + "hash": "15514359632901017696" + }, + { + "file": "Localize/settings/ICUFormatMessage.lss", + "hash": "120651321713162269" + }, + { + "file": "docs/static/.nojekyll", + "hash": "3244421341483603138" + }, + { + "file": "Localize/LocProject.json", + "hash": "3095542586741732925" + }, + { + "file": "__mocks__/schemas/PlaygroundSourceSchema.json", + "hash": "6221112849179536737" + }, + { + "file": "docs/docs/tsg.mdx", + "hash": "11852171552097445449" + }, + { + "file": "custom-webpack.config.js", + "hash": "4970834634783155458" + }, + { + "file": "Localize/lang/strings.zh-Hans.json", + "hash": "1347672157484416935" + }, + { + "file": "docs/src/pages/changelog.mdx", + "hash": "13575912097021767506" + }, + { + "file": ".github/workflows/loc-auto-merge.yml", + "hash": "4051908195568450540" + }, + { + "file": ".husky/pre-commit", + "hash": "17072907064872377218" + }, + { + "file": "Localize/lang/strings.pt-PT.json", + "hash": "11425133437677615005" + }, + { + "file": "old-playwright.config.base.ts", + "hash": "4390107713842743045" + }, + { + "file": ".eslintrc.json", + "hash": "3029841122081180995" + }, + { + "file": "docs/babel.config.js", + "hash": "1308513646348002384" + }, + { + "file": "Localize/lang/strings.ja.json", + "hash": "11093565599815947997" + }, + { + "file": "Localize/loc/de/strings.json.lcl", + "hash": "17329416204510105183" + }, + { + "file": "__mocks__/schemas/ComprehensiveTargetSchema.json", + "hash": "12236172821382509954" + }, + { + "file": "__mocks__/workflows/ComplexConditionals.json", + "hash": "951427986366087084" + }, + { + "file": ".github/workflows/ISSUE_MANAGEMENT.yml", + "hash": "13114629795705431580" + }, + { + "file": ".github/ISSUE_TEMPLATE/config.yml", + "hash": "17858606678031151155" + }, + { + "file": "__mocks__/workflows/Switch.json", + "hash": "3916122250248788443" + }, + { + "file": "Localize/loc/pl/strings.json.lcl", + "hash": "12664342038807978168" + }, + { + "file": "__mocks__/workflows/StressTest500.json", + "hash": "12244941126482239468" + }, + { + "file": "Localize/lang/strings.ko.json", + "hash": "5047965408602093376" + }, + { + "file": "docs/docs/img/architecture.png", + "hash": "26421078174694397" + }, + { + "file": "docs/src/css/custom.css", + "hash": "18032339206207475562" + }, + { + "file": "Localize/lang/strings.pl.json", + "hash": "1411413952181818706" + }, + { + "file": "__mocks__/connectors.json", + "hash": "9848381554052279305" + }, + { + "file": "pnpm-lock.yaml", + "hash": "13884686097975073212" + }, + { + "file": ".github/workflows/codeql-analysis.yml", + "hash": "14513951734113331483" + }, + { + "file": "Localize/loc/fr/strings.json.lcl", + "hash": "12222067202921797253" + }, + { + "file": ".github/workflows/test.yml", + "hash": "1393832093165520894" + }, + { + "file": "NOTICE", + "hash": "4974440325704483544" + }, + { + "file": "Localize/lang/strings.sv.json", + "hash": "13158413859789907558" + }, + { + "file": "__mocks__/workflows/UnicodeKeys.json", + "hash": "9641220241181624180" + }, + { + "file": "docs/README.md", + "hash": "1980246878577320622" + }, + { + "file": "__mocks__/workflows/StressTest400.json", + "hash": "4743644115029324208" + }, + { + "file": "Localize/loc/ja/strings.json.lcl", + "hash": "4296609352328892144" + }, + { + "file": "__mocks__/workflows/StressTest1000.json", + "hash": "7669209502452834210" + }, + { + "file": ".editorconfig", + "hash": "5443105041930014821" + }, + { + "file": "Localize/loc/hu/strings.json.lcl", + "hash": "2641831022449056346" + }, + { + "file": ".github/workflows/compile-loc.yml", + "hash": "6716544478710748287" + }, + { + "file": "docs/docs/img/hotfixRelease.png", + "hash": "9522439736757580286" + }, + { + "file": "docs/docs/intro.md", + "hash": "6350111963721107528" + }, + { + "file": "__mocks__/workflows/AllScopeNodes.json", + "hash": "14356671101748434170" + }, + { + "file": "biome.json", + "hash": "5810288505351875601" + }, + { + "file": "e2e/designer/dragAndDrop.spec.ts", + "hash": "12566355067625223967" + }, + { + "file": ".github/workflows/playwright.yml", + "hash": "1363863345889058033" + }, + { + "file": "e2e/designer/serialization.spec.ts", + "hash": "9249161132102907996" + }, + { + "file": "__mocks__/workflows/StressTest200.json", + "hash": "1645800986951066668" + }, + { + "file": "__mocks__/workflows/Recurrence.json", + "hash": "3782576819996791784" + }, + { + "file": "Localize/loc/tr/strings.json.lcl", + "hash": "5881830899143780267" + }, + { + "file": ".github/ISSUE_TEMPLATE/ca11y.yml", + "hash": "5293457826370554882" + }, + { + "file": "Localize/lang/strings.es.json", + "hash": "8312732778025097058" + }, + { + "file": "docs/docs/data-mapper/_category_.json", + "hash": "15175384677382494990" + }, + { + "file": "docs/.gitignore", + "hash": "3945052881859496627" + }, + { + "file": "docs/docs/img/tsg/knownIssuesExample_dark.png", + "hash": "18121832043530022556" + }, + { + "file": "__mocks__/workflows/MoreComplex.json", + "hash": "356977680749027593" + }, + { + "file": "__mocks__/schemas/index.ts", + "hash": "2795136411859709371" + }, + { + "file": "migrations.json", + "hash": "1752963221756935581" + }, + { + "file": "__mocks__/workflows/Panel.json", + "hash": "6956073210192159306" + }, + { + "file": "pnpm-workspace.yaml", + "hash": "9635168946596809969" + }, + { + "file": "docs/static/img/logo.svg", + "hash": "7105735927878628467" + }, + { + "file": "__mocks__/workflows/simpleForeach.json", + "hash": "3200434854997074561" + }, + { + "file": "__mocks__/mapMetadata/testMetadata.json", + "hash": "13266513340234215125" + }, + { + "file": "__mocks__/schemas/ComprehensiveSourceSchema.json", + "hash": "14056455167740757319" + }, + { + "file": "scripts/getRollupConfig.js", + "hash": "7305725819581342265" + }, + { + "file": "package-lock.json", + "hash": "7356728959037251345" + }, + { + "file": "docs/docusaurus.config.ts", + "hash": "14248392264089256334" + }, + { + "file": "__mocks__/workflows/StandardWorkflowParameters.json", + "hash": "3382298018965360790" + }, + { + "file": "docs/static/img/favicon.ico", + "hash": "12018898405833912528" + }, + { + "file": ".vscode/extensions.json", + "hash": "18084603426054295687" + }, + { + "file": "Localize/loc/pt-PT/strings.json.lcl", + "hash": "15908807096422373690" + }, + { + "file": ".github/pull_request_template.md", + "hash": "15522796552713692114" + }, + { + "file": "LICENSE.md", + "hash": "11929769968810875751" + }, + { + "file": ".npmrc", + "hash": "4554515537806935951" + }, + { + "file": "docs/docs/img/productionRelease.png", + "hash": "16021452614758189981" + }, + { + "file": "types/Svg.d.ts", + "hash": "16119276421185882375" + }, + { + "file": "Localize/loc/id/strings.json.lcl", + "hash": "13654155812274227623" + }, + { + "file": "Localize/lang/strings.hu.json", + "hash": "2484854965160515633" + }, + { + "file": "__mocks__/mapDefinitions/FullTranscriptMapDefinition.ts", + "hash": "3944062966816905762" + }, + { + "file": "init.js", + "hash": "18386098831189968662" + }, + { + "file": "Localize/lang/strings.tr.json", + "hash": "6662397990441984552" + }, + { + "file": "__mocks__/workflows/Conditionals.json", + "hash": "3270124117208533486" + }, + { + "file": "package.json", + "hash": "18359565079851736432" + }, + { + "file": "Localize/loc/zh-Hant/strings.json.lcl", + "hash": "18161577119653313488" + }, + { + "file": "jest.config.ts", + "hash": "1257711678503192656" + }, + { + "file": "__mocks__/schemas/PlaygroundTargetSchema.json", + "hash": "11507768908418701863" + }, + { + "file": "docs/sidebars.ts", + "hash": "6381511234735084225" + }, + { + "file": "docs/package.json", + "hash": "13867002203763134404" + }, + { + "file": "jest.preset.js", + "hash": "2772139696069860212" + }, + { + "file": "SECURITY.md", + "hash": "9439797681970859283" + }, + { + "file": "__mocks__/workflows/simpleScoped.json", + "hash": "3543061434896807894" + }, + { + "file": ".versionrc", + "hash": "1535997441621131792" + }, + { + "file": "__mocks__/schemas/SourceSchemaJson.json", + "hash": "4190556006012848629" + }, + { + "file": "docs/static/img/logicapp.png", + "hash": "18231532070800362266" + }, + { + "file": "format.js", + "hash": "1306498498269790088" + }, + { + "file": "CODE_OF_CONDUCT.md", + "hash": "15583593583900038246" + }, + { + "file": "Localize/loc/cs/strings.json.lcl", + "hash": "18218797302195839823" + }, + { + "file": "__mocks__/workflows/simpleBigworkflow.json", + "hash": "6589532073964586460" + }, + { + "file": ".github/workflows/Deploy-Documentation.yml", + "hash": "7495603297520505074" + }, + { + "file": "Localize/lang/strings.pt-BR.json", + "hash": "13448318565523023378" + }, + { + "file": ".gitattributes", + "hash": "8207937369485138236" + }, + { + "file": "Localize/lang/strings.nl.json", + "hash": "12725481479453591815" + }, + { + "file": ".github/ISSUE_TEMPLATE/data_mapper.yml", + "hash": "17111424543774017603" + }, + { + "file": "__mocks__/mapDefinitions/ComprehensiveMapDefinition.ts", + "hash": "9919290274382928880" + }, + { + "file": "__mocks__/workflows/StressTest50.json", + "hash": "14704594591881977339" + }, + { + "file": "Localize/loc/ko/strings.json.lcl", + "hash": "10499652806174351692" + }, + { + "file": "__mocks__/mapDefinitions/index.ts", + "hash": "16382172872236827587" + }, + { + "file": "Localize/lang/strings.id.json", + "hash": "3980736677736021031" + }, + { + "file": "__mocks__/workflows/StraightLine.json", + "hash": "4991082168474140639" + }, + { + "file": ".github/pr-title-checker-config.json", + "hash": "17204226807832485512" + }, + { + "file": ".vscode/launch.json", + "hash": "13578675064546875513" + }, + { + "file": "__mocks__/runs/simpleScoped.json", + "hash": "7980537690521249977" + }, + { + "file": ".github/workflows/pr-title-check.yml", + "hash": "16865650786881394050" + }, + { + "file": "__mocks__/schemas/TargetSchema.json", + "hash": "15315721781980201592" + }, + { + "file": "__mocks__/workflows/StressTest600.json", + "hash": "14263668666459582022" + }, + { + "file": "Localize/loc/zh-Hans/strings.json.lcl", + "hash": "1371534145676941293" + }, + { + "file": "Localize/lang/strings.fr.json", + "hash": "17317513078192360328" + }, + { + "file": "__mocks__/workflows/StressTest300.json", + "hash": "8073244307323596319" + }, + { + "file": ".github/workflows/package-lock-version-test.yml", + "hash": "3012940027669865641" + }, + { + "file": "__mocks__/svgTransform.js", + "hash": "11323230226160083933" + }, + { + "file": "Localize/loc/pt-BR/strings.json.lcl", + "hash": "967539809268998628" + }, + { + "file": ".gitignore", + "hash": "6816632219757218632" + }, + { + "file": "Localize/lang/strings.cs.json", + "hash": "7849999252714519521" + }, + { + "file": "docs/docs/data-mapper/vscode.md", + "hash": "17587935708811884986" + }, + { + "file": ".github/workflows/issue-sync.yml", + "hash": "7185721735763025209" + }, + { + "file": "__mocks__/workflows/StressTest500Gross.json", + "hash": "12246450347458963764" + }, + { + "file": "CHANGELOG.md", + "hash": "8653009368205701997" + }, + { + "file": "e2e/designer/app.spec.ts", + "hash": "4561138837925107483" + }, + { + "file": "docs/docs/vscode.md", + "hash": "2331496839650087120" + }, + { + "file": "docs/docs/data-mapper/standalone.md", + "hash": "3344137372261026221" + }, + { + "file": "__mocks__/workflows/Scoped.json", + "hash": "6090246630251997757" + }, + { + "file": ".github/workflows/production-build.yml", + "hash": "18079169232381540892" + }, + { + "file": "docs/tsconfig.json", + "hash": "6554115139338757959" + }, + { + "file": "Localize/loc/it/strings.json.lcl", + "hash": "6251563912352579400" + }, + { + "file": "__mocks__/workflows/RunAfter.json", + "hash": "17581560171894355118" + }, + { + "file": "README.md", + "hash": "8981796807056710969" + }, + { + "file": "scripts/config.js", + "hash": "12713597404829799674" + }, + { + "file": "__mocks__/schemas/DeepNestedSequenceAndObj.json", + "hash": "12317783714393955752" + }, + { + "file": "Localize/lang/strings.it.json", + "hash": "600448890186345464" + }, + { + "file": "docs/src/pages/markdown-page.md", + "hash": "2637912770613796076" + }, + { + "file": "__mocks__/mapDefinitions/TranscriptJsonMapDefinition.ts", + "hash": "11752793667417622953" + }, + { + "file": "Localize/lang/strings.zh-Hant.json", + "hash": "10854611808467816908" + }, + { + "file": "SUPPORT.md", + "hash": "14636316271959715561" + }, + { + "file": "docs/docs/img/tsg/portalVersionBox.png", + "hash": "14902344370945731821" + }, + { + "file": "__mocks__/schemas/SourceSchema.json", + "hash": "14432605415286913612" + }, + { + "file": "babel.config.json", + "hash": "5546405625092116747" + }, + { + "file": ".vscode/tasks.json", + "hash": "16863986330420562344" + }, + { + "file": "extension-copy-svgs.js", + "hash": "11484980984219560786" + }, + { + "file": "docs/package-lock.json", + "hash": "13759196483087852101" + }, + { + "file": ".github/ISSUE_TEMPLATE/bug_report.yml", + "hash": "15272737862536224901" + }, + { + "file": "docs/docs/data-mapper/overview.md", + "hash": "2329917603983957482" + }, + { + "file": "playwright.config.ts", + "hash": "10236223410941572897" + }, + { + "file": "docs/docs/img/tsg/knownIssuesExample_light.png", + "hash": "5567342054276507678" + } + ], + "projectFileMap": { + "@microsoft/logic-apps-shared": [ + { + "file": "libs/logic-apps-shared/package.json", + "hash": "16939036965111581107", + "deps": ["npm:axios", "npm:react", "npm:react-dom"] + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", + "hash": "9380633527024969017" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", + "hash": "4041114759273409584" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", + "hash": "10980591961957595574" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", + "hash": "14932256798314394001" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", + "hash": "4954893213128657861" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", + "hash": "7641115249858288898" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", + "hash": "14155161053626149773" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", + "hash": "10972091389277624213" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", + "hash": "13275715186680132199" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", + "hash": "9419528765660266757" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", + "hash": "4669131476797349411" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", + "hash": "15797244550270547552" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", + "hash": "10330401647675404759" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", + "hash": "17852464963027913539" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", + "hash": "13076656641523798014" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", + "hash": "8845907297149909914" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", + "hash": "3952823562411976711" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", + "hash": "3006629702659510739" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", + "hash": "100886477017713472" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", + "hash": "10077679475171809126" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", + "hash": "5660188368050508854" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", + "hash": "11131838065920201391" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", + "hash": "13566082502710021736" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", + "hash": "12296705675084518902" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", + "hash": "13342526508144347040" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", + "hash": "13474461375617718404" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", + "hash": "13983831321244283457" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", + "hash": "7108278579523220096" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", + "hash": "10631873547046281293" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", + "hash": "7123412413209186643" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", + "hash": "1117570328130652991" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", + "hash": "1733264326402918092" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", + "hash": "3595708927429341533" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", + "hash": "865894747783623426" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", + "hash": "14830756969705794134" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", + "hash": "2914946415659675297" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", + "hash": "16834400481796434548" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", + "hash": "1803557640068303928" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", + "hash": "15092434348554335476" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", + "hash": "2276513063347032356" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", + "hash": "17998935529655324249" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", + "hash": "15364460512758958557" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", + "hash": "16899240778924055950" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", + "hash": "9924011533457598450" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", + "hash": "7767572464887768924" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", + "hash": "7686527428866436332" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", + "hash": "11373234010056310761" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", + "hash": "7741997988177804309" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", + "hash": "16657797432027512711" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", + "hash": "7834292151783220118" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", + "hash": "17051891480431593406" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", + "hash": "16730245766611684683" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", + "hash": "12726839322862689200" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", + "hash": "5887391731984230327" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", + "hash": "2467732114642522871" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", + "hash": "16626034528140491702" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", + "hash": "5296002993116882013" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", + "hash": "10188017289627588969" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", + "hash": "1675159976062942822" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", + "hash": "7502777635008205844" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", + "hash": "12878592596309783536" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", + "hash": "2791881012434324580" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", + "hash": "2511804783728502816" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", + "hash": "3432859881620549418" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", + "hash": "9387336807673284390" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", + "hash": "4898963402533420357" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", + "hash": "4269944712057516493" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", + "hash": "14718265665059339280" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", + "hash": "7061604242452138165" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", + "hash": "4587592477800649019" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", + "hash": "10401458838187653612" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", + "hash": "9176891392587620857" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", + "hash": "2407199846941309722" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", + "hash": "1123876939319318092" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", + "hash": "4017627522031381565" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", + "hash": "2171159214513520920" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", + "hash": "889254322578873619" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", + "hash": "14413093575682152883" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", + "hash": "15165385131541472136" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", + "hash": "6828262639021969187" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", + "hash": "16330222175525472241" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", + "hash": "12427938755401727885" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", + "hash": "3374555813812257809" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", + "hash": "14739455734775086197" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", + "hash": "1170392313973954221" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", + "hash": "8180427621259037034" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", + "hash": "15958942562504641676" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", + "hash": "7763682490519613414" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", + "hash": "4068662167400180993" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", + "hash": "4794954947494896316" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", + "hash": "7116187061199185090" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", + "hash": "15977621135028738095" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", + "hash": "13660420692246207956" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", + "hash": "1572341707960536870" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", + "hash": "14232613849282454700" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", + "hash": "10166760419688614209" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", + "hash": "16055192665565192698" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", + "hash": "8175155994288497941" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", + "hash": "8119741906614068714" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", + "hash": "11206711847389194503" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", + "hash": "3591160166539833104" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", + "hash": "7773406589009896884" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", + "hash": "4892768480021903587" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", + "hash": "15349888454275642220" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", + "hash": "11046645091441895299" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", + "hash": "17410102243572103025" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", + "hash": "2205405226598303423" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", + "hash": "16443053848208043214" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", + "hash": "6353074068805754271" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", + "hash": "11041788749094915589" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", + "hash": "5538973094461018797" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", + "hash": "6510671093079847643" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", + "hash": "828638025484685731" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", + "hash": "6895097639477963071" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", + "hash": "1426547248963374528" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", + "hash": "14413697257595496781" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", + "hash": "1799919933587927043" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", + "hash": "1571462774225673671" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", + "hash": "1911584494890126351" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", + "hash": "2330141020463872277" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", + "hash": "10719568855246472076" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", + "hash": "18139156273697161782" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", + "hash": "15720245641047356701" + }, + { + "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", + "hash": "12086801869317392928" + }, + { + "file": "libs/logic-apps-shared/src/index.ts", + "hash": "9717124156846303739" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", + "hash": "11318221955501235729" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", + "hash": "13611516582697097448" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", + "hash": "11544173516496230263" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", + "hash": "14862806058688104976" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", + "hash": "9626306083503098516" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", + "hash": "13452577152159708039" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", + "hash": "2639767277319145060" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", + "hash": "11253900666781060000" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", + "hash": "2514579217606816857" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", + "hash": "2216121188647329440" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", + "hash": "7351183375731221476" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", + "hash": "4640309169592179384" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", + "hash": "18323037848901728858" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", + "hash": "14223814348622883515" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", + "hash": "17423074136970485531" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", + "hash": "17876580007472127052" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", + "hash": "5567473388799682859" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", + "hash": "17142141458975466703" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", + "hash": "14405559325804551293" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", + "hash": "15848248395621852185" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", + "hash": "17627181196005757916" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", + "hash": "6040922602083171954" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", + "hash": "10055707279763634029" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", + "hash": "9089577798505505863" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", + "hash": "13562749690133433887" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", + "hash": "5663604703010066942" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", + "hash": "2534161988511516592" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", + "hash": "16419030944505832016" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", + "hash": "15612717865703687552" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", + "hash": "13474113712208318530" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", + "hash": "881578797815144323" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", + "hash": "11790935691899638544" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", + "hash": "8385944373056976852" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", + "hash": "4043313233263109351" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", + "hash": "11102785353391478346" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", + "hash": "171638812131418198" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", + "hash": "2327407329881982053" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", + "hash": "9629066330778884542" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", + "hash": "16717791144236642315" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", + "hash": "9536863172217279644" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", + "hash": "18142537813025869201" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", + "hash": "15387106749322046014" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/index.ts", + "hash": "5880101155327804229" + }, + { + "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", + "hash": "9493587879189422226" + }, + { + "file": "libs/logic-apps-shared/src/parsers/index.ts", + "hash": "14406165726550655762" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", + "hash": "14434625489663341100" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", + "hash": "431479051526850728" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", + "hash": "1447869553729602329" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", + "hash": "5729743152469113203" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", + "hash": "11639224397713257805" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", + "hash": "16375130740710703419" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", + "hash": "11953954476398047389" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", + "hash": "2210192340749619384" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", + "hash": "511658573327045626" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", + "hash": "12303487102566855915" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", + "hash": "11402826658491359232" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", + "hash": "6825951630416775947" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", + "hash": "2805940425132879908" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", + "hash": "8489667444524953557" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", + "hash": "14606573267340170277" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", + "hash": "14196059685546491397" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", + "hash": "14050169068191640430" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", + "hash": "10053227308471445195" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", + "hash": "11769122580063614459" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", + "hash": "745830827396299178" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", + "hash": "1027675781125994812" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", + "hash": "7986263690502094190" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", + "hash": "16722491980851361131" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", + "hash": "11863418691057542043" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", + "hash": "3814535965481203921" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", + "hash": "15552531164182029199" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", + "hash": "15707985138297454208" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", + "hash": "8203696318475998577" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", + "hash": "16965130050548374080" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", + "hash": "17677112185734595302" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", + "hash": "17190408303933547022" + }, + { + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", + "hash": "6837630829095975444" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/index.ts", + "hash": "10410575831740573676" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", + "hash": "4727605297220290209" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", + "hash": "14486861888502652092" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", + "hash": "14917406684066904829" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", + "hash": "13784490208174778956" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", + "hash": "5485574054856489322" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", + "hash": "7212073480745607382" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", + "hash": "10702209958963271416" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", + "hash": "4266295413916081180" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", + "hash": "18218774632996040833" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", + "hash": "3921550207499097708" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", + "hash": "16323037561979992179" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", + "hash": "4346902897670598580" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", + "hash": "18306290794139362199" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", + "hash": "12827775712440356270" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", + "hash": "12780007669564837262" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", + "hash": "10649237237708086601" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", + "hash": "16265988629726370223" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", + "hash": "4342729621317785815" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", + "hash": "17931405780059128507" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", + "hash": "11275772986299991786" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", + "hash": "14172933526512144674" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", + "hash": "8097726720353189151" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", + "hash": "17424119200157481456" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", + "hash": "6316675658315917165" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", + "hash": "17285595875462734375" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", + "hash": "10787957479004558655" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", + "hash": "924391710566473857" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", + "hash": "18221863617102146813" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", + "hash": "4421237494227621410" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", + "hash": "12775712264492385024" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", + "hash": "13175286304358008848" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", + "hash": "15335411595834044598" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", + "hash": "13941170058709179863" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", + "hash": "5560781174328914491" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", + "hash": "13885780335314142211" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", + "hash": "14719921367101255082" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", + "hash": "14197989536257233793" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", + "hash": "79196203943799003" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", + "hash": "1773324083978265246" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", + "hash": "16462763711137735088" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", + "hash": "16779865992229698101" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", + "hash": "6133462328373533461" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", + "hash": "2681330121858908210" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", + "hash": "3670299451416716175" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", + "hash": "6771680877558200992" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", + "hash": "17593916544224071508" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", + "hash": "10533072781574562738" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", + "hash": "2572403417534260160" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", + "hash": "2078500890542782930" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", + "hash": "13095245056926067394" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", + "hash": "5866684311064342041" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", + "hash": "10053725396844537374" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", + "hash": "11901860371911382948" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", + "hash": "3827527429415846737" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", + "hash": "9814598968821475901" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", + "hash": "9515526602733602379" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", + "hash": "18237200074476379247" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", + "hash": "18138026162521915000" + }, + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", + "hash": "5600260597734849270" + } + ], + "@microsoft/designer-ui": [ + { + "file": "libs/designer-ui/package.json", + "hash": "13093062122226795566", + "deps": ["@microsoft/logic-apps-shared", "npm:react", "npm:react-dom"] + }, + { + "file": "libs/designer-ui/src/assets/search/noResults.svg", + "hash": "4909511463165872592" + }, + { + "file": "libs/designer-ui/src/index.ts", + "hash": "14428353282588746736" + }, + { + "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", + "hash": "14434568979751658338" + }, + { + "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", + "hash": "14908105139639555615" + }, + { + "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", + "hash": "7211006209534532164" + }, + { + "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", + "hash": "11094301716023935000" + }, + { + "file": "libs/designer-ui/src/lib/about/about.less", + "hash": "11763256971442327180" + }, + { + "file": "libs/designer-ui/src/lib/about/index.tsx", + "hash": "1885249223741047225" + }, + { + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", + "hash": "14884276543197931855" + }, + { + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", + "hash": "119144818974442509" + }, + { + "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", + "hash": "2571402350210962658" + }, + { + "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", + "hash": "8994554438666876777" + }, + { + "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", + "hash": "5617830809914714226" + }, + { + "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", + "hash": "3045029944051572215" + }, + { + "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", + "hash": "15035395214520169992" + }, + { + "file": "libs/designer-ui/src/lib/apicards.less", + "hash": "13797202201533966679" + }, + { + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", + "hash": "1159973821678804034" + }, + { + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", + "hash": "15663177271477515098" + }, + { + "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", + "hash": "15257122625185925783" + }, + { + "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", + "hash": "3440648328094660448" + }, + { + "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", + "hash": "1035335925853359629" + }, + { + "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", + "hash": "15902940521963280423" + }, + { + "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", + "hash": "10301768307429232439" + }, + { + "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", + "hash": "13067628806797164554" + }, + { + "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", + "hash": "5940965594446421041" + }, + { + "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", + "hash": "6013139278499039153" + }, + { + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", + "hash": "14344032625786759505" + }, + { + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", + "hash": "12838314745302584802" + }, + { + "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", + "hash": "12431847260795348376" + }, + { + "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", + "hash": "11721662882789703309" + }, + { + "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", + "hash": "9710908466929509626" + }, + { + "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", + "hash": "11958567725113824782" + }, + { + "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", + "hash": "8161067183164594482" + }, + { + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", + "hash": "12160223154281286587" + }, + { + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", + "hash": "16430731582068929461" + }, + { + "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", + "hash": "15218856122571348271" + }, + { + "file": "libs/designer-ui/src/lib/authentication/authentication.less", + "hash": "13977853940860538752" + }, + { + "file": "libs/designer-ui/src/lib/authentication/index.tsx", + "hash": "12121725416726564057" + }, + { + "file": "libs/designer-ui/src/lib/authentication/util.ts", + "hash": "11605613898253709629" + }, + { + "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", + "hash": "4239997238176229679" + }, + { + "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", + "hash": "13992825478287594370" + }, + { + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", + "hash": "4867411311567038161" + }, + { + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", + "hash": "4547318522865203584" + }, + { + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", + "hash": "14866563066427854785" + }, + { + "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", + "hash": "10879704914758677366" + }, + { + "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", + "hash": "17307763740338983688" + }, + { + "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", + "hash": "14241926419350930556" + }, + { + "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", + "hash": "5187864438896470501" + }, + { + "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", + "hash": "8302242870984866501" + }, + { + "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", + "hash": "12826695037894387883" + }, + { + "file": "libs/designer-ui/src/lib/card/batch.less", + "hash": "10575267785363995315" + }, + { + "file": "libs/designer-ui/src/lib/card/card.less", + "hash": "15282637473947824061" + }, + { + "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", + "hash": "6484623461460191253" + }, + { + "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", + "hash": "16034062062771286179" + }, + { + "file": "libs/designer-ui/src/lib/card/cardmonitor.less", + "hash": "4871384248042757553" + }, + { + "file": "libs/designer-ui/src/lib/card/cardv2.less", + "hash": "6593714482527657845" + }, + { + "file": "libs/designer-ui/src/lib/card/config/config.less", + "hash": "5613835801941506485" + }, + { + "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", + "hash": "8278918968245925125" + }, + { + "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", + "hash": "3759914967985226400" + }, + { + "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", + "hash": "14402384408736907567" + }, + { + "file": "libs/designer-ui/src/lib/card/function/function.less", + "hash": "15731313779614157076" + }, + { + "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", + "hash": "7734290807369071142" + }, + { + "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", + "hash": "13163728213584653339" + }, + { + "file": "libs/designer-ui/src/lib/card/hooks.ts", + "hash": "3280423690018226095" + }, + { + "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", + "hash": "13724223152608135682" + }, + { + "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", + "hash": "10199587974604360910" + }, + { + "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", + "hash": "1732185137555566396" + }, + { + "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", + "hash": "9622432927124771" + }, + { + "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", + "hash": "16379690233431545152" + }, + { + "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", + "hash": "18196248137118265647" + }, + { + "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", + "hash": "7362441868927286283" + }, + { + "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", + "hash": "14506568544666863824" + }, + { + "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", + "hash": "13676032398949697479" + }, + { + "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", + "hash": "12071288473248491154" + }, + { + "file": "libs/designer-ui/src/lib/card/images/collapse.svg", + "hash": "3724917790453240684" + }, + { + "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", + "hash": "7710484694921752567" + }, + { + "file": "libs/designer-ui/src/lib/card/images/delete.svg", + "hash": "15675230980148461553" + }, + { + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" + }, + { + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" + }, + { + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", + "hash": "3682275420836100854" + }, + { + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" + }, + { + "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", + "hash": "13253552947487643867" + }, + { + "file": "libs/designer-ui/src/lib/card/images/expand.svg", + "hash": "1365824124689290130" + }, + { + "file": "libs/designer-ui/src/lib/card/images/information.svg", + "hash": "2629543329230765405" + }, + { + "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", + "hash": "8036333629834072325" + }, + { + "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", + "hash": "4791285533034835653" + }, + { + "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", + "hash": "2827706739916533779" + }, + { + "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", + "hash": "2205398914635833301" + }, + { + "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", + "hash": "14020397064356319924" + }, + { + "file": "libs/designer-ui/src/lib/card/images/parameters.svg", + "hash": "5661870126399503537" + }, + { + "file": "libs/designer-ui/src/lib/card/images/plus.svg", + "hash": "11071985059296778590" + }, + { + "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", + "hash": "15762098724270837693" + }, + { + "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", + "hash": "14136830631826324888" + }, + { + "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", + "hash": "561849715759343409" + }, + { + "file": "libs/designer-ui/src/lib/card/index.tsx", + "hash": "13283832555519492964" + }, + { + "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", + "hash": "16011573732296811334" + }, + { + "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", + "hash": "13785447784192146498" + }, + { + "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", + "hash": "8715826541047287974" + }, + { + "file": "libs/designer-ui/src/lib/card/query/query.less", + "hash": "11595797360380764326" + }, + { + "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", + "hash": "14660261598576668135" + }, + { + "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", + "hash": "13526667775577606191" + }, + { + "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", + "hash": "5079305499650318742" + }, + { + "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", + "hash": "6661024250966707869" + }, + { + "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", + "hash": "5399921611201970010" + }, + { + "file": "libs/designer-ui/src/lib/card/types.ts", + "hash": "2035207173265258244" + }, + { + "file": "libs/designer-ui/src/lib/card/utils.ts", + "hash": "3779033005510076581" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", + "hash": "10318132727028056408" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", + "hash": "17281609971834388003" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", + "hash": "14718424728750458630" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", + "hash": "278286692645171379" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", + "hash": "10765956740228704595" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", + "hash": "2404121659635757544" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", + "hash": "6405085190209280425" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", + "hash": "9946485231683147120" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", + "hash": "1833570921333464272" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", + "hash": "17028620127527218534" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", + "hash": "7899578072090309552" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", + "hash": "17829515265716695263" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", + "hash": "5169733349440851429" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", + "hash": "10302797527483302249" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", + "hash": "13795366944427306018" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", + "hash": "12415165516808188305" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", + "hash": "96877705819455053" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", + "hash": "4069273522099387001" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", + "hash": "12978837117575037085" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", + "hash": "8663050766979969020" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", + "hash": "15417662538862126703" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/constants.ts", + "hash": "14764507907521508128" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", + "hash": "4609791305957523089" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", + "hash": "5685043772510116791" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", + "hash": "1667833042679839191" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", + "hash": "13854507772202693145" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", + "hash": "17373142789703576555" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", + "hash": "1013409430604737232" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", + "hash": "661752008716122787" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", + "hash": "6716426185680659027" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", + "hash": "7382581463363358893" + }, + { + "file": "libs/designer-ui/src/lib/chatbot/index.tsx", + "hash": "381454499199907675" + }, + { + "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", + "hash": "16238688331967189110" + }, + { + "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", + "hash": "14580093519349138483" + }, + { + "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", + "hash": "8902335799853458705" + }, + { + "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", + "hash": "5171683084974637831" + }, + { + "file": "libs/designer-ui/src/lib/checkbox/index.tsx", + "hash": "8389410843229075694" + }, + { + "file": "libs/designer-ui/src/lib/code/codeeditor.less", + "hash": "11024599462256253403" + }, + { + "file": "libs/designer-ui/src/lib/code/index.tsx", + "hash": "13872385794669469789" + }, + { + "file": "libs/designer-ui/src/lib/code/util.ts", + "hash": "445144902435184601" + }, + { + "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", + "hash": "9564984331172164947" + }, + { + "file": "libs/designer-ui/src/lib/colorizer/index.tsx", + "hash": "18329556158591594852" + }, + { + "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", + "hash": "11926254562850019268" + }, + { + "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", + "hash": "15494829096109972414" + }, + { + "file": "libs/designer-ui/src/lib/combobox/combobox.less", + "hash": "13345514601840043410" + }, + { + "file": "libs/designer-ui/src/lib/combobox/index.tsx", + "hash": "16544338680339035094" + }, + { + "file": "libs/designer-ui/src/lib/common.less", + "hash": "5857225994291839803" + }, + { + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", + "hash": "9169908592251197410" + }, + { + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", + "hash": "3046898503439319454" + }, + { + "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", + "hash": "5804642269610790205" + }, + { + "file": "libs/designer-ui/src/lib/connectioncontainer.less", + "hash": "4274580875391808041" + }, + { + "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", + "hash": "6660835975053117480" + }, + { + "file": "libs/designer-ui/src/lib/connectors/index.ts", + "hash": "3193834300323525825" + }, + { + "file": "libs/designer-ui/src/lib/connectors/predicates.ts", + "hash": "16570364538734730436" + }, + { + "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", + "hash": "15085878266015615396" + }, + { + "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", + "hash": "18197468828345311134" + }, + { + "file": "libs/designer-ui/src/lib/constants.ts", + "hash": "7895778521881895365" + }, + { + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", + "hash": "11286495138927849850" + }, + { + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", + "hash": "15724424530173695319" + }, + { + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", + "hash": "11309293700573786127" + }, + { + "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", + "hash": "10706937930238891864" + }, + { + "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", + "hash": "13514247859608890614" + }, + { + "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", + "hash": "11369730379345400687" + }, + { + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", + "hash": "8973634346517739741" + }, + { + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", + "hash": "7464088425034992851" + }, + { + "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", + "hash": "5315460135369521554" + }, + { + "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", + "hash": "5281867526814354008" + }, + { + "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", + "hash": "3200362158239488916" + }, + { + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", + "hash": "3546074923186807401" + }, + { + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", + "hash": "1273753497022949897" + }, + { + "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", + "hash": "13306096207015769369" + }, + { + "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", + "hash": "11411020585614827947" + }, + { + "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", + "hash": "7281959028831627631" + }, + { + "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", + "hash": "8304019736247074220" + }, + { + "file": "libs/designer-ui/src/lib/dialogs/index.tsx", + "hash": "16665862280750290310" + }, + { + "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", + "hash": "13710269573446005500" + }, + { + "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", + "hash": "4819881443041728639" + }, + { + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", + "hash": "11966365107479255632" + }, + { + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", + "hash": "10228393789800803683" + }, + { + "file": "libs/designer-ui/src/lib/dictionary/index.tsx", + "hash": "18370968398463171770" + }, + { + "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", + "hash": "6335056025812075242" + }, + { + "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", + "hash": "15817139601189018466" + }, + { + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", + "hash": "6797310623515797047" + }, + { + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", + "hash": "8297998959357972135" + }, + { + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", + "hash": "5071015496602458535" + }, + { + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", + "hash": "9938088707494835854" + }, + { + "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", + "hash": "189492023300231559" + }, + { + "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", + "hash": "10317518561976442215" + }, + { + "file": "libs/designer-ui/src/lib/dropdown/index.tsx", + "hash": "1612483364785584630" + }, + { + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", + "hash": "7434182615261632600" + }, + { + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", + "hash": "9501607464876161573" + }, + { + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", + "hash": "12128734607645409156" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", + "hash": "17684652277786261310" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/editor.less", + "hash": "12866109678262424869" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/index.tsx", + "hash": "14166645835120534265" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", + "hash": "7693847861135382627" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", + "hash": "4541191440119529419" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", + "hash": "999476750027091176" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", + "hash": "17890662429827982084" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", + "hash": "13945640916550609803" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", + "hash": "5927512080490513475" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", + "hash": "7428379870511488815" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", + "hash": "16501257364338436774" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", + "hash": "7159772630000027135" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", + "hash": "826227630247342849" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", + "hash": "10708434969004690012" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", + "hash": "2147313770352251950" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", + "hash": "13449398835402371871" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", + "hash": "744582158043496767" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", + "hash": "2804235267765397597" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", + "hash": "1396622124801278751" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", + "hash": "10805420593120911666" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", + "hash": "9379670679296092620" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", + "hash": "15576049973494503143" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", + "hash": "13926370169738082009" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", + "hash": "5581606338787978728" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", + "hash": "8192890641204198515" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", + "hash": "12118490130152815053" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", + "hash": "2463583388686525568" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", + "hash": "10168710082438877665" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", + "hash": "6646959457516159519" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", + "hash": "14686112532473519777" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", + "hash": "9281471718380757374" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", + "hash": "1534107538736673298" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", + "hash": "12829686526507324272" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", + "hash": "8810971222002859696" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", + "hash": "17758309304074598462" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", + "hash": "2856148563059087619" + }, + { + "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", + "hash": "8005004771604368381" + }, + { + "file": "libs/designer-ui/src/lib/editor/index.ts", + "hash": "10519293280335263474" + }, + { + "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", + "hash": "5153936568516294781" + }, + { + "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", + "hash": "16814638361287986075" + }, + { + "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", + "hash": "5064580720179297796" + }, + { + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", + "hash": "12121974177438633709" + }, + { + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", + "hash": "17176576509706398941" + }, + { + "file": "libs/designer-ui/src/lib/editor/shared/index.ts", + "hash": "14207176860322026590" + }, + { + "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", + "hash": "8024413390298642678" + }, + { + "file": "libs/designer-ui/src/lib/editor/string/index.tsx", + "hash": "7639585167181465561" + }, + { + "file": "libs/designer-ui/src/lib/error.less", + "hash": "3373390242925169530" + }, + { + "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", + "hash": "9624981949339319323" + }, + { + "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", + "hash": "10370400888889586543" + }, + { + "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", + "hash": "17617719147470187537" + }, + { + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", + "hash": "4277915310721666119" + }, + { + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", + "hash": "18032552394640042637" + }, + { + "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", + "hash": "13003257438294379371" + }, + { + "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", + "hash": "1819426727053970521" + }, + { + "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", + "hash": "3938398385346396861" + }, + { + "file": "libs/designer-ui/src/lib/eventhandler.ts", + "hash": "9886405224726247393" + }, + { + "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", + "hash": "6690363619180504744" + }, + { + "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", + "hash": "17626371448885479665" + }, + { + "file": "libs/designer-ui/src/lib/fabric.less", + "hash": "7324803988841128995" + }, + { + "file": "libs/designer-ui/src/lib/fabric.ts", + "hash": "10340616322852475382" + }, + { + "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", + "hash": "17392366590677974305" + }, + { + "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", + "hash": "4041121768159149616" + }, + { + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", + "hash": "941920347758561377" + }, + { + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", + "hash": "4326546944393916235" + }, + { + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", + "hash": "10540908164326165093" + }, + { + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", + "hash": "11473128131775540065" + }, + { + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", + "hash": "14543616680076626699" + }, + { + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", + "hash": "4326737180955321997" + }, + { + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", + "hash": "17137134300501690521" + }, + { + "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", + "hash": "13351151318103125008" + }, + { + "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", + "hash": "8736472121872865078" + }, + { + "file": "libs/designer-ui/src/lib/flyout/flyout.less", + "hash": "4656963404569200854" + }, + { + "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", + "hash": "8017317867674531104" + }, + { + "file": "libs/designer-ui/src/lib/flyout/index.tsx", + "hash": "1260847504997562152" + }, + { + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", + "hash": "11532610769239171275" + }, + { + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", + "hash": "6670084940779114703" + }, + { + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", + "hash": "9241936514538992768" + }, + { + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", + "hash": "4932261342436465773" + }, + { + "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", + "hash": "8173849641804162665" + }, + { + "file": "libs/designer-ui/src/lib/flyout2/index.tsx", + "hash": "3411562267958358391" + }, + { + "file": "libs/designer-ui/src/lib/flyout2/types.ts", + "hash": "8979356059828005344" + }, + { + "file": "libs/designer-ui/src/lib/helper.ts", + "hash": "5189186251086759243" + }, + { + "file": "libs/designer-ui/src/lib/html/htmleditor.less", + "hash": "17205576638309460013" + }, + { + "file": "libs/designer-ui/src/lib/html/index.tsx", + "hash": "3044561647356072724" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", + "hash": "8095200699080002708" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", + "hash": "9856168573309225800" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", + "hash": "3522657421512189575" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", + "hash": "6822239360363505310" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", + "hash": "5514822623923500815" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", + "hash": "7136035197919586744" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", + "hash": "14372803173867136152" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", + "hash": "2194368813692256604" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", + "hash": "776689613520795095" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", + "hash": "6781567092509984620" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", + "hash": "7593112338545138083" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", + "hash": "2086008163121647920" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", + "hash": "6781567092509984620" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", + "hash": "214561553827607598" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", + "hash": "334782051825482473" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", + "hash": "4585057281924668716" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", + "hash": "11495204600890515354" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", + "hash": "10663192197845770854" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", + "hash": "12534895890895115814" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", + "hash": "12594388779590684473" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", + "hash": "17603065135284266651" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", + "hash": "17330625502641164904" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", + "hash": "18048853400467862337" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", + "hash": "8167873247401494691" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", + "hash": "2078509837722520921" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", + "hash": "13255948299069352972" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", + "hash": "9368588845243372286" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", + "hash": "17332273936381855071" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", + "hash": "3274982305516698081" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", + "hash": "9368588845243372286" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", + "hash": "16690852428978853331" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", + "hash": "10813322944291888667" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", + "hash": "11230861677546471079" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", + "hash": "6747273522689120609" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", + "hash": "1474595322273650579" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", + "hash": "17970557104113324526" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", + "hash": "18208757820714239690" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", + "hash": "6124589755320637077" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", + "hash": "12407779132103186555" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", + "hash": "1920943312027348431" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", + "hash": "44898852948275301" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", + "hash": "1073425639168601706" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", + "hash": "647227830974271854" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", + "hash": "6631214352319600313" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", + "hash": "84510633589929201" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", + "hash": "1593572000493596394" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", + "hash": "15935181764252854583" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", + "hash": "16309623552410081075" + }, + { + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", + "hash": "10046516850053247370" + }, + { + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", + "hash": "13297355801995093412" + }, + { + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", + "hash": "17542746478583457633" + }, + { + "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", + "hash": "14476603392221631274" + }, + { + "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", + "hash": "279548543693964971" + }, + { + "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", + "hash": "6589400180024017937" + }, + { + "file": "libs/designer-ui/src/lib/index.ts", + "hash": "1537154823661936001" + }, + { + "file": "libs/designer-ui/src/lib/infoDot/index.tsx", + "hash": "889059819977718434" + }, + { + "file": "libs/designer-ui/src/lib/infoDot/info.svg", + "hash": "8036333629834072325" + }, + { + "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", + "hash": "2930019025243925433" + }, + { + "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", + "hash": "10169695948451834948" + }, + { + "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", + "hash": "6801643171255754457" + }, + { + "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", + "hash": "5612500499332085961" + }, + { + "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", + "hash": "5761604846243713933" + }, + { + "file": "libs/designer-ui/src/lib/label/index.tsx", + "hash": "12007290011607531294" + }, + { + "file": "libs/designer-ui/src/lib/label/label.less", + "hash": "17687715295723073360" + }, + { + "file": "libs/designer-ui/src/lib/logicapps.less", + "hash": "8806087804226244251" + }, + { + "file": "libs/designer-ui/src/lib/mixins.less", + "hash": "230394439281864371" + }, + { + "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", + "hash": "10772217042952857206" + }, + { + "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", + "hash": "10027427216166238825" + }, + { + "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", + "hash": "12219677476669776727" + }, + { + "file": "libs/designer-ui/src/lib/modals/index.tsx", + "hash": "15575472481408686620" + }, + { + "file": "libs/designer-ui/src/lib/modals/styles.less", + "hash": "6136638654378217309" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", + "hash": "12736532418364604826" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", + "hash": "2313100514544127441" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/index.tsx", + "hash": "12211943605206865211" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", + "hash": "4246492693390330142" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", + "hash": "419486314382071026" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", + "hash": "10734404772668886632" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", + "hash": "9977003285799703780" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", + "hash": "18421766469300972505" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", + "hash": "6054757260707558854" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", + "hash": "6643666802199480477" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", + "hash": "17231865355086385495" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", + "hash": "3417626771857836063" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", + "hash": "675221209884803516" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", + "hash": "551002707008561532" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", + "hash": "1930433637852205854" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", + "hash": "10690577969096041995" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", + "hash": "12342263735573181103" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", + "hash": "9275841064112612057" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", + "hash": "17586715276385690633" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", + "hash": "8262084751494625621" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", + "hash": "8411593742412961835" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", + "hash": "13580200872576368725" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", + "hash": "4980405611307436406" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", + "hash": "14991302223393123721" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", + "hash": "7600255706253655942" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", + "hash": "11732121204991821272" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", + "hash": "15288351325626444660" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", + "hash": "10223585420368930613" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", + "hash": "504707717112540246" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", + "hash": "14110306780643171751" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", + "hash": "6270089317186652326" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", + "hash": "4141451220579211469" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", + "hash": "7852553993702366824" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", + "hash": "193615469479801715" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", + "hash": "15042873896617763231" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/utils.ts", + "hash": "9811433099781057729" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", + "hash": "13057778445119292637" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", + "hash": "52763648028511711" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", + "hash": "16381991897841589409" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", + "hash": "12682441240875703524" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", + "hash": "6306384484732365176" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", + "hash": "18165893973256629169" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", + "hash": "12118327048907571655" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", + "hash": "4887862900344122017" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", + "hash": "10393528748572104925" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", + "hash": "12615346189074989274" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", + "hash": "2655487222859584186" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", + "hash": "3814871834163389192" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", + "hash": "7220757242219833664" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", + "hash": "10690413901210541672" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", + "hash": "5533580780908687247" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", + "hash": "12630218434281282082" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", + "hash": "13316433634332619599" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", + "hash": "839928699017032378" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", + "hash": "11716606859887286627" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", + "hash": "5872083708451966019" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", + "hash": "15717505785974351161" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", + "hash": "12638713730095398889" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", + "hash": "13532955381020329840" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", + "hash": "9121170686559313064" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", + "hash": "13705639801361244797" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", + "hash": "293816288209646038" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", + "hash": "13516731456304339134" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", + "hash": "2820497291641580399" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", + "hash": "17782873682755923460" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", + "hash": "11078711819505237055" + }, + { + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", + "hash": "4715217018796897924" + }, + { + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", + "hash": "16386421992685205061" + }, + { + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", + "hash": "520098891633782607" + }, + { + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", + "hash": "16689468766866111496" + }, + { + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", + "hash": "9157709462736836045" + }, + { + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", + "hash": "8641869722527850309" + }, + { + "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", + "hash": "6361707078583596524" + }, + { + "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", + "hash": "16098260837036091861" + }, + { + "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", + "hash": "4155946816780797736" + }, + { + "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", + "hash": "10828769169907430728" + }, + { + "file": "libs/designer-ui/src/lib/overview/index.tsx", + "hash": "5264729179643401284" + }, + { + "file": "libs/designer-ui/src/lib/overview/overview.less", + "hash": "5333086232166652616" + }, + { + "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", + "hash": "15827135014312739532" + }, + { + "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", + "hash": "7234411692432418034" + }, + { + "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", + "hash": "8550481728428631124" + }, + { + "file": "libs/designer-ui/src/lib/overview/types.ts", + "hash": "2126579598831689948" + }, + { + "file": "libs/designer-ui/src/lib/overview/utils.ts", + "hash": "8577445182783549528" + }, + { + "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", + "hash": "15075441629819938492" + }, + { + "file": "libs/designer-ui/src/lib/pager/index.tsx", + "hash": "3778857838129502652" + }, + { + "file": "libs/designer-ui/src/lib/pager/pager.less", + "hash": "8091612682225053333" + }, + { + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", + "hash": "8696799417392234965" + }, + { + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", + "hash": "7002691248815830631" + }, + { + "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", + "hash": "4993809863192411632" + }, + { + "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", + "hash": "2205853508975138528" + }, + { + "file": "libs/designer-ui/src/lib/panel/panel.less", + "hash": "17158687547008918287" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", + "hash": "18002211042063796542" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", + "hash": "4181156361129071511" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", + "hash": "3211112189585202759" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", + "hash": "18309244507736451743" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", + "hash": "9351907373212021698" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", + "hash": "17322124435554399120" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", + "hash": "11087265144024677369" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", + "hash": "17348543329160266229" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", + "hash": "5368141520701630173" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", + "hash": "2554387369677849010" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", + "hash": "12446852403660781374" + }, + { + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", + "hash": "13683402321157268579" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", + "hash": "17186600491422881894" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", + "hash": "13482017317742840376" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", + "hash": "10499254465139828638" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", + "hash": "15977038685148705278" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", + "hash": "13240583012789543499" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", + "hash": "690447729622451295" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", + "hash": "5057205077790208047" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", + "hash": "17527213518426963207" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", + "hash": "13212319030288067682" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", + "hash": "13492392163692871110" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", + "hash": "7178836305205375565" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", + "hash": "4493083848763349259" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", + "hash": "14018113873034060104" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", + "hash": "4464919068484355896" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", + "hash": "5167621470308849386" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", + "hash": "2648744375249591554" + }, + { + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", + "hash": "2796091543049835331" + }, + { + "file": "libs/designer-ui/src/lib/peek/index.tsx", + "hash": "8312352776443040701" + }, + { + "file": "libs/designer-ui/src/lib/peek/peek.less", + "hash": "5179023226310307934" + }, + { + "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", + "hash": "16844240727319705526" + }, + { + "file": "libs/designer-ui/src/lib/picker/picker.less", + "hash": "14035428915541759770" + }, + { + "file": "libs/designer-ui/src/lib/picker/picker.tsx", + "hash": "9936757088538147447" + }, + { + "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", + "hash": "10073830036453461709" + }, + { + "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", + "hash": "6780675836712554604" + }, + { + "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", + "hash": "17251306642395290061" + }, + { + "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", + "hash": "8423998804948554753" + }, + { + "file": "libs/designer-ui/src/lib/processsimple.less", + "hash": "10920513620307106503" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", + "hash": "2093105941834037814" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", + "hash": "533998977012114795" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", + "hash": "12595615463356570094" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", + "hash": "3970203593564315605" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", + "hash": "7958784090531085705" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", + "hash": "12549674998744926866" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", + "hash": "536082630199019015" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", + "hash": "1746916797204687586" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", + "hash": "6934817803500771674" + }, + { + "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", + "hash": "6560147387456010691" + }, + { + "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", + "hash": "9744197607426609588" + }, + { + "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", + "hash": "7905571557546338691" + }, + { + "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", + "hash": "2346030931533446" + }, + { + "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", + "hash": "15355178706122799377" + }, + { + "file": "libs/designer-ui/src/lib/recurrence/index.tsx", + "hash": "15658040158328195249" + }, + { + "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", + "hash": "9987048972348029337" + }, + { + "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", + "hash": "14357271788475922496" + }, + { + "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", + "hash": "1463391895963564865" + }, + { + "file": "libs/designer-ui/src/lib/recurrence/util.ts", + "hash": "5064300869787261034" + }, + { + "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", + "hash": "16105098843942226016" + }, + { + "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", + "hash": "6689323961188588931" + }, + { + "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", + "hash": "18016790998101229210" + }, + { + "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", + "hash": "16700098916563767128" + }, + { + "file": "libs/designer-ui/src/lib/scratch/index.tsx", + "hash": "10742308626860605931" + }, + { + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", + "hash": "2888072881217849228" + }, + { + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", + "hash": "4384425775058724694" + }, + { + "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", + "hash": "17807730621184061128" + }, + { + "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", + "hash": "7511337114295773791" + }, + { + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", + "hash": "15943000290012850686" + }, + { + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", + "hash": "11484685343060067972" + }, + { + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", + "hash": "1950426186543700291" + }, + { + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", + "hash": "17958922138731454722" + }, + { + "file": "libs/designer-ui/src/lib/searchbox/index.tsx", + "hash": "10324532526263750215" + }, + { + "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", + "hash": "17070394820412328482" + }, + { + "file": "libs/designer-ui/src/lib/selector/listitem.less", + "hash": "4259083201646627631" + }, + { + "file": "libs/designer-ui/src/lib/selector2/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "libs/designer-ui/src/lib/settings/settings.less", + "hash": "7126061513937455008" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", + "hash": "4435894471555644765" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", + "hash": "16334138655442976813" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", + "hash": "13967530428359610578" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", + "hash": "13906076876696414898" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", + "hash": "7252480758377295120" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", + "hash": "9727213561321302269" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", + "hash": "1550185295477111260" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", + "hash": "7979415308541757689" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", + "hash": "13272267492640030363" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", + "hash": "8808450834888764903" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", + "hash": "12543103287299199853" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", + "hash": "17463220408421567143" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", + "hash": "3246483662127076599" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", + "hash": "12885467287687881288" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", + "hash": "13308565209626155736" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", + "hash": "5702994757097410519" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", + "hash": "16946969717896928335" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", + "hash": "14406499374913114463" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", + "hash": "17178816657242950538" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", + "hash": "11611641119049594003" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", + "hash": "8097128120211761290" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", + "hash": "8962813326873104095" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", + "hash": "15775613625342372171" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", + "hash": "5924987678681729471" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", + "hash": "3047054082572998633" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/index.tsx", + "hash": "14697580575318712867" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", + "hash": "15007279530654847359" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", + "hash": "9183635823764128986" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", + "hash": "13444849356722872452" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", + "hash": "1081889382541114074" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", + "hash": "15959079908627953579" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", + "hash": "12804331889147193576" + }, + { + "file": "libs/designer-ui/src/lib/staticResult/util.ts", + "hash": "5934450744997036951" + }, + { + "file": "libs/designer-ui/src/lib/styles.less", + "hash": "166034430368033810" + }, + { + "file": "libs/designer-ui/src/lib/table/index.tsx", + "hash": "5811805714285822695" + }, + { + "file": "libs/designer-ui/src/lib/table/table.less", + "hash": "17717078328201216873" + }, + { + "file": "libs/designer-ui/src/lib/telemetry/models.ts", + "hash": "2036428094618159795" + }, + { + "file": "libs/designer-ui/src/lib/templates.less", + "hash": "13509739952002525059" + }, + { + "file": "libs/designer-ui/src/lib/texteditor.less", + "hash": "9518583984914224308" + }, + { + "file": "libs/designer-ui/src/lib/themes.less", + "hash": "8746124453530709086" + }, + { + "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", + "hash": "7884539885490036668" + }, + { + "file": "libs/designer-ui/src/lib/tip/index.tsx", + "hash": "6456445400280403348" + }, + { + "file": "libs/designer-ui/src/lib/tip/tip.less", + "hash": "864974949945444768" + }, + { + "file": "libs/designer-ui/src/lib/token/icon/icon.svg", + "hash": "17674597592259549335" + }, + { + "file": "libs/designer-ui/src/lib/token/inputToken.tsx", + "hash": "16200897783977841405" + }, + { + "file": "libs/designer-ui/src/lib/token/token.less", + "hash": "8916224308481562001" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", + "hash": "4123262090212438691" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", + "hash": "2853414685478189039" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", + "hash": "11435576967881324524" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", + "hash": "1611864088104161888" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", + "hash": "10333796685632066015" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", + "hash": "8960542853919965430" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", + "hash": "2081176783700482104" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", + "hash": "6713034013296412901" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", + "hash": "1216342025486624717" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", + "hash": "12969480948206225977" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", + "hash": "10681588127073554750" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", + "hash": "17971317652324407497" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", + "hash": "8310355415777998215" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", + "hash": "4581006209134707097" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", + "hash": "5406357786683741015" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", + "hash": "4270550485948598125" + }, + { + "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", + "hash": "2892626327870650960" + }, + { + "file": "libs/designer-ui/src/lib/useId.ts", + "hash": "12772098688257676898" + }, + { + "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", + "hash": "3615471043450668363" + }, + { + "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", + "hash": "13167808388628079038" + }, + { + "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", + "hash": "3721402899614210136" + }, + { + "file": "libs/designer-ui/src/lib/utils/index.ts", + "hash": "2393341790798255513" + }, + { + "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", + "hash": "1113426561916620063" + }, + { + "file": "libs/designer-ui/src/lib/utils/theme.ts", + "hash": "5123506134529499400" + }, + { + "file": "libs/designer-ui/src/lib/utils/utils.ts", + "hash": "11266933742857457165" + }, + { + "file": "libs/designer-ui/src/lib/variables.less", + "hash": "13854268804298288286" + }, + { + "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", + "hash": "12608385326651885729" + }, + { + "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", + "hash": "8659213389376079589" + }, + { + "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", + "hash": "12870960388256787222" + }, + { + "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", + "hash": "18283668117763704654" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", + "hash": "6594421216686966274" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", + "hash": "10300510257878123869" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", + "hash": "4189180858033397576" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", + "hash": "1535516984838576699" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", + "hash": "419696829996521827" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", + "hash": "5733233591777311890" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", + "hash": "9695333510577571586" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", + "hash": "16499630402068817431" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", + "hash": "13510225378436737087" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", + "hash": "7924411380748216609" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", + "hash": "3392910215509758091" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", + "hash": "7629577700357058279" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", + "hash": "11485840583766971677" + }, + { + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", + "hash": "9051361537676115669" + }, + { + "file": "libs/designer-ui/src/styles.less", + "hash": "29584031777522955" + }, + { + "file": "libs/designer-ui/src/types/Svg.d.ts", + "hash": "16119276421185882375" + }, + { + "file": "libs/designer-ui/tsconfig.json", + "hash": "4056097264898120672" + } + ], + "@microsoft/logic-apps-designer": [ + { + "file": "libs/designer/package.json", + "hash": "11744276768803602741", + "deps": ["@microsoft/logic-apps-shared", "@microsoft/designer-ui", "npm:yocto-queue", "npm:react", "npm:react-dom"] + }, + { + "file": "libs/designer/src/index.ts", + "hash": "15726923942796197622" + }, + { + "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" + }, + { + "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", + "hash": "9240782448242967537" + }, + { + "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", + "hash": "5214463813702224032" + }, + { + "file": "libs/designer/src/lib/common/constants.ts", + "hash": "14716266680681788853" + }, + { + "file": "libs/designer/src/lib/common/exceptions/exception.ts", + "hash": "4016853272413138441" + }, + { + "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", + "hash": "2438628799773606413" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", + "hash": "13936938153293651615" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", + "hash": "17853975463227900194" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", + "hash": "716422980644102335" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", + "hash": "10948104330765315206" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", + "hash": "13744301547491746840" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", + "hash": "5099585607600274464" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", + "hash": "3057811563704111315" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", + "hash": "13794169093128310758" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", + "hash": "6553711262896807602" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", + "hash": "3769112376720810799" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", + "hash": "4840054514873781546" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", + "hash": "13772471609559374653" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", + "hash": "17291714734882915823" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", + "hash": "8696373633900139960" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", + "hash": "10209490491669077224" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", + "hash": "5762239862513015054" + }, + { + "file": "libs/designer/src/lib/common/images/arrowdark.svg", + "hash": "5926111895234327525" + }, + { + "file": "libs/designer/src/lib/common/images/arrowlight.svg", + "hash": "8015769479673340480" + }, + { + "file": "libs/designer/src/lib/common/images/arrowred.svg", + "hash": "2430505900927056727" + }, + { + "file": "libs/designer/src/lib/common/images/bolt.svg", + "hash": "17462634652015284885" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", + "hash": "4281210752025126548" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", + "hash": "8923215817224206799" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", + "hash": "4347287844293995514" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", + "hash": "802393672600738414" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", + "hash": "788257097228620744" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", + "hash": "11736524123979545801" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", + "hash": "965633922044453844" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", + "hash": "10224443075493376159" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", + "hash": "488405671534951514" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", + "hash": "16381515837357068415" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", + "hash": "17856490403949387790" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", + "hash": "15243776523488424116" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", + "hash": "5699680888941228448" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", + "hash": "9764035938809534317" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", + "hash": "12326541136900487952" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", + "hash": "6245055721372883370" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", + "hash": "14444337833939963797" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", + "hash": "17064721766454223509" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", + "hash": "13549953610772304995" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", + "hash": "9884449892115783238" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", + "hash": "5650084185790556380" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", + "hash": "16533471828587912919" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", + "hash": "10277570825407438664" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", + "hash": "5644614242196469494" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", + "hash": "4854754781356184488" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", + "hash": "17577366797422234032" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", + "hash": "18096424898773100452" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", + "hash": "8410319851745043818" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", + "hash": "4344707577102300882" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", + "hash": "14973565284851361466" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", + "hash": "6940736653966224597" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", + "hash": "10913390805409066774" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", + "hash": "18310566090601123291" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", + "hash": "4211895255849396300" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", + "hash": "15249336994675481" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", + "hash": "6229273879523350518" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", + "hash": "14552059136095416702" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", + "hash": "8321402279766452771" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", + "hash": "14144206237714493160" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", + "hash": "546764277464022095" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", + "hash": "15076765899186592786" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", + "hash": "3692508794323306407" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", + "hash": "1731479113183843607" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", + "hash": "4173490804496111343" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", + "hash": "11873669256365835624" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", + "hash": "11139441907313241224" + }, + { + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", + "hash": "3241487867540139826" + }, + { + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", + "hash": "7715913989452853316" + }, + { + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", + "hash": "13582317555878671565" + }, + { + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", + "hash": "4977325050658584568" + }, + { + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", + "hash": "1045431280059616257" + }, + { + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", + "hash": "16640363275658842913" + }, + { + "file": "libs/designer/src/lib/common/images/card/delete.svg", + "hash": "15675230980148461553" + }, + { + "file": "libs/designer/src/lib/common/images/card/input_selection.svg", + "hash": "6874565955253727212" + }, + { + "file": "libs/designer/src/lib/common/images/card/optional_field.svg", + "hash": "13884780002161969050" + }, + { + "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", + "hash": "11872211244220681036" + }, + { + "file": "libs/designer/src/lib/common/images/delete.svg", + "hash": "2369920463731912593" + }, + { + "file": "libs/designer/src/lib/common/images/gateway/add.svg", + "hash": "11819585580235095669" + }, + { + "file": "libs/designer/src/lib/common/images/gateway/help.svg", + "hash": "12599303004882720277" + }, + { + "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", + "hash": "6435518280858083886" + }, + { + "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", + "hash": "12997387777000294056" + }, + { + "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", + "hash": "7939169194091714776" + }, + { + "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", + "hash": "16280757524503959992" + }, + { + "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", + "hash": "18333062729648676215" + }, + { + "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", + "hash": "17826554870116185216" + }, + { + "file": "libs/designer/src/lib/common/images/pencil.svg", + "hash": "4552542774403200136" + }, + { + "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", + "hash": "7905571557546338691" + }, + { + "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", + "hash": "5071015496602458535" + }, + { + "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", + "hash": "11632821499690045898" + }, + { + "file": "libs/designer/src/lib/common/images/status_error.svg", + "hash": "7327477685402663444" + }, + { + "file": "libs/designer/src/lib/common/images/status_success.svg", + "hash": "16589415129232216666" + }, + { + "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", + "hash": "8952058323183937865" + }, + { + "file": "libs/designer/src/lib/common/images/website/api.svg", + "hash": "16095509088326340538" + }, + { + "file": "libs/designer/src/lib/common/images/website/apim.svg", + "hash": "15873815965442020768" + }, + { + "file": "libs/designer/src/lib/common/images/website/apim_white.svg", + "hash": "14020416160783112768" + }, + { + "file": "libs/designer/src/lib/common/images/website/create.svg", + "hash": "16033491393116457661" + }, + { + "file": "libs/designer/src/lib/common/images/website/foreach.svg", + "hash": "3719190676549030233" + }, + { + "file": "libs/designer/src/lib/common/images/website/function.svg", + "hash": "12552781765647401474" + }, + { + "file": "libs/designer/src/lib/common/models/workflow.ts", + "hash": "11724936275981787758" + }, + { + "file": "libs/designer/src/lib/common/utilities/Utils.ts", + "hash": "2333252227487981555" + }, + { + "file": "libs/designer/src/lib/common/utilities/error.ts", + "hash": "14761866046570043475" + }, + { + "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", + "hash": "10226240319907572020" + }, + { + "file": "libs/designer/src/lib/core/DesignerProvider.tsx", + "hash": "8865415753051342650" + }, + { + "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", + "hash": "1133788957422173169" + }, + { + "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", + "hash": "13021850733178929057" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", + "hash": "10976178124567025188" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", + "hash": "8007408756114040866" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", + "hash": "12793128001647914730" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", + "hash": "9408756046827245410" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", + "hash": "1145445308673345143" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", + "hash": "8714067957965973862" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", + "hash": "377035099592140993" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", + "hash": "2640821823957837771" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", + "hash": "4883489638704343677" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", + "hash": "1063338721262391862" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", + "hash": "13051148389008776707" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", + "hash": "16166965666592256044" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", + "hash": "7644883283632193272" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", + "hash": "3268658162048948497" + }, + { + "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", + "hash": "12938819441932090008" + }, + { + "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", + "hash": "18391939971202172617" + }, + { + "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", + "hash": "5135976908480724598" + }, + { + "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", + "hash": "6555520085152754544" + }, + { + "file": "libs/designer/src/lib/core/graphlayout/index.ts", + "hash": "1183230721606983661" + }, + { + "file": "libs/designer/src/lib/core/index.ts", + "hash": "17021345483470396631" + }, + { + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", + "hash": "5690913620690077130" + }, + { + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", + "hash": "14509662786295405295" + }, + { + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", + "hash": "6387737565995930308" + }, + { + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", + "hash": "18344987115654458228" + }, + { + "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", + "hash": "14964928502892749345" + }, + { + "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", + "hash": "14646033592987575031" + }, + { + "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", + "hash": "17520637296625214501" + }, + { + "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", + "hash": "16515897955999880047" + }, + { + "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", + "hash": "8489461695139161622" + }, + { + "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", + "hash": "11556548277387433966" + }, + { + "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", + "hash": "1566269831108361105" + }, + { + "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", + "hash": "13854397699622059247" + }, + { + "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", + "hash": "7091192159636622669" + }, + { + "file": "libs/designer/src/lib/core/queries/browse.ts", + "hash": "15277260528629014649" + }, + { + "file": "libs/designer/src/lib/core/queries/connections.ts", + "hash": "1501738903167968950" + }, + { + "file": "libs/designer/src/lib/core/queries/connector.ts", + "hash": "10042584932448483913" + }, + { + "file": "libs/designer/src/lib/core/queries/operation.ts", + "hash": "18070523527133930267" + }, + { + "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", + "hash": "11873332201419444196" + }, + { + "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", + "hash": "944283261874392963" + }, + { + "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", + "hash": "14043559070256094030" + }, + { + "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", + "hash": "17661438812224560039" + }, + { + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", + "hash": "552151791694841859" + }, + { + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", + "hash": "5709160121732674319" + }, + { + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", + "hash": "11880532030602689040" + }, + { + "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", + "hash": "15539125750855046238" + }, + { + "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", + "hash": "17496610770440064597" + }, + { + "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", + "hash": "12399207044214169579" + }, + { + "file": "libs/designer/src/lib/core/state/global.ts", + "hash": "2467378088186721273" + }, + { + "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", + "hash": "7160406653392297178" + }, + { + "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", + "hash": "13231490325898643987" + }, + { + "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", + "hash": "580443950008935701" + }, + { + "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", + "hash": "11619174720328207349" + }, + { + "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", + "hash": "12360836867786652472" + }, + { + "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", + "hash": "17837734844866824533" + }, + { + "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", + "hash": "3597817075648231871" + }, + { + "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", + "hash": "8221487224681813587" + }, + { + "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", + "hash": "13672923006305683744" + }, + { + "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", + "hash": "3869560885023421381" + }, + { + "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", + "hash": "7513105324012396408" + }, + { + "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", + "hash": "15674134190940167340" + }, + { + "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", + "hash": "4534305780862072392" + }, + { + "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", + "hash": "4540330469149645148" + }, + { + "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", + "hash": "297492272351660565" + }, + { + "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", + "hash": "6447767112269051024" + }, + { + "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", + "hash": "4965448880727320441" + }, + { + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", + "hash": "10627578442358036420" + }, + { + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", + "hash": "3377780393722064446" + }, + { + "file": "libs/designer/src/lib/core/store.ts", + "hash": "7675307851224561844" + }, + { + "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", + "hash": "10932912534190676887" + }, + { + "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", + "hash": "10477834709138765316" + }, + { + "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", + "hash": "6400741599488247828" + }, + { + "file": "libs/designer/src/lib/core/utils/card.ts", + "hash": "17388048148998821366" + }, + { + "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", + "hash": "14380782528292918805" + }, + { + "file": "libs/designer/src/lib/core/utils/graph.ts", + "hash": "9113893809945541281" + }, + { + "file": "libs/designer/src/lib/core/utils/loops.ts", + "hash": "17832329493412946298" + }, + { + "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", + "hash": "1420254453350497458" + }, + { + "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", + "hash": "842207519268466443" + }, + { + "file": "libs/designer/src/lib/core/utils/outputs.ts", + "hash": "2523378346613014879" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", + "hash": "3643994527394489617" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", + "hash": "2422344699678475886" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", + "hash": "17504009570966731362" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", + "hash": "14679208978083456209" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", + "hash": "9346212500047195690" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", + "hash": "16944935834687261736" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", + "hash": "5504094716509853138" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", + "hash": "789795195726361469" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", + "hash": "1212164914387801521" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", + "hash": "4584055025926510588" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", + "hash": "17685281869497732131" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", + "hash": "17503616740995511873" + }, + { + "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", + "hash": "5493345090301795523" + }, + { + "file": "libs/designer/src/lib/core/utils/setting.ts", + "hash": "607724160972661514" + }, + { + "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", + "hash": "300462517969513749" + }, + { + "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", + "hash": "710587862511662252" + }, + { + "file": "libs/designer/src/lib/core/utils/tokens.ts", + "hash": "16598154144351001077" + }, + { + "file": "libs/designer/src/lib/core/utils/validation.ts", + "hash": "3321415876925824657" + }, + { + "file": "libs/designer/src/lib/core/utils/variables.ts", + "hash": "18113110944598796795" + }, + { + "file": "libs/designer/src/lib/core/utils/workflow.ts", + "hash": "2503685323390352213" + }, + { + "file": "libs/designer/src/lib/index.tsx", + "hash": "3108540739134237574" + }, + { + "file": "libs/designer/src/lib/typings.d.ts", + "hash": "8667080681692980982" + }, + { + "file": "libs/designer/src/lib/ui/Controls.tsx", + "hash": "11679666175589395115" + }, + { + "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", + "hash": "18335299629456245936" + }, + { + "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", + "hash": "8683562698326398762" + }, + { + "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", + "hash": "6973870354555514502" + }, + { + "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", + "hash": "2623692442355217780" + }, + { + "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", + "hash": "17275763272438441218" + }, + { + "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", + "hash": "16798466643167652597" + }, + { + "file": "libs/designer/src/lib/ui/Designer.tsx", + "hash": "16681715909651728710" + }, + { + "file": "libs/designer/src/lib/ui/Minimap.tsx", + "hash": "16784302034175684453" + }, + { + "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", + "hash": "9589106174231375844" + }, + { + "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", + "hash": "3078414740510575754" + }, + { + "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", + "hash": "14069610435069570388" + }, + { + "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", + "hash": "2917805269573375288" + }, + { + "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", + "hash": "3469127252427478749" + }, + { + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" + }, + { + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", + "hash": "2870378826580830856" + }, + { + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" + }, + { + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", + "hash": "17062398617519134809" + }, + { + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" + }, + { + "file": "libs/designer/src/lib/ui/connections/edge.tsx", + "hash": "5497512017299495007" + }, + { + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", + "hash": "18432693650012936880" + }, + { + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", + "hash": "5555780360896210685" + }, + { + "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", + "hash": "13807895509711892964" + }, + { + "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", + "hash": "7876264136480687494" + }, + { + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", + "hash": "2408849985874822150" + }, + { + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", + "hash": "4860151930479659861" + }, + { + "file": "libs/designer/src/lib/ui/index.tsx", + "hash": "16341670098352328808" + }, + { + "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", + "hash": "11764721752232747899" + }, + { + "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", + "hash": "18054694947746552645" + }, + { + "file": "libs/designer/src/lib/ui/logicapps.less", + "hash": "8806087804226244251" + }, + { + "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", + "hash": "17569954728099794023" + }, + { + "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", + "hash": "583479515840133304" + }, + { + "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", + "hash": "12873127522514834077" + }, + { + "file": "libs/designer/src/lib/ui/menuItems/index.tsx", + "hash": "17248340653302800129" + }, + { + "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", + "hash": "11451946634355722234" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", + "hash": "8808436492128491535" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", + "hash": "11188019418177543078" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", + "hash": "10622257218635018165" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", + "hash": "14381813606682941152" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", + "hash": "14863904385332766059" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", + "hash": "105776725888969737" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", + "hash": "3486053682563706186" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", + "hash": "4295986676874411230" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", + "hash": "5044350433743159771" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", + "hash": "17190185412675906484" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", + "hash": "413683764976891703" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", + "hash": "2896450508867033368" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", + "hash": "8866623228316007595" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", + "hash": "17888799308169784633" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", + "hash": "3217802139905584148" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", + "hash": "962585077833873680" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", + "hash": "2345600340639460118" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", + "hash": "6438581048872326276" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", + "hash": "4636028013835727768" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", + "hash": "14888900866274310223" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", + "hash": "4040358874212544513" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", + "hash": "15708146643216275913" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", + "hash": "18064072806053472795" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", + "hash": "813895254218562259" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", + "hash": "16620206185148038430" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", + "hash": "5385478426844583686" + }, + { + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", + "hash": "17955152684217995627" + }, + { + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", + "hash": "8096213501021087139" + }, + { + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", + "hash": "6954364116161516939" + }, + { + "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", + "hash": "2774370202590136493" + }, + { + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", + "hash": "2990072573754773610" + }, + { + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", + "hash": "16009164000053936481" + }, + { + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", + "hash": "12787968918952964503" + }, + { + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", + "hash": "7320427274234546201" + }, + { + "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", + "hash": "1017935854018236971" + }, + { + "file": "libs/designer/src/lib/ui/panel/index.tsx", + "hash": "8931413980282435903" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", + "hash": "691362796351085760" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", + "hash": "1761891437078855966" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", + "hash": "1057924626207991961" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", + "hash": "6280253552466033403" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", + "hash": "8768239693411150392" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", + "hash": "7891578013616621917" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", + "hash": "6936908943603154102" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", + "hash": "438510564774690503" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", + "hash": "16798406127854826620" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", + "hash": "3595348225477585500" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", + "hash": "11057896419932325694" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", + "hash": "4104206428172572624" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", + "hash": "6547505579084266234" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", + "hash": "6573526002733579255" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", + "hash": "2589613772379687118" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", + "hash": "5973638345373933302" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", + "hash": "15042347812954300106" + }, + { + "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", + "hash": "6338890337184233730" + }, + { + "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", + "hash": "12332136203110463175" + }, + { + "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", + "hash": "14199280944066488263" + }, + { + "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", + "hash": "2615756064988394528" + }, + { + "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", + "hash": "17548951851137442209" + }, + { + "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", + "hash": "13695075695640031897" + }, + { + "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", + "hash": "5633104287798836216" + }, + { + "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", + "hash": "18046537988904659224" + }, + { + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", + "hash": "1871737709038769946" + }, + { + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", + "hash": "6979096270862588135" + }, + { + "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", + "hash": "970334209122746164" + }, + { + "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", + "hash": "9667005076024681736" + }, + { + "file": "libs/designer/src/lib/ui/settings/index.tsx", + "hash": "14559726202240722620" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", + "hash": "4578759189608616930" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", + "hash": "17737294470449076285" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", + "hash": "3442351415387182271" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", + "hash": "15073803307628141748" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", + "hash": "13259211909852062902" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", + "hash": "1121495998656744936" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", + "hash": "1034166355859418220" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", + "hash": "305675838625215663" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", + "hash": "1949585750942351876" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", + "hash": "4499489232140778372" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", + "hash": "13293113667156220544" + }, + { + "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", + "hash": "9211118379886345968" + }, + { + "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", + "hash": "1426261106233320224" + }, + { + "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", + "hash": "4817919565569896749" + }, + { + "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", + "hash": "14117197387047983705" + }, + { + "file": "libs/designer/src/lib/ui/styles.less", + "hash": "8828323265444774935" + }, + { + "file": "libs/designer/tsconfig.json", + "hash": "4056097264898120672" + } + ], + "@microsoft/vscode-extension-logic-apps": [ + { + "file": "libs/vscode-extension/package.json", + "hash": "15998724868521866521", + "deps": ["@microsoft/logic-apps-shared", "npm:axios", "npm:tslib"] + }, + { + "file": "libs/vscode-extension/src/assets/architecture.png", + "hash": "26421078174694397" + }, + { + "file": "libs/vscode-extension/src/index.ts", + "hash": "13894618422633116150" + }, + { + "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", + "hash": "13120906341305634586" + }, + { + "file": "libs/vscode-extension/src/lib/helpers/index.ts", + "hash": "10780152196575928830" + }, + { + "file": "libs/vscode-extension/src/lib/models/artifact.ts", + "hash": "7146957473126889114" + }, + { + "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", + "hash": "6154477977645149666" + }, + { + "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", + "hash": "5895652225166913174" + }, + { + "file": "libs/vscode-extension/src/lib/models/connection.ts", + "hash": "8902288875218630610" + }, + { + "file": "libs/vscode-extension/src/lib/models/context.ts", + "hash": "289535333068392984" + }, + { + "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", + "hash": "10232207379279475729" + }, + { + "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", + "hash": "8661551841000564066" + }, + { + "file": "libs/vscode-extension/src/lib/models/functions.ts", + "hash": "8921509321344504417" + }, + { + "file": "libs/vscode-extension/src/lib/models/host.ts", + "hash": "4946881646528119602" + }, + { + "file": "libs/vscode-extension/src/lib/models/index.ts", + "hash": "8629351622118864800" + }, + { + "file": "libs/vscode-extension/src/lib/models/language.ts", + "hash": "12998506532698409684" + }, + { + "file": "libs/vscode-extension/src/lib/models/launch.ts", + "hash": "3299137502222266496" + }, + { + "file": "libs/vscode-extension/src/lib/models/parameter.ts", + "hash": "2466587591546831647" + }, + { + "file": "libs/vscode-extension/src/lib/models/process.ts", + "hash": "12858203324101334851" + }, + { + "file": "libs/vscode-extension/src/lib/models/project.ts", + "hash": "12064643844535713228" + }, + { + "file": "libs/vscode-extension/src/lib/models/tasks.ts", + "hash": "15455125440905214634" + }, + { + "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", + "hash": "11529840343560446484" + }, + { + "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", + "hash": "10730630576740403610" + }, + { + "file": "libs/vscode-extension/src/lib/models/templates/index.ts", + "hash": "15419456393693419504" + }, + { + "file": "libs/vscode-extension/src/lib/models/workflow.ts", + "hash": "4080408159234522751" + }, + { + "file": "libs/vscode-extension/src/lib/services/httpClient.ts", + "hash": "13366754612634721081" + }, + { + "file": "libs/vscode-extension/src/lib/services/index.ts", + "hash": "2286143948438821916" + }, + { + "file": "libs/vscode-extension/tsconfig.json", + "hash": "4056097264898120672" + } + ], + "vs-code-react": [ + { + "file": "apps/vs-code-react/.babelrc", + "hash": "7338834004944326044" + }, + { + "file": "apps/vs-code-react/.browserslistrc", + "hash": "167759602395835039" + }, + { + "file": "apps/vs-code-react/.eslintrc.json", + "hash": "10075191527724852300" + }, + { + "file": "apps/vs-code-react/jest.config.ts", + "hash": "8334961725413338902" + }, + { + "file": "apps/vs-code-react/project.json", + "hash": "11513115860663613571" + }, + { + "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", + "hash": "7103226391461447657" + }, + { + "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", + "hash": "15235190526173296646" + }, + { + "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", + "hash": "3923189858935612561" + }, + { + "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", + "hash": "5310943053923898056" + }, + { + "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", + "hash": "14353098042527666078" + }, + { + "file": "apps/vs-code-react/src/app/dataMapper/app.less", + "hash": "10860476654260307609" + }, + { + "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", + "hash": "1229212044608318791" + }, + { + "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", + "hash": "1233751610250085221" + }, + { + "file": "apps/vs-code-react/src/app/designer/app.less", + "hash": "2873139032757981092" + }, + { + "file": "apps/vs-code-react/src/app/designer/app.tsx", + "hash": "14446374292339965572" + }, + { + "file": "apps/vs-code-react/src/app/designer/constants.ts", + "hash": "5903664051922439610" + }, + { + "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", + "hash": "8677180454198120663" + }, + { + "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", + "hash": "13157754222681752876" + }, + { + "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", + "hash": "3846553792648049504" + }, + { + "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", + "hash": "2583935077415507996" + }, + { + "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", + "hash": "11284208617598927726" + }, + { + "file": "apps/vs-code-react/src/app/export/export.less", + "hash": "3696757642502745218" + }, + { + "file": "apps/vs-code-react/src/app/export/export.tsx", + "hash": "8780683083445998923" + }, + { + "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", + "hash": "1432771657034188602" + }, + { + "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", + "hash": "920422646883876413" + }, + { + "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", + "hash": "11162162346257637474" + }, + { + "file": "apps/vs-code-react/src/app/export/status/status.tsx", + "hash": "7912554661822815221" + }, + { + "file": "apps/vs-code-react/src/app/export/summary/helper.ts", + "hash": "14153533387296877593" + }, + { + "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", + "hash": "7161124247970943148" + }, + { + "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", + "hash": "4655457745320534508" + }, + { + "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", + "hash": "314441399583635160" + }, + { + "file": "apps/vs-code-react/src/app/export/validation/helper.ts", + "hash": "11787808914725369004" + }, + { + "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", + "hash": "6866286216752763150" + }, + { + "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", + "hash": "10475247554118844324" + }, + { + "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", + "hash": "1366466573911291031" + }, + { + "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", + "hash": "3750291621191783642" + }, + { + "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", + "hash": "16694375718863827935" + }, + { + "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", + "hash": "3220598036709854135" + }, + { + "file": "apps/vs-code-react/src/app/overview/app.tsx", + "hash": "6561625234207029430" + }, + { + "file": "apps/vs-code-react/src/app/overview/overview.less", + "hash": "10514910349287699054" + }, + { + "file": "apps/vs-code-react/src/app/review/index.tsx", + "hash": "17050061761908500120" + }, + { + "file": "apps/vs-code-react/src/assets/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "apps/vs-code-react/src/environments/environment.prod.ts", + "hash": "10220522844224226756" + }, + { + "file": "apps/vs-code-react/src/environments/environment.ts", + "hash": "11309522437153898482" + }, + { + "file": "apps/vs-code-react/src/favicon.ico", + "hash": "9303420814833116677" + }, + { + "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", + "hash": "8025372240546622652" + }, + { + "file": "apps/vs-code-react/src/fixtures/get-run.json", + "hash": "14954993404334898723" + }, + { + "file": "apps/vs-code-react/src/fixtures/get-runs.json", + "hash": "16210149105685428411" + }, + { + "file": "apps/vs-code-react/src/index.html", + "hash": "15542557927961559597" + }, + { + "file": "apps/vs-code-react/src/main.tsx", + "hash": "12636954517020345187" + }, + { + "file": "apps/vs-code-react/src/polyfills.ts", + "hash": "17041846422484582267" + }, + { + "file": "apps/vs-code-react/src/resources/Caution.svg", + "hash": "12946324935578891880" + }, + { + "file": "apps/vs-code-react/src/resources/Error.svg", + "hash": "1306017530222758526" + }, + { + "file": "apps/vs-code-react/src/resources/Success.svg", + "hash": "1346479691433759862" + }, + { + "file": "apps/vs-code-react/src/router/index.tsx", + "hash": "15140865326278989359" + }, + { + "file": "apps/vs-code-react/src/run-service.ts", + "hash": "17001222516069202300" + }, + { + "file": "apps/vs-code-react/src/run-service/export/helper.ts", + "hash": "17978663445350106988" + }, + { + "file": "apps/vs-code-react/src/run-service/export/index.ts", + "hash": "8958556086353433187" + }, + { + "file": "apps/vs-code-react/src/run-service/types.ts", + "hash": "15571572309314646001" + }, + { + "file": "apps/vs-code-react/src/state/DataMapSlice.ts", + "hash": "12162383684219148227" + }, + { + "file": "apps/vs-code-react/src/state/DesignerSlice.ts", + "hash": "15018588436028947609" + }, + { + "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", + "hash": "17422552152551623659" + }, + { + "file": "apps/vs-code-react/src/state/projectSlice.ts", + "hash": "17786023480081942934" + }, + { + "file": "apps/vs-code-react/src/state/store.ts", + "hash": "9306760291102940367" + }, + { + "file": "apps/vs-code-react/src/stateWrapper.tsx", + "hash": "2412499423087675880" + }, + { + "file": "apps/vs-code-react/src/styles.less", + "hash": "11897878901819299767" + }, + { + "file": "apps/vs-code-react/src/themeProvider.tsx", + "hash": "3199307216492964650" + }, + { + "file": "apps/vs-code-react/src/webviewCommunication.tsx", + "hash": "4256707400206268801" + }, + { + "file": "apps/vs-code-react/tsconfig.app.json", + "hash": "4251399858593500384" + }, + { + "file": "apps/vs-code-react/tsconfig.json", + "hash": "10208151351921925114" + }, + { + "file": "apps/vs-code-react/tsconfig.spec.json", + "hash": "13084980954983636161" + } + ], + "designer-standalone": [ + { + "file": "apps/designer-standalone/.babelrc", + "hash": "7338834004944326044" + }, + { + "file": "apps/designer-standalone/.browserslistrc", + "hash": "2888533144288818662" + }, + { + "file": "apps/designer-standalone/.eslintrc.json", + "hash": "10075191527724852300" + }, + { + "file": "apps/designer-standalone/jest.config.ts", + "hash": "5095600455584759097" + }, + { + "file": "apps/designer-standalone/project.json", + "hash": "16700774840276461816" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", + "hash": "3298017156622978060" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", + "hash": "13505482435147628633" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", + "hash": "9606761639132729551" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", + "hash": "6979701506181809557" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", + "hash": "14118413145410608191" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", + "hash": "1588066658590448230" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", + "hash": "11196696306113960606" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", + "hash": "14682812772519432090" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", + "hash": "4580548922855359394" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", + "hash": "12895583927495006597" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", + "hash": "2755209554830887096" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", + "hash": "16951494746367962696" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", + "hash": "11922224593998776622" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", + "hash": "9092529694739284525" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", + "hash": "14344615542145629436" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", + "hash": "2732486466259074455" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", + "hash": "17257936693118977812" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", + "hash": "11766814904345254217" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", + "hash": "15343875879297750706" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", + "hash": "4446661457006721606" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", + "hash": "13092524529881537344" + }, + { + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", + "hash": "7976663886408218270" + }, + { + "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", + "hash": "13293572578025384518" + }, + { + "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", + "hash": "8960093372869801569" + }, + { + "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", + "hash": "17011074881319644796" + }, + { + "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", + "hash": "4734349067026517129" + }, + { + "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", + "hash": "11056877601318419241" + }, + { + "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", + "hash": "7960030919432291768" + }, + { + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", + "hash": "4190195339052860475" + }, + { + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", + "hash": "17311351490108510384" + }, + { + "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", + "hash": "17876933317388473037" + }, + { + "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", + "hash": "11182070599256684242" + }, + { + "file": "apps/designer-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", + "hash": "11358026391684952458" + }, + { + "file": "apps/designer-standalone/src/components/settings_box.module.less", + "hash": "9808519016183858536" + }, + { + "file": "apps/designer-standalone/src/components/settings_box.tsx", + "hash": "12099490358448849702" + }, + { + "file": "apps/designer-standalone/src/components/themes.ts", + "hash": "10280533146008251816" + }, + { + "file": "apps/designer-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" + }, + { + "file": "apps/designer-standalone/src/environments/environment.ts", + "hash": "5920947766445218989" + }, + { + "file": "apps/designer-standalone/src/favicon.ico", + "hash": "9303420814833116677" + }, + { + "file": "apps/designer-standalone/src/index.html", + "hash": "706131400937913887" + }, + { + "file": "apps/designer-standalone/src/main.tsx", + "hash": "6196242117816635624" + }, + { + "file": "apps/designer-standalone/src/polyfills.ts", + "hash": "17041846422484582267" + }, + { + "file": "apps/designer-standalone/src/state/connectionReferences.ts", + "hash": "3642930491684807465" + }, + { + "file": "apps/designer-standalone/src/state/historyHelpers.ts", + "hash": "14898556878004432608" + }, + { + "file": "apps/designer-standalone/src/state/store.ts", + "hash": "11326541673147537080" + }, + { + "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", + "hash": "2817444802055692850" + }, + { + "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", + "hash": "14190318844766308247" + }, + { + "file": "apps/designer-standalone/src/styles.less", + "hash": "17529353978711030180" + }, + { + "file": "apps/designer-standalone/src/typings.d.ts", + "hash": "8667080681692980982" + }, + { + "file": "apps/designer-standalone/tsconfig.app.json", + "hash": "14044905431050690021" + }, + { + "file": "apps/designer-standalone/tsconfig.json", + "hash": "292688152284415530" + }, + { + "file": "apps/designer-standalone/tsconfig.spec.json", + "hash": "14985627563307578458" + } + ], + "vs-code-designer": [ + { + "file": "apps/vs-code-designer/.eslintrc.json", + "hash": "8230085774644180673" + }, + { + "file": "apps/vs-code-designer/jest.config.ts", + "hash": "17889736692752700798" + }, + { + "file": "apps/vs-code-designer/project.json", + "hash": "10833565585548221174" + }, + { + "file": "apps/vs-code-designer/src/CHANGELOG.md", + "hash": "14589377795062736305" + }, + { + "file": "apps/vs-code-designer/src/LICENSE.md", + "hash": "11929769968810875751" + }, + { + "file": "apps/vs-code-designer/src/LogicAppResolver.ts", + "hash": "15283228701684753042" + }, + { + "file": "apps/vs-code-designer/src/README.md", + "hash": "11849077759120475963" + }, + { + "file": "apps/vs-code-designer/src/app/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", + "hash": "9691210983495138557" + }, + { + "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", + "hash": "16521890431921928426" + }, + { + "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", + "hash": "16663452797901095598" + }, + { + "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", + "hash": "17141832093942421132" + }, + { + "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", + "hash": "16800387599182163436" + }, + { + "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", + "hash": "15249910961024614139" + }, + { + "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", + "hash": "10478805085220116046" + }, + { + "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", + "hash": "16716690566799847540" + }, + { + "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", + "hash": "8933389345854657664" + }, + { + "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", + "hash": "9992531484797111989" + }, + { + "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", + "hash": "9463128159380316482" + }, + { + "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", + "hash": "5889249415644928667" + }, + { + "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", + "hash": "5345286631159247185" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", + "hash": "3989052663077740043" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", + "hash": "5116501926243135478" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", + "hash": "16288058029656980512" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", + "hash": "4974115892586946562" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", + "hash": "2739542424025605778" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", + "hash": "16528307411062519273" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", + "hash": "8420664513479071878" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", + "hash": "1015410722997215694" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", + "hash": "14122433799963996225" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", + "hash": "5881517096408142372" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", + "hash": "12504828417239595241" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", + "hash": "2537881784742654091" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", + "hash": "2805860689866977637" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", + "hash": "236360329701387391" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", + "hash": "15398886318117594991" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", + "hash": "14182951342794946711" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", + "hash": "6145152286437918482" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", + "hash": "10097241182939210615" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", + "hash": "6085873851390612613" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", + "hash": "4790825331437291708" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", + "hash": "3241263939490725602" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", + "hash": "12904323188893554197" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", + "hash": "3301771322364491691" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", + "hash": "7125020395698562731" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", + "hash": "1061376532103796189" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", + "hash": "4090283287361325395" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", + "hash": "12694293993123858339" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", + "hash": "6939607616569333271" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", + "hash": "16876165458358934367" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", + "hash": "6807352070253397014" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", + "hash": "602646548392219924" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", + "hash": "1248441447151601445" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", + "hash": "4382994499249808404" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", + "hash": "3270908220441876714" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", + "hash": "18197283561380557970" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", + "hash": "12854509727277688600" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", + "hash": "6932473933775505497" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", + "hash": "15163297139299467130" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", + "hash": "12145516951279464570" + }, + { + "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", + "hash": "13122905205637169916" + }, + { + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", + "hash": "12161500855477225293" + }, + { + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", + "hash": "2961004747776184036" + }, + { + "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", + "hash": "4522541350913132312" + }, + { + "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", + "hash": "11258116130515669458" + }, + { + "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", + "hash": "10075191348354945271" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", + "hash": "14895277555234648124" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", + "hash": "4733267574054585308" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", + "hash": "4897061654932299103" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", + "hash": "5210136330995269176" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", + "hash": "9188408928771288175" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", + "hash": "1654632113814189489" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", + "hash": "13903031530503885601" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", + "hash": "4869802028671417544" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", + "hash": "11183973806602428193" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", + "hash": "9790108692711167549" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", + "hash": "8935024565840125528" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", + "hash": "17757783226849701195" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", + "hash": "3118499866503970646" + }, + { + "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", + "hash": "16946336365738016652" + }, + { + "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", + "hash": "14700426286273151963" + }, + { + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", + "hash": "12955984065148503188" + }, + { + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", + "hash": "67503252290137050" + }, + { + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", + "hash": "18047538332171694914" + }, + { + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", + "hash": "16421460425439894219" + }, + { + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", + "hash": "5102400899083743915" + }, + { + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", + "hash": "3566802881924367933" + }, + { + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", + "hash": "2253355473442341254" + }, + { + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", + "hash": "8367461168796618125" + }, + { + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", + "hash": "7816928161375360640" + }, + { + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", + "hash": "8211441423174431273" + }, + { + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", + "hash": "4543923992427156478" + }, + { + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", + "hash": "16790172706671895508" + }, + { + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", + "hash": "730339459731076167" + }, + { + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", + "hash": "16387263368854184722" + }, + { + "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", + "hash": "8785736729536479883" + }, + { + "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", + "hash": "5405004095284863368" + }, + { + "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", + "hash": "277688911407886724" + }, + { + "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", + "hash": "10531190907180147165" + }, + { + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", + "hash": "6805897657185145282" + }, + { + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", + "hash": "4042523059976227605" + }, + { + "file": "apps/vs-code-designer/src/app/commands/openFile.ts", + "hash": "8848677839034017897" + }, + { + "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", + "hash": "4414819161159148018" + }, + { + "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", + "hash": "12108392818377112463" + }, + { + "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", + "hash": "5348466410986195592" + }, + { + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", + "hash": "11825414888852326472" + }, + { + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", + "hash": "13266183717277799658" + }, + { + "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", + "hash": "9667907052210863860" + }, + { + "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", + "hash": "11431794142374272106" + }, + { + "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", + "hash": "11741482698530295281" + }, + { + "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", + "hash": "10014778861188001840" + }, + { + "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", + "hash": "17934490034222099721" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", + "hash": "9519170629001091669" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", + "hash": "2193565893393153407" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", + "hash": "7828137694120726708" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", + "hash": "11038158381580372609" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", + "hash": "4199684356925501631" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", + "hash": "11358177184398117389" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", + "hash": "2679770440781556642" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", + "hash": "4758133665418146451" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", + "hash": "1121723214110567542" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", + "hash": "7725573827694650006" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", + "hash": "8334894307746449914" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", + "hash": "8101227941012600904" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", + "hash": "3673010528497519226" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", + "hash": "11911833764116684440" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", + "hash": "9168734096888030444" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", + "hash": "17061412144400724615" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", + "hash": "5828869705447588148" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", + "hash": "15656574216615797261" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", + "hash": "4880915516707375137" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", + "hash": "17464406121619291255" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", + "hash": "14683371035097063300" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", + "hash": "5542561233280181226" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", + "hash": "17702393010275360059" + }, + { + "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", + "hash": "2575534504287821721" + }, + { + "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", + "hash": "11739281340875482517" + }, + { + "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", + "hash": "9929018485526454933" + }, + { + "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", + "hash": "4009213837140272148" + }, + { + "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", + "hash": "8817565709427003190" + }, + { + "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", + "hash": "3375335490032478024" + }, + { + "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", + "hash": "16615866709994104280" + }, + { + "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", + "hash": "7415266051392608333" + }, + { + "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", + "hash": "9074539896232376720" + }, + { + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", + "hash": "9267693919118671283" + }, + { + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", + "hash": "10134355830057584781" + }, + { + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", + "hash": "721460261511937589" + }, + { + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", + "hash": "5398542377692716433" + }, + { + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", + "hash": "3347403338657872606" + }, + { + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", + "hash": "5980647371085397675" + }, + { + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", + "hash": "16412382996484120538" + }, + { + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", + "hash": "604082204214613146" + }, + { + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", + "hash": "5211400042396365247" + }, + { + "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", + "hash": "4323159798705886185" + }, + { + "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", + "hash": "10473063987200566321" + }, + { + "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", + "hash": "3595900253866256876" + }, + { + "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", + "hash": "13211032462411797929" + }, + { + "file": "apps/vs-code-designer/src/app/utils/azure.ts", + "hash": "3833124319981952605" + }, + { + "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", + "hash": "5354517439635689223" + }, + { + "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", + "hash": "4202845508695897867" + }, + { + "file": "apps/vs-code-designer/src/app/utils/binaries.ts", + "hash": "388089461239389146" + }, + { + "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", + "hash": "11278198487517151600" + }, + { + "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", + "hash": "5209627703357314360" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", + "hash": "2721473099105817663" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", + "hash": "16092403201611177373" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", + "hash": "17280584654313801797" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", + "hash": "11434773582755922466" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", + "hash": "8914353723910010736" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", + "hash": "11370916271253948863" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", + "hash": "12851745667746697144" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", + "hash": "4992286302690682038" + }, + { + "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", + "hash": "12439909453655537151" + }, + { + "file": "apps/vs-code-designer/src/app/utils/credentials.ts", + "hash": "9526611676815672231" + }, + { + "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", + "hash": "18100208350276697387" + }, + { + "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", + "hash": "11195002535064666626" + }, + { + "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", + "hash": "16513329002632778630" + }, + { + "file": "apps/vs-code-designer/src/app/utils/errors.ts", + "hash": "6337192314829286295" + }, + { + "file": "apps/vs-code-designer/src/app/utils/extension.ts", + "hash": "8597463145754720643" + }, + { + "file": "apps/vs-code-designer/src/app/utils/feed.ts", + "hash": "11078950491452597655" + }, + { + "file": "apps/vs-code-designer/src/app/utils/fs.ts", + "hash": "10454176105648465536" + }, + { + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", + "hash": "2643409337300275114" + }, + { + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", + "hash": "15542602281912482110" + }, + { + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", + "hash": "168472165892576464" + }, + { + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", + "hash": "11613730303036346440" + }, + { + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", + "hash": "17614489772909813009" + }, + { + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", + "hash": "16131810591978900690" + }, + { + "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", + "hash": "5474082429921495272" + }, + { + "file": "apps/vs-code-designer/src/app/utils/git.ts", + "hash": "12773428193671641806" + }, + { + "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", + "hash": "8596095749121613195" + }, + { + "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", + "hash": "3897495234826386613" + }, + { + "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", + "hash": "8369160542664851064" + }, + { + "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", + "hash": "12408115648321618520" + }, + { + "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", + "hash": "11916907140988211314" + }, + { + "file": "apps/vs-code-designer/src/app/utils/timeout.ts", + "hash": "14778113605060537252" + }, + { + "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", + "hash": "17799585098475395215" + }, + { + "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", + "hash": "18167521601394077735" + }, + { + "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", + "hash": "13920597240309833189" + }, + { + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", + "hash": "9759327367702436958" + }, + { + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", + "hash": "1968553941266221567" + }, + { + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", + "hash": "15287783653212061089" + }, + { + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", + "hash": "6828207763303964975" + }, + { + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", + "hash": "11094466494008399309" + }, + { + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", + "hash": "2154894462698790548" + }, + { + "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", + "hash": "8439101078638289221" + }, + { + "file": "apps/vs-code-designer/src/app/utils/workspace.ts", + "hash": "16375631922651977733" + }, + { + "file": "apps/vs-code-designer/src/assets/Connection.svg", + "hash": "15647431244608701397" + }, + { + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", + "hash": "10584527306322621934" + }, + { + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", + "hash": "3810450270713476659" + }, + { + "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", + "hash": "4245860993464393581" + }, + { + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", + "hash": "6824072606396484945" + }, + { + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", + "hash": "10950725022355073892" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", + "hash": "576791979954694443" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", + "hash": "12306089950511122041" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", + "hash": "2239336814154262202" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", + "hash": "7211845892991047855" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", + "hash": "7215558518247341170" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", + "hash": "4598916924084671926" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", + "hash": "8406210736576622585" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", + "hash": "9257116971448085886" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", + "hash": "3621284916386716836" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", + "hash": "16767884502249044946" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", + "hash": "12435277816665445182" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", + "hash": "8836914518393574591" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", + "hash": "1000406548186478802" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", + "hash": "15689618091200745940" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", + "hash": "5650505684305619652" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", + "hash": "8836914518393574591" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", + "hash": "1000406548186478802" + }, + { + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", + "hash": "6146631829358995396" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", + "hash": "4245860993464393581" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", + "hash": "3654728019765167060" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", + "hash": "6618528922142727668" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/export.svg", + "hash": "4203088445943374133" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/filter.svg", + "hash": "2157761159649928725" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/info.svg", + "hash": "10259827920845009789" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", + "hash": "15172864931349783756" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", + "hash": "12913855549590469120" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/visible.svg", + "hash": "15527356031076482326" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/wand.png", + "hash": "2323447109945934437" + }, + { + "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", + "hash": "3274518933561120400" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "10811906832528493729" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "6253575686098009499" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "4098931202983786207" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", + "hash": "1636695999285125481" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "12187774501315130464" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "7368448719439030691" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "1164676230893833197" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", + "hash": "2868804174007093570" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "17474514795579720783" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "1966951836172479399" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "563534334865091586" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" + }, + { + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", + "hash": "3438342450555214691" + }, + { + "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", + "hash": "4245860993464393581" + }, + { + "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", + "hash": "3654728019765167060" + }, + { + "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", + "hash": "12548280711520177657" + }, + { + "file": "apps/vs-code-designer/src/assets/light/export.svg", + "hash": "4203088445943374133" + }, + { + "file": "apps/vs-code-designer/src/assets/light/filter.svg", + "hash": "808289461830434574" + }, + { + "file": "apps/vs-code-designer/src/assets/light/info.svg", + "hash": "8008068589209490939" + }, + { + "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", + "hash": "5714860970048264528" + }, + { + "file": "apps/vs-code-designer/src/assets/light/refresh.svg", + "hash": "17185510816311412914" + }, + { + "file": "apps/vs-code-designer/src/assets/light/visible.svg", + "hash": "2086515071006177202" + }, + { + "file": "apps/vs-code-designer/src/assets/light/wand.png", + "hash": "2740478162349478720" + }, + { + "file": "apps/vs-code-designer/src/assets/light/workflow.svg", + "hash": "3274518933561120400" + }, + { + "file": "apps/vs-code-designer/src/assets/logicAppResources.png", + "hash": "7844543986362065723" + }, + { + "file": "apps/vs-code-designer/src/assets/logicapp.png", + "hash": "18231532070800362266" + }, + { + "file": "apps/vs-code-designer/src/constants.ts", + "hash": "10884448731183309126" + }, + { + "file": "apps/vs-code-designer/src/environments/environment.prod.ts", + "hash": "10220522844224226756" + }, + { + "file": "apps/vs-code-designer/src/environments/environment.ts", + "hash": "1135292433917692033" + }, + { + "file": "apps/vs-code-designer/src/extensionVariables.ts", + "hash": "1011803126032346158" + }, + { + "file": "apps/vs-code-designer/src/localize.ts", + "hash": "8909848188136259962" + }, + { + "file": "apps/vs-code-designer/src/main.ts", + "hash": "12693268671030990594" + }, + { + "file": "apps/vs-code-designer/src/onboarding.ts", + "hash": "1284380110401789108" + }, + { + "file": "apps/vs-code-designer/src/package.json", + "hash": "11609901045508539230" + }, + { + "file": "apps/vs-code-designer/tsconfig.app.json", + "hash": "9654856818679042867" + }, + { + "file": "apps/vs-code-designer/tsconfig.json", + "hash": "1646188906733341306" + }, + { + "file": "apps/vs-code-designer/tsconfig.spec.json", + "hash": "9983375138734725293" + } + ], + "@microsoft/logic-apps-data-mapper": [ + { + "file": "libs/data-mapper/package.json", + "hash": "3131656448186076998", + "deps": [ + "@microsoft/logic-apps-shared", + "@microsoft/designer-ui", + "@microsoft/logic-apps-designer", + "npm:js-yaml", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] + }, + { + "file": "libs/data-mapper/src/index.ts", + "hash": "5472632491119599158" + }, + { + "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", + "hash": "14141615103418495910" + }, + { + "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", + "hash": "17770304629225421551" + }, + { + "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", + "hash": "6877428616429784381" + }, + { + "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", + "hash": "14358690050668654180" + }, + { + "file": "libs/data-mapper/src/lib/__mocks__/index.ts", + "hash": "2773363408802742346" + }, + { + "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" + }, + { + "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", + "hash": "8395782275572223290" + }, + { + "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", + "hash": "16603205122567920755" + }, + { + "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", + "hash": "10258201007008948880" + }, + { + "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", + "hash": "8534942872367954833" + }, + { + "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", + "hash": "15022977686795039418" + }, + { + "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", + "hash": "12397917326030950019" + }, + { + "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", + "hash": "1675148636656834599" + }, + { + "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", + "hash": "4500469198916948898" + }, + { + "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", + "hash": "15591781288413492668" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", + "hash": "10224908465129074278" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", + "hash": "2306687655733353822" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", + "hash": "4978643643123088343" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", + "hash": "16079196945272553302" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", + "hash": "9459439117530038422" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/style.less", + "hash": "1527231942813543886" + }, + { + "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", + "hash": "3490028716472595634" + }, + { + "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", + "hash": "11032931063624269338" + }, + { + "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", + "hash": "16949676118746384339" + }, + { + "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", + "hash": "5754477981864776328" + }, + { + "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", + "hash": "8248408736294624544" + }, + { + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", + "hash": "1309869007463816848" + }, + { + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", + "hash": "13628344667890779793" + }, + { + "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", + "hash": "15205348783145905209" + }, + { + "file": "libs/data-mapper/src/lib/components/index.tsx", + "hash": "14428353282588746736" + }, + { + "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", + "hash": "2162817837155313327" + }, + { + "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", + "hash": "13553412525983781799" + }, + { + "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", + "hash": "12346138118521841651" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", + "hash": "13284155248340962799" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", + "hash": "6881307329438277742" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", + "hash": "17557070717023693689" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", + "hash": "6406696257549309205" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", + "hash": "287685334620412869" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", + "hash": "7705748749211233193" + }, + { + "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", + "hash": "3936423784858816038" + }, + { + "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", + "hash": "436733766006015729" + }, + { + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", + "hash": "2902656052842124085" + }, + { + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", + "hash": "12588249875741308347" + }, + { + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", + "hash": "3371960444479219998" + }, + { + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", + "hash": "13107346633144606217" + }, + { + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", + "hash": "3431317465765506117" + }, + { + "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", + "hash": "931212623622312724" + }, + { + "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", + "hash": "2252689483688433412" + }, + { + "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", + "hash": "16227082704057520509" + }, + { + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", + "hash": "10162125979217322629" + }, + { + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", + "hash": "1365034521116895969" + }, + { + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", + "hash": "5783780993646471511" + }, + { + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", + "hash": "12114143726703313044" + }, + { + "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", + "hash": "7202237167327210605" + }, + { + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", + "hash": "1200938118723756534" + }, + { + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", + "hash": "1012998571701681502" + }, + { + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", + "hash": "12160064669768110122" + }, + { + "file": "libs/data-mapper/src/lib/components/style.less", + "hash": "16697434201106803776" + }, + { + "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", + "hash": "1043813905809112628" + }, + { + "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", + "hash": "9602489998542264304" + }, + { + "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", + "hash": "6227532534870526144" + }, + { + "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", + "hash": "7886860379443982562" + }, + { + "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", + "hash": "9624723269802669778" + }, + { + "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", + "hash": "8054479495813088206" + }, + { + "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", + "hash": "11318338330539713068" + }, + { + "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", + "hash": "6683692349789938244" + }, + { + "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", + "hash": "9474546573542884474" + }, + { + "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", + "hash": "9216304019284249108" + }, + { + "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", + "hash": "16279862027290865289" + }, + { + "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", + "hash": "63281905083235104" + }, + { + "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", + "hash": "2119175370219112170" + }, + { + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", + "hash": "4728474869371566435" + }, + { + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", + "hash": "15720533640718112418" + }, + { + "file": "libs/data-mapper/src/lib/core/index.ts", + "hash": "17728252828542620020" + }, + { + "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", + "hash": "9336784234862841153" + }, + { + "file": "libs/data-mapper/src/lib/core/queries/functions.ts", + "hash": "9075525510237815946" + }, + { + "file": "libs/data-mapper/src/lib/core/queries/schema.ts", + "hash": "13294590656211176080" + }, + { + "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", + "hash": "5423319519120387627" + }, + { + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", + "hash": "9392105193070614482" + }, + { + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", + "hash": "15115567686730099658" + }, + { + "file": "libs/data-mapper/src/lib/core/services/index.ts", + "hash": "17713914166270244963" + }, + { + "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", + "hash": "3978208177201101476" + }, + { + "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", + "hash": "2345282136753381843" + }, + { + "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", + "hash": "8144585438365623290" + }, + { + "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", + "hash": "8329083872052003118" + }, + { + "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", + "hash": "13780116185320446560" + }, + { + "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", + "hash": "1844323867195659318" + }, + { + "file": "libs/data-mapper/src/lib/core/state/Store.ts", + "hash": "11335664211370179539" + }, + { + "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", + "hash": "14083985203055166555" + }, + { + "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", + "hash": "3651895461739624717" + }, + { + "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", + "hash": "9602396280237708280" + }, + { + "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", + "hash": "3966523736504478114" + }, + { + "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", + "hash": "3717071440296795971" + }, + { + "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", + "hash": "18312574586759606725" + }, + { + "file": "libs/data-mapper/src/lib/images/IconModel.ts", + "hash": "12022961688999857592" + }, + { + "file": "libs/data-mapper/src/lib/index.ts", + "hash": "12536403810420775901" + }, + { + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", + "hash": "11971351871449799719" + }, + { + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", + "hash": "231476621227209942" + }, + { + "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", + "hash": "14825710363869872009" + }, + { + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", + "hash": "11190645468593154735" + }, + { + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", + "hash": "14736012937266371921" + }, + { + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", + "hash": "13887358761389139212" + }, + { + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", + "hash": "17897683696959454955" + }, + { + "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", + "hash": "12140356380068737353" + }, + { + "file": "libs/data-mapper/src/lib/models/Connection.ts", + "hash": "6713086379975707272" + }, + { + "file": "libs/data-mapper/src/lib/models/Function.ts", + "hash": "4870906847571201219" + }, + { + "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", + "hash": "15870582288808787686" + }, + { + "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", + "hash": "2503294176815549333" + }, + { + "file": "libs/data-mapper/src/lib/models/index.ts", + "hash": "15048481124323271890" + }, + { + "file": "libs/data-mapper/src/lib/styles.less", + "hash": "6908331227144989949" + }, + { + "file": "libs/data-mapper/src/lib/typings.d.ts", + "hash": "8667080681692980982" + }, + { + "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", + "hash": "5175306600030063384" + }, + { + "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", + "hash": "10316055516907888527" + }, + { + "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", + "hash": "13390357502855812372" + }, + { + "file": "libs/data-mapper/src/lib/ui/index.ts", + "hash": "15113147962899261470" + }, + { + "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", + "hash": "16408345537354737101" + }, + { + "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", + "hash": "1686767970297098011" + }, + { + "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", + "hash": "2434825439260665638" + }, + { + "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", + "hash": "16723311339534011344" + }, + { + "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", + "hash": "8480594156287949923" + }, + { + "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", + "hash": "5131927761100189734" + }, + { + "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", + "hash": "15649534183471564687" + }, + { + "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", + "hash": "8490159670981334068" + }, + { + "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", + "hash": "13852057286094725726" + }, + { + "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", + "hash": "1056814422116962324" + }, + { + "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", + "hash": "7706926125373966162" + }, + { + "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", + "hash": "17896084943722718154" + }, + { + "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", + "hash": "17700627488664204153" + }, + { + "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", + "hash": "1510231232034717112" + }, + { + "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", + "hash": "9183598294036602086" + }, + { + "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", + "hash": "2591378645563686133" + }, + { + "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", + "hash": "3757182914660000889" + }, + { + "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", + "hash": "4652895062524218585" + }, + { + "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", + "hash": "16304634453111028700" + }, + { + "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", + "hash": "16121681897376756515" + }, + { + "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", + "hash": "15152740453553295329" + }, + { + "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", + "hash": "11931976114526883032" + }, + { + "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", + "hash": "3153965796357963823" + }, + { + "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", + "hash": "3809914266296290977" + }, + { + "file": "libs/data-mapper/src/lib/utils/index.ts", + "hash": "5033003906952262405" + }, + { + "file": "libs/data-mapper/tsconfig.json", + "hash": "4056097264898120672" + }, + { + "file": "libs/data-mapper/typing/sort-paths.d.ts", + "hash": "13071285186636949876" + } + ], + "@microsoft/logic-apps-chatbot": [ + { + "file": "libs/chatbot/package.json", + "hash": "5285241322210577790", + "deps": [ + "@microsoft/logic-apps-shared", + "@microsoft/logic-apps-designer", + "@microsoft/designer-ui", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] + }, + { + "file": "libs/chatbot/rollup.config.mjs", + "hash": "11229617363838282337" + }, + { + "file": "libs/chatbot/src/index.ts", + "hash": "5472632491119599158" + }, + { + "file": "libs/chatbot/src/lib/common/constants.ts", + "hash": "2429934717009400244" + }, + { + "file": "libs/chatbot/src/lib/common/models/Query.ts", + "hash": "12711516361292056739" + }, + { + "file": "libs/chatbot/src/lib/common/models/workflow.ts", + "hash": "15855456327309866932" + }, + { + "file": "libs/chatbot/src/lib/core/util/index.ts", + "hash": "5139985942597791835" + }, + { + "file": "libs/chatbot/src/lib/images/LogicApps.svg", + "hash": "2097860906489808431" + }, + { + "file": "libs/chatbot/src/lib/images/Sparkle.svg", + "hash": "3138281638005072555" + }, + { + "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", + "hash": "12308741199338082792" + }, + { + "file": "libs/chatbot/src/lib/images/Workflow.svg", + "hash": "9644831917975499371" + }, + { + "file": "libs/chatbot/src/lib/index.tsx", + "hash": "7293379411218707820" + }, + { + "file": "libs/chatbot/src/lib/styles.less", + "hash": "17038065324912682386" + }, + { + "file": "libs/chatbot/src/lib/ui/chatbot.tsx", + "hash": "14000638668528235529" + }, + { + "file": "libs/chatbot/src/lib/ui/panelheader.tsx", + "hash": "933389736901388174" + }, + { + "file": "libs/chatbot/src/lib/ui/styles.less", + "hash": "16062592558757698716" + }, + { + "file": "libs/chatbot/tsconfig.json", + "hash": "4056097264898120672" + } + ], + "data-mapper-standalone": [ + { + "file": "apps/data-mapper-standalone/.babelrc", + "hash": "7338834004944326044" + }, + { + "file": "apps/data-mapper-standalone/.browserslistrc", + "hash": "2888533144288818662" + }, + { + "file": "apps/data-mapper-standalone/.eslintrc.json", + "hash": "10075191527724852300" + }, + { + "file": "apps/data-mapper-standalone/jest.config.ts", + "hash": "10715911984367194997" + }, + { + "file": "apps/data-mapper-standalone/project.json", + "hash": "3626392484626551561" + }, + { + "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", + "hash": "16726481549457764766" + }, + { + "file": "apps/data-mapper-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" + }, + { + "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", + "hash": "14944117756580093119" + }, + { + "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", + "hash": "1284985494789010035" + }, + { + "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", + "hash": "372080794920849111" + }, + { + "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" + }, + { + "file": "apps/data-mapper-standalone/src/environments/environment.ts", + "hash": "11309522437153898482" + }, + { + "file": "apps/data-mapper-standalone/src/favicon.ico", + "hash": "9303420814833116677" + }, + { + "file": "apps/data-mapper-standalone/src/index.html", + "hash": "1875896067774755003" + }, + { + "file": "apps/data-mapper-standalone/src/main.tsx", + "hash": "10861951779782452086" + }, + { + "file": "apps/data-mapper-standalone/src/polyfills.ts", + "hash": "17041846422484582267" + }, + { + "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", + "hash": "16987547041249191518" + }, + { + "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", + "hash": "15187256273369871693" + }, + { + "file": "apps/data-mapper-standalone/src/state/Store.ts", + "hash": "7832192686281280578" + }, + { + "file": "apps/data-mapper-standalone/src/styles.less", + "hash": "11491636838694553899" + }, + { + "file": "apps/data-mapper-standalone/src/typings.d.ts", + "hash": "8667080681692980982" + }, + { + "file": "apps/data-mapper-standalone/tsconfig.app.json", + "hash": "14044905431050690021" + }, + { + "file": "apps/data-mapper-standalone/tsconfig.json", + "hash": "292688152284415530" + }, + { + "file": "apps/data-mapper-standalone/tsconfig.spec.json", + "hash": "14985627563307578458" + } + ] + } + } +} diff --git a/.nx/cache/lockfile.hash b/.nx/cache/lockfile.hash new file mode 100644 index 00000000000..a578b7cb7cb --- /dev/null +++ b/.nx/cache/lockfile.hash @@ -0,0 +1 @@ +13147331953155060791 \ No newline at end of file diff --git a/.nx/cache/nx_files.nxt b/.nx/cache/nx_files.nxt new file mode 100644 index 0000000000000000000000000000000000000000..04d17508ef0439aa2d39968a14c9da108c3c901a GIT binary patch literal 220356 zcmcG%3z%i=S=R|95HKKt0FKHZIj(te7t$qDHp8Uog`M?LRa_mW#r&w;VJkO%< z`g5%RJj)lbgm?Zzw)uN-n}2l89oD+fo{swGX}!-s;r?2W*}u!e--8+d9I~Y6Uz_af z8l79P5w`EKq3_ZD3IFK4w)GA=_*ar+I)gL%`!`wmv+IA$Z~qQ!oezIH|GWNJxVP3i{(JnR^?&1^m$KGx{y(;V zpGDgr%!MDq60ZLUHgr7v>9-&0kEwk>%5Uqqe)EU@{wrDQ*vGNf@zDR_KA*_JKjW{t zze1afPJmC|8l?ntmK&9=d;=W9G37KUH`f4Kjx2J@oQcCINMM7 zeO>=~Y+q0IU(NPSmgkaVx~}f;^SSQNv4nU0BDOz_=V<@7zXz)ayZobdxUOL54$B@( zI5uWGJm;?8*0~AWqFJ5OHyrwNtn8SMhkI!KT23rj!ucb=t>5a}6ZT(V`HL*t|4XdD z)NgD5EB*ExSnGao^!smO9q8xH{@h#qIsH!8YOO!Dfu8rZoDa_p=fA=K=9~Rm$HU@& z?f(5X&cDrHqa**2?eAsLwdr;LxZ>Cka_oov@gHWb>wm+OmEN^G|@#K7X z=bzx%JN$7SWAni~{r*q-wch95e*0gr{+E7RZS^yLo7ID#=bvBj`+5ic>G*s2=NJ9) z@NK`ca@~8`e;>=gXVEpfx7NDHZzR|L2e$Q|zsdUjEWhLTb=~i>t&{rQhq2Z%ZNJ=a zf3!dM3f5fu;A2_yzdhrXZ0Pzw!uo$;`J*iQt*+DYPi9~5^eL>h|EK&~+u`ri{crR; z9s8gBev5U_Z|iuU?E%Y>Wz!%3Y}OZ99%JGE2V4B3XJ29cIE#KKntPJ%&tu{L2e2LLt9SS!f9y8vZI(O9H50$B>%#j^IhOwZko^UV&foLb>sj~NKKA=Bu>On5 zxi9zI`i<_TwSMyz9RKUdbvhQV3ACzXf5Tt%7S?~8<*Ql5XIa^OzMc*J?i*O^di`l% z>u>bOwErz^|9zJ4Wcddy-^20)EI-KdV=TH}&kfJkZ^F0#GtU2?{+e*zJJ{DX+J7h8 z;o5NQUH*FQ|CHZm72o^a?EDLsf64N5Ebn0vzyDXPbx-~7-?IHHEbnFcL+t+=YaQ1T zuK9I;O#Ax#f7y3i`M(^t-~0v}|B>allI!%%@Av!R`+qk%pFU4_{m-2HeScnz`a@V= z!t$Xk;aar^yY|cvXCr-^m$Uyef9@mwIbHuze*0rshx`0-wm;b)*F8RkZT`1*4A%tS z`zJV|F{$fxPRF(VX&iqQ%crx1-~5kkhwIk-cFV8VSr7fTt_gpi<&XVY)>r-ZHNOu1 zAFjQg9A7>6ls~6yX-1DJ%9e#uhrHsu&rl)nLqZIS*O2woj)F)t@W2D z*RW~N*Kz$$%U|Q*>sj8w@^~Y0v?Hf7v%`D&I&*|H~jqPt|`TH#2<&W#$`U}tb9*%!6%lG;7{|9T`_Xk=3 zus`-Atp6#?+gWtq@cWMGE>)-U(>7M_YZ9Vh%b)E~v zufp$i{=+z?d%TP_mpu3=*5Ujs*w#CKB5Pgy$$qW#pThR1vb>5#zyFi0^&D+qV7ujy zvx@K7_Q$%c0}s&k`kj`v4SHO&;jh;<;cv(>UHdt#KX>K)7W-FNuKMG;-!-;h?e|$d zc+PL@eqYSCt{Jh``{=&m9q#z+_WWAyc9-qfvdme+wOWUF)Ao{cYM&$4$1H!zU;8Dj zb?+}_{eb1mSiy+cY*Z{(ov^(NMD zUb+5nvi}x;Uf29>wsjwEYyH*9{@3{Jx3c~^mTzGBCVx!t@Lg25< z?(@Tbt?l$r&-o{u`%#vE=C65sa_x^N+q(8A{C;@9uzn}U!HMjh1I=m;eq_h=%%9|% zcd`6)e-F{Pe)Dej!+pZLX2y6W&{JqluPS<^$-~M>kdVh_N&~|$NPw>Y-iS;M5yo%)& z91r*Ulk9&w%V)CaJ=A9x*dDNiYldv=S(~gwn|u!2pUa|Wg<}`l*E?v@Z@1XL!lK`X zdp*JaRhF=?wXT1XV^6W%WYNBs=h*)9Ea4j6N6!l1r{jOYpV#&mC)?X>>mCJb{o9|%%Z7k}u@AT(% ztrndR-=u9F(>|BkIoRDtbdl}=UG0Q<7(4i^yl>3UrM%r#c!wg z4fp@GvzA; zc1o)+;Ujchf8jo1tz$3a{7107Jh_fr*t>qDKc@G11>5TPkMYM|nOy&IY=1n~{r)CvT^rst z{jJ_tZSdJ#qx=8Qte;@{JeIU=^qcT^(_b6*^}A;|rv30v+J4R-`wOfKmOZ~8#>kj` z{q`>FiQm@m*nDunKUxP`(D7pqtbW4@$6jF3nE4XcU&#t?~R+hiR60TwM!8h>FH?rtAf0y;Q_-*Zn zzrV+^Z)N#*f9`Fp|96(}X5s$_|B!$F5ld*lA7cB5S;BL4{72dUrz}6l@^%*8JDh)q z-w%EEF25h{_cQGOtUngs>E~AV-^2c|CdX3!K+pL#f9`#Lt!IVj2Rix>oD0tk&k1W? z`=65Yy6(5wPy6_{{k>UPAH1K9(C5G7&;1v_{yo3e{ndB>m3-XB1KB~3$^_|-O z<6QGe$?rbdZ-?*HwX1EI>ICU`=-N-^_n*e{87z9npJ5&PPVfGi?CZKU);+(i`)~Sf zz0+s;ZC#iC{aKD*V!6x`o~vg(&OZJ|`!4u?WU`)c-I%K9d2UHg1; zKG5qI_;dQ5t_dtW4kOL%eA_v+9Ny*Kd2qM!+HH? zkM%x_u9MC?W;?XM-e1SV-^5?1<5Rz_KGyj|zpw2%+o2EcC&yn%wsoDJqxbp}j`P3W z=P$GII)B|)_;t8eYyGJ`U(dNWBIV*AZ3I{vqk<8SrbU&s2J{I;(7 zX1}em^}n(GZ7e#jB|If;e+TE(c47Z*{7Bv_G%D`MKoU&{w~Z9D5bl{44hVHOn7m z`F(O$bg$d%_WJ#ePJ45+zrM+4Z(}mv<|6;Y3rA!7EeBf%v*~y_n~$e^t$U-% zQL$*}sE)VsDUa#L>?+(`6 z!wwC>^ZM=D##qko7SqG=&RrTe*n= z!+wu{X|eTg?FSXR>Ri_}hm)f{+P`&cUKG!bi~H))_4Q$A&>r-9!;Rs_CQEntA~pZv zXuc?3vzSe-4>pIrVXxEcLOT8Ku-9LIB!b*6cE$&zNoeci4llnx-0W>`^t$VVL3gt= z*gUhb9VI@=n{7?TYT%vOyx><|+WD#C{&F^5%IF;~M6`|FTOugB|eb~n52&h6U=vz@yO zhTZ+y{O+B}?Ea#)7()@o6}{ii{+b%I*JZf$`os19<|YKzr~ey1I30lVVsE@y7V|AX zB6*2*Zqy$P`tXS%bhN&{nG;gv5gNsi{|-&F98H%Cbt&v+&>aj0LlOMOa5!9d19x|{ z99=lD?@WJxIGZwH`J|ow;$U>MnD`-eb9OY}DQ?=)8=wuNhW+*c`q*IXueVt?2JZ8!SxfjiPl!yU9Ps+8cv#<0(+_)k zx!xvpw@C{$^n+*7#sW_hUJt^%KHiznjP5*Zgf`cFS6v%V3sEB6x4kj!ZESYC>N#kq zzg|m~>n_c=Js)n-L>+1vih@=ZIsKa+h6MD~j6G{j@ zd8xQ}OC&y1V;}c6y6s_mW3vw}5Br;)j-$((Tdfrf1j};1V?^CyWWo76>)nlwF0|e4 zwcQx2?x{v0AR0a5YsIc-jJ1)r7Ogu+Q)A&qy4`+vV-t=CcW!q!x)5)DJDwJg#|IOA z@Mfpm>1;s!P}U}_tv%>h4dG{soum1@nC=vA{B8`p5aO`2xw$#m5ZUxy7gmg#@^()Y zqkAXM6o&<0Gu^umpKt@lwcf@ClDOT63?Ynux3j+9X&5F)%khL^h~^+l_tGm0OZY#Z zvrgM^zl|P>L*6v;hhmy7cP~cH=%9eLELybkXd$@{e?sm;RlHee1J=@gWU;=3z90d4 zb$Vx}frs?qOHmcr>cTiXPGSYBh;JwzXL&Ly7Hcev;SjNdUNl(mqZw`RdijT?Dv^yH z1kE0zc+6Ah2S!D=Y5bG5#l5{@y9ej)(crvGdxN{WdsUNb##m6_X#KLq_@Ewo$$D=c zG2TaOX!rQGY*fb&s%~=EgVr#cG&F1+hSwW(`UA%-tJ>voG%Y4#=Tpap7dPy{$cD%@ z#6)uLq8)?+16QWOhwaX0AK|+Jne^aE4XiH}K|9E?WpQ&dGtIBp>2^2UV(Wt*vIHJF zsQYe{KE6Zl7u$>RvS^JC#|P>Rl&uY#(AuxxZFk#@uIl@UAd00%5UTWOGKM#aOO%^5 zVyDlb?x0T$kvbdn??$_xPFyq23yH@9E~(qOW0CXREJpL4{Vg%$iepBZ8day#m7;hA)q0$GH-yCv=eqVFJ6nbzjQAgb$)*|3JKH>eGvL1FZ=IY8tM*W0{cS8S#4doP$;i2z+L7;<;Udu#NsW8M9Bzt0%x_c|yy zgUxn(W$dR-vv!g1-HlGp*s_l^24u9jZ>$C$ z36FBydd)7vnnBqcAT|-2o9#}MiV%8?_J~?rsSUZafy6t!o!W5-k*#AeGlr}gtGRi# z_>5y)`UMtFrwg5L_R(JlU06!ft2VZ1*_aF)KDpcNV}Nu!3@9&i!p~!8S4)XFzP-5c z7CoAfkOG+RfJWWGZXN8-b{4Hjsj@jxa2SB=ogN}xX8-1TE?LrkY_fo)nnm*gooQVX zWFX@la|Uhtp`^$);R6>XT}-HiUC|x*1kHq=%vbeT(25*Gtr(KhgAPVx8L7uIrD+fZ z0A}StgTm`(DcmB862C`qc!9KiG@c+-A_fpkaj5{2K!&cB{!f9Y}EWIhvGYW+bOVn9&G96h~7ZIAI-o zd;o7n^9OYhy0Kveq}@TJ;aunH`>tr-w&C z9T;7+N!fq5Z!e~!!^Qq=Ddb`Gy3nb|Yr1NPxEx>-^atqPP$w+OdMfrwf+|Ww8Sgw( zERH6$YqE1=u7R=~qn3*ru{Aca8aLa*|29#BH_idz2P?5aW!q{!m)J z4ftxj)OD~!C1nF#5}iJD zWj4cD(&r=kJE-dGJ+TK^?4V9(H>R#;#0od)WQMU72cgs3uNTXan1jPsk`XD)fWe3Y zHUzHeVr)2N=N{?^XmW83Dqy2J7=;JUN?DE;cg+}Lt*YbzdZ z$!zF|;UtJalM&pQ4naC)ZZSX?O31^+`?2ne)GskqH zrU=^|Z$JwOZ|VG!1^_0`;)ra9agah%;@B5oIGPth2UrAo*SZ2NLryN za>Hymh3TvThfaN^D0XQz1Pf+h7omYBvf1f@KHG?^7Sh!^X=D$3N8{Z%+|WJRz-`=h z9abp?BgcGGWiDFFVZ&p#e)pCPtSjSUqBlOqs%sDR(rvUTcp5rDZqKK89&OK#mM#0& zY&~?Yfgt?N4Mr2hve6mVqwIGkC;D~3d5?vQN_jPd4y_Fwv6ej>&CBDM zkfRL6g`20EQ>yT9wQlM>0$h;F?L#7`p=enk}E5x zFO3ai>WYjc z!MIWFu`wjM#*yxN;eVzLgxdX04VUz*>Jxa zF*BOaXZMXYnoyy+HU{)NHYS)b8f!kb(w7ro! z$NfK4eq_ehr{Le3}i0 zK|o+vWQrq1jdFitiC%iggiB;|GJ~-z!Q0S&7~PO#Hcm=Tj=+Xl)-*n|}edFk~! z=Oz9r-}q$2&I_s8PcE)5u5ovB`Y^Tua{#gdR^_{8)Y>;xH?{G`YQBhZXpO=UayqVj z@US6nn>9*0?o$ZZ@wTX~10Hub<)~8>2+#y_yI$$3=N}Q_d3-)Q!kSr* zq87Agq#?t<=fzF44YOiTmgeIP%uBrx>I>ov#kq~qB^A(#plaHVFIfwdN3uyMXisz{ zF#;|J&f0~W(gF0srbi;HALe>A81IhibC371jcEht#1XSD;0k0a>!yUc;MH|%T=)b< z3boRmsMnzZpFf!B=PV5PYi6{nQs@Nmmxz^A)c(2e+RJTmket}yg#JnOu! z$2@D0TgdQC(=XV2+#XVrd4fbx=mxgsrjK`c_}gFCM=V;wt`tCcOT3q-pxNVVhHkMf zag#DSHtQ9hW}EVeP?ou*i}*Hz4?~}jJII?c3Kcd{U;}qWP&vLK$VmZIv^H&l|ENY; zNgbyifn2oq3L+4R#j>%wfg!mG4r1;sc>l0o>WNMfMFw`ua75P;_aGz!n+l8o9j}fy zQ!PCKMO$~kCjl=|y3k*6@&lLyC&BMC?I6&w5xXb{M&wXH55??5h~6tE=?K(?PA=|^ zveC~qjr?9UN|=l-o|A|7Jd`e$HAE`xYRSeBz2$6g&wCz_!9=DY5u}jvJ#02N%E}lu zE%%a*k6Yt|;^N_06i)wwNB~#THiC38+U->Xix0fWD=A@=sF!e;GWt+8!I%`p1}azk zmEm@Y#5kPK_ApQv@~A&QUhd-qKXl$*5h6lf!7%8b=r)MoTn?rU=p1YE4(tLX?#}K{ zb+?PVyB8;u1X<6M?Z!o-TuX)zg)b5iLr_Q)e{kZzE{4C;B3kVr zGKvdd+VN5R==ks;e4kit=uRsUNNLNYx=ylvIKF3*bO7LRNnkY=)IyvFX#3TK_8J-L zw5x)UpnK3p`E*gdM5h1{D?YJ|4;IsVVTEJaSyDI!m#81WZyt&R1Z zd`@=_ZxZZ3N1{zmvGU@l@U5DsOnn7A0bK?hK%tkL3D_YU7->V+ab00e7xueixf=@R z1uW*KMCkWG#+(vy9==x`?-VZb_=v<5UQV%`=ph(MXgadN+Bx|@N{fW#oYkg^V-BGV zI|D=lEx}MAX0NtAM41a8SC(wsKqFM5L)#J!DfkTM?~02vZP$b-&j?_cS^KEpfJ#vt zBqsH?if*cRtIJ_?BCQH@sCCnlB3`XSW;;4pI&6z*d_*puU6!W1IsP3vm+gkuL(Ito zinAY23Y?a467s2NV7L44h?ST}v3W*~ZkCwA5vz;S}VQ>&E z5mH+aB6937z=wJ0N;XCr_1?;s^Zr@G@};j!hU3UV^X_&AU@2WMJSs2|*E)}Z;ERUi zEr8F&us~&GD?%GSzW?D(=jfDunh)LgdweRkEdifkp92^eBL)q=w%OcE;wv~1Y(Q`V zk{bsBfF=nDxT)$r#t|wq$jhOObeEJ($$iBE0%q4fSPB-7AmJDIet@GDF^E}!#YwDc z?awM0kAu<4d$|Wwy&wxj?1#YyWFXW>fiX}H%6c^`myK0+x492QFnok!DA3NqJcXdu zM+N}(82UFEnLjlSh}_LqOzyf1!Vq!JH9nZM5rAHhh%Wm2pyOSR6(p6|Z+8HCE_sWq zmF^g=E2;wa3u6$$-k^zupjIE-s1?S_J%a7* zM!4(|b8-w4)}yGAl?=U9%0dW7icDD;`U6#5_Xq5acm=6r3asIK;3JQowUUgckk?nn z-n%fLr;nD3_Q8WowBf?xpFop9@C1BFTShkKcta|4D_DwIkgFWU07D`TlraO04oaJ| z)z~@~8(_9Av1Q(b3p%og#T20?p(Zm9tDk?@%OoYQpAnhnoZ8sdih-0%R1rnEg^X?= zbu0((Ey-d;DU-qjN&o@US#CH~P_vT~u_s(?l9OoO;UVt@i8r{W6?w=IX>gbaG|Gco z*T#2Ua4&`e+?Kc+1S5ALT6%qL4>0LyJIUk}3xxGuAli5B7(IwO@Zv{y zN;-#PnqQJwpm;x|;WO@WDFUs){%V;A%u>VDrAy&TPPr-f)DS)aMVUJso-)0!u_3x*`l=V=I`|s0DJ<0M_70RY$MHc2zd3`|8tCPI;I_ z_;MGJErz4 z13pGCgtl2Iwa+3#$S4Qv>B@600tIjmspXZ!E-G5n8Nrz$`sb-+M??nRL$(Nx9Z+-7 zNjw|%Y@o`nx-yv&Rz$20pqD2k?uyZz>e3@}m@+>~yg|)S|hzSD}bjA_-D@Gy_M(9Rh8_1d37Eu0;L;q2*6yw-Bb>!lN zOa!MSqgNv*c|W?0KnYV*CUklIh(sd6wuCjpc`+jizNsa}48DpI z9P^euEW)wn*+G@%`|S?Z?7P9Ae`oF#Zd7xc62%;F9Eb*&T=qus`!sOL;fiRb@(mV8 zhf3GA;B!;~#a+py102R*6AZ?H^&~OzDW7!%gFsTNBP2Xg{VR6D>o6Krt^`2L2b`Zp zHroV0Q2WHi!z&Jzmga?M=Z=DJb3ndi92!R6X;~(A=Q-ZTU|D=0q255$V*QBqqjkHG}V&>FI%W%Ow z^La&NwUhzjBwjdyMt;N7hOovEUZLZdX)>6gSEAACL8{YzY2r;h;~G-~k1oG7xzz<53W0J+)`; zvr?-mAe2IiX!c|7hO8C1ERQZe1{V|w0(%Hdr+|+6T_Ly^w7Yh&%ZKCJBL+aAG`Ir! zHnrqhB2o&ATNW801s9f<1c0JQ02Ld_9eb60Pw{(4_`PkV*Vns%!$2+s6QDBSLiPxw z@QAx6J(NJHs0-PI3S5hI3`z|s)mT;>i6li3Q`~{O6D5h2i|BA4T>d)gzNqdOyL&~e zRG==itM{cS13?r(Bk~;+u^sabD+CZ6Y3D9Ah!T($BEp@-tEj$+AiWwo3KVFb@YB4u zRM5q1Eq&H`j`fO)OUAlG@YAfa!rHkedulL81{mx|MbIrRD&gkI!S-x&X`)y<)GK0v zu%k)2C+tGfE~A_j0d#ok3^}RLoTyijz9eLf)Iv?gGu^!YX}-LyIi1f89VXg;H`bnytbOk(dxO*eU@Lis-2QzHEf1`F56HLX^xA z^{nPQBH{aE>5;sCE9HK5dxwowR_C!$#(M{9hKKicN9TwuPj+Sz#M0xah zPz~k5ICgeQeTj}G^CI%9MIm|lz8a?D^*hg| z&k9Dfu(a*5S`Y9JiowJLlq8HFoHY-{Ogr8r!H9S{ld*!h5(*^V9ubGG!CRt$pmw{_ z5k^JINhA-FXo80eEvVL&<729#uW8eYB#zOdOK%fXLTIDRDk9HSA)%9p<26!GG^7!M za0Ur8f?^esi1#KV^2iDwiUZA@yTG(TQ6_DRKMPMR^o2evABa8W5!&RGpN#mmbyzx7 ztS|r^5}S^EPf>l4<{nQfZN0#bP}~)ygNn>hS6TrPm04qCL=~8M1VI9OFF6R_*|y3s z;(bJ;!hbaE32q-Pi5(;Hr2u3Ae70CIa3U@s%(3=?U<+x!*)ya29&$cLN&+vS7a@A( zWUOmPUopYC|V$~*T`G63r5?c_ML$^DWi~$i`>IckIG5Z2`oHg|6z1E zJ+mfuSuv$3>8r&sK{Yh6NuE~-FeL$erdKu1nd*u&iBB^F0HZTxC&UiMTwI9#2}t%p zmm=Kc!j{3P{95|Bwga=GNG{A%V?z}M|!ni>(iCM6FR1$EcRcQ_b{IUcukrqXy z#CmRKq_k=Z0qt&~YUz#xln9<7C`+|D5aDQUY}g9~HJB z_7E*3(NMJaR7!B}vmY6-6>vjy*i$SLHI&pjc?|%lN#%8oTB)IVA3^IG)kOg}1t%}v z259xzV;F#nwa2)0y;DsB4Y0-3)qg?95nQ4C5u&A3m(l0>lrQ$8iHkt`X+Ne`Z-~Hg z#`M-cxw@v1O1o784Fts>oS>n2pwoz|@=s&RkAo#m#VFIql7o(d=pp?52oXG9n2c0^ zdW3P@n1kR$#J5yNPL*yIw=PVdaCev}Xfh@-7Q;Dw6{lk7&(l6KzPBjHx~s@& z)9z5L1w#>|BParSxCxTKJ+ zcDHmPguYqGws$ezBVI^DhpvKVVFipDCwbVI>n=eZ7*M8!^-2OWq23h zqEO_mT5Lq?jNWi#nAgUdsxQ45m2``XaTZ#MDANYydPvh(d^n~a*6g}7vy;ezRB#<8 z+1`XBpb&$N0fu8=0x>qhr%pu+Bhe$J!G#iw9xaqZsRVvH#at@N8r)LDKM|v1e)qT}87@#;;XLACf}EXOzni0g`pe zh&qD@8|EtxVQ=ihKjW?qEL94FwJU@H9F~%uffZI^Z*ugOa!K|sUrXE^HUhnbfm%DZ zC!=jLQtV$hp7{`92RIuJZo+VZz}gXH-62`nk>whjiUvYC##hZ3BS&4eyV=BZDzygBdRkAD*yVgQ z-aiAzL(n_?6rM&LG#-vzRn2jeK=J4le)f(K=!NbNI|MOTiAux@Sb=e`AjsW)4iip_ zK;xU>!g%4ZP0=8HK4~=%svw5wqXBt}1ujJo@G~j~>2*+7!NVHeH4SF;={hW4?~Z!q zWCB>oo1^`Z)Gc^}mdrl9Y%(A9T>&R6-R^pv%*E37Pah&c!`Qt(P~Hi2aXu7rLZ7?2BW4l;1awBP2vb15TXk3|F!CS4j!vNaV%XDgk6mRTPDB^d-#kN4Lq#W-^qFP zT2i9Pmj@vQRB?F^!dafHTL{l0qCKQa5Wuv7{nIplTu=6n!ILjlk_QVqF@2Atow}-E#9p#g{*c?os}#mBW;w8m6F$uMWKh3|xb& zsphSVl!XbNmMY@e zK@`$WylTzY1BXf1RXa%UZ7A1yx&h`RoAU~<2?nvINdVO&{a?&4>w@%)&BTxZn!vw*m|6~rnxCGr%&5^fGO1r8yQ%)an!t!OS-1TjWVnpe*VKwmv1X-0KA*-Uf*JwS7RI;*{$1k`Tdf1=RDZzQ@gLUAV zp6j`@zpIp=l>H1jNGkQI;Ay#(Bu0tWY|^{DlBe?1N;5F3$6Bz&OgcN^Y&(MEya;%%KR-U^a!4>#nexcRPI7agY%m9Xfp2<)kysZ&=s?k?H9IC0% zYSq?fEvr=XQ4uZ+?t|4wBcMWpYMhq@Dno{YDv*Z`i`E2pf*8S!i7vtMjcHw?O|a=( z^U-vn`pL*hSR}eS;oPJoA}0v~YM5>$OkSdNekWgz22mArJrq?$YD1ZYW; zK_w@L(A^r4UZMM%@l0>c?G^EWtpSb!GKK1ry>%wIEmbI=`EqN*dqE10hFD)#FAr$IFQV0Ml^z zfDeHZA+6*ou}4+6Y?M7!kfH;ClW-j{TwWi=ibh}{@HGv%U7eBbkBi5-qOCM9DguxO z;VCGF%G*I&)OT0zFb#97>>&LY#f8!If@23_p0osRH(pcK)uA{fc-HJ`uPtmcqM9;a zkxMmQ6`0pCNGP_u3|s}-QydcjI(u&H?!?kAP0T>rC|1$(#;RcADS8u@NQev)v>q@$ zL#$Zs5`qV8P$OOl$Ogg$zs+7TZJJc{X(%$jpk;&x?tKboQ@;X&YZ|{5SeoNr;B(5G zFuep5RWWctOiI&}flzN02&wn8gbG111WQ1WHpE_}UjZugIi%5SxDC$m||`EQ)|X`k9|Rw6dTof4{0N)%)#E1K{cuSryh{e-GCJ&%N!n=J$z)L{5xuJ~Ro zPrny}z7Y(>nGu2^w+4)ik$+~J)M)k|4r1!H5g@K(JaJIck_^Fsac8@9w74p!xkQP8ZbBAn3DE~zFItu-Z!IU`s$w44 zZzyM=i1j1earh|3uOe)pHQO|xMHmG{rJyk*eBjXd_nJ_U@WqvAq(xcY@$(DukqS8? zM2}HREQ8?a22Heqn5Rbv+ll8G4hbNLMNQ-?>Jn<{%A{VAtw*)I)G+*5bc&MASXORo z{7J^ZVYnx_q4d1ox_MabA6527ZtoshIQKKSFO;#X65qJKto`7#Sb^9|4VYs(DhTYn zZNQ`D2&r!YZFw>dHFLDmcI!D>;Ct!&H57Fdi5x?r7gAEZ9+!`fFo7$1+P4mDAL1W*g=CVYSf55`5(CgJ&x zHHVO;HOH1E8uSG`69tawRx<8$qATB@kW@o^3SZ3Bgj+P62!J9cQ%-Z42ap#n#amJlV)tTsOy3R_h*M$8N<#-%4Hi|!x0isc zE5Nuq3q6V_rnvHgfvQkj;HwsC5au{F^_@P=EBrDi5Ih)%mWtZLxEe#H%s@~d5b3ru zlaiVWI0*hHd`zBV)aib^eCZ%U@TX{@4%jP_5|j)l6{zp3j`gI4LiS<1{`UZ z=0YTHWqa}&WJLgcVf2zi)X-DS0DN`L_zpHv(4sMzgP}0 z%0L9MCmdTTG{amu4Gbl+>8Sc`kEayTK-cwN(t><*1OYSOO&;^7AS;>=Y!xb(rxMR> zrFT0BB8U&-Rv{k=K)q2tFEaHaC}FLz;dmO;&GAi$1B@WJHqNPfwhPvDG@lm~ziz2F zd1Z(eSO=XO<_d6*9#+ekQgiyO+&a*V-8r!(xF)ub7U02dz9hsw?IPzHY6un^?362& zi+jO}oT@??oI>$%_$di-Q{_+gGA5n#N=KE7_aT?7%)#`*$$owwC`FzcO#sSc<+XEU z{s=OYKF8PXk$6*!{A_wmJVNCSRd(FfoJcZ=U^Fz4=beDT9dv7>krhSqFY4v zvPjqyn?Z0!)(WY%S0POetVtX%Q~)8^7BZtW5$uNW+a`p|HENJ)!9`M1kG>3P23yD3 z#MdeMk+jy@7i=&DFae7t6D&mgOr<=4OTZjqWfbbiQ(1f8fKB^!3Fp9aF!vRTx+^gF zhQqC82B0+Y>B79RGE`CMkrk(N5CMZM5CIMW)F_Y})y0t;Xd@4QiUe(FM+nV9cHt|3 zf$>3WlNm05t;C>Ic*bf&wWfyFPEiA1L}3p~LtscM_1bmdi!&%9A*(JF+y%cJzAw^i zAjI1KtRQ5k7CK6%6oime0@a|5>7e&(o=0{XbI7Qg5<{76$uF5iahWC4VI&sl1 z*j5Z&)h`83gA1T>WS<>7z24_nMu7m`YW5JKRZ#wvl!`6rWNZ*wtKN1|Xc5aWUPA+- z<)Rv?U@Ar85b22`MEU3ylqTHuv>+rEXfk6u3?{7ri@UgEx#+HV$(F^>OZ8C@1@n`v zT%jgLJ<|IldKnNvR4WdbyipS``2r#zJnauOgWBW|5XC`8t0 zbXE`kU!3QJdTEGt#8in;MhD$_6L)jqH%C=P-$Rn4qIO30l z&kv9^xN374wf2k8Gn1h>V4TSiZlZ!=Z~?F+hB0-xbK}UmBptoMzf^ksLa7(V@(Iw8 z`vhzm!m$vM2pU)eaLQ28B{U83CD094J^yRkEXD2TFn0XBdWbF{s6ocH>T3EwKZouU zd=Lj6`OM0^#q`AujtQI*Q%bjPv`2I_ht2I|iHQYJ*bsF50el%rTKKe7x(haAc1#=` zFx8Mkw6^W)#4qF!oA0OwC(0!O1=;$3SM_GDs9hsuOEte6Pt#xR%Zp6x-4pj*Hw zRBw|fMydl)j~_$Lx6R!>%%@V$PmaSUo3Gpj(5UhWo?WG{DAwDuD{I?#rF6g+`P?I% zV7n?H0DtsFEcO0WlOW>)I83$>?gi|j+PebTj47h|I5Vkh0vIaTCGF(s<|(TCF!9WDW`% z1lSsT9-s@Mi7`c>bBMZcetDTp82Rq)1r~%IYh*LpDDw%^g*{@J3=Kth3UO;~NFy2~OBRBca{J9_7h>fAD4R#}`*a#mHdFhJ3UF`tP+1l_7-hcXqD z@fuWz+tjDB?n4EJl@T^1!;Z0uMwhjI%D-KPTu}a)<3~9=o4M&3@2suHL-) z?B(0HE?>WK?c%M==1#nQ;3S732`bwOMudW=vJW7>xs(iJEESZ_)mMUMLKZHC6w!3Y zS9Zlt*BDa;Ip80uRk@y@epwBrM^ROhe2`1vI+WxSPKb4aWWtklUdYPx%*J|yH(WxQ z>wRhQ{-aO}RTP*2QbFYyGL27lh+f?^P~FvOpt`OsDM~QGaxhlS^^3u$F|yq9}R5J&^jUok)|{MP&!7-*WzMAKC)E z3^4-GDS!y}hSxglwp{ac@%hmXCAe|olha0i624HiQ|b;>fZh$o2^57>K!n-7!$+JR zug)x$c?LvF)YK(2Q?-B1%}*~?3Py})N`n<&1QtYfqpO$8xS_Lv&fSyg=wQ6F;J#*? zAY-s~u&Cu?R4T~eyq^#uX0XL#`JAj0O!#V?nRHVHf&!6I>qylHomyC}N#tN&w0)=w zy=Mk33>yCm%n=uhFd=v?)ae?hSyjMqj*`9v7nio+f{PR$5u85?*i>FDEdmIH8Q&ByhTV4JE*g z1|^0lDS#|=Tg?G#6NSME9vMC}|8khTV$l)`w)Ba4d<_aD$n;tOC8}ZqHOKZvKez%3_Jz9um+F>qr|eFtPU(jci33pyz{ZpYfLjmyb)CL? z2=WWQo}f@r<^*E~{w=@rU_Ab>;)j0b1(-=@vbr|ssc_Ahc7Fc2CHDBC2ku`zs))<9e&{(EimJbgf`tB|lB^iVwGRqNoQoVpajcp)#406}<4l>8}hVX5R;-< zD|!yi2sdUu{cJsP@u|lzUwis-%E=RdOTM3KR1v2_(jLCb`XOB9 zk_D5Vk&fsvM8To>P0*geG_2lCgPQTo<%^fDU)DQ-QV^WV0LL{T3l+&x|Mn^{fel($ zZZQWcRZrChjl8buQ!VpgZmm9(ue4*dQqIUr$#%9!!rWC*7ww`0MF zlyY677D;Dan%@tV6PXPS06znV5w_@IlV-}4s6z(@zGyjlDJJ6%h&H8zke&e-S1dB2 zEWn)ETc!;``aHGQcZyv+VzML3(Y<;mHUiQOpa(Tav(3@ce*o(#6pKQ5qJO{_m9=D` zs`E-zt7JLPD9!(T>Ki$ZsY533yc(9NNgq9|SS=10h>t2ICU^j-6#iS}6wx^7ryJ+e zz%0aEG5Pcp-Xw;h{FG!$ppgYExP)vE=NF95FVID#&k6}vV5T%S3ckQ1NsU?Y4W*r2 z5rk5vzRg_84-jR_nIQI6>_gCOP_&w9(KNvj9Q+t_H>@5oibNUU6Uomdsg8%#x)&x83?`;heonpN zPDmfBI+~3LVug@hQT>xHM!N~OF~CHY9-<-C-_v`6GeX)HEeM(pbb3}9DtE(dqA4^x zxFEw4v`+9YuUOx$j_GUik+|i3UnEsAywH&po}oHTFNOiqy5v#TE92?Ylp@AN1|z`M z0r)ie1xx4+10%?Xe=%pij8c$NvO`9P+6!n5pF^h!!e|!ea?VwhipTOsv|@YVqa+zd zaU|LB&BlkON%i?lR&d8{uf?)bFd3MfMP_4Opb@XsMvsJo+fr7G&`C1#s2;F=FwWz3(>nj)4wn@@MuQVozS%EX+a$qv2x&b`HM=EfQj+E8QXQ4^H&4tK%Uh#`^hirv#e|g~S+ODz;3M-ExQEY><;EZ&%B_PJA^=cB zuv#k{$*Y)d69TUqfZXBQnStDr^0!V7w`Isnyw8w zVkk)mfl_3xDfFXZcF1N5^hE|>)I_WUuZdXtz8B`wTIGGoMgEkZ-V`TDBB5vxx1&_nfAp&f;d^4B!nE8p8Gf z?kvNgDi{Q8E`c~t`BiUPu8Feve2W0h1wSh(t>Dto89rhBkVH4-k|R=B68UCTP!`~_ zRQn1cZz`RySz|OQEx?;%;Nhh;8r(y~NsX^4tM%5?H`R&QU&KKJBMPNb5t1{y5Vui5 z$%no1&c(w+WSz}Y=CL_&8QvEyP&0Rf=cC<~PK4C)YaoiIgk$CiV({n=bRc>sqsgS1 zQaqwM1ONu>z+7pgsG$HU;DazJm^fBjJ(!Y=a*OwYW{Mqzo3gRMtbw>_7*!z?CP9g& zy!lgJUBN%iPz7O}E=j1`xl3Ix-VWAJ@HG~ZY94^31>`YPC5cc+KVznv*Iz3Ny-OU6O0WKUfqN9BSXTVN8mVA zB|OFa7;b$o6KshAb^x9&lvG|_@-?ac#h8@(#;D2YAZ_E*Xj=S`Tregeo7$1cllYNN zFp~PkLoxKILO>V8U1}eCXL2$-T9Qwu6|w#kRyK5yQeY0W6NQD~CIrm5dsMO$*wZCW z5WWdBx#T+=jwd&X?nclD0VLGGRqCNqzE^S*a`%Iejyj*8YI{X%*FE*4aF z*m!S>5g@>os1gN46a7oxMt7s^+}TcR|LByD4}Xxtg;B2+u&D_!b0=!rH%3=MEp(+w zDjgV*D-eyM|3p1{5&YN0ajnqc{m z1yI>Zk>_vI+`Bt-%3^q!5>&$<&|PT}{J4<334GOnTFEk&_hu!Dvp8*Z3F^0JRq{O zswix}g=j$P4G^zBz5{H{7ob4mAVZHFVB7#d0dPI)?QsKeLk)7qCR`iY4*En_*2@+f z5vm(2Nv@9J@k&jHQDY9BkMHO3I{@XbrW++$m|XsK9s~)_`>alE32k=bxaCn3GbF7Wl_TOo{4v_SC!!HaO8mH1zc}7PY!NLUK$5b zP!TpgLth+h1qezRV?a*oArybb3TOgPA;wH`dJ17DcB$PfLt2TeW*)4OG~1Tt2>2c6 zpy~lwka}S*B{Vxtk=V>?+|cEkn;zzAO;*#|?sDDf9)QnDiOR5oD`iCz? zE5*ul2}led6`QL4(zAzYu40Bk8%vFbAc6pPqK@HiB&3`!BVb}9LgIl`)_+E-gT^CZCjHo&3A}dAn-?cIfgu( ziE{AS)nQZ^GvG|iY|OK#zRuZv?(?Fek{m2G z6?hooW)L=7oHGCLPS-YHJ|lX(Z+5u6vtprW9hf|#L?M0soJb>+G`zqm1dFU5HEMy{ zK%)*rgkepSLq`3k$Ozh5mXXDSmIR4XFn!vCj@%L@7bFyuP!S`DI*4)2O`yV9Csyb0Ix>JbD{gy?C_$MLt3s~9U}JfYa?B;Y5UqqbAS}}qC%B4) zAghTE={51_vmIHrRqvmyjY@$q1r}*4L#d|_lF{c`s(Sba6k9PVLS+fLW z(Pw3gycQB;j%PGR*@p7&$Soxu0%z?x7?agj^`#a92YQ|WJ#UQJH)3ug^YBk2dyrnR z@kedS*opxorwNf_aB^I(ihM;(N;AlKQ9`TelhTp(x?)9MvJ9r0sVpCUa5!@ zM%AKBO-KL2Sp=yNPDJ3r`g(BpmaOD(GCH|GAMfoiO{^&o3Kqc#M*1*}SEhw(*58EsEK!UYxN#}KYNpSIJ&k!PG$8{SDU__@ z6M(SlC5BmYr6y{x1%@SKHdqNLsOe$DWDFR`N@O-!60T8y>&j@Jhi+{k8-0>5;is8^ zic!bq+Ex(@5F|)#rTTm5JP4$f>Y8MSAHZncpE&?><+JA$Y>2dlC>0KQv?+*$o021b1bJRbr*^*Ly^nJ6#rfN5vyO z1>l(68%)wO2Cv6H6qIqBfU3pqo$-7}5emow0xz)*s78lu84wIdFi=Lb2|G>2OHQ~< zMR%?_0&E1!Y`@@AqgQo#L2?l)7GkVwLH5-Gsnt6Q<^iHd#CIA3ch3lYZA@hkN`@l8 z!HKa(@Ezk#0j7nh${4}qGg`MPG*s-(<|ntEQiuhE4vr?IY-}`tO3E64Y~8%K=PHy^ zNJEj6;1d8$K>vg~TeDXWxJZFj*k4q!OMt}uL{|w=@+cS7h(nKJ!VD1rA{Wgk6c!ya zNR#T=n^aSd?piPHy{k4!)fdu-%Nr=GJclV(^QFo(0r3CVso(>O7KG&u?a z3=s85IBPvf)SE+%Q1?VX)v&!}$Ub z0JHK|cLgyd{pt!PmigIIKq&DH5t|PYFhSF0@*?O$IJ9Z4jANy}QQX57vX7lNF)o7Q z2%(|0!RC>2N=vW(DH@OSs|+<2;Zf%sA9q2}jGY5GnpF$UB* zz@JRP8nrP{mxd28I|P6w1A0{Zf~UjX>qzbNl{w`hl!!u;owLrl`5!hk5ePh$>=zU<-#Vr zkM{&GkrM7xuG!K-c*k#J6p8>f-&8z4F6&;6%MI^sqW(4jnU+Z-=07TG2!QPLdNbl@hUX1hr&|tz$s2zYj zAVP?*t*78R=HVn!QjYCFHE(aW<@a|3C75oQ-=B^Sz zTtO+voru|1WiAW?d6EUx7hNT7Ebss`RY#t~>^U#m4&TTsOp+6rev2G`(vtuuewQTf037bm`p^8g5Z62 z*=VW|ioyu7@Mf(ab+ol zO8amr@CGC)yp7le2p2+hL%N#$8qBU@dg1dgI-yI@7(^hTi0A@91JsD>@g*Kr;zc3% z+bMZw8W5#`aS4oruxDUlO`QP|MXnb$#TPrUPa%EDJw>!|Ej(f{bNT4erQwd*_olRz zgiwS$(>up&_xI%*g0TRss!SNEDi9|+A0oots-lzK0J;osU3(UPi>yzjK@nVnPg)Z| zpec3TAgmEE;v;uP_vC?I;~&@qE_z&s_&n6$bwHFxe}H5ZM99zODwAhW6TRVa!TYAS zKv^5+p3f3zVu+9wr3q^R76c#d6s5j(>WIb}>aVgDXdEJ}5Xqe;RIhS-QU-WE91c|hd5jW&6ncb@97n7C|3*;N<2!tBC9KR(m~cu| z=JZQ&TLOC9e8r0%RZbyNLNT8&=VxFn(D?`>EHwrNc{L6rsQ!#xN`^=n$TS4NFla%9 zuyv^41m47-0?E$g+AbB$o98VefaDV5SB;6RN@A_9(_hOZDtsrryaK6BvInP|B)U?$ z;oS^YM9&JJP5DlunhN6ZneOGLjb79{;x?3;ii3dgx)tG@-fzW(xPJ4h42YIrUn=g5 zP`os1;oAg-pe>^N5_lEDdFXpBg$2SP&6Mi~@{v3xE;15jNQ1NKT#6Fc>Va zVs|lC%>g@O?*t9;BA8*|D?T#l3^sdFF7C)@`6va3poQ})NMmfKdJ8bH3SSz(wO61F zTFD*A5Dy>d03%8%37F4lU$ta$SQK|#`p2|0f=E!PGa&<6XLb#} zfC~s?SouhJjtT0iZGbwh-yh!{+q6|93v4CN-ZG5^gPS!>5KQfjQw`6<4U%T~>|t?m zXhs?z0;n;_?~yi)Q%9vAdcfSNqtvciXr?AFA5gnO#S&jB%tD=I_h5Bv?myf*>WKPQ zNMAP0!*mnTGbyN(c7zlS5nsmuC90RDyji?07?2M!&w;ls5M|DsxHM)WAz07}B21I< zGL8@fin4(nqy8fI>F=`am232r9?P*4qCMocndvo#>rlL*-q-9hg*&o_n! zN`Yi3?M7-~v!f59#{yfJ@lv8otwQkzVK_pKBnl(hl+VT>hj$s#RLhx0aS6u`?(?)P zEfaHGC*WickB^1O;*aCI1&C_$UHI==6z0WPjL3@VD$(E}|Ledi0h16+D^m`moc965 zjC?wnyVNw?L%7{c?8Q%!Dz-Z^Pu^OwpyVtCon33=Nns4pH;7I2Iu!eQv)MdaPjA!S z_k8WPW5qfVvx2PwehJtd60aViX;(_bg?u+C5+Q-Z*J7}h5rh@e6Ufb(Q=y|a5to#FIl8dO1q~xQz;v3zx=+{q!CJ;=HkvMCHz&|A?{*job`T0qK-#Et%%)GP+qe1}si!iO!3+9@NsKI{RHnN+EAj)_?0 z^D2PMoN#Chz98^i&?b&_Y-8dR2KBwOOAHxh;+$ob{4U9Bp&3+V#eTv8> zXuv4YNa=D225<-!rMBmTj=^058FHtnIwwI#ien*A3w#0O23Q3XzQF)UZNG=X7J?0v zKn70sc}Nv*MQ$>v0U!s=5rWLAIx-jFwi*rNXkpVCPf#t?SjX7ia4g{mLO9{laNVrE z;yo>*%^6FjMhIRO6bJ=n5ci`>v-1Zg3vC2=N3~9mUu_6H3Uz;VG_h1<44es zRSZzjQ1&*dRbjzF!sBtdww{^Y57RQ(XCWrhW&kx5bSyM{P+jm&^BuY>go-U9qC#0@ zup7Q$B~UU5J$rpIFV_}O3rUez6{xHlt2|tRL;x$uJ%y|Y9T`3}vG}{So(3;?tk?&3 znaw>BD07~6A;=F`62VZkQ$~s+PW(?+r^8Q zo;IT`Y(SX1C?#+nM@N_@^3W=~N(nb$OSw`Sdp#F?)&3N@)OL@Y%U{KkNr}eLK#L#| z8(v;Z5@A652m;j5$@s2HW-3WWS|fam4uRxRbB6?mo)tx=m$k4<5$P5Nyepl8oUj_h zic5({lQJ(TXuPV7J<2$N(Ls$_AJx!O{t%{~(EWXV7N-Zgun|}!)e0d|7$tTPqc-oy zq^%J)fnVZ8k=1o;7T655Nk*>3G_b)j&)}f- zHglp0NJ8fo{_YUh>N?ZQ=$~+G`@p_1{bOFfha)Xl}FtAP>Vtj z@DlLM&fsu*c%bt+@i=t zLuWO9l9V^g2jttlCr(eG_!ObuL?$Vl8}k|kw3ceCfR0;A(Z6+aSd3K9PuxJVS;3>cO(mw5g0^-gkpOXstCrFkGzD#M#CUJqHK$tEIV^V6 zFiOWGeH7pW{~^8rkjd;T;!PDl7_!8|23iWFW37Q4M2SS@gOyNHi$IfR8i?Z1sLd4_ zY8^4J-Rd;K^7>P(Kq15!3-ZO~Jr`dv*9K0R!S2BA=Si-tS3QcU=9(|8o!iOJaRmH`(~K%KP$?l>Xqt7mONHmD zkCZx%hB7HXlaxr!5#;JJ5N8HowL4dHi<}R7tvUe79%uzO#kDH66rDsdGr=KT5nUF3 znyC3@sKlw0SH{JpEK49#R17s<5<-%ZGr9R6xPbLPMAT9&`gyADCj=9RNw}H0(bApF zj#l^!<)&1~7&r#Wi5IWBn^po*QiVd51n#dya6pN;n{l(#SH$iStdm>l$tyQ@e+(W% z=1EvdYb3-{X(5lE0`14uh(tmQqa@2klcq2b8SjKKK&}~x@|w{p5Ct0-+yNs2zkz^9 zbWRH=)wmcF4?@}R#2<|D-r*|HD)VX6;0=cN=?JgHNvDx}Mx<5zUtcH^!EG;~3(=d~fMGDiVYXXrA5p-^ zn=LoyxE(lPqD1N%HiW|I1*sDYoPErxTY0lLEesSSi|)tZ*MP(3Q8YWj1sfsVWM#@J zo_~8@NL#g>6Iu}~Pg*THHG(Jx)mAX5@Vvm3LwyN<+~;N^?g?;2pCqi8&eG_@W_Clr z!kx&72_TT6ohnZd?3*p^T=xD!8D)~7Iw&a$@{dE6_on@bija(HXu;-?o?b;rPtVQz zgaLuG0~kuSpMap1Afy_0Q*B^}50hDeD}h_ft%e7SD6kbNmfBmXlI7^Y9l13t9Z3R7 zkyxm0fRC^pq;)O3bqaQ=<@kDz4l~<|y5K3VMVRE0)>p#|=968oC$3EGQI5r8dT%_R zP31`;m8RTTLs77lOvP)uh)Kv#(a7tAw4ydCHZrtjPZF{Rw%U;6Tx-fHs`0{pPt8u~ zIkbuTKzRk|hc0!r`4BQ5?H}LJE}0epF-xn^1N|`(6etPKF6vn^xSR7kostuTdYJ9l z=S#_if;T`Bf^$?=0#>o^Vo4jKgcfD)8DZD*1R!k$3&I$vX!dO`p6Bl3Vom9=UCwhaso5hrECP%^#8jTl3yuT!J}yj-zj3WtWtG?_n-J$dta zAIHOO$`m4oCVmW@-9)W}%VMdV(MA?23SY4hW{ZPaDF0I)k`QQY`z4RjZitn^;i)2B z_)r+>V42vt=OJ2+r5rPowM-Eh7u!MZB=5qQoYk6}mv|RSF#dfG*DL{z=F3?WtKi_H%Trd$a zxx8Ui&~dP7z$q|%SfT(9BZYuphnQ^-ZQjHZyX(+!m=a+RuvEsSoLiV5Wgb(Cq7If1{u#1hR)Pk?$Df_?mC;ElSUKDZ9I$oCt7}`1C1~z|@Fs9-;klaG7@s>D z4C-O+07ye$y+vz>#8WT{lovyS0~tgEtd3m$j_;CqnH_tQUiYLp9V2xzk!Ad(L>%xS zfFn@45)^?{RCLn5HQZ@6jY(fzll}QD!L^ix!HFEkfF1xhMmfQEM{JEIbpSff8Z$g7 z>g!Iq!Zy~giJ^df5@bTQH~0tdSWmt|lD8(rz-X>#MO9$9L?83Yal1c83?V-tf|yZc z!osO*`$bVb;_{_X&MU2i^IjxukC@iYfmX+^)`|)$LWvln3YU_8a7I%^;o|sD83yFF zLIi~zZ;kkd~Rt_&xuM(9}YUXal;Bob0nBv6G9bR5x_eNU-<5Z0V!W5KV zmy=5JZYd_=#6-k<94l}KZ^xsz$=oY$>zrhf^YNl+q9UdnwF-qid=wp z2fWjiPv{oNbij^=u~1WfV?Y7<+PWL^$TiJXmoV+5Jp?Ox09|1EReaUdLs+yfmfN&2 zjwBRANJvxKFs2bgS?8ypoml~z#*5M5{an$qH2wpAsN4st)nhqf2cY9LGzrWnj)}_X z?y7?#4ul4TM<%w-(1=>oFwQIAod9yCZ{b$Q5~mgkg5nMQsVT0k8BzfjdK@<>PZd_C zlo!;Fy7{Og>@6Mrf-0q5aN*c`B1}_`6V3Xjm==gT$8OVx_h#y1e}t3TmrbY$RU%TD zm|lXlNY}H17qG$F&Pj%8p6s(BPv6aNcBBGXa*TS@q99ghM#R=5YXPQ%SW_%K0+Xn|+7GSl`4C${E6(O+fFSs; zU?YqSL?}9jwJ(epvk9v6ZoqmR zzQc$DYL!n7j8?^=XxyxmBCo2C?y>mc#STHZ6doOI+epRTi!&W=i^~Wd7LBp`uIBS_ zdPijWNhq9RXcvd*Ha1hM_d^Nw1``o_B&bKO6}$N(ncl}Ei!{?ziDbcJh01bOj^ufr zQc*!j;-?~X6f3qnMZsMgpgaMIngHhzP1`_T4PyojMmd;*APhefN%e=(UWg7CEF3(t zKJ0=nAkqZGULo5!V)4JDX;$|@?AOFfy4wV`2}LfuW0uvgAGFU(_`=$e=p!qBwVe2KFgcMT!742e-L!ZH4S(?`RS`k|C9@Hy>KV{p)O{UOycVX| z$afu=4=1+_tI{zwkLH{KL_zOEV}XmIb!W|!f0P5#@*<8xx!jx=!Xf15=0*y(p}p)@ z)$A}ZhotvHz9Dm*F2pT8j8C8@^&ij!aMhy?YLbM8SA=fO%ZsB+02e$8Yzd$*WKBc{ zkAw-#IK+%IStK4f1}1?*QqOrVah!At1Za;uD||P`_42W`&o#coE?BL;5gR7Qa8Z?D~HWbSv(URN_@Jki91U+JS1jRaGW~dZ*RlCx% zkVp{YCs;%R*pbmh;8@dC6HM&5szOQ#!x#q^1J4%BeK1;au?t~^Pzc)a+s~nW-#88hc?|Y(@fD0ggr3erJph~ zLP}o6_cJ!)wiS~UNk*%VDPi&iy44bM!u?$;$qMtggF>_;!>1Gg3O@~uW@t)5 z0~iuV+H*;bPSRTd1ba}SCTRfO_15(x5Y$ShR1Cs~5QxW=?FfrN$SPm6iOrpxYJ;vU zml)1>EBK|%PV#Kwf9Qn>1Dd{JjMu=xIs~r==c^s;_ebO9?Ig0tl2ViygeO#an`eJiUDXdWBRA^JNLa3XcNDVH zl+g^_oLr*-$iG6PRJg7K{aTj~wtd7rp@uLJc~9`)!Lb;&wdBt&w`Wo-qqY-{M0%Gy z0^tkTu3T9qNi@WCo>m+DofV0kD^jN~ee6h6Bb4)3c-4x`G>e`<{no^(VcxmbK7I&W z?6#09UZ^xqZV=GNoH@mutd#Q0Nqki$AqfoCj8pOJ2G(C`It6tdM}Xxk6M#hM8309N zIleQXj=M82n#h_`$tD^I2Fyq}%kXxuD9VwK4A6A^tS>EsPg`MZ@-ZSm2z3g@1}gZj znN0yD7c}dN1c9dEi%|9i)-##}K9p)c5EH~X?EnN3KX5ek&lll18Elj;vOp(`)^&Kq z7HnsNUsR%5U#<*S07jG`dZ^xhib3m%{e)K%!$#~EYnzk++*@v(RDQBgS8H8QYZz=n zt|5yJbsJPzDSUjqu+z4;iYspC`XP?FpsKje2qD9=xk&Yt4-_*GllH6(HpA$k=~Wjx zZ@F^FyUl?>5#5$lqoyZpuM9Da*4NdoXB~ZKsI;Un1_ zXIhHS$<0%eq}tXyCKqyUN)MO)~wdij#5 zSDA4gtZ1wl;97h#6eEJuVvrF6RT80GpJkM*LmP?75YHotheRrdEr^77=+q9ht9U2Y z0;j`1Yx6t!u@bRNsn1BEhImQq+i?>E;gUo(2lpkh6kiH%jr{wQ8^plpz{H}_AEMHQ zSbkgp`TC{8iu_AdGfr)Kd+XsFJ; zteqitvm4IUU*ovMiq+(1oPq?%qE`)ZFac6NAdRf)lfE4n+VDP!rg}DJ zGIDBhuuk2Fx4Wu5EvGcceLmn=35R4jLOt{xIpV;r4dc%lWFc=65AG4u8Il_3tO+8R zQRjf@u~C4x=(u5(YGzIkQ_2X|p#300DME}=+nqz-(a&i`ijFV8Rm2WF`xSJP(9z$iuKWp5O01%RTq2 zdv8hVc+stU>Z|*mdzN?kzyJ3=CXQi=8W%*?j!F`=Lf&@ifHiE=?Y-TF=25CePRPc@ zGqh}^`C{JohOi2yDghGBHYQ;fKc8g3SS~!41D+e3n94VF4TuJ|$?)S?WsR3iIjyZ5 zc@^+Ngu;-HU|~pHvZ&Hpy@N?$uMKIB%+L>V1!9M#Mt+E2iO&b?WVpk;f8M%~`xmpV z&5fHSx+L@^9)NH#z|0UPoq8BHdTlGtD=_m9K+CWUHYq6**(V=<;c(a7qX*f^@WB#_ z2spy<0dFB&$iC!1y?1KYSc0G?6I)lPcE%AtLTJUqgo6O&&uHO>$oj^fC^e#o45Rhg zsVbvSWnbFW5|!m;ZFqbKwiw{YL`SI@*jXamV5S{;jH(c%S6E#Iy~y@8g>Cdnfhkvi zsBhBvyDMn7=Gh4uFk2tZFAW=yfndaVPpdame#k`iZtwu~$a_TL;!uLY;0yJGn(YL& zHR!r0FkV=)Fm$zd1;Gzg4&@(#RG=!s{O%`SQlzg zX{^L?tI3r|d1L-s*@*-#5}lV$>1s#+pb1=BwmTww39?de16GNr1ObNfGe&SW-Jlks{RfjE!nn7=EuLSYY4~yZ_y)e zgz`Z!knvAvy}6QdKummLmVdT68LAEP08$C;EASxs7KMmLxznK<*7}!ZJvECNB?0A0 zKo4q?GGwx<)UxXmL3IL3u&LIg)&kpu?&Gba&E!(?FI!}K_|iky3Q$8u7b!ZHzKEQZ z;2OB?tSSs)gHRihI;v+B+V1e0AM9$o#I-aG;HtF2moV0f`We`a>1mxA9$R{T`DAsE zw4xv)@+91TR=D&mppKZlQ3I&NwJjr5-`7{gIm4A{cOk&5Oz=&)j;Nkv{8*7=l8oouEnBWZLDqArVK-)M`44oDcUzMly>6<;jOuJVPi;k|5Ak6b z6e<AkJJr*!sXGEC8eiv?!P@<4Aik#wBxdX8P5o ztndXTyHZIg06GKN^c@AERe5WL8-@c894M2{s$#(sVgbCvUsAmpf$dgCfo#o@t1fF% zRyAIj4rxWpGbsv6&ykTO(O*478o!tpkA<#+dXeWK-zzC=Wl3}xTxKR7bB4$o*kFjs z@+U*tPAhpxSCXd_AeXt!rQNv_u9O51Mrd&%!hgq_z#CD$wp#Z?dm9@UJR338YcCAO zvyc-QXx5*=*FXd_B0Wi7x>_03;T2<+2b3@S4VHN zV}Bmn^}QrsBl)mm=7zOM`$Vc5%cPnMnIpZO(x1_wp}g3mPcf*vBv>{pbA{2y084OX zSb7g>yVLW*QUQy2;DZ$v+V>Pa{anKzNLFyRe$q*&Ef;M*w`Y*^^+d8g^b3_Xjx(k) zIlFq(4A>`fXc$8l_nI7DB|CbNpAPYP(qnpIxs6p29;wbm-XJ%Umq~u3#8>JDkB&(z zg3JUYE7OvcRD3t}BFnUWm#`VXAm zAMF;L{f&92rwErrP!K4EZ^SC*l}7(`;J|m}re05~go?-{0*dklIW^Jl=#;5d_S7H? z+{czEP4W5g%TXjG6sSj76%5xQGkJwsL;Mjwo@HbVsMMuop=9A;rDweD@Rm(0p@d$F ziODG3I1;~NLEvT(lSB>x`SI?gyA~T}Kqqe!c9yG0%OW20^COnbME3xpa(fF)em5KV7jR~K_nVWmi(4vYb<6r?#o&k5kvQ&8>?%*91Lb(8598-VD0=je@R48LjgNq?s z(uZPMqdPY$hm{kEQpR7WqzL->a=aT%7*?o-MSD-`8#D=&DkgBpTF5y7mI~F^!ZJdY zW9W~$X4x)-HN%9FL5vB3kBEUbZkM$x`qC=LUoBt>udU4~UYsfdQznIRmF$L$WP31W z!=`3o2~}T+*x%-v&GS)iHKZ(VIq({WgW48a6Qz5z_T8>@2;d#5O7!#Od9?h z%Yo7eFlR9O8z^@Na+IVeP+9^G>}}R6s|M*|73@h(o7QW|s$kG0k72?~;zbRRWIDFk z+qcXjVMf`h-M!U~i)4Sg1>()LoEa|5a*&zn=|Xu44_YA=o z&~9P~QXrZzo}QzSAxePIPZ4?p>zJ;U0(;9xCZ`}pN(Dbj;LpV^x6E20koZ6opw=x_ z3u=b5QXuLZ0Z^<`Hz>sqfjMw2@WYHdqBYqsY48R*nS^Ke;>B`hiQp7+V$)&5!1p+0%rXI>bM$dFfGPm8ARDu-iTq>;by+!7x1%MV zL@Ik~Fq8cnCUL;uAo3#4%yb!t!Rq zWEJ4p_9{vgzSHXk% zA*K7wkmIY$@#w6On*J!F)%XXf;e-zBC-VVe;gdnCx3;i$+W2T65V~E;ZYQQT`L+?X<5kYW_x0A!8+eM$3&UA0TtH#i)Vk#{zG$Mv={WpjMLM`T}YfCZD{0FtJ(A8sZ0E3u(^wKCqF|&B@WP~_ zoET&lE54qR7dePl?HgjvVB>+F&#~H6J3#)FHnEe23&ftHKnT1foKGU!x47Ml%?KGC ztg()8dqY}c#Doe`%l847As0|mvIp>d0V4-Tl}3t17@WO3UrS9PrVF;C2)21%7Fo3v z$>>8^YfEY0eLJ-LzOQE(Qi7}2sj;TG`5hD0djiG{dBY1rX^TR8R!(OtAglU7OIbF) zV9`gK{3Vsm*TYQ2vchCyMIC4TP3WRFN?52X)WO@}P%LDUM}7BjdYJPpa$br|0W3;v zIbgAJ20}NZ*^!77nT}9YRTnX+u%3p1!6niFJIBiK7|Tng2--Isltvy?r|u2WW-^L2 zA4$FFI~cl$Zt0OYqZ|T@nLfm6_SaTI66{<)furj(hp1!CYz#Im6r2nIiP0sKVv^!gH3f8~1 z;B8m9uZ!X$yzpHt)`ziV0ka22Xl1XucH|N0F3COxV=xfQ=RL|1#zCHu4v=a|ICouI zy)@t0S;N8M>sS`hXGteBB7NI}WDzX+uuV{Y^Vt*IFxrx>;(al~LvmnQ;2;{XHC=CX zE(?{fQ201;@!}~ezo<_zbTF^5t1ME$Iehnz9MYXeCug@{b^yRwrU3~b1fcOqO8IhR zOaT{nuMsv}1c`<{l``65BjCBRpK$S{;aG)X%vuWPx4;tBw7rfo-Z|~XH23w;#B!AY zELjP+Y$k56uRW=ukK!QpFl`}n8`wbDF~~TDQZ|={jfJX{N7K_fbSup}!@&MWIbi63 zw^MVr)E}zP5-%Y~QrX!AWOwGfJ2#W3WC7sltSKD$HWH1o6VdFGiGi(woRSyLmV^Y( z7QC^-mP!O#!C$;3?R)DCf`bqN>kIhW!@iZ%cW37t8|&K~ehrGAUD>F<2r7UjMt8}( zpA7Y74A)wKgm4z?uykC}BEJ|&hDO*QJY=c9N-LV10W_qPGZOPY>B5i-X+rcM)E-lb z18oJxmc4iG;j+}Jw~mYQnpd?IF2kC1d=-xHE*TKe8S%i8g- z-TmE2uSQ@3qbeLU8hQ`zNNec(BeH3&eO?RXrZW)GQ|N!PcuWQHoR9na)p*iFZu3C< zcHToVwZ*79#l*s4cCE?p>2rK@DHc4S-^#fz1L<9w|7;Ls1tul-3p#gX9ImYI?~=%} zn2~&NC$nk?{7S<@{wp8=Jwrd8cjV=$nblY1u<~y+xqWJap79^w4!&s9zOT-S< zQ=s}ww%N#+B&l^VL=_s!Fkz?<9HK}{6rCPESo<^wl-^7N1w4}3;!6R_!RqmX`!Cq; z90>4d;xHzV5kP7_imQjMgiM?c+4Igzekj)Y-sP>635R+RTUZp*_$Gi68z<`T6REwo zhv*AT!LnhKLN&MBnL1X?jG`LFQxaUk8YkX?OO6&qRstzSA@>IkTKr~S#8GEhik@Kt zxP~o`KFP_%L#YJ`V!@Xzbgm~#g(Y_s-V+i4CLSKb5~H{s)J6?uVpVad_pvrGH%xN@ zm;mW3+4ii6l%*33sx?nJmCvof&k(DQ~JCb1sY^e zQPH$4S~nNrTP<*{Wek)&!JXgJ_1cAA^(ML!h7Y?Is{}=*$_gzqY#2{a`+IH}au;V9 z=oF9BZ~@HJo^EOvT+hvJ%3BKZ_W|9VKMB<=3NsJ7D@%BT^50;Pjh zpFEAR*PWGRg&#k0;%z9hnSG0YLR=#|750Ru;AscHdfbuon2xG%xv6-KDb#2VbK03c z)X0PcZ?x&G`Pl=QbG%i91v}R$HLJjUvoz=fi(rZRboV_S^@%^j24@CCy6}p(v?3D& zeP=E{5+>23+t*JKe7dlD)zQZ4X2c2R5m=DWikmRHAextJUv$8#$V7F&KtPD}4Ov?R zd4X}q^)Rv^IW+y!!*zlV2E|z*5vM@Kx|eZx4_SX;)Z3m!u$W!QKOxE@;pD+oE)3uj z@sehpnZjU9N5Hn=RYo*eVj$?Sb?5_Hkb*6}k*oW<@3I|c#q7>kfzh=)2p_1mNsS<1 z3$X{dDX?ZnE?SG3Qn>WLv)#TG2P{8i;a@;9Q*WcH35-H*Ndp%Q<#Y%k=6oDcG1#hLVx2&j+-@B%y_R>c}0Rc zK~C9!y7Rd9Ql(Sh2X<7GB%TR7MW67;8ZXvoV$Oje?wP9dgN(20bLhMo&NNxyO$GDL z=98$3Iuy|X;s}ZjUOutz-bjzEl<=t{jCV1e4To|H%Qh$k%sqvDaArW&#wTtmt%0=v zJ&ywoMVBG}eP$CQ5yu(NOzH)JhF!*Fml}3J=!W7&`r`I~%JpKlm25iB$ynFY8ks6>l`GJ4+A7b1sT^ zXP^^eM^v~0DbShKy|dU51y3G0cF+P&Cjg&2@#u+%PoF#e=!IkrW3@rzAw3wDnTcqH zT|2mXE6TUPJ3i0h7_*i9gNC?h3_~kb*Ofq~bzj@nwY3xvokI-w?~!y+U&WpYrUr_g zkbycV%=mKjYXmCS=1B*^o!Gg4J`M;`0f;~nYzBpLyMgxZLh?w>Md}GBU}sy__ISbo?x3?dP6x0LBX{NI0>#kz90AL*+bXz3nOLAsXtTuh z*vY=f=oTr0kab+}S({e&sBr;7GiCXjFKfY693oU(Dk1jLltEa-K!QG4m15qdh&C_dqmq3&Fa{xi+p4 zGb>X~v!e214+o@usH*X;|59JrCo&vz4a6hYeXygH(6|Jti*_1tb;MXWX=C zSday&(~O5{qDX=Ci)VpSHkyKRXUEnP(K{S=eX-b^A6eYoTvH~(I)y0;{-9gNT!R%% zzg%)8!W&P!RNsLw#ylcnBuJQK4Bvgo5LI21X(lE>P?q3CN={RK<2}CkESNEKQwqx} z)UeA)_U28Y2_uSbgDNxeO(9oT4s?OA`JMzoZmZ3yBD zedYru5vTz^5FXAROe_3oj6a*!~EKor3(u_ zfxFKGEI`jrVps6o=}^YKIg+6*LT(z432TH>Ay6^r%6$j z7E4)5=3CF&n_ej|oK8Y)AVSP828STeu&yS~^F1kKfe`IL(R z#ft1Uan#a$_#rI`1Lk)I{SMN<<>s{B$B=p;)es^s(u|y-P;Ic@02Vv0`{Wc(frGl3*A%qtgl~W^k$909ILecs!DE z!2CzZc(^$>vDHpuA(UOPEM1$vl_Zago}tPH-=mWPG!~A6CrqvlS{mjt%4l@ir#;;H z6zRThX_h@p6DcM}sK!S@_MTM*YnH0nUPu;5li`=i7{XduA3~r44FJ*5ZtgvXgp$_| z9ZWOj2%pmYXHUS#^HfuO#;A%saTZe#*^o00yW)B|u;%jo%BrVDGWH6=pfW&FN1Oof zIY52erIqhxPjn)=BJ^0|rs$#^S=ZWRcvop~1~l4I9zzu~y*farhVp*E$rN@#oD7#) z3CHd|h%;<#tsNmD$R+GLmmK5jk-?DW z3<9wJ$4&0^?kO|$uA(p4gJ2$($VQOjXX3lw%04^{Y)-q@)sTrJVIvq|<4Y)X0Er!; z1k63Ut{Zu@iH&hmCp`7tA7kqAg(C@q@P%frY@c4=+wGPJS9N#9t*)gUpQ4M|b)X2~ zh^!$(>LHg;XgzA)cK0v)po`93}|s zhYlgz2+?qcfh>>_QHlLuM0Z}39`00{Qo>$+S!9&S1lUuEDsVJ5&*;l$)j}EmJ;J;@ zHI&@?mnu*SuF={#n^1GkFII@2#&%(5F4c?B<8oUshkh8X|u0u#Zr(g8zo z<1jWr*?YYnQ5(a{)q}-i4`EW$XKJYuw#OPFm^Aj#8dc7tT1IyzN0PyvR4C@UNC;#N z^u=7$zmcF+nJ!)ySs}%cU<8yF>&rcGUr5>>&4O=a9!b5!e1LzgwgMbWyu&8ejc8rP@ ztRakra3VxG5k*7OL}Ds0PP~vmGzEna3c*&)<1`_ycFD}jCJK|pLzxPqF3zXKN_i-P zlf$!GU-UrE^o`Y>O_LnktZ82cCbb|j@pHm-;55DGwo)f^vxBpgf*I{`h(r)9V~^!( z?yUjSiQ&mrXeN)cqbgQMtlmz+jeH_HtQuy5SrFSM2t8Rgzpo{WfeG1-xiRL-w$nTz z_=4HSM2)^b{I9hqd#Bj-Rb=^nl}ZU!2Bna$gu@Npg>i<0IsO$YhIDQv;(T@8yqV%P zlRtnECo_SKXyta)&k}BN3#)y3`7;Ll@YGqDECZ8w0T_=@O&st}8qiutW^ZTx8nzJ< z-T}29JqsQa#(V<(s9TD^*QdcoeChm>F76{2&Yg|zV+tPcjh`H;#fPQ#sIBP_l^$>p zcjspdo49|QP|NbmN4BCU1R&FP8fvXl@{f3*vE?b*hy1`au)1c+AbV(M>-tMG z@yBto1h`@YK}BGanLB>GGc;4BCJajpBVcgDz5=;Mh?juJuiGUjX|)jm&*v7rbba^QiOZKyY;2&KELk=D%cQ6Y6pCf@Wgr@O0vP8L zU_r(xi{r9L7>ZaWXXH`=AiyN{1=KV2Giy%+5A`zXc5ZKN+~m&#yTFb!CpQR=cotS{ zOp17TF3So+G?Z`*8p~DX>Otxw@!(L1oEb~KyKgD9Vmj=ZLdHjv5+%SCM*R|w!=}D{ zU%c9xivalR3>P_vO1A)j6&HXODT72np(o+0TpGpQk;bL&0{%ErGVo@`U2>AyEWM|- z?>gXBq!IwWe|0O6YPjfNL722+zR-)(R1_$qpby%dO&kuu9(@f!NuUZG$Xu1wlL5`m zpB6!l$U{_H>xVc#G)#URm-zjFWM=l1C}u2dJU90ap$P07o{14PIv&WrlyO&nNLvF( z1&|dGj0K76#H#O$_zp*-kdvpqo!7-rCQwr4o-WDTJ(2%~9!VyE5PpSa!&U&mhHdkGoCT*TNW6GhT1 zh*=*s?fp@2l#+_P9lmQ32D9=5iiHAfxqugY0OAscN<SjVhpO16V)!%E9k*#=~qKrv6vpE|LW*%hhas8)u)2qo5O(#&Kv94P0$_>q!3jl-}h;j zKUZHN`8Ea(WPQUBK{Tia%lZvwQyZDTU zu%o?FzP;Os8YIhgMcWah1fSNaRZeR0=2NvTjTExc3fj~jKr2G_o}|7VLT=gI$SfS7 zXS{S`RRqa#hwnUVDi^^9{YPzMLEuVRppqWnYC#Z0<4P{gZ-Q4u082v_&T%LKHZA*I z(2UUVk~`UsY3!}M&vLoc68uKCXC+dpue6ut;)w5SygR$^Ai`tHKGmTYZ_tgbI?RYL;69jX+_ z84#zLj`VQUzR9uS4s*{9b(e|U0tE{WVg>NX34(nQ!yT5@;HC$DS-%2AlSRhL0_fHG zC+8>nJFKH8GAJ@6XYovv*l~1G(*R0Ka6+S}G0?hEPAQp-*^6%MCOU+gfJhE1jvO)U znLuiCV#sjk%EJaJs&zFafm+_5W$){=lE6UN1kyoz^HrBqMb?U)zfV4H>>3pXdV>^} z{-3rRXvxm6z3I1?UhSjKS)Slq(vC5{CrZ7IDWXOUra*Pq5HgUMqH5NJS&USy#d})y zC{GPQ0!#>+5y%w)j5W;w%X(H<8S)qJq7@IPqNHb>mVjd4OJ+_-Hdysw{W?~;?Dd009 z(I#GYM2t;pvt&^szz7=|=#fT9s4EJ8Ca>-eR`vwaWA1l?fZR=%q$A7;zsOU5`0D!( z31!51cPD1Al(Vxl8xlhtwah$%&B1czsrN-iimnVW)v^f5%8POd^Kr6{nzLUDAa!At zaO`fHSPg^Fr)VWIRoGalJt9W2`zO#*%!69|a(9QS!bAvo&c1Vn?T-l#S^|22FEFtc*!Rg5$i)BR zI7JNh4pJ~Keskl(XTFnZFRcfH9XRapxWv2_ zC~mOsXcDC_&B$(da*YlS&GWwb$uru&__{2*`3+@BAS?UC-0v?0OKZPA?IiK^7V~qB3Rh$SG?KY&bFf4Xw0y25hwp z`fgbJnL2UF1+$EtXDJ1tDLlm}HZ?CtHN+IF+H|3#rmUw^sn~y9FKbX7}WT*$A28mWbA0;-t-7mW_YhJ~cYUOs+V z`jyHBo5z9AEXM?{4Sw(O=75Dpy4Nym5!8w(UsGot}S^SKF@ zM*;+MvV~R+un;f6xS?kMa#~l9TmbTK{Zc6ntPDBhcj)P?<>YtV6NH}JF^pu^?I=!# zx@|M}X@7Di1`97Jo+cijm^ji=>rYQrV z0iIbsummOse3A@X7SNkN*Xw|Ri1Z^|L&g-#V)#w#W|yybL<2qBcJ_f`g*A*k(d;E; zKoENPDNdN_{E56i%m@lsBCMq=By$s&&PHQ1~|!6f-w&eb|#{hikiYP0@w-JHgF^D<_5d#LFiKse3((xIduwfdjMS0P(LqTkD$l#$65Vw*o=*ft@>Pwm~ zydp`JR4_oK0Qv}&AA`kvM7rFK9gE`?6u?pEomdv&qU1GDN`^ohLOj#S2gGZ$T9YMk zKB#(7K_1&lg((wOAWeuz?=#rs%3Ar&S}kVi-*^8jS*dpke$1^N2^>kJg}sjMC&)`E zJ!{v&Z?D8i(+p#INb$#q#VZCbhA_kYq<>4i-jW2FUo&g z4Euu)Uy3q0AoxmZOY1eWt4)0GFXt+vE2^1&83HGn7zs<2U0AX(X8qeRzYw7yvzR^5 z@WcrrcOD`_nT|MxQg%?vWiUEXZwPTRozkvwqV)Mt#Du;lime>niiP>&`HVZ!6Xz=&$f$UE0-8i=Xn*T{x|qoT#cc1vqAfU>}KdP|zM^C%$c1OcjWMj|5^` zQzVPe4%Ioyl)P5Zx44zzs++tBRNZ@*RyvhJCe`)^;l$wFgUAI#CC-uBoNE8vWbY)2y&u4SOFu@fi8l zChsy?8WvL{SU`BzHue^luJlt+mcHd9%Te|#1q0)(8cz5;QCk=&Q@x?NNdE?}W55t~ z)Am82rAc1x35ig?DNe(L}dLKx_>X{_5_jSlnaq@sP2+DJ;Ur_ck{r=bcYH-Gwn*OhjleNFo%C z@eI8CaW$5eVW{XJ{3JIoF`+`*NW~);o6~BI*I3ji?dRbg*7vmQd3Kegh0u~>ps~qz z;-}(`P7CyN9t@DAID!i8i3k_OM~EY+mPpy{q;>v=;1^KZ{BqZnwQAO6Ciz94ymVqSbvkTzWozg9na%Az z0OD?h&YAKirloMS))9OF!7<9J0l6H#zq5mdRu1NTBCLoV>bZc=VucVu>~*wV1mko? z4BsOTT{ugjP*B^79^@g`K9m}SZ{1ukVNq2O46&{kAItV&?1(O$KjfhXrTFNUogIo21~H>urg<~*vC*eMVf ziDXQ*q;|xAdgS0vtg*nW8(SPppanR4xc(R~&R&ctpe197$#R<>cngt03n(f3AvppD zSoDzSI7UQ4@`q(j<%jr#UGR(?lZMcjfXmoO6Y6?+=(}0CD=GvedyBIPP>)0~ET3*= z#-%m!G&jY@oXRRU&m}Pa%w=pFYBY9yMo?zpDbLqnp&Q`HrKqRKKKVedpj12A7BXW< zjuR`96$uI$b3Ht+Y=~gh^O0pMsW@B+D>Z=$9NM_3hyLz6I3mj#5JL$-h4oaNapx4T z+f{|VYvLOI;nSfE^~%}@NXG_@RSK~EFi}SPHsZBC!I?y>mm!rVpDpbVCQ42{02k8Mh-iB1K%RUx zXUmjh1av<|#UTO8VG+ZTeVXyqkO5PhQotSUQ(u^j(_*PTh}562tZ}hZW5X;7ghUhHmdM zRqpi7rE>H$r}>7G$K(pEiI6=GG?9ry1ntJHd6F>WCX1rL&X_i-CG9B;SpX2+P?Q9k zD~r}LaILyOn3G;YQB6X6Wnn=qC6<66VVs8)IbiOix5_9_mhIV+gVn#K+XyOF3<8yC zjKpXP1dbcG72Izs3#9|=(up?wHQU4dNC=oHNhIpQGup*5ESK?M>=nKc9t{~LL5f3}nJqFHyHbHykD$pIO&)OfMBUfkqVlKIX> ze;aE8_nt87-BIcy=Gfg>@ecCCjzKSFj{F)kd30ZQdUpN3ouXbPT#vmzALV;PixKYv|CNwx5%?z9?(NotD`WjXvTMD57y4~9e z?L_(RAy@cT+)lJBQ>>EVXE5l|zstLZm3I?yHosg~blFb_e-pA3>{nVBF1*t@#*UMo=b-lnreHJB;Kp@^Ba56?(K+iUcy(zZB1Mj-N=^TfQ{CIHwk#D z1DJkwVQXc6wGBXkk5b+UH-eR|OvOd*OM!NNs@yL>r0Nfa!d8ka+H3Gh#WpCyjCmF#y7lYwp1h#IjL>SYK&pOg~p|!zlmEn4wt- zakCPIqpBL`_x2qxSXKmDi!cL>ESTS;n=gE8|8emE9x%3hF>7vjHECq~u>$Wsq_$(4 zF1tyoigbAi*{}4J$A!X|s=g z#i1j-$?iqNj1IvPXQj_lf!-xz>tGP&Ch}AKmVwnf?1AUddZ)J{$$|YX>jn8mpm5x2 zNyl$@e+z(v{I&$Khn-+6r*W)0Ndep(o~f_0wP|c2on5m2s!&J;u6CjcL}B|&wx>3( zPSCQ!+<7c2hw@FKB~o@EA$F2*54>liGX!rqHaW@>7#a^3KijYPbEV{7Y4 zml19wn=-gzh+`eNnAJN_)C^S3YPaK&n-9j#W(PTvpE9~$!gxri@~mWS23nR74i4eV zH4JcPK-(Y&VC$ftKt$m?^d8%oD2LN9+@aQd#hOI(c^EgwIThv5OPDOf&&5D3vW_1@ za8Ok{CrKw+l|u}*^+bFsrLjj^KT8Dpjq)Sj3B4aE_1JN9BCqXTswEUX^VTDSkDO{t zo=2%!{?b~2)V&5yv$W1gSC>s*pq};3YRXtlY%z<84#}~)Sc`$MP^&oyKq?Y@md2qK z{#mzVW@p(_OuSj`C=vPyhaNTmf{u*TR*Ko)J#zj+@^kqkBnpxnG#U8-g43VY_G>4F zg0*%s)e4_gm=*E^K~Tvw6Hs4I1*egTG|_Za2nS(gYL15+GB^+m@d=?2faLa;N!!n~ zAs&x151sXo^k?D#rU6*whrsQaiUL*Z@u`I=t0zMl&VXpwuiQ-B{D<^mlo%l`h|J1d z*TDc?#=6Sx(4FYQB`wJIVB0ZCytIYzi$i=c|FqqCb-g7YD^)@QW3&Jga@zAJ$iK#B zA00;vkc4pL1x1(GE;vqldjfLtXLlg3^5&@FC)8m*`53wx7AmS<3L`PbDH>0a)x?h0 z=G#$wgUJpzSo9<@bi#u~CR#I=R4!H`bO<7M^j-Sk^38EqiUmyKO? zGd3sq9g+VO{YZm*i;E!1+qQxbg-1=sLYMi{cr6MQ3S1wu$6O6)neMDm(N?3TQPP@SmrAmP2d8=ml4SWoT>vNr z^zRKuJBeK&v5^2UKNv&_Cd9?1yiXLNSaL?PyYJdmhcIxMFVZ$!hw=Ksgi}ty{f21S&MYXHO9`l#hZ9*&C~7;f&NNyAH~1p9%XhkH&^EqOtNy zsjdO5u>>p|TTSrn)cTbxZAC}y2)t;#5_CT98nWcSHAn%%J@R>NG`L|L%tjc?6Qi!4nm4Fh^J8PP5Tw+5Cf-X96U7n$c=~B1 zWtqg3YS`92g>;6Dz_CD(khiv1;z#u9S(+ISOj@!d1o*+N&;=7HW7-VEVIsAJ9$~JQ zVBKp*flw&ch>_~!<1yOSM=s`PW0EFVu-U&#EOZcvlSmWB%DsnpgPhc~dlPdjszBl) z;6BkM}4=BcWFi!{!;#vsqqcu#Tj@OR`i~-&-!#+xW3~#r}z8YS_ondRK!`>bH zWMA{kbWUqI&>@A$@YiJ1CcDW8cpyw4=N$nfT)c6O=!-_b#w?lyqg-BW5Q_jf7L|GfxH*gysdM5qC=}pjDT#{;I#~T`s|0&^)v)0WBs` ze3`8R3FrRmT=2vBT#V3ZF|!cy>In}ZuJ}vYwJ$;O&J9lzu%I3*xyB|ODO8rJef$e& z1H?6L#XGPz`4hmqtFucxTQ{&X5q*qPCg zG71j!ctQ+}lqbw7Uik^v00$TT84*D+I6NfE7xkvPosNW+)GvtJYHN~nPNbLz$x;Tz z!Dq`_X4=e5T$l*B1mmYoQv=FEpaxeRU>w_RGOu`=AvamAB1y=RZ0{bBmR8AKdEyou z5cGG}5}_g9TZzC{938_UV+1qIkkC1xHh8M;ZR5qra>hfxNghoKAtWI`v>ar7-x5R$(#z^3tKJxYjQ@(+5$HEso@+8o(+JyH3b z$)v_1G|5UpM_yIISBKxe1-UXszv?VsjQ$zNAo!%04IEJb;Q?V^FpS8K>U2CJMu8~# z0J58My>C9$Z8;IIyt*Sf%UzBT#M#B(7sX2%6H7v{KCdsk>uV+FSt~XIk?ayf@j{EN zJ&cL03d&+@lk1H7!@>oNA?px)k7T@)kDWSw@v(<4o_y@lQ%{_{fYpI>$2yi8MJ|B6 z4@{@g#Sl`uD}GH!&iXf!P>G+nuo!G z-}E}tjMQNQ5k*%x@l`$}dI0YN+`)H{d(W7m7v{?H|3uzx&l6*6=STrn(&uuUw* z!8l@=048E}5%?K?^pX(tXhwP|c6yHB*NWr~;?R%cp?UsR7@QdIfB}%22@fzZ0E?rK zp7Q!4g)qB(RCXZok>|3A!reJGV#GE%eGR-)7myl>O-Ha8j3f|b*xge?DD7@=I7q(X z(SkMO53!FeXW~j6cj1;;gVoj=rVnNjVFVRtz{pL|?g8pYhA&<<^-rnIn~7KPa%eTG zR^bL&NVhliz0FawFiOayAKtw#K|3)qc`{KA%uLQmC8Gdr2_7MexYHUOl^ofADG#txFUU5|CRPkv8fn;jx&Cf$^LNV=_&dnQd^Kh{R4Zn; zzjWK_ZP3Yrdz8u?mrvEQd@reo#W~5qa0~}#8lWDU9@ApnYODm&x~yXtu+J3f#R#gZ!JQgeG^Z-f(r-XW0`A}gDoH(P#aeKFQuY&_>M%tka0 znjVEO5sI0{?(TJ`{$-C?R;30uE^IE6QE|ROQHnM=MS^&ox>YMCk)=W@3J<2%C*oV# ztG(^Cvv*)SnN~#k6BaP?2>vz_zqj_f4L~vK29+Ur*oMJSwunAU zUJ#Dz4gdJoFG*xFmlx$s34`R`rb8skN;%0S?#7XN52loNKo3JN{5PT*GAq+73}9DF zDjMV!x0b*k&<9%;fS}CEz~7><3SFqs%;Z#6p13!UKrhHJ0gxrqM$it6UiQ#bM2hGV zhcAqta-B=zK(&IcfGpEn1+3$><4x~WGgfaQGWGJ2$pDG$JYr}>oN$<6%#Yh-ttM#c z-IsI-B@A+KI+^FOI6NX#{xGrzTnx!^^k@_hz>6RQn2fl=Q6oF@}c+iI^%SVATPNFEN4Ix9_6vGcbdv za(M=XB&i`t0v-Zq4KCiq?mK(tIRX$=0Z zn1iYKi*yjCnT%Zl8h1he$$go3Dm%rkS%TfH-Zp`WH7O14Rs)rTQ<=`@JTR4}0uaSD z)QSv%%v~hN0LWO3lml|#TI2_R`QYB}E>3qq>{1yCQy zC9YoIfI5NsW(J=nAqnV|z~MlLD7L;Q=Qp^E^{~m2IU4+M?OgDy5#p2@(Tqj^@-ylx zc25!B%i6@%y^?*)l|rIR%C$7-1r9+`6pS4S=TCt>`rNys!0FB!H526kTLLW^araDR z#H1KPVLIh~Tne36F}?5?tVPKCf>W|<@DG8I@8A zk?4olQd^b0skm-Z8(mbkZ4H?wdX0QgAY<5IQ7)CtuRCebO(@Iqe6dwd1KZ`ZcOq#8 zcpQ=ezK79+(OKz>>qw+xW(?ixMd4hJs@(>qDbrITbAT6cYT1CuQ>+(r{qIz#p-Bpw z)(s`j#NuwX3qy#JixdIFW*`Mi;+%pStv`zSBg%;Wkuk;&=$k@4Iap4BDXu!k4>5C= zE88`l%0NVIbYT>1zcDH3d`eI7G$xklRl(o~Q^pk#5eO||0*pHr02cAVp0!~D4}yY* z8o-dGi5!Q#12bV{NbB;wy0f(x&W?dxLfTL%@X>(E7~)t*x8wCCO90Q0qsgwpX?`39 z&*s@Zy?J?i3kzwsviel{-N}SWW?gJqEh5r!h%}?5NqeV@C?JC_GnC?^B#g0qEZ>S@ zE5XCljj+SU-_KDixjs4~u#zlk44T8_0U&q94$974%uZ}<#1YpT)4A{=938B4VzVG3 z5Yz~K_eD*+=^Mu{^O$u2;>0*?eFdAEoyGvFv|w#1vNYqK8& zy)}-|rL8Rvi`lF!A%c%0?*^$YO^J`%uMyN~Yv;QWs$Jx(FcZ4yB%FjGJy5iYN=ud( z=|8mCJF~myFa=01SPObPN|L3IhG5+>%~sTyP5TfmajY1ucqYUAi%3c8$cB&gnNVW-ravvrlALmE~c22x-L(q4C&}_jU8tMryiRHQ<1c4#3n$c*r{^tSaw*Fa=$RvC!ywP zX31pjCD|230IjkFs)-nfJZ?n=bTAmvq1|s>1aU~txLw~(2TLI&0%^4#5PF?)nJSGv z@&=PfAk?nUQO|*b60jteL!=27ycXmXU%d$?94w=xGEvr`@Nr{sR1w2w@bt!`HI_=9 zkCH*y0cFd-DKi{QGw3sVVxZ!vF3^a0{)CWr-ybYJ(XRpGvLgx#{08oB{%wx6HR{Xd z&sVi#BpD{>BW*El;R0V~m^r{N>$c&jSv!*fk@zz@A{n^|Tcbp49>R}X^wOiSV$k|L z5-Zz(mSF2<$Fz}(20p&tu>zrtndyPvhnb5h;u$w3<2Ah=tAthp?9{;mMgSAQ?YwVF zx8`-Zy7S~LfpY!LuUKP=n2W{1Rf0;`WlP7@6zLZ4qR`3l&5iYk62INDLTESq9umS) ztVEeZERNch=>ZWy2vv`<0=P$X!}MLl0Hc#qjPlHe;ZW+0^(W^SPw{>U9L7tr06AO) z0s$UMGo4=O>x@X~vpL*V^+EQO)8|)$Nw9Od|EZL1rrinlr-MxyTxFw&-HM$BLZuA6r#}IG-J4GwsAg?_K>`w1+?`(*B@GE8 zTOW`e!v%^LR0m?Eqf^sZx2fKABCwc)W1!1QZUT!-Op{gyl^!)R`9M>2OK1kFC^3K5 z8l)J!{OJX!ffMN_x1%PRZ`E@kK93SV;H!yNU?(%mY&}d85SWQPsvaL_Db3s+ke&y8 zgt5%Hr2Oyu`ZIT6@6|U+1WCLw<4`;bkOOE;n-QCbY;UZ--c*f9qTw2!A;DuvOTBDr z9M^i;#6?8BEF%igf}$!X84pNku#U&)uwWj7O1H9mb7TG(#?%fvWpUTqg7Gu}3p#SZf{*akWq9fD8@=?nP{4F5T$u!rFE*pb^Wub8NmN5^=3u9wa?U`orbr3EO0|3EK z0*(T$R;M!Fy=S!x`CuHLgw<Pb5!%T*NpMMF&z)sZFfq_AnAH{*$Fm`L7Z{7M<6?DhXOEewa6bqj znixwrYMfemTcR`vTi=FLCG66^mbqrojJ zB?_HhNc0GMS#rtB?2Sb`CkMn+fW_nIj6|BRSjKO%>q6umyc>FRdKRaPSsF7GzNn769k$2iMCq zBwKE}r$^hK0!a|8LRulV2=OR^LO+b!cvVp?Zme#5TpF{B`UKTA>kQ!qSpX07=>W-@ zY}_H{q}hZ8W~CtHK3mAppNnC9|FDE}uBmZ4oGJuNz-X4;W*b|Qkm!Ro8gJDXXJD`$ zWKJ;c^EFOo=$|_3NDz59kge4VtB5r)S!SXySZn6UT1JXPsMgf}m@N6n?xL#W;4K>3_(T&Cyv)c&cs$tL>gBv{EzT+|=j$VMt5E6J_V zas-RH)dkZI-)vpBBg^yx}jzvKz%HN=RL4&$UT*Ch_ zby&04B;`CcUxxowTnKwSbjF_*#)gX>TSUMzSapT4H=E%u{;^1uMNk0raLpL(oWgh* ztFqvxi`kh63A(TWiu`lh5K7DzPnN1_%G>?-+;wel@#IZ6-Vx=+`mXYuPUC}u<4DqD zmrTf+5!6N5&RC<=eD%tu!w zpK5wLTZ^qL$ohNvOYo&tjtdEA6$1e?Ar!pPT*7pHYp7W}hks*POYvmZ4zRC5T)vg0 z3GBp)QLHX~uja+>>f*@|gg{ZqY#u}wJi!69a-vrswi;MWxu88DHa2*apwOCR6-;Qk zzN{B{AVp^>aZ;3 z1hx-w2d}T?^aVhGdZR2rNno#-7ht6cs6`nNE2u@WjPnZ02J(wFgWMn>J4Qg|K0+76 z;FwBtQ{F=IKM^Z9r0){tpR&RvWH5JdoFI9?${1bGI0{3F3RyLh_~1GKSEUv>_LNh)No7Th7!Fe4+%l?Ya99LLCteT&3fL2L0Yqy`O{D$4`l^Du z$P>t?GlYr36WLJkH89fT37RIkbYRTwZK@RHw5O)Ddaw$Ti`Xgt#!`~oZ9O+dEPa0< z5vE$gDqR4Qh^Q$X3dw1=*C- zr(``q!nL$&I6qCu00R$Q3BY~txHFDvA4eNyJhy)vegixLEIlk{B){Pb%<-`vvQyHV z7A^W%EI$S~2Un7F#VAYQw42&m2n85mfM08y5>TB3lp4=SQeRhA>q^%SjO ztkAK2%ph|*M3r#_-H*pcK#EF*X=F{p@DoyZvZfRwwM%wkHTbj7h(7_eLp+Y9fZb03 zeH^8{1-ehN66Y{I2+&m)MYLuPP)8^+!b&iiHI4y~sRnzhw{+T}>rj}`I!qXUgH;B% zo9Gz-oAUjDrAQW2j1Cl97DnyYwlk zcrz9KYBB7bcf7alPCL=LLM#l_ko+A83OKt6RM)y|K$V9VOH)bzQNy%}e7$6iOV}b#c93?>4cdqIKs}$(d@PMOCiY;|V zK{^4;2}~oQ{Rvod%Bp=DzQMu3EN+M{EH)I>G{y$oqBrF2K5qkuiItO2VZOkz=P8OH zG=;&>h`>g{<(|kDZk2wj86FxC>yWHRgunTYC~AV46G|nGMKZzGH?M5@2=Etk3S{Wu z^{Pv!s%`YG@@%=X!$r-QYYZ3Wg*jnTa9IiDEm@nr0Sabg67xmmRGGdAEmBYf$v<#O z^vl>yL>;nf8kQKNySoT%o+f7=p^eFJ(DrCwT(>K-(>GCX^28Nr0cUV(0f@GCDmJ)J zMuTKe^TuI-kw%U-S<362p+vxl%^8$ifm zbB@kV>UCdernYLfB$jd*FJ0G7e6%nktBc)0v~VoH62Xj~U@hl-8K#qz7J0-h9<95h zQ{l=qr{h34mhANc5G{_p`q*9RSPHyM%vt~p7$v&oh5wN|Ql~9@(UUk#$cYe)#DDiz zqx38VrHSC7(@{=6($P*4E3%-9X_Edqm>Hpo&UdLWZ*fzin;mUQm_ zS$GT&t#e*jIt~LxLlA@FF5|&WDW}As@AmVdB2DEwp{*zd1 zSBX!aLGCFg_JPoGhpc>(4qh)-#vP1O1#dbeGsqv0mGcF_Q}8C@a8w-{9b%kppax9& zaxhZeK*p&u|ECd8K;e57MyX$w?yEE+nLt^}fB>*W>8JjHmZ!&~8ETErL>b_wqWP-! z6ZPKhsvQejtM)`ng8(19yL-ukxu0xt+Jmq=u@yXRU@U`}Q5x)y1&NcFi&b>43-1wU z=+Iw$P%tJ!0}%aCgD|A0HgG!(MNx-Kv{|HrUs7*K$BN`nY}I^vm}Y?VS*%ofAVl@1 z-fYmusFKXlmL&n0pdrA*rV3n1z#3TB>1i(KyPk;pd^)C(BY+~EGF(({&=0Xe?_g0c zk&BFl(#_PrVSSm$Ow`G$` zlFp`c<&gvnVFzOgGYDGQOTcz%J@7;TMDqD`z52snKBygS`b<$3~~ey0)szEU?7t zfkqQ)sBG`0HPniU?8X2^cF$}A-5D~%SGQC)poL`yEboyqh2b#>CPJblT%NnEO|e79 z>xOa`9g8|M;|o2Y6L{*@aRy@9nTtwFbWt&UR_0P1VjW<*EzuC0JySVP)ezXqb%F{w zrX!;G7w$kX^0s}nw;jBAd$&_~6ujePRfYC1izLX_)e7}f9-d=H6ENDmTKTF(QLO7? z_*u6UU?T~|;ZZL(${={fpG3vW%k!tsmTH&GC(&Cy3Qzqelsl<@3s8jEtY=x!mMSM8 zhpoU6^a_$m0Eobzq2~Y&qEHVDTIkk3b$1LR(lnJxgW}HUd%WG9YGAhp(bXvUpG>V< zcrjx2EFCjwjPBv3X-9*aEa4K((rLwQV#4C*bFlN;lNYbUFTQvQ12Y6F7No`+k}ezw z6hd~Om*k5BnWTj?!n{{Q1lLh24cmnI!Nx}Tj4CUN5XPcO`rgxRW(S+X7%B2>-xN5a zH|FDFmzuHO*D>uvZNyJ9nUez{zZ5Y7c3LvJ0Mg0>JR^@|4Cy(e+%&nJsizVr;IWAmY{4Wd(K zy)?g#<-$IZ>wFZJB+ds@+z*Z-seMi0COaAYJb;;YatVFxuU zCV}&&oDt2EX$^ggUI;EtMh5!&sKm?7&D0R&RZ#tKTZoMy4G6#WmqK0tx1s#&Ix~8U zZGc^l9haI-1ZH5gjkq(FiyB>xkHU=~;quo9EQD@byaqC=NJmcy+D z=0coIkfRQsquJQNi#@_q3la;01)hkvAyYuop@Tr+$4kOFfcVhIW83YPsy@ZPNgEqg z#j6B!wO}0VlKvR9e;d1Tp$D;1Q7{8!tlvbBGT#lg)EmV10X^>5iOZLB5d~jD-yeC7 zlZRCS{SLW4`j}GcJj%=R$MDA3=r}FnusXMs0kKK_-!7X3MxmmQ6Sg3l%Pv7z<9+u! zHnK>{!K_M>PB#YHA{0OLWXo%T06)I@1AIKxIEc#4$`Y`{Cj zw-#@=2%6|Tzu_q5Im97Y%!>>DBv;KJ&VV;D3PAjXf=T_vr|@XWQVM)9bk11oNDv2sF&-*R)aal0JLFO4N_m z@>(tcDGZkAi6Yc&m5FqbW&8kOSOuj$jWgk0%QYMf@qIEqkey}8vri^T;DJk&=@B!Jii;wbbi zJfNk1cdsnu?#_X-kboZ;Py}i%>;wWR?=i zg^`Ch=$(v@g-`AZ!G>Q>nZ}I`xS^1o!5a__WNqPdCrLIe^IIX4>07hl_NB@r>DS5z z5LDQ65M<$pg3giK+Z&cfJ~mt*CS-SKZ*7++ZeD!^Lk{W~4-@l3cH;;-J;?CmQ%uA( zEQvI-Grz(!GoFksNt}}r#t}22>}U#Z6sdQR8cNz{LeOw+t+$N4Bo>D$r0){1GdxIr z*S3RN^Lc;7o0xOni)b+`jQK{ngUuL|8&^+NnXZjEiP6V0S!qN2a!_e|dLpBfcz6%hC(lT2LKPfoq6lnj!^)Um1iO(yo$*!Tod-jl`0Ns3 zaE^iiXb7^mjC-tSGKPfQuqLgXf-BFMTa+Sw!=M(e@g)rG zdfGMHx%|wl?nAGN&>0KDYJg~#DR85|Rx?40r{^TK7(44zG43vZ31((^)5F6&t{?(keO?BumKi{>dD$1BIB83TV&BNkqSB_B924+rwmccalAg9N~SS z?^9_9%EM6Ev*ObvWO0(N(&OHiQV{)*I%Gb&9VgLyr{?;0={xbln~_tS)U`zG<~bSCe}MRu6?~By9)Pe|!t{@+X!` z2lVpSqI;IlzwTPD1iJM*5uk7`Op1#q4KL2Y#lE_8 z9UT!Bn|a|Vv;uugNQ~7n=>YW~SC%;{4DBUMT=lvxGuE9p1@5NYmN6lA3)yUSIW&Zl zu+}0wLwurQMU0OpB{3+toh$~x`#XfxJbGS>WJF>L}AYVkL7E3BVqKU!ydpOAbx#CtQ z)tAi;&MuUS#fAe*Msqt#AFD94z8gLkKBKM??A&53FB2>WcfK6i)3r1$STOs; zln$1aYv+MOVs&ZbQ|&?r%6xIM1@@@lAZNlvl>j-7t(sUfI@jivCV(M~TXwl6$S^+; z6xawX-^;UX}~EvC@f8VdfGN2VGAd1<0t|q)krzZ@aN~e9kex$NaKE@Qga%VFA-`Z&$s|*P?Ay>Cpty{Yf&v#cS z@y~v#5&-Tx+-FppQ7=?AC&7(z>NNN z!*y!5p15dVsRRMo@a1rngH6r@1uihaNaMi11j$h61aeSS7$d)Ys$PiSQ)Qmc_Dbo& zs#$LEYmA^1N(C2`aVUP2!MqYa)1-$B%Mg4R>4wk!E?+G^476Ou9}!f6T;;4yr% z&0E0B&NZl}u5c@c5+(tvm>rE*(UDAc7gu4Gu;(qNiQ6IVo1+#13B~}*wobVbS;@?L zh(xK0nD=X0jSpN(1WjHwDMIt@jjfxf;$PbsElhK$sj%k>;*%o?eQ?0DFIH{|A6B{3 z-)zYBE9*Pgm-ZD-F;PvQ4IvR8O%C1;JGJFa22C=aUy1dFPmjNl5^sAxDzXGxA;uti z-e@vbTWrBm`>dGGHJC#MtEe`Mg$e};|6xLU_BO&2P*6uo?NkN^Q3JCGyPPaA!_Sz3 zv6;)_DuZxv9~9v*kpSSFqUFq10fI%gqUY|pJ6598D0hQXY$$ks6`Dy}lynAKk}DDc z6M>*{h1OKO?S5>`K>Q5gNUbCcdd0|6{ftgs7nin=MWrLn9?uv?kAceTXaax*5vd{m z<-zv1IBrQ)$TJg%o%L^}pmkNC(bK#0rXDklT5KCC;t==;J*^pLWs+KPUS~V4r#jz^ z2F{lV1AAB+SkCslgFUe1mK2U9`A+ac5Um=R*l)O2Nk4RkP3tMU64F|C@gk`N?MZvU zlfbqqKv8+cgLB4C%$RB>^bmkQ*|j0K%kOJ$fZ#B|8}1H1IT1{Qx1)Nobw^W1IEBC| z*;7)p0)^Bgwcrea*U<+p6)-$;;?!eSE}WGgRC@Sf7Olb0#mZ;5c*@%?uB)79zqv(O z#4J}&2H7N)14Z{^qb@6tXX*us~#_6rMi3C_@EkF-2A z5-1C*uRmn%quTg+*BL|n@>ZxgVWk65opC^RU*?~k%j7}uOWU?E zn+D9fQ~7r*2$_wFO2$HFN2pj>#ui*95O6e+qVGV?*xO|ro{_!2iU$INH+dsK&76j- z#-Z{PXqiM#a&RFiFKx+Y9kv0s;e?v#Z43im|D4nFbi7vA!lJ~7TIay)UFbekb`45QVrb+;%@UQLpcd$)`G;EgmZP0|U<(dp(0E4G{T0KJ@!06xw6nX;>?F!1l1mw;~JMgQb zDfjVO&DTMsVZ4E4Ev=(=bN0Gj%r1`d-P$?7PHC&13*b|c^p#{hg(D=L5dbEs+3hyk z@q9oZy}n5~uleQboHYUo@`oiUp*|uB1RJNY)f58On<*J}oqp8ZNZEqWB;=b%o*PdV z#UJfr$&t$uePRzF2`U-~e$p~Sgi-9xj0`zHnb?s2_P z94y{fNfsxCo4#m$cwrPPHEb`U|2gO2cOqYEL8PyDNRQWP6DK$Wof5lq&JD;c7lDOg9iS&}A*C}Q8Y)8?owlg*0EZ5Msjyr^BMJlK2;7L$%qGO>(@x^!}5%Q9Z{ zD2W^UEvfgpkHrGH2?QKDNu9c1uL^VstPv%dYWYp3*wsZ$k3w6e#;0zM)M4Y@g!o?tr70z!u2x(`2eQTG>BA52A z&Io-x-rb(f3CJ;IL0xp}0BUdvU{+5&e}uHAvCUsimOdTf_N9$Juv629>VmcT;K(q^ z+!6+A4OJ3hAP2}3>J7*A4b!^qYfx#)_pSn|p@7uNPoi6hZ2raIlF2l|!cW#CUOeWZ z2?ucBc5j}Ja-TEh$vHCU(utpRdmkmh4wULbWEAsE8QYV1wd3K&6imMM)`^3^juWIH z2eO7sKSf;}v>Xbhvt=AMuUSlqAMD!D%cf%AHwRdE)fN3#ZSWKYQZBX<-Rp=_Zf|SP2zM)nzPY!g@fm z-RA0GHaHur7EL{CI#vt?+*qI%Tu7s308x__yUI`u!kJn`QMbm3RRfunH^b-FuHzek zI6w(Gg7t7&BmytL1;c%72h%;5vccm)-aEN1CpgeZi9e9RI2$X50E*Cc;I|M5> z_zmb)u#b|tIUvv)(}UU}y^q-7%--;yM^YqV1XNZ%ETe&%Hx1}qw%D6=BdgYm|nlrTq%EbI|A+PRsY zjQbiTKadOJJ(lhu(vY{%DO)>R<2YHZI}Yg z0IUzZ0Nkk2scd}Ibc91bCnl)@4-oGMp7Q6fV{NSGx9p{Y;n@Lj!(Tl=5_9eXCvBQG$0FI-Fw|5VeK$$I;BA-(f{O&Xj^2JiC+Vh%LwyhXfE_{g;d3Yr zz)O*4L@|4VTxXUgh^8$NY4Y()oo8Uh_3g#_qB|51x+OLXDez|fxz;COpQ1af6H#iO z9GtcTA1#_M(aB-SAx~v&0Bz&Yvs`<#)>$1%>|DqI`D3ZaVBGf3 z+}=n88T=0E8sLW(tt2S8RPnlwZndwOvwoapxq(UBr#dt1lgJ1*5>ifYElt|M&T6z~ zBKp?|8BUY%tcRpMXboMTtj&h&oldhQuX`yJUi&+>8i2sk@*tf85KqVzy)Hh-A`@^H zNG&v)0$b~H=kjnpV|y80TxUD2ulY=rn5dlSzAh)JDgBdPy2(~B=ah)DfVxUGxr!q% zkBLKc8(k;^^`B<3Im1|9}4HzxRFr?B`xI_x>*a|NEc!-uHbN*H_a1AJ6~SXg|&UhjVZH zTblOI;Ql4K{SUal@$K)6&p%508*}^VFL>|!{?>=TH`@Om?eC`D?|mcf<$E9F{wVjh z{}k8vyyLIp^AB+Ux!n7`ANrc^`77LiXKsI-_TR~$KSle0&CmII+RO9L)BYLUe+buq z%eB0hpZ{X+{ocRg`uy)q-}~|0|4eQ_`VYI$e=6<2OS}Dfg7&|5?ESCs~#^&?xyGyzKJx#mo;Y)M-2Y*So9$rBEFX#3d?QeYcYwGy?CGGZqhxYPb zk8uBN?rnby*D?+YfzQtEztFV1PTt79{rn@YWnOIm{@nhNU)qiHG1`BNcAtNd_VW3M zxc>m|ea@S>mhW|ZJ}bBX2G`P0=l%0?`v<@Nz3+S0*(86IGw-6^=bxp$JpTmuf0;l3 zrL>ploTUAJ?)~1c;`$?7Y5ltnp5or;{3_QXH+;@(a{IIXQMdl>&yUmYbMB|TJpXyz z|26J?&P}dmJ@~%Q&FydEy8q(T|Bt49p4)$o>wB_XRsMW_Zhy{~b>n%K_Mf2L?>$cY z$Ng#A*U#bp1Gu;SHC)R$JkI^c zYqUS}xj$Xk?Vr=``+f`UMLxWc`xWkO|7EV_dyjJe2JY?Wv)Td22JJp)h4%8kGwwf(d!O@9ns(RQXXN%@=USd``{(8MzvNo_ zubz4r_dfrl|4BD)w*PMa{EM1)zxSEk`@NsTwY=A}xj)Xm&v`x9(of~m+5GvR;9B;J z<9s8x|BW|w?atTRbNh_;GVjjspXBy8&|cQzW!nD^_kQm$aV_ulAorh}+dtr+c6!S3 z{O7s-Q)w^jQ@Qu2xqXNBA_x91?a$-h=YIp&@_hB+E4X(Yex7R?XUFGDa{DvBvKt@w z-S^S%b57D;)`|1-pY!Lh(_Y5M=iJ4;&wm%!(ofgP%eePBf84YmVzsj||m-6i!^5;L{tGjV{DeXU=+t+C? z{Z~$YDEB_+o4A(eIGz`B`>!-2OFOOMmX8eI>WQlWUQCA3^);a{GU2K5zfOo_qDfv)ea=^NEzfsftZ?u5{wUY7 z-<1!q&Fz24wd@N&|82SbxnJMCm-gqoY4`cBroF7^&*A<9xwrj?xfZ*{efrAW{^wlF zI6FRXSQ_?e_oUxcB*Q=i0v4 zXXp06Xg(j~!@cAD&|A9k_xbOk-S@gld+ERZc>(vfe>K;W*{}IH?&rDvUvVw_LcQ}^ z?(NTAZ|(HEa^{C~`<(XDPsj6bbMNQBhHLwr^W59dKjT{LgiGANHh=!(|5^7O*U7)n z?VGfheRq!b58>YDytQffdtb)A-}|dv%e?rUH*oL!zK?6^k9zjUa{Ik+>)L(a-^=Z* zw3l)7^B=>#&woAFvai)U=W_dRaQ)rvpPr}vMsELeu0=n70`2eO-u`^lw|4KPKl|JH z^Pfq38BgcsncVyNf6%nM{-4ji{dp_b@_hCFwfy-%14f0x@| zMSIzgj`MT4_j}*Mwa6d!$QAA#|6kx*_G$P#+}oeu;d=U4lE3h=+d!PTC&F7V?Uy(om;Q!t||2pkI zo!ehcdl_fP;RyFW|D9aRI&r_O=k}lBTIAT@rv2-ZwoX-p_vn*Rrl$=bw|?f0=7}FUR>yxVJxl{TmSno9ke_CUru{j z=P%*@lezafzsR+G?+dyAT<-1XUve$$+4b}N`SbUGSJ!{n!|&4W^Pg(k^^2d&z0d!4 zuBHFJ@8{(9KWf_b*WSdv&$;iryU%Nf{8s+_7c}k4?T_K!etsL*($7!f{yO)5@9%N_ zpzK#_55FmY{(0~0p06JH_1u1y_98$1{D*MwbAFa<8RyH~uW%pp_&wdY`M&SW?JuFd z^v8Ah$GQFWw3qecI6TO`&;J3g<$GN}`?>uOn|AG}Z_e!>{k`4yx~|?$yZw2B_VOH` z|4i#I^MQ9@^i+z0dy(uI2g9;{IQA?|i-D`?~SD z%Kh)q?)Sc#_9B0jR}XXVbN+;DSr7jk_pjsL=bZWeu3dlO|IVL(9qna(I?l(q_xbPS zTKeOD+2P*j{1MkO&VK&uxc7UX_XAzK@B8lj`A29k{Z#LK2={*e?{oc&Z%^{sdAXZ= z?Z9_(E&W$Myn=iC^9x*y{r^$iznS|Ox90QiqwmX~|D=E3eeW^aez}3F{=b6u(tq){ z58~eEe=gS+2Yw{Ce?Qmqz3$(u-20qo{BZaD$GHFI{Q0A_mv!R!|9) zn%jSmYk9uy|2Vhb|D#<$T_?XzyZv9Iy^MqF;kn$~{`p*sy{A3%SZ@Dbu4O;^zSnd6 zzvTL{52m<=_|-RZZ$Cf$$2vWwUicx}-3O1*Uhp(={`ceF&%c^$nP2DeDEIc~2f3DU zej)ek`SX9mwTzFSe{25yqd(sDbCvdgn?L`pw3qSuY}!ASd%yP&xR&{{pI^bf-}~`D z(SQDL=Jqe9y{u>D8@RU^xL`p%V;n2s9yV2 z?*07FaV_JfT)LUtpZzo4b6!gO_vH2`XfN;kLfZd2_xAG!*D^k?hZpAduWdfB{kfLg zzmsdxJI|v1i*oxPa4r2&5576KKlZboUpc4!-MRhiX#atXOS|7cjeFngKX5J2Q9gWe zZvW7q>)y-x`X$=!|EJJi`mY{*Z~puy?PWhY{(p;mpZ}9w%e=gt`B zz9YAPd(-{~+Mmh2pZ}0w=;X$e-2cED z&imWB_c`~>%(!M)GL+nPn>SP!W0Zh?1d@A<39hrbK8^6eUq; z5}{NYl_rf+nna^QB*WXF(4bMK@4U3G_TBf#cU<3f9_w9u-FvUS?|uKM)Nf_*$}<)9 zxVry03%&$({)X_Yf*<~2%A@&tEchvK=h3a6MNWxZ`v2e+M5A_x$Mn)d;WnrI~o`_rbw` zL%ko>CyxiO|7n_kt>Z?x>bw;0eX4#dhgbev(Cc@mKOgUcSNulQ&#V1AGU5xbN_A>| zS44as+|Q-^>R%B*F2l8s_3+BS9CbbI@PqKGC;w-OYrUS2_~YPL@Q?O^^6B2YJ>sv1 zdtY>eAB9)`*HO=p&bI-<^L?JU`t5PJ#%&Jw{A-@KNBkVPpG)6~weiZo7WH?8_SY@J zi?2?3w2p7VmA^6Ed33Md8+-)Z=SeQS8eZ{_psru*+Y7J#vKIBYjqo!fzQ~$1uIBAc zxazC}&)(m5MSSN>yxzaZ;1z#MhHD+02Vai59?j2{!3(WT=bPS}&%;%JSGdpTj`-gr zejeQG)gImguW>&|dzQ}p{gdE-psv3ia`g{9_Sc z?92Z?@ABZM!Chw#@wc6*80Y5YNPSpLQ?~7;f z%2Rkl;uY~^>iu38-vh6Do!J84d*O;#;wycdxcY5%#E;8xZN4M%%0CzNbE$6!;gx?g z>T^l+GdXyJ@6x>K_wbc)}~f%rnf zKSKTI0v+LlgYQJ$|ElL@yy~p~Ls}QTUp53Em*INPmd9({r5UdH!Fc5j9{K^bh{dMsg_fgdSuXDIh@DEV$Yt8?i z!GA(MuFjK}@EW)2k11a7h4m3XKEw4p)p2;mZ_e<3_#wfM|0&h4JS*X3!d1`haL239Pr!>WN4;Nk-d>H@xCM8ndepbi1@8)XA9jZS8vF{l?=zL) zd3fc&4|RX)e%K4I{M#~Ib>1BDNBx@e>;Atc;+w%e&-(pgU&P-6cYdu`ExhvY$>bS@ zABk5zHGfO_br0DZd;r|@pyxdbulSEq&)ZP^xxtJ5p7x90N3R4Q2>1M42;U7?JrBX% z5898N@yfpz^>gW7JuUct)X$}PScX@goIldK=sog7#E-~u)l(6#_}ft5XDZ=)1%Cl` zJ-QEEjaNOJP@fN4uLpu3^Jkg|y{A^dmH!;L`&0dM5MF!+>gUouzbRh%-$6Z}dfw|I z{^-9F*ZH|9cyGA#YhN6M*Zb&Z)cZyA(-yD%FQQ&Y-Aji@eEwZ&y_9D@Ty^$?;J%mUz+2;${{__b>;5n@`0fnXd-ML__5V)w=-m4jeqda<^QaHY;g$a$)X%Fv zX^mI>OQ`GAxpzbGA5lNA`r)DAg?I1W|Jq@f>WYxBD*v|*uKZ)*UiV@6T@n8*-1DjT zPJg`O_oJ@!9Q@qiC+$h=tA6+at~y7+UBC8GWxVpdiaJkQeDC0YqVDrt_yWB0O8t9G{$S(Vh5!<`{QQ^ZwL3iNd2%U@=S$$-gNFY#w-6z znLOHGV}k#Z;kxHMh}XCc58n6hy6b)VC0yssNVv~2<*$TS{JW^f)xEb@@Ly5)kH&o# zuX>svlHxUQ8-ve)JAZe0ZM@=FWVq@a8@z0Rl&3TNh2TBlo=@Gk3*c4%Y}ETvycJ&g zs~(!_oPwVS*K_rTJ6?TQ1h4ofGV!XvZSc*ge~(fh-i=qDdIeLSPWY7(-yiPzQJ<8< ztIj7;|9w22&mHg@cQfjFK9C=;{C}W6ugc}4xIBk_wwVF|4h{9VNrao;Qi2F-}>iwze?~Nyq@a; z)P1P$srC{7JL-D6!ly=j&Jl_0oZl3@1KfWBonXqet*3Bs#KA5Ug>w0$Ka}`cZQ#f-yeC#!`;uv!OzAY$d9`I zT=(IR3|NK3fO7O?<%3rQ1^ArD^n$D|tf}aidJU4d%|L4n73#b4mC1dU)lZh5EVF=jY>tomkk#Gids8dv-7>)?~&9#_wM z5?*W<9U;DQLUh#`iucPjh7vYPeD^cgKgr6Pp-=IF<#Gl8j&LfWA z_wT((-!&gcd~3M#=feLCJ{|7-dapIWtDdhiT>Wru@KVR@+kg1G&s+q`r#hDhZw7b& zX#VrzRnILM-Vt9Dul(<#?i0Otu8jEosO!{w|C!(ymQL@He(-I_Gusd9T8t0 z?)B3C{W*9&xbKHW;KlLEKMnOf48WJeEB{*5&!yjUu8sKLP|rhU__B!4DVO5apPS&? z7X#qlM>-#l#cSMW(d?g#ofCXL>i4+5H|GYgT0YgOettK2Q@Hnw?gK^fs{d-#=b`GU z8GH`vdTPQ41mB3dKedl01ut45J(tdz_k$0H`(B|w`5Uh1nhE!~I&Zt-H4kf1=T|)w z@T&8OW7GPoAKr}kdhonBKh$_uR#9t2g zJzsrW0k8PmQ1?$2e9z#kQ1_4S6<6Uk?vJSFzY=~)@FJDcJ)s(WUGS!G*WUpCH(cXR zh5LP~I&0#^-^j$Pf5rqaRyoacXZRDr+r#}n)jaQptIkPq_jxY9F<$%?)bpnM>d4?{ zRY`SDhcAGuo@?QbS3QmJ;t!(Ur|R2Fg1?WtA9POM7W{YAd30ZW90YWf9*O?)QSu!{T`5c`d_xQ``7pflJdoi!4_gKQ z0(HNs&Z)t7qTZ)EC*KZUw^kZg>+%&`>va>{>(~ol8n5U23iUi|-7m+ho_w{_d8PSW z9`QBdu3!6Nd&G}`JHOuhN8y#{Y1H$Ui|>usxIds?FV#6a;_K8&^=qC#hpYZe;f~k5 z9fMc?`KbF%{nuC0S>bBs!Q9o}k@sHzGPyV{;d+>1lcW{k+D%^dd{M#eG58Qb) z57qIiXC~_BZH8})KQPZ3u5(}lUiptYKFz1@1Ir`+9JrrL&$~DH61eNR0)8r9PWK>zt6{bsl~LS3TV_T<^7G@XB*D>iV_6^6-kEpWzkpBO?AY)O9NV)QB%vFO94F z#?pvymf`BFL-87ST!!m+q*{25yA1WZs~-jj|1-n&o?RHcb^SE%dGIZ8<)4z_s;2>7 z`Ilz6erFqlSNyN2$JM#azAgADxbtXzPr|F;o)Biaqb^q)a{BhLxy%XSrga3|tT>U<9ckucRQ~zjxZH8;y zTj0KrU5GD_*SPPXK7aJS8;Mu^AE^7bA^w@*r!-3IrF-~hxaMIr-1DRF!K!%Wzc0h} ze(xLnGt~P|=kO%F#y#ewlt=lO20s_>I`v!!;Wh64sPm{lo8pz{4bq^&EV1 z%A@>G1kZzK?|VN5zZUN2(z#j>uRKdpucPt|#B1CyQNKqj;h%{3ov8a$-}~8Ehje{P0r z-xa`X+{;n_bA0-4YKm9gny_miH%_n@w`BmCarXE#af(i#38T(_zzOS{97Q$8M*>FFvp6d|2@^nI-=Scj?!6&00SNTuFE6;nV^XR#* zjQE3^rg>98JQwjb;qEuh|Bm2SWa9OER7t$*c^dWaE!uaz@EZ4^W~r~b;%7yCGq~4R z{r_Xc_lNs?Q}4~1c;&e#6R-33oZ#=Eo`(kT8-rIkE#>b4e-u3UTpy!ef%*QFso7q2>B z%W(C{(BOxjp5pa8-lM_m!adKm;X8wmfP37w@X~nYUyk}b*E!HTc-gX|Fch!nEt{9tOa1w5@KfPFKXu*~z$<V2X38o`&N zu1Ebp8n1c^v`piQKNq|+-1E>0{!8S!Im6ZGxp<8`8}<5@!Cw*lebmpD1HTD>VB9m( zbLGOHkNAceuJ~UfehA!ov>z+tHSU58*LiY2UirU6UBBLs(<8oGtHkxZtAe+LyMCRw zMe)jiJ(@i?>fx1t73z8JhQBQ0OSDdP>fZZ$#CL&vzv%wFH{xf&v-w-#HEzB$Q=Z}2 zvB4X{eGk#SaT{FqOwI6K_=J=!m?25$`apX=qo{|J5+-2JBc ztd3Wn7czNr@dNN0cPHxg5`Q4#%d|=Jum0Z<{8G4|OZSQbc;&w@6R-D67rgTC$nehi zNqD`d&Nw^$j@J{v7Op&l;huk;WA*ULGY|E7sQlgWivJ#U{krc>4&JhDs$cW`Ib3;0 z!+p+cU)0Ad&tlZirQfys;T69+6R&e`e(>F>_o>dMH-ewgF3rF4e+xhGTp6zXW$?;+ zLf@eeMf{(r|K7OnIgdwtl@4h>_4~sXxYltX-1X~wrwCr-PDkB`dJlFAz7ci(9pTpo zZ*WfH+NbZsRp$)2>l}cufLH!CsQW?Z@O8m!pPS;9=S{fs^np8G&s7R9J`;8Q;_dLt zpRZ$zzYIGe;`_lJe+hhB#NQ3~xukXPfLH!iX!hI~k5~SJol+jfzaG2+-0P@$-Wj|z z+V=ieu+-#u=}Yaa4-OXsBa*Bil4 zfqUNcyxW8KhPzMnT-ET(GXr(sYTnx7HSXuAzt{BLab57kyYKt=@Biy}gQdYwhx^>t zxW5OV2KRI6eNh*${HsvcseZU7c)|12`s%&8BzPsb`(O9cox!`oonL)>1YXbe0P1pQ6Uj2MXk5rGweI??Xz_ZWwWAKaM&ZB)=9j|d;Mm?_1=X3BH_dC?@ z7v29K4qoJflwa%eDO`D4!M$F3u3f>WXSjZcX@FP$rKsmq&ovgWJinlxAN9}U5#OZe zzWv|7bmK*!e7bLMi1?v!kE`{qj#r+UsPn7;d*Ba@n~B%=-GtzOWw`2pJb0B0Q$6b2 z{{?TE;X2<6d&+ATF14h>(scD@ygSoR~q+P{F`v)xg752 z)woUYil3i}*Sz%%z76&IYTl;ei=&71PQOd2KUc$*zaZS_mEN;Ef_H>FkNWf1;1l6q zFTEE|!z<4Z8Ls!vaJ=el*(c?>5WhP3Sh)MPIlLZTd6uA_ADzzwga46<*ZzGBul)7< zrh0U~ZHf3kaOc;Q{SzB z2A>G`yy<>^JYM52&BQCu<#^@)2K9GtE&LO~%l1$Gqdxx_uKsBN_qkUAUjVN>T~VKt z>htn=#ovhf9MHaNfmc0mqpnl)Fa)nWzoTB?hWJInb1zEsseQdE__c8Nr+#OsgIB*T zK|QYe{}R0N??Am@v@Q$qsOAVh)_9HkG&*?xKmY!4jXO5@ zI@I;+T$+tno?@5$cYWUp-UjZzQlIP&J__#n)H*i8E6=^C>#2$F8~g**^=qF_z^l%Z z1Jk;<#lINwxp3F1_eDOu;>V!Qqy1F}uW_Hq#B2U9iuhkquZ!~E9r0&en(}vnZw!77 z+`nUJKI`K(?p)OUtmnEIuW@&v?%R&|$-&EAmgXl1zBc$xaK~Q`KNPP#&!K+bX+DPs z|2q?}?}fR+^9@SRbp-sI;Pv4?=k+`Aw%|kH9#`M*RFDuuXL}tKH_(yu1EQw zkN74-QoQQ?HuzAu39o#gWw_RBT*Plh^Wr=y4PP3()UY(J z`e#+}p>VHzFL*w@#(e^HJzDqk@f!E13_lZpckm{cr+B@8*9Y$k_xV{FUIVZEvrx~2 z^5o%_e`SVi9VbToF4X%=ef46*S00|`|9JSux_D7y; z;jTx&&*b5i=jluyjXMypdbVYFE`C<-YQ&p)5FCU||g`%UZkYw&?^Kd;_{yymA#@JCUyy{t< ziP!$RBjW3fPV?Cv{$}t&aG%4vZyb%+xbslguXCwu@DEYXe-3->rnTt=D7i0c^3aaerfRhSEW4a=lQ|wXSnLz0ayOvaId54 zDUVnF1*rR0=YP-OKck)p?cW)ARZ#g`W#TK~ z%iv3(b5PfF0bY5Pe`SU@#NQme+BGR&{j)guxf!l?FN)W=vrz9N?bD`s<$o;`Uju(r z@U5uVMSb`PUU}+Xo4EGls)+9j_j^a@RcXB9Cuic-KP`f{x+Hy?<4)5HVv;jkGU?@(-r?TTO5M<^Me0|dY-i|ci>fLiyPDY zbi!|p_}k&`pN{Yo@QQyU!*#E?I{13j^Qqq%o(%pM>UGgPyo*D!vY0c}AfAdlzN#ZGzvA`tQwZ-g@CnpdX{INArJc#21~I>e2V+ z%fXL_=fyf|+`of&hI<|L`&enb>iG=yJWs$k4}R25X}$Ekufz3RE#c0i`P>)r9pHH} zZc%uByz-AlonQ4g2|f??dtAR44a6(|2Go6`d)MTMFLiTzUhRwJ5q}Qc`E%j<@X9kf z6R+oOidQ`kXW})_{e!PZz3=osnijm!q?A7g{tjIETV=TF{4MxxaQ}N<^!{pq*SMdf z?(;VItAiK4CFR%se<@t~E5YB5|IXCW_`ib>guBm`|46*@Uxa$UpD<+D;Nku99jZL{ zz`b7jzCH)9zIq9Dp6d7;@rvJq`gb0^U*_YLzwqRgU;M-1r^4O0nxDUdPlkJ4^uDNp zSDrUfkE?aOGWg%9&!uMYCxhqSn(Ej0*Eew0IScOmz43MM;#*O#qt2O|f*(F5)vxpO zGq~z$4)^@%z3@lyi{ZYX=w4bIul!G=UPs-3ItKqA>gUq?Vm4m+&zPF(8G!#N_*l5> z*Y6ee@yh=h>fe)l;0NNBr}%B@ywZDZX~frsd%Y^b_eA^|aKASzz)RzmXFTdU)wlKW z8g~im^HBK*2S4ogv>)}nj|J}l_q=IcehWT6!!-}5;x+CZ)PKLL5`IYVm8j3R9QY)> z>Zvd-Gg(ZRn#v*+!?;I-~Z@w#Vz3|IaxaQBJM$&z^Sxf!nW zr$zA1sK?cPV{-7n(QF@n5d4HYQ@rNqTe#{U0QY+7d?nv6V|e9hHZy$(>3rA%*Z#T^ z?&sCHR}-)JIjHAHzlZe3Yuufg`0n^g!E4={>QSG61y`QFaOcr`q!eEKX4KTz}6jt;&z6R&=F zK6r!K>ABQzTj8qnG`R0Y#qkyJ%HI|BdsF9pZM@`1;_3 z;I2pcYv9#CPoSO$)zb~H{F_kULo{!9;Z;xBxv5U|+sfc$;O^)C@B(<{c{&rXe(sM~ zp4U%g;;i_rCDQg7=1desr!D#4Gy}s(7eUax9xaUpxoCbJ}`yA@|*S)Ay@E=gusd<|hy!r!aU34z34&D;(`-aYk z;&|onkGijPp47+dxn`m6f9=zABK~dE^Pv0W#EAbH^*o3#iulU&Qy%rh`iO4@_j#-N zDU8>+lTbgG_T!0o_0L-wo{Jw5@js#dUei5cAzsgQ#Dgi1z6aMu{MZa11^+YR7r{Nx zT9<)%)w2rqzRcPR zzMG6!p5HQD`JV}1_2D$nIq*$zUq%lIR>wBYb;3l zd*K&H{Ajr6rwhCUUhxZ2KbM}jA70~bL;Zf&ed*qaul`8dj|ciT_+@bC(f3zzyz@bP%%--Egz)aS1SKj(=w&w5{M4gLh& z&(#~=6t8i=LA{QepL>G;g1R5{e*74(agTa3asAHlW$^ZJ-y78@`yfIlt+F3 zZp2@Z;p&IO@QQy4^}lC8@5k1`*JR?Wz#j@;YEjCs`_eMF>O2|lI(2^L$1DFp)aSqE zxk~V*sDFp=0Y5Kz{%6vBs{SW}*M>X4zAtvbHSSQj&j-E7kH(8nM!hfeUN}GaJDK=g z_?39oxgPa@2e2%DQSg$_{&&B>3s?R&aPK3X8~O0!V^Oc8&Vfe3U(Ilxw*!N(L9_o} z#07ZubAjj5`z{CnX2f@bd)&_OpMsBpdtBY0Ps6L81*rR9dHUn^ynmyfH|^``!OK6N z=2`3bEnIoJ!<}E}`C)kFc?Na==p1etd`~7`ze~))D^JrGQvK?~t#Cc>Xm~dNad_pw zAN9Ix-}Mc?8TEcwo+-iWFHX4uH{DC0!z+LN*HWFi z_)QUC7w-2+`wpGY$~)tq-+@QN{k@>`{}{Z+eIE5b)w=h`YyQ`v{w}VKpBM2bFG+d& z!QTqr5$=6d30?)SI;Ww|uYJ@k_{*s0S?BGw!T&`4ysGD6yz0z(J>|*8|1aV%gS#Je zA2=4TaqmK%U;DZ%UU`(T+Q{O_U8 zukX#Pf|q?G^(Ue7HF%kK6IVS?2R{w&{Q6!lfLEQpP_IjM zeC^HJ>0clE}99r5Gf&adan#cSNV(4XVqOQ3tvpy2CJ z_mAFd`rj*mrRC|l^t&P z!x^sr?1@)BJ5ZkwnxE;x>#a=lraoT_SDwLe=hwMW7Oy-DQLnq^t$Xl8K1k=A?$tAc z*Mj>#taIikxX#I;aOY7yCGi^f9@Os_ozLBaKZp9etP=c2yz2P{^?Yi-%nN?}hbh1K zmvH6p3iop6K5=KsfUj`)%vrTm)b6%pSE?tasL$%j{+H=y2+o$(d% z8h07$`Zb?Jf*1cd?U#=5r-Gjicl~;g?1d};ZE(-0&asp6%D)25p66EuFZM~wqvu^5 zym5x>{ksRQ{QcqXL(N-tyz<|YiLZn2fLHtm)X%H;+LghJe455p|Gx)Uo-^Ujum0Z^ z@sGfrr$4+QUip8`aP89>c;%_LD!os&?q9*Rj>F)dH_dZ7yz(r}aGek5-%ULUU^D=p7K}1 ze-pe3+|Q-`l@G7@7UXPdhm7` zuJ6!;@fx=e>V7MYZ;V%-Ntt-{Romd7qtoKwzp8Z{iC3QTYyNv)y%GEvcwT(J3>nSe z>Ki)bz~AdT6YhCXUmb*3o*PlGV=lfSUiEy1dcAt#hvL;Idood$Y3 z-wt>Ne6E2jPdm8d>*EXKmFGs(_YM7d z#3{jFLA{Q89}UAR&&TMkdH?i78T^8X-++1^^!)nYD}S+dDUZHimIprx?&ng!?FoJ@ z+cSOd{!SW!K=>NU#4|bo!>_MD0sp6?`7+rb2MJ@FQLw(`upNl z&tBAZYQH=byzz##jyjjN!ZqK6;jUBfk!pD5nU1<|b*^^BYuxpy`=LGl+Ti<9uS-q% zyTMz0_1`+T1-}jMzSVP`fLH!?sPlKgUyVQTTp4~G{GH&{H>P`w=5uTC4jHcZMKQec z+>LtP+TokvHSYVU$JPCOeDFOPu6_MN@D`g={cYe|gHM2a{3qD#U4(jlm48gc ze~x;7YQbj*KV(Z9HwXSk@YCU5clFiJaOLlxiPw4^k5@gzR}kye?Rz} z5#J5&Jes#kc;%m!iPyTf488{S`$+RMF?h9aQvc}v`zBoV^n-i7RDV&t@()JyGQXR3 zz$^YfbWV>C51eEA?(P=x+fnyJC-|g@ukvlmuk(3L#J7XHAGBYJ;FW(6>iMsRKLxLP zo)qSG`UioiEhs66r{-WU9QSYyT@GJ1D zv(DC(U-Pym;?IQV#k^I9AA?uENvNMozi;FOe;oC^sc%OFFZ6vHSN(8T@HTMAE6;Di z2f_1VT;*wm*SNDX@eT1^@v46t>hng>!@>} zAYSMEDAd36SHQQytDa9$kJ|^|C-^Db(sNw~e=YcUxZ`y`SH-LT`KZ5-YTyS4e;alG zi{FOVxO-5~oBD83#Mj)O&If(xei!jA;ESUlj)j-R>$$E)ohKK6eDH_SY#&}6{A<+p zs84RktNwkc`=Jv4!{8_ENausr>xbZ{!M!f}-XYfOQ zOzWll*fYVa!d<8K-A{1k?+bT+)n5cJ{y6G$RqwU-c#V71PicMz;qMOKD#P`@+ZX%+ zxbv$YPQ)wETGaWqUQ_TIH|OV6XK(zn-~-`a7roai;uXIr!`tG|3;q-8_m1Y_zTi2( zr1L@jygv9Kxa(;KuZUOv2T;$m#_bmTDYRhpPjUEEyq@cO)X%H$qglaA>`e9RJL|LH zjWb;Dk-cz@I|%M^HJ{b+%D)cvejJYPhF5%pUsL{`__u>!0e8H<6OY9!&m7c$uAy_a z7hZYRW#aXInH0R~Zz=x(_&dQzz`cKUFRh7J{sozM^=w1LAf?{A9TMr!)LGyz(zb{k%H2uMEBybsqJ@{NRoM zPV15j|2}wMxbFj+hw6CMd3PpW{nH+=alb&FU-yvl!H?XXo>%?(HeBzEli|*;Klri?*FA7DUiIYLlb%cG*uvn2;T~7#&-UO$;m)spx-0l{ zxcA+K@E&;OKVomxY>(Te}dBMLx-6xv=*?7&v z5&P1<&^){y@h8H)zjP1zBjPWCyMFDj3it!_naQI*?1Wc68#3{lx5*KI%>Fb#IvpQ(g@HaACzhjKUtDfCx_WXG=;_Kzx|L^@l^Z9M?%itb27hVpp zJP%~Jp0{i8?@_Od-gi@i*UF!`>i-O``n$t@{^&km5-&a@6R&wV1Fvy^Kt2CDPp*sj zwg;s=7sEdfJ{0cybuT>yul&!Tu2cJ{2VVKV%5crwoZ#gSPVri=<-xnceIDw4bSPeV zW}rSd#9IVkg8F%te=J`0l`R8GI1j z&!zLc4qka~NB#cN`>1R1wW#Y?pI;OF=)=;wt54p7>$&>DJ|Ml?VccFeRy-z#f^?q4}I=|L; zT*UvG;kDtf1#ezB#kYfR34T4?f4;BxT5Y_>U5vUOJ=bM;J#VohY2EdHd?4Znz`bA2 zhwq8_PvGvKVeoVD%KroE-*YP9UkhHXXqr#m2R?^u+)LrENAJy|c;$H*b-(4}y9ECL zb$<2LwBSb-+y9^U?~8EdZw+^Ty?6FS{H1X3Yn|IUc#ZpDhO5r=f^S1zkM`qjc;&BM zJaP5m>WJ?EcYf{bqw$J=C=;*uOOxQ6Gx53bX?WFhWQqOzx5n@4IuAbx-U;qLQ9XY~ zp4&29=k{rM<=LF!UGP`qRZq*K()?V4Um5Y&!Ck-Rp*~*mGf|(D74etimH$K3|9%F| z^Mr^$s$^Ps-B(`&^yy}FMul>6;_*HP% z-wA#UUU`YbIXn^;E{9L%7t0VlU;19vQj@{u+@v7&W4A(vI_TUZ5ru=%}eG>dqxbvvrj>T)9 zANYT~3tstGpnhKM$6N8m(F*1E|NHk>wZ9g_m8T2b^PG!66tDTY3H860N2DsOy2EH9$ zbui9Z z8vM5mSKq!GJm=Un&&t0EuKc~=USHh@D&m!Y4(fT+x!ne@_zyF@A^w(#|0Bb74!jh+ zdc`zu4tz`SmT=E!Rd{i{#+{1#cYd8e_3;{aIqG@Pd3#mx{FTyqsQvpKTzT5T{aotj z?Gb-vCSG+m#w-6+)W0WJ!1uwcKi8qzJYyn$C%P%~`|w-At5;6XtKa1|z*SFIxa(Ix z7sG4ZJ5cA>d6I`${M%?=oDaG;UWeB{+K+m_=(}uD#GhIv-D9=BTj9#z9qvA(qQ+9{fktzqjc9@@Vj)Rnt0ZUwje#EV%P)z5Wh9A;a~&4e_ey zkqlSg4#TUSk5Koa_VpdXe@FdX;xFTsr+l>(ulvuYi0_!;+DC`smA?<__qG1_&G6DY zQ13^rW7~*-3w1pW;nxR0xO$p@?U$#5=fWMY`|6Ky<(~@odDRJD2d{cwLbK=RRl#?l zo==@84+gJPBb{Tab8YZExX0Ce9)VZ>9%#1DPr$35*{JuU?!&F{>i^Xlu70~2uRQsW zOZnA5OX13MGTi;C-zByO9|3oMt$S6x@=QbXqR%Vidk0^O`gwJKy9TfPMQbLm_tCP5 zZwB|hLg(S`h#v&^d^UvF#4FD;sO!{yqg(LJsP9)f@Hu$ZS*unWSM_`l@w4DQuSUU3 z;uXIV^>?NA%T2)x)lU0M{jfNAw+!zL|1J0&xYzM)cphHsvK{sObiz-!RNc8sIhV3z>MW%LT#rp&nQH@5d`ospI$W|0RBhFOUB|;@iOe=hWIS z`SFUMg8I2se<=N{N?y!=wbEJ`l`;?Bfc3tdk+5$SN^eZ*QxtkExh5$bXEp1lUI{a7X^)vtTYD{$rM4)?jFbM;`n^4yMkesqqt z#4CPfhUen1iTEE;kE`$T#S!1KVX9NVKdg)RL2!?&^{R(g{zp;Izs})q!B?POU**3e z_*baUhtlvD@T$LVqqHua@XLdDf;*4i%cb#(zXSF2s&AVIUz~~8xYq~&6?L7t@cF^Z zo|K+f`8UG#TwUQ_M?Ke}c#S&>bv@PbErLIfI={~0et6~Cf;x}hYxf85esYSx2L1tD z`RBoXPtbdzC0^eVf1|#i==Y*q@ydU~DQR8QZ=2!Da|PUabncbGi@%VGZ;kI2d^75O zp?-cKc$LQgo#zjNch7L`uOfKmzY6vDi{|GHyz1PDdLIqM4~X~zO;Uc%|NFt)!abjQ zPyG^nAl&ny_xmY$<-Y}WevNxx@C~T{erz}RNWAJSc52F_bK||>7s5RcI#>4up9y!r z>HgUUuW`RcUFW&@33%l%)im`d^2R zT=leo`+U$n`B1#_FF<|HXx&f1EB;5+^QJzZ9=uocG|wa9>)^^W7w$Z|51)+}-;4U5 z&<}qLUiqu#rsq{XTZ8w6XP>tiUU}|AeLgGyS$Lhp8&S`j_RGz9GsQX9v-ZSvZ|8XW>=f>EG-<9Fok1yl5734gazlVRWXaD~H1ESDoZ2$lO literal 0 HcmV?d00001 diff --git a/.nx/cache/parsed-lock-file.json b/.nx/cache/parsed-lock-file.json new file mode 100644 index 00000000000..63d386071ea --- /dev/null +++ b/.nx/cache/parsed-lock-file.json @@ -0,0 +1,16609 @@ +{ + "externalNodes": { + "npm:@adobe/css-tools": { + "type": "npm", + "name": "npm:@adobe/css-tools", + "data": { + "version": "4.3.3", + "packageName": "@adobe/css-tools", + "hash": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==" + } + }, + "npm:@ampproject/remapping": { + "type": "npm", + "name": "npm:@ampproject/remapping", + "data": { + "version": "2.3.0", + "packageName": "@ampproject/remapping", + "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" + } + }, + "npm:@babel/code-frame": { + "type": "npm", + "name": "npm:@babel/code-frame", + "data": { + "version": "7.24.2", + "packageName": "@babel/code-frame", + "hash": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==" + } + }, + "npm:@babel/compat-data": { + "type": "npm", + "name": "npm:@babel/compat-data", + "data": { + "version": "7.24.1", + "packageName": "@babel/compat-data", + "hash": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==" + } + }, + "npm:@babel/core": { + "type": "npm", + "name": "npm:@babel/core", + "data": { + "version": "7.24.3", + "packageName": "@babel/core", + "hash": "sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==" + } + }, + "npm:@babel/generator": { + "type": "npm", + "name": "npm:@babel/generator", + "data": { + "version": "7.24.1", + "packageName": "@babel/generator", + "hash": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==" + } + }, + "npm:@babel/helper-annotate-as-pure": { + "type": "npm", + "name": "npm:@babel/helper-annotate-as-pure", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-annotate-as-pure", + "hash": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==" + } + }, + "npm:@babel/helper-builder-binary-assignment-operator-visitor": { + "type": "npm", + "name": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "data": { + "version": "7.22.15", + "packageName": "@babel/helper-builder-binary-assignment-operator-visitor", + "hash": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==" + } + }, + "npm:@babel/helper-compilation-targets": { + "type": "npm", + "name": "npm:@babel/helper-compilation-targets", + "data": { + "version": "7.23.6", + "packageName": "@babel/helper-compilation-targets", + "hash": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==" + } + }, + "npm:@babel/helper-create-class-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-class-features-plugin", + "data": { + "version": "7.24.1", + "packageName": "@babel/helper-create-class-features-plugin", + "hash": "sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==" + } + }, + "npm:@babel/helper-create-regexp-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-regexp-features-plugin", + "data": { + "version": "7.22.15", + "packageName": "@babel/helper-create-regexp-features-plugin", + "hash": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==" + } + }, + "npm:@babel/helper-define-polyfill-provider": { + "type": "npm", + "name": "npm:@babel/helper-define-polyfill-provider", + "data": { + "version": "0.6.1", + "packageName": "@babel/helper-define-polyfill-provider", + "hash": "sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==" + } + }, + "npm:@babel/helper-environment-visitor": { + "type": "npm", + "name": "npm:@babel/helper-environment-visitor", + "data": { + "version": "7.22.20", + "packageName": "@babel/helper-environment-visitor", + "hash": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==" + } + }, + "npm:@babel/helper-function-name": { + "type": "npm", + "name": "npm:@babel/helper-function-name", + "data": { + "version": "7.23.0", + "packageName": "@babel/helper-function-name", + "hash": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==" + } + }, + "npm:@babel/helper-hoist-variables": { + "type": "npm", + "name": "npm:@babel/helper-hoist-variables", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-hoist-variables", + "hash": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==" + } + }, + "npm:@babel/helper-member-expression-to-functions": { + "type": "npm", + "name": "npm:@babel/helper-member-expression-to-functions", + "data": { + "version": "7.23.0", + "packageName": "@babel/helper-member-expression-to-functions", + "hash": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==" + } + }, + "npm:@babel/helper-module-imports": { + "type": "npm", + "name": "npm:@babel/helper-module-imports", + "data": { + "version": "7.24.3", + "packageName": "@babel/helper-module-imports", + "hash": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==" + } + }, + "npm:@babel/helper-module-transforms": { + "type": "npm", + "name": "npm:@babel/helper-module-transforms", + "data": { + "version": "7.23.3", + "packageName": "@babel/helper-module-transforms", + "hash": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==" + } + }, + "npm:@babel/helper-optimise-call-expression": { + "type": "npm", + "name": "npm:@babel/helper-optimise-call-expression", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-optimise-call-expression", + "hash": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==" + } + }, + "npm:@babel/helper-plugin-utils": { + "type": "npm", + "name": "npm:@babel/helper-plugin-utils", + "data": { + "version": "7.24.0", + "packageName": "@babel/helper-plugin-utils", + "hash": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==" + } + }, + "npm:@babel/helper-remap-async-to-generator": { + "type": "npm", + "name": "npm:@babel/helper-remap-async-to-generator", + "data": { + "version": "7.22.20", + "packageName": "@babel/helper-remap-async-to-generator", + "hash": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==" + } + }, + "npm:@babel/helper-replace-supers": { + "type": "npm", + "name": "npm:@babel/helper-replace-supers", + "data": { + "version": "7.24.1", + "packageName": "@babel/helper-replace-supers", + "hash": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==" + } + }, + "npm:@babel/helper-simple-access": { + "type": "npm", + "name": "npm:@babel/helper-simple-access", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-simple-access", + "hash": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==" + } + }, + "npm:@babel/helper-skip-transparent-expression-wrappers": { + "type": "npm", + "name": "npm:@babel/helper-skip-transparent-expression-wrappers", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-skip-transparent-expression-wrappers", + "hash": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==" + } + }, + "npm:@babel/helper-split-export-declaration": { + "type": "npm", + "name": "npm:@babel/helper-split-export-declaration", + "data": { + "version": "7.22.6", + "packageName": "@babel/helper-split-export-declaration", + "hash": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==" + } + }, + "npm:@babel/helper-string-parser": { + "type": "npm", + "name": "npm:@babel/helper-string-parser", + "data": { + "version": "7.24.1", + "packageName": "@babel/helper-string-parser", + "hash": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==" + } + }, + "npm:@babel/helper-validator-identifier": { + "type": "npm", + "name": "npm:@babel/helper-validator-identifier", + "data": { + "version": "7.22.20", + "packageName": "@babel/helper-validator-identifier", + "hash": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" + } + }, + "npm:@babel/helper-validator-option": { + "type": "npm", + "name": "npm:@babel/helper-validator-option", + "data": { + "version": "7.23.5", + "packageName": "@babel/helper-validator-option", + "hash": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==" + } + }, + "npm:@babel/helper-wrap-function": { + "type": "npm", + "name": "npm:@babel/helper-wrap-function", + "data": { + "version": "7.22.20", + "packageName": "@babel/helper-wrap-function", + "hash": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==" + } + }, + "npm:@babel/helpers": { + "type": "npm", + "name": "npm:@babel/helpers", + "data": { + "version": "7.24.1", + "packageName": "@babel/helpers", + "hash": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==" + } + }, + "npm:@babel/highlight": { + "type": "npm", + "name": "npm:@babel/highlight", + "data": { + "version": "7.24.2", + "packageName": "@babel/highlight", + "hash": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==" + } + }, + "npm:@babel/parser": { + "type": "npm", + "name": "npm:@babel/parser", + "data": { + "version": "7.24.1", + "packageName": "@babel/parser", + "hash": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==" + } + }, + "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "hash": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==" + } + }, + "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "hash": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==" + } + }, + "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "hash": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==" + } + }, + "npm:@babel/plugin-proposal-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-proposal-private-property-in-object", + "data": { + "version": "7.21.0-placeholder-for-preset-env.2", + "packageName": "@babel/plugin-proposal-private-property-in-object", + "hash": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" + } + }, + "npm:@babel/plugin-syntax-async-generators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-async-generators", + "data": { + "version": "7.8.4", + "packageName": "@babel/plugin-syntax-async-generators", + "hash": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" + } + }, + "npm:@babel/plugin-syntax-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-class-properties", + "data": { + "version": "7.12.13", + "packageName": "@babel/plugin-syntax-class-properties", + "hash": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" + } + }, + "npm:@babel/plugin-syntax-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-class-static-block", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-class-static-block", + "hash": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" + } + }, + "npm:@babel/plugin-syntax-dynamic-import": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-dynamic-import", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-dynamic-import", + "hash": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==" + } + }, + "npm:@babel/plugin-syntax-export-namespace-from": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-export-namespace-from", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-export-namespace-from", + "hash": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==" + } + }, + "npm:@babel/plugin-syntax-import-assertions": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-assertions", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-syntax-import-assertions", + "hash": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==" + } + }, + "npm:@babel/plugin-syntax-import-attributes": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-attributes", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-syntax-import-attributes", + "hash": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==" + } + }, + "npm:@babel/plugin-syntax-import-meta": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-meta", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-import-meta", + "hash": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" + } + }, + "npm:@babel/plugin-syntax-json-strings": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-json-strings", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-json-strings", + "hash": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" + } + }, + "npm:@babel/plugin-syntax-jsx": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-jsx", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-syntax-jsx", + "hash": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==" + } + }, + "npm:@babel/plugin-syntax-logical-assignment-operators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-logical-assignment-operators", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-logical-assignment-operators", + "hash": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" + } + }, + "npm:@babel/plugin-syntax-nullish-coalescing-operator": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-nullish-coalescing-operator", + "hash": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" + } + }, + "npm:@babel/plugin-syntax-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-numeric-separator", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-numeric-separator", + "hash": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" + } + }, + "npm:@babel/plugin-syntax-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-object-rest-spread", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-object-rest-spread", + "hash": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" + } + }, + "npm:@babel/plugin-syntax-optional-catch-binding": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-optional-catch-binding", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-optional-catch-binding", + "hash": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" + } + }, + "npm:@babel/plugin-syntax-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-optional-chaining", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-optional-chaining", + "hash": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" + } + }, + "npm:@babel/plugin-syntax-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-private-property-in-object", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-private-property-in-object", + "hash": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" + } + }, + "npm:@babel/plugin-syntax-top-level-await": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-top-level-await", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-top-level-await", + "hash": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" + } + }, + "npm:@babel/plugin-syntax-typescript": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-typescript", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-syntax-typescript", + "hash": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==" + } + }, + "npm:@babel/plugin-syntax-unicode-sets-regex": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-unicode-sets-regex", + "data": { + "version": "7.18.6", + "packageName": "@babel/plugin-syntax-unicode-sets-regex", + "hash": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" + } + }, + "npm:@babel/plugin-transform-arrow-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-arrow-functions", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-arrow-functions", + "hash": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==" + } + }, + "npm:@babel/plugin-transform-async-generator-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-generator-functions", + "data": { + "version": "7.24.3", + "packageName": "@babel/plugin-transform-async-generator-functions", + "hash": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==" + } + }, + "npm:@babel/plugin-transform-async-to-generator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-to-generator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-async-to-generator", + "hash": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==" + } + }, + "npm:@babel/plugin-transform-block-scoped-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-block-scoped-functions", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-block-scoped-functions", + "hash": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==" + } + }, + "npm:@babel/plugin-transform-block-scoping": { + "type": "npm", + "name": "npm:@babel/plugin-transform-block-scoping", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-block-scoping", + "hash": "sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==" + } + }, + "npm:@babel/plugin-transform-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-properties", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-class-properties", + "hash": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==" + } + }, + "npm:@babel/plugin-transform-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-static-block", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-class-static-block", + "hash": "sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==" + } + }, + "npm:@babel/plugin-transform-classes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-classes", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-classes", + "hash": "sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==" + } + }, + "npm:@babel/plugin-transform-computed-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-computed-properties", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-computed-properties", + "hash": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==" + } + }, + "npm:@babel/plugin-transform-destructuring": { + "type": "npm", + "name": "npm:@babel/plugin-transform-destructuring", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-destructuring", + "hash": "sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==" + } + }, + "npm:@babel/plugin-transform-dotall-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dotall-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-dotall-regex", + "hash": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==" + } + }, + "npm:@babel/plugin-transform-duplicate-keys": { + "type": "npm", + "name": "npm:@babel/plugin-transform-duplicate-keys", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-duplicate-keys", + "hash": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==" + } + }, + "npm:@babel/plugin-transform-dynamic-import": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dynamic-import", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-dynamic-import", + "hash": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==" + } + }, + "npm:@babel/plugin-transform-exponentiation-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-exponentiation-operator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-exponentiation-operator", + "hash": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==" + } + }, + "npm:@babel/plugin-transform-export-namespace-from": { + "type": "npm", + "name": "npm:@babel/plugin-transform-export-namespace-from", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-export-namespace-from", + "hash": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==" + } + }, + "npm:@babel/plugin-transform-for-of": { + "type": "npm", + "name": "npm:@babel/plugin-transform-for-of", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-for-of", + "hash": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==" + } + }, + "npm:@babel/plugin-transform-function-name": { + "type": "npm", + "name": "npm:@babel/plugin-transform-function-name", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-function-name", + "hash": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==" + } + }, + "npm:@babel/plugin-transform-json-strings": { + "type": "npm", + "name": "npm:@babel/plugin-transform-json-strings", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-json-strings", + "hash": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==" + } + }, + "npm:@babel/plugin-transform-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-literals", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-literals", + "hash": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==" + } + }, + "npm:@babel/plugin-transform-logical-assignment-operators": { + "type": "npm", + "name": "npm:@babel/plugin-transform-logical-assignment-operators", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-logical-assignment-operators", + "hash": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==" + } + }, + "npm:@babel/plugin-transform-member-expression-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-member-expression-literals", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-member-expression-literals", + "hash": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==" + } + }, + "npm:@babel/plugin-transform-modules-amd": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-amd", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-modules-amd", + "hash": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==" + } + }, + "npm:@babel/plugin-transform-modules-commonjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-commonjs", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-modules-commonjs", + "hash": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==" + } + }, + "npm:@babel/plugin-transform-modules-systemjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-systemjs", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-modules-systemjs", + "hash": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==" + } + }, + "npm:@babel/plugin-transform-modules-umd": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-umd", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-modules-umd", + "hash": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==" + } + }, + "npm:@babel/plugin-transform-named-capturing-groups-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "data": { + "version": "7.22.5", + "packageName": "@babel/plugin-transform-named-capturing-groups-regex", + "hash": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==" + } + }, + "npm:@babel/plugin-transform-new-target": { + "type": "npm", + "name": "npm:@babel/plugin-transform-new-target", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-new-target", + "hash": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==" + } + }, + "npm:@babel/plugin-transform-nullish-coalescing-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-nullish-coalescing-operator", + "hash": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==" + } + }, + "npm:@babel/plugin-transform-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-numeric-separator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-numeric-separator", + "hash": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==" + } + }, + "npm:@babel/plugin-transform-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-rest-spread", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-object-rest-spread", + "hash": "sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==" + } + }, + "npm:@babel/plugin-transform-object-super": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-super", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-object-super", + "hash": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==" + } + }, + "npm:@babel/plugin-transform-optional-catch-binding": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-catch-binding", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-optional-catch-binding", + "hash": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==" + } + }, + "npm:@babel/plugin-transform-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-chaining", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-optional-chaining", + "hash": "sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==" + } + }, + "npm:@babel/plugin-transform-parameters": { + "type": "npm", + "name": "npm:@babel/plugin-transform-parameters", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-parameters", + "hash": "sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==" + } + }, + "npm:@babel/plugin-transform-private-methods": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-methods", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-private-methods", + "hash": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==" + } + }, + "npm:@babel/plugin-transform-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-property-in-object", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-private-property-in-object", + "hash": "sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==" + } + }, + "npm:@babel/plugin-transform-property-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-property-literals", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-property-literals", + "hash": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==" + } + }, + "npm:@babel/plugin-transform-react-display-name": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-display-name", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-react-display-name", + "hash": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==" + } + }, + "npm:@babel/plugin-transform-react-jsx-development": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-jsx-development", + "data": { + "version": "7.22.5", + "packageName": "@babel/plugin-transform-react-jsx-development", + "hash": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==" + } + }, + "npm:@babel/plugin-transform-react-jsx": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-jsx", + "data": { + "version": "7.23.4", + "packageName": "@babel/plugin-transform-react-jsx", + "hash": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==" + } + }, + "npm:@babel/plugin-transform-react-pure-annotations": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-pure-annotations", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-react-pure-annotations", + "hash": "sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==" + } + }, + "npm:@babel/plugin-transform-regenerator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-regenerator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-regenerator", + "hash": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==" + } + }, + "npm:@babel/plugin-transform-reserved-words": { + "type": "npm", + "name": "npm:@babel/plugin-transform-reserved-words", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-reserved-words", + "hash": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==" + } + }, + "npm:@babel/plugin-transform-shorthand-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-shorthand-properties", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-shorthand-properties", + "hash": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==" + } + }, + "npm:@babel/plugin-transform-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-spread", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-spread", + "hash": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==" + } + }, + "npm:@babel/plugin-transform-sticky-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-sticky-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-sticky-regex", + "hash": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==" + } + }, + "npm:@babel/plugin-transform-template-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-template-literals", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-template-literals", + "hash": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==" + } + }, + "npm:@babel/plugin-transform-typeof-symbol": { + "type": "npm", + "name": "npm:@babel/plugin-transform-typeof-symbol", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-typeof-symbol", + "hash": "sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==" + } + }, + "npm:@babel/plugin-transform-typescript": { + "type": "npm", + "name": "npm:@babel/plugin-transform-typescript", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-typescript", + "hash": "sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==" + } + }, + "npm:@babel/plugin-transform-unicode-escapes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-escapes", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-unicode-escapes", + "hash": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==" + } + }, + "npm:@babel/plugin-transform-unicode-property-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-property-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-unicode-property-regex", + "hash": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==" + } + }, + "npm:@babel/plugin-transform-unicode-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-unicode-regex", + "hash": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==" + } + }, + "npm:@babel/plugin-transform-unicode-sets-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-sets-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-unicode-sets-regex", + "hash": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==" + } + }, + "npm:@babel/preset-env": { + "type": "npm", + "name": "npm:@babel/preset-env", + "data": { + "version": "7.24.3", + "packageName": "@babel/preset-env", + "hash": "sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==" + } + }, + "npm:@babel/preset-modules": { + "type": "npm", + "name": "npm:@babel/preset-modules", + "data": { + "version": "0.1.6-no-external-plugins", + "packageName": "@babel/preset-modules", + "hash": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" + } + }, + "npm:@babel/preset-react": { + "type": "npm", + "name": "npm:@babel/preset-react", + "data": { + "version": "7.24.1", + "packageName": "@babel/preset-react", + "hash": "sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==" + } + }, + "npm:@babel/preset-typescript": { + "type": "npm", + "name": "npm:@babel/preset-typescript", + "data": { + "version": "7.24.1", + "packageName": "@babel/preset-typescript", + "hash": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==" + } + }, + "npm:@babel/regjsgen": { + "type": "npm", + "name": "npm:@babel/regjsgen", + "data": { + "version": "0.8.0", + "packageName": "@babel/regjsgen", + "hash": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" + } + }, + "npm:@babel/runtime": { + "type": "npm", + "name": "npm:@babel/runtime", + "data": { + "version": "7.24.1", + "packageName": "@babel/runtime", + "hash": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==" + } + }, + "npm:@babel/template": { + "type": "npm", + "name": "npm:@babel/template", + "data": { + "version": "7.24.0", + "packageName": "@babel/template", + "hash": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==" + } + }, + "npm:@babel/traverse": { + "type": "npm", + "name": "npm:@babel/traverse", + "data": { + "version": "7.24.1", + "packageName": "@babel/traverse", + "hash": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==" + } + }, + "npm:@babel/types": { + "type": "npm", + "name": "npm:@babel/types", + "data": { + "version": "7.24.0", + "packageName": "@babel/types", + "hash": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==" + } + }, + "npm:@commitlint/parse": { + "type": "npm", + "name": "npm:@commitlint/parse", + "data": { + "version": "18.6.1", + "packageName": "@commitlint/parse", + "hash": "sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==" + } + }, + "npm:@commitlint/types": { + "type": "npm", + "name": "npm:@commitlint/types", + "data": { + "version": "18.6.1", + "packageName": "@commitlint/types", + "hash": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==" + } + }, + "npm:@ericcornelissen/bash-parser": { + "type": "npm", + "name": "npm:@ericcornelissen/bash-parser", + "data": { + "version": "0.5.2", + "packageName": "@ericcornelissen/bash-parser", + "hash": "sha512-4pIMTa1nEFfMXitv7oaNEWOdM+zpOZavesa5GaiWTgda6Zk32CFGxjUp/iIaN0PwgUW1yTq/fztSjbpE8SLGZQ==" + } + }, + "npm:@esbuild/aix-ppc64": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==" + } + }, + "npm:@esbuild/android-arm64": { + "type": "npm", + "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==" + } + }, + "npm:@esbuild/android-arm": { + "type": "npm", + "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/android-arm", + "hash": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==" + } + }, + "npm:@esbuild/android-x64": { + "type": "npm", + "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/android-x64", + "hash": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==" + } + }, + "npm:@esbuild/darwin-arm64": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==" + } + }, + "npm:@esbuild/darwin-x64": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==" + } + }, + "npm:@esbuild/freebsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==" + } + }, + "npm:@esbuild/freebsd-x64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==" + } + }, + "npm:@esbuild/linux-arm64": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==" + } + }, + "npm:@esbuild/linux-arm": { + "type": "npm", + "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==" + } + }, + "npm:@esbuild/linux-ia32": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==" + } + }, + "npm:@esbuild/linux-loong64": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==" + } + }, + "npm:@esbuild/linux-mips64el": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==" + } + }, + "npm:@esbuild/linux-ppc64": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==" + } + }, + "npm:@esbuild/linux-riscv64": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==" + } + }, + "npm:@esbuild/linux-s390x": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==" + } + }, + "npm:@esbuild/linux-x64": { + "type": "npm", + "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==" + } + }, + "npm:@esbuild/netbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==" + } + }, + "npm:@esbuild/sunos-x64": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==" + } + }, + "npm:@esbuild/win32-arm64": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==" + } + }, + "npm:@esbuild/win32-ia32": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==" + } + }, + "npm:@esbuild/win32-x64": { + "type": "npm", + "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==" + } + }, + "npm:@faker-js/faker": { + "type": "npm", + "name": "npm:@faker-js/faker", + "data": { + "version": "8.4.1", + "packageName": "@faker-js/faker", + "hash": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==" + } + }, + "npm:@iarna/toml": { + "type": "npm", + "name": "npm:@iarna/toml", + "data": { + "version": "2.2.5", + "packageName": "@iarna/toml", + "hash": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==" + } + }, + "npm:@isaacs/cliui": { + "type": "npm", + "name": "npm:@isaacs/cliui", + "data": { + "version": "8.0.2", + "packageName": "@isaacs/cliui", + "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + } + }, + "npm:@jest/schemas": { + "type": "npm", + "name": "npm:@jest/schemas", + "data": { + "version": "29.6.3", + "packageName": "@jest/schemas", + "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" + } + }, + "npm:@jridgewell/gen-mapping": { + "type": "npm", + "name": "npm:@jridgewell/gen-mapping", + "data": { + "version": "0.3.5", + "packageName": "@jridgewell/gen-mapping", + "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" + } + }, + "npm:@jridgewell/resolve-uri": { + "type": "npm", + "name": "npm:@jridgewell/resolve-uri", + "data": { + "version": "3.1.2", + "packageName": "@jridgewell/resolve-uri", + "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" + } + }, + "npm:@jridgewell/set-array": { + "type": "npm", + "name": "npm:@jridgewell/set-array", + "data": { + "version": "1.2.1", + "packageName": "@jridgewell/set-array", + "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" + } + }, + "npm:@jridgewell/source-map": { + "type": "npm", + "name": "npm:@jridgewell/source-map", + "data": { + "version": "0.3.6", + "packageName": "@jridgewell/source-map", + "hash": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" + } + }, + "npm:@jridgewell/sourcemap-codec": { + "type": "npm", + "name": "npm:@jridgewell/sourcemap-codec", + "data": { + "version": "1.4.15", + "packageName": "@jridgewell/sourcemap-codec", + "hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + } + }, + "npm:@jridgewell/trace-mapping": { + "type": "npm", + "name": "npm:@jridgewell/trace-mapping", + "data": { + "version": "0.3.25", + "packageName": "@jridgewell/trace-mapping", + "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" + } + }, + "npm:@microsoft/api-extractor-model": { + "type": "npm", + "name": "npm:@microsoft/api-extractor-model", + "data": { + "version": "7.28.3", + "packageName": "@microsoft/api-extractor-model", + "hash": "sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==" + } + }, + "npm:@microsoft/api-extractor": { + "type": "npm", + "name": "npm:@microsoft/api-extractor", + "data": { + "version": "7.39.0", + "packageName": "@microsoft/api-extractor", + "hash": "sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==" + } + }, + "npm:@microsoft/tsdoc-config": { + "type": "npm", + "name": "npm:@microsoft/tsdoc-config", + "data": { + "version": "0.16.2", + "packageName": "@microsoft/tsdoc-config", + "hash": "sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==" + } + }, + "npm:@microsoft/tsdoc": { + "type": "npm", + "name": "npm:@microsoft/tsdoc", + "data": { + "version": "0.14.2", + "packageName": "@microsoft/tsdoc", + "hash": "sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==" + } + }, + "npm:@nodelib/fs.scandir@2.1.5": { + "type": "npm", + "name": "npm:@nodelib/fs.scandir@2.1.5", + "data": { + "version": "2.1.5", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + } + }, + "npm:@nodelib/fs.scandir": { + "type": "npm", + "name": "npm:@nodelib/fs.scandir", + "data": { + "version": "3.0.0", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==" + } + }, + "npm:@nodelib/fs.stat": { + "type": "npm", + "name": "npm:@nodelib/fs.stat", + "data": { + "version": "2.0.5", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + } + }, + "npm:@nodelib/fs.stat@3.0.0": { + "type": "npm", + "name": "npm:@nodelib/fs.stat@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" + } + }, + "npm:@nodelib/fs.walk@1.2.8": { + "type": "npm", + "name": "npm:@nodelib/fs.walk@1.2.8", + "data": { + "version": "1.2.8", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + } + }, + "npm:@nodelib/fs.walk": { + "type": "npm", + "name": "npm:@nodelib/fs.walk", + "data": { + "version": "2.0.0", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==" + } + }, + "npm:@npmcli/git": { + "type": "npm", + "name": "npm:@npmcli/git", + "data": { + "version": "5.0.4", + "packageName": "@npmcli/git", + "hash": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==" + } + }, + "npm:@npmcli/map-workspaces": { + "type": "npm", + "name": "npm:@npmcli/map-workspaces", + "data": { + "version": "3.0.4", + "packageName": "@npmcli/map-workspaces", + "hash": "sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==" + } + }, + "npm:@npmcli/name-from-folder": { + "type": "npm", + "name": "npm:@npmcli/name-from-folder", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/name-from-folder", + "hash": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==" + } + }, + "npm:@npmcli/package-json": { + "type": "npm", + "name": "npm:@npmcli/package-json", + "data": { + "version": "5.0.0", + "packageName": "@npmcli/package-json", + "hash": "sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==" + } + }, + "npm:@npmcli/promise-spawn": { + "type": "npm", + "name": "npm:@npmcli/promise-spawn", + "data": { + "version": "7.0.1", + "packageName": "@npmcli/promise-spawn", + "hash": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==" + } + }, + "npm:@nrwl/tao": { + "type": "npm", + "name": "npm:@nrwl/tao", + "data": { + "version": "18.1.3", + "packageName": "@nrwl/tao", + "hash": "sha512-cRs5kDRhiYVZ9SLQ2ol+2+zltgPemDtsHKz2h2whazHF+d39zsPLYbFm1ZJuDKpZp6TJJercqSH1UQCdOXEkdQ==" + } + }, + "npm:@nx/nx-darwin-arm64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-arm64", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-h3/1ywpLa56RwBnz8Lr9yyUvPvfGvKFxIo8LNptc8fMoONuuIOeZTAmaBxKBOaKtL7g64/LKDs0Ts+mSXzmbqA==" + } + }, + "npm:@nx/nx-darwin-x64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-x64", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-6LHe7MYrKlztLlKhYfGV3CtFPhEqcc2ZgwGVWYiAmS/glcN+Wai7RFQX/cZiJ+TbDRFzvETPPGNRP/aSAOkRnQ==" + } + }, + "npm:@nx/nx-freebsd-x64": { + "type": "npm", + "name": "npm:@nx/nx-freebsd-x64", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-ppSkJJVKnfDWYJBKqjEM/p4qdMZsZVV++dkFN/n50p6uwHstv0Kth7dNdsu3ZyPqmg6+IYUZql7JSTeNqKne5A==" + } + }, + "npm:@nx/nx-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm-gnueabihf", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-1vflQE4gscHq2GJeu2L48Z8rQFcdu+gcprG1cMEf3CIDxh/nJei66bdVJYYYxPNi6rYaeONPJgBjbIih8ce8nQ==" + } + }, + "npm:@nx/nx-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-gnu", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-7B5YXjDzzFdEMUzhFifXgsg741Afp3v7vNdPL2joQ7xrERKYEge7eXCjp5/GYhl9J4y5BmdeV2Joqr4WQ6R7Pg==" + } + }, + "npm:@nx/nx-linux-arm64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-musl", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-OaAVjUli44JUTlGPmtxZDO2U88yK6/cwt1LTbTHGeabupbXR295RDn1TkR1/1oNo8grRaOi/V9DWEg9RRmGvOw==" + } + }, + "npm:@nx/nx-linux-x64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-gnu", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-qDinHpGZ9FhoOtdfO23pwN7pBCu25ElJ1InLCeCarl9CQYS1CDZNimrcSOFl20DAZqINQamPqBFJ7nKeDRBy7g==" + } + }, + "npm:@nx/nx-linux-x64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-musl", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-E28Q0v9N7LrV+0uu4ytrcCHfF1MPYwNL2NLZN3yCPgulGHe3NwCuMnbC974+uOZ+MTqua7KnVOQ5VYA5sL1LIw==" + } + }, + "npm:@nx/nx-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-arm64-msvc", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-EYHPIcanVn6ZWkELnW4wW+gl8Itulmpi7f7s83CFrYxRW0U8SAG2sW4JrlvZgrK2CMyluiCGqZGHDUJZST4CVA==" + } + }, + "npm:@nx/nx-win32-x64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-x64-msvc", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-1tBViAG9VQ3arKoKFOrkBzYUAGgGsVqYbifng+stb5TPWOj0jjhQpwbsk0u3ROmEBw9crWRwzRt1qh/ZE7SfQQ==" + } + }, + "npm:@pkgjs/parseargs": { + "type": "npm", + "name": "npm:@pkgjs/parseargs", + "data": { + "version": "0.11.0", + "packageName": "@pkgjs/parseargs", + "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" + } + }, + "npm:@pnpm/constants": { + "type": "npm", + "name": "npm:@pnpm/constants", + "data": { + "version": "7.1.1", + "packageName": "@pnpm/constants", + "hash": "sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==" + } + }, + "npm:@pnpm/core-loggers": { + "type": "npm", + "name": "npm:@pnpm/core-loggers", + "data": { + "version": "9.0.6", + "packageName": "@pnpm/core-loggers", + "hash": "sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==" + } + }, + "npm:@pnpm/error": { + "type": "npm", + "name": "npm:@pnpm/error", + "data": { + "version": "5.0.3", + "packageName": "@pnpm/error", + "hash": "sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==" + } + }, + "npm:@pnpm/fetching-types": { + "type": "npm", + "name": "npm:@pnpm/fetching-types", + "data": { + "version": "5.0.0", + "packageName": "@pnpm/fetching-types", + "hash": "sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==" + } + }, + "npm:@pnpm/graceful-fs": { + "type": "npm", + "name": "npm:@pnpm/graceful-fs", + "data": { + "version": "3.2.0", + "packageName": "@pnpm/graceful-fs", + "hash": "sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==" + } + }, + "npm:@pnpm/logger": { + "type": "npm", + "name": "npm:@pnpm/logger", + "data": { + "version": "5.0.0", + "packageName": "@pnpm/logger", + "hash": "sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==" + } + }, + "npm:@pnpm/npm-package-arg": { + "type": "npm", + "name": "npm:@pnpm/npm-package-arg", + "data": { + "version": "1.0.0", + "packageName": "@pnpm/npm-package-arg", + "hash": "sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==" + } + }, + "npm:@pnpm/npm-resolver": { + "type": "npm", + "name": "npm:@pnpm/npm-resolver", + "data": { + "version": "18.1.1", + "packageName": "@pnpm/npm-resolver", + "hash": "sha512-NptzncmMD5ZMimbjWkGpMzuBRhlCY+sh7mzypPdBOTNlh5hmEQe/VaRKjNK4V9/b0C/llElkvIePL6acybu86w==" + } + }, + "npm:ramda": { + "type": "npm", + "name": "npm:ramda", + "data": { + "version": "npm:@pnpm/ramda@0.28.1", + "packageName": "ramda", + "hash": "sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==" + } + }, + "npm:@pnpm/resolve-workspace-range": { + "type": "npm", + "name": "npm:@pnpm/resolve-workspace-range", + "data": { + "version": "5.0.1", + "packageName": "@pnpm/resolve-workspace-range", + "hash": "sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==" + } + }, + "npm:@pnpm/resolver-base": { + "type": "npm", + "name": "npm:@pnpm/resolver-base", + "data": { + "version": "11.1.0", + "packageName": "@pnpm/resolver-base", + "hash": "sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==" + } + }, + "npm:@pnpm/types": { + "type": "npm", + "name": "npm:@pnpm/types", + "data": { + "version": "9.4.2", + "packageName": "@pnpm/types", + "hash": "sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==" + } + }, + "npm:@pnpm/workspace.pkgs-graph": { + "type": "npm", + "name": "npm:@pnpm/workspace.pkgs-graph", + "data": { + "version": "2.0.15", + "packageName": "@pnpm/workspace.pkgs-graph", + "hash": "sha512-Txxd5FzzVfBfGCTngISaxFlJzZhzdS8BUrCEtAWJfZOFbQzpWy27rzkaS7TaWW2dHiFcCVYzPI/2vgxfeRansA==" + } + }, + "npm:@prettier/cli": { + "type": "npm", + "name": "npm:@prettier/cli", + "data": { + "version": "0.3.0", + "packageName": "@prettier/cli", + "hash": "sha512-8qq527QT5n8paE9eoHeulmGw7a3MroVk5+8ITf+xoWJn1gcVaZiOP6vb9OlwZv49hhdRZ1WX+0MyisSSXL/4fA==" + } + }, + "npm:@rollup/plugin-babel": { + "type": "npm", + "name": "npm:@rollup/plugin-babel", + "data": { + "version": "6.0.4", + "packageName": "@rollup/plugin-babel", + "hash": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==" + } + }, + "npm:@rollup/plugin-commonjs": { + "type": "npm", + "name": "npm:@rollup/plugin-commonjs", + "data": { + "version": "25.0.7", + "packageName": "@rollup/plugin-commonjs", + "hash": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==" + } + }, + "npm:@rollup/plugin-node-resolve": { + "type": "npm", + "name": "npm:@rollup/plugin-node-resolve", + "data": { + "version": "15.2.3", + "packageName": "@rollup/plugin-node-resolve", + "hash": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==" + } + }, + "npm:@rollup/plugin-replace": { + "type": "npm", + "name": "npm:@rollup/plugin-replace", + "data": { + "version": "5.0.5", + "packageName": "@rollup/plugin-replace", + "hash": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==" + } + }, + "npm:@rollup/plugin-terser": { + "type": "npm", + "name": "npm:@rollup/plugin-terser", + "data": { + "version": "0.4.4", + "packageName": "@rollup/plugin-terser", + "hash": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" + } + }, + "npm:@rollup/pluginutils@4.2.1": { + "type": "npm", + "name": "npm:@rollup/pluginutils@4.2.1", + "data": { + "version": "4.2.1", + "packageName": "@rollup/pluginutils", + "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" + } + }, + "npm:@rollup/pluginutils": { + "type": "npm", + "name": "npm:@rollup/pluginutils", + "data": { + "version": "5.1.0", + "packageName": "@rollup/pluginutils", + "hash": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==" + } + }, + "npm:@rollup/rollup-android-arm-eabi": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm-eabi", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-android-arm-eabi", + "hash": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==" + } + }, + "npm:@rollup/rollup-android-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm64", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-android-arm64", + "hash": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==" + } + }, + "npm:@rollup/rollup-darwin-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-arm64", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-darwin-arm64", + "hash": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==" + } + }, + "npm:@rollup/rollup-darwin-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-x64", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-darwin-x64", + "hash": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==" + } + }, + "npm:@rollup/rollup-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-gnueabihf", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm-gnueabihf", + "hash": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==" + } + }, + "npm:@rollup/rollup-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-gnu", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm64-gnu", + "hash": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==" + } + }, + "npm:@rollup/rollup-linux-arm64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-musl", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm64-musl", + "hash": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==" + } + }, + "npm:@rollup/rollup-linux-riscv64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-gnu", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-riscv64-gnu", + "hash": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==" + } + }, + "npm:@rollup/rollup-linux-x64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-gnu", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-x64-gnu", + "hash": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==" + } + }, + "npm:@rollup/rollup-linux-x64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-musl", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-x64-musl", + "hash": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==" + } + }, + "npm:@rollup/rollup-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-arm64-msvc", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-arm64-msvc", + "hash": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==" + } + }, + "npm:@rollup/rollup-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-ia32-msvc", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-ia32-msvc", + "hash": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==" + } + }, + "npm:@rollup/rollup-win32-x64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-x64-msvc", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-x64-msvc", + "hash": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==" + } + }, + "npm:@rushstack/node-core-library": { + "type": "npm", + "name": "npm:@rushstack/node-core-library", + "data": { + "version": "3.62.0", + "packageName": "@rushstack/node-core-library", + "hash": "sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==" + } + }, + "npm:@rushstack/rig-package": { + "type": "npm", + "name": "npm:@rushstack/rig-package", + "data": { + "version": "0.5.1", + "packageName": "@rushstack/rig-package", + "hash": "sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==" + } + }, + "npm:@rushstack/ts-command-line": { + "type": "npm", + "name": "npm:@rushstack/ts-command-line", + "data": { + "version": "4.17.1", + "packageName": "@rushstack/ts-command-line", + "hash": "sha512-2jweO1O57BYP5qdBGl6apJLB+aRIn5ccIRTPDyULh0KMwVzFqWtw6IZWt1qtUoZD/pD2RNkIOosH6Cq45rIYeg==" + } + }, + "npm:@sinclair/typebox": { + "type": "npm", + "name": "npm:@sinclair/typebox", + "data": { + "version": "0.27.8", + "packageName": "@sinclair/typebox", + "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + } + }, + "npm:@sindresorhus/merge-streams": { + "type": "npm", + "name": "npm:@sindresorhus/merge-streams", + "data": { + "version": "2.3.0", + "packageName": "@sindresorhus/merge-streams", + "hash": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==" + } + }, + "npm:@size-limit/esbuild": { + "type": "npm", + "name": "npm:@size-limit/esbuild", + "data": { + "version": "11.1.2", + "packageName": "@size-limit/esbuild", + "hash": "sha512-IGQNaZsS4kP4hwU9C8P+3VvPhtW9PQ9OrwKJsvHDgMsbGX01hz39b9KkVwoI29wOXdwtj0aETaJUZPqoJq588w==" + } + }, + "npm:@size-limit/file": { + "type": "npm", + "name": "npm:@size-limit/file", + "data": { + "version": "11.1.2", + "packageName": "@size-limit/file", + "hash": "sha512-zktWwhO7MxVwQXbrZzy0VKfM5mZK3Aza1G3XbWRP8q+/3+irPKCz2fmyYJqJAJVwC9U1jAs6xEPlTJzxKgEAmw==" + } + }, + "npm:@size-limit/preset-small-lib": { + "type": "npm", + "name": "npm:@size-limit/preset-small-lib", + "data": { + "version": "11.1.2", + "packageName": "@size-limit/preset-small-lib", + "hash": "sha512-fxZW3woI6SOYyvq44QhlnYdcYfOfiW7zqFCPf+1Ox0OHbrug7YuMz74JNFlHJcnvB4Z6aErED+afkoYJ7vxohQ==" + } + }, + "npm:@snyk/github-codeowners": { + "type": "npm", + "name": "npm:@snyk/github-codeowners", + "data": { + "version": "1.1.0", + "packageName": "@snyk/github-codeowners", + "hash": "sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==" + } + }, + "npm:@tanstack/config": { + "type": "npm", + "name": "npm:@tanstack/config", + "data": { + "version": "0.6.0", + "packageName": "@tanstack/config", + "hash": "sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==" + } + }, + "npm:@testing-library/dom": { + "type": "npm", + "name": "npm:@testing-library/dom", + "data": { + "version": "9.3.4", + "packageName": "@testing-library/dom", + "hash": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==" + } + }, + "npm:@testing-library/jest-dom": { + "type": "npm", + "name": "npm:@testing-library/jest-dom", + "data": { + "version": "6.4.2", + "packageName": "@testing-library/jest-dom", + "hash": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==" + } + }, + "npm:@testing-library/react-hooks": { + "type": "npm", + "name": "npm:@testing-library/react-hooks", + "data": { + "version": "8.0.1", + "packageName": "@testing-library/react-hooks", + "hash": "sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==" + } + }, + "npm:@testing-library/react": { + "type": "npm", + "name": "npm:@testing-library/react", + "data": { + "version": "14.2.2", + "packageName": "@testing-library/react", + "hash": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==" + } + }, + "npm:@types/argparse": { + "type": "npm", + "name": "npm:@types/argparse", + "data": { + "version": "1.0.38", + "packageName": "@types/argparse", + "hash": "sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==" + } + }, + "npm:@types/aria-query": { + "type": "npm", + "name": "npm:@types/aria-query", + "data": { + "version": "5.0.4", + "packageName": "@types/aria-query", + "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" + } + }, + "npm:@types/estree": { + "type": "npm", + "name": "npm:@types/estree", + "data": { + "version": "1.0.5", + "packageName": "@types/estree", + "hash": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + } + }, + "npm:@types/node": { + "type": "npm", + "name": "npm:@types/node", + "data": { + "version": "20.11.30", + "packageName": "@types/node", + "hash": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==" + } + }, + "npm:@types/picomatch": { + "type": "npm", + "name": "npm:@types/picomatch", + "data": { + "version": "2.3.3", + "packageName": "@types/picomatch", + "hash": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==" + } + }, + "npm:@types/prop-types": { + "type": "npm", + "name": "npm:@types/prop-types", + "data": { + "version": "15.7.12", + "packageName": "@types/prop-types", + "hash": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" + } + }, + "npm:@types/react-dom": { + "type": "npm", + "name": "npm:@types/react-dom", + "data": { + "version": "18.2.22", + "packageName": "@types/react-dom", + "hash": "sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==" + } + }, + "npm:@types/react": { + "type": "npm", + "name": "npm:@types/react", + "data": { + "version": "18.2.70", + "packageName": "@types/react", + "hash": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==" + } + }, + "npm:@types/resolve": { + "type": "npm", + "name": "npm:@types/resolve", + "data": { + "version": "1.20.2", + "packageName": "@types/resolve", + "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" + } + }, + "npm:@types/scheduler": { + "type": "npm", + "name": "npm:@types/scheduler", + "data": { + "version": "0.16.8", + "packageName": "@types/scheduler", + "hash": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" + } + }, + "npm:@vitest/expect": { + "type": "npm", + "name": "npm:@vitest/expect", + "data": { + "version": "1.4.0", + "packageName": "@vitest/expect", + "hash": "sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==" + } + }, + "npm:@vitest/runner": { + "type": "npm", + "name": "npm:@vitest/runner", + "data": { + "version": "1.4.0", + "packageName": "@vitest/runner", + "hash": "sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==" + } + }, + "npm:@vitest/snapshot": { + "type": "npm", + "name": "npm:@vitest/snapshot", + "data": { + "version": "1.4.0", + "packageName": "@vitest/snapshot", + "hash": "sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==" + } + }, + "npm:@vitest/spy": { + "type": "npm", + "name": "npm:@vitest/spy", + "data": { + "version": "1.4.0", + "packageName": "@vitest/spy", + "hash": "sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==" + } + }, + "npm:@vitest/utils": { + "type": "npm", + "name": "npm:@vitest/utils", + "data": { + "version": "1.4.0", + "packageName": "@vitest/utils", + "hash": "sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==" + } + }, + "npm:@volar/language-core": { + "type": "npm", + "name": "npm:@volar/language-core", + "data": { + "version": "1.11.1", + "packageName": "@volar/language-core", + "hash": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==" + } + }, + "npm:@volar/source-map": { + "type": "npm", + "name": "npm:@volar/source-map", + "data": { + "version": "1.11.1", + "packageName": "@volar/source-map", + "hash": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==" + } + }, + "npm:@volar/typescript": { + "type": "npm", + "name": "npm:@volar/typescript", + "data": { + "version": "1.11.1", + "packageName": "@volar/typescript", + "hash": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==" + } + }, + "npm:@vue/compiler-core": { + "type": "npm", + "name": "npm:@vue/compiler-core", + "data": { + "version": "3.4.21", + "packageName": "@vue/compiler-core", + "hash": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==" + } + }, + "npm:@vue/compiler-dom": { + "type": "npm", + "name": "npm:@vue/compiler-dom", + "data": { + "version": "3.4.21", + "packageName": "@vue/compiler-dom", + "hash": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==" + } + }, + "npm:@vue/language-core": { + "type": "npm", + "name": "npm:@vue/language-core", + "data": { + "version": "1.8.27", + "packageName": "@vue/language-core", + "hash": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==" + } + }, + "npm:@vue/shared": { + "type": "npm", + "name": "npm:@vue/shared", + "data": { + "version": "3.4.21", + "packageName": "@vue/shared", + "hash": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==" + } + }, + "npm:@yarnpkg/lockfile": { + "type": "npm", + "name": "npm:@yarnpkg/lockfile", + "data": { + "version": "1.1.0", + "packageName": "@yarnpkg/lockfile", + "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" + } + }, + "npm:@yarnpkg/parsers": { + "type": "npm", + "name": "npm:@yarnpkg/parsers", + "data": { + "version": "3.0.0-rc.46", + "packageName": "@yarnpkg/parsers", + "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" + } + }, + "npm:@zkochan/js-yaml": { + "type": "npm", + "name": "npm:@zkochan/js-yaml", + "data": { + "version": "0.0.6", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" + } + }, + "npm:@zkochan/retry": { + "type": "npm", + "name": "npm:@zkochan/retry", + "data": { + "version": "0.2.0", + "packageName": "@zkochan/retry", + "hash": "sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==" + } + }, + "npm:@zkochan/rimraf": { + "type": "npm", + "name": "npm:@zkochan/rimraf", + "data": { + "version": "2.1.3", + "packageName": "@zkochan/rimraf", + "hash": "sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==" + } + }, + "npm:JSONStream": { + "type": "npm", + "name": "npm:JSONStream", + "data": { + "version": "1.3.5", + "packageName": "JSONStream", + "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" + } + }, + "npm:acorn-walk": { + "type": "npm", + "name": "npm:acorn-walk", + "data": { + "version": "8.3.2", + "packageName": "acorn-walk", + "hash": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" + } + }, + "npm:acorn": { + "type": "npm", + "name": "npm:acorn", + "data": { + "version": "8.11.3", + "packageName": "acorn", + "hash": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" + } + }, + "npm:agent-base": { + "type": "npm", + "name": "npm:agent-base", + "data": { + "version": "7.1.0", + "packageName": "agent-base", + "hash": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==" + } + }, + "npm:aggregate-error": { + "type": "npm", + "name": "npm:aggregate-error", + "data": { + "version": "3.1.0", + "packageName": "aggregate-error", + "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + } + }, + "npm:ajv": { + "type": "npm", + "name": "npm:ajv", + "data": { + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + } + }, + "npm:ansi-colors": { + "type": "npm", + "name": "npm:ansi-colors", + "data": { + "version": "4.1.3", + "packageName": "ansi-colors", + "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" + } + }, + "npm:ansi-escapes": { + "type": "npm", + "name": "npm:ansi-escapes", + "data": { + "version": "6.2.1", + "packageName": "ansi-escapes", + "hash": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" + } + }, + "npm:ansi-purge": { + "type": "npm", + "name": "npm:ansi-purge", + "data": { + "version": "1.0.0", + "packageName": "ansi-purge", + "hash": "sha512-kbm4dtp1jcI8ZWhttEPzmga9fwbhGMinIDghOcBng5q9dOsnM6PYV3ih+5TO4D7inGXU9zBmVi7x1Z4dluY85Q==" + } + }, + "npm:ansi-regex": { + "type": "npm", + "name": "npm:ansi-regex", + "data": { + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + } + }, + "npm:ansi-regex@6.0.1": { + "type": "npm", + "name": "npm:ansi-regex@6.0.1", + "data": { + "version": "6.0.1", + "packageName": "ansi-regex", + "hash": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" + } + }, + "npm:ansi-styles@3.2.1": { + "type": "npm", + "name": "npm:ansi-styles@3.2.1", + "data": { + "version": "3.2.1", + "packageName": "ansi-styles", + "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" + } + }, + "npm:ansi-styles": { + "type": "npm", + "name": "npm:ansi-styles", + "data": { + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + } + }, + "npm:ansi-styles@5.2.0": { + "type": "npm", + "name": "npm:ansi-styles@5.2.0", + "data": { + "version": "5.2.0", + "packageName": "ansi-styles", + "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + }, + "npm:ansi-styles@6.2.1": { + "type": "npm", + "name": "npm:ansi-styles@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "ansi-styles", + "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" + } + }, + "npm:ansi-truncate": { + "type": "npm", + "name": "npm:ansi-truncate", + "data": { + "version": "1.1.2", + "packageName": "ansi-truncate", + "hash": "sha512-yhyu5Y/rRWku5GJfCCHHKyJsWahCRuy/ORI8wmClls+bUWMVpcVL6nEqmVnZZ9gaaWq+AWB6FCyarrt0ewVUXQ==" + } + }, + "npm:any-promise": { + "type": "npm", + "name": "npm:any-promise", + "data": { + "version": "1.3.0", + "packageName": "any-promise", + "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + } + }, + "npm:anymatch": { + "type": "npm", + "name": "npm:anymatch", + "data": { + "version": "3.1.3", + "packageName": "anymatch", + "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + } + }, + "npm:argparse@1.0.10": { + "type": "npm", + "name": "npm:argparse@1.0.10", + "data": { + "version": "1.0.10", + "packageName": "argparse", + "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" + } + }, + "npm:argparse": { + "type": "npm", + "name": "npm:argparse", + "data": { + "version": "2.0.1", + "packageName": "argparse", + "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + } + }, + "npm:argv-formatter": { + "type": "npm", + "name": "npm:argv-formatter", + "data": { + "version": "1.0.0", + "packageName": "argv-formatter", + "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" + } + }, + "npm:aria-query@5.1.3": { + "type": "npm", + "name": "npm:aria-query@5.1.3", + "data": { + "version": "5.1.3", + "packageName": "aria-query", + "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" + } + }, + "npm:aria-query": { + "type": "npm", + "name": "npm:aria-query", + "data": { + "version": "5.3.0", + "packageName": "aria-query", + "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" + } + }, + "npm:arity-n": { + "type": "npm", + "name": "npm:arity-n", + "data": { + "version": "1.0.4", + "packageName": "arity-n", + "hash": "sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==" + } + }, + "npm:array-buffer-byte-length": { + "type": "npm", + "name": "npm:array-buffer-byte-length", + "data": { + "version": "1.0.1", + "packageName": "array-buffer-byte-length", + "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" + } + }, + "npm:array-each": { + "type": "npm", + "name": "npm:array-each", + "data": { + "version": "1.0.1", + "packageName": "array-each", + "hash": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==" + } + }, + "npm:array-ify": { + "type": "npm", + "name": "npm:array-ify", + "data": { + "version": "1.0.0", + "packageName": "array-ify", + "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" + } + }, + "npm:array-last": { + "type": "npm", + "name": "npm:array-last", + "data": { + "version": "1.3.0", + "packageName": "array-last", + "hash": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==" + } + }, + "npm:array-slice": { + "type": "npm", + "name": "npm:array-slice", + "data": { + "version": "1.1.0", + "packageName": "array-slice", + "hash": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" + } + }, + "npm:assertion-error": { + "type": "npm", + "name": "npm:assertion-error", + "data": { + "version": "1.1.0", + "packageName": "assertion-error", + "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + } + }, + "npm:asynckit": { + "type": "npm", + "name": "npm:asynckit", + "data": { + "version": "0.4.0", + "packageName": "asynckit", + "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + } + }, + "npm:atomically": { + "type": "npm", + "name": "npm:atomically", + "data": { + "version": "2.0.2", + "packageName": "atomically", + "hash": "sha512-Xfmb4q5QV7uqTlVdMSTtO5eF4DCHfNOdaPyKlbFShkzeNP+3lj3yjjcbdjSmEY4+pDBKJ9g26aP+ImTe88UHoQ==" + } + }, + "npm:available-typed-arrays": { + "type": "npm", + "name": "npm:available-typed-arrays", + "data": { + "version": "1.0.7", + "packageName": "available-typed-arrays", + "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" + } + }, + "npm:axios": { + "type": "npm", + "name": "npm:axios", + "data": { + "version": "1.6.8", + "packageName": "axios", + "hash": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==" + } + }, + "npm:axobject-query": { + "type": "npm", + "name": "npm:axobject-query", + "data": { + "version": "4.0.0", + "packageName": "axobject-query", + "hash": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==" + } + }, + "npm:babel-plugin-add-module-exports": { + "type": "npm", + "name": "npm:babel-plugin-add-module-exports", + "data": { + "version": "0.2.1", + "packageName": "babel-plugin-add-module-exports", + "hash": "sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==" + } + }, + "npm:babel-plugin-polyfill-corejs2": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs2", + "data": { + "version": "0.4.10", + "packageName": "babel-plugin-polyfill-corejs2", + "hash": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==" + } + }, + "npm:babel-plugin-polyfill-corejs3": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs3", + "data": { + "version": "0.10.4", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" + } + }, + "npm:babel-plugin-polyfill-regenerator": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-regenerator", + "data": { + "version": "0.6.1", + "packageName": "babel-plugin-polyfill-regenerator", + "hash": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==" + } + }, + "npm:babylon": { + "type": "npm", + "name": "npm:babylon", + "data": { + "version": "6.18.0", + "packageName": "babylon", + "hash": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + } + }, + "npm:balanced-match": { + "type": "npm", + "name": "npm:balanced-match", + "data": { + "version": "1.0.2", + "packageName": "balanced-match", + "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + } + }, + "npm:base64-js": { + "type": "npm", + "name": "npm:base64-js", + "data": { + "version": "1.5.1", + "packageName": "base64-js", + "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + } + }, + "npm:binary-extensions": { + "type": "npm", + "name": "npm:binary-extensions", + "data": { + "version": "2.3.0", + "packageName": "binary-extensions", + "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" + } + }, + "npm:bl": { + "type": "npm", + "name": "npm:bl", + "data": { + "version": "4.1.0", + "packageName": "bl", + "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" + } + }, + "npm:bole": { + "type": "npm", + "name": "npm:bole", + "data": { + "version": "5.0.11", + "packageName": "bole", + "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" + } + }, + "npm:brace-expansion@1.1.11": { + "type": "npm", + "name": "npm:brace-expansion@1.1.11", + "data": { + "version": "1.1.11", + "packageName": "brace-expansion", + "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + } + }, + "npm:brace-expansion": { + "type": "npm", + "name": "npm:brace-expansion", + "data": { + "version": "2.0.1", + "packageName": "brace-expansion", + "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + } + }, + "npm:braces": { + "type": "npm", + "name": "npm:braces", + "data": { + "version": "3.0.2", + "packageName": "braces", + "hash": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" + } + }, + "npm:browserslist": { + "type": "npm", + "name": "npm:browserslist", + "data": { + "version": "4.23.0", + "packageName": "browserslist", + "hash": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==" + } + }, + "npm:buffer-from": { + "type": "npm", + "name": "npm:buffer-from", + "data": { + "version": "1.1.2", + "packageName": "buffer-from", + "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + } + }, + "npm:buffer": { + "type": "npm", + "name": "npm:buffer", + "data": { + "version": "5.7.1", + "packageName": "buffer", + "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + } + }, + "npm:builtin-modules": { + "type": "npm", + "name": "npm:builtin-modules", + "data": { + "version": "3.3.0", + "packageName": "builtin-modules", + "hash": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" + } + }, + "npm:builtins": { + "type": "npm", + "name": "npm:builtins", + "data": { + "version": "5.0.1", + "packageName": "builtins", + "hash": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==" + } + }, + "npm:bytes-iec": { + "type": "npm", + "name": "npm:bytes-iec", + "data": { + "version": "3.1.1", + "packageName": "bytes-iec", + "hash": "sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==" + } + }, + "npm:cac": { + "type": "npm", + "name": "npm:cac", + "data": { + "version": "6.7.14", + "packageName": "cac", + "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" + } + }, + "npm:call-bind": { + "type": "npm", + "name": "npm:call-bind", + "data": { + "version": "1.0.7", + "packageName": "call-bind", + "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" + } + }, + "npm:caniuse-lite": { + "type": "npm", + "name": "npm:caniuse-lite", + "data": { + "version": "1.0.30001600", + "packageName": "caniuse-lite", + "hash": "sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==" + } + }, + "npm:chai": { + "type": "npm", + "name": "npm:chai", + "data": { + "version": "4.4.1", + "packageName": "chai", + "hash": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==" + } + }, + "npm:chalk@2.4.2": { + "type": "npm", + "name": "npm:chalk@2.4.2", + "data": { + "version": "2.4.2", + "packageName": "chalk", + "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" + } + }, + "npm:chalk@3.0.0": { + "type": "npm", + "name": "npm:chalk@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "chalk", + "hash": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" + } + }, + "npm:chalk@4.1.2": { + "type": "npm", + "name": "npm:chalk@4.1.2", + "data": { + "version": "4.1.2", + "packageName": "chalk", + "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + } + }, + "npm:chalk": { + "type": "npm", + "name": "npm:chalk", + "data": { + "version": "5.3.0", + "packageName": "chalk", + "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" + } + }, + "npm:check-error": { + "type": "npm", + "name": "npm:check-error", + "data": { + "version": "1.0.3", + "packageName": "check-error", + "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" + } + }, + "npm:chokidar": { + "type": "npm", + "name": "npm:chokidar", + "data": { + "version": "3.6.0", + "packageName": "chokidar", + "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" + } + }, + "npm:ci-env": { + "type": "npm", + "name": "npm:ci-env", + "data": { + "version": "1.17.0", + "packageName": "ci-env", + "hash": "sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==" + } + }, + "npm:clean-stack": { + "type": "npm", + "name": "npm:clean-stack", + "data": { + "version": "2.2.0", + "packageName": "clean-stack", + "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + } + }, + "npm:cli-cursor": { + "type": "npm", + "name": "npm:cli-cursor", + "data": { + "version": "3.1.0", + "packageName": "cli-cursor", + "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" + } + }, + "npm:cli-cursor@4.0.0": { + "type": "npm", + "name": "npm:cli-cursor@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "cli-cursor", + "hash": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==" + } + }, + "npm:cli-spinners": { + "type": "npm", + "name": "npm:cli-spinners", + "data": { + "version": "2.6.1", + "packageName": "cli-spinners", + "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" + } + }, + "npm:cli-truncate": { + "type": "npm", + "name": "npm:cli-truncate", + "data": { + "version": "4.0.0", + "packageName": "cli-truncate", + "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" + } + }, + "npm:cliui": { + "type": "npm", + "name": "npm:cliui", + "data": { + "version": "8.0.1", + "packageName": "cliui", + "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" + } + }, + "npm:clone": { + "type": "npm", + "name": "npm:clone", + "data": { + "version": "1.0.4", + "packageName": "clone", + "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" + } + }, + "npm:code-red": { + "type": "npm", + "name": "npm:code-red", + "data": { + "version": "1.0.4", + "packageName": "code-red", + "hash": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==" + } + }, + "npm:color-convert@1.9.3": { + "type": "npm", + "name": "npm:color-convert@1.9.3", + "data": { + "version": "1.9.3", + "packageName": "color-convert", + "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" + } + }, + "npm:color-convert": { + "type": "npm", + "name": "npm:color-convert", + "data": { + "version": "2.0.1", + "packageName": "color-convert", + "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" + } + }, + "npm:color-name@1.1.3": { + "type": "npm", + "name": "npm:color-name@1.1.3", + "data": { + "version": "1.1.3", + "packageName": "color-name", + "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + } + }, + "npm:color-name": { + "type": "npm", + "name": "npm:color-name", + "data": { + "version": "1.1.4", + "packageName": "color-name", + "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + } + }, + "npm:colorette": { + "type": "npm", + "name": "npm:colorette", + "data": { + "version": "2.0.20", + "packageName": "colorette", + "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + } + }, + "npm:colors": { + "type": "npm", + "name": "npm:colors", + "data": { + "version": "1.2.5", + "packageName": "colors", + "hash": "sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==" + } + }, + "npm:combined-stream": { + "type": "npm", + "name": "npm:combined-stream", + "data": { + "version": "1.0.8", + "packageName": "combined-stream", + "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" + } + }, + "npm:commander@11.1.0": { + "type": "npm", + "name": "npm:commander@11.1.0", + "data": { + "version": "11.1.0", + "packageName": "commander", + "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" + } + }, + "npm:commander": { + "type": "npm", + "name": "npm:commander", + "data": { + "version": "12.0.0", + "packageName": "commander", + "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" + } + }, + "npm:commander@2.20.3": { + "type": "npm", + "name": "npm:commander@2.20.3", + "data": { + "version": "2.20.3", + "packageName": "commander", + "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + } + }, + "npm:commander@4.1.1": { + "type": "npm", + "name": "npm:commander@4.1.1", + "data": { + "version": "4.1.1", + "packageName": "commander", + "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + } + }, + "npm:commander@9.5.0": { + "type": "npm", + "name": "npm:commander@9.5.0", + "data": { + "version": "9.5.0", + "packageName": "commander", + "hash": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" + } + }, + "npm:commondir": { + "type": "npm", + "name": "npm:commondir", + "data": { + "version": "1.0.1", + "packageName": "commondir", + "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + } + }, + "npm:compare-func": { + "type": "npm", + "name": "npm:compare-func", + "data": { + "version": "2.0.0", + "packageName": "compare-func", + "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" + } + }, + "npm:compose-function": { + "type": "npm", + "name": "npm:compose-function", + "data": { + "version": "3.0.3", + "packageName": "compose-function", + "hash": "sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==" + } + }, + "npm:computeds": { + "type": "npm", + "name": "npm:computeds", + "data": { + "version": "0.0.1", + "packageName": "computeds", + "hash": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==" + } + }, + "npm:concat-map": { + "type": "npm", + "name": "npm:concat-map", + "data": { + "version": "0.0.1", + "packageName": "concat-map", + "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + } + }, + "npm:conventional-changelog-angular": { + "type": "npm", + "name": "npm:conventional-changelog-angular", + "data": { + "version": "7.0.0", + "packageName": "conventional-changelog-angular", + "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" + } + }, + "npm:conventional-commits-parser": { + "type": "npm", + "name": "npm:conventional-commits-parser", + "data": { + "version": "5.0.0", + "packageName": "conventional-commits-parser", + "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" + } + }, + "npm:convert-source-map": { + "type": "npm", + "name": "npm:convert-source-map", + "data": { + "version": "2.0.0", + "packageName": "convert-source-map", + "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + } + }, + "npm:core-js-compat": { + "type": "npm", + "name": "npm:core-js-compat", + "data": { + "version": "3.36.1", + "packageName": "core-js-compat", + "hash": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==" + } + }, + "npm:core-util-is": { + "type": "npm", + "name": "npm:core-util-is", + "data": { + "version": "1.0.3", + "packageName": "core-util-is", + "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + } + }, + "npm:cross-spawn@5.1.0": { + "type": "npm", + "name": "npm:cross-spawn@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "cross-spawn", + "hash": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==" + } + }, + "npm:cross-spawn": { + "type": "npm", + "name": "npm:cross-spawn", + "data": { + "version": "7.0.3", + "packageName": "cross-spawn", + "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" + } + }, + "npm:crypto-random-string": { + "type": "npm", + "name": "npm:crypto-random-string", + "data": { + "version": "2.0.0", + "packageName": "crypto-random-string", + "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + } + }, + "npm:css-tree": { + "type": "npm", + "name": "npm:css-tree", + "data": { + "version": "2.3.1", + "packageName": "css-tree", + "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" + } + }, + "npm:css.escape": { + "type": "npm", + "name": "npm:css.escape", + "data": { + "version": "1.5.1", + "packageName": "css.escape", + "hash": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" + } + }, + "npm:cssstyle": { + "type": "npm", + "name": "npm:cssstyle", + "data": { + "version": "4.0.1", + "packageName": "cssstyle", + "hash": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==" + } + }, + "npm:csstype": { + "type": "npm", + "name": "npm:csstype", + "data": { + "version": "3.1.3", + "packageName": "csstype", + "hash": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + } + }, + "npm:current-git-branch": { + "type": "npm", + "name": "npm:current-git-branch", + "data": { + "version": "1.1.0", + "packageName": "current-git-branch", + "hash": "sha512-n5mwGZllLsFzxDPtTmadqGe4IIBPfqPbiIRX4xgFR9VK/Bx47U+94KiVkxSKAKN6/s43TlkztS2GZpgMKzwQ8A==" + } + }, + "npm:data-uri-to-buffer": { + "type": "npm", + "name": "npm:data-uri-to-buffer", + "data": { + "version": "3.0.1", + "packageName": "data-uri-to-buffer", + "hash": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" + } + }, + "npm:data-urls": { + "type": "npm", + "name": "npm:data-urls", + "data": { + "version": "5.0.0", + "packageName": "data-urls", + "hash": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" + } + }, + "npm:de-indent": { + "type": "npm", + "name": "npm:de-indent", + "data": { + "version": "1.0.2", + "packageName": "de-indent", + "hash": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==" + } + }, + "npm:debug": { + "type": "npm", + "name": "npm:debug", + "data": { + "version": "4.3.4", + "packageName": "debug", + "hash": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" + } + }, + "npm:decimal.js": { + "type": "npm", + "name": "npm:decimal.js", + "data": { + "version": "10.4.3", + "packageName": "decimal.js", + "hash": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" + } + }, + "npm:deep-eql": { + "type": "npm", + "name": "npm:deep-eql", + "data": { + "version": "4.1.3", + "packageName": "deep-eql", + "hash": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==" + } + }, + "npm:deep-equal": { + "type": "npm", + "name": "npm:deep-equal", + "data": { + "version": "2.2.3", + "packageName": "deep-equal", + "hash": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==" + } + }, + "npm:deep-freeze": { + "type": "npm", + "name": "npm:deep-freeze", + "data": { + "version": "0.0.1", + "packageName": "deep-freeze", + "hash": "sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==" + } + }, + "npm:deepmerge": { + "type": "npm", + "name": "npm:deepmerge", + "data": { + "version": "4.3.1", + "packageName": "deepmerge", + "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" + } + }, + "npm:defaults": { + "type": "npm", + "name": "npm:defaults", + "data": { + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + } + }, + "npm:define-data-property": { + "type": "npm", + "name": "npm:define-data-property", + "data": { + "version": "1.1.4", + "packageName": "define-data-property", + "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" + } + }, + "npm:define-lazy-prop": { + "type": "npm", + "name": "npm:define-lazy-prop", + "data": { + "version": "2.0.0", + "packageName": "define-lazy-prop", + "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" + } + }, + "npm:define-properties": { + "type": "npm", + "name": "npm:define-properties", + "data": { + "version": "1.2.1", + "packageName": "define-properties", + "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" + } + }, + "npm:delayed-stream": { + "type": "npm", + "name": "npm:delayed-stream", + "data": { + "version": "1.0.0", + "packageName": "delayed-stream", + "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + } + }, + "npm:dequal": { + "type": "npm", + "name": "npm:dequal", + "data": { + "version": "2.0.3", + "packageName": "dequal", + "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" + } + }, + "npm:detect-file": { + "type": "npm", + "name": "npm:detect-file", + "data": { + "version": "1.0.0", + "packageName": "detect-file", + "hash": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==" + } + }, + "npm:dettle": { + "type": "npm", + "name": "npm:dettle", + "data": { + "version": "1.0.1", + "packageName": "dettle", + "hash": "sha512-/oD3At60ZfhgzpofJtyClNTrIACyMdRe+ih0YiHzAniN0IZnLdLpEzgR6RtGs3kowxUkTnvV/4t1FBxXMUdusQ==" + } + }, + "npm:diff-sequences": { + "type": "npm", + "name": "npm:diff-sequences", + "data": { + "version": "29.6.3", + "packageName": "diff-sequences", + "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" + } + }, + "npm:dom-accessibility-api@0.5.16": { + "type": "npm", + "name": "npm:dom-accessibility-api@0.5.16", + "data": { + "version": "0.5.16", + "packageName": "dom-accessibility-api", + "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" + } + }, + "npm:dom-accessibility-api": { + "type": "npm", + "name": "npm:dom-accessibility-api", + "data": { + "version": "0.6.3", + "packageName": "dom-accessibility-api", + "hash": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" + } + }, + "npm:dot-prop": { + "type": "npm", + "name": "npm:dot-prop", + "data": { + "version": "5.3.0", + "packageName": "dot-prop", + "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" + } + }, + "npm:dotenv-expand": { + "type": "npm", + "name": "npm:dotenv-expand", + "data": { + "version": "10.0.0", + "packageName": "dotenv-expand", + "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" + } + }, + "npm:dotenv": { + "type": "npm", + "name": "npm:dotenv", + "data": { + "version": "16.3.2", + "packageName": "dotenv", + "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" + } + }, + "npm:duplexer2": { + "type": "npm", + "name": "npm:duplexer2", + "data": { + "version": "0.1.4", + "packageName": "duplexer2", + "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" + } + }, + "npm:duplexer": { + "type": "npm", + "name": "npm:duplexer", + "data": { + "version": "0.1.2", + "packageName": "duplexer", + "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + } + }, + "npm:eastasianwidth": { + "type": "npm", + "name": "npm:eastasianwidth", + "data": { + "version": "0.2.0", + "packageName": "eastasianwidth", + "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + } + }, + "npm:easy-table": { + "type": "npm", + "name": "npm:easy-table", + "data": { + "version": "1.2.0", + "packageName": "easy-table", + "hash": "sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==" + } + }, + "npm:electron-to-chromium": { + "type": "npm", + "name": "npm:electron-to-chromium", + "data": { + "version": "1.4.716", + "packageName": "electron-to-chromium", + "hash": "sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw==" + } + }, + "npm:emoji-regex@10.3.0": { + "type": "npm", + "name": "npm:emoji-regex@10.3.0", + "data": { + "version": "10.3.0", + "packageName": "emoji-regex", + "hash": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" + } + }, + "npm:emoji-regex": { + "type": "npm", + "name": "npm:emoji-regex", + "data": { + "version": "8.0.0", + "packageName": "emoji-regex", + "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + } + }, + "npm:emoji-regex@9.2.2": { + "type": "npm", + "name": "npm:emoji-regex@9.2.2", + "data": { + "version": "9.2.2", + "packageName": "emoji-regex", + "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + } + }, + "npm:encode-registry": { + "type": "npm", + "name": "npm:encode-registry", + "data": { + "version": "3.0.1", + "packageName": "encode-registry", + "hash": "sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==" + } + }, + "npm:end-of-stream": { + "type": "npm", + "name": "npm:end-of-stream", + "data": { + "version": "1.4.4", + "packageName": "end-of-stream", + "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" + } + }, + "npm:enquirer": { + "type": "npm", + "name": "npm:enquirer", + "data": { + "version": "2.3.6", + "packageName": "enquirer", + "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + } + }, + "npm:entities": { + "type": "npm", + "name": "npm:entities", + "data": { + "version": "4.5.0", + "packageName": "entities", + "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + } + }, + "npm:err-code": { + "type": "npm", + "name": "npm:err-code", + "data": { + "version": "2.0.3", + "packageName": "err-code", + "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" + } + }, + "npm:error-ex": { + "type": "npm", + "name": "npm:error-ex", + "data": { + "version": "1.3.2", + "packageName": "error-ex", + "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" + } + }, + "npm:es-define-property": { + "type": "npm", + "name": "npm:es-define-property", + "data": { + "version": "1.0.0", + "packageName": "es-define-property", + "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" + } + }, + "npm:es-errors": { + "type": "npm", + "name": "npm:es-errors", + "data": { + "version": "1.3.0", + "packageName": "es-errors", + "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + } + }, + "npm:es-get-iterator": { + "type": "npm", + "name": "npm:es-get-iterator", + "data": { + "version": "1.1.3", + "packageName": "es-get-iterator", + "hash": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==" + } + }, + "npm:esbuild-register": { + "type": "npm", + "name": "npm:esbuild-register", + "data": { + "version": "3.5.0", + "packageName": "esbuild-register", + "hash": "sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==" + } + }, + "npm:esbuild": { + "type": "npm", + "name": "npm:esbuild", + "data": { + "version": "0.20.2", + "packageName": "esbuild", + "hash": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==" + } + }, + "npm:escalade": { + "type": "npm", + "name": "npm:escalade", + "data": { + "version": "3.1.2", + "packageName": "escalade", + "hash": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" + } + }, + "npm:escape-string-regexp": { + "type": "npm", + "name": "npm:escape-string-regexp", + "data": { + "version": "1.0.5", + "packageName": "escape-string-regexp", + "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" + } + }, + "npm:esprima": { + "type": "npm", + "name": "npm:esprima", + "data": { + "version": "4.0.1", + "packageName": "esprima", + "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + } + }, + "npm:estree-walker": { + "type": "npm", + "name": "npm:estree-walker", + "data": { + "version": "2.0.2", + "packageName": "estree-walker", + "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + } + }, + "npm:estree-walker@3.0.3": { + "type": "npm", + "name": "npm:estree-walker@3.0.3", + "data": { + "version": "3.0.3", + "packageName": "estree-walker", + "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" + } + }, + "npm:esutils": { + "type": "npm", + "name": "npm:esutils", + "data": { + "version": "2.0.3", + "packageName": "esutils", + "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + } + }, + "npm:eventemitter3": { + "type": "npm", + "name": "npm:eventemitter3", + "data": { + "version": "5.0.1", + "packageName": "eventemitter3", + "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + } + }, + "npm:execa@0.6.3": { + "type": "npm", + "name": "npm:execa@0.6.3", + "data": { + "version": "0.6.3", + "packageName": "execa", + "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" + } + }, + "npm:execa": { + "type": "npm", + "name": "npm:execa", + "data": { + "version": "8.0.1", + "packageName": "execa", + "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" + } + }, + "npm:expand-tilde": { + "type": "npm", + "name": "npm:expand-tilde", + "data": { + "version": "2.0.2", + "packageName": "expand-tilde", + "hash": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==" + } + }, + "npm:extend": { + "type": "npm", + "name": "npm:extend", + "data": { + "version": "3.0.2", + "packageName": "extend", + "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + } + }, + "npm:fast-deep-equal": { + "type": "npm", + "name": "npm:fast-deep-equal", + "data": { + "version": "3.1.3", + "packageName": "fast-deep-equal", + "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + } + }, + "npm:fast-glob": { + "type": "npm", + "name": "npm:fast-glob", + "data": { + "version": "3.3.2", + "packageName": "fast-glob", + "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + } + }, + "npm:fast-ignore": { + "type": "npm", + "name": "npm:fast-ignore", + "data": { + "version": "1.1.1", + "packageName": "fast-ignore", + "hash": "sha512-Gnvido88waUVtlDv/6VBeXv0TAlQK5lheknMwzHx9948B7uOFjyyLXsYBXixDScEXJB5fMjy4G1OOTH59VKvUA==" + } + }, + "npm:fast-json-stable-stringify": { + "type": "npm", + "name": "npm:fast-json-stable-stringify", + "data": { + "version": "2.1.0", + "packageName": "fast-json-stable-stringify", + "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + } + }, + "npm:fast-safe-stringify": { + "type": "npm", + "name": "npm:fast-safe-stringify", + "data": { + "version": "2.1.1", + "packageName": "fast-safe-stringify", + "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + } + }, + "npm:fast-string-truncated-width": { + "type": "npm", + "name": "npm:fast-string-truncated-width", + "data": { + "version": "1.1.0", + "packageName": "fast-string-truncated-width", + "hash": "sha512-FfsFREOllHpnSl6cxpLi6wvqd9UebrZPxWlOJCCcWoOJzy02xyjPbafF9tyg2Usnf3GLmRr5Q6s7n+GO+6VB5A==" + } + }, + "npm:fast-string-width": { + "type": "npm", + "name": "npm:fast-string-width", + "data": { + "version": "1.0.5", + "packageName": "fast-string-width", + "hash": "sha512-rO3M39p2w0AaF81drD42Q+v77cyhUKWixavoTAsORzYtjMIHhZ33KgdsjEaxMBwI0zI0zLUNBL0CYqVMipXp4g==" + } + }, + "npm:fastq": { + "type": "npm", + "name": "npm:fastq", + "data": { + "version": "1.17.1", + "packageName": "fastq", + "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" + } + }, + "npm:fetch-blob": { + "type": "npm", + "name": "npm:fetch-blob", + "data": { + "version": "2.1.2", + "packageName": "fetch-blob", + "hash": "sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==" + } + }, + "npm:figures": { + "type": "npm", + "name": "npm:figures", + "data": { + "version": "3.2.0", + "packageName": "figures", + "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" + } + }, + "npm:fill-range": { + "type": "npm", + "name": "npm:fill-range", + "data": { + "version": "7.0.1", + "packageName": "fill-range", + "hash": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" + } + }, + "npm:filter-iterator": { + "type": "npm", + "name": "npm:filter-iterator", + "data": { + "version": "0.0.1", + "packageName": "filter-iterator", + "hash": "sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==" + } + }, + "npm:filter-obj": { + "type": "npm", + "name": "npm:filter-obj", + "data": { + "version": "1.1.0", + "packageName": "filter-obj", + "hash": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==" + } + }, + "npm:find-up-json": { + "type": "npm", + "name": "npm:find-up-json", + "data": { + "version": "2.0.4", + "packageName": "find-up-json", + "hash": "sha512-ABaCm3V1H5UYRHtClHvFFyxPIAC/bxd43tKwmcSco8/EuM5O7zDL2R7ORaA+rEltwgxoNOIK8LQFwQUfA/2GIw==" + } + }, + "npm:find-up-path": { + "type": "npm", + "name": "npm:find-up-path", + "data": { + "version": "1.0.0", + "packageName": "find-up-path", + "hash": "sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==" + } + }, + "npm:findup-sync": { + "type": "npm", + "name": "npm:findup-sync", + "data": { + "version": "5.0.0", + "packageName": "findup-sync", + "hash": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==" + } + }, + "npm:fined": { + "type": "npm", + "name": "npm:fined", + "data": { + "version": "2.0.0", + "packageName": "fined", + "hash": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==" + } + }, + "npm:flagged-respawn": { + "type": "npm", + "name": "npm:flagged-respawn", + "data": { + "version": "2.0.0", + "packageName": "flagged-respawn", + "hash": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==" + } + }, + "npm:flat": { + "type": "npm", + "name": "npm:flat", + "data": { + "version": "5.0.2", + "packageName": "flat", + "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" + } + }, + "npm:follow-redirects": { + "type": "npm", + "name": "npm:follow-redirects", + "data": { + "version": "1.15.6", + "packageName": "follow-redirects", + "hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" + } + }, + "npm:for-each": { + "type": "npm", + "name": "npm:for-each", + "data": { + "version": "0.3.3", + "packageName": "for-each", + "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" + } + }, + "npm:for-in": { + "type": "npm", + "name": "npm:for-in", + "data": { + "version": "1.0.2", + "packageName": "for-in", + "hash": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==" + } + }, + "npm:for-own": { + "type": "npm", + "name": "npm:for-own", + "data": { + "version": "1.0.0", + "packageName": "for-own", + "hash": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==" + } + }, + "npm:foreground-child": { + "type": "npm", + "name": "npm:foreground-child", + "data": { + "version": "3.1.1", + "packageName": "foreground-child", + "hash": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==" + } + }, + "npm:form-data": { + "type": "npm", + "name": "npm:form-data", + "data": { + "version": "4.0.0", + "packageName": "form-data", + "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" + } + }, + "npm:fs-constants": { + "type": "npm", + "name": "npm:fs-constants", + "data": { + "version": "1.0.0", + "packageName": "fs-constants", + "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + } + }, + "npm:fs-extra@10.1.0": { + "type": "npm", + "name": "npm:fs-extra@10.1.0", + "data": { + "version": "10.1.0", + "packageName": "fs-extra", + "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" + } + }, + "npm:fs-extra": { + "type": "npm", + "name": "npm:fs-extra", + "data": { + "version": "11.2.0", + "packageName": "fs-extra", + "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" + } + }, + "npm:fs-extra@7.0.1": { + "type": "npm", + "name": "npm:fs-extra@7.0.1", + "data": { + "version": "7.0.1", + "packageName": "fs-extra", + "hash": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==" + } + }, + "npm:fs.realpath": { + "type": "npm", + "name": "npm:fs.realpath", + "data": { + "version": "1.0.0", + "packageName": "fs.realpath", + "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + } + }, + "npm:fsevents": { + "type": "npm", + "name": "npm:fsevents", + "data": { + "version": "2.3.3", + "packageName": "fsevents", + "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" + } + }, + "npm:function-bind": { + "type": "npm", + "name": "npm:function-bind", + "data": { + "version": "1.1.2", + "packageName": "function-bind", + "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + } + }, + "npm:functions-have-names": { + "type": "npm", + "name": "npm:functions-have-names", + "data": { + "version": "1.2.3", + "packageName": "functions-have-names", + "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" + } + }, + "npm:gensync": { + "type": "npm", + "name": "npm:gensync", + "data": { + "version": "1.0.0-beta.2", + "packageName": "gensync", + "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" + } + }, + "npm:get-caller-file": { + "type": "npm", + "name": "npm:get-caller-file", + "data": { + "version": "2.0.5", + "packageName": "get-caller-file", + "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + } + }, + "npm:get-current-package": { + "type": "npm", + "name": "npm:get-current-package", + "data": { + "version": "1.0.0", + "packageName": "get-current-package", + "hash": "sha512-mEZ43mmPMdRz+7vouBd/fhnEMRF0omBzcwwwf2GmbWSeZJGdWHRp9RGLZxW7ZnnZ14jPc3GreHh0s/7u7PZJpQ==" + } + }, + "npm:get-east-asian-width": { + "type": "npm", + "name": "npm:get-east-asian-width", + "data": { + "version": "1.2.0", + "packageName": "get-east-asian-width", + "hash": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==" + } + }, + "npm:get-func-name": { + "type": "npm", + "name": "npm:get-func-name", + "data": { + "version": "2.0.2", + "packageName": "get-func-name", + "hash": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" + } + }, + "npm:get-intrinsic": { + "type": "npm", + "name": "npm:get-intrinsic", + "data": { + "version": "1.2.4", + "packageName": "get-intrinsic", + "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" + } + }, + "npm:get-stream@3.0.0": { + "type": "npm", + "name": "npm:get-stream@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "get-stream", + "hash": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" + } + }, + "npm:get-stream": { + "type": "npm", + "name": "npm:get-stream", + "data": { + "version": "8.0.1", + "packageName": "get-stream", + "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" + } + }, + "npm:git-log-parser": { + "type": "npm", + "name": "npm:git-log-parser", + "data": { + "version": "1.2.0", + "packageName": "git-log-parser", + "hash": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==" + } + }, + "npm:glob-parent": { + "type": "npm", + "name": "npm:glob-parent", + "data": { + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + } + }, + "npm:glob@10.3.10": { + "type": "npm", + "name": "npm:glob@10.3.10", + "data": { + "version": "10.3.10", + "packageName": "glob", + "hash": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" + } + }, + "npm:glob@7.2.3": { + "type": "npm", + "name": "npm:glob@7.2.3", + "data": { + "version": "7.2.3", + "packageName": "glob", + "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + } + }, + "npm:glob": { + "type": "npm", + "name": "npm:glob", + "data": { + "version": "8.1.0", + "packageName": "glob", + "hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" + } + }, + "npm:global-modules": { + "type": "npm", + "name": "npm:global-modules", + "data": { + "version": "1.0.0", + "packageName": "global-modules", + "hash": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==" + } + }, + "npm:global-prefix": { + "type": "npm", + "name": "npm:global-prefix", + "data": { + "version": "1.0.2", + "packageName": "global-prefix", + "hash": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==" + } + }, + "npm:globals": { + "type": "npm", + "name": "npm:globals", + "data": { + "version": "11.12.0", + "packageName": "globals", + "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + } + }, + "npm:globby": { + "type": "npm", + "name": "npm:globby", + "data": { + "version": "14.0.1", + "packageName": "globby", + "hash": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==" + } + }, + "npm:globrex": { + "type": "npm", + "name": "npm:globrex", + "data": { + "version": "0.1.2", + "packageName": "globrex", + "hash": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==" + } + }, + "npm:gopd": { + "type": "npm", + "name": "npm:gopd", + "data": { + "version": "1.0.1", + "packageName": "gopd", + "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" + } + }, + "npm:graceful-fs": { + "type": "npm", + "name": "npm:graceful-fs", + "data": { + "version": "4.2.11", + "packageName": "graceful-fs", + "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + } + }, + "npm:grammex": { + "type": "npm", + "name": "npm:grammex", + "data": { + "version": "3.1.3", + "packageName": "grammex", + "hash": "sha512-rUZoJJQguOCaAMTuoyxs40OxqSLgVhzCCwDn1mbp2vETWutv/TmgAz7KxMR8Tz4z4cty/zIh88HrOWKqWgeGjg==" + } + }, + "npm:has-bigints": { + "type": "npm", + "name": "npm:has-bigints", + "data": { + "version": "1.0.2", + "packageName": "has-bigints", + "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" + } + }, + "npm:has-flag@3.0.0": { + "type": "npm", + "name": "npm:has-flag@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "has-flag", + "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + } + }, + "npm:has-flag": { + "type": "npm", + "name": "npm:has-flag", + "data": { + "version": "4.0.0", + "packageName": "has-flag", + "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + } + }, + "npm:has-own-property": { + "type": "npm", + "name": "npm:has-own-property", + "data": { + "version": "0.1.0", + "packageName": "has-own-property", + "hash": "sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==" + } + }, + "npm:has-property-descriptors": { + "type": "npm", + "name": "npm:has-property-descriptors", + "data": { + "version": "1.0.2", + "packageName": "has-property-descriptors", + "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" + } + }, + "npm:has-proto": { + "type": "npm", + "name": "npm:has-proto", + "data": { + "version": "1.0.3", + "packageName": "has-proto", + "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" + } + }, + "npm:has-symbols": { + "type": "npm", + "name": "npm:has-symbols", + "data": { + "version": "1.0.3", + "packageName": "has-symbols", + "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + } + }, + "npm:has-tostringtag": { + "type": "npm", + "name": "npm:has-tostringtag", + "data": { + "version": "1.0.2", + "packageName": "has-tostringtag", + "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" + } + }, + "npm:hasown": { + "type": "npm", + "name": "npm:hasown", + "data": { + "version": "2.0.2", + "packageName": "hasown", + "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" + } + }, + "npm:he": { + "type": "npm", + "name": "npm:he", + "data": { + "version": "1.2.0", + "packageName": "he", + "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + } + }, + "npm:homedir-polyfill": { + "type": "npm", + "name": "npm:homedir-polyfill", + "data": { + "version": "1.0.3", + "packageName": "homedir-polyfill", + "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" + } + }, + "npm:hosted-git-info@4.1.0": { + "type": "npm", + "name": "npm:hosted-git-info@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "hosted-git-info", + "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" + } + }, + "npm:hosted-git-info": { + "type": "npm", + "name": "npm:hosted-git-info", + "data": { + "version": "7.0.1", + "packageName": "hosted-git-info", + "hash": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==" + } + }, + "npm:html-encoding-sniffer": { + "type": "npm", + "name": "npm:html-encoding-sniffer", + "data": { + "version": "4.0.0", + "packageName": "html-encoding-sniffer", + "hash": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" + } + }, + "npm:http-proxy-agent": { + "type": "npm", + "name": "npm:http-proxy-agent", + "data": { + "version": "7.0.2", + "packageName": "http-proxy-agent", + "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" + } + }, + "npm:https-proxy-agent": { + "type": "npm", + "name": "npm:https-proxy-agent", + "data": { + "version": "7.0.4", + "packageName": "https-proxy-agent", + "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" + } + }, + "npm:human-signals": { + "type": "npm", + "name": "npm:human-signals", + "data": { + "version": "5.0.0", + "packageName": "human-signals", + "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" + } + }, + "npm:husky": { + "type": "npm", + "name": "npm:husky", + "data": { + "version": "9.0.11", + "packageName": "husky", + "hash": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==" + } + }, + "npm:iconv-lite": { + "type": "npm", + "name": "npm:iconv-lite", + "data": { + "version": "0.6.3", + "packageName": "iconv-lite", + "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" + } + }, + "npm:identity-function": { + "type": "npm", + "name": "npm:identity-function", + "data": { + "version": "1.0.0", + "packageName": "identity-function", + "hash": "sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==" + } + }, + "npm:ieee754": { + "type": "npm", + "name": "npm:ieee754", + "data": { + "version": "1.2.1", + "packageName": "ieee754", + "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + } + }, + "npm:ignore": { + "type": "npm", + "name": "npm:ignore", + "data": { + "version": "5.3.1", + "packageName": "ignore", + "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" + } + }, + "npm:import-lazy": { + "type": "npm", + "name": "npm:import-lazy", + "data": { + "version": "4.0.0", + "packageName": "import-lazy", + "hash": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==" + } + }, + "npm:import-meta-resolve": { + "type": "npm", + "name": "npm:import-meta-resolve", + "data": { + "version": "4.0.0", + "packageName": "import-meta-resolve", + "hash": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==" + } + }, + "npm:indent-string": { + "type": "npm", + "name": "npm:indent-string", + "data": { + "version": "4.0.0", + "packageName": "indent-string", + "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + } + }, + "npm:individual": { + "type": "npm", + "name": "npm:individual", + "data": { + "version": "3.0.0", + "packageName": "individual", + "hash": "sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==" + } + }, + "npm:inflight": { + "type": "npm", + "name": "npm:inflight", + "data": { + "version": "1.0.6", + "packageName": "inflight", + "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" + } + }, + "npm:inherits": { + "type": "npm", + "name": "npm:inherits", + "data": { + "version": "2.0.4", + "packageName": "inherits", + "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + } + }, + "npm:ini-simple-parser": { + "type": "npm", + "name": "npm:ini-simple-parser", + "data": { + "version": "1.0.0", + "packageName": "ini-simple-parser", + "hash": "sha512-cZUGzkBd1W8FoIbFNMbscMvIGwp+riO/4PaPAy2owQp0sja+ni6Yty11GBNnxaI1ePkSVXzPb8iMOOYuYw/MOQ==" + } + }, + "npm:ini": { + "type": "npm", + "name": "npm:ini", + "data": { + "version": "1.3.8", + "packageName": "ini", + "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + } + }, + "npm:internal-slot": { + "type": "npm", + "name": "npm:internal-slot", + "data": { + "version": "1.0.7", + "packageName": "internal-slot", + "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" + } + }, + "npm:interpret": { + "type": "npm", + "name": "npm:interpret", + "data": { + "version": "3.1.1", + "packageName": "interpret", + "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" + } + }, + "npm:ionstore": { + "type": "npm", + "name": "npm:ionstore", + "data": { + "version": "1.0.0", + "packageName": "ionstore", + "hash": "sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==" + } + }, + "npm:is-absolute": { + "type": "npm", + "name": "npm:is-absolute", + "data": { + "version": "1.0.0", + "packageName": "is-absolute", + "hash": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==" + } + }, + "npm:is-arguments": { + "type": "npm", + "name": "npm:is-arguments", + "data": { + "version": "1.1.1", + "packageName": "is-arguments", + "hash": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==" + } + }, + "npm:is-array-buffer": { + "type": "npm", + "name": "npm:is-array-buffer", + "data": { + "version": "3.0.4", + "packageName": "is-array-buffer", + "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" + } + }, + "npm:is-arrayish": { + "type": "npm", + "name": "npm:is-arrayish", + "data": { + "version": "0.2.1", + "packageName": "is-arrayish", + "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + } + }, + "npm:is-bigint": { + "type": "npm", + "name": "npm:is-bigint", + "data": { + "version": "1.0.4", + "packageName": "is-bigint", + "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" + } + }, + "npm:is-binary-path": { + "type": "npm", + "name": "npm:is-binary-path", + "data": { + "version": "2.1.0", + "packageName": "is-binary-path", + "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + } + }, + "npm:is-boolean-object": { + "type": "npm", + "name": "npm:is-boolean-object", + "data": { + "version": "1.1.2", + "packageName": "is-boolean-object", + "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" + } + }, + "npm:is-builtin-module": { + "type": "npm", + "name": "npm:is-builtin-module", + "data": { + "version": "3.2.1", + "packageName": "is-builtin-module", + "hash": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" + } + }, + "npm:is-callable": { + "type": "npm", + "name": "npm:is-callable", + "data": { + "version": "1.2.7", + "packageName": "is-callable", + "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" + } + }, + "npm:is-core-module": { + "type": "npm", + "name": "npm:is-core-module", + "data": { + "version": "2.13.1", + "packageName": "is-core-module", + "hash": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" + } + }, + "npm:is-date-object": { + "type": "npm", + "name": "npm:is-date-object", + "data": { + "version": "1.0.5", + "packageName": "is-date-object", + "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" + } + }, + "npm:is-docker": { + "type": "npm", + "name": "npm:is-docker", + "data": { + "version": "2.2.1", + "packageName": "is-docker", + "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + } + }, + "npm:is-extglob": { + "type": "npm", + "name": "npm:is-extglob", + "data": { + "version": "2.1.1", + "packageName": "is-extglob", + "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + } + }, + "npm:is-fullwidth-code-point": { + "type": "npm", + "name": "npm:is-fullwidth-code-point", + "data": { + "version": "3.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + } + }, + "npm:is-fullwidth-code-point@4.0.0": { + "type": "npm", + "name": "npm:is-fullwidth-code-point@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" + } + }, + "npm:is-fullwidth-code-point@5.0.0": { + "type": "npm", + "name": "npm:is-fullwidth-code-point@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==" + } + }, + "npm:is-git-repository": { + "type": "npm", + "name": "npm:is-git-repository", + "data": { + "version": "1.1.1", + "packageName": "is-git-repository", + "hash": "sha512-hxLpJytJnIZ5Og5QsxSkzmb8Qx8rGau9bio1JN/QtXcGEFuSsQYau0IiqlsCwftsfVYjF1mOq6uLdmwNSspgpA==" + } + }, + "npm:is-glob": { + "type": "npm", + "name": "npm:is-glob", + "data": { + "version": "4.0.3", + "packageName": "is-glob", + "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + } + }, + "npm:is-interactive": { + "type": "npm", + "name": "npm:is-interactive", + "data": { + "version": "1.0.0", + "packageName": "is-interactive", + "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + } + }, + "npm:is-iterable": { + "type": "npm", + "name": "npm:is-iterable", + "data": { + "version": "1.1.1", + "packageName": "is-iterable", + "hash": "sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==" + } + }, + "npm:is-map": { + "type": "npm", + "name": "npm:is-map", + "data": { + "version": "2.0.3", + "packageName": "is-map", + "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" + } + }, + "npm:is-module": { + "type": "npm", + "name": "npm:is-module", + "data": { + "version": "1.0.0", + "packageName": "is-module", + "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" + } + }, + "npm:is-number-object": { + "type": "npm", + "name": "npm:is-number-object", + "data": { + "version": "1.0.7", + "packageName": "is-number-object", + "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" + } + }, + "npm:is-number": { + "type": "npm", + "name": "npm:is-number", + "data": { + "version": "4.0.0", + "packageName": "is-number", + "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + } + }, + "npm:is-number@7.0.0": { + "type": "npm", + "name": "npm:is-number@7.0.0", + "data": { + "version": "7.0.0", + "packageName": "is-number", + "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + } + }, + "npm:is-obj": { + "type": "npm", + "name": "npm:is-obj", + "data": { + "version": "2.0.0", + "packageName": "is-obj", + "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + } + }, + "npm:is-plain-object": { + "type": "npm", + "name": "npm:is-plain-object", + "data": { + "version": "5.0.0", + "packageName": "is-plain-object", + "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" + } + }, + "npm:is-potential-custom-element-name": { + "type": "npm", + "name": "npm:is-potential-custom-element-name", + "data": { + "version": "1.0.1", + "packageName": "is-potential-custom-element-name", + "hash": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + } + }, + "npm:is-reference": { + "type": "npm", + "name": "npm:is-reference", + "data": { + "version": "1.2.1", + "packageName": "is-reference", + "hash": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" + } + }, + "npm:is-reference@3.0.2": { + "type": "npm", + "name": "npm:is-reference@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "is-reference", + "hash": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==" + } + }, + "npm:is-regex": { + "type": "npm", + "name": "npm:is-regex", + "data": { + "version": "1.1.4", + "packageName": "is-regex", + "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" + } + }, + "npm:is-relative": { + "type": "npm", + "name": "npm:is-relative", + "data": { + "version": "1.0.0", + "packageName": "is-relative", + "hash": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==" + } + }, + "npm:is-set": { + "type": "npm", + "name": "npm:is-set", + "data": { + "version": "2.0.3", + "packageName": "is-set", + "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" + } + }, + "npm:is-shared-array-buffer": { + "type": "npm", + "name": "npm:is-shared-array-buffer", + "data": { + "version": "1.0.3", + "packageName": "is-shared-array-buffer", + "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" + } + }, + "npm:is-stream@1.1.0": { + "type": "npm", + "name": "npm:is-stream@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "is-stream", + "hash": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" + } + }, + "npm:is-stream": { + "type": "npm", + "name": "npm:is-stream", + "data": { + "version": "3.0.0", + "packageName": "is-stream", + "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + } + }, + "npm:is-string": { + "type": "npm", + "name": "npm:is-string", + "data": { + "version": "1.0.7", + "packageName": "is-string", + "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" + } + }, + "npm:is-symbol": { + "type": "npm", + "name": "npm:is-symbol", + "data": { + "version": "1.0.4", + "packageName": "is-symbol", + "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" + } + }, + "npm:is-text-path": { + "type": "npm", + "name": "npm:is-text-path", + "data": { + "version": "2.0.0", + "packageName": "is-text-path", + "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" + } + }, + "npm:is-unc-path": { + "type": "npm", + "name": "npm:is-unc-path", + "data": { + "version": "1.0.0", + "packageName": "is-unc-path", + "hash": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==" + } + }, + "npm:is-unicode-supported": { + "type": "npm", + "name": "npm:is-unicode-supported", + "data": { + "version": "0.1.0", + "packageName": "is-unicode-supported", + "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" + } + }, + "npm:is-weakmap": { + "type": "npm", + "name": "npm:is-weakmap", + "data": { + "version": "2.0.2", + "packageName": "is-weakmap", + "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" + } + }, + "npm:is-weakset": { + "type": "npm", + "name": "npm:is-weakset", + "data": { + "version": "2.0.3", + "packageName": "is-weakset", + "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" + } + }, + "npm:is-windows": { + "type": "npm", + "name": "npm:is-windows", + "data": { + "version": "1.0.2", + "packageName": "is-windows", + "hash": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + } + }, + "npm:is-wsl": { + "type": "npm", + "name": "npm:is-wsl", + "data": { + "version": "2.2.0", + "packageName": "is-wsl", + "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" + } + }, + "npm:isarray@1.0.0": { + "type": "npm", + "name": "npm:isarray@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "isarray", + "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + } + }, + "npm:isarray": { + "type": "npm", + "name": "npm:isarray", + "data": { + "version": "2.0.5", + "packageName": "isarray", + "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + } + }, + "npm:isexe": { + "type": "npm", + "name": "npm:isexe", + "data": { + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + } + }, + "npm:isexe@3.1.1": { + "type": "npm", + "name": "npm:isexe@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "isexe", + "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" + } + }, + "npm:isobject": { + "type": "npm", + "name": "npm:isobject", + "data": { + "version": "3.0.1", + "packageName": "isobject", + "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" + } + }, + "npm:iterable-lookahead": { + "type": "npm", + "name": "npm:iterable-lookahead", + "data": { + "version": "1.0.0", + "packageName": "iterable-lookahead", + "hash": "sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==" + } + }, + "npm:jackspeak": { + "type": "npm", + "name": "npm:jackspeak", + "data": { + "version": "2.3.6", + "packageName": "jackspeak", + "hash": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" + } + }, + "npm:jest-diff": { + "type": "npm", + "name": "npm:jest-diff", + "data": { + "version": "29.7.0", + "packageName": "jest-diff", + "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" + } + }, + "npm:jest-get-type": { + "type": "npm", + "name": "npm:jest-get-type", + "data": { + "version": "29.6.3", + "packageName": "jest-get-type", + "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + } + }, + "npm:jiti": { + "type": "npm", + "name": "npm:jiti", + "data": { + "version": "1.21.0", + "packageName": "jiti", + "hash": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==" + } + }, + "npm:jju": { + "type": "npm", + "name": "npm:jju", + "data": { + "version": "1.4.0", + "packageName": "jju", + "hash": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==" + } + }, + "npm:js-tokens@4.0.0": { + "type": "npm", + "name": "npm:js-tokens@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "js-tokens", + "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + } + }, + "npm:js-tokens": { + "type": "npm", + "name": "npm:js-tokens", + "data": { + "version": "8.0.3", + "packageName": "js-tokens", + "hash": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==" + } + }, + "npm:js-yaml@3.14.1": { + "type": "npm", + "name": "npm:js-yaml@3.14.1", + "data": { + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + } + }, + "npm:js-yaml": { + "type": "npm", + "name": "npm:js-yaml", + "data": { + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + } + }, + "npm:jsdom": { + "type": "npm", + "name": "npm:jsdom", + "data": { + "version": "24.0.0", + "packageName": "jsdom", + "hash": "sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==" + } + }, + "npm:jsesc@0.5.0": { + "type": "npm", + "name": "npm:jsesc@0.5.0", + "data": { + "version": "0.5.0", + "packageName": "jsesc", + "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" + } + }, + "npm:jsesc": { + "type": "npm", + "name": "npm:jsesc", + "data": { + "version": "2.5.2", + "packageName": "jsesc", + "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + } + }, + "npm:json-parse-even-better-errors@2.3.1": { + "type": "npm", + "name": "npm:json-parse-even-better-errors@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + } + }, + "npm:json-parse-even-better-errors": { + "type": "npm", + "name": "npm:json-parse-even-better-errors", + "data": { + "version": "3.0.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==" + } + }, + "npm:json-schema-traverse": { + "type": "npm", + "name": "npm:json-schema-traverse", + "data": { + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } + }, + "npm:json-sorted-stringify": { + "type": "npm", + "name": "npm:json-sorted-stringify", + "data": { + "version": "1.0.0", + "packageName": "json-sorted-stringify", + "hash": "sha512-r27DgPdI80AXd6Hm0zJ7nPCYTBFUersR7sn7xcYyafvcgYOvwmCXB+DKWazAe0YaCNHbxH5Qzt7AIhUzPD1ETg==" + } + }, + "npm:json-stringify-safe": { + "type": "npm", + "name": "npm:json-stringify-safe", + "data": { + "version": "5.0.1", + "packageName": "json-stringify-safe", + "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + } + }, + "npm:json5": { + "type": "npm", + "name": "npm:json5", + "data": { + "version": "2.2.3", + "packageName": "json5", + "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" + } + }, + "npm:jsonc-parser": { + "type": "npm", + "name": "npm:jsonc-parser", + "data": { + "version": "3.2.0", + "packageName": "jsonc-parser", + "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" + } + }, + "npm:jsonc-parser@3.2.1": { + "type": "npm", + "name": "npm:jsonc-parser@3.2.1", + "data": { + "version": "3.2.1", + "packageName": "jsonc-parser", + "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" + } + }, + "npm:jsonfile@4.0.0": { + "type": "npm", + "name": "npm:jsonfile@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "jsonfile", + "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" + } + }, + "npm:jsonfile": { + "type": "npm", + "name": "npm:jsonfile", + "data": { + "version": "6.1.0", + "packageName": "jsonfile", + "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" + } + }, + "npm:jsonparse": { + "type": "npm", + "name": "npm:jsonparse", + "data": { + "version": "1.3.1", + "packageName": "jsonparse", + "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" + } + }, + "npm:kasi": { + "type": "npm", + "name": "npm:kasi", + "data": { + "version": "1.1.0", + "packageName": "kasi", + "hash": "sha512-SvmC8+vhkDariSTz2182qyQ+mhwZ4W8TWaIHJcz358bYBeccQ8WBYj7uTtzHoCmpPHaoCm3PaOhzRg7Z8F4Lww==" + } + }, + "npm:kind-of": { + "type": "npm", + "name": "npm:kind-of", + "data": { + "version": "6.0.3", + "packageName": "kind-of", + "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + }, + "npm:knip": { + "type": "npm", + "name": "npm:knip", + "data": { + "version": "5.5.0", + "packageName": "knip", + "hash": "sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==" + } + }, + "npm:kolorist": { + "type": "npm", + "name": "npm:kolorist", + "data": { + "version": "1.8.0", + "packageName": "kolorist", + "hash": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" + } + }, + "npm:liftoff": { + "type": "npm", + "name": "npm:liftoff", + "data": { + "version": "4.0.0", + "packageName": "liftoff", + "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" + } + }, + "npm:lilconfig": { + "type": "npm", + "name": "npm:lilconfig", + "data": { + "version": "3.0.0", + "packageName": "lilconfig", + "hash": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==" + } + }, + "npm:lilconfig@3.1.1": { + "type": "npm", + "name": "npm:lilconfig@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "lilconfig", + "hash": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==" + } + }, + "npm:lines-and-columns@1.2.4": { + "type": "npm", + "name": "npm:lines-and-columns@1.2.4", + "data": { + "version": "1.2.4", + "packageName": "lines-and-columns", + "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + } + }, + "npm:lines-and-columns": { + "type": "npm", + "name": "npm:lines-and-columns", + "data": { + "version": "2.0.4", + "packageName": "lines-and-columns", + "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" + } + }, + "npm:lint-staged": { + "type": "npm", + "name": "npm:lint-staged", + "data": { + "version": "15.2.2", + "packageName": "lint-staged", + "hash": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==" + } + }, + "npm:listr2": { + "type": "npm", + "name": "npm:listr2", + "data": { + "version": "8.0.1", + "packageName": "listr2", + "hash": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==" + } + }, + "npm:load-json-file": { + "type": "npm", + "name": "npm:load-json-file", + "data": { + "version": "6.2.0", + "packageName": "load-json-file", + "hash": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==" + } + }, + "npm:local-pkg": { + "type": "npm", + "name": "npm:local-pkg", + "data": { + "version": "0.5.0", + "packageName": "local-pkg", + "hash": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==" + } + }, + "npm:locate-character": { + "type": "npm", + "name": "npm:locate-character", + "data": { + "version": "3.0.0", + "packageName": "locate-character", + "hash": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==" + } + }, + "npm:lodash.curry": { + "type": "npm", + "name": "npm:lodash.curry", + "data": { + "version": "4.1.1", + "packageName": "lodash.curry", + "hash": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==" + } + }, + "npm:lodash.debounce": { + "type": "npm", + "name": "npm:lodash.debounce", + "data": { + "version": "4.0.8", + "packageName": "lodash.debounce", + "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + } + }, + "npm:lodash.get": { + "type": "npm", + "name": "npm:lodash.get", + "data": { + "version": "4.4.2", + "packageName": "lodash.get", + "hash": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" + } + }, + "npm:lodash.isequal": { + "type": "npm", + "name": "npm:lodash.isequal", + "data": { + "version": "4.5.0", + "packageName": "lodash.isequal", + "hash": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" + } + }, + "npm:lodash": { + "type": "npm", + "name": "npm:lodash", + "data": { + "version": "4.17.21", + "packageName": "lodash", + "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } + }, + "npm:log-symbols": { + "type": "npm", + "name": "npm:log-symbols", + "data": { + "version": "4.1.0", + "packageName": "log-symbols", + "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" + } + }, + "npm:log-update": { + "type": "npm", + "name": "npm:log-update", + "data": { + "version": "6.0.0", + "packageName": "log-update", + "hash": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==" + } + }, + "npm:loose-envify": { + "type": "npm", + "name": "npm:loose-envify", + "data": { + "version": "1.4.0", + "packageName": "loose-envify", + "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" + } + }, + "npm:loupe": { + "type": "npm", + "name": "npm:loupe", + "data": { + "version": "2.3.7", + "packageName": "loupe", + "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" + } + }, + "npm:lru-cache@10.2.0": { + "type": "npm", + "name": "npm:lru-cache@10.2.0", + "data": { + "version": "10.2.0", + "packageName": "lru-cache", + "hash": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==" + } + }, + "npm:lru-cache@4.1.5": { + "type": "npm", + "name": "npm:lru-cache@4.1.5", + "data": { + "version": "4.1.5", + "packageName": "lru-cache", + "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" + } + }, + "npm:lru-cache": { + "type": "npm", + "name": "npm:lru-cache", + "data": { + "version": "5.1.1", + "packageName": "lru-cache", + "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" + } + }, + "npm:lru-cache@6.0.0": { + "type": "npm", + "name": "npm:lru-cache@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "lru-cache", + "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" + } + }, + "npm:luxon": { + "type": "npm", + "name": "npm:luxon", + "data": { + "version": "3.4.4", + "packageName": "luxon", + "hash": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==" + } + }, + "npm:lz-string": { + "type": "npm", + "name": "npm:lz-string", + "data": { + "version": "1.5.0", + "packageName": "lz-string", + "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" + } + }, + "npm:magic-string@0.16.0": { + "type": "npm", + "name": "npm:magic-string@0.16.0", + "data": { + "version": "0.16.0", + "packageName": "magic-string", + "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" + } + }, + "npm:magic-string": { + "type": "npm", + "name": "npm:magic-string", + "data": { + "version": "0.30.8", + "packageName": "magic-string", + "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" + } + }, + "npm:make-iterator": { + "type": "npm", + "name": "npm:make-iterator", + "data": { + "version": "1.0.1", + "packageName": "make-iterator", + "hash": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==" + } + }, + "npm:map-age-cleaner": { + "type": "npm", + "name": "npm:map-age-cleaner", + "data": { + "version": "0.1.3", + "packageName": "map-age-cleaner", + "hash": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==" + } + }, + "npm:map-cache": { + "type": "npm", + "name": "npm:map-cache", + "data": { + "version": "0.2.2", + "packageName": "map-cache", + "hash": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" + } + }, + "npm:map-obj": { + "type": "npm", + "name": "npm:map-obj", + "data": { + "version": "2.0.0", + "packageName": "map-obj", + "hash": "sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==" + } + }, + "npm:mdn-data": { + "type": "npm", + "name": "npm:mdn-data", + "data": { + "version": "2.0.30", + "packageName": "mdn-data", + "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" + } + }, + "npm:mem@6.1.1": { + "type": "npm", + "name": "npm:mem@6.1.1", + "data": { + "version": "6.1.1", + "packageName": "mem", + "hash": "sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==" + } + }, + "npm:mem": { + "type": "npm", + "name": "npm:mem", + "data": { + "version": "8.1.1", + "packageName": "mem", + "hash": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==" + } + }, + "npm:meow": { + "type": "npm", + "name": "npm:meow", + "data": { + "version": "12.1.1", + "packageName": "meow", + "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" + } + }, + "npm:merge-stream": { + "type": "npm", + "name": "npm:merge-stream", + "data": { + "version": "2.0.0", + "packageName": "merge-stream", + "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + } + }, + "npm:merge2": { + "type": "npm", + "name": "npm:merge2", + "data": { + "version": "1.4.1", + "packageName": "merge2", + "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + } + }, + "npm:micromatch": { + "type": "npm", + "name": "npm:micromatch", + "data": { + "version": "4.0.5", + "packageName": "micromatch", + "hash": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" + } + }, + "npm:mime-db": { + "type": "npm", + "name": "npm:mime-db", + "data": { + "version": "1.52.0", + "packageName": "mime-db", + "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + } + }, + "npm:mime-types": { + "type": "npm", + "name": "npm:mime-types", + "data": { + "version": "2.1.35", + "packageName": "mime-types", + "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" + } + }, + "npm:mimic-fn@2.1.0": { + "type": "npm", + "name": "npm:mimic-fn@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "mimic-fn", + "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + } + }, + "npm:mimic-fn@3.1.0": { + "type": "npm", + "name": "npm:mimic-fn@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "mimic-fn", + "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" + } + }, + "npm:mimic-fn": { + "type": "npm", + "name": "npm:mimic-fn", + "data": { + "version": "4.0.0", + "packageName": "mimic-fn", + "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + } + }, + "npm:min-indent": { + "type": "npm", + "name": "npm:min-indent", + "data": { + "version": "1.0.1", + "packageName": "min-indent", + "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + } + }, + "npm:minimatch@3.1.2": { + "type": "npm", + "name": "npm:minimatch@3.1.2", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:minimist": { + "type": "npm", + "name": "npm:minimist", + "data": { + "version": "1.2.8", + "packageName": "minimist", + "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + } + }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "7.0.4", + "packageName": "minipass", + "hash": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" + } + }, + "npm:mlly": { + "type": "npm", + "name": "npm:mlly", + "data": { + "version": "1.6.1", + "packageName": "mlly", + "hash": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==" + } + }, + "npm:ms": { + "type": "npm", + "name": "npm:ms", + "data": { + "version": "2.1.2", + "packageName": "ms", + "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + }, + "npm:muggle-string": { + "type": "npm", + "name": "npm:muggle-string", + "data": { + "version": "0.3.1", + "packageName": "muggle-string", + "hash": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==" + } + }, + "npm:nanoid@3.3.7": { + "type": "npm", + "name": "npm:nanoid@3.3.7", + "data": { + "version": "3.3.7", + "packageName": "nanoid", + "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + } + }, + "npm:nanoid": { + "type": "npm", + "name": "npm:nanoid", + "data": { + "version": "5.0.6", + "packageName": "nanoid", + "hash": "sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==" + } + }, + "npm:nanospinner": { + "type": "npm", + "name": "npm:nanospinner", + "data": { + "version": "1.1.0", + "packageName": "nanospinner", + "hash": "sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==" + } + }, + "npm:ndjson": { + "type": "npm", + "name": "npm:ndjson", + "data": { + "version": "2.0.0", + "packageName": "ndjson", + "hash": "sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==" + } + }, + "npm:node-fetch": { + "type": "npm", + "name": "npm:node-fetch", + "data": { + "version": "3.0.0-beta.9", + "packageName": "node-fetch", + "hash": "sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==" + } + }, + "npm:node-machine-id": { + "type": "npm", + "name": "npm:node-machine-id", + "data": { + "version": "1.1.12", + "packageName": "node-machine-id", + "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + } + }, + "npm:node-releases": { + "type": "npm", + "name": "npm:node-releases", + "data": { + "version": "2.0.14", + "packageName": "node-releases", + "hash": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + } + }, + "npm:normalize-package-data": { + "type": "npm", + "name": "npm:normalize-package-data", + "data": { + "version": "6.0.0", + "packageName": "normalize-package-data", + "hash": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==" + } + }, + "npm:normalize-path": { + "type": "npm", + "name": "npm:normalize-path", + "data": { + "version": "3.0.0", + "packageName": "normalize-path", + "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + }, + "npm:npm-install-checks": { + "type": "npm", + "name": "npm:npm-install-checks", + "data": { + "version": "6.3.0", + "packageName": "npm-install-checks", + "hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==" + } + }, + "npm:npm-normalize-package-bin": { + "type": "npm", + "name": "npm:npm-normalize-package-bin", + "data": { + "version": "3.0.1", + "packageName": "npm-normalize-package-bin", + "hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==" + } + }, + "npm:npm-package-arg": { + "type": "npm", + "name": "npm:npm-package-arg", + "data": { + "version": "11.0.1", + "packageName": "npm-package-arg", + "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + } + }, + "npm:npm-pick-manifest": { + "type": "npm", + "name": "npm:npm-pick-manifest", + "data": { + "version": "9.0.0", + "packageName": "npm-pick-manifest", + "hash": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==" + } + }, + "npm:npm-run-path@2.0.2": { + "type": "npm", + "name": "npm:npm-run-path@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "npm-run-path", + "hash": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==" + } + }, + "npm:npm-run-path": { + "type": "npm", + "name": "npm:npm-run-path", + "data": { + "version": "4.0.1", + "packageName": "npm-run-path", + "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + } + }, + "npm:npm-run-path@5.3.0": { + "type": "npm", + "name": "npm:npm-run-path@5.3.0", + "data": { + "version": "5.3.0", + "packageName": "npm-run-path", + "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + } + }, + "npm:nwsapi": { + "type": "npm", + "name": "npm:nwsapi", + "data": { + "version": "2.2.7", + "packageName": "nwsapi", + "hash": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + } + }, + "npm:nx": { + "type": "npm", + "name": "npm:nx", + "data": { + "version": "18.1.3", + "packageName": "nx", + "hash": "sha512-Ade/BZxK8kf98pBPHVJXRkxRTpBYJceL1YD9LBMP5TwmsVdG5ZbmmpTkCBorCGmCZ8L5WZN3gwoikvPKGs8q5w==" + } + }, + "npm:object-inspect": { + "type": "npm", + "name": "npm:object-inspect", + "data": { + "version": "1.13.1", + "packageName": "object-inspect", + "hash": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + } + }, + "npm:object-is": { + "type": "npm", + "name": "npm:object-is", + "data": { + "version": "1.1.6", + "packageName": "object-is", + "hash": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==" + } + }, + "npm:object-keys": { + "type": "npm", + "name": "npm:object-keys", + "data": { + "version": "1.1.1", + "packageName": "object-keys", + "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + } + }, + "npm:object-pairs": { + "type": "npm", + "name": "npm:object-pairs", + "data": { + "version": "0.1.0", + "packageName": "object-pairs", + "hash": "sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==" + } + }, + "npm:object-values": { + "type": "npm", + "name": "npm:object-values", + "data": { + "version": "1.0.0", + "packageName": "object-values", + "hash": "sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==" + } + }, + "npm:object.assign": { + "type": "npm", + "name": "npm:object.assign", + "data": { + "version": "4.1.5", + "packageName": "object.assign", + "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" + } + }, + "npm:object.defaults": { + "type": "npm", + "name": "npm:object.defaults", + "data": { + "version": "1.1.0", + "packageName": "object.defaults", + "hash": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==" + } + }, + "npm:object.map": { + "type": "npm", + "name": "npm:object.map", + "data": { + "version": "1.0.1", + "packageName": "object.map", + "hash": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==" + } + }, + "npm:object.pick": { + "type": "npm", + "name": "npm:object.pick", + "data": { + "version": "1.3.0", + "packageName": "object.pick", + "hash": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==" + } + }, + "npm:once": { + "type": "npm", + "name": "npm:once", + "data": { + "version": "1.4.0", + "packageName": "once", + "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + } + }, + "npm:onetime@5.1.2": { + "type": "npm", + "name": "npm:onetime@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "onetime", + "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + } + }, + "npm:onetime": { + "type": "npm", + "name": "npm:onetime", + "data": { + "version": "6.0.0", + "packageName": "onetime", + "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + } + }, + "npm:open": { + "type": "npm", + "name": "npm:open", + "data": { + "version": "8.4.2", + "packageName": "open", + "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + } + }, + "npm:ora": { + "type": "npm", + "name": "npm:ora", + "data": { + "version": "5.3.0", + "packageName": "ora", + "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" + } + }, + "npm:p-defer": { + "type": "npm", + "name": "npm:p-defer", + "data": { + "version": "1.0.0", + "packageName": "p-defer", + "hash": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==" + } + }, + "npm:p-finally": { + "type": "npm", + "name": "npm:p-finally", + "data": { + "version": "1.0.0", + "packageName": "p-finally", + "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + } + }, + "npm:p-limit@3.1.0": { + "type": "npm", + "name": "npm:p-limit@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "5.0.0", + "packageName": "p-limit", + "hash": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==" + } + }, + "npm:p-map": { + "type": "npm", + "name": "npm:p-map", + "data": { + "version": "4.0.0", + "packageName": "p-map", + "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + } + }, + "npm:p-memoize": { + "type": "npm", + "name": "npm:p-memoize", + "data": { + "version": "4.0.1", + "packageName": "p-memoize", + "hash": "sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==" + } + }, + "npm:parse-filepath": { + "type": "npm", + "name": "npm:parse-filepath", + "data": { + "version": "1.0.2", + "packageName": "parse-filepath", + "hash": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==" + } + }, + "npm:parse-json": { + "type": "npm", + "name": "npm:parse-json", + "data": { + "version": "5.2.0", + "packageName": "parse-json", + "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + } + }, + "npm:parse-ms": { + "type": "npm", + "name": "npm:parse-ms", + "data": { + "version": "4.0.0", + "packageName": "parse-ms", + "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" + } + }, + "npm:parse-npm-tarball-url": { + "type": "npm", + "name": "npm:parse-npm-tarball-url", + "data": { + "version": "3.0.0", + "packageName": "parse-npm-tarball-url", + "hash": "sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==" + } + }, + "npm:parse-passwd": { + "type": "npm", + "name": "npm:parse-passwd", + "data": { + "version": "1.0.0", + "packageName": "parse-passwd", + "hash": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" + } + }, + "npm:parse5": { + "type": "npm", + "name": "npm:parse5", + "data": { + "version": "7.1.2", + "packageName": "parse5", + "hash": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" + } + }, + "npm:path-browserify": { + "type": "npm", + "name": "npm:path-browserify", + "data": { + "version": "1.0.1", + "packageName": "path-browserify", + "hash": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + } + }, + "npm:path-is-absolute": { + "type": "npm", + "name": "npm:path-is-absolute", + "data": { + "version": "1.0.1", + "packageName": "path-is-absolute", + "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + } + }, + "npm:path-key@2.0.1": { + "type": "npm", + "name": "npm:path-key@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "path-key", + "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + } + }, + "npm:path-key": { + "type": "npm", + "name": "npm:path-key", + "data": { + "version": "3.1.1", + "packageName": "path-key", + "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + } + }, + "npm:path-key@4.0.0": { + "type": "npm", + "name": "npm:path-key@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-key", + "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" + } + }, + "npm:path-parse": { + "type": "npm", + "name": "npm:path-parse", + "data": { + "version": "1.0.7", + "packageName": "path-parse", + "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + } + }, + "npm:path-root-regex": { + "type": "npm", + "name": "npm:path-root-regex", + "data": { + "version": "0.1.2", + "packageName": "path-root-regex", + "hash": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" + } + }, + "npm:path-root": { + "type": "npm", + "name": "npm:path-root", + "data": { + "version": "0.1.1", + "packageName": "path-root", + "hash": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==" + } + }, + "npm:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.10.1", + "packageName": "path-scurry", + "hash": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==" + } + }, + "npm:path-temp": { + "type": "npm", + "name": "npm:path-temp", + "data": { + "version": "2.1.0", + "packageName": "path-temp", + "hash": "sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==" + } + }, + "npm:path-type": { + "type": "npm", + "name": "npm:path-type", + "data": { + "version": "5.0.0", + "packageName": "path-type", + "hash": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" + } + }, + "npm:pathe": { + "type": "npm", + "name": "npm:pathe", + "data": { + "version": "1.1.2", + "packageName": "pathe", + "hash": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + } + }, + "npm:pathval": { + "type": "npm", + "name": "npm:pathval", + "data": { + "version": "1.1.1", + "packageName": "pathval", + "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" + } + }, + "npm:periscopic": { + "type": "npm", + "name": "npm:periscopic", + "data": { + "version": "3.1.0", + "packageName": "periscopic", + "hash": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==" + } + }, + "npm:picocolors": { + "type": "npm", + "name": "npm:picocolors", + "data": { + "version": "1.0.0", + "packageName": "picocolors", + "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + } + }, + "npm:picomatch@2.3.1": { + "type": "npm", + "name": "npm:picomatch@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "4.0.1", + "packageName": "picomatch", + "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" + } + }, + "npm:pidtree": { + "type": "npm", + "name": "npm:pidtree", + "data": { + "version": "0.6.0", + "packageName": "pidtree", + "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" + } + }, + "npm:pioppo": { + "type": "npm", + "name": "npm:pioppo", + "data": { + "version": "1.1.0", + "packageName": "pioppo", + "hash": "sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==" + } + }, + "npm:pkg-types": { + "type": "npm", + "name": "npm:pkg-types", + "data": { + "version": "1.0.3", + "packageName": "pkg-types", + "hash": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==" + } + }, + "npm:possible-typed-array-names": { + "type": "npm", + "name": "npm:possible-typed-array-names", + "data": { + "version": "1.0.0", + "packageName": "possible-typed-array-names", + "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" + } + }, + "npm:postcss": { + "type": "npm", + "name": "npm:postcss", + "data": { + "version": "8.4.38", + "packageName": "postcss", + "hash": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==" + } + }, + "npm:prettier-plugin-svelte": { + "type": "npm", + "name": "npm:prettier-plugin-svelte", + "data": { + "version": "3.2.2", + "packageName": "prettier-plugin-svelte", + "hash": "sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==" + } + }, + "npm:prettier": { + "type": "npm", + "name": "npm:prettier", + "data": { + "version": "4.0.0-alpha.8", + "packageName": "prettier", + "hash": "sha512-7FFBkQb0Eg0wJRYzA7ucc31nqTjWgoSpmS0ey9OATHU6WiV0z53Uzo5hA3tZs/pbhhIG7YvOIBNmkRQ7Dr/k5A==" + } + }, + "npm:pretty-bytes": { + "type": "npm", + "name": "npm:pretty-bytes", + "data": { + "version": "6.1.1", + "packageName": "pretty-bytes", + "hash": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==" + } + }, + "npm:pretty-format": { + "type": "npm", + "name": "npm:pretty-format", + "data": { + "version": "27.5.1", + "packageName": "pretty-format", + "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" + } + }, + "npm:pretty-format@29.7.0": { + "type": "npm", + "name": "npm:pretty-format@29.7.0", + "data": { + "version": "29.7.0", + "packageName": "pretty-format", + "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + } + }, + "npm:pretty-ms": { + "type": "npm", + "name": "npm:pretty-ms", + "data": { + "version": "9.0.0", + "packageName": "pretty-ms", + "hash": "sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==" + } + }, + "npm:proc-log": { + "type": "npm", + "name": "npm:proc-log", + "data": { + "version": "3.0.0", + "packageName": "proc-log", + "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + } + }, + "npm:process-nextick-args": { + "type": "npm", + "name": "npm:process-nextick-args", + "data": { + "version": "2.0.1", + "packageName": "process-nextick-args", + "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + } + }, + "npm:promise-inflight": { + "type": "npm", + "name": "npm:promise-inflight", + "data": { + "version": "1.0.1", + "packageName": "promise-inflight", + "hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + } + }, + "npm:promise-make-naked": { + "type": "npm", + "name": "npm:promise-make-naked", + "data": { + "version": "2.1.1", + "packageName": "promise-make-naked", + "hash": "sha512-BLvgZSNRkQNM5RGL4Cz8wK76WSb+t3VeMJL+/kxRBHI5+nliqZezranGGtiu/ePeFo5+CaLRvvGMzXrBuu2tAA==" + } + }, + "npm:promise-retry": { + "type": "npm", + "name": "npm:promise-retry", + "data": { + "version": "2.0.1", + "packageName": "promise-retry", + "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + } + }, + "npm:proxy-from-env": { + "type": "npm", + "name": "npm:proxy-from-env", + "data": { + "version": "1.1.0", + "packageName": "proxy-from-env", + "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + } + }, + "npm:pseudomap": { + "type": "npm", + "name": "npm:pseudomap", + "data": { + "version": "1.0.2", + "packageName": "pseudomap", + "hash": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" + } + }, + "npm:psl": { + "type": "npm", + "name": "npm:psl", + "data": { + "version": "1.9.0", + "packageName": "psl", + "hash": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + } + }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:querystringify": { + "type": "npm", + "name": "npm:querystringify", + "data": { + "version": "2.2.0", + "packageName": "querystringify", + "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:randombytes": { + "type": "npm", + "name": "npm:randombytes", + "data": { + "version": "2.1.0", + "packageName": "randombytes", + "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" + } + }, + "npm:react-dom": { + "type": "npm", + "name": "npm:react-dom", + "data": { + "version": "18.2.0", + "packageName": "react-dom", + "hash": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==" + } + }, + "npm:react-error-boundary": { + "type": "npm", + "name": "npm:react-error-boundary", + "data": { + "version": "3.1.4", + "packageName": "react-error-boundary", + "hash": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==" + } + }, + "npm:react-is": { + "type": "npm", + "name": "npm:react-is", + "data": { + "version": "17.0.2", + "packageName": "react-is", + "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + } + }, + "npm:react-is@18.2.0": { + "type": "npm", + "name": "npm:react-is@18.2.0", + "data": { + "version": "18.2.0", + "packageName": "react-is", + "hash": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + } + }, + "npm:react": { + "type": "npm", + "name": "npm:react", + "data": { + "version": "18.2.0", + "packageName": "react", + "hash": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==" + } + }, + "npm:read-package-json-fast": { + "type": "npm", + "name": "npm:read-package-json-fast", + "data": { + "version": "3.0.2", + "packageName": "read-package-json-fast", + "hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==" + } + }, + "npm:readable-stream@2.3.8": { + "type": "npm", + "name": "npm:readable-stream@2.3.8", + "data": { + "version": "2.3.8", + "packageName": "readable-stream", + "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + } + }, + "npm:readable-stream": { + "type": "npm", + "name": "npm:readable-stream", + "data": { + "version": "3.6.2", + "packageName": "readable-stream", + "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + } + }, + "npm:readdirp": { + "type": "npm", + "name": "npm:readdirp", + "data": { + "version": "3.6.0", + "packageName": "readdirp", + "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + } + }, + "npm:rechoir": { + "type": "npm", + "name": "npm:rechoir", + "data": { + "version": "0.8.0", + "packageName": "rechoir", + "hash": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==" + } + }, + "npm:redent": { + "type": "npm", + "name": "npm:redent", + "data": { + "version": "3.0.0", + "packageName": "redent", + "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + } + }, + "npm:regenerate-unicode-properties": { + "type": "npm", + "name": "npm:regenerate-unicode-properties", + "data": { + "version": "10.1.1", + "packageName": "regenerate-unicode-properties", + "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" + } + }, + "npm:regenerate": { + "type": "npm", + "name": "npm:regenerate", + "data": { + "version": "1.4.2", + "packageName": "regenerate", + "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + } + }, + "npm:regenerator-runtime": { + "type": "npm", + "name": "npm:regenerator-runtime", + "data": { + "version": "0.14.1", + "packageName": "regenerator-runtime", + "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + } + }, + "npm:regenerator-transform": { + "type": "npm", + "name": "npm:regenerator-transform", + "data": { + "version": "0.15.2", + "packageName": "regenerator-transform", + "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" + } + }, + "npm:regexp.prototype.flags": { + "type": "npm", + "name": "npm:regexp.prototype.flags", + "data": { + "version": "1.5.2", + "packageName": "regexp.prototype.flags", + "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" + } + }, + "npm:regexpu-core": { + "type": "npm", + "name": "npm:regexpu-core", + "data": { + "version": "5.3.2", + "packageName": "regexpu-core", + "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" + } + }, + "npm:regjsparser": { + "type": "npm", + "name": "npm:regjsparser", + "data": { + "version": "0.9.1", + "packageName": "regjsparser", + "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" + } + }, + "npm:rename-overwrite": { + "type": "npm", + "name": "npm:rename-overwrite", + "data": { + "version": "5.0.0", + "packageName": "rename-overwrite", + "hash": "sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==" + } + }, + "npm:require-directory": { + "type": "npm", + "name": "npm:require-directory", + "data": { + "version": "2.1.1", + "packageName": "require-directory", + "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + } + }, + "npm:requires-port": { + "type": "npm", + "name": "npm:requires-port", + "data": { + "version": "1.0.0", + "packageName": "requires-port", + "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + } + }, + "npm:resolve-dir": { + "type": "npm", + "name": "npm:resolve-dir", + "data": { + "version": "1.0.1", + "packageName": "resolve-dir", + "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" + } + }, + "npm:resolve.exports": { + "type": "npm", + "name": "npm:resolve.exports", + "data": { + "version": "2.0.2", + "packageName": "resolve.exports", + "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" + } + }, + "npm:resolve@1.19.0": { + "type": "npm", + "name": "npm:resolve@1.19.0", + "data": { + "version": "1.19.0", + "packageName": "resolve", + "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" + } + }, + "npm:resolve": { + "type": "npm", + "name": "npm:resolve", + "data": { + "version": "1.22.8", + "packageName": "resolve", + "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + } + }, + "npm:restore-cursor": { + "type": "npm", + "name": "npm:restore-cursor", + "data": { + "version": "3.1.0", + "packageName": "restore-cursor", + "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + } + }, + "npm:restore-cursor@4.0.0": { + "type": "npm", + "name": "npm:restore-cursor@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "restore-cursor", + "hash": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==" + } + }, + "npm:retry": { + "type": "npm", + "name": "npm:retry", + "data": { + "version": "0.12.0", + "packageName": "retry", + "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + } + }, + "npm:reusify": { + "type": "npm", + "name": "npm:reusify", + "data": { + "version": "1.0.4", + "packageName": "reusify", + "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + } + }, + "npm:reverse-arguments": { + "type": "npm", + "name": "npm:reverse-arguments", + "data": { + "version": "1.0.0", + "packageName": "reverse-arguments", + "hash": "sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==" + } + }, + "npm:rfdc": { + "type": "npm", + "name": "npm:rfdc", + "data": { + "version": "1.3.1", + "packageName": "rfdc", + "hash": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + } + }, + "npm:rimraf@3.0.2": { + "type": "npm", + "name": "npm:rimraf@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "rimraf", + "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + } + }, + "npm:rimraf": { + "type": "npm", + "name": "npm:rimraf", + "data": { + "version": "5.0.5", + "packageName": "rimraf", + "hash": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==" + } + }, + "npm:rollup-plugin-preserve-directives": { + "type": "npm", + "name": "npm:rollup-plugin-preserve-directives", + "data": { + "version": "0.4.0", + "packageName": "rollup-plugin-preserve-directives", + "hash": "sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==" + } + }, + "npm:rollup-plugin-size": { + "type": "npm", + "name": "npm:rollup-plugin-size", + "data": { + "version": "0.3.1", + "packageName": "rollup-plugin-size", + "hash": "sha512-SAtpTAAJ0nFkISxLxYjDZX9Zqt34tAIil98R305ZM0GhTnnO6VYG0P5M+2IXKo/iNDdbpBcIfg1W06CLtk/vXA==" + } + }, + "npm:rollup-plugin-svelte": { + "type": "npm", + "name": "npm:rollup-plugin-svelte", + "data": { + "version": "7.2.0", + "packageName": "rollup-plugin-svelte", + "hash": "sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==" + } + }, + "npm:rollup-plugin-visualizer": { + "type": "npm", + "name": "npm:rollup-plugin-visualizer", + "data": { + "version": "5.12.0", + "packageName": "rollup-plugin-visualizer", + "hash": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==" + } + }, + "npm:rollup": { + "type": "npm", + "name": "npm:rollup", + "data": { + "version": "4.13.0", + "packageName": "rollup", + "hash": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==" + } + }, + "npm:rrweb-cssom": { + "type": "npm", + "name": "npm:rrweb-cssom", + "data": { + "version": "0.6.0", + "packageName": "rrweb-cssom", + "hash": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" + } + }, + "npm:run-parallel": { + "type": "npm", + "name": "npm:run-parallel", + "data": { + "version": "1.2.0", + "packageName": "run-parallel", + "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + } + }, + "npm:safe-buffer@5.1.2": { + "type": "npm", + "name": "npm:safe-buffer@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "safe-buffer", + "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + }, + "npm:safe-buffer": { + "type": "npm", + "name": "npm:safe-buffer", + "data": { + "version": "5.2.1", + "packageName": "safe-buffer", + "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + }, + "npm:safer-buffer": { + "type": "npm", + "name": "npm:safer-buffer", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + } + }, + "npm:saxes": { + "type": "npm", + "name": "npm:saxes", + "data": { + "version": "6.0.0", + "packageName": "saxes", + "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" + } + }, + "npm:scheduler": { + "type": "npm", + "name": "npm:scheduler", + "data": { + "version": "0.23.0", + "packageName": "scheduler", + "hash": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==" + } + }, + "npm:semver": { + "type": "npm", + "name": "npm:semver", + "data": { + "version": "6.3.1", + "packageName": "semver", + "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + }, + "npm:semver@7.5.4": { + "type": "npm", + "name": "npm:semver@7.5.4", + "data": { + "version": "7.5.4", + "packageName": "semver", + "hash": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==" + } + }, + "npm:semver@7.6.0": { + "type": "npm", + "name": "npm:semver@7.6.0", + "data": { + "version": "7.6.0", + "packageName": "semver", + "hash": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==" + } + }, + "npm:serialize-javascript": { + "type": "npm", + "name": "npm:serialize-javascript", + "data": { + "version": "6.0.2", + "packageName": "serialize-javascript", + "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" + } + }, + "npm:set-function-length": { + "type": "npm", + "name": "npm:set-function-length", + "data": { + "version": "1.2.2", + "packageName": "set-function-length", + "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" + } + }, + "npm:set-function-name": { + "type": "npm", + "name": "npm:set-function-name", + "data": { + "version": "2.0.2", + "packageName": "set-function-name", + "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" + } + }, + "npm:shebang-command@1.2.0": { + "type": "npm", + "name": "npm:shebang-command@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "shebang-command", + "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" + } + }, + "npm:shebang-command": { + "type": "npm", + "name": "npm:shebang-command", + "data": { + "version": "2.0.0", + "packageName": "shebang-command", + "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + } + }, + "npm:shebang-regex@1.0.0": { + "type": "npm", + "name": "npm:shebang-regex@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "shebang-regex", + "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "npm:shell-quote-word": { + "type": "npm", + "name": "npm:shell-quote-word", + "data": { + "version": "1.0.1", + "packageName": "shell-quote-word", + "hash": "sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==" + } + }, + "npm:sherif-darwin-arm64": { + "type": "npm", + "name": "npm:sherif-darwin-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-darwin-arm64", + "hash": "sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==" + } + }, + "npm:sherif-darwin-x64": { + "type": "npm", + "name": "npm:sherif-darwin-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-darwin-x64", + "hash": "sha512-u0mBU15wPSKXWYGC1DvNfC/ZKD1v7fQQjhP5u5gek7eGY+NCQRKWX6Y6nsyOLvZPSCxhPoiGv79/LRIEi5Z5wQ==" + } + }, + "npm:sherif-linux-arm64": { + "type": "npm", + "name": "npm:sherif-linux-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-linux-arm64", + "hash": "sha512-/oClgMG35zra4CbSI6KTN2fM8Ix7RTF6G+F7I4caVGfhmXJZk+sIgnQJ09RB+lwuii1nYn5EFWqDD2Y6AWvoOQ==" + } + }, + "npm:sherif-linux-x64": { + "type": "npm", + "name": "npm:sherif-linux-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-linux-x64", + "hash": "sha512-7xzh9xx/Sc8/XSPT75iOPzqli3vWe3yhaPgODcRi5gNrS38rwiqP0SXA9uZN/tXinR4xnDNCtZ5QmKnrBlWiRw==" + } + }, + "npm:sherif-windows-arm64": { + "type": "npm", + "name": "npm:sherif-windows-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-windows-arm64", + "hash": "sha512-DFYnClmaUw5MVAvUWr8masgf/HKFOjiHAOOegCLvs6mZHdIcz4D1/noQoGZTEhCNdBGr557WScK4IReUWrfYPQ==" + } + }, + "npm:sherif-windows-x64": { + "type": "npm", + "name": "npm:sherif-windows-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-windows-x64", + "hash": "sha512-BCgAKEPYG3jZ+AuvjLqP4UWnhTbSQpQoGYIZHGV8SRkdh9K/odvgv5Agvjq2SLHkM+jS2YERMxo8ZAOvtvL3WQ==" + } + }, + "npm:sherif": { + "type": "npm", + "name": "npm:sherif", + "data": { + "version": "0.8.1", + "packageName": "sherif", + "hash": "sha512-pT1vcHW5fZWZERobCvEaz2gxgOHcDTa2UF7KRsxZ4eunMWyL93smoVd55wWCBOOGMwhO7wnI+l07SYtiB9meMA==" + } + }, + "npm:side-channel": { + "type": "npm", + "name": "npm:side-channel", + "data": { + "version": "1.0.6", + "packageName": "side-channel", + "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" + } + }, + "npm:siginfo": { + "type": "npm", + "name": "npm:siginfo", + "data": { + "version": "2.0.0", + "packageName": "siginfo", + "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" + } + }, + "npm:signal-exit@3.0.7": { + "type": "npm", + "name": "npm:signal-exit@3.0.7", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:size-limit": { + "type": "npm", + "name": "npm:size-limit", + "data": { + "version": "11.1.2", + "packageName": "size-limit", + "hash": "sha512-W9V/QR98fiLgGg+S77DNy7usExpz7HCdDAqm2t2Q77GWCV//wWUC6hyZA9QXKk1x6bxMMTzq1vmncw5Cve/43w==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "5.1.0", + "packageName": "slash", + "hash": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" + } + }, + "npm:slice-ansi": { + "type": "npm", + "name": "npm:slice-ansi", + "data": { + "version": "5.0.0", + "packageName": "slice-ansi", + "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" + } + }, + "npm:slice-ansi@7.1.0": { + "type": "npm", + "name": "npm:slice-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "slice-ansi", + "hash": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==" + } + }, + "npm:smob": { + "type": "npm", + "name": "npm:smob", + "data": { + "version": "1.4.1", + "packageName": "smob", + "hash": "sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==" + } + }, + "npm:smol-toml": { + "type": "npm", + "name": "npm:smol-toml", + "data": { + "version": "1.1.4", + "packageName": "smol-toml", + "hash": "sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==" + } + }, + "npm:source-map-js": { + "type": "npm", + "name": "npm:source-map-js", + "data": { + "version": "1.2.0", + "packageName": "source-map-js", + "hash": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" + } + }, + "npm:source-map-support": { + "type": "npm", + "name": "npm:source-map-support", + "data": { + "version": "0.5.21", + "packageName": "source-map-support", + "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + } + }, + "npm:source-map@0.6.1": { + "type": "npm", + "name": "npm:source-map@0.6.1", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.7.4", + "packageName": "source-map", + "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + }, + "npm:spawn-error-forwarder": { + "type": "npm", + "name": "npm:spawn-error-forwarder", + "data": { + "version": "1.0.0", + "packageName": "spawn-error-forwarder", + "hash": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==" + } + }, + "npm:spdx-correct": { + "type": "npm", + "name": "npm:spdx-correct", + "data": { + "version": "3.2.0", + "packageName": "spdx-correct", + "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + } + }, + "npm:spdx-exceptions": { + "type": "npm", + "name": "npm:spdx-exceptions", + "data": { + "version": "2.5.0", + "packageName": "spdx-exceptions", + "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" + } + }, + "npm:spdx-expression-parse": { + "type": "npm", + "name": "npm:spdx-expression-parse", + "data": { + "version": "3.0.1", + "packageName": "spdx-expression-parse", + "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" + } + }, + "npm:spdx-license-ids": { + "type": "npm", + "name": "npm:spdx-license-ids", + "data": { + "version": "3.0.17", + "packageName": "spdx-license-ids", + "hash": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==" + } + }, + "npm:specialist": { + "type": "npm", + "name": "npm:specialist", + "data": { + "version": "1.4.0", + "packageName": "specialist", + "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" + } + }, + "npm:split2": { + "type": "npm", + "name": "npm:split2", + "data": { + "version": "1.0.0", + "packageName": "split2", + "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" + } + }, + "npm:split2@3.2.2": { + "type": "npm", + "name": "npm:split2@3.2.2", + "data": { + "version": "3.2.2", + "packageName": "split2", + "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==" + } + }, + "npm:split2@4.2.0": { + "type": "npm", + "name": "npm:split2@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "split2", + "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + } + }, + "npm:sprintf-js": { + "type": "npm", + "name": "npm:sprintf-js", + "data": { + "version": "1.0.3", + "packageName": "sprintf-js", + "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + } + }, + "npm:ssri": { + "type": "npm", + "name": "npm:ssri", + "data": { + "version": "10.0.5", + "packageName": "ssri", + "hash": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==" + } + }, + "npm:stackback": { + "type": "npm", + "name": "npm:stackback", + "data": { + "version": "0.0.2", + "packageName": "stackback", + "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" + } + }, + "npm:std-env": { + "type": "npm", + "name": "npm:std-env", + "data": { + "version": "3.7.0", + "packageName": "std-env", + "hash": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" + } + }, + "npm:stdin-blocker": { + "type": "npm", + "name": "npm:stdin-blocker", + "data": { + "version": "2.0.0", + "packageName": "stdin-blocker", + "hash": "sha512-fZ3txWyDSxOll6+ajX9akA5YzchyoEpVNsH8eWNY/ZnzlRoM0eW/zF8bm852KVpYutjNFQFvEF/RdZtlqxIZkQ==" + } + }, + "npm:stop-iteration-iterator": { + "type": "npm", + "name": "npm:stop-iteration-iterator", + "data": { + "version": "1.0.0", + "packageName": "stop-iteration-iterator", + "hash": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==" + } + }, + "npm:stream-combiner2": { + "type": "npm", + "name": "npm:stream-combiner2", + "data": { + "version": "1.1.1", + "packageName": "stream-combiner2", + "hash": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==" + } + }, + "npm:stream-to-array": { + "type": "npm", + "name": "npm:stream-to-array", + "data": { + "version": "2.3.0", + "packageName": "stream-to-array", + "hash": "sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==" + } + }, + "npm:string-argv": { + "type": "npm", + "name": "npm:string-argv", + "data": { + "version": "0.3.2", + "packageName": "string-argv", + "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" + } + }, + "npm:string-width-cjs": { + "type": "npm", + "name": "npm:string-width-cjs", + "data": { + "version": "npm:string-width@4.2.3", + "packageName": "string-width-cjs", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:string-width": { + "type": "npm", + "name": "npm:string-width", + "data": { + "version": "4.2.3", + "packageName": "string-width", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:string-width@5.1.2": { + "type": "npm", + "name": "npm:string-width@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "string-width", + "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + } + }, + "npm:string-width@7.1.0": { + "type": "npm", + "name": "npm:string-width@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "string-width", + "hash": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==" + } + }, + "npm:string.fromcodepoint": { + "type": "npm", + "name": "npm:string.fromcodepoint", + "data": { + "version": "0.2.1", + "packageName": "string.fromcodepoint", + "hash": "sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==" + } + }, + "npm:string_decoder": { + "type": "npm", + "name": "npm:string_decoder", + "data": { + "version": "1.1.1", + "packageName": "string_decoder", + "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + } + }, + "npm:string_decoder@1.3.0": { + "type": "npm", + "name": "npm:string_decoder@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "string_decoder", + "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" + } + }, + "npm:strip-ansi-cjs": { + "type": "npm", + "name": "npm:strip-ansi-cjs", + "data": { + "version": "npm:strip-ansi@6.0.1", + "packageName": "strip-ansi-cjs", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:strip-ansi": { + "type": "npm", + "name": "npm:strip-ansi", + "data": { + "version": "6.0.1", + "packageName": "strip-ansi", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:strip-ansi@7.1.0": { + "type": "npm", + "name": "npm:strip-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "strip-ansi", + "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + } + }, + "npm:strip-bom": { + "type": "npm", + "name": "npm:strip-bom", + "data": { + "version": "3.0.0", + "packageName": "strip-bom", + "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + } + }, + "npm:strip-bom@4.0.0": { + "type": "npm", + "name": "npm:strip-bom@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "strip-bom", + "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + } + }, + "npm:strip-eof": { + "type": "npm", + "name": "npm:strip-eof", + "data": { + "version": "1.0.0", + "packageName": "strip-eof", + "hash": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "3.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + } + }, + "npm:strip-indent": { + "type": "npm", + "name": "npm:strip-indent", + "data": { + "version": "3.0.0", + "packageName": "strip-indent", + "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + } + }, + "npm:strip-json-comments@3.1.1": { + "type": "npm", + "name": "npm:strip-json-comments@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "strip-json-comments", + "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + } + }, + "npm:strip-json-comments": { + "type": "npm", + "name": "npm:strip-json-comments", + "data": { + "version": "5.0.1", + "packageName": "strip-json-comments", + "hash": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==" + } + }, + "npm:strip-literal": { + "type": "npm", + "name": "npm:strip-literal", + "data": { + "version": "2.0.0", + "packageName": "strip-literal", + "hash": "sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==" + } + }, + "npm:strong-log-transformer": { + "type": "npm", + "name": "npm:strong-log-transformer", + "data": { + "version": "2.1.0", + "packageName": "strong-log-transformer", + "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + } + }, + "npm:stubborn-fs": { + "type": "npm", + "name": "npm:stubborn-fs", + "data": { + "version": "1.2.5", + "packageName": "stubborn-fs", + "hash": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==" + } + }, + "npm:summary": { + "type": "npm", + "name": "npm:summary", + "data": { + "version": "2.1.0", + "packageName": "summary", + "hash": "sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==" + } + }, + "npm:supports-color@5.5.0": { + "type": "npm", + "name": "npm:supports-color@5.5.0", + "data": { + "version": "5.5.0", + "packageName": "supports-color", + "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + } + }, + "npm:supports-color": { + "type": "npm", + "name": "npm:supports-color", + "data": { + "version": "7.2.0", + "packageName": "supports-color", + "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + } + }, + "npm:supports-preserve-symlinks-flag": { + "type": "npm", + "name": "npm:supports-preserve-symlinks-flag", + "data": { + "version": "1.0.0", + "packageName": "supports-preserve-symlinks-flag", + "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + } + }, + "npm:svelte": { + "type": "npm", + "name": "npm:svelte", + "data": { + "version": "4.2.12", + "packageName": "svelte", + "hash": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==" + } + }, + "npm:symbol-tree": { + "type": "npm", + "name": "npm:symbol-tree", + "data": { + "version": "3.2.4", + "packageName": "symbol-tree", + "hash": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:terser": { + "type": "npm", + "name": "npm:terser", + "data": { + "version": "5.29.2", + "packageName": "terser", + "hash": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==" + } + }, + "npm:text-extensions": { + "type": "npm", + "name": "npm:text-extensions", + "data": { + "version": "2.4.0", + "packageName": "text-extensions", + "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" + } + }, + "npm:through2": { + "type": "npm", + "name": "npm:through2", + "data": { + "version": "2.0.5", + "packageName": "through2", + "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" + } + }, + "npm:through2@4.0.2": { + "type": "npm", + "name": "npm:through2@4.0.2", + "data": { + "version": "4.0.2", + "packageName": "through2", + "hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==" + } + }, + "npm:through": { + "type": "npm", + "name": "npm:through", + "data": { + "version": "2.3.8", + "packageName": "through", + "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + } + }, + "npm:tiny-bin": { + "type": "npm", + "name": "npm:tiny-bin", + "data": { + "version": "1.7.1", + "packageName": "tiny-bin", + "hash": "sha512-MMztSKvXbVH0YQm54eDg9o3bt1TtM1xOZMnCfvG8fv1sQvDXxEeqiiv/DlQV8d2OiDOT+m01aXPfijeAPXF60g==" + } + }, + "npm:tiny-colors": { + "type": "npm", + "name": "npm:tiny-colors", + "data": { + "version": "2.1.2", + "packageName": "tiny-colors", + "hash": "sha512-6peGRBtkYBJpVrQUWOPKrC0ECo6WotUlXxirVTKvihjdgxQETpKtLdCKIb68IHjJYH1AOE7GM7RnxFvkGHsqOg==" + } + }, + "npm:tiny-cursor": { + "type": "npm", + "name": "npm:tiny-cursor", + "data": { + "version": "2.0.0", + "packageName": "tiny-cursor", + "hash": "sha512-6RKgFWBt6I1oYpaNZJvvp5x/jvzYDp+rjAVDam+7cmE0mrtlu8Lmpv81hQuvFuPa8Fuc/sd2shRWbdWTZqSNLg==" + } + }, + "npm:tiny-editorconfig": { + "type": "npm", + "name": "npm:tiny-editorconfig", + "data": { + "version": "1.0.0", + "packageName": "tiny-editorconfig", + "hash": "sha512-rxpWaSurnvPUkL2/qydRH10llK7MD1XfE38zoWTsp/ZWWYnnwPBzGUePBOcXFaNA3cJQm8ItqrofGeRJ6AVaew==" + } + }, + "npm:tiny-jsonc": { + "type": "npm", + "name": "npm:tiny-jsonc", + "data": { + "version": "1.0.1", + "packageName": "tiny-jsonc", + "hash": "sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==" + } + }, + "npm:tiny-levenshtein": { + "type": "npm", + "name": "npm:tiny-levenshtein", + "data": { + "version": "1.0.0", + "packageName": "tiny-levenshtein", + "hash": "sha512-27KxXZhuXCP+xol3k4jMWms8+B6H2qEUlBMTmB5YT3uvFXFNft4Hw/MqurrHkDdC01nx1HIADcE1wR40byJf4Q==" + } + }, + "npm:tiny-parse-argv": { + "type": "npm", + "name": "npm:tiny-parse-argv", + "data": { + "version": "2.4.0", + "packageName": "tiny-parse-argv", + "hash": "sha512-WTEsnmeHNr99hLQIDA+gnsS+fDsCDITlqgI+zEhx9M6ErPt0heoNZ1PGvql6wcf95sIx40J0MLYXaPveGwtpoA==" + } + }, + "npm:tiny-readdir-glob": { + "type": "npm", + "name": "npm:tiny-readdir-glob", + "data": { + "version": "1.4.0", + "packageName": "tiny-readdir-glob", + "hash": "sha512-DoByQM1c/DiwdfYAeXsFkTbOOm+Sqr9XbgHf2855ioLgjD89vcymbk2I5CA1zGf9ZsYCzA6UtKmtZr+IEAYAHA==" + } + }, + "npm:tiny-readdir": { + "type": "npm", + "name": "npm:tiny-readdir", + "data": { + "version": "2.7.0", + "packageName": "tiny-readdir", + "hash": "sha512-xPeRQEgt+gHp3rLqunojyx0qrJ4XzCScfNiWiYKJWM8w4ehfOfqDyKuDvsJkFaPFg9y3uKVEVRZPGoavl9ypjw==" + } + }, + "npm:tiny-spinner": { + "type": "npm", + "name": "npm:tiny-spinner", + "data": { + "version": "2.0.3", + "packageName": "tiny-spinner", + "hash": "sha512-zuhtClm08obM7aCzgRAbAmOpYm0ekAh/OTLZEJ/8SuVD+cxUdlqGGN5PRnc2Ate8xmbG3+ldPBnlwmHgJrftpg==" + } + }, + "npm:tiny-truncate": { + "type": "npm", + "name": "npm:tiny-truncate", + "data": { + "version": "1.0.2", + "packageName": "tiny-truncate", + "hash": "sha512-XR2fjChcOjuz8Eu56zGwacYTKUHlhuzQ3VpD79yUwvWlLY3gCWorzRfBNXkmbwFjxzfmYZrC00cA4s/ET6mogw==" + } + }, + "npm:tiny-updater": { + "type": "npm", + "name": "npm:tiny-updater", + "data": { + "version": "3.5.1", + "packageName": "tiny-updater", + "hash": "sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==" + } + }, + "npm:tinybench": { + "type": "npm", + "name": "npm:tinybench", + "data": { + "version": "2.6.0", + "packageName": "tinybench", + "hash": "sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==" + } + }, + "npm:tinypool": { + "type": "npm", + "name": "npm:tinypool", + "data": { + "version": "0.8.3", + "packageName": "tinypool", + "hash": "sha512-Ud7uepAklqRH1bvwy22ynrliC7Dljz7Tm8M/0RBUW+YRa4YHhZ6e4PpgE+fu1zr/WqB1kbeuVrdfeuyIBpy4tw==" + } + }, + "npm:tinyspy": { + "type": "npm", + "name": "npm:tinyspy", + "data": { + "version": "2.2.1", + "packageName": "tinyspy", + "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" + } + }, + "npm:tmp": { + "type": "npm", + "name": "npm:tmp", + "data": { + "version": "0.2.3", + "packageName": "tmp", + "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" + } + }, + "npm:to-fast-properties": { + "type": "npm", + "name": "npm:to-fast-properties", + "data": { + "version": "2.0.0", + "packageName": "to-fast-properties", + "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" + } + }, + "npm:to-no-case": { + "type": "npm", + "name": "npm:to-no-case", + "data": { + "version": "1.0.2", + "packageName": "to-no-case", + "hash": "sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==" + } + }, + "npm:to-pascal-case": { + "type": "npm", + "name": "npm:to-pascal-case", + "data": { + "version": "1.0.0", + "packageName": "to-pascal-case", + "hash": "sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==" + } + }, + "npm:to-regex-range": { + "type": "npm", + "name": "npm:to-regex-range", + "data": { + "version": "5.0.1", + "packageName": "to-regex-range", + "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + } + }, + "npm:to-space-case": { + "type": "npm", + "name": "npm:to-space-case", + "data": { + "version": "1.0.0", + "packageName": "to-space-case", + "hash": "sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==" + } + }, + "npm:tough-cookie": { + "type": "npm", + "name": "npm:tough-cookie", + "data": { + "version": "4.1.3", + "packageName": "tough-cookie", + "hash": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==" + } + }, + "npm:tr46": { + "type": "npm", + "name": "npm:tr46", + "data": { + "version": "5.0.0", + "packageName": "tr46", + "hash": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==" + } + }, + "npm:traverse": { + "type": "npm", + "name": "npm:traverse", + "data": { + "version": "0.6.8", + "packageName": "traverse", + "hash": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==" + } + }, + "npm:tsconfck": { + "type": "npm", + "name": "npm:tsconfck", + "data": { + "version": "3.0.3", + "packageName": "tsconfck", + "hash": "sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==" + } + }, + "npm:tsconfig-paths": { + "type": "npm", + "name": "npm:tsconfig-paths", + "data": { + "version": "4.2.0", + "packageName": "tsconfig-paths", + "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" + } + }, + "npm:tslib": { + "type": "npm", + "name": "npm:tslib", + "data": { + "version": "2.6.2", + "packageName": "tslib", + "hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } + }, + "npm:type-detect": { + "type": "npm", + "name": "npm:type-detect", + "data": { + "version": "4.0.8", + "packageName": "type-detect", + "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + } + }, + "npm:type-fest": { + "type": "npm", + "name": "npm:type-fest", + "data": { + "version": "0.6.0", + "packageName": "type-fest", + "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + }, + "npm:typescript@5.3.3": { + "type": "npm", + "name": "npm:typescript@5.3.3", + "data": { + "version": "5.3.3", + "packageName": "typescript", + "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + } + }, + "npm:typescript": { + "type": "npm", + "name": "npm:typescript", + "data": { + "version": "5.4.3", + "packageName": "typescript", + "hash": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + } + }, + "npm:ufo": { + "type": "npm", + "name": "npm:ufo", + "data": { + "version": "1.5.3", + "packageName": "ufo", + "hash": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==" + } + }, + "npm:unc-path-regex": { + "type": "npm", + "name": "npm:unc-path-regex", + "data": { + "version": "0.1.2", + "packageName": "unc-path-regex", + "hash": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" + } + }, + "npm:undici-types": { + "type": "npm", + "name": "npm:undici-types", + "data": { + "version": "5.26.5", + "packageName": "undici-types", + "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + } + }, + "npm:unescape-js": { + "type": "npm", + "name": "npm:unescape-js", + "data": { + "version": "1.1.4", + "packageName": "unescape-js", + "hash": "sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==" + } + }, + "npm:unicode-canonical-property-names-ecmascript": { + "type": "npm", + "name": "npm:unicode-canonical-property-names-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-canonical-property-names-ecmascript", + "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + } + }, + "npm:unicode-match-property-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-match-property-ecmascript", + "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" + } + }, + "npm:unicode-match-property-value-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-value-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-match-property-value-ecmascript", + "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + } + }, + "npm:unicode-property-aliases-ecmascript": { + "type": "npm", + "name": "npm:unicode-property-aliases-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-property-aliases-ecmascript", + "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + } + }, + "npm:unicorn-magic": { + "type": "npm", + "name": "npm:unicorn-magic", + "data": { + "version": "0.1.0", + "packageName": "unicorn-magic", + "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" + } + }, + "npm:unique-string": { + "type": "npm", + "name": "npm:unique-string", + "data": { + "version": "2.0.0", + "packageName": "unique-string", + "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" + } + }, + "npm:universalify@0.1.2": { + "type": "npm", + "name": "npm:universalify@0.1.2", + "data": { + "version": "0.1.2", + "packageName": "universalify", + "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + }, + "npm:universalify@0.2.0": { + "type": "npm", + "name": "npm:universalify@0.2.0", + "data": { + "version": "0.2.0", + "packageName": "universalify", + "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + } + }, + "npm:universalify": { + "type": "npm", + "name": "npm:universalify", + "data": { + "version": "2.0.1", + "packageName": "universalify", + "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + } + }, + "npm:update-browserslist-db": { + "type": "npm", + "name": "npm:update-browserslist-db", + "data": { + "version": "1.0.13", + "packageName": "update-browserslist-db", + "hash": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==" + } + }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url-parse": { + "type": "npm", + "name": "npm:url-parse", + "data": { + "version": "1.5.10", + "packageName": "url-parse", + "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" + } + }, + "npm:util-deprecate": { + "type": "npm", + "name": "npm:util-deprecate", + "data": { + "version": "1.0.2", + "packageName": "util-deprecate", + "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + } + }, + "npm:v8flags": { + "type": "npm", + "name": "npm:v8flags", + "data": { + "version": "4.0.1", + "packageName": "v8flags", + "hash": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==" + } + }, + "npm:validate-npm-package-license": { + "type": "npm", + "name": "npm:validate-npm-package-license", + "data": { + "version": "3.0.4", + "packageName": "validate-npm-package-license", + "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" + } + }, + "npm:validate-npm-package-name": { + "type": "npm", + "name": "npm:validate-npm-package-name", + "data": { + "version": "4.0.0", + "packageName": "validate-npm-package-name", + "hash": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==" + } + }, + "npm:validate-npm-package-name@5.0.0": { + "type": "npm", + "name": "npm:validate-npm-package-name@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "validate-npm-package-name", + "hash": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==" + } + }, + "npm:validator": { + "type": "npm", + "name": "npm:validator", + "data": { + "version": "13.11.0", + "packageName": "validator", + "hash": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==" + } + }, + "npm:version-selector-type": { + "type": "npm", + "name": "npm:version-selector-type", + "data": { + "version": "3.0.0", + "packageName": "version-selector-type", + "hash": "sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==" + } + }, + "npm:vite-node": { + "type": "npm", + "name": "npm:vite-node", + "data": { + "version": "1.4.0", + "packageName": "vite-node", + "hash": "sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==" + } + }, + "npm:vite-plugin-dts": { + "type": "npm", + "name": "npm:vite-plugin-dts", + "data": { + "version": "3.7.3", + "packageName": "vite-plugin-dts", + "hash": "sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==" + } + }, + "npm:vite-plugin-externalize-deps": { + "type": "npm", + "name": "npm:vite-plugin-externalize-deps", + "data": { + "version": "0.8.0", + "packageName": "vite-plugin-externalize-deps", + "hash": "sha512-MdC8kRNQ1ZjhUicU2HcqGVhL0UUFqv83Zp1JZdHjE82PoPR8wsSWZ3axpot7B6img3sW6g8shYJikE0CKA0chA==" + } + }, + "npm:vite-tsconfig-paths": { + "type": "npm", + "name": "npm:vite-tsconfig-paths", + "data": { + "version": "4.3.2", + "packageName": "vite-tsconfig-paths", + "hash": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==" + } + }, + "npm:vite": { + "type": "npm", + "name": "npm:vite", + "data": { + "version": "5.2.6", + "packageName": "vite", + "hash": "sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==" + } + }, + "npm:vitest": { + "type": "npm", + "name": "npm:vitest", + "data": { + "version": "1.4.0", + "packageName": "vitest", + "hash": "sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==" + } + }, + "npm:vlq": { + "type": "npm", + "name": "npm:vlq", + "data": { + "version": "0.2.3", + "packageName": "vlq", + "hash": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==" + } + }, + "npm:vue-template-compiler": { + "type": "npm", + "name": "npm:vue-template-compiler", + "data": { + "version": "2.7.16", + "packageName": "vue-template-compiler", + "hash": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==" + } + }, + "npm:vue-tsc": { + "type": "npm", + "name": "npm:vue-tsc", + "data": { + "version": "1.8.27", + "packageName": "vue-tsc", + "hash": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==" + } + }, + "npm:w3c-xmlserializer": { + "type": "npm", + "name": "npm:w3c-xmlserializer", + "data": { + "version": "5.0.0", + "packageName": "w3c-xmlserializer", + "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" + } + }, + "npm:wcwidth": { + "type": "npm", + "name": "npm:wcwidth", + "data": { + "version": "1.0.1", + "packageName": "wcwidth", + "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" + } + }, + "npm:webidl-conversions": { + "type": "npm", + "name": "npm:webidl-conversions", + "data": { + "version": "7.0.0", + "packageName": "webidl-conversions", + "hash": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" + } + }, + "npm:webworker-shim": { + "type": "npm", + "name": "npm:webworker-shim", + "data": { + "version": "1.1.0", + "packageName": "webworker-shim", + "hash": "sha512-LhPJDED3cM0+K9w4JjIio+RYPqvr712b3lyM+JjMR/rSD9elrSYHrrwE9qu3inPSSf60xqePgFgEwuAg17AuhA==" + } + }, + "npm:whatwg-encoding": { + "type": "npm", + "name": "npm:whatwg-encoding", + "data": { + "version": "3.1.1", + "packageName": "whatwg-encoding", + "hash": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" + } + }, + "npm:whatwg-mimetype": { + "type": "npm", + "name": "npm:whatwg-mimetype", + "data": { + "version": "4.0.0", + "packageName": "whatwg-mimetype", + "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" + } + }, + "npm:whatwg-url": { + "type": "npm", + "name": "npm:whatwg-url", + "data": { + "version": "14.0.0", + "packageName": "whatwg-url", + "hash": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==" + } + }, + "npm:when-exit": { + "type": "npm", + "name": "npm:when-exit", + "data": { + "version": "2.1.2", + "packageName": "when-exit", + "hash": "sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==" + } + }, + "npm:which-boxed-primitive": { + "type": "npm", + "name": "npm:which-boxed-primitive", + "data": { + "version": "1.0.2", + "packageName": "which-boxed-primitive", + "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" + } + }, + "npm:which-collection": { + "type": "npm", + "name": "npm:which-collection", + "data": { + "version": "1.0.2", + "packageName": "which-collection", + "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" + } + }, + "npm:which-typed-array": { + "type": "npm", + "name": "npm:which-typed-array", + "data": { + "version": "1.1.15", + "packageName": "which-typed-array", + "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" + } + }, + "npm:which@1.3.1": { + "type": "npm", + "name": "npm:which@1.3.1", + "data": { + "version": "1.3.1", + "packageName": "which", + "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + } + }, + "npm:which@2.0.2": { + "type": "npm", + "name": "npm:which@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "4.0.0", + "packageName": "which", + "hash": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" + } + }, + "npm:why-is-node-running": { + "type": "npm", + "name": "npm:why-is-node-running", + "data": { + "version": "2.2.2", + "packageName": "why-is-node-running", + "hash": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==" + } + }, + "npm:worktank": { + "type": "npm", + "name": "npm:worktank", + "data": { + "version": "2.6.0", + "packageName": "worktank", + "hash": "sha512-bHqVyWbviQlUV7+wbd1yoZhjPXXk7ENVCNrlBARfVAg69AfOtnEMLc0hWo9ihaqmlO8WggdYGy/K+avWFSgBBQ==" + } + }, + "npm:wrap-ansi-cjs": { + "type": "npm", + "name": "npm:wrap-ansi-cjs", + "data": { + "version": "npm:wrap-ansi@7.0.0", + "packageName": "wrap-ansi-cjs", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:wrap-ansi": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "7.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:wrap-ansi@8.1.0": { + "type": "npm", + "name": "npm:wrap-ansi@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "wrap-ansi", + "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + } + }, + "npm:wrap-ansi@9.0.0": { + "type": "npm", + "name": "npm:wrap-ansi@9.0.0", + "data": { + "version": "9.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==" + } + }, + "npm:wrappy": { + "type": "npm", + "name": "npm:wrappy", + "data": { + "version": "1.0.2", + "packageName": "wrappy", + "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + } + }, + "npm:ws": { + "type": "npm", + "name": "npm:ws", + "data": { + "version": "8.16.0", + "packageName": "ws", + "hash": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==" + } + }, + "npm:xml-name-validator": { + "type": "npm", + "name": "npm:xml-name-validator", + "data": { + "version": "5.0.0", + "packageName": "xml-name-validator", + "hash": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" + } + }, + "npm:xmlchars": { + "type": "npm", + "name": "npm:xmlchars", + "data": { + "version": "2.2.0", + "packageName": "xmlchars", + "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + } + }, + "npm:xtend": { + "type": "npm", + "name": "npm:xtend", + "data": { + "version": "4.0.2", + "packageName": "xtend", + "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + } + }, + "npm:y18n": { + "type": "npm", + "name": "npm:y18n", + "data": { + "version": "5.0.8", + "packageName": "y18n", + "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + } + }, + "npm:yallist@2.1.2": { + "type": "npm", + "name": "npm:yallist@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "yallist", + "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + } + }, + "npm:yallist": { + "type": "npm", + "name": "npm:yallist", + "data": { + "version": "3.1.1", + "packageName": "yallist", + "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + }, + "npm:yallist@4.0.0": { + "type": "npm", + "name": "npm:yallist@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "yallist", + "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "npm:yaml": { + "type": "npm", + "name": "npm:yaml", + "data": { + "version": "2.3.4", + "packageName": "yaml", + "hash": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" + } + }, + "npm:yargs-parser": { + "type": "npm", + "name": "npm:yargs-parser", + "data": { + "version": "21.1.1", + "packageName": "yargs-parser", + "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + } + }, + "npm:yargs": { + "type": "npm", + "name": "npm:yargs", + "data": { + "version": "17.7.2", + "packageName": "yargs", + "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" + } + }, + "npm:yocto-queue@0.1.0": { + "type": "npm", + "name": "npm:yocto-queue@0.1.0", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "1.0.0", + "packageName": "yocto-queue", + "hash": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" + } + }, + "npm:z-schema": { + "type": "npm", + "name": "npm:z-schema", + "data": { + "version": "5.0.5", + "packageName": "z-schema", + "hash": "sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==" + } + }, + "npm:zeptomatch": { + "type": "npm", + "name": "npm:zeptomatch", + "data": { + "version": "1.2.2", + "packageName": "zeptomatch", + "hash": "sha512-0ETdzEO0hdYmT8aXHHf5aMjpX+FHFE61sG4qKFAoJD2Umt3TWdCmH7ADxn2oUiWTlqBGC+SGr8sYMfr+37J8pQ==" + } + }, + "npm:zlib": { + "type": "npm", + "name": "npm:zlib", + "data": { + "version": "1.0.5", + "packageName": "zlib", + "hash": "sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==" + } + }, + "npm:zod-validation-error": { + "type": "npm", + "name": "npm:zod-validation-error", + "data": { + "version": "3.0.3", + "packageName": "zod-validation-error", + "hash": "sha512-cETTrcMq3Ze58vhdR0zD37uJm/694I6mAxcf/ei5bl89cC++fBNxrC2z8lkFze/8hVMPwrbtrwXHR2LB50fpHw==" + } + }, + "npm:zod": { + "type": "npm", + "name": "npm:zod", + "data": { + "version": "3.22.4", + "packageName": "zod", + "hash": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==" + } + } + }, + "dependencies": [ + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:@babel/highlight", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:jsesc", + "type": "static" + }, + { + "source": "npm:@babel/helper-annotate-as-pure", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:lru-cache", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:regexpu-core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:lodash.debounce", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-hoist-variables", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-member-expression-to-functions", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/helper-optimise-call-expression", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-wrap-function", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-simple-access", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-skip-transparent-expression-wrappers", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-split-export-declaration", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:js-tokens@4.0.0", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:@babel/parser", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-display-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-display-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx-development", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx-development", + "target": "npm:@babel/plugin-transform-react-jsx", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:regenerator-transform", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-proposal-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-assertions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-attributes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-meta", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-top-level-await", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-arrow-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoped-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoping", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-classes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-computed-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-destructuring", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dotall-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-duplicate-keys", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-exponentiation-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-for-of", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-function-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-member-expression-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-amd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-systemjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-umd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-new-target", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-super", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-methods", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-property-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-reserved-words", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-shorthand-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-sticky-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-template-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-typeof-symbol", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-escapes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-property-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/preset-modules", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-display-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-jsx-development", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-pure-annotations", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-typescript", + "type": "static" + }, + { + "source": "npm:@babel/runtime", + "target": "npm:regenerator-runtime", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-string-parser", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:to-fast-properties", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-changelog-angular", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-commits-parser", + "type": "static" + }, + { + "source": "npm:@commitlint/types", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:array-last", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:babylon", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:compose-function", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:deep-freeze", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:filter-iterator", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:filter-obj", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:has-own-property", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:identity-function", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:is-iterable", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:iterable-lookahead", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:lodash.curry", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:magic-string@0.16.0", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:map-obj", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:object-pairs", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:object-values", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:reverse-arguments", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:shell-quote-word", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:to-pascal-case", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:unescape-js", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/set-array", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@rushstack/node-core-library", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/api-extractor-model", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/node-core-library", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/rig-package", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/ts-command-line", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:semver@7.5.4", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:typescript@5.3.3", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:jju", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:resolve@1.19.0", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir@2.1.5", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir@2.1.5", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat@3.0.0", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:@nodelib/fs.scandir@2.1.5", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:fastq", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:@npmcli/promise-spawn", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-inflight", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:which", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:@npmcli/name-from-folder", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:read-package-json-fast", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:@npmcli/git", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:normalize-package-data", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@npmcli/promise-spawn", + "target": "npm:which", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/types", + "type": "static" + }, + { + "source": "npm:@pnpm/error", + "target": "npm:@pnpm/constants", + "type": "static" + }, + { + "source": "npm:@pnpm/fetching-types", + "target": "npm:@zkochan/retry", + "type": "static" + }, + { + "source": "npm:@pnpm/fetching-types", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:@pnpm/graceful-fs", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@pnpm/logger", + "target": "npm:bole", + "type": "static" + }, + { + "source": "npm:@pnpm/logger", + "target": "npm:ndjson", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:validate-npm-package-name", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/core-loggers", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/error", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/fetching-types", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/graceful-fs", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolve-workspace-range", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolver-base", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/types", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@zkochan/retry", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:encode-registry", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:load-json-file", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-limit@3.1.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-memoize", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:parse-npm-tarball-url", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:path-temp", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ramda", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:rename-overwrite", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ssri", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:version-selector-type", + "type": "static" + }, + { + "source": "npm:@pnpm/resolve-workspace-range", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/resolver-base", + "target": "npm:@pnpm/types", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-package-arg", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-resolver", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/resolve-workspace-range", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:ramda", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:@iarna/toml", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:atomically", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:fast-ignore", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:find-up-json", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:import-meta-resolve", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:json-sorted-stringify", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:kasi", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:pioppo", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:specialist", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-editorconfig", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-jsonc", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-readdir-glob", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-spinner", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:worktank", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:zeptomatch", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-babel", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-babel", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-babel", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-babel", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:commondir", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:is-reference", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:@types/resolve", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:deepmerge", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:is-builtin-module", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:is-module", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-replace", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-replace", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-replace", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:serialize-javascript", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:smob", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:terser", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils@4.2.1", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils@4.2.1", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:fs-extra@7.0.1", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:import-lazy", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:jju", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:semver@7.5.4", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:z-schema", + "type": "static" + }, + { + "source": "npm:@rushstack/rig-package", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@rushstack/rig-package", + "target": "npm:strip-json-comments@3.1.1", + "type": "static" + }, + { + "source": "npm:@rushstack/ts-command-line", + "target": "npm:@types/argparse", + "type": "static" + }, + { + "source": "npm:@rushstack/ts-command-line", + "target": "npm:argparse@1.0.10", + "type": "static" + }, + { + "source": "npm:@rushstack/ts-command-line", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@rushstack/ts-command-line", + "target": "npm:string-argv", + "type": "static" + }, + { + "source": "npm:@size-limit/esbuild", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:@size-limit/esbuild", + "target": "npm:nanoid", + "type": "static" + }, + { + "source": "npm:@size-limit/esbuild", + "target": "npm:size-limit", + "type": "static" + }, + { + "source": "npm:@size-limit/file", + "target": "npm:size-limit", + "type": "static" + }, + { + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:@size-limit/esbuild", + "type": "static" + }, + { + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:@size-limit/file", + "type": "static" + }, + { + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:size-limit", + "type": "static" + }, + { + "source": "npm:@snyk/github-codeowners", + "target": "npm:commander@4.1.1", + "type": "static" + }, + { + "source": "npm:@snyk/github-codeowners", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@snyk/github-codeowners", + "target": "npm:p-map", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:@commitlint/parse", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:commander", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:current-git-branch", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:esbuild-register", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:git-log-parser", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:interpret", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:liftoff", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:luxon", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:rollup-plugin-preserve-directives", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:stream-to-array", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:v8flags", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:vite-plugin-dts", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:vite-plugin-externalize-deps", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:vite-tsconfig-paths", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:@types/aria-query", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:aria-query@5.1.3", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:dom-accessibility-api@0.5.16", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:lz-string", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:pretty-format", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:@adobe/css-tools", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:aria-query", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:chalk@3.0.0", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:css.escape", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:dom-accessibility-api", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:redent", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:vitest", + "type": "static" + }, + { + "source": "npm:@testing-library/react-hooks", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@testing-library/react-hooks", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@testing-library/react-hooks", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@testing-library/react-hooks", + "target": "npm:react-error-boundary", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:@testing-library/dom", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@types/node", + "target": "npm:undici-types", + "type": "static" + }, + { + "source": "npm:@types/react-dom", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@types/react", + "target": "npm:@types/prop-types", + "type": "static" + }, + { + "source": "npm:@types/react", + "target": "npm:@types/scheduler", + "type": "static" + }, + { + "source": "npm:@types/react", + "target": "npm:csstype", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:chai", + "type": "static" + }, + { + "source": "npm:@vitest/runner", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/runner", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:@vitest/runner", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:pretty-format@29.7.0", + "type": "static" + }, + { + "source": "npm:@vitest/spy", + "target": "npm:tinyspy", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:diff-sequences", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:estree-walker@3.0.3", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:loupe", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:pretty-format@29.7.0", + "type": "static" + }, + { + "source": "npm:@volar/language-core", + "target": "npm:@volar/source-map", + "type": "static" + }, + { + "source": "npm:@volar/source-map", + "target": "npm:muggle-string", + "type": "static" + }, + { + "source": "npm:@volar/typescript", + "target": "npm:@volar/language-core", + "type": "static" + }, + { + "source": "npm:@volar/typescript", + "target": "npm:path-browserify", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:@vue/shared", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:entities", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:source-map-js", + "type": "static" + }, + { + "source": "npm:@vue/compiler-dom", + "target": "npm:@vue/compiler-core", + "type": "static" + }, + { + "source": "npm:@vue/compiler-dom", + "target": "npm:@vue/shared", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:@volar/language-core", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:@volar/source-map", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:@vue/compiler-dom", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:@vue/shared", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:computeds", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:muggle-string", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:path-browserify", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:vue-template-compiler", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:js-yaml@3.14.1", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@zkochan/js-yaml", + "target": "npm:argparse", + "type": "static" + }, + { + "source": "npm:@zkochan/rimraf", + "target": "npm:rimraf@3.0.2", + "type": "static" + }, + { + "source": "npm:JSONStream", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:JSONStream", + "target": "npm:through", + "type": "static" + }, + { + "source": "npm:agent-base", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:clean-stack", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:indent-string", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:uri-js", + "type": "static" + }, + { + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert@1.9.3", + "type": "static" + }, + { + "source": "npm:ansi-styles", + "target": "npm:color-convert", + "type": "static" + }, + { + "source": "npm:ansi-truncate", + "target": "npm:fast-string-truncated-width", + "type": "static" + }, + { + "source": "npm:anymatch", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:anymatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:argparse@1.0.10", + "target": "npm:sprintf-js", + "type": "static" + }, + { + "source": "npm:aria-query@5.1.3", + "target": "npm:deep-equal", + "type": "static" + }, + { + "source": "npm:aria-query", + "target": "npm:dequal", + "type": "static" + }, + { + "source": "npm:array-buffer-byte-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:array-buffer-byte-length", + "target": "npm:is-array-buffer", + "type": "static" + }, + { + "source": "npm:array-last", + "target": "npm:is-number", + "type": "static" + }, + { + "source": "npm:atomically", + "target": "npm:stubborn-fs", + "type": "static" + }, + { + "source": "npm:atomically", + "target": "npm:when-exit", + "type": "static" + }, + { + "source": "npm:available-typed-arrays", + "target": "npm:possible-typed-array-names", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:follow-redirects", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:proxy-from-env", + "type": "static" + }, + { + "source": "npm:axobject-query", + "target": "npm:dequal", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:bole", + "target": "npm:fast-safe-stringify", + "type": "static" + }, + { + "source": "npm:bole", + "target": "npm:individual", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + }, + { + "source": "npm:brace-expansion", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:braces", + "target": "npm:fill-range", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:caniuse-lite", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:electron-to-chromium", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:node-releases", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:update-browserslist-db", + "type": "static" + }, + { + "source": "npm:buffer", + "target": "npm:base64-js", + "type": "static" + }, + { + "source": "npm:buffer", + "target": "npm:ieee754", + "type": "static" + }, + { + "source": "npm:builtins", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:set-function-length", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:assertion-error", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:check-error", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:deep-eql", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:get-func-name", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:loupe", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:pathval", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:type-detect", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:ansi-styles@3.2.1", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:escape-string-regexp", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:supports-color@5.5.0", + "type": "static" + }, + { + "source": "npm:chalk@3.0.0", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:chalk@3.0.0", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + }, + { + "source": "npm:check-error", + "target": "npm:get-func-name", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:anymatch", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:readdirp", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:cli-cursor", + "target": "npm:restore-cursor", + "type": "static" + }, + { + "source": "npm:cli-cursor@4.0.0", + "target": "npm:restore-cursor@4.0.0", + "type": "static" + }, + { + "source": "npm:cli-truncate", + "target": "npm:slice-ansi", + "type": "static" + }, + { + "source": "npm:cli-truncate", + "target": "npm:string-width@7.1.0", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:wrap-ansi", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:estree-walker@3.0.3", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:periscopic", + "type": "static" + }, + { + "source": "npm:color-convert@1.9.3", + "target": "npm:color-name@1.1.3", + "type": "static" + }, + { + "source": "npm:color-convert", + "target": "npm:color-name", + "type": "static" + }, + { + "source": "npm:combined-stream", + "target": "npm:delayed-stream", + "type": "static" + }, + { + "source": "npm:compare-func", + "target": "npm:array-ify", + "type": "static" + }, + { + "source": "npm:compare-func", + "target": "npm:dot-prop", + "type": "static" + }, + { + "source": "npm:compose-function", + "target": "npm:arity-n", + "type": "static" + }, + { + "source": "npm:conventional-changelog-angular", + "target": "npm:compare-func", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:is-text-path", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:meow", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:split2@4.2.0", + "type": "static" + }, + { + "source": "npm:core-js-compat", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:cross-spawn@5.1.0", + "target": "npm:lru-cache@4.1.5", + "type": "static" + }, + { + "source": "npm:cross-spawn@5.1.0", + "target": "npm:shebang-command@1.2.0", + "type": "static" + }, + { + "source": "npm:cross-spawn@5.1.0", + "target": "npm:which@1.3.1", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:shebang-command", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:which@2.0.2", + "type": "static" + }, + { + "source": "npm:css-tree", + "target": "npm:mdn-data", + "type": "static" + }, + { + "source": "npm:css-tree", + "target": "npm:source-map-js", + "type": "static" + }, + { + "source": "npm:cssstyle", + "target": "npm:rrweb-cssom", + "type": "static" + }, + { + "source": "npm:current-git-branch", + "target": "npm:babel-plugin-add-module-exports", + "type": "static" + }, + { + "source": "npm:current-git-branch", + "target": "npm:execa@0.6.3", + "type": "static" + }, + { + "source": "npm:current-git-branch", + "target": "npm:is-git-repository", + "type": "static" + }, + { + "source": "npm:data-urls", + "target": "npm:whatwg-mimetype", + "type": "static" + }, + { + "source": "npm:data-urls", + "target": "npm:whatwg-url", + "type": "static" + }, + { + "source": "npm:debug", + "target": "npm:ms", + "type": "static" + }, + { + "source": "npm:deep-eql", + "target": "npm:type-detect", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:array-buffer-byte-length", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:es-get-iterator", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-arguments", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-array-buffer", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-date-object", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-regex", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-shared-array-buffer", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:isarray", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:object-is", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:object-keys", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:object.assign", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:regexp.prototype.flags", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:side-channel", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:which-boxed-primitive", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:which-collection", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:which-typed-array", + "type": "static" + }, + { + "source": "npm:defaults", + "target": "npm:clone", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:object-keys", + "type": "static" + }, + { + "source": "npm:dot-prop", + "target": "npm:is-obj", + "type": "static" + }, + { + "source": "npm:duplexer2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:easy-table", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:easy-table", + "target": "npm:wcwidth", + "type": "static" + }, + { + "source": "npm:encode-registry", + "target": "npm:mem", + "type": "static" + }, + { + "source": "npm:end-of-stream", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:enquirer", + "target": "npm:ansi-colors", + "type": "static" + }, + { + "source": "npm:error-ex", + "target": "npm:is-arrayish", + "type": "static" + }, + { + "source": "npm:es-define-property", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:is-arguments", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:is-map", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:is-set", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:is-string", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:isarray", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:stop-iteration-iterator", + "type": "static" + }, + { + "source": "npm:esbuild-register", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:esbuild-register", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", + "type": "static" + }, + { + "source": "npm:estree-walker@3.0.3", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:cross-spawn@5.1.0", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:get-stream@3.0.0", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:is-stream@1.1.0", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:npm-run-path@2.0.2", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:p-finally", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:strip-eof", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:human-signals", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:npm-run-path@5.3.0", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:signal-exit", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:strip-final-newline", + "type": "static" + }, + { + "source": "npm:expand-tilde", + "target": "npm:homedir-polyfill", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.walk@1.2.8", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:fast-ignore", + "target": "npm:grammex", + "type": "static" + }, + { + "source": "npm:fast-string-width", + "target": "npm:fast-string-truncated-width", + "type": "static" + }, + { + "source": "npm:fastq", + "target": "npm:reusify", + "type": "static" + }, + { + "source": "npm:figures", + "target": "npm:escape-string-regexp", + "type": "static" + }, + { + "source": "npm:fill-range", + "target": "npm:to-regex-range", + "type": "static" + }, + { + "source": "npm:find-up-json", + "target": "npm:find-up-path", + "type": "static" + }, + { + "source": "npm:findup-sync", + "target": "npm:detect-file", + "type": "static" + }, + { + "source": "npm:findup-sync", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:findup-sync", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:findup-sync", + "target": "npm:resolve-dir", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:expand-tilde", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:object.defaults", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:object.pick", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:parse-filepath", + "type": "static" + }, + { + "source": "npm:for-each", + "target": "npm:is-callable", + "type": "static" + }, + { + "source": "npm:for-own", + "target": "npm:for-in", + "type": "static" + }, + { + "source": "npm:foreground-child", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:foreground-child", + "target": "npm:signal-exit", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:asynckit", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:combined-stream", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:mime-types", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:fs-extra@7.0.1", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@7.0.1", + "target": "npm:jsonfile@4.0.0", + "type": "static" + }, + { + "source": "npm:fs-extra@7.0.1", + "target": "npm:universalify@0.1.2", + "type": "static" + }, + { + "source": "npm:get-current-package", + "target": "npm:find-up-json", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:argv-formatter", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:spawn-error-forwarder", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:split2", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:stream-combiner2", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:through2", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:traverse", + "type": "static" + }, + { + "source": "npm:glob-parent", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:path-scurry", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:path-is-absolute", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minimatch@5.1.6", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:global-modules", + "target": "npm:global-prefix", + "type": "static" + }, + { + "source": "npm:global-modules", + "target": "npm:is-windows", + "type": "static" + }, + { + "source": "npm:global-modules", + "target": "npm:resolve-dir", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:expand-tilde", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:homedir-polyfill", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:ini", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:is-windows", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:which@1.3.1", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:@sindresorhus/merge-streams", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:unicorn-magic", + "type": "static" + }, + { + "source": "npm:gopd", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:has-property-descriptors", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:has-tostringtag", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:hasown", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:homedir-polyfill", + "target": "npm:parse-passwd", + "type": "static" + }, + { + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:hosted-git-info", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:html-encoding-sniffer", + "target": "npm:whatwg-encoding", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:https-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:https-proxy-agent", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:iconv-lite", + "target": "npm:safer-buffer", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:side-channel", + "type": "static" + }, + { + "source": "npm:is-absolute", + "target": "npm:is-relative", + "type": "static" + }, + { + "source": "npm:is-absolute", + "target": "npm:is-windows", + "type": "static" + }, + { + "source": "npm:is-arguments", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-arguments", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-array-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-array-buffer", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:is-bigint", + "target": "npm:has-bigints", + "type": "static" + }, + { + "source": "npm:is-binary-path", + "target": "npm:binary-extensions", + "type": "static" + }, + { + "source": "npm:is-boolean-object", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-boolean-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-builtin-module", + "target": "npm:builtin-modules", + "type": "static" + }, + { + "source": "npm:is-core-module", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:is-date-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-fullwidth-code-point@5.0.0", + "target": "npm:get-east-asian-width", + "type": "static" + }, + { + "source": "npm:is-git-repository", + "target": "npm:execa@0.6.3", + "type": "static" + }, + { + "source": "npm:is-git-repository", + "target": "npm:path-is-absolute", + "type": "static" + }, + { + "source": "npm:is-glob", + "target": "npm:is-extglob", + "type": "static" + }, + { + "source": "npm:is-number-object", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-reference", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:is-reference@3.0.2", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:is-regex", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-regex", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-relative", + "target": "npm:is-unc-path", + "type": "static" + }, + { + "source": "npm:is-shared-array-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-string", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:is-symbol", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:is-text-path", + "target": "npm:text-extensions", + "type": "static" + }, + { + "source": "npm:is-unc-path", + "target": "npm:unc-path-regex", + "type": "static" + }, + { + "source": "npm:is-weakset", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-weakset", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:is-wsl", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:jackspeak", + "target": "npm:@isaacs/cliui", + "type": "static" + }, + { + "source": "npm:jackspeak", + "target": "npm:@pkgjs/parseargs", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:diff-sequences", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:pretty-format@29.7.0", + "type": "static" + }, + { + "source": "npm:js-yaml@3.14.1", + "target": "npm:argparse@1.0.10", + "type": "static" + }, + { + "source": "npm:js-yaml@3.14.1", + "target": "npm:esprima", + "type": "static" + }, + { + "source": "npm:js-yaml", + "target": "npm:argparse", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:cssstyle", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:data-urls", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:decimal.js", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:html-encoding-sniffer", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:http-proxy-agent", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:is-potential-custom-element-name", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:nwsapi", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:parse5", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:rrweb-cssom", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:saxes", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:symbol-tree", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:tough-cookie", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:w3c-xmlserializer", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:webidl-conversions", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:whatwg-encoding", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:whatwg-mimetype", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:whatwg-url", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:xml-name-validator", + "type": "static" + }, + { + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:jsonfile", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:jsonfile", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@ericcornelissen/bash-parser", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@npmcli/map-workspaces", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@npmcli/package-json", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@pnpm/workspace.pkgs-graph", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@snyk/github-codeowners", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@types/picomatch", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:easy-table", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:pretty-ms", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:smol-toml", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:strip-json-comments", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:summary", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:zod", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:zod-validation-error", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:extend", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:findup-sync", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:fined", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:flagged-respawn", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:object.map", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:rechoir", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:commander@11.1.0", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:lilconfig", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:listr2", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:pidtree", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:string-argv", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:yaml", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:cli-truncate", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:eventemitter3", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:log-update", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:wrap-ansi@9.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:strip-bom@4.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:type-fest", + "type": "static" + }, + { + "source": "npm:local-pkg", + "target": "npm:mlly", + "type": "static" + }, + { + "source": "npm:local-pkg", + "target": "npm:pkg-types", + "type": "static" + }, + { + "source": "npm:log-symbols", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:log-symbols", + "target": "npm:is-unicode-supported", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:ansi-escapes", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:cli-cursor@4.0.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:slice-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:wrap-ansi@9.0.0", + "type": "static" + }, + { + "source": "npm:loose-envify", + "target": "npm:js-tokens@4.0.0", + "type": "static" + }, + { + "source": "npm:loupe", + "target": "npm:get-func-name", + "type": "static" + }, + { + "source": "npm:lru-cache@4.1.5", + "target": "npm:pseudomap", + "type": "static" + }, + { + "source": "npm:lru-cache@4.1.5", + "target": "npm:yallist@2.1.2", + "type": "static" + }, + { + "source": "npm:lru-cache", + "target": "npm:yallist", + "type": "static" + }, + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + }, + { + "source": "npm:magic-string@0.16.0", + "target": "npm:vlq", + "type": "static" + }, + { + "source": "npm:magic-string", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:make-iterator", + "target": "npm:kind-of", + "type": "static" + }, + { + "source": "npm:map-age-cleaner", + "target": "npm:p-defer", + "type": "static" + }, + { + "source": "npm:mem@6.1.1", + "target": "npm:map-age-cleaner", + "type": "static" + }, + { + "source": "npm:mem@6.1.1", + "target": "npm:mimic-fn@3.1.0", + "type": "static" + }, + { + "source": "npm:mem", + "target": "npm:map-age-cleaner", + "type": "static" + }, + { + "source": "npm:mem", + "target": "npm:mimic-fn@3.1.0", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:mime-types", + "target": "npm:mime-db", + "type": "static" + }, + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + }, + { + "source": "npm:minimatch@5.1.6", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:minimatch", + "target": "npm:brace-expansion", + "type": "static" + }, + { + "source": "npm:mlly", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:mlly", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:mlly", + "target": "npm:pkg-types", + "type": "static" + }, + { + "source": "npm:mlly", + "target": "npm:ufo", + "type": "static" + }, + { + "source": "npm:nanospinner", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:json-stringify-safe", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:split2@3.2.2", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:through2@4.0.2", + "type": "static" + }, + { + "source": "npm:node-fetch", + "target": "npm:data-uri-to-buffer", + "type": "static" + }, + { + "source": "npm:node-fetch", + "target": "npm:fetch-blob", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:validate-npm-package-license", + "type": "static" + }, + { + "source": "npm:npm-install-checks", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:validate-npm-package-name@5.0.0", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-install-checks", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-normalize-package-bin", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-package-arg", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:npm-run-path@2.0.2", + "target": "npm:path-key@2.0.1", + "type": "static" + }, + { + "source": "npm:npm-run-path", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:npm-run-path@5.3.0", + "target": "npm:path-key@4.0.0", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nrwl/tao", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@yarnpkg/lockfile", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@yarnpkg/parsers", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv-expand", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:lines-and-columns", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:node-machine-id", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:strong-log-transformer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tar-stream", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-arm64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-x64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-freebsd-x64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:object-is", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:object-is", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:object-keys", + "type": "static" + }, + { + "source": "npm:object.defaults", + "target": "npm:array-each", + "type": "static" + }, + { + "source": "npm:object.defaults", + "target": "npm:array-slice", + "type": "static" + }, + { + "source": "npm:object.defaults", + "target": "npm:for-own", + "type": "static" + }, + { + "source": "npm:object.defaults", + "target": "npm:isobject", + "type": "static" + }, + { + "source": "npm:object.map", + "target": "npm:for-own", + "type": "static" + }, + { + "source": "npm:object.map", + "target": "npm:make-iterator", + "type": "static" + }, + { + "source": "npm:object.pick", + "target": "npm:isobject", + "type": "static" + }, + { + "source": "npm:once", + "target": "npm:wrappy", + "type": "static" + }, + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + }, + { + "source": "npm:onetime", + "target": "npm:mimic-fn", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:define-lazy-prop", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-wsl", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:is-interactive", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:log-symbols", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:wcwidth", + "type": "static" + }, + { + "source": "npm:p-limit@3.1.0", + "target": "npm:yocto-queue@0.1.0", + "type": "static" + }, + { + "source": "npm:p-limit", + "target": "npm:yocto-queue", + "type": "static" + }, + { + "source": "npm:p-map", + "target": "npm:aggregate-error", + "type": "static" + }, + { + "source": "npm:p-memoize", + "target": "npm:mem@6.1.1", + "type": "static" + }, + { + "source": "npm:p-memoize", + "target": "npm:mimic-fn@3.1.0", + "type": "static" + }, + { + "source": "npm:parse-filepath", + "target": "npm:is-absolute", + "type": "static" + }, + { + "source": "npm:parse-filepath", + "target": "npm:map-cache", + "type": "static" + }, + { + "source": "npm:parse-filepath", + "target": "npm:path-root", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:error-ex", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:json-parse-even-better-errors@2.3.1", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:lines-and-columns@1.2.4", + "type": "static" + }, + { + "source": "npm:parse-npm-tarball-url", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:parse5", + "target": "npm:entities", + "type": "static" + }, + { + "source": "npm:path-root", + "target": "npm:path-root-regex", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:path-temp", + "target": "npm:unique-string", + "type": "static" + }, + { + "source": "npm:periscopic", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:periscopic", + "target": "npm:estree-walker@3.0.3", + "type": "static" + }, + { + "source": "npm:periscopic", + "target": "npm:is-reference@3.0.2", + "type": "static" + }, + { + "source": "npm:pioppo", + "target": "npm:dettle", + "type": "static" + }, + { + "source": "npm:pioppo", + "target": "npm:when-exit", + "type": "static" + }, + { + "source": "npm:pkg-types", + "target": "npm:jsonc-parser@3.2.1", + "type": "static" + }, + { + "source": "npm:pkg-types", + "target": "npm:mlly", + "type": "static" + }, + { + "source": "npm:pkg-types", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:nanoid@3.3.7", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:source-map-js", + "type": "static" + }, + { + "source": "npm:prettier-plugin-svelte", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:prettier-plugin-svelte", + "target": "npm:svelte", + "type": "static" + }, + { + "source": "npm:prettier", + "target": "npm:@prettier/cli", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:ansi-styles@5.2.0", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:react-is", + "type": "static" + }, + { + "source": "npm:pretty-format@29.7.0", + "target": "npm:@jest/schemas", + "type": "static" + }, + { + "source": "npm:pretty-format@29.7.0", + "target": "npm:ansi-styles@5.2.0", + "type": "static" + }, + { + "source": "npm:pretty-format@29.7.0", + "target": "npm:react-is@18.2.0", + "type": "static" + }, + { + "source": "npm:pretty-ms", + "target": "npm:parse-ms", + "type": "static" + }, + { + "source": "npm:promise-retry", + "target": "npm:err-code", + "type": "static" + }, + { + "source": "npm:promise-retry", + "target": "npm:retry", + "type": "static" + }, + { + "source": "npm:randombytes", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:scheduler", + "type": "static" + }, + { + "source": "npm:react-error-boundary", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:react-error-boundary", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:read-package-json-fast", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json-fast", + "target": "npm:npm-normalize-package-bin", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:string_decoder@1.3.0", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:util-deprecate", + "type": "static" + }, + { + "source": "npm:readdirp", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:rechoir", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:redent", + "target": "npm:indent-string", + "type": "static" + }, + { + "source": "npm:redent", + "target": "npm:strip-indent", + "type": "static" + }, + { + "source": "npm:regenerate-unicode-properties", + "target": "npm:regenerate", + "type": "static" + }, + { + "source": "npm:regenerator-transform", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:set-function-name", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:@babel/regjsgen", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regenerate", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regenerate-unicode-properties", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regjsparser", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-ecmascript", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-value-ecmascript", + "type": "static" + }, + { + "source": "npm:regjsparser", + "target": "npm:jsesc@0.5.0", + "type": "static" + }, + { + "source": "npm:rename-overwrite", + "target": "npm:@zkochan/rimraf", + "type": "static" + }, + { + "source": "npm:rename-overwrite", + "target": "npm:fs-extra@10.1.0", + "type": "static" + }, + { + "source": "npm:resolve-dir", + "target": "npm:expand-tilde", + "type": "static" + }, + { + "source": "npm:resolve-dir", + "target": "npm:global-modules", + "type": "static" + }, + { + "source": "npm:resolve@1.19.0", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve@1.19.0", + "target": "npm:path-parse", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:path-parse", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:supports-preserve-symlinks-flag", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:restore-cursor@4.0.0", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:restore-cursor@4.0.0", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:rimraf@3.0.2", + "target": "npm:glob@7.2.3", + "type": "static" + }, + { + "source": "npm:rimraf", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:ci-env", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:minimatch@5.1.6", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:pretty-bytes", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:zlib", + "type": "static" + }, + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:@rollup/pluginutils@4.2.1", + "type": "static" + }, + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:resolve.exports", + "type": "static" + }, + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:svelte", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm-eabi", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:run-parallel", + "target": "npm:queue-microtask", + "type": "static" + }, + { + "source": "npm:saxes", + "target": "npm:xmlchars", + "type": "static" + }, + { + "source": "npm:scheduler", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:semver@7.5.4", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:semver@7.6.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + }, + { + "source": "npm:serialize-javascript", + "target": "npm:randombytes", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:functions-have-names", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:shebang-command@1.2.0", + "target": "npm:shebang-regex@1.0.0", + "type": "static" + }, + { + "source": "npm:shebang-command", + "target": "npm:shebang-regex", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-darwin-arm64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-darwin-x64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-linux-arm64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-linux-x64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-windows-arm64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-windows-x64", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:object-inspect", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:bytes-iec", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:lilconfig@3.1.1", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:nanospinner", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:slice-ansi", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:slice-ansi", + "target": "npm:is-fullwidth-code-point@4.0.0", + "type": "static" + }, + { + "source": "npm:slice-ansi@7.1.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:slice-ansi@7.1.0", + "target": "npm:is-fullwidth-code-point@5.0.0", + "type": "static" + }, + { + "source": "npm:source-map-support", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:spdx-correct", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:spdx-correct", + "target": "npm:spdx-license-ids", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-exceptions", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-license-ids", + "type": "static" + }, + { + "source": "npm:specialist", + "target": "npm:tiny-bin", + "type": "static" + }, + { + "source": "npm:specialist", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:specialist", + "target": "npm:tiny-parse-argv", + "type": "static" + }, + { + "source": "npm:specialist", + "target": "npm:tiny-updater", + "type": "static" + }, + { + "source": "npm:split2", + "target": "npm:through2", + "type": "static" + }, + { + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:ssri", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:stop-iteration-iterator", + "target": "npm:internal-slot", + "type": "static" + }, + { + "source": "npm:stream-combiner2", + "target": "npm:duplexer2", + "type": "static" + }, + { + "source": "npm:stream-combiner2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:stream-to-array", + "target": "npm:any-promise", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:is-fullwidth-code-point", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:eastasianwidth", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:emoji-regex@9.2.2", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:string-width@7.1.0", + "target": "npm:emoji-regex@10.3.0", + "type": "static" + }, + { + "source": "npm:string-width@7.1.0", + "target": "npm:get-east-asian-width", + "type": "static" + }, + { + "source": "npm:string-width@7.1.0", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:string_decoder", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:string_decoder@1.3.0", + "target": "npm:safe-buffer", + "type": "static" + }, + { + "source": "npm:strip-ansi", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.0.1", + "type": "static" + }, + { + "source": "npm:strip-indent", + "target": "npm:min-indent", + "type": "static" + }, + { + "source": "npm:strip-literal", + "target": "npm:js-tokens", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:duplexer", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:through", + "type": "static" + }, + { + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", + "type": "static" + }, + { + "source": "npm:supports-color", + "target": "npm:has-flag", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:aria-query", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:axobject-query", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:code-red", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:css-tree", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:estree-walker@3.0.3", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:is-reference@3.0.2", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:locate-character", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:periscopic", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:fs-constants", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:terser", + "target": "npm:@jridgewell/source-map", + "type": "static" + }, + { + "source": "npm:terser", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:terser", + "target": "npm:commander@2.20.3", + "type": "static" + }, + { + "source": "npm:terser", + "target": "npm:source-map-support", + "type": "static" + }, + { + "source": "npm:through2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:through2", + "target": "npm:xtend", + "type": "static" + }, + { + "source": "npm:through2@4.0.2", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:ansi-purge", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:fast-string-width", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:get-current-package", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-levenshtein", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-parse-argv", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-updater", + "type": "static" + }, + { + "source": "npm:tiny-cursor", + "target": "npm:when-exit", + "type": "static" + }, + { + "source": "npm:tiny-editorconfig", + "target": "npm:ini-simple-parser", + "type": "static" + }, + { + "source": "npm:tiny-editorconfig", + "target": "npm:zeptomatch", + "type": "static" + }, + { + "source": "npm:tiny-readdir-glob", + "target": "npm:tiny-readdir", + "type": "static" + }, + { + "source": "npm:tiny-readdir-glob", + "target": "npm:zeptomatch", + "type": "static" + }, + { + "source": "npm:tiny-readdir", + "target": "npm:promise-make-naked", + "type": "static" + }, + { + "source": "npm:tiny-spinner", + "target": "npm:stdin-blocker", + "type": "static" + }, + { + "source": "npm:tiny-spinner", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:tiny-spinner", + "target": "npm:tiny-cursor", + "type": "static" + }, + { + "source": "npm:tiny-spinner", + "target": "npm:tiny-truncate", + "type": "static" + }, + { + "source": "npm:tiny-truncate", + "target": "npm:ansi-truncate", + "type": "static" + }, + { + "source": "npm:tiny-updater", + "target": "npm:ionstore", + "type": "static" + }, + { + "source": "npm:tiny-updater", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:tiny-updater", + "target": "npm:when-exit", + "type": "static" + }, + { + "source": "npm:to-pascal-case", + "target": "npm:to-space-case", + "type": "static" + }, + { + "source": "npm:to-regex-range", + "target": "npm:is-number@7.0.0", + "type": "static" + }, + { + "source": "npm:to-space-case", + "target": "npm:to-no-case", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:psl", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:punycode", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:universalify@0.2.0", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:url-parse", + "type": "static" + }, + { + "source": "npm:tr46", + "target": "npm:punycode", + "type": "static" + }, + { + "source": "npm:tsconfck", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:strip-bom", + "type": "static" + }, + { + "source": "npm:unescape-js", + "target": "npm:string.fromcodepoint", + "type": "static" + }, + { + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-canonical-property-names-ecmascript", + "type": "static" + }, + { + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-property-aliases-ecmascript", + "type": "static" + }, + { + "source": "npm:unique-string", + "target": "npm:crypto-random-string", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:uri-js", + "target": "npm:punycode", + "type": "static" + }, + { + "source": "npm:url-parse", + "target": "npm:querystringify", + "type": "static" + }, + { + "source": "npm:url-parse", + "target": "npm:requires-port", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-correct", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:validate-npm-package-name", + "target": "npm:builtins", + "type": "static" + }, + { + "source": "npm:validate-npm-package-name@5.0.0", + "target": "npm:builtins", + "type": "static" + }, + { + "source": "npm:version-selector-type", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:cac", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:@microsoft/api-extractor", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:@vue/language-core", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:kolorist", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:vue-tsc", + "type": "static" + }, + { + "source": "npm:vite-plugin-externalize-deps", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vite-tsconfig-paths", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vite-tsconfig-paths", + "target": "npm:globrex", + "type": "static" + }, + { + "source": "npm:vite-tsconfig-paths", + "target": "npm:tsconfck", + "type": "static" + }, + { + "source": "npm:vite-tsconfig-paths", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:fsevents", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/expect", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/runner", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/snapshot", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:acorn-walk", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:chai", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:jsdom", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:local-pkg", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:std-env", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:strip-literal", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinybench", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinypool", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:vite-node", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:why-is-node-running", + "type": "static" + }, + { + "source": "npm:vue-template-compiler", + "target": "npm:de-indent", + "type": "static" + }, + { + "source": "npm:vue-template-compiler", + "target": "npm:he", + "type": "static" + }, + { + "source": "npm:vue-tsc", + "target": "npm:@volar/typescript", + "type": "static" + }, + { + "source": "npm:vue-tsc", + "target": "npm:@vue/language-core", + "type": "static" + }, + { + "source": "npm:vue-tsc", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:vue-tsc", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:w3c-xmlserializer", + "target": "npm:xml-name-validator", + "type": "static" + }, + { + "source": "npm:wcwidth", + "target": "npm:defaults", + "type": "static" + }, + { + "source": "npm:whatwg-encoding", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:whatwg-url", + "target": "npm:tr46", + "type": "static" + }, + { + "source": "npm:whatwg-url", + "target": "npm:webidl-conversions", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-bigint", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-boolean-object", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-number-object", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-string", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-symbol", + "type": "static" + }, + { + "source": "npm:which-collection", + "target": "npm:is-map", + "type": "static" + }, + { + "source": "npm:which-collection", + "target": "npm:is-set", + "type": "static" + }, + { + "source": "npm:which-collection", + "target": "npm:is-weakmap", + "type": "static" + }, + { + "source": "npm:which-collection", + "target": "npm:is-weakset", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:available-typed-arrays", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:has-tostringtag", + "type": "static" + }, + { + "source": "npm:which@1.3.1", + "target": "npm:isexe", + "type": "static" + }, + { + "source": "npm:which@2.0.2", + "target": "npm:isexe", + "type": "static" + }, + { + "source": "npm:which", + "target": "npm:isexe@3.1.1", + "type": "static" + }, + { + "source": "npm:why-is-node-running", + "target": "npm:siginfo", + "type": "static" + }, + { + "source": "npm:why-is-node-running", + "target": "npm:stackback", + "type": "static" + }, + { + "source": "npm:worktank", + "target": "npm:promise-make-naked", + "type": "static" + }, + { + "source": "npm:worktank", + "target": "npm:webworker-shim", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:wrap-ansi@9.0.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:wrap-ansi@9.0.0", + "target": "npm:string-width@7.1.0", + "type": "static" + }, + { + "source": "npm:wrap-ansi@9.0.0", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:get-caller-file", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:require-directory", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:y18n", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:z-schema", + "target": "npm:lodash.get", + "type": "static" + }, + { + "source": "npm:z-schema", + "target": "npm:lodash.isequal", + "type": "static" + }, + { + "source": "npm:z-schema", + "target": "npm:validator", + "type": "static" + }, + { + "source": "npm:z-schema", + "target": "npm:commander@9.5.0", + "type": "static" + }, + { + "source": "npm:zeptomatch", + "target": "npm:grammex", + "type": "static" + }, + { + "source": "npm:zod-validation-error", + "target": "npm:zod", + "type": "static" + } + ] +} diff --git a/.nx/cache/project-graph.json b/.nx/cache/project-graph.json new file mode 100644 index 00000000000..5d57195318a --- /dev/null +++ b/.nx/cache/project-graph.json @@ -0,0 +1,18326 @@ +{ + "nodes": { + "data-mapper-standalone": { + "name": "data-mapper-standalone", + "type": "app", + "data": { + "root": "apps/data-mapper-standalone", + "targets": { + "build": { + "executor": "@nrwl/webpack:webpack", + "dependsOn": ["^build"], + "inputs": ["production", "^production"], + "outputs": ["{options.outputPath}"], + "options": { + "outputPath": "dist/apps/data-mapper-standalone", + "index": "apps/data-mapper-standalone/src/index.html", + "main": "apps/data-mapper-standalone/src/main.tsx", + "polyfills": "apps/data-mapper-standalone/src/polyfills.ts", + "tsConfig": "apps/data-mapper-standalone/tsconfig.app.json", + "assets": ["apps/data-mapper-standalone/src/favicon.ico", "apps/data-mapper-standalone/src/assets"], + "styles": ["apps/data-mapper-standalone/src/styles.less"], + "scripts": [], + "statsJson": true, + "webpackConfig": "custom-webpack.config.js" + }, + "configurations": { + "production": { + "fileReplacements": [ + { + "replace": "apps/data-mapper-standalone/src/environments/environment.ts", + "with": "apps/data-mapper-standalone/src/environments/environment.prod.ts" + } + ], + "optimization": true, + "outputHashing": "all", + "sourceMap": false, + "extractCss": true, + "namedChunks": false, + "extractLicenses": true, + "vendorChunk": false + }, + "development": { + "extractLicenses": false, + "optimization": false, + "sourceMap": true, + "vendorChunk": true + } + }, + "defaultConfiguration": "production" + }, + "test": { + "executor": "@nrwl/jest:jest", + "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], + "outputs": ["{workspaceRoot}/coverage/apps/data-mapper-standalone"], + "options": { + "jestConfig": "apps/data-mapper-standalone/jest.config.ts", + "passWithNoTests": true + }, + "configurations": {} + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], + "outputs": ["{options.outputFile}"], + "options": { + "lintFilePatterns": ["apps/data-mapper-standalone/**/*.{ts,tsx,js,jsx}"] + }, + "configurations": {} + }, + "serve": { + "executor": "@nrwl/webpack:dev-server", + "options": { + "buildTarget": "data-mapper-standalone:build", + "hmr": true + }, + "configurations": { + "production": { + "buildTarget": "data-mapper-standalone:build:production", + "hmr": false, + "host": "localhost", + "ssl": true, + "sslKey": "local-key.pem", + "sslCert": "local-cert.pem" + }, + "citest": { + "buildTarget": "data-mapper-standalone:build:development", + "hmr": false, + "host": "localhost", + "ssl": true, + "sslKey": "ci-key.pem", + "sslCert": "ci-cert.pem" + }, + "development": { + "buildTarget": "data-mapper-standalone:build:development" + } + }, + "defaultConfiguration": "development" + } + }, + "name": "data-mapper-standalone", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "apps/data-mapper-standalone/src", + "projectType": "application", + "implicitDependencies": [], + "tags": [] + } + }, + "designer-standalone": { + "name": "designer-standalone", + "type": "app", + "data": { + "root": "apps/designer-standalone", + "targets": { + "build": { + "executor": "@nrwl/webpack:webpack", + "dependsOn": ["^build"], + "inputs": ["production", "^production"], + "outputs": ["{options.outputPath}"], + "options": { + "outputPath": "dist/apps/designer-standalone", + "index": "apps/designer-standalone/src/index.html", + "main": "apps/designer-standalone/src/main.tsx", + "polyfills": "apps/designer-standalone/src/polyfills.ts", + "tsConfig": "apps/designer-standalone/tsconfig.app.json", + "assets": ["apps/designer-standalone/src/favicon.ico", "apps/designer-standalone/src/assets"], + "styles": ["apps/designer-standalone/src/styles.less"], + "scripts": [], + "statsJson": true, + "webpackConfig": "custom-webpack.config.js" + }, + "configurations": { + "production": { + "fileReplacements": [ + { + "replace": "apps/designer-standalone/src/environments/environment.ts", + "with": "apps/designer-standalone/src/environments/environment.prod.ts" + } + ], + "optimization": true, + "outputHashing": "all", + "sourceMap": false, + "extractCss": true, + "namedChunks": false, + "extractLicenses": true, + "vendorChunk": false + }, + "development": { + "extractLicenses": false, + "optimization": false, + "sourceMap": true, + "vendorChunk": true + } + }, + "defaultConfiguration": "production" + }, + "test": { + "executor": "@nrwl/jest:jest", + "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], + "outputs": ["{workspaceRoot}/coverage/apps/designer-standalone"], + "options": { + "jestConfig": "apps/designer-standalone/jest.config.ts", + "passWithNoTests": true + }, + "configurations": {} + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], + "outputs": ["{options.outputFile}"], + "options": { + "lintFilePatterns": ["apps/designer-standalone/**/*.{ts,tsx,js,jsx}"] + }, + "configurations": {} + }, + "serve": { + "executor": "@nrwl/webpack:dev-server", + "options": { + "buildTarget": "designer-standalone:build", + "hmr": true, + "host": "localhost", + "ssl": true, + "sslKey": "local-key.pem", + "sslCert": "local-cert.pem" + }, + "configurations": { + "production": { + "buildTarget": "designer-standalone:build:production", + "hmr": false + }, + "citest": { + "buildTarget": "designer-standalone:build:development", + "hmr": false, + "host": "localhost", + "ssl": false + }, + "development": { + "buildTarget": "designer-standalone:build:development" + } + }, + "defaultConfiguration": "development" + } + }, + "name": "designer-standalone", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "apps/designer-standalone/src", + "projectType": "application", + "implicitDependencies": [], + "tags": [] + } + }, + "@microsoft/logic-apps-shared": { + "name": "@microsoft/logic-apps-shared", + "type": "lib", + "data": { + "root": "libs/logic-apps-shared", + "targets": { + "yalcpush": { + "executor": "nx:run-script", + "options": { + "script": "yalcpush" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "sourceRoot": "libs/logic-apps-shared", + "name": "@microsoft/logic-apps-shared", + "projectType": "library", + "implicitDependencies": [], + "tags": [] + } + }, + "@microsoft/vscode-extension-logic-apps": { + "name": "@microsoft/vscode-extension-logic-apps", + "type": "lib", + "data": { + "root": "libs/vscode-extension", + "targets": { + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "sourceRoot": "libs/vscode-extension", + "name": "@microsoft/vscode-extension-logic-apps", + "projectType": "library", + "implicitDependencies": [], + "tags": [] + } + }, + "vs-code-designer": { + "name": "vs-code-designer", + "type": "app", + "data": { + "root": "apps/vs-code-designer", + "targets": { + "build": { + "executor": "@nrwl/webpack:webpack", + "dependsOn": ["^build"], + "inputs": ["production", "^production"], + "outputs": ["{options.outputPath}"], + "options": { + "outputPath": "dist/apps/vs-code-designer", + "main": "apps/vs-code-designer/src/main.ts", + "tsConfig": "apps/vs-code-designer/tsconfig.app.json", + "assets": [ + "apps/vs-code-designer/src/assets", + "apps/vs-code-designer/src/package.json", + "apps/vs-code-designer/src/LICENSE.md", + "apps/vs-code-designer/src/README.md", + { + "glob": "**/*.svg", + "input": "node_modules/@microsoft/vscode-azext-azureutils/resources", + "output": "node_modules/@microsoft/vscode-azext-azureutils/resources" + } + ], + "externalDependencies": ["vscode", "commonjs"], + "target": "node", + "compiler": "tsc" + }, + "configurations": { + "production": { + "optimization": true, + "extractLicenses": true, + "inspect": false, + "fileReplacements": [ + { + "replace": "apps/vs-code-designer/src/environments/environment.ts", + "with": "apps/vs-code-designer/src/environments/environment.prod.ts" + } + ] + } + } + }, + "test": { + "executor": "@nrwl/jest:jest", + "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], + "outputs": ["{workspaceRoot}/coverage/apps/vs-code-designer"], + "options": { + "jestConfig": "apps/vs-code-designer/jest.config.ts", + "passWithNoTests": true + }, + "configurations": {} + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], + "outputs": ["{options.outputFile}"], + "options": { + "lintFilePatterns": ["apps/vs-code-designer/**/*.ts"] + }, + "configurations": {} + }, + "serve": { + "executor": "@nrwl/node:node", + "options": { + "buildTarget": "vs-code-designer:build" + }, + "configurations": {} + } + }, + "name": "vs-code-designer", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "apps/vs-code-designer/src", + "projectType": "application", + "tags": [], + "implicitDependencies": ["vs-code-react"] + } + }, + "vs-code-react": { + "name": "vs-code-react", + "type": "app", + "data": { + "root": "apps/vs-code-react", + "targets": { + "build": { + "executor": "@nrwl/webpack:webpack", + "dependsOn": ["^build"], + "inputs": ["production", "^production"], + "outputs": ["{options.outputPath}"], + "defaultConfiguration": "production", + "options": { + "compiler": "babel", + "outputPath": "dist/apps/vs-code-designer/vs-code-react", + "index": "apps/vs-code-react/src/index.html", + "baseHref": "/", + "main": "apps/vs-code-react/src/main.tsx", + "polyfills": "apps/vs-code-react/src/polyfills.ts", + "tsConfig": "apps/vs-code-react/tsconfig.app.json", + "assets": ["apps/vs-code-react/src/favicon.ico", "apps/vs-code-react/src/assets"], + "styles": ["apps/vs-code-react/src/styles.less"], + "scripts": [], + "webpackConfig": "custom-webpack.config.js" + }, + "configurations": { + "production": { + "fileReplacements": [ + { + "replace": "apps/vs-code-react/src/environments/environment.ts", + "with": "apps/vs-code-react/src/environments/environment.prod.ts" + } + ], + "optimization": true, + "outputHashing": "all", + "sourceMap": false, + "namedChunks": false, + "extractLicenses": true, + "vendorChunk": false + }, + "development": { + "extractLicenses": false, + "optimization": false, + "sourceMap": true, + "vendorChunk": true + } + } + }, + "test": { + "executor": "@nrwl/jest:jest", + "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], + "outputs": ["{workspaceRoot}/coverage/apps/vs-code-react"], + "options": { + "jestConfig": "apps/vs-code-react/jest.config.ts", + "passWithNoTests": true + }, + "configurations": {} + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], + "outputs": ["{options.outputFile}"], + "options": { + "lintFilePatterns": ["apps/vs-code-react/**/*.{ts,tsx,js,jsx}"] + }, + "configurations": {} + }, + "serve": { + "executor": "@nrwl/webpack:dev-server", + "options": { + "buildTarget": "vs-code-react:build", + "hmr": true + }, + "configurations": { + "production": { + "buildTarget": "vs-code-react:build:production", + "hmr": false + }, + "development": { + "buildTarget": "vs-code-react:build:development" + } + }, + "defaultConfiguration": "development" + } + }, + "name": "vs-code-react", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "apps/vs-code-react/src", + "projectType": "application", + "tags": [], + "implicitDependencies": [] + } + }, + "@microsoft/designer-ui": { + "name": "@microsoft/designer-ui", + "type": "lib", + "data": { + "root": "libs/designer-ui", + "targets": { + "yalcpush": { + "executor": "nx:run-script", + "options": { + "script": "yalcpush" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "sourceRoot": "libs/designer-ui", + "name": "@microsoft/designer-ui", + "projectType": "library", + "implicitDependencies": [], + "tags": [] + } + }, + "@microsoft/logic-apps-data-mapper": { + "name": "@microsoft/logic-apps-data-mapper", + "type": "lib", + "data": { + "root": "libs/data-mapper", + "targets": { + "yalcpush": { + "executor": "nx:run-script", + "options": { + "script": "yalcpush" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "sourceRoot": "libs/data-mapper", + "name": "@microsoft/logic-apps-data-mapper", + "projectType": "library", + "implicitDependencies": [], + "tags": [] + } + }, + "@microsoft/logic-apps-designer": { + "name": "@microsoft/logic-apps-designer", + "type": "lib", + "data": { + "root": "libs/designer", + "targets": { + "yalcpush": { + "executor": "nx:run-script", + "options": { + "script": "yalcpush" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "sourceRoot": "libs/designer", + "name": "@microsoft/logic-apps-designer", + "projectType": "library", + "implicitDependencies": [], + "tags": [] + } + }, + "@microsoft/logic-apps-chatbot": { + "name": "@microsoft/logic-apps-chatbot", + "type": "lib", + "data": { + "root": "libs/chatbot", + "targets": { + "yalcpush": { + "executor": "nx:run-script", + "options": { + "script": "yalcpush" + }, + "configurations": {} + }, + "nx-release-publish": { + "dependsOn": ["^nx-release-publish"], + "executor": "@nx/js:release-publish", + "options": {}, + "configurations": {} + } + }, + "sourceRoot": "libs/chatbot", + "name": "@microsoft/logic-apps-chatbot", + "projectType": "library", + "implicitDependencies": [], + "tags": [] + } + } + }, + "externalNodes": { + "npm:@adobe/css-tools": { + "type": "npm", + "name": "npm:@adobe/css-tools", + "data": { + "version": "4.3.3", + "packageName": "@adobe/css-tools", + "hash": "sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==" + } + }, + "npm:@ampproject/remapping": { + "type": "npm", + "name": "npm:@ampproject/remapping", + "data": { + "version": "2.3.0", + "packageName": "@ampproject/remapping", + "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" + } + }, + "npm:@babel/code-frame": { + "type": "npm", + "name": "npm:@babel/code-frame", + "data": { + "version": "7.24.2", + "packageName": "@babel/code-frame", + "hash": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==" + } + }, + "npm:@babel/compat-data": { + "type": "npm", + "name": "npm:@babel/compat-data", + "data": { + "version": "7.24.1", + "packageName": "@babel/compat-data", + "hash": "sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==" + } + }, + "npm:@babel/core": { + "type": "npm", + "name": "npm:@babel/core", + "data": { + "version": "7.24.3", + "packageName": "@babel/core", + "hash": "sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==" + } + }, + "npm:@babel/generator": { + "type": "npm", + "name": "npm:@babel/generator", + "data": { + "version": "7.24.1", + "packageName": "@babel/generator", + "hash": "sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==" + } + }, + "npm:@babel/helper-annotate-as-pure": { + "type": "npm", + "name": "npm:@babel/helper-annotate-as-pure", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-annotate-as-pure", + "hash": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==" + } + }, + "npm:@babel/helper-builder-binary-assignment-operator-visitor": { + "type": "npm", + "name": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "data": { + "version": "7.22.15", + "packageName": "@babel/helper-builder-binary-assignment-operator-visitor", + "hash": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==" + } + }, + "npm:@babel/helper-compilation-targets": { + "type": "npm", + "name": "npm:@babel/helper-compilation-targets", + "data": { + "version": "7.23.6", + "packageName": "@babel/helper-compilation-targets", + "hash": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==" + } + }, + "npm:@babel/helper-create-class-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-class-features-plugin", + "data": { + "version": "7.24.1", + "packageName": "@babel/helper-create-class-features-plugin", + "hash": "sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==" + } + }, + "npm:@babel/helper-create-regexp-features-plugin": { + "type": "npm", + "name": "npm:@babel/helper-create-regexp-features-plugin", + "data": { + "version": "7.22.15", + "packageName": "@babel/helper-create-regexp-features-plugin", + "hash": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==" + } + }, + "npm:@babel/helper-define-polyfill-provider": { + "type": "npm", + "name": "npm:@babel/helper-define-polyfill-provider", + "data": { + "version": "0.6.1", + "packageName": "@babel/helper-define-polyfill-provider", + "hash": "sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==" + } + }, + "npm:@babel/helper-environment-visitor": { + "type": "npm", + "name": "npm:@babel/helper-environment-visitor", + "data": { + "version": "7.22.20", + "packageName": "@babel/helper-environment-visitor", + "hash": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==" + } + }, + "npm:@babel/helper-function-name": { + "type": "npm", + "name": "npm:@babel/helper-function-name", + "data": { + "version": "7.23.0", + "packageName": "@babel/helper-function-name", + "hash": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==" + } + }, + "npm:@babel/helper-hoist-variables": { + "type": "npm", + "name": "npm:@babel/helper-hoist-variables", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-hoist-variables", + "hash": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==" + } + }, + "npm:@babel/helper-member-expression-to-functions": { + "type": "npm", + "name": "npm:@babel/helper-member-expression-to-functions", + "data": { + "version": "7.23.0", + "packageName": "@babel/helper-member-expression-to-functions", + "hash": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==" + } + }, + "npm:@babel/helper-module-imports": { + "type": "npm", + "name": "npm:@babel/helper-module-imports", + "data": { + "version": "7.24.3", + "packageName": "@babel/helper-module-imports", + "hash": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==" + } + }, + "npm:@babel/helper-module-transforms": { + "type": "npm", + "name": "npm:@babel/helper-module-transforms", + "data": { + "version": "7.23.3", + "packageName": "@babel/helper-module-transforms", + "hash": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==" + } + }, + "npm:@babel/helper-optimise-call-expression": { + "type": "npm", + "name": "npm:@babel/helper-optimise-call-expression", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-optimise-call-expression", + "hash": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==" + } + }, + "npm:@babel/helper-plugin-utils": { + "type": "npm", + "name": "npm:@babel/helper-plugin-utils", + "data": { + "version": "7.24.0", + "packageName": "@babel/helper-plugin-utils", + "hash": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==" + } + }, + "npm:@babel/helper-remap-async-to-generator": { + "type": "npm", + "name": "npm:@babel/helper-remap-async-to-generator", + "data": { + "version": "7.22.20", + "packageName": "@babel/helper-remap-async-to-generator", + "hash": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==" + } + }, + "npm:@babel/helper-replace-supers": { + "type": "npm", + "name": "npm:@babel/helper-replace-supers", + "data": { + "version": "7.24.1", + "packageName": "@babel/helper-replace-supers", + "hash": "sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==" + } + }, + "npm:@babel/helper-simple-access": { + "type": "npm", + "name": "npm:@babel/helper-simple-access", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-simple-access", + "hash": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==" + } + }, + "npm:@babel/helper-skip-transparent-expression-wrappers": { + "type": "npm", + "name": "npm:@babel/helper-skip-transparent-expression-wrappers", + "data": { + "version": "7.22.5", + "packageName": "@babel/helper-skip-transparent-expression-wrappers", + "hash": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==" + } + }, + "npm:@babel/helper-split-export-declaration": { + "type": "npm", + "name": "npm:@babel/helper-split-export-declaration", + "data": { + "version": "7.22.6", + "packageName": "@babel/helper-split-export-declaration", + "hash": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==" + } + }, + "npm:@babel/helper-string-parser": { + "type": "npm", + "name": "npm:@babel/helper-string-parser", + "data": { + "version": "7.24.1", + "packageName": "@babel/helper-string-parser", + "hash": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==" + } + }, + "npm:@babel/helper-validator-identifier": { + "type": "npm", + "name": "npm:@babel/helper-validator-identifier", + "data": { + "version": "7.22.20", + "packageName": "@babel/helper-validator-identifier", + "hash": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==" + } + }, + "npm:@babel/helper-validator-option": { + "type": "npm", + "name": "npm:@babel/helper-validator-option", + "data": { + "version": "7.23.5", + "packageName": "@babel/helper-validator-option", + "hash": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==" + } + }, + "npm:@babel/helper-wrap-function": { + "type": "npm", + "name": "npm:@babel/helper-wrap-function", + "data": { + "version": "7.22.20", + "packageName": "@babel/helper-wrap-function", + "hash": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==" + } + }, + "npm:@babel/helpers": { + "type": "npm", + "name": "npm:@babel/helpers", + "data": { + "version": "7.24.1", + "packageName": "@babel/helpers", + "hash": "sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==" + } + }, + "npm:@babel/highlight": { + "type": "npm", + "name": "npm:@babel/highlight", + "data": { + "version": "7.24.2", + "packageName": "@babel/highlight", + "hash": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==" + } + }, + "npm:@babel/parser": { + "type": "npm", + "name": "npm:@babel/parser", + "data": { + "version": "7.24.1", + "packageName": "@babel/parser", + "hash": "sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==" + } + }, + "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "hash": "sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==" + } + }, + "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "hash": "sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==" + } + }, + "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "type": "npm", + "name": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "hash": "sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==" + } + }, + "npm:@babel/plugin-proposal-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-proposal-private-property-in-object", + "data": { + "version": "7.21.0-placeholder-for-preset-env.2", + "packageName": "@babel/plugin-proposal-private-property-in-object", + "hash": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" + } + }, + "npm:@babel/plugin-syntax-async-generators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-async-generators", + "data": { + "version": "7.8.4", + "packageName": "@babel/plugin-syntax-async-generators", + "hash": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" + } + }, + "npm:@babel/plugin-syntax-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-class-properties", + "data": { + "version": "7.12.13", + "packageName": "@babel/plugin-syntax-class-properties", + "hash": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" + } + }, + "npm:@babel/plugin-syntax-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-class-static-block", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-class-static-block", + "hash": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" + } + }, + "npm:@babel/plugin-syntax-dynamic-import": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-dynamic-import", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-dynamic-import", + "hash": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==" + } + }, + "npm:@babel/plugin-syntax-export-namespace-from": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-export-namespace-from", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-export-namespace-from", + "hash": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==" + } + }, + "npm:@babel/plugin-syntax-import-assertions": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-assertions", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-syntax-import-assertions", + "hash": "sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==" + } + }, + "npm:@babel/plugin-syntax-import-attributes": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-attributes", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-syntax-import-attributes", + "hash": "sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==" + } + }, + "npm:@babel/plugin-syntax-import-meta": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-import-meta", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-import-meta", + "hash": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" + } + }, + "npm:@babel/plugin-syntax-json-strings": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-json-strings", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-json-strings", + "hash": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" + } + }, + "npm:@babel/plugin-syntax-jsx": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-jsx", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-syntax-jsx", + "hash": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==" + } + }, + "npm:@babel/plugin-syntax-logical-assignment-operators": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-logical-assignment-operators", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-logical-assignment-operators", + "hash": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" + } + }, + "npm:@babel/plugin-syntax-nullish-coalescing-operator": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-nullish-coalescing-operator", + "hash": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" + } + }, + "npm:@babel/plugin-syntax-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-numeric-separator", + "data": { + "version": "7.10.4", + "packageName": "@babel/plugin-syntax-numeric-separator", + "hash": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" + } + }, + "npm:@babel/plugin-syntax-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-object-rest-spread", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-object-rest-spread", + "hash": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" + } + }, + "npm:@babel/plugin-syntax-optional-catch-binding": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-optional-catch-binding", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-optional-catch-binding", + "hash": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" + } + }, + "npm:@babel/plugin-syntax-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-optional-chaining", + "data": { + "version": "7.8.3", + "packageName": "@babel/plugin-syntax-optional-chaining", + "hash": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" + } + }, + "npm:@babel/plugin-syntax-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-private-property-in-object", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-private-property-in-object", + "hash": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" + } + }, + "npm:@babel/plugin-syntax-top-level-await": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-top-level-await", + "data": { + "version": "7.14.5", + "packageName": "@babel/plugin-syntax-top-level-await", + "hash": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" + } + }, + "npm:@babel/plugin-syntax-typescript": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-typescript", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-syntax-typescript", + "hash": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==" + } + }, + "npm:@babel/plugin-syntax-unicode-sets-regex": { + "type": "npm", + "name": "npm:@babel/plugin-syntax-unicode-sets-regex", + "data": { + "version": "7.18.6", + "packageName": "@babel/plugin-syntax-unicode-sets-regex", + "hash": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" + } + }, + "npm:@babel/plugin-transform-arrow-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-arrow-functions", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-arrow-functions", + "hash": "sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==" + } + }, + "npm:@babel/plugin-transform-async-generator-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-generator-functions", + "data": { + "version": "7.24.3", + "packageName": "@babel/plugin-transform-async-generator-functions", + "hash": "sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==" + } + }, + "npm:@babel/plugin-transform-async-to-generator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-async-to-generator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-async-to-generator", + "hash": "sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==" + } + }, + "npm:@babel/plugin-transform-block-scoped-functions": { + "type": "npm", + "name": "npm:@babel/plugin-transform-block-scoped-functions", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-block-scoped-functions", + "hash": "sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==" + } + }, + "npm:@babel/plugin-transform-block-scoping": { + "type": "npm", + "name": "npm:@babel/plugin-transform-block-scoping", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-block-scoping", + "hash": "sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==" + } + }, + "npm:@babel/plugin-transform-class-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-properties", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-class-properties", + "hash": "sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==" + } + }, + "npm:@babel/plugin-transform-class-static-block": { + "type": "npm", + "name": "npm:@babel/plugin-transform-class-static-block", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-class-static-block", + "hash": "sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==" + } + }, + "npm:@babel/plugin-transform-classes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-classes", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-classes", + "hash": "sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==" + } + }, + "npm:@babel/plugin-transform-computed-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-computed-properties", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-computed-properties", + "hash": "sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==" + } + }, + "npm:@babel/plugin-transform-destructuring": { + "type": "npm", + "name": "npm:@babel/plugin-transform-destructuring", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-destructuring", + "hash": "sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==" + } + }, + "npm:@babel/plugin-transform-dotall-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dotall-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-dotall-regex", + "hash": "sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==" + } + }, + "npm:@babel/plugin-transform-duplicate-keys": { + "type": "npm", + "name": "npm:@babel/plugin-transform-duplicate-keys", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-duplicate-keys", + "hash": "sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==" + } + }, + "npm:@babel/plugin-transform-dynamic-import": { + "type": "npm", + "name": "npm:@babel/plugin-transform-dynamic-import", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-dynamic-import", + "hash": "sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==" + } + }, + "npm:@babel/plugin-transform-exponentiation-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-exponentiation-operator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-exponentiation-operator", + "hash": "sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==" + } + }, + "npm:@babel/plugin-transform-export-namespace-from": { + "type": "npm", + "name": "npm:@babel/plugin-transform-export-namespace-from", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-export-namespace-from", + "hash": "sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==" + } + }, + "npm:@babel/plugin-transform-for-of": { + "type": "npm", + "name": "npm:@babel/plugin-transform-for-of", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-for-of", + "hash": "sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==" + } + }, + "npm:@babel/plugin-transform-function-name": { + "type": "npm", + "name": "npm:@babel/plugin-transform-function-name", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-function-name", + "hash": "sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==" + } + }, + "npm:@babel/plugin-transform-json-strings": { + "type": "npm", + "name": "npm:@babel/plugin-transform-json-strings", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-json-strings", + "hash": "sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==" + } + }, + "npm:@babel/plugin-transform-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-literals", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-literals", + "hash": "sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==" + } + }, + "npm:@babel/plugin-transform-logical-assignment-operators": { + "type": "npm", + "name": "npm:@babel/plugin-transform-logical-assignment-operators", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-logical-assignment-operators", + "hash": "sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==" + } + }, + "npm:@babel/plugin-transform-member-expression-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-member-expression-literals", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-member-expression-literals", + "hash": "sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==" + } + }, + "npm:@babel/plugin-transform-modules-amd": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-amd", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-modules-amd", + "hash": "sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==" + } + }, + "npm:@babel/plugin-transform-modules-commonjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-commonjs", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-modules-commonjs", + "hash": "sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==" + } + }, + "npm:@babel/plugin-transform-modules-systemjs": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-systemjs", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-modules-systemjs", + "hash": "sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==" + } + }, + "npm:@babel/plugin-transform-modules-umd": { + "type": "npm", + "name": "npm:@babel/plugin-transform-modules-umd", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-modules-umd", + "hash": "sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==" + } + }, + "npm:@babel/plugin-transform-named-capturing-groups-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "data": { + "version": "7.22.5", + "packageName": "@babel/plugin-transform-named-capturing-groups-regex", + "hash": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==" + } + }, + "npm:@babel/plugin-transform-new-target": { + "type": "npm", + "name": "npm:@babel/plugin-transform-new-target", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-new-target", + "hash": "sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==" + } + }, + "npm:@babel/plugin-transform-nullish-coalescing-operator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-nullish-coalescing-operator", + "hash": "sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==" + } + }, + "npm:@babel/plugin-transform-numeric-separator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-numeric-separator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-numeric-separator", + "hash": "sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==" + } + }, + "npm:@babel/plugin-transform-object-rest-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-rest-spread", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-object-rest-spread", + "hash": "sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==" + } + }, + "npm:@babel/plugin-transform-object-super": { + "type": "npm", + "name": "npm:@babel/plugin-transform-object-super", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-object-super", + "hash": "sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==" + } + }, + "npm:@babel/plugin-transform-optional-catch-binding": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-catch-binding", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-optional-catch-binding", + "hash": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==" + } + }, + "npm:@babel/plugin-transform-optional-chaining": { + "type": "npm", + "name": "npm:@babel/plugin-transform-optional-chaining", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-optional-chaining", + "hash": "sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==" + } + }, + "npm:@babel/plugin-transform-parameters": { + "type": "npm", + "name": "npm:@babel/plugin-transform-parameters", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-parameters", + "hash": "sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==" + } + }, + "npm:@babel/plugin-transform-private-methods": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-methods", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-private-methods", + "hash": "sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==" + } + }, + "npm:@babel/plugin-transform-private-property-in-object": { + "type": "npm", + "name": "npm:@babel/plugin-transform-private-property-in-object", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-private-property-in-object", + "hash": "sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==" + } + }, + "npm:@babel/plugin-transform-property-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-property-literals", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-property-literals", + "hash": "sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==" + } + }, + "npm:@babel/plugin-transform-react-display-name": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-display-name", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-react-display-name", + "hash": "sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==" + } + }, + "npm:@babel/plugin-transform-react-jsx-development": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-jsx-development", + "data": { + "version": "7.22.5", + "packageName": "@babel/plugin-transform-react-jsx-development", + "hash": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==" + } + }, + "npm:@babel/plugin-transform-react-jsx": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-jsx", + "data": { + "version": "7.23.4", + "packageName": "@babel/plugin-transform-react-jsx", + "hash": "sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==" + } + }, + "npm:@babel/plugin-transform-react-pure-annotations": { + "type": "npm", + "name": "npm:@babel/plugin-transform-react-pure-annotations", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-react-pure-annotations", + "hash": "sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==" + } + }, + "npm:@babel/plugin-transform-regenerator": { + "type": "npm", + "name": "npm:@babel/plugin-transform-regenerator", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-regenerator", + "hash": "sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==" + } + }, + "npm:@babel/plugin-transform-reserved-words": { + "type": "npm", + "name": "npm:@babel/plugin-transform-reserved-words", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-reserved-words", + "hash": "sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==" + } + }, + "npm:@babel/plugin-transform-shorthand-properties": { + "type": "npm", + "name": "npm:@babel/plugin-transform-shorthand-properties", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-shorthand-properties", + "hash": "sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==" + } + }, + "npm:@babel/plugin-transform-spread": { + "type": "npm", + "name": "npm:@babel/plugin-transform-spread", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-spread", + "hash": "sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==" + } + }, + "npm:@babel/plugin-transform-sticky-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-sticky-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-sticky-regex", + "hash": "sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==" + } + }, + "npm:@babel/plugin-transform-template-literals": { + "type": "npm", + "name": "npm:@babel/plugin-transform-template-literals", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-template-literals", + "hash": "sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==" + } + }, + "npm:@babel/plugin-transform-typeof-symbol": { + "type": "npm", + "name": "npm:@babel/plugin-transform-typeof-symbol", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-typeof-symbol", + "hash": "sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==" + } + }, + "npm:@babel/plugin-transform-typescript": { + "type": "npm", + "name": "npm:@babel/plugin-transform-typescript", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-typescript", + "hash": "sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==" + } + }, + "npm:@babel/plugin-transform-unicode-escapes": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-escapes", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-unicode-escapes", + "hash": "sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==" + } + }, + "npm:@babel/plugin-transform-unicode-property-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-property-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-unicode-property-regex", + "hash": "sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==" + } + }, + "npm:@babel/plugin-transform-unicode-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-unicode-regex", + "hash": "sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==" + } + }, + "npm:@babel/plugin-transform-unicode-sets-regex": { + "type": "npm", + "name": "npm:@babel/plugin-transform-unicode-sets-regex", + "data": { + "version": "7.24.1", + "packageName": "@babel/plugin-transform-unicode-sets-regex", + "hash": "sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==" + } + }, + "npm:@babel/preset-env": { + "type": "npm", + "name": "npm:@babel/preset-env", + "data": { + "version": "7.24.3", + "packageName": "@babel/preset-env", + "hash": "sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==" + } + }, + "npm:@babel/preset-modules": { + "type": "npm", + "name": "npm:@babel/preset-modules", + "data": { + "version": "0.1.6-no-external-plugins", + "packageName": "@babel/preset-modules", + "hash": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==" + } + }, + "npm:@babel/preset-react": { + "type": "npm", + "name": "npm:@babel/preset-react", + "data": { + "version": "7.24.1", + "packageName": "@babel/preset-react", + "hash": "sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==" + } + }, + "npm:@babel/preset-typescript": { + "type": "npm", + "name": "npm:@babel/preset-typescript", + "data": { + "version": "7.24.1", + "packageName": "@babel/preset-typescript", + "hash": "sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==" + } + }, + "npm:@babel/regjsgen": { + "type": "npm", + "name": "npm:@babel/regjsgen", + "data": { + "version": "0.8.0", + "packageName": "@babel/regjsgen", + "hash": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" + } + }, + "npm:@babel/runtime": { + "type": "npm", + "name": "npm:@babel/runtime", + "data": { + "version": "7.24.1", + "packageName": "@babel/runtime", + "hash": "sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==" + } + }, + "npm:@babel/template": { + "type": "npm", + "name": "npm:@babel/template", + "data": { + "version": "7.24.0", + "packageName": "@babel/template", + "hash": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==" + } + }, + "npm:@babel/traverse": { + "type": "npm", + "name": "npm:@babel/traverse", + "data": { + "version": "7.24.1", + "packageName": "@babel/traverse", + "hash": "sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==" + } + }, + "npm:@babel/types": { + "type": "npm", + "name": "npm:@babel/types", + "data": { + "version": "7.24.0", + "packageName": "@babel/types", + "hash": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==" + } + }, + "npm:@commitlint/parse": { + "type": "npm", + "name": "npm:@commitlint/parse", + "data": { + "version": "18.6.1", + "packageName": "@commitlint/parse", + "hash": "sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==" + } + }, + "npm:@commitlint/types": { + "type": "npm", + "name": "npm:@commitlint/types", + "data": { + "version": "18.6.1", + "packageName": "@commitlint/types", + "hash": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==" + } + }, + "npm:@ericcornelissen/bash-parser": { + "type": "npm", + "name": "npm:@ericcornelissen/bash-parser", + "data": { + "version": "0.5.2", + "packageName": "@ericcornelissen/bash-parser", + "hash": "sha512-4pIMTa1nEFfMXitv7oaNEWOdM+zpOZavesa5GaiWTgda6Zk32CFGxjUp/iIaN0PwgUW1yTq/fztSjbpE8SLGZQ==" + } + }, + "npm:@esbuild/aix-ppc64": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==" + } + }, + "npm:@esbuild/android-arm64": { + "type": "npm", + "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==" + } + }, + "npm:@esbuild/android-arm": { + "type": "npm", + "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/android-arm", + "hash": "sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==" + } + }, + "npm:@esbuild/android-x64": { + "type": "npm", + "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/android-x64", + "hash": "sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==" + } + }, + "npm:@esbuild/darwin-arm64": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==" + } + }, + "npm:@esbuild/darwin-x64": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==" + } + }, + "npm:@esbuild/freebsd-arm64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==" + } + }, + "npm:@esbuild/freebsd-x64": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==" + } + }, + "npm:@esbuild/linux-arm64": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==" + } + }, + "npm:@esbuild/linux-arm": { + "type": "npm", + "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==" + } + }, + "npm:@esbuild/linux-ia32": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==" + } + }, + "npm:@esbuild/linux-loong64": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==" + } + }, + "npm:@esbuild/linux-mips64el": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==" + } + }, + "npm:@esbuild/linux-ppc64": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==" + } + }, + "npm:@esbuild/linux-riscv64": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==" + } + }, + "npm:@esbuild/linux-s390x": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==" + } + }, + "npm:@esbuild/linux-x64": { + "type": "npm", + "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==" + } + }, + "npm:@esbuild/netbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==" + } + }, + "npm:@esbuild/sunos-x64": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==" + } + }, + "npm:@esbuild/win32-arm64": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==" + } + }, + "npm:@esbuild/win32-ia32": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==" + } + }, + "npm:@esbuild/win32-x64": { + "type": "npm", + "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==" + } + }, + "npm:@faker-js/faker": { + "type": "npm", + "name": "npm:@faker-js/faker", + "data": { + "version": "8.4.1", + "packageName": "@faker-js/faker", + "hash": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==" + } + }, + "npm:@iarna/toml": { + "type": "npm", + "name": "npm:@iarna/toml", + "data": { + "version": "2.2.5", + "packageName": "@iarna/toml", + "hash": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==" + } + }, + "npm:@isaacs/cliui": { + "type": "npm", + "name": "npm:@isaacs/cliui", + "data": { + "version": "8.0.2", + "packageName": "@isaacs/cliui", + "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + } + }, + "npm:@jest/schemas": { + "type": "npm", + "name": "npm:@jest/schemas", + "data": { + "version": "29.6.3", + "packageName": "@jest/schemas", + "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" + } + }, + "npm:@jridgewell/gen-mapping": { + "type": "npm", + "name": "npm:@jridgewell/gen-mapping", + "data": { + "version": "0.3.5", + "packageName": "@jridgewell/gen-mapping", + "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" + } + }, + "npm:@jridgewell/resolve-uri": { + "type": "npm", + "name": "npm:@jridgewell/resolve-uri", + "data": { + "version": "3.1.2", + "packageName": "@jridgewell/resolve-uri", + "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" + } + }, + "npm:@jridgewell/set-array": { + "type": "npm", + "name": "npm:@jridgewell/set-array", + "data": { + "version": "1.2.1", + "packageName": "@jridgewell/set-array", + "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" + } + }, + "npm:@jridgewell/source-map": { + "type": "npm", + "name": "npm:@jridgewell/source-map", + "data": { + "version": "0.3.6", + "packageName": "@jridgewell/source-map", + "hash": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" + } + }, + "npm:@jridgewell/sourcemap-codec": { + "type": "npm", + "name": "npm:@jridgewell/sourcemap-codec", + "data": { + "version": "1.4.15", + "packageName": "@jridgewell/sourcemap-codec", + "hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + } + }, + "npm:@jridgewell/trace-mapping": { + "type": "npm", + "name": "npm:@jridgewell/trace-mapping", + "data": { + "version": "0.3.25", + "packageName": "@jridgewell/trace-mapping", + "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" + } + }, + "npm:@microsoft/api-extractor-model": { + "type": "npm", + "name": "npm:@microsoft/api-extractor-model", + "data": { + "version": "7.28.3", + "packageName": "@microsoft/api-extractor-model", + "hash": "sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==" + } + }, + "npm:@microsoft/api-extractor": { + "type": "npm", + "name": "npm:@microsoft/api-extractor", + "data": { + "version": "7.39.0", + "packageName": "@microsoft/api-extractor", + "hash": "sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==" + } + }, + "npm:@microsoft/tsdoc-config": { + "type": "npm", + "name": "npm:@microsoft/tsdoc-config", + "data": { + "version": "0.16.2", + "packageName": "@microsoft/tsdoc-config", + "hash": "sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==" + } + }, + "npm:@microsoft/tsdoc": { + "type": "npm", + "name": "npm:@microsoft/tsdoc", + "data": { + "version": "0.14.2", + "packageName": "@microsoft/tsdoc", + "hash": "sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==" + } + }, + "npm:@nodelib/fs.scandir@2.1.5": { + "type": "npm", + "name": "npm:@nodelib/fs.scandir@2.1.5", + "data": { + "version": "2.1.5", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + } + }, + "npm:@nodelib/fs.scandir": { + "type": "npm", + "name": "npm:@nodelib/fs.scandir", + "data": { + "version": "3.0.0", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==" + } + }, + "npm:@nodelib/fs.stat": { + "type": "npm", + "name": "npm:@nodelib/fs.stat", + "data": { + "version": "2.0.5", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + } + }, + "npm:@nodelib/fs.stat@3.0.0": { + "type": "npm", + "name": "npm:@nodelib/fs.stat@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" + } + }, + "npm:@nodelib/fs.walk@1.2.8": { + "type": "npm", + "name": "npm:@nodelib/fs.walk@1.2.8", + "data": { + "version": "1.2.8", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + } + }, + "npm:@nodelib/fs.walk": { + "type": "npm", + "name": "npm:@nodelib/fs.walk", + "data": { + "version": "2.0.0", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==" + } + }, + "npm:@npmcli/git": { + "type": "npm", + "name": "npm:@npmcli/git", + "data": { + "version": "5.0.4", + "packageName": "@npmcli/git", + "hash": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==" + } + }, + "npm:@npmcli/map-workspaces": { + "type": "npm", + "name": "npm:@npmcli/map-workspaces", + "data": { + "version": "3.0.4", + "packageName": "@npmcli/map-workspaces", + "hash": "sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==" + } + }, + "npm:@npmcli/name-from-folder": { + "type": "npm", + "name": "npm:@npmcli/name-from-folder", + "data": { + "version": "2.0.0", + "packageName": "@npmcli/name-from-folder", + "hash": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==" + } + }, + "npm:@npmcli/package-json": { + "type": "npm", + "name": "npm:@npmcli/package-json", + "data": { + "version": "5.0.0", + "packageName": "@npmcli/package-json", + "hash": "sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==" + } + }, + "npm:@npmcli/promise-spawn": { + "type": "npm", + "name": "npm:@npmcli/promise-spawn", + "data": { + "version": "7.0.1", + "packageName": "@npmcli/promise-spawn", + "hash": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==" + } + }, + "npm:@nrwl/tao": { + "type": "npm", + "name": "npm:@nrwl/tao", + "data": { + "version": "18.1.3", + "packageName": "@nrwl/tao", + "hash": "sha512-cRs5kDRhiYVZ9SLQ2ol+2+zltgPemDtsHKz2h2whazHF+d39zsPLYbFm1ZJuDKpZp6TJJercqSH1UQCdOXEkdQ==" + } + }, + "npm:@nx/nx-darwin-arm64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-arm64", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-h3/1ywpLa56RwBnz8Lr9yyUvPvfGvKFxIo8LNptc8fMoONuuIOeZTAmaBxKBOaKtL7g64/LKDs0Ts+mSXzmbqA==" + } + }, + "npm:@nx/nx-darwin-x64": { + "type": "npm", + "name": "npm:@nx/nx-darwin-x64", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-6LHe7MYrKlztLlKhYfGV3CtFPhEqcc2ZgwGVWYiAmS/glcN+Wai7RFQX/cZiJ+TbDRFzvETPPGNRP/aSAOkRnQ==" + } + }, + "npm:@nx/nx-freebsd-x64": { + "type": "npm", + "name": "npm:@nx/nx-freebsd-x64", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-ppSkJJVKnfDWYJBKqjEM/p4qdMZsZVV++dkFN/n50p6uwHstv0Kth7dNdsu3ZyPqmg6+IYUZql7JSTeNqKne5A==" + } + }, + "npm:@nx/nx-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm-gnueabihf", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-1vflQE4gscHq2GJeu2L48Z8rQFcdu+gcprG1cMEf3CIDxh/nJei66bdVJYYYxPNi6rYaeONPJgBjbIih8ce8nQ==" + } + }, + "npm:@nx/nx-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-gnu", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-7B5YXjDzzFdEMUzhFifXgsg741Afp3v7vNdPL2joQ7xrERKYEge7eXCjp5/GYhl9J4y5BmdeV2Joqr4WQ6R7Pg==" + } + }, + "npm:@nx/nx-linux-arm64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-arm64-musl", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-OaAVjUli44JUTlGPmtxZDO2U88yK6/cwt1LTbTHGeabupbXR295RDn1TkR1/1oNo8grRaOi/V9DWEg9RRmGvOw==" + } + }, + "npm:@nx/nx-linux-x64-gnu": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-gnu", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-qDinHpGZ9FhoOtdfO23pwN7pBCu25ElJ1InLCeCarl9CQYS1CDZNimrcSOFl20DAZqINQamPqBFJ7nKeDRBy7g==" + } + }, + "npm:@nx/nx-linux-x64-musl": { + "type": "npm", + "name": "npm:@nx/nx-linux-x64-musl", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-E28Q0v9N7LrV+0uu4ytrcCHfF1MPYwNL2NLZN3yCPgulGHe3NwCuMnbC974+uOZ+MTqua7KnVOQ5VYA5sL1LIw==" + } + }, + "npm:@nx/nx-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-arm64-msvc", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-EYHPIcanVn6ZWkELnW4wW+gl8Itulmpi7f7s83CFrYxRW0U8SAG2sW4JrlvZgrK2CMyluiCGqZGHDUJZST4CVA==" + } + }, + "npm:@nx/nx-win32-x64-msvc": { + "type": "npm", + "name": "npm:@nx/nx-win32-x64-msvc", + "data": { + "version": "18.1.3", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-1tBViAG9VQ3arKoKFOrkBzYUAGgGsVqYbifng+stb5TPWOj0jjhQpwbsk0u3ROmEBw9crWRwzRt1qh/ZE7SfQQ==" + } + }, + "npm:@pkgjs/parseargs": { + "type": "npm", + "name": "npm:@pkgjs/parseargs", + "data": { + "version": "0.11.0", + "packageName": "@pkgjs/parseargs", + "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" + } + }, + "npm:@pnpm/constants": { + "type": "npm", + "name": "npm:@pnpm/constants", + "data": { + "version": "7.1.1", + "packageName": "@pnpm/constants", + "hash": "sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==" + } + }, + "npm:@pnpm/core-loggers": { + "type": "npm", + "name": "npm:@pnpm/core-loggers", + "data": { + "version": "9.0.6", + "packageName": "@pnpm/core-loggers", + "hash": "sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==" + } + }, + "npm:@pnpm/error": { + "type": "npm", + "name": "npm:@pnpm/error", + "data": { + "version": "5.0.3", + "packageName": "@pnpm/error", + "hash": "sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==" + } + }, + "npm:@pnpm/fetching-types": { + "type": "npm", + "name": "npm:@pnpm/fetching-types", + "data": { + "version": "5.0.0", + "packageName": "@pnpm/fetching-types", + "hash": "sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==" + } + }, + "npm:@pnpm/graceful-fs": { + "type": "npm", + "name": "npm:@pnpm/graceful-fs", + "data": { + "version": "3.2.0", + "packageName": "@pnpm/graceful-fs", + "hash": "sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==" + } + }, + "npm:@pnpm/logger": { + "type": "npm", + "name": "npm:@pnpm/logger", + "data": { + "version": "5.0.0", + "packageName": "@pnpm/logger", + "hash": "sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==" + } + }, + "npm:@pnpm/npm-package-arg": { + "type": "npm", + "name": "npm:@pnpm/npm-package-arg", + "data": { + "version": "1.0.0", + "packageName": "@pnpm/npm-package-arg", + "hash": "sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==" + } + }, + "npm:@pnpm/npm-resolver": { + "type": "npm", + "name": "npm:@pnpm/npm-resolver", + "data": { + "version": "18.1.1", + "packageName": "@pnpm/npm-resolver", + "hash": "sha512-NptzncmMD5ZMimbjWkGpMzuBRhlCY+sh7mzypPdBOTNlh5hmEQe/VaRKjNK4V9/b0C/llElkvIePL6acybu86w==" + } + }, + "npm:ramda": { + "type": "npm", + "name": "npm:ramda", + "data": { + "version": "npm:@pnpm/ramda@0.28.1", + "packageName": "ramda", + "hash": "sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==" + } + }, + "npm:@pnpm/resolve-workspace-range": { + "type": "npm", + "name": "npm:@pnpm/resolve-workspace-range", + "data": { + "version": "5.0.1", + "packageName": "@pnpm/resolve-workspace-range", + "hash": "sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==" + } + }, + "npm:@pnpm/resolver-base": { + "type": "npm", + "name": "npm:@pnpm/resolver-base", + "data": { + "version": "11.1.0", + "packageName": "@pnpm/resolver-base", + "hash": "sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==" + } + }, + "npm:@pnpm/types": { + "type": "npm", + "name": "npm:@pnpm/types", + "data": { + "version": "9.4.2", + "packageName": "@pnpm/types", + "hash": "sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==" + } + }, + "npm:@pnpm/workspace.pkgs-graph": { + "type": "npm", + "name": "npm:@pnpm/workspace.pkgs-graph", + "data": { + "version": "2.0.15", + "packageName": "@pnpm/workspace.pkgs-graph", + "hash": "sha512-Txxd5FzzVfBfGCTngISaxFlJzZhzdS8BUrCEtAWJfZOFbQzpWy27rzkaS7TaWW2dHiFcCVYzPI/2vgxfeRansA==" + } + }, + "npm:@prettier/cli": { + "type": "npm", + "name": "npm:@prettier/cli", + "data": { + "version": "0.3.0", + "packageName": "@prettier/cli", + "hash": "sha512-8qq527QT5n8paE9eoHeulmGw7a3MroVk5+8ITf+xoWJn1gcVaZiOP6vb9OlwZv49hhdRZ1WX+0MyisSSXL/4fA==" + } + }, + "npm:@rollup/plugin-babel": { + "type": "npm", + "name": "npm:@rollup/plugin-babel", + "data": { + "version": "6.0.4", + "packageName": "@rollup/plugin-babel", + "hash": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==" + } + }, + "npm:@rollup/plugin-commonjs": { + "type": "npm", + "name": "npm:@rollup/plugin-commonjs", + "data": { + "version": "25.0.7", + "packageName": "@rollup/plugin-commonjs", + "hash": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==" + } + }, + "npm:@rollup/plugin-node-resolve": { + "type": "npm", + "name": "npm:@rollup/plugin-node-resolve", + "data": { + "version": "15.2.3", + "packageName": "@rollup/plugin-node-resolve", + "hash": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==" + } + }, + "npm:@rollup/plugin-replace": { + "type": "npm", + "name": "npm:@rollup/plugin-replace", + "data": { + "version": "5.0.5", + "packageName": "@rollup/plugin-replace", + "hash": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==" + } + }, + "npm:@rollup/plugin-terser": { + "type": "npm", + "name": "npm:@rollup/plugin-terser", + "data": { + "version": "0.4.4", + "packageName": "@rollup/plugin-terser", + "hash": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" + } + }, + "npm:@rollup/pluginutils@4.2.1": { + "type": "npm", + "name": "npm:@rollup/pluginutils@4.2.1", + "data": { + "version": "4.2.1", + "packageName": "@rollup/pluginutils", + "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" + } + }, + "npm:@rollup/pluginutils": { + "type": "npm", + "name": "npm:@rollup/pluginutils", + "data": { + "version": "5.1.0", + "packageName": "@rollup/pluginutils", + "hash": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==" + } + }, + "npm:@rollup/rollup-android-arm-eabi": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm-eabi", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-android-arm-eabi", + "hash": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==" + } + }, + "npm:@rollup/rollup-android-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-android-arm64", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-android-arm64", + "hash": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==" + } + }, + "npm:@rollup/rollup-darwin-arm64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-arm64", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-darwin-arm64", + "hash": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==" + } + }, + "npm:@rollup/rollup-darwin-x64": { + "type": "npm", + "name": "npm:@rollup/rollup-darwin-x64", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-darwin-x64", + "hash": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==" + } + }, + "npm:@rollup/rollup-linux-arm-gnueabihf": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm-gnueabihf", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm-gnueabihf", + "hash": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==" + } + }, + "npm:@rollup/rollup-linux-arm64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-gnu", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm64-gnu", + "hash": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==" + } + }, + "npm:@rollup/rollup-linux-arm64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-arm64-musl", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm64-musl", + "hash": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==" + } + }, + "npm:@rollup/rollup-linux-riscv64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-riscv64-gnu", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-riscv64-gnu", + "hash": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==" + } + }, + "npm:@rollup/rollup-linux-x64-gnu": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-gnu", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-x64-gnu", + "hash": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==" + } + }, + "npm:@rollup/rollup-linux-x64-musl": { + "type": "npm", + "name": "npm:@rollup/rollup-linux-x64-musl", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-x64-musl", + "hash": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==" + } + }, + "npm:@rollup/rollup-win32-arm64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-arm64-msvc", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-arm64-msvc", + "hash": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==" + } + }, + "npm:@rollup/rollup-win32-ia32-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-ia32-msvc", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-ia32-msvc", + "hash": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==" + } + }, + "npm:@rollup/rollup-win32-x64-msvc": { + "type": "npm", + "name": "npm:@rollup/rollup-win32-x64-msvc", + "data": { + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-x64-msvc", + "hash": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==" + } + }, + "npm:@rushstack/node-core-library": { + "type": "npm", + "name": "npm:@rushstack/node-core-library", + "data": { + "version": "3.62.0", + "packageName": "@rushstack/node-core-library", + "hash": "sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==" + } + }, + "npm:@rushstack/rig-package": { + "type": "npm", + "name": "npm:@rushstack/rig-package", + "data": { + "version": "0.5.1", + "packageName": "@rushstack/rig-package", + "hash": "sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==" + } + }, + "npm:@rushstack/ts-command-line": { + "type": "npm", + "name": "npm:@rushstack/ts-command-line", + "data": { + "version": "4.17.1", + "packageName": "@rushstack/ts-command-line", + "hash": "sha512-2jweO1O57BYP5qdBGl6apJLB+aRIn5ccIRTPDyULh0KMwVzFqWtw6IZWt1qtUoZD/pD2RNkIOosH6Cq45rIYeg==" + } + }, + "npm:@sinclair/typebox": { + "type": "npm", + "name": "npm:@sinclair/typebox", + "data": { + "version": "0.27.8", + "packageName": "@sinclair/typebox", + "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + } + }, + "npm:@sindresorhus/merge-streams": { + "type": "npm", + "name": "npm:@sindresorhus/merge-streams", + "data": { + "version": "2.3.0", + "packageName": "@sindresorhus/merge-streams", + "hash": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==" + } + }, + "npm:@size-limit/esbuild": { + "type": "npm", + "name": "npm:@size-limit/esbuild", + "data": { + "version": "11.1.2", + "packageName": "@size-limit/esbuild", + "hash": "sha512-IGQNaZsS4kP4hwU9C8P+3VvPhtW9PQ9OrwKJsvHDgMsbGX01hz39b9KkVwoI29wOXdwtj0aETaJUZPqoJq588w==" + } + }, + "npm:@size-limit/file": { + "type": "npm", + "name": "npm:@size-limit/file", + "data": { + "version": "11.1.2", + "packageName": "@size-limit/file", + "hash": "sha512-zktWwhO7MxVwQXbrZzy0VKfM5mZK3Aza1G3XbWRP8q+/3+irPKCz2fmyYJqJAJVwC9U1jAs6xEPlTJzxKgEAmw==" + } + }, + "npm:@size-limit/preset-small-lib": { + "type": "npm", + "name": "npm:@size-limit/preset-small-lib", + "data": { + "version": "11.1.2", + "packageName": "@size-limit/preset-small-lib", + "hash": "sha512-fxZW3woI6SOYyvq44QhlnYdcYfOfiW7zqFCPf+1Ox0OHbrug7YuMz74JNFlHJcnvB4Z6aErED+afkoYJ7vxohQ==" + } + }, + "npm:@snyk/github-codeowners": { + "type": "npm", + "name": "npm:@snyk/github-codeowners", + "data": { + "version": "1.1.0", + "packageName": "@snyk/github-codeowners", + "hash": "sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==" + } + }, + "npm:@tanstack/config": { + "type": "npm", + "name": "npm:@tanstack/config", + "data": { + "version": "0.6.0", + "packageName": "@tanstack/config", + "hash": "sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==" + } + }, + "npm:@testing-library/dom": { + "type": "npm", + "name": "npm:@testing-library/dom", + "data": { + "version": "9.3.4", + "packageName": "@testing-library/dom", + "hash": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==" + } + }, + "npm:@testing-library/jest-dom": { + "type": "npm", + "name": "npm:@testing-library/jest-dom", + "data": { + "version": "6.4.2", + "packageName": "@testing-library/jest-dom", + "hash": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==" + } + }, + "npm:@testing-library/react-hooks": { + "type": "npm", + "name": "npm:@testing-library/react-hooks", + "data": { + "version": "8.0.1", + "packageName": "@testing-library/react-hooks", + "hash": "sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==" + } + }, + "npm:@testing-library/react": { + "type": "npm", + "name": "npm:@testing-library/react", + "data": { + "version": "14.2.2", + "packageName": "@testing-library/react", + "hash": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==" + } + }, + "npm:@types/argparse": { + "type": "npm", + "name": "npm:@types/argparse", + "data": { + "version": "1.0.38", + "packageName": "@types/argparse", + "hash": "sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==" + } + }, + "npm:@types/aria-query": { + "type": "npm", + "name": "npm:@types/aria-query", + "data": { + "version": "5.0.4", + "packageName": "@types/aria-query", + "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" + } + }, + "npm:@types/estree": { + "type": "npm", + "name": "npm:@types/estree", + "data": { + "version": "1.0.5", + "packageName": "@types/estree", + "hash": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + } + }, + "npm:@types/node": { + "type": "npm", + "name": "npm:@types/node", + "data": { + "version": "20.11.30", + "packageName": "@types/node", + "hash": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==" + } + }, + "npm:@types/picomatch": { + "type": "npm", + "name": "npm:@types/picomatch", + "data": { + "version": "2.3.3", + "packageName": "@types/picomatch", + "hash": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==" + } + }, + "npm:@types/prop-types": { + "type": "npm", + "name": "npm:@types/prop-types", + "data": { + "version": "15.7.12", + "packageName": "@types/prop-types", + "hash": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" + } + }, + "npm:@types/react-dom": { + "type": "npm", + "name": "npm:@types/react-dom", + "data": { + "version": "18.2.22", + "packageName": "@types/react-dom", + "hash": "sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==" + } + }, + "npm:@types/react": { + "type": "npm", + "name": "npm:@types/react", + "data": { + "version": "18.2.70", + "packageName": "@types/react", + "hash": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==" + } + }, + "npm:@types/resolve": { + "type": "npm", + "name": "npm:@types/resolve", + "data": { + "version": "1.20.2", + "packageName": "@types/resolve", + "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" + } + }, + "npm:@types/scheduler": { + "type": "npm", + "name": "npm:@types/scheduler", + "data": { + "version": "0.16.8", + "packageName": "@types/scheduler", + "hash": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" + } + }, + "npm:@vitest/expect": { + "type": "npm", + "name": "npm:@vitest/expect", + "data": { + "version": "1.4.0", + "packageName": "@vitest/expect", + "hash": "sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==" + } + }, + "npm:@vitest/runner": { + "type": "npm", + "name": "npm:@vitest/runner", + "data": { + "version": "1.4.0", + "packageName": "@vitest/runner", + "hash": "sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==" + } + }, + "npm:@vitest/snapshot": { + "type": "npm", + "name": "npm:@vitest/snapshot", + "data": { + "version": "1.4.0", + "packageName": "@vitest/snapshot", + "hash": "sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==" + } + }, + "npm:@vitest/spy": { + "type": "npm", + "name": "npm:@vitest/spy", + "data": { + "version": "1.4.0", + "packageName": "@vitest/spy", + "hash": "sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==" + } + }, + "npm:@vitest/utils": { + "type": "npm", + "name": "npm:@vitest/utils", + "data": { + "version": "1.4.0", + "packageName": "@vitest/utils", + "hash": "sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==" + } + }, + "npm:@volar/language-core": { + "type": "npm", + "name": "npm:@volar/language-core", + "data": { + "version": "1.11.1", + "packageName": "@volar/language-core", + "hash": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==" + } + }, + "npm:@volar/source-map": { + "type": "npm", + "name": "npm:@volar/source-map", + "data": { + "version": "1.11.1", + "packageName": "@volar/source-map", + "hash": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==" + } + }, + "npm:@volar/typescript": { + "type": "npm", + "name": "npm:@volar/typescript", + "data": { + "version": "1.11.1", + "packageName": "@volar/typescript", + "hash": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==" + } + }, + "npm:@vue/compiler-core": { + "type": "npm", + "name": "npm:@vue/compiler-core", + "data": { + "version": "3.4.21", + "packageName": "@vue/compiler-core", + "hash": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==" + } + }, + "npm:@vue/compiler-dom": { + "type": "npm", + "name": "npm:@vue/compiler-dom", + "data": { + "version": "3.4.21", + "packageName": "@vue/compiler-dom", + "hash": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==" + } + }, + "npm:@vue/language-core": { + "type": "npm", + "name": "npm:@vue/language-core", + "data": { + "version": "1.8.27", + "packageName": "@vue/language-core", + "hash": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==" + } + }, + "npm:@vue/shared": { + "type": "npm", + "name": "npm:@vue/shared", + "data": { + "version": "3.4.21", + "packageName": "@vue/shared", + "hash": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==" + } + }, + "npm:@yarnpkg/lockfile": { + "type": "npm", + "name": "npm:@yarnpkg/lockfile", + "data": { + "version": "1.1.0", + "packageName": "@yarnpkg/lockfile", + "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" + } + }, + "npm:@yarnpkg/parsers": { + "type": "npm", + "name": "npm:@yarnpkg/parsers", + "data": { + "version": "3.0.0-rc.46", + "packageName": "@yarnpkg/parsers", + "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" + } + }, + "npm:@zkochan/js-yaml": { + "type": "npm", + "name": "npm:@zkochan/js-yaml", + "data": { + "version": "0.0.6", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" + } + }, + "npm:@zkochan/retry": { + "type": "npm", + "name": "npm:@zkochan/retry", + "data": { + "version": "0.2.0", + "packageName": "@zkochan/retry", + "hash": "sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==" + } + }, + "npm:@zkochan/rimraf": { + "type": "npm", + "name": "npm:@zkochan/rimraf", + "data": { + "version": "2.1.3", + "packageName": "@zkochan/rimraf", + "hash": "sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==" + } + }, + "npm:JSONStream": { + "type": "npm", + "name": "npm:JSONStream", + "data": { + "version": "1.3.5", + "packageName": "JSONStream", + "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" + } + }, + "npm:acorn-walk": { + "type": "npm", + "name": "npm:acorn-walk", + "data": { + "version": "8.3.2", + "packageName": "acorn-walk", + "hash": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" + } + }, + "npm:acorn": { + "type": "npm", + "name": "npm:acorn", + "data": { + "version": "8.11.3", + "packageName": "acorn", + "hash": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" + } + }, + "npm:agent-base": { + "type": "npm", + "name": "npm:agent-base", + "data": { + "version": "7.1.0", + "packageName": "agent-base", + "hash": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==" + } + }, + "npm:aggregate-error": { + "type": "npm", + "name": "npm:aggregate-error", + "data": { + "version": "3.1.0", + "packageName": "aggregate-error", + "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + } + }, + "npm:ajv": { + "type": "npm", + "name": "npm:ajv", + "data": { + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + } + }, + "npm:ansi-colors": { + "type": "npm", + "name": "npm:ansi-colors", + "data": { + "version": "4.1.3", + "packageName": "ansi-colors", + "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" + } + }, + "npm:ansi-escapes": { + "type": "npm", + "name": "npm:ansi-escapes", + "data": { + "version": "6.2.1", + "packageName": "ansi-escapes", + "hash": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" + } + }, + "npm:ansi-purge": { + "type": "npm", + "name": "npm:ansi-purge", + "data": { + "version": "1.0.0", + "packageName": "ansi-purge", + "hash": "sha512-kbm4dtp1jcI8ZWhttEPzmga9fwbhGMinIDghOcBng5q9dOsnM6PYV3ih+5TO4D7inGXU9zBmVi7x1Z4dluY85Q==" + } + }, + "npm:ansi-regex": { + "type": "npm", + "name": "npm:ansi-regex", + "data": { + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + } + }, + "npm:ansi-regex@6.0.1": { + "type": "npm", + "name": "npm:ansi-regex@6.0.1", + "data": { + "version": "6.0.1", + "packageName": "ansi-regex", + "hash": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" + } + }, + "npm:ansi-styles@3.2.1": { + "type": "npm", + "name": "npm:ansi-styles@3.2.1", + "data": { + "version": "3.2.1", + "packageName": "ansi-styles", + "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" + } + }, + "npm:ansi-styles": { + "type": "npm", + "name": "npm:ansi-styles", + "data": { + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + } + }, + "npm:ansi-styles@5.2.0": { + "type": "npm", + "name": "npm:ansi-styles@5.2.0", + "data": { + "version": "5.2.0", + "packageName": "ansi-styles", + "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + } + }, + "npm:ansi-styles@6.2.1": { + "type": "npm", + "name": "npm:ansi-styles@6.2.1", + "data": { + "version": "6.2.1", + "packageName": "ansi-styles", + "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" + } + }, + "npm:ansi-truncate": { + "type": "npm", + "name": "npm:ansi-truncate", + "data": { + "version": "1.1.2", + "packageName": "ansi-truncate", + "hash": "sha512-yhyu5Y/rRWku5GJfCCHHKyJsWahCRuy/ORI8wmClls+bUWMVpcVL6nEqmVnZZ9gaaWq+AWB6FCyarrt0ewVUXQ==" + } + }, + "npm:any-promise": { + "type": "npm", + "name": "npm:any-promise", + "data": { + "version": "1.3.0", + "packageName": "any-promise", + "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + } + }, + "npm:anymatch": { + "type": "npm", + "name": "npm:anymatch", + "data": { + "version": "3.1.3", + "packageName": "anymatch", + "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + } + }, + "npm:argparse@1.0.10": { + "type": "npm", + "name": "npm:argparse@1.0.10", + "data": { + "version": "1.0.10", + "packageName": "argparse", + "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" + } + }, + "npm:argparse": { + "type": "npm", + "name": "npm:argparse", + "data": { + "version": "2.0.1", + "packageName": "argparse", + "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + } + }, + "npm:argv-formatter": { + "type": "npm", + "name": "npm:argv-formatter", + "data": { + "version": "1.0.0", + "packageName": "argv-formatter", + "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" + } + }, + "npm:aria-query@5.1.3": { + "type": "npm", + "name": "npm:aria-query@5.1.3", + "data": { + "version": "5.1.3", + "packageName": "aria-query", + "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" + } + }, + "npm:aria-query": { + "type": "npm", + "name": "npm:aria-query", + "data": { + "version": "5.3.0", + "packageName": "aria-query", + "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" + } + }, + "npm:arity-n": { + "type": "npm", + "name": "npm:arity-n", + "data": { + "version": "1.0.4", + "packageName": "arity-n", + "hash": "sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==" + } + }, + "npm:array-buffer-byte-length": { + "type": "npm", + "name": "npm:array-buffer-byte-length", + "data": { + "version": "1.0.1", + "packageName": "array-buffer-byte-length", + "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" + } + }, + "npm:array-each": { + "type": "npm", + "name": "npm:array-each", + "data": { + "version": "1.0.1", + "packageName": "array-each", + "hash": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==" + } + }, + "npm:array-ify": { + "type": "npm", + "name": "npm:array-ify", + "data": { + "version": "1.0.0", + "packageName": "array-ify", + "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" + } + }, + "npm:array-last": { + "type": "npm", + "name": "npm:array-last", + "data": { + "version": "1.3.0", + "packageName": "array-last", + "hash": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==" + } + }, + "npm:array-slice": { + "type": "npm", + "name": "npm:array-slice", + "data": { + "version": "1.1.0", + "packageName": "array-slice", + "hash": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" + } + }, + "npm:assertion-error": { + "type": "npm", + "name": "npm:assertion-error", + "data": { + "version": "1.1.0", + "packageName": "assertion-error", + "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + } + }, + "npm:asynckit": { + "type": "npm", + "name": "npm:asynckit", + "data": { + "version": "0.4.0", + "packageName": "asynckit", + "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + } + }, + "npm:atomically": { + "type": "npm", + "name": "npm:atomically", + "data": { + "version": "2.0.2", + "packageName": "atomically", + "hash": "sha512-Xfmb4q5QV7uqTlVdMSTtO5eF4DCHfNOdaPyKlbFShkzeNP+3lj3yjjcbdjSmEY4+pDBKJ9g26aP+ImTe88UHoQ==" + } + }, + "npm:available-typed-arrays": { + "type": "npm", + "name": "npm:available-typed-arrays", + "data": { + "version": "1.0.7", + "packageName": "available-typed-arrays", + "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" + } + }, + "npm:axios": { + "type": "npm", + "name": "npm:axios", + "data": { + "version": "1.6.8", + "packageName": "axios", + "hash": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==" + } + }, + "npm:axobject-query": { + "type": "npm", + "name": "npm:axobject-query", + "data": { + "version": "4.0.0", + "packageName": "axobject-query", + "hash": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==" + } + }, + "npm:babel-plugin-add-module-exports": { + "type": "npm", + "name": "npm:babel-plugin-add-module-exports", + "data": { + "version": "0.2.1", + "packageName": "babel-plugin-add-module-exports", + "hash": "sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==" + } + }, + "npm:babel-plugin-polyfill-corejs2": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs2", + "data": { + "version": "0.4.10", + "packageName": "babel-plugin-polyfill-corejs2", + "hash": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==" + } + }, + "npm:babel-plugin-polyfill-corejs3": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-corejs3", + "data": { + "version": "0.10.4", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" + } + }, + "npm:babel-plugin-polyfill-regenerator": { + "type": "npm", + "name": "npm:babel-plugin-polyfill-regenerator", + "data": { + "version": "0.6.1", + "packageName": "babel-plugin-polyfill-regenerator", + "hash": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==" + } + }, + "npm:babylon": { + "type": "npm", + "name": "npm:babylon", + "data": { + "version": "6.18.0", + "packageName": "babylon", + "hash": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + } + }, + "npm:balanced-match": { + "type": "npm", + "name": "npm:balanced-match", + "data": { + "version": "1.0.2", + "packageName": "balanced-match", + "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + } + }, + "npm:base64-js": { + "type": "npm", + "name": "npm:base64-js", + "data": { + "version": "1.5.1", + "packageName": "base64-js", + "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + } + }, + "npm:binary-extensions": { + "type": "npm", + "name": "npm:binary-extensions", + "data": { + "version": "2.3.0", + "packageName": "binary-extensions", + "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" + } + }, + "npm:bl": { + "type": "npm", + "name": "npm:bl", + "data": { + "version": "4.1.0", + "packageName": "bl", + "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" + } + }, + "npm:bole": { + "type": "npm", + "name": "npm:bole", + "data": { + "version": "5.0.11", + "packageName": "bole", + "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" + } + }, + "npm:brace-expansion@1.1.11": { + "type": "npm", + "name": "npm:brace-expansion@1.1.11", + "data": { + "version": "1.1.11", + "packageName": "brace-expansion", + "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + } + }, + "npm:brace-expansion": { + "type": "npm", + "name": "npm:brace-expansion", + "data": { + "version": "2.0.1", + "packageName": "brace-expansion", + "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + } + }, + "npm:braces": { + "type": "npm", + "name": "npm:braces", + "data": { + "version": "3.0.2", + "packageName": "braces", + "hash": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" + } + }, + "npm:browserslist": { + "type": "npm", + "name": "npm:browserslist", + "data": { + "version": "4.23.0", + "packageName": "browserslist", + "hash": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==" + } + }, + "npm:buffer-from": { + "type": "npm", + "name": "npm:buffer-from", + "data": { + "version": "1.1.2", + "packageName": "buffer-from", + "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + } + }, + "npm:buffer": { + "type": "npm", + "name": "npm:buffer", + "data": { + "version": "5.7.1", + "packageName": "buffer", + "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + } + }, + "npm:builtin-modules": { + "type": "npm", + "name": "npm:builtin-modules", + "data": { + "version": "3.3.0", + "packageName": "builtin-modules", + "hash": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" + } + }, + "npm:builtins": { + "type": "npm", + "name": "npm:builtins", + "data": { + "version": "5.0.1", + "packageName": "builtins", + "hash": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==" + } + }, + "npm:bytes-iec": { + "type": "npm", + "name": "npm:bytes-iec", + "data": { + "version": "3.1.1", + "packageName": "bytes-iec", + "hash": "sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==" + } + }, + "npm:cac": { + "type": "npm", + "name": "npm:cac", + "data": { + "version": "6.7.14", + "packageName": "cac", + "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" + } + }, + "npm:call-bind": { + "type": "npm", + "name": "npm:call-bind", + "data": { + "version": "1.0.7", + "packageName": "call-bind", + "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" + } + }, + "npm:caniuse-lite": { + "type": "npm", + "name": "npm:caniuse-lite", + "data": { + "version": "1.0.30001600", + "packageName": "caniuse-lite", + "hash": "sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==" + } + }, + "npm:chai": { + "type": "npm", + "name": "npm:chai", + "data": { + "version": "4.4.1", + "packageName": "chai", + "hash": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==" + } + }, + "npm:chalk@2.4.2": { + "type": "npm", + "name": "npm:chalk@2.4.2", + "data": { + "version": "2.4.2", + "packageName": "chalk", + "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" + } + }, + "npm:chalk@3.0.0": { + "type": "npm", + "name": "npm:chalk@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "chalk", + "hash": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" + } + }, + "npm:chalk@4.1.2": { + "type": "npm", + "name": "npm:chalk@4.1.2", + "data": { + "version": "4.1.2", + "packageName": "chalk", + "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + } + }, + "npm:chalk": { + "type": "npm", + "name": "npm:chalk", + "data": { + "version": "5.3.0", + "packageName": "chalk", + "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" + } + }, + "npm:check-error": { + "type": "npm", + "name": "npm:check-error", + "data": { + "version": "1.0.3", + "packageName": "check-error", + "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" + } + }, + "npm:chokidar": { + "type": "npm", + "name": "npm:chokidar", + "data": { + "version": "3.6.0", + "packageName": "chokidar", + "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" + } + }, + "npm:ci-env": { + "type": "npm", + "name": "npm:ci-env", + "data": { + "version": "1.17.0", + "packageName": "ci-env", + "hash": "sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==" + } + }, + "npm:clean-stack": { + "type": "npm", + "name": "npm:clean-stack", + "data": { + "version": "2.2.0", + "packageName": "clean-stack", + "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + } + }, + "npm:cli-cursor": { + "type": "npm", + "name": "npm:cli-cursor", + "data": { + "version": "3.1.0", + "packageName": "cli-cursor", + "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" + } + }, + "npm:cli-cursor@4.0.0": { + "type": "npm", + "name": "npm:cli-cursor@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "cli-cursor", + "hash": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==" + } + }, + "npm:cli-spinners": { + "type": "npm", + "name": "npm:cli-spinners", + "data": { + "version": "2.6.1", + "packageName": "cli-spinners", + "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" + } + }, + "npm:cli-truncate": { + "type": "npm", + "name": "npm:cli-truncate", + "data": { + "version": "4.0.0", + "packageName": "cli-truncate", + "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" + } + }, + "npm:cliui": { + "type": "npm", + "name": "npm:cliui", + "data": { + "version": "8.0.1", + "packageName": "cliui", + "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" + } + }, + "npm:clone": { + "type": "npm", + "name": "npm:clone", + "data": { + "version": "1.0.4", + "packageName": "clone", + "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" + } + }, + "npm:code-red": { + "type": "npm", + "name": "npm:code-red", + "data": { + "version": "1.0.4", + "packageName": "code-red", + "hash": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==" + } + }, + "npm:color-convert@1.9.3": { + "type": "npm", + "name": "npm:color-convert@1.9.3", + "data": { + "version": "1.9.3", + "packageName": "color-convert", + "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" + } + }, + "npm:color-convert": { + "type": "npm", + "name": "npm:color-convert", + "data": { + "version": "2.0.1", + "packageName": "color-convert", + "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" + } + }, + "npm:color-name@1.1.3": { + "type": "npm", + "name": "npm:color-name@1.1.3", + "data": { + "version": "1.1.3", + "packageName": "color-name", + "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + } + }, + "npm:color-name": { + "type": "npm", + "name": "npm:color-name", + "data": { + "version": "1.1.4", + "packageName": "color-name", + "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + } + }, + "npm:colorette": { + "type": "npm", + "name": "npm:colorette", + "data": { + "version": "2.0.20", + "packageName": "colorette", + "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + } + }, + "npm:colors": { + "type": "npm", + "name": "npm:colors", + "data": { + "version": "1.2.5", + "packageName": "colors", + "hash": "sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==" + } + }, + "npm:combined-stream": { + "type": "npm", + "name": "npm:combined-stream", + "data": { + "version": "1.0.8", + "packageName": "combined-stream", + "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" + } + }, + "npm:commander@11.1.0": { + "type": "npm", + "name": "npm:commander@11.1.0", + "data": { + "version": "11.1.0", + "packageName": "commander", + "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" + } + }, + "npm:commander": { + "type": "npm", + "name": "npm:commander", + "data": { + "version": "12.0.0", + "packageName": "commander", + "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" + } + }, + "npm:commander@2.20.3": { + "type": "npm", + "name": "npm:commander@2.20.3", + "data": { + "version": "2.20.3", + "packageName": "commander", + "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + } + }, + "npm:commander@4.1.1": { + "type": "npm", + "name": "npm:commander@4.1.1", + "data": { + "version": "4.1.1", + "packageName": "commander", + "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + } + }, + "npm:commander@9.5.0": { + "type": "npm", + "name": "npm:commander@9.5.0", + "data": { + "version": "9.5.0", + "packageName": "commander", + "hash": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" + } + }, + "npm:commondir": { + "type": "npm", + "name": "npm:commondir", + "data": { + "version": "1.0.1", + "packageName": "commondir", + "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + } + }, + "npm:compare-func": { + "type": "npm", + "name": "npm:compare-func", + "data": { + "version": "2.0.0", + "packageName": "compare-func", + "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" + } + }, + "npm:compose-function": { + "type": "npm", + "name": "npm:compose-function", + "data": { + "version": "3.0.3", + "packageName": "compose-function", + "hash": "sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==" + } + }, + "npm:computeds": { + "type": "npm", + "name": "npm:computeds", + "data": { + "version": "0.0.1", + "packageName": "computeds", + "hash": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==" + } + }, + "npm:concat-map": { + "type": "npm", + "name": "npm:concat-map", + "data": { + "version": "0.0.1", + "packageName": "concat-map", + "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + } + }, + "npm:conventional-changelog-angular": { + "type": "npm", + "name": "npm:conventional-changelog-angular", + "data": { + "version": "7.0.0", + "packageName": "conventional-changelog-angular", + "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" + } + }, + "npm:conventional-commits-parser": { + "type": "npm", + "name": "npm:conventional-commits-parser", + "data": { + "version": "5.0.0", + "packageName": "conventional-commits-parser", + "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" + } + }, + "npm:convert-source-map": { + "type": "npm", + "name": "npm:convert-source-map", + "data": { + "version": "2.0.0", + "packageName": "convert-source-map", + "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + } + }, + "npm:core-js-compat": { + "type": "npm", + "name": "npm:core-js-compat", + "data": { + "version": "3.36.1", + "packageName": "core-js-compat", + "hash": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==" + } + }, + "npm:core-util-is": { + "type": "npm", + "name": "npm:core-util-is", + "data": { + "version": "1.0.3", + "packageName": "core-util-is", + "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + } + }, + "npm:cross-spawn@5.1.0": { + "type": "npm", + "name": "npm:cross-spawn@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "cross-spawn", + "hash": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==" + } + }, + "npm:cross-spawn": { + "type": "npm", + "name": "npm:cross-spawn", + "data": { + "version": "7.0.3", + "packageName": "cross-spawn", + "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" + } + }, + "npm:crypto-random-string": { + "type": "npm", + "name": "npm:crypto-random-string", + "data": { + "version": "2.0.0", + "packageName": "crypto-random-string", + "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + } + }, + "npm:css-tree": { + "type": "npm", + "name": "npm:css-tree", + "data": { + "version": "2.3.1", + "packageName": "css-tree", + "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" + } + }, + "npm:css.escape": { + "type": "npm", + "name": "npm:css.escape", + "data": { + "version": "1.5.1", + "packageName": "css.escape", + "hash": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" + } + }, + "npm:cssstyle": { + "type": "npm", + "name": "npm:cssstyle", + "data": { + "version": "4.0.1", + "packageName": "cssstyle", + "hash": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==" + } + }, + "npm:csstype": { + "type": "npm", + "name": "npm:csstype", + "data": { + "version": "3.1.3", + "packageName": "csstype", + "hash": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + } + }, + "npm:current-git-branch": { + "type": "npm", + "name": "npm:current-git-branch", + "data": { + "version": "1.1.0", + "packageName": "current-git-branch", + "hash": "sha512-n5mwGZllLsFzxDPtTmadqGe4IIBPfqPbiIRX4xgFR9VK/Bx47U+94KiVkxSKAKN6/s43TlkztS2GZpgMKzwQ8A==" + } + }, + "npm:data-uri-to-buffer": { + "type": "npm", + "name": "npm:data-uri-to-buffer", + "data": { + "version": "3.0.1", + "packageName": "data-uri-to-buffer", + "hash": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" + } + }, + "npm:data-urls": { + "type": "npm", + "name": "npm:data-urls", + "data": { + "version": "5.0.0", + "packageName": "data-urls", + "hash": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" + } + }, + "npm:de-indent": { + "type": "npm", + "name": "npm:de-indent", + "data": { + "version": "1.0.2", + "packageName": "de-indent", + "hash": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==" + } + }, + "npm:debug": { + "type": "npm", + "name": "npm:debug", + "data": { + "version": "4.3.4", + "packageName": "debug", + "hash": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" + } + }, + "npm:decimal.js": { + "type": "npm", + "name": "npm:decimal.js", + "data": { + "version": "10.4.3", + "packageName": "decimal.js", + "hash": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" + } + }, + "npm:deep-eql": { + "type": "npm", + "name": "npm:deep-eql", + "data": { + "version": "4.1.3", + "packageName": "deep-eql", + "hash": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==" + } + }, + "npm:deep-equal": { + "type": "npm", + "name": "npm:deep-equal", + "data": { + "version": "2.2.3", + "packageName": "deep-equal", + "hash": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==" + } + }, + "npm:deep-freeze": { + "type": "npm", + "name": "npm:deep-freeze", + "data": { + "version": "0.0.1", + "packageName": "deep-freeze", + "hash": "sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==" + } + }, + "npm:deepmerge": { + "type": "npm", + "name": "npm:deepmerge", + "data": { + "version": "4.3.1", + "packageName": "deepmerge", + "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" + } + }, + "npm:defaults": { + "type": "npm", + "name": "npm:defaults", + "data": { + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + } + }, + "npm:define-data-property": { + "type": "npm", + "name": "npm:define-data-property", + "data": { + "version": "1.1.4", + "packageName": "define-data-property", + "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" + } + }, + "npm:define-lazy-prop": { + "type": "npm", + "name": "npm:define-lazy-prop", + "data": { + "version": "2.0.0", + "packageName": "define-lazy-prop", + "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" + } + }, + "npm:define-properties": { + "type": "npm", + "name": "npm:define-properties", + "data": { + "version": "1.2.1", + "packageName": "define-properties", + "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" + } + }, + "npm:delayed-stream": { + "type": "npm", + "name": "npm:delayed-stream", + "data": { + "version": "1.0.0", + "packageName": "delayed-stream", + "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + } + }, + "npm:dequal": { + "type": "npm", + "name": "npm:dequal", + "data": { + "version": "2.0.3", + "packageName": "dequal", + "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" + } + }, + "npm:detect-file": { + "type": "npm", + "name": "npm:detect-file", + "data": { + "version": "1.0.0", + "packageName": "detect-file", + "hash": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==" + } + }, + "npm:dettle": { + "type": "npm", + "name": "npm:dettle", + "data": { + "version": "1.0.1", + "packageName": "dettle", + "hash": "sha512-/oD3At60ZfhgzpofJtyClNTrIACyMdRe+ih0YiHzAniN0IZnLdLpEzgR6RtGs3kowxUkTnvV/4t1FBxXMUdusQ==" + } + }, + "npm:diff-sequences": { + "type": "npm", + "name": "npm:diff-sequences", + "data": { + "version": "29.6.3", + "packageName": "diff-sequences", + "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" + } + }, + "npm:dom-accessibility-api@0.5.16": { + "type": "npm", + "name": "npm:dom-accessibility-api@0.5.16", + "data": { + "version": "0.5.16", + "packageName": "dom-accessibility-api", + "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" + } + }, + "npm:dom-accessibility-api": { + "type": "npm", + "name": "npm:dom-accessibility-api", + "data": { + "version": "0.6.3", + "packageName": "dom-accessibility-api", + "hash": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" + } + }, + "npm:dot-prop": { + "type": "npm", + "name": "npm:dot-prop", + "data": { + "version": "5.3.0", + "packageName": "dot-prop", + "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" + } + }, + "npm:dotenv-expand": { + "type": "npm", + "name": "npm:dotenv-expand", + "data": { + "version": "10.0.0", + "packageName": "dotenv-expand", + "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" + } + }, + "npm:dotenv": { + "type": "npm", + "name": "npm:dotenv", + "data": { + "version": "16.3.2", + "packageName": "dotenv", + "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" + } + }, + "npm:duplexer2": { + "type": "npm", + "name": "npm:duplexer2", + "data": { + "version": "0.1.4", + "packageName": "duplexer2", + "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" + } + }, + "npm:duplexer": { + "type": "npm", + "name": "npm:duplexer", + "data": { + "version": "0.1.2", + "packageName": "duplexer", + "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + } + }, + "npm:eastasianwidth": { + "type": "npm", + "name": "npm:eastasianwidth", + "data": { + "version": "0.2.0", + "packageName": "eastasianwidth", + "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + } + }, + "npm:easy-table": { + "type": "npm", + "name": "npm:easy-table", + "data": { + "version": "1.2.0", + "packageName": "easy-table", + "hash": "sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==" + } + }, + "npm:electron-to-chromium": { + "type": "npm", + "name": "npm:electron-to-chromium", + "data": { + "version": "1.4.716", + "packageName": "electron-to-chromium", + "hash": "sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw==" + } + }, + "npm:emoji-regex@10.3.0": { + "type": "npm", + "name": "npm:emoji-regex@10.3.0", + "data": { + "version": "10.3.0", + "packageName": "emoji-regex", + "hash": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" + } + }, + "npm:emoji-regex": { + "type": "npm", + "name": "npm:emoji-regex", + "data": { + "version": "8.0.0", + "packageName": "emoji-regex", + "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + } + }, + "npm:emoji-regex@9.2.2": { + "type": "npm", + "name": "npm:emoji-regex@9.2.2", + "data": { + "version": "9.2.2", + "packageName": "emoji-regex", + "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + } + }, + "npm:encode-registry": { + "type": "npm", + "name": "npm:encode-registry", + "data": { + "version": "3.0.1", + "packageName": "encode-registry", + "hash": "sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==" + } + }, + "npm:end-of-stream": { + "type": "npm", + "name": "npm:end-of-stream", + "data": { + "version": "1.4.4", + "packageName": "end-of-stream", + "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" + } + }, + "npm:enquirer": { + "type": "npm", + "name": "npm:enquirer", + "data": { + "version": "2.3.6", + "packageName": "enquirer", + "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + } + }, + "npm:entities": { + "type": "npm", + "name": "npm:entities", + "data": { + "version": "4.5.0", + "packageName": "entities", + "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + } + }, + "npm:err-code": { + "type": "npm", + "name": "npm:err-code", + "data": { + "version": "2.0.3", + "packageName": "err-code", + "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" + } + }, + "npm:error-ex": { + "type": "npm", + "name": "npm:error-ex", + "data": { + "version": "1.3.2", + "packageName": "error-ex", + "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" + } + }, + "npm:es-define-property": { + "type": "npm", + "name": "npm:es-define-property", + "data": { + "version": "1.0.0", + "packageName": "es-define-property", + "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" + } + }, + "npm:es-errors": { + "type": "npm", + "name": "npm:es-errors", + "data": { + "version": "1.3.0", + "packageName": "es-errors", + "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + } + }, + "npm:es-get-iterator": { + "type": "npm", + "name": "npm:es-get-iterator", + "data": { + "version": "1.1.3", + "packageName": "es-get-iterator", + "hash": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==" + } + }, + "npm:esbuild-register": { + "type": "npm", + "name": "npm:esbuild-register", + "data": { + "version": "3.5.0", + "packageName": "esbuild-register", + "hash": "sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==" + } + }, + "npm:esbuild": { + "type": "npm", + "name": "npm:esbuild", + "data": { + "version": "0.20.2", + "packageName": "esbuild", + "hash": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==" + } + }, + "npm:escalade": { + "type": "npm", + "name": "npm:escalade", + "data": { + "version": "3.1.2", + "packageName": "escalade", + "hash": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" + } + }, + "npm:escape-string-regexp": { + "type": "npm", + "name": "npm:escape-string-regexp", + "data": { + "version": "1.0.5", + "packageName": "escape-string-regexp", + "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" + } + }, + "npm:esprima": { + "type": "npm", + "name": "npm:esprima", + "data": { + "version": "4.0.1", + "packageName": "esprima", + "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + } + }, + "npm:estree-walker": { + "type": "npm", + "name": "npm:estree-walker", + "data": { + "version": "2.0.2", + "packageName": "estree-walker", + "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + } + }, + "npm:estree-walker@3.0.3": { + "type": "npm", + "name": "npm:estree-walker@3.0.3", + "data": { + "version": "3.0.3", + "packageName": "estree-walker", + "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" + } + }, + "npm:esutils": { + "type": "npm", + "name": "npm:esutils", + "data": { + "version": "2.0.3", + "packageName": "esutils", + "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + } + }, + "npm:eventemitter3": { + "type": "npm", + "name": "npm:eventemitter3", + "data": { + "version": "5.0.1", + "packageName": "eventemitter3", + "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + } + }, + "npm:execa@0.6.3": { + "type": "npm", + "name": "npm:execa@0.6.3", + "data": { + "version": "0.6.3", + "packageName": "execa", + "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" + } + }, + "npm:execa": { + "type": "npm", + "name": "npm:execa", + "data": { + "version": "8.0.1", + "packageName": "execa", + "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" + } + }, + "npm:expand-tilde": { + "type": "npm", + "name": "npm:expand-tilde", + "data": { + "version": "2.0.2", + "packageName": "expand-tilde", + "hash": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==" + } + }, + "npm:extend": { + "type": "npm", + "name": "npm:extend", + "data": { + "version": "3.0.2", + "packageName": "extend", + "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + } + }, + "npm:fast-deep-equal": { + "type": "npm", + "name": "npm:fast-deep-equal", + "data": { + "version": "3.1.3", + "packageName": "fast-deep-equal", + "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + } + }, + "npm:fast-glob": { + "type": "npm", + "name": "npm:fast-glob", + "data": { + "version": "3.3.2", + "packageName": "fast-glob", + "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + } + }, + "npm:fast-ignore": { + "type": "npm", + "name": "npm:fast-ignore", + "data": { + "version": "1.1.1", + "packageName": "fast-ignore", + "hash": "sha512-Gnvido88waUVtlDv/6VBeXv0TAlQK5lheknMwzHx9948B7uOFjyyLXsYBXixDScEXJB5fMjy4G1OOTH59VKvUA==" + } + }, + "npm:fast-json-stable-stringify": { + "type": "npm", + "name": "npm:fast-json-stable-stringify", + "data": { + "version": "2.1.0", + "packageName": "fast-json-stable-stringify", + "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + } + }, + "npm:fast-safe-stringify": { + "type": "npm", + "name": "npm:fast-safe-stringify", + "data": { + "version": "2.1.1", + "packageName": "fast-safe-stringify", + "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + } + }, + "npm:fast-string-truncated-width": { + "type": "npm", + "name": "npm:fast-string-truncated-width", + "data": { + "version": "1.1.0", + "packageName": "fast-string-truncated-width", + "hash": "sha512-FfsFREOllHpnSl6cxpLi6wvqd9UebrZPxWlOJCCcWoOJzy02xyjPbafF9tyg2Usnf3GLmRr5Q6s7n+GO+6VB5A==" + } + }, + "npm:fast-string-width": { + "type": "npm", + "name": "npm:fast-string-width", + "data": { + "version": "1.0.5", + "packageName": "fast-string-width", + "hash": "sha512-rO3M39p2w0AaF81drD42Q+v77cyhUKWixavoTAsORzYtjMIHhZ33KgdsjEaxMBwI0zI0zLUNBL0CYqVMipXp4g==" + } + }, + "npm:fastq": { + "type": "npm", + "name": "npm:fastq", + "data": { + "version": "1.17.1", + "packageName": "fastq", + "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" + } + }, + "npm:fetch-blob": { + "type": "npm", + "name": "npm:fetch-blob", + "data": { + "version": "2.1.2", + "packageName": "fetch-blob", + "hash": "sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==" + } + }, + "npm:figures": { + "type": "npm", + "name": "npm:figures", + "data": { + "version": "3.2.0", + "packageName": "figures", + "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" + } + }, + "npm:fill-range": { + "type": "npm", + "name": "npm:fill-range", + "data": { + "version": "7.0.1", + "packageName": "fill-range", + "hash": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" + } + }, + "npm:filter-iterator": { + "type": "npm", + "name": "npm:filter-iterator", + "data": { + "version": "0.0.1", + "packageName": "filter-iterator", + "hash": "sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==" + } + }, + "npm:filter-obj": { + "type": "npm", + "name": "npm:filter-obj", + "data": { + "version": "1.1.0", + "packageName": "filter-obj", + "hash": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==" + } + }, + "npm:find-up-json": { + "type": "npm", + "name": "npm:find-up-json", + "data": { + "version": "2.0.4", + "packageName": "find-up-json", + "hash": "sha512-ABaCm3V1H5UYRHtClHvFFyxPIAC/bxd43tKwmcSco8/EuM5O7zDL2R7ORaA+rEltwgxoNOIK8LQFwQUfA/2GIw==" + } + }, + "npm:find-up-path": { + "type": "npm", + "name": "npm:find-up-path", + "data": { + "version": "1.0.0", + "packageName": "find-up-path", + "hash": "sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==" + } + }, + "npm:findup-sync": { + "type": "npm", + "name": "npm:findup-sync", + "data": { + "version": "5.0.0", + "packageName": "findup-sync", + "hash": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==" + } + }, + "npm:fined": { + "type": "npm", + "name": "npm:fined", + "data": { + "version": "2.0.0", + "packageName": "fined", + "hash": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==" + } + }, + "npm:flagged-respawn": { + "type": "npm", + "name": "npm:flagged-respawn", + "data": { + "version": "2.0.0", + "packageName": "flagged-respawn", + "hash": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==" + } + }, + "npm:flat": { + "type": "npm", + "name": "npm:flat", + "data": { + "version": "5.0.2", + "packageName": "flat", + "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" + } + }, + "npm:follow-redirects": { + "type": "npm", + "name": "npm:follow-redirects", + "data": { + "version": "1.15.6", + "packageName": "follow-redirects", + "hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" + } + }, + "npm:for-each": { + "type": "npm", + "name": "npm:for-each", + "data": { + "version": "0.3.3", + "packageName": "for-each", + "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" + } + }, + "npm:for-in": { + "type": "npm", + "name": "npm:for-in", + "data": { + "version": "1.0.2", + "packageName": "for-in", + "hash": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==" + } + }, + "npm:for-own": { + "type": "npm", + "name": "npm:for-own", + "data": { + "version": "1.0.0", + "packageName": "for-own", + "hash": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==" + } + }, + "npm:foreground-child": { + "type": "npm", + "name": "npm:foreground-child", + "data": { + "version": "3.1.1", + "packageName": "foreground-child", + "hash": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==" + } + }, + "npm:form-data": { + "type": "npm", + "name": "npm:form-data", + "data": { + "version": "4.0.0", + "packageName": "form-data", + "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" + } + }, + "npm:fs-constants": { + "type": "npm", + "name": "npm:fs-constants", + "data": { + "version": "1.0.0", + "packageName": "fs-constants", + "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + } + }, + "npm:fs-extra@10.1.0": { + "type": "npm", + "name": "npm:fs-extra@10.1.0", + "data": { + "version": "10.1.0", + "packageName": "fs-extra", + "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" + } + }, + "npm:fs-extra": { + "type": "npm", + "name": "npm:fs-extra", + "data": { + "version": "11.2.0", + "packageName": "fs-extra", + "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" + } + }, + "npm:fs-extra@7.0.1": { + "type": "npm", + "name": "npm:fs-extra@7.0.1", + "data": { + "version": "7.0.1", + "packageName": "fs-extra", + "hash": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==" + } + }, + "npm:fs.realpath": { + "type": "npm", + "name": "npm:fs.realpath", + "data": { + "version": "1.0.0", + "packageName": "fs.realpath", + "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + } + }, + "npm:fsevents": { + "type": "npm", + "name": "npm:fsevents", + "data": { + "version": "2.3.3", + "packageName": "fsevents", + "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" + } + }, + "npm:function-bind": { + "type": "npm", + "name": "npm:function-bind", + "data": { + "version": "1.1.2", + "packageName": "function-bind", + "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + } + }, + "npm:functions-have-names": { + "type": "npm", + "name": "npm:functions-have-names", + "data": { + "version": "1.2.3", + "packageName": "functions-have-names", + "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" + } + }, + "npm:gensync": { + "type": "npm", + "name": "npm:gensync", + "data": { + "version": "1.0.0-beta.2", + "packageName": "gensync", + "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" + } + }, + "npm:get-caller-file": { + "type": "npm", + "name": "npm:get-caller-file", + "data": { + "version": "2.0.5", + "packageName": "get-caller-file", + "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + } + }, + "npm:get-current-package": { + "type": "npm", + "name": "npm:get-current-package", + "data": { + "version": "1.0.0", + "packageName": "get-current-package", + "hash": "sha512-mEZ43mmPMdRz+7vouBd/fhnEMRF0omBzcwwwf2GmbWSeZJGdWHRp9RGLZxW7ZnnZ14jPc3GreHh0s/7u7PZJpQ==" + } + }, + "npm:get-east-asian-width": { + "type": "npm", + "name": "npm:get-east-asian-width", + "data": { + "version": "1.2.0", + "packageName": "get-east-asian-width", + "hash": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==" + } + }, + "npm:get-func-name": { + "type": "npm", + "name": "npm:get-func-name", + "data": { + "version": "2.0.2", + "packageName": "get-func-name", + "hash": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" + } + }, + "npm:get-intrinsic": { + "type": "npm", + "name": "npm:get-intrinsic", + "data": { + "version": "1.2.4", + "packageName": "get-intrinsic", + "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" + } + }, + "npm:get-stream@3.0.0": { + "type": "npm", + "name": "npm:get-stream@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "get-stream", + "hash": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" + } + }, + "npm:get-stream": { + "type": "npm", + "name": "npm:get-stream", + "data": { + "version": "8.0.1", + "packageName": "get-stream", + "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" + } + }, + "npm:git-log-parser": { + "type": "npm", + "name": "npm:git-log-parser", + "data": { + "version": "1.2.0", + "packageName": "git-log-parser", + "hash": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==" + } + }, + "npm:glob-parent": { + "type": "npm", + "name": "npm:glob-parent", + "data": { + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + } + }, + "npm:glob@10.3.10": { + "type": "npm", + "name": "npm:glob@10.3.10", + "data": { + "version": "10.3.10", + "packageName": "glob", + "hash": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" + } + }, + "npm:glob@7.2.3": { + "type": "npm", + "name": "npm:glob@7.2.3", + "data": { + "version": "7.2.3", + "packageName": "glob", + "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + } + }, + "npm:glob": { + "type": "npm", + "name": "npm:glob", + "data": { + "version": "8.1.0", + "packageName": "glob", + "hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" + } + }, + "npm:global-modules": { + "type": "npm", + "name": "npm:global-modules", + "data": { + "version": "1.0.0", + "packageName": "global-modules", + "hash": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==" + } + }, + "npm:global-prefix": { + "type": "npm", + "name": "npm:global-prefix", + "data": { + "version": "1.0.2", + "packageName": "global-prefix", + "hash": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==" + } + }, + "npm:globals": { + "type": "npm", + "name": "npm:globals", + "data": { + "version": "11.12.0", + "packageName": "globals", + "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + } + }, + "npm:globby": { + "type": "npm", + "name": "npm:globby", + "data": { + "version": "14.0.1", + "packageName": "globby", + "hash": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==" + } + }, + "npm:globrex": { + "type": "npm", + "name": "npm:globrex", + "data": { + "version": "0.1.2", + "packageName": "globrex", + "hash": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==" + } + }, + "npm:gopd": { + "type": "npm", + "name": "npm:gopd", + "data": { + "version": "1.0.1", + "packageName": "gopd", + "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" + } + }, + "npm:graceful-fs": { + "type": "npm", + "name": "npm:graceful-fs", + "data": { + "version": "4.2.11", + "packageName": "graceful-fs", + "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + } + }, + "npm:grammex": { + "type": "npm", + "name": "npm:grammex", + "data": { + "version": "3.1.3", + "packageName": "grammex", + "hash": "sha512-rUZoJJQguOCaAMTuoyxs40OxqSLgVhzCCwDn1mbp2vETWutv/TmgAz7KxMR8Tz4z4cty/zIh88HrOWKqWgeGjg==" + } + }, + "npm:has-bigints": { + "type": "npm", + "name": "npm:has-bigints", + "data": { + "version": "1.0.2", + "packageName": "has-bigints", + "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" + } + }, + "npm:has-flag@3.0.0": { + "type": "npm", + "name": "npm:has-flag@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "has-flag", + "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + } + }, + "npm:has-flag": { + "type": "npm", + "name": "npm:has-flag", + "data": { + "version": "4.0.0", + "packageName": "has-flag", + "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + } + }, + "npm:has-own-property": { + "type": "npm", + "name": "npm:has-own-property", + "data": { + "version": "0.1.0", + "packageName": "has-own-property", + "hash": "sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==" + } + }, + "npm:has-property-descriptors": { + "type": "npm", + "name": "npm:has-property-descriptors", + "data": { + "version": "1.0.2", + "packageName": "has-property-descriptors", + "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" + } + }, + "npm:has-proto": { + "type": "npm", + "name": "npm:has-proto", + "data": { + "version": "1.0.3", + "packageName": "has-proto", + "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" + } + }, + "npm:has-symbols": { + "type": "npm", + "name": "npm:has-symbols", + "data": { + "version": "1.0.3", + "packageName": "has-symbols", + "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + } + }, + "npm:has-tostringtag": { + "type": "npm", + "name": "npm:has-tostringtag", + "data": { + "version": "1.0.2", + "packageName": "has-tostringtag", + "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" + } + }, + "npm:hasown": { + "type": "npm", + "name": "npm:hasown", + "data": { + "version": "2.0.2", + "packageName": "hasown", + "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" + } + }, + "npm:he": { + "type": "npm", + "name": "npm:he", + "data": { + "version": "1.2.0", + "packageName": "he", + "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + } + }, + "npm:homedir-polyfill": { + "type": "npm", + "name": "npm:homedir-polyfill", + "data": { + "version": "1.0.3", + "packageName": "homedir-polyfill", + "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" + } + }, + "npm:hosted-git-info@4.1.0": { + "type": "npm", + "name": "npm:hosted-git-info@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "hosted-git-info", + "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" + } + }, + "npm:hosted-git-info": { + "type": "npm", + "name": "npm:hosted-git-info", + "data": { + "version": "7.0.1", + "packageName": "hosted-git-info", + "hash": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==" + } + }, + "npm:html-encoding-sniffer": { + "type": "npm", + "name": "npm:html-encoding-sniffer", + "data": { + "version": "4.0.0", + "packageName": "html-encoding-sniffer", + "hash": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" + } + }, + "npm:http-proxy-agent": { + "type": "npm", + "name": "npm:http-proxy-agent", + "data": { + "version": "7.0.2", + "packageName": "http-proxy-agent", + "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" + } + }, + "npm:https-proxy-agent": { + "type": "npm", + "name": "npm:https-proxy-agent", + "data": { + "version": "7.0.4", + "packageName": "https-proxy-agent", + "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" + } + }, + "npm:human-signals": { + "type": "npm", + "name": "npm:human-signals", + "data": { + "version": "5.0.0", + "packageName": "human-signals", + "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" + } + }, + "npm:husky": { + "type": "npm", + "name": "npm:husky", + "data": { + "version": "9.0.11", + "packageName": "husky", + "hash": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==" + } + }, + "npm:iconv-lite": { + "type": "npm", + "name": "npm:iconv-lite", + "data": { + "version": "0.6.3", + "packageName": "iconv-lite", + "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" + } + }, + "npm:identity-function": { + "type": "npm", + "name": "npm:identity-function", + "data": { + "version": "1.0.0", + "packageName": "identity-function", + "hash": "sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==" + } + }, + "npm:ieee754": { + "type": "npm", + "name": "npm:ieee754", + "data": { + "version": "1.2.1", + "packageName": "ieee754", + "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + } + }, + "npm:ignore": { + "type": "npm", + "name": "npm:ignore", + "data": { + "version": "5.3.1", + "packageName": "ignore", + "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" + } + }, + "npm:import-lazy": { + "type": "npm", + "name": "npm:import-lazy", + "data": { + "version": "4.0.0", + "packageName": "import-lazy", + "hash": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==" + } + }, + "npm:import-meta-resolve": { + "type": "npm", + "name": "npm:import-meta-resolve", + "data": { + "version": "4.0.0", + "packageName": "import-meta-resolve", + "hash": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==" + } + }, + "npm:indent-string": { + "type": "npm", + "name": "npm:indent-string", + "data": { + "version": "4.0.0", + "packageName": "indent-string", + "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + } + }, + "npm:individual": { + "type": "npm", + "name": "npm:individual", + "data": { + "version": "3.0.0", + "packageName": "individual", + "hash": "sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==" + } + }, + "npm:inflight": { + "type": "npm", + "name": "npm:inflight", + "data": { + "version": "1.0.6", + "packageName": "inflight", + "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" + } + }, + "npm:inherits": { + "type": "npm", + "name": "npm:inherits", + "data": { + "version": "2.0.4", + "packageName": "inherits", + "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + } + }, + "npm:ini-simple-parser": { + "type": "npm", + "name": "npm:ini-simple-parser", + "data": { + "version": "1.0.0", + "packageName": "ini-simple-parser", + "hash": "sha512-cZUGzkBd1W8FoIbFNMbscMvIGwp+riO/4PaPAy2owQp0sja+ni6Yty11GBNnxaI1ePkSVXzPb8iMOOYuYw/MOQ==" + } + }, + "npm:ini": { + "type": "npm", + "name": "npm:ini", + "data": { + "version": "1.3.8", + "packageName": "ini", + "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + } + }, + "npm:internal-slot": { + "type": "npm", + "name": "npm:internal-slot", + "data": { + "version": "1.0.7", + "packageName": "internal-slot", + "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" + } + }, + "npm:interpret": { + "type": "npm", + "name": "npm:interpret", + "data": { + "version": "3.1.1", + "packageName": "interpret", + "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" + } + }, + "npm:ionstore": { + "type": "npm", + "name": "npm:ionstore", + "data": { + "version": "1.0.0", + "packageName": "ionstore", + "hash": "sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==" + } + }, + "npm:is-absolute": { + "type": "npm", + "name": "npm:is-absolute", + "data": { + "version": "1.0.0", + "packageName": "is-absolute", + "hash": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==" + } + }, + "npm:is-arguments": { + "type": "npm", + "name": "npm:is-arguments", + "data": { + "version": "1.1.1", + "packageName": "is-arguments", + "hash": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==" + } + }, + "npm:is-array-buffer": { + "type": "npm", + "name": "npm:is-array-buffer", + "data": { + "version": "3.0.4", + "packageName": "is-array-buffer", + "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" + } + }, + "npm:is-arrayish": { + "type": "npm", + "name": "npm:is-arrayish", + "data": { + "version": "0.2.1", + "packageName": "is-arrayish", + "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + } + }, + "npm:is-bigint": { + "type": "npm", + "name": "npm:is-bigint", + "data": { + "version": "1.0.4", + "packageName": "is-bigint", + "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" + } + }, + "npm:is-binary-path": { + "type": "npm", + "name": "npm:is-binary-path", + "data": { + "version": "2.1.0", + "packageName": "is-binary-path", + "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + } + }, + "npm:is-boolean-object": { + "type": "npm", + "name": "npm:is-boolean-object", + "data": { + "version": "1.1.2", + "packageName": "is-boolean-object", + "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" + } + }, + "npm:is-builtin-module": { + "type": "npm", + "name": "npm:is-builtin-module", + "data": { + "version": "3.2.1", + "packageName": "is-builtin-module", + "hash": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" + } + }, + "npm:is-callable": { + "type": "npm", + "name": "npm:is-callable", + "data": { + "version": "1.2.7", + "packageName": "is-callable", + "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" + } + }, + "npm:is-core-module": { + "type": "npm", + "name": "npm:is-core-module", + "data": { + "version": "2.13.1", + "packageName": "is-core-module", + "hash": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" + } + }, + "npm:is-date-object": { + "type": "npm", + "name": "npm:is-date-object", + "data": { + "version": "1.0.5", + "packageName": "is-date-object", + "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" + } + }, + "npm:is-docker": { + "type": "npm", + "name": "npm:is-docker", + "data": { + "version": "2.2.1", + "packageName": "is-docker", + "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + } + }, + "npm:is-extglob": { + "type": "npm", + "name": "npm:is-extglob", + "data": { + "version": "2.1.1", + "packageName": "is-extglob", + "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + } + }, + "npm:is-fullwidth-code-point": { + "type": "npm", + "name": "npm:is-fullwidth-code-point", + "data": { + "version": "3.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + } + }, + "npm:is-fullwidth-code-point@4.0.0": { + "type": "npm", + "name": "npm:is-fullwidth-code-point@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" + } + }, + "npm:is-fullwidth-code-point@5.0.0": { + "type": "npm", + "name": "npm:is-fullwidth-code-point@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==" + } + }, + "npm:is-git-repository": { + "type": "npm", + "name": "npm:is-git-repository", + "data": { + "version": "1.1.1", + "packageName": "is-git-repository", + "hash": "sha512-hxLpJytJnIZ5Og5QsxSkzmb8Qx8rGau9bio1JN/QtXcGEFuSsQYau0IiqlsCwftsfVYjF1mOq6uLdmwNSspgpA==" + } + }, + "npm:is-glob": { + "type": "npm", + "name": "npm:is-glob", + "data": { + "version": "4.0.3", + "packageName": "is-glob", + "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + } + }, + "npm:is-interactive": { + "type": "npm", + "name": "npm:is-interactive", + "data": { + "version": "1.0.0", + "packageName": "is-interactive", + "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + } + }, + "npm:is-iterable": { + "type": "npm", + "name": "npm:is-iterable", + "data": { + "version": "1.1.1", + "packageName": "is-iterable", + "hash": "sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==" + } + }, + "npm:is-map": { + "type": "npm", + "name": "npm:is-map", + "data": { + "version": "2.0.3", + "packageName": "is-map", + "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" + } + }, + "npm:is-module": { + "type": "npm", + "name": "npm:is-module", + "data": { + "version": "1.0.0", + "packageName": "is-module", + "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" + } + }, + "npm:is-number-object": { + "type": "npm", + "name": "npm:is-number-object", + "data": { + "version": "1.0.7", + "packageName": "is-number-object", + "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" + } + }, + "npm:is-number": { + "type": "npm", + "name": "npm:is-number", + "data": { + "version": "4.0.0", + "packageName": "is-number", + "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + } + }, + "npm:is-number@7.0.0": { + "type": "npm", + "name": "npm:is-number@7.0.0", + "data": { + "version": "7.0.0", + "packageName": "is-number", + "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + } + }, + "npm:is-obj": { + "type": "npm", + "name": "npm:is-obj", + "data": { + "version": "2.0.0", + "packageName": "is-obj", + "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + } + }, + "npm:is-plain-object": { + "type": "npm", + "name": "npm:is-plain-object", + "data": { + "version": "5.0.0", + "packageName": "is-plain-object", + "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" + } + }, + "npm:is-potential-custom-element-name": { + "type": "npm", + "name": "npm:is-potential-custom-element-name", + "data": { + "version": "1.0.1", + "packageName": "is-potential-custom-element-name", + "hash": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + } + }, + "npm:is-reference": { + "type": "npm", + "name": "npm:is-reference", + "data": { + "version": "1.2.1", + "packageName": "is-reference", + "hash": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" + } + }, + "npm:is-reference@3.0.2": { + "type": "npm", + "name": "npm:is-reference@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "is-reference", + "hash": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==" + } + }, + "npm:is-regex": { + "type": "npm", + "name": "npm:is-regex", + "data": { + "version": "1.1.4", + "packageName": "is-regex", + "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" + } + }, + "npm:is-relative": { + "type": "npm", + "name": "npm:is-relative", + "data": { + "version": "1.0.0", + "packageName": "is-relative", + "hash": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==" + } + }, + "npm:is-set": { + "type": "npm", + "name": "npm:is-set", + "data": { + "version": "2.0.3", + "packageName": "is-set", + "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" + } + }, + "npm:is-shared-array-buffer": { + "type": "npm", + "name": "npm:is-shared-array-buffer", + "data": { + "version": "1.0.3", + "packageName": "is-shared-array-buffer", + "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" + } + }, + "npm:is-stream@1.1.0": { + "type": "npm", + "name": "npm:is-stream@1.1.0", + "data": { + "version": "1.1.0", + "packageName": "is-stream", + "hash": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" + } + }, + "npm:is-stream": { + "type": "npm", + "name": "npm:is-stream", + "data": { + "version": "3.0.0", + "packageName": "is-stream", + "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + } + }, + "npm:is-string": { + "type": "npm", + "name": "npm:is-string", + "data": { + "version": "1.0.7", + "packageName": "is-string", + "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" + } + }, + "npm:is-symbol": { + "type": "npm", + "name": "npm:is-symbol", + "data": { + "version": "1.0.4", + "packageName": "is-symbol", + "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" + } + }, + "npm:is-text-path": { + "type": "npm", + "name": "npm:is-text-path", + "data": { + "version": "2.0.0", + "packageName": "is-text-path", + "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" + } + }, + "npm:is-unc-path": { + "type": "npm", + "name": "npm:is-unc-path", + "data": { + "version": "1.0.0", + "packageName": "is-unc-path", + "hash": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==" + } + }, + "npm:is-unicode-supported": { + "type": "npm", + "name": "npm:is-unicode-supported", + "data": { + "version": "0.1.0", + "packageName": "is-unicode-supported", + "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" + } + }, + "npm:is-weakmap": { + "type": "npm", + "name": "npm:is-weakmap", + "data": { + "version": "2.0.2", + "packageName": "is-weakmap", + "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" + } + }, + "npm:is-weakset": { + "type": "npm", + "name": "npm:is-weakset", + "data": { + "version": "2.0.3", + "packageName": "is-weakset", + "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" + } + }, + "npm:is-windows": { + "type": "npm", + "name": "npm:is-windows", + "data": { + "version": "1.0.2", + "packageName": "is-windows", + "hash": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + } + }, + "npm:is-wsl": { + "type": "npm", + "name": "npm:is-wsl", + "data": { + "version": "2.2.0", + "packageName": "is-wsl", + "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" + } + }, + "npm:isarray@1.0.0": { + "type": "npm", + "name": "npm:isarray@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "isarray", + "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + } + }, + "npm:isarray": { + "type": "npm", + "name": "npm:isarray", + "data": { + "version": "2.0.5", + "packageName": "isarray", + "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + } + }, + "npm:isexe": { + "type": "npm", + "name": "npm:isexe", + "data": { + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + } + }, + "npm:isexe@3.1.1": { + "type": "npm", + "name": "npm:isexe@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "isexe", + "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" + } + }, + "npm:isobject": { + "type": "npm", + "name": "npm:isobject", + "data": { + "version": "3.0.1", + "packageName": "isobject", + "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" + } + }, + "npm:iterable-lookahead": { + "type": "npm", + "name": "npm:iterable-lookahead", + "data": { + "version": "1.0.0", + "packageName": "iterable-lookahead", + "hash": "sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==" + } + }, + "npm:jackspeak": { + "type": "npm", + "name": "npm:jackspeak", + "data": { + "version": "2.3.6", + "packageName": "jackspeak", + "hash": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" + } + }, + "npm:jest-diff": { + "type": "npm", + "name": "npm:jest-diff", + "data": { + "version": "29.7.0", + "packageName": "jest-diff", + "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" + } + }, + "npm:jest-get-type": { + "type": "npm", + "name": "npm:jest-get-type", + "data": { + "version": "29.6.3", + "packageName": "jest-get-type", + "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + } + }, + "npm:jiti": { + "type": "npm", + "name": "npm:jiti", + "data": { + "version": "1.21.0", + "packageName": "jiti", + "hash": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==" + } + }, + "npm:jju": { + "type": "npm", + "name": "npm:jju", + "data": { + "version": "1.4.0", + "packageName": "jju", + "hash": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==" + } + }, + "npm:js-tokens@4.0.0": { + "type": "npm", + "name": "npm:js-tokens@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "js-tokens", + "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + } + }, + "npm:js-tokens": { + "type": "npm", + "name": "npm:js-tokens", + "data": { + "version": "8.0.3", + "packageName": "js-tokens", + "hash": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==" + } + }, + "npm:js-yaml@3.14.1": { + "type": "npm", + "name": "npm:js-yaml@3.14.1", + "data": { + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + } + }, + "npm:js-yaml": { + "type": "npm", + "name": "npm:js-yaml", + "data": { + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + } + }, + "npm:jsdom": { + "type": "npm", + "name": "npm:jsdom", + "data": { + "version": "24.0.0", + "packageName": "jsdom", + "hash": "sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==" + } + }, + "npm:jsesc@0.5.0": { + "type": "npm", + "name": "npm:jsesc@0.5.0", + "data": { + "version": "0.5.0", + "packageName": "jsesc", + "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" + } + }, + "npm:jsesc": { + "type": "npm", + "name": "npm:jsesc", + "data": { + "version": "2.5.2", + "packageName": "jsesc", + "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + } + }, + "npm:json-parse-even-better-errors@2.3.1": { + "type": "npm", + "name": "npm:json-parse-even-better-errors@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + } + }, + "npm:json-parse-even-better-errors": { + "type": "npm", + "name": "npm:json-parse-even-better-errors", + "data": { + "version": "3.0.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==" + } + }, + "npm:json-schema-traverse": { + "type": "npm", + "name": "npm:json-schema-traverse", + "data": { + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + } + }, + "npm:json-sorted-stringify": { + "type": "npm", + "name": "npm:json-sorted-stringify", + "data": { + "version": "1.0.0", + "packageName": "json-sorted-stringify", + "hash": "sha512-r27DgPdI80AXd6Hm0zJ7nPCYTBFUersR7sn7xcYyafvcgYOvwmCXB+DKWazAe0YaCNHbxH5Qzt7AIhUzPD1ETg==" + } + }, + "npm:json-stringify-safe": { + "type": "npm", + "name": "npm:json-stringify-safe", + "data": { + "version": "5.0.1", + "packageName": "json-stringify-safe", + "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + } + }, + "npm:json5": { + "type": "npm", + "name": "npm:json5", + "data": { + "version": "2.2.3", + "packageName": "json5", + "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" + } + }, + "npm:jsonc-parser": { + "type": "npm", + "name": "npm:jsonc-parser", + "data": { + "version": "3.2.0", + "packageName": "jsonc-parser", + "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" + } + }, + "npm:jsonc-parser@3.2.1": { + "type": "npm", + "name": "npm:jsonc-parser@3.2.1", + "data": { + "version": "3.2.1", + "packageName": "jsonc-parser", + "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" + } + }, + "npm:jsonfile@4.0.0": { + "type": "npm", + "name": "npm:jsonfile@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "jsonfile", + "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" + } + }, + "npm:jsonfile": { + "type": "npm", + "name": "npm:jsonfile", + "data": { + "version": "6.1.0", + "packageName": "jsonfile", + "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" + } + }, + "npm:jsonparse": { + "type": "npm", + "name": "npm:jsonparse", + "data": { + "version": "1.3.1", + "packageName": "jsonparse", + "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" + } + }, + "npm:kasi": { + "type": "npm", + "name": "npm:kasi", + "data": { + "version": "1.1.0", + "packageName": "kasi", + "hash": "sha512-SvmC8+vhkDariSTz2182qyQ+mhwZ4W8TWaIHJcz358bYBeccQ8WBYj7uTtzHoCmpPHaoCm3PaOhzRg7Z8F4Lww==" + } + }, + "npm:kind-of": { + "type": "npm", + "name": "npm:kind-of", + "data": { + "version": "6.0.3", + "packageName": "kind-of", + "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + }, + "npm:knip": { + "type": "npm", + "name": "npm:knip", + "data": { + "version": "5.5.0", + "packageName": "knip", + "hash": "sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==" + } + }, + "npm:kolorist": { + "type": "npm", + "name": "npm:kolorist", + "data": { + "version": "1.8.0", + "packageName": "kolorist", + "hash": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" + } + }, + "npm:liftoff": { + "type": "npm", + "name": "npm:liftoff", + "data": { + "version": "4.0.0", + "packageName": "liftoff", + "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" + } + }, + "npm:lilconfig": { + "type": "npm", + "name": "npm:lilconfig", + "data": { + "version": "3.0.0", + "packageName": "lilconfig", + "hash": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==" + } + }, + "npm:lilconfig@3.1.1": { + "type": "npm", + "name": "npm:lilconfig@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "lilconfig", + "hash": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==" + } + }, + "npm:lines-and-columns@1.2.4": { + "type": "npm", + "name": "npm:lines-and-columns@1.2.4", + "data": { + "version": "1.2.4", + "packageName": "lines-and-columns", + "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + } + }, + "npm:lines-and-columns": { + "type": "npm", + "name": "npm:lines-and-columns", + "data": { + "version": "2.0.4", + "packageName": "lines-and-columns", + "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" + } + }, + "npm:lint-staged": { + "type": "npm", + "name": "npm:lint-staged", + "data": { + "version": "15.2.2", + "packageName": "lint-staged", + "hash": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==" + } + }, + "npm:listr2": { + "type": "npm", + "name": "npm:listr2", + "data": { + "version": "8.0.1", + "packageName": "listr2", + "hash": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==" + } + }, + "npm:load-json-file": { + "type": "npm", + "name": "npm:load-json-file", + "data": { + "version": "6.2.0", + "packageName": "load-json-file", + "hash": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==" + } + }, + "npm:local-pkg": { + "type": "npm", + "name": "npm:local-pkg", + "data": { + "version": "0.5.0", + "packageName": "local-pkg", + "hash": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==" + } + }, + "npm:locate-character": { + "type": "npm", + "name": "npm:locate-character", + "data": { + "version": "3.0.0", + "packageName": "locate-character", + "hash": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==" + } + }, + "npm:lodash.curry": { + "type": "npm", + "name": "npm:lodash.curry", + "data": { + "version": "4.1.1", + "packageName": "lodash.curry", + "hash": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==" + } + }, + "npm:lodash.debounce": { + "type": "npm", + "name": "npm:lodash.debounce", + "data": { + "version": "4.0.8", + "packageName": "lodash.debounce", + "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + } + }, + "npm:lodash.get": { + "type": "npm", + "name": "npm:lodash.get", + "data": { + "version": "4.4.2", + "packageName": "lodash.get", + "hash": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" + } + }, + "npm:lodash.isequal": { + "type": "npm", + "name": "npm:lodash.isequal", + "data": { + "version": "4.5.0", + "packageName": "lodash.isequal", + "hash": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" + } + }, + "npm:lodash": { + "type": "npm", + "name": "npm:lodash", + "data": { + "version": "4.17.21", + "packageName": "lodash", + "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + } + }, + "npm:log-symbols": { + "type": "npm", + "name": "npm:log-symbols", + "data": { + "version": "4.1.0", + "packageName": "log-symbols", + "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" + } + }, + "npm:log-update": { + "type": "npm", + "name": "npm:log-update", + "data": { + "version": "6.0.0", + "packageName": "log-update", + "hash": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==" + } + }, + "npm:loose-envify": { + "type": "npm", + "name": "npm:loose-envify", + "data": { + "version": "1.4.0", + "packageName": "loose-envify", + "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" + } + }, + "npm:loupe": { + "type": "npm", + "name": "npm:loupe", + "data": { + "version": "2.3.7", + "packageName": "loupe", + "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" + } + }, + "npm:lru-cache@10.2.0": { + "type": "npm", + "name": "npm:lru-cache@10.2.0", + "data": { + "version": "10.2.0", + "packageName": "lru-cache", + "hash": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==" + } + }, + "npm:lru-cache@4.1.5": { + "type": "npm", + "name": "npm:lru-cache@4.1.5", + "data": { + "version": "4.1.5", + "packageName": "lru-cache", + "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" + } + }, + "npm:lru-cache": { + "type": "npm", + "name": "npm:lru-cache", + "data": { + "version": "5.1.1", + "packageName": "lru-cache", + "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" + } + }, + "npm:lru-cache@6.0.0": { + "type": "npm", + "name": "npm:lru-cache@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "lru-cache", + "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" + } + }, + "npm:luxon": { + "type": "npm", + "name": "npm:luxon", + "data": { + "version": "3.4.4", + "packageName": "luxon", + "hash": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==" + } + }, + "npm:lz-string": { + "type": "npm", + "name": "npm:lz-string", + "data": { + "version": "1.5.0", + "packageName": "lz-string", + "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" + } + }, + "npm:magic-string@0.16.0": { + "type": "npm", + "name": "npm:magic-string@0.16.0", + "data": { + "version": "0.16.0", + "packageName": "magic-string", + "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" + } + }, + "npm:magic-string": { + "type": "npm", + "name": "npm:magic-string", + "data": { + "version": "0.30.8", + "packageName": "magic-string", + "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" + } + }, + "npm:make-iterator": { + "type": "npm", + "name": "npm:make-iterator", + "data": { + "version": "1.0.1", + "packageName": "make-iterator", + "hash": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==" + } + }, + "npm:map-age-cleaner": { + "type": "npm", + "name": "npm:map-age-cleaner", + "data": { + "version": "0.1.3", + "packageName": "map-age-cleaner", + "hash": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==" + } + }, + "npm:map-cache": { + "type": "npm", + "name": "npm:map-cache", + "data": { + "version": "0.2.2", + "packageName": "map-cache", + "hash": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" + } + }, + "npm:map-obj": { + "type": "npm", + "name": "npm:map-obj", + "data": { + "version": "2.0.0", + "packageName": "map-obj", + "hash": "sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==" + } + }, + "npm:mdn-data": { + "type": "npm", + "name": "npm:mdn-data", + "data": { + "version": "2.0.30", + "packageName": "mdn-data", + "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" + } + }, + "npm:mem@6.1.1": { + "type": "npm", + "name": "npm:mem@6.1.1", + "data": { + "version": "6.1.1", + "packageName": "mem", + "hash": "sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==" + } + }, + "npm:mem": { + "type": "npm", + "name": "npm:mem", + "data": { + "version": "8.1.1", + "packageName": "mem", + "hash": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==" + } + }, + "npm:meow": { + "type": "npm", + "name": "npm:meow", + "data": { + "version": "12.1.1", + "packageName": "meow", + "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" + } + }, + "npm:merge-stream": { + "type": "npm", + "name": "npm:merge-stream", + "data": { + "version": "2.0.0", + "packageName": "merge-stream", + "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + } + }, + "npm:merge2": { + "type": "npm", + "name": "npm:merge2", + "data": { + "version": "1.4.1", + "packageName": "merge2", + "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + } + }, + "npm:micromatch": { + "type": "npm", + "name": "npm:micromatch", + "data": { + "version": "4.0.5", + "packageName": "micromatch", + "hash": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" + } + }, + "npm:mime-db": { + "type": "npm", + "name": "npm:mime-db", + "data": { + "version": "1.52.0", + "packageName": "mime-db", + "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + } + }, + "npm:mime-types": { + "type": "npm", + "name": "npm:mime-types", + "data": { + "version": "2.1.35", + "packageName": "mime-types", + "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" + } + }, + "npm:mimic-fn@2.1.0": { + "type": "npm", + "name": "npm:mimic-fn@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "mimic-fn", + "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + } + }, + "npm:mimic-fn@3.1.0": { + "type": "npm", + "name": "npm:mimic-fn@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "mimic-fn", + "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" + } + }, + "npm:mimic-fn": { + "type": "npm", + "name": "npm:mimic-fn", + "data": { + "version": "4.0.0", + "packageName": "mimic-fn", + "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + } + }, + "npm:min-indent": { + "type": "npm", + "name": "npm:min-indent", + "data": { + "version": "1.0.1", + "packageName": "min-indent", + "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + } + }, + "npm:minimatch@3.1.2": { + "type": "npm", + "name": "npm:minimatch@3.1.2", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:minimist": { + "type": "npm", + "name": "npm:minimist", + "data": { + "version": "1.2.8", + "packageName": "minimist", + "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + } + }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "7.0.4", + "packageName": "minipass", + "hash": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" + } + }, + "npm:mlly": { + "type": "npm", + "name": "npm:mlly", + "data": { + "version": "1.6.1", + "packageName": "mlly", + "hash": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==" + } + }, + "npm:ms": { + "type": "npm", + "name": "npm:ms", + "data": { + "version": "2.1.2", + "packageName": "ms", + "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + }, + "npm:muggle-string": { + "type": "npm", + "name": "npm:muggle-string", + "data": { + "version": "0.3.1", + "packageName": "muggle-string", + "hash": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==" + } + }, + "npm:nanoid@3.3.7": { + "type": "npm", + "name": "npm:nanoid@3.3.7", + "data": { + "version": "3.3.7", + "packageName": "nanoid", + "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + } + }, + "npm:nanoid": { + "type": "npm", + "name": "npm:nanoid", + "data": { + "version": "5.0.6", + "packageName": "nanoid", + "hash": "sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==" + } + }, + "npm:nanospinner": { + "type": "npm", + "name": "npm:nanospinner", + "data": { + "version": "1.1.0", + "packageName": "nanospinner", + "hash": "sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==" + } + }, + "npm:ndjson": { + "type": "npm", + "name": "npm:ndjson", + "data": { + "version": "2.0.0", + "packageName": "ndjson", + "hash": "sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==" + } + }, + "npm:node-fetch": { + "type": "npm", + "name": "npm:node-fetch", + "data": { + "version": "3.0.0-beta.9", + "packageName": "node-fetch", + "hash": "sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==" + } + }, + "npm:node-machine-id": { + "type": "npm", + "name": "npm:node-machine-id", + "data": { + "version": "1.1.12", + "packageName": "node-machine-id", + "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + } + }, + "npm:node-releases": { + "type": "npm", + "name": "npm:node-releases", + "data": { + "version": "2.0.14", + "packageName": "node-releases", + "hash": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + } + }, + "npm:normalize-package-data": { + "type": "npm", + "name": "npm:normalize-package-data", + "data": { + "version": "6.0.0", + "packageName": "normalize-package-data", + "hash": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==" + } + }, + "npm:normalize-path": { + "type": "npm", + "name": "npm:normalize-path", + "data": { + "version": "3.0.0", + "packageName": "normalize-path", + "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + }, + "npm:npm-install-checks": { + "type": "npm", + "name": "npm:npm-install-checks", + "data": { + "version": "6.3.0", + "packageName": "npm-install-checks", + "hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==" + } + }, + "npm:npm-normalize-package-bin": { + "type": "npm", + "name": "npm:npm-normalize-package-bin", + "data": { + "version": "3.0.1", + "packageName": "npm-normalize-package-bin", + "hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==" + } + }, + "npm:npm-package-arg": { + "type": "npm", + "name": "npm:npm-package-arg", + "data": { + "version": "11.0.1", + "packageName": "npm-package-arg", + "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + } + }, + "npm:npm-pick-manifest": { + "type": "npm", + "name": "npm:npm-pick-manifest", + "data": { + "version": "9.0.0", + "packageName": "npm-pick-manifest", + "hash": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==" + } + }, + "npm:npm-run-path@2.0.2": { + "type": "npm", + "name": "npm:npm-run-path@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "npm-run-path", + "hash": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==" + } + }, + "npm:npm-run-path": { + "type": "npm", + "name": "npm:npm-run-path", + "data": { + "version": "4.0.1", + "packageName": "npm-run-path", + "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + } + }, + "npm:npm-run-path@5.3.0": { + "type": "npm", + "name": "npm:npm-run-path@5.3.0", + "data": { + "version": "5.3.0", + "packageName": "npm-run-path", + "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + } + }, + "npm:nwsapi": { + "type": "npm", + "name": "npm:nwsapi", + "data": { + "version": "2.2.7", + "packageName": "nwsapi", + "hash": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + } + }, + "npm:nx": { + "type": "npm", + "name": "npm:nx", + "data": { + "version": "18.1.3", + "packageName": "nx", + "hash": "sha512-Ade/BZxK8kf98pBPHVJXRkxRTpBYJceL1YD9LBMP5TwmsVdG5ZbmmpTkCBorCGmCZ8L5WZN3gwoikvPKGs8q5w==" + } + }, + "npm:object-inspect": { + "type": "npm", + "name": "npm:object-inspect", + "data": { + "version": "1.13.1", + "packageName": "object-inspect", + "hash": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + } + }, + "npm:object-is": { + "type": "npm", + "name": "npm:object-is", + "data": { + "version": "1.1.6", + "packageName": "object-is", + "hash": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==" + } + }, + "npm:object-keys": { + "type": "npm", + "name": "npm:object-keys", + "data": { + "version": "1.1.1", + "packageName": "object-keys", + "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + } + }, + "npm:object-pairs": { + "type": "npm", + "name": "npm:object-pairs", + "data": { + "version": "0.1.0", + "packageName": "object-pairs", + "hash": "sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==" + } + }, + "npm:object-values": { + "type": "npm", + "name": "npm:object-values", + "data": { + "version": "1.0.0", + "packageName": "object-values", + "hash": "sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==" + } + }, + "npm:object.assign": { + "type": "npm", + "name": "npm:object.assign", + "data": { + "version": "4.1.5", + "packageName": "object.assign", + "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" + } + }, + "npm:object.defaults": { + "type": "npm", + "name": "npm:object.defaults", + "data": { + "version": "1.1.0", + "packageName": "object.defaults", + "hash": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==" + } + }, + "npm:object.map": { + "type": "npm", + "name": "npm:object.map", + "data": { + "version": "1.0.1", + "packageName": "object.map", + "hash": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==" + } + }, + "npm:object.pick": { + "type": "npm", + "name": "npm:object.pick", + "data": { + "version": "1.3.0", + "packageName": "object.pick", + "hash": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==" + } + }, + "npm:once": { + "type": "npm", + "name": "npm:once", + "data": { + "version": "1.4.0", + "packageName": "once", + "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + } + }, + "npm:onetime@5.1.2": { + "type": "npm", + "name": "npm:onetime@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "onetime", + "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + } + }, + "npm:onetime": { + "type": "npm", + "name": "npm:onetime", + "data": { + "version": "6.0.0", + "packageName": "onetime", + "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + } + }, + "npm:open": { + "type": "npm", + "name": "npm:open", + "data": { + "version": "8.4.2", + "packageName": "open", + "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + } + }, + "npm:ora": { + "type": "npm", + "name": "npm:ora", + "data": { + "version": "5.3.0", + "packageName": "ora", + "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" + } + }, + "npm:p-defer": { + "type": "npm", + "name": "npm:p-defer", + "data": { + "version": "1.0.0", + "packageName": "p-defer", + "hash": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==" + } + }, + "npm:p-finally": { + "type": "npm", + "name": "npm:p-finally", + "data": { + "version": "1.0.0", + "packageName": "p-finally", + "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + } + }, + "npm:p-limit@3.1.0": { + "type": "npm", + "name": "npm:p-limit@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "5.0.0", + "packageName": "p-limit", + "hash": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==" + } + }, + "npm:p-map": { + "type": "npm", + "name": "npm:p-map", + "data": { + "version": "4.0.0", + "packageName": "p-map", + "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + } + }, + "npm:p-memoize": { + "type": "npm", + "name": "npm:p-memoize", + "data": { + "version": "4.0.1", + "packageName": "p-memoize", + "hash": "sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==" + } + }, + "npm:parse-filepath": { + "type": "npm", + "name": "npm:parse-filepath", + "data": { + "version": "1.0.2", + "packageName": "parse-filepath", + "hash": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==" + } + }, + "npm:parse-json": { + "type": "npm", + "name": "npm:parse-json", + "data": { + "version": "5.2.0", + "packageName": "parse-json", + "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + } + }, + "npm:parse-ms": { + "type": "npm", + "name": "npm:parse-ms", + "data": { + "version": "4.0.0", + "packageName": "parse-ms", + "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" + } + }, + "npm:parse-npm-tarball-url": { + "type": "npm", + "name": "npm:parse-npm-tarball-url", + "data": { + "version": "3.0.0", + "packageName": "parse-npm-tarball-url", + "hash": "sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==" + } + }, + "npm:parse-passwd": { + "type": "npm", + "name": "npm:parse-passwd", + "data": { + "version": "1.0.0", + "packageName": "parse-passwd", + "hash": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" + } + }, + "npm:parse5": { + "type": "npm", + "name": "npm:parse5", + "data": { + "version": "7.1.2", + "packageName": "parse5", + "hash": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" + } + }, + "npm:path-browserify": { + "type": "npm", + "name": "npm:path-browserify", + "data": { + "version": "1.0.1", + "packageName": "path-browserify", + "hash": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + } + }, + "npm:path-is-absolute": { + "type": "npm", + "name": "npm:path-is-absolute", + "data": { + "version": "1.0.1", + "packageName": "path-is-absolute", + "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + } + }, + "npm:path-key@2.0.1": { + "type": "npm", + "name": "npm:path-key@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "path-key", + "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + } + }, + "npm:path-key": { + "type": "npm", + "name": "npm:path-key", + "data": { + "version": "3.1.1", + "packageName": "path-key", + "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + } + }, + "npm:path-key@4.0.0": { + "type": "npm", + "name": "npm:path-key@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-key", + "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" + } + }, + "npm:path-parse": { + "type": "npm", + "name": "npm:path-parse", + "data": { + "version": "1.0.7", + "packageName": "path-parse", + "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + } + }, + "npm:path-root-regex": { + "type": "npm", + "name": "npm:path-root-regex", + "data": { + "version": "0.1.2", + "packageName": "path-root-regex", + "hash": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" + } + }, + "npm:path-root": { + "type": "npm", + "name": "npm:path-root", + "data": { + "version": "0.1.1", + "packageName": "path-root", + "hash": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==" + } + }, + "npm:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.10.1", + "packageName": "path-scurry", + "hash": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==" + } + }, + "npm:path-temp": { + "type": "npm", + "name": "npm:path-temp", + "data": { + "version": "2.1.0", + "packageName": "path-temp", + "hash": "sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==" + } + }, + "npm:path-type": { + "type": "npm", + "name": "npm:path-type", + "data": { + "version": "5.0.0", + "packageName": "path-type", + "hash": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" + } + }, + "npm:pathe": { + "type": "npm", + "name": "npm:pathe", + "data": { + "version": "1.1.2", + "packageName": "pathe", + "hash": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + } + }, + "npm:pathval": { + "type": "npm", + "name": "npm:pathval", + "data": { + "version": "1.1.1", + "packageName": "pathval", + "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" + } + }, + "npm:periscopic": { + "type": "npm", + "name": "npm:periscopic", + "data": { + "version": "3.1.0", + "packageName": "periscopic", + "hash": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==" + } + }, + "npm:picocolors": { + "type": "npm", + "name": "npm:picocolors", + "data": { + "version": "1.0.0", + "packageName": "picocolors", + "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + } + }, + "npm:picomatch@2.3.1": { + "type": "npm", + "name": "npm:picomatch@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "4.0.1", + "packageName": "picomatch", + "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" + } + }, + "npm:pidtree": { + "type": "npm", + "name": "npm:pidtree", + "data": { + "version": "0.6.0", + "packageName": "pidtree", + "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" + } + }, + "npm:pioppo": { + "type": "npm", + "name": "npm:pioppo", + "data": { + "version": "1.1.0", + "packageName": "pioppo", + "hash": "sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==" + } + }, + "npm:pkg-types": { + "type": "npm", + "name": "npm:pkg-types", + "data": { + "version": "1.0.3", + "packageName": "pkg-types", + "hash": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==" + } + }, + "npm:possible-typed-array-names": { + "type": "npm", + "name": "npm:possible-typed-array-names", + "data": { + "version": "1.0.0", + "packageName": "possible-typed-array-names", + "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" + } + }, + "npm:postcss": { + "type": "npm", + "name": "npm:postcss", + "data": { + "version": "8.4.38", + "packageName": "postcss", + "hash": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==" + } + }, + "npm:prettier-plugin-svelte": { + "type": "npm", + "name": "npm:prettier-plugin-svelte", + "data": { + "version": "3.2.2", + "packageName": "prettier-plugin-svelte", + "hash": "sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==" + } + }, + "npm:prettier": { + "type": "npm", + "name": "npm:prettier", + "data": { + "version": "4.0.0-alpha.8", + "packageName": "prettier", + "hash": "sha512-7FFBkQb0Eg0wJRYzA7ucc31nqTjWgoSpmS0ey9OATHU6WiV0z53Uzo5hA3tZs/pbhhIG7YvOIBNmkRQ7Dr/k5A==" + } + }, + "npm:pretty-bytes": { + "type": "npm", + "name": "npm:pretty-bytes", + "data": { + "version": "6.1.1", + "packageName": "pretty-bytes", + "hash": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==" + } + }, + "npm:pretty-format": { + "type": "npm", + "name": "npm:pretty-format", + "data": { + "version": "27.5.1", + "packageName": "pretty-format", + "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" + } + }, + "npm:pretty-format@29.7.0": { + "type": "npm", + "name": "npm:pretty-format@29.7.0", + "data": { + "version": "29.7.0", + "packageName": "pretty-format", + "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + } + }, + "npm:pretty-ms": { + "type": "npm", + "name": "npm:pretty-ms", + "data": { + "version": "9.0.0", + "packageName": "pretty-ms", + "hash": "sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==" + } + }, + "npm:proc-log": { + "type": "npm", + "name": "npm:proc-log", + "data": { + "version": "3.0.0", + "packageName": "proc-log", + "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + } + }, + "npm:process-nextick-args": { + "type": "npm", + "name": "npm:process-nextick-args", + "data": { + "version": "2.0.1", + "packageName": "process-nextick-args", + "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + } + }, + "npm:promise-inflight": { + "type": "npm", + "name": "npm:promise-inflight", + "data": { + "version": "1.0.1", + "packageName": "promise-inflight", + "hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + } + }, + "npm:promise-make-naked": { + "type": "npm", + "name": "npm:promise-make-naked", + "data": { + "version": "2.1.1", + "packageName": "promise-make-naked", + "hash": "sha512-BLvgZSNRkQNM5RGL4Cz8wK76WSb+t3VeMJL+/kxRBHI5+nliqZezranGGtiu/ePeFo5+CaLRvvGMzXrBuu2tAA==" + } + }, + "npm:promise-retry": { + "type": "npm", + "name": "npm:promise-retry", + "data": { + "version": "2.0.1", + "packageName": "promise-retry", + "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + } + }, + "npm:proxy-from-env": { + "type": "npm", + "name": "npm:proxy-from-env", + "data": { + "version": "1.1.0", + "packageName": "proxy-from-env", + "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + } + }, + "npm:pseudomap": { + "type": "npm", + "name": "npm:pseudomap", + "data": { + "version": "1.0.2", + "packageName": "pseudomap", + "hash": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" + } + }, + "npm:psl": { + "type": "npm", + "name": "npm:psl", + "data": { + "version": "1.9.0", + "packageName": "psl", + "hash": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + } + }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:querystringify": { + "type": "npm", + "name": "npm:querystringify", + "data": { + "version": "2.2.0", + "packageName": "querystringify", + "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:randombytes": { + "type": "npm", + "name": "npm:randombytes", + "data": { + "version": "2.1.0", + "packageName": "randombytes", + "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" + } + }, + "npm:react-dom": { + "type": "npm", + "name": "npm:react-dom", + "data": { + "version": "18.2.0", + "packageName": "react-dom", + "hash": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==" + } + }, + "npm:react-error-boundary": { + "type": "npm", + "name": "npm:react-error-boundary", + "data": { + "version": "3.1.4", + "packageName": "react-error-boundary", + "hash": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==" + } + }, + "npm:react-is": { + "type": "npm", + "name": "npm:react-is", + "data": { + "version": "17.0.2", + "packageName": "react-is", + "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + } + }, + "npm:react-is@18.2.0": { + "type": "npm", + "name": "npm:react-is@18.2.0", + "data": { + "version": "18.2.0", + "packageName": "react-is", + "hash": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + } + }, + "npm:react": { + "type": "npm", + "name": "npm:react", + "data": { + "version": "18.2.0", + "packageName": "react", + "hash": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==" + } + }, + "npm:read-package-json-fast": { + "type": "npm", + "name": "npm:read-package-json-fast", + "data": { + "version": "3.0.2", + "packageName": "read-package-json-fast", + "hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==" + } + }, + "npm:readable-stream@2.3.8": { + "type": "npm", + "name": "npm:readable-stream@2.3.8", + "data": { + "version": "2.3.8", + "packageName": "readable-stream", + "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + } + }, + "npm:readable-stream": { + "type": "npm", + "name": "npm:readable-stream", + "data": { + "version": "3.6.2", + "packageName": "readable-stream", + "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + } + }, + "npm:readdirp": { + "type": "npm", + "name": "npm:readdirp", + "data": { + "version": "3.6.0", + "packageName": "readdirp", + "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + } + }, + "npm:rechoir": { + "type": "npm", + "name": "npm:rechoir", + "data": { + "version": "0.8.0", + "packageName": "rechoir", + "hash": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==" + } + }, + "npm:redent": { + "type": "npm", + "name": "npm:redent", + "data": { + "version": "3.0.0", + "packageName": "redent", + "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + } + }, + "npm:regenerate-unicode-properties": { + "type": "npm", + "name": "npm:regenerate-unicode-properties", + "data": { + "version": "10.1.1", + "packageName": "regenerate-unicode-properties", + "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" + } + }, + "npm:regenerate": { + "type": "npm", + "name": "npm:regenerate", + "data": { + "version": "1.4.2", + "packageName": "regenerate", + "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + } + }, + "npm:regenerator-runtime": { + "type": "npm", + "name": "npm:regenerator-runtime", + "data": { + "version": "0.14.1", + "packageName": "regenerator-runtime", + "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + } + }, + "npm:regenerator-transform": { + "type": "npm", + "name": "npm:regenerator-transform", + "data": { + "version": "0.15.2", + "packageName": "regenerator-transform", + "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" + } + }, + "npm:regexp.prototype.flags": { + "type": "npm", + "name": "npm:regexp.prototype.flags", + "data": { + "version": "1.5.2", + "packageName": "regexp.prototype.flags", + "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" + } + }, + "npm:regexpu-core": { + "type": "npm", + "name": "npm:regexpu-core", + "data": { + "version": "5.3.2", + "packageName": "regexpu-core", + "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" + } + }, + "npm:regjsparser": { + "type": "npm", + "name": "npm:regjsparser", + "data": { + "version": "0.9.1", + "packageName": "regjsparser", + "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" + } + }, + "npm:rename-overwrite": { + "type": "npm", + "name": "npm:rename-overwrite", + "data": { + "version": "5.0.0", + "packageName": "rename-overwrite", + "hash": "sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==" + } + }, + "npm:require-directory": { + "type": "npm", + "name": "npm:require-directory", + "data": { + "version": "2.1.1", + "packageName": "require-directory", + "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + } + }, + "npm:requires-port": { + "type": "npm", + "name": "npm:requires-port", + "data": { + "version": "1.0.0", + "packageName": "requires-port", + "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + } + }, + "npm:resolve-dir": { + "type": "npm", + "name": "npm:resolve-dir", + "data": { + "version": "1.0.1", + "packageName": "resolve-dir", + "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" + } + }, + "npm:resolve.exports": { + "type": "npm", + "name": "npm:resolve.exports", + "data": { + "version": "2.0.2", + "packageName": "resolve.exports", + "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" + } + }, + "npm:resolve@1.19.0": { + "type": "npm", + "name": "npm:resolve@1.19.0", + "data": { + "version": "1.19.0", + "packageName": "resolve", + "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" + } + }, + "npm:resolve": { + "type": "npm", + "name": "npm:resolve", + "data": { + "version": "1.22.8", + "packageName": "resolve", + "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + } + }, + "npm:restore-cursor": { + "type": "npm", + "name": "npm:restore-cursor", + "data": { + "version": "3.1.0", + "packageName": "restore-cursor", + "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + } + }, + "npm:restore-cursor@4.0.0": { + "type": "npm", + "name": "npm:restore-cursor@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "restore-cursor", + "hash": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==" + } + }, + "npm:retry": { + "type": "npm", + "name": "npm:retry", + "data": { + "version": "0.12.0", + "packageName": "retry", + "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + } + }, + "npm:reusify": { + "type": "npm", + "name": "npm:reusify", + "data": { + "version": "1.0.4", + "packageName": "reusify", + "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + } + }, + "npm:reverse-arguments": { + "type": "npm", + "name": "npm:reverse-arguments", + "data": { + "version": "1.0.0", + "packageName": "reverse-arguments", + "hash": "sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==" + } + }, + "npm:rfdc": { + "type": "npm", + "name": "npm:rfdc", + "data": { + "version": "1.3.1", + "packageName": "rfdc", + "hash": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + } + }, + "npm:rimraf@3.0.2": { + "type": "npm", + "name": "npm:rimraf@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "rimraf", + "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + } + }, + "npm:rimraf": { + "type": "npm", + "name": "npm:rimraf", + "data": { + "version": "5.0.5", + "packageName": "rimraf", + "hash": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==" + } + }, + "npm:rollup-plugin-preserve-directives": { + "type": "npm", + "name": "npm:rollup-plugin-preserve-directives", + "data": { + "version": "0.4.0", + "packageName": "rollup-plugin-preserve-directives", + "hash": "sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==" + } + }, + "npm:rollup-plugin-size": { + "type": "npm", + "name": "npm:rollup-plugin-size", + "data": { + "version": "0.3.1", + "packageName": "rollup-plugin-size", + "hash": "sha512-SAtpTAAJ0nFkISxLxYjDZX9Zqt34tAIil98R305ZM0GhTnnO6VYG0P5M+2IXKo/iNDdbpBcIfg1W06CLtk/vXA==" + } + }, + "npm:rollup-plugin-svelte": { + "type": "npm", + "name": "npm:rollup-plugin-svelte", + "data": { + "version": "7.2.0", + "packageName": "rollup-plugin-svelte", + "hash": "sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==" + } + }, + "npm:rollup-plugin-visualizer": { + "type": "npm", + "name": "npm:rollup-plugin-visualizer", + "data": { + "version": "5.12.0", + "packageName": "rollup-plugin-visualizer", + "hash": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==" + } + }, + "npm:rollup": { + "type": "npm", + "name": "npm:rollup", + "data": { + "version": "4.13.0", + "packageName": "rollup", + "hash": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==" + } + }, + "npm:rrweb-cssom": { + "type": "npm", + "name": "npm:rrweb-cssom", + "data": { + "version": "0.6.0", + "packageName": "rrweb-cssom", + "hash": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" + } + }, + "npm:run-parallel": { + "type": "npm", + "name": "npm:run-parallel", + "data": { + "version": "1.2.0", + "packageName": "run-parallel", + "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + } + }, + "npm:safe-buffer@5.1.2": { + "type": "npm", + "name": "npm:safe-buffer@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "safe-buffer", + "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + }, + "npm:safe-buffer": { + "type": "npm", + "name": "npm:safe-buffer", + "data": { + "version": "5.2.1", + "packageName": "safe-buffer", + "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + }, + "npm:safer-buffer": { + "type": "npm", + "name": "npm:safer-buffer", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + } + }, + "npm:saxes": { + "type": "npm", + "name": "npm:saxes", + "data": { + "version": "6.0.0", + "packageName": "saxes", + "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" + } + }, + "npm:scheduler": { + "type": "npm", + "name": "npm:scheduler", + "data": { + "version": "0.23.0", + "packageName": "scheduler", + "hash": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==" + } + }, + "npm:semver": { + "type": "npm", + "name": "npm:semver", + "data": { + "version": "6.3.1", + "packageName": "semver", + "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + }, + "npm:semver@7.5.4": { + "type": "npm", + "name": "npm:semver@7.5.4", + "data": { + "version": "7.5.4", + "packageName": "semver", + "hash": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==" + } + }, + "npm:semver@7.6.0": { + "type": "npm", + "name": "npm:semver@7.6.0", + "data": { + "version": "7.6.0", + "packageName": "semver", + "hash": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==" + } + }, + "npm:serialize-javascript": { + "type": "npm", + "name": "npm:serialize-javascript", + "data": { + "version": "6.0.2", + "packageName": "serialize-javascript", + "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" + } + }, + "npm:set-function-length": { + "type": "npm", + "name": "npm:set-function-length", + "data": { + "version": "1.2.2", + "packageName": "set-function-length", + "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" + } + }, + "npm:set-function-name": { + "type": "npm", + "name": "npm:set-function-name", + "data": { + "version": "2.0.2", + "packageName": "set-function-name", + "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" + } + }, + "npm:shebang-command@1.2.0": { + "type": "npm", + "name": "npm:shebang-command@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "shebang-command", + "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" + } + }, + "npm:shebang-command": { + "type": "npm", + "name": "npm:shebang-command", + "data": { + "version": "2.0.0", + "packageName": "shebang-command", + "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + } + }, + "npm:shebang-regex@1.0.0": { + "type": "npm", + "name": "npm:shebang-regex@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "shebang-regex", + "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "npm:shell-quote-word": { + "type": "npm", + "name": "npm:shell-quote-word", + "data": { + "version": "1.0.1", + "packageName": "shell-quote-word", + "hash": "sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==" + } + }, + "npm:sherif-darwin-arm64": { + "type": "npm", + "name": "npm:sherif-darwin-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-darwin-arm64", + "hash": "sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==" + } + }, + "npm:sherif-darwin-x64": { + "type": "npm", + "name": "npm:sherif-darwin-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-darwin-x64", + "hash": "sha512-u0mBU15wPSKXWYGC1DvNfC/ZKD1v7fQQjhP5u5gek7eGY+NCQRKWX6Y6nsyOLvZPSCxhPoiGv79/LRIEi5Z5wQ==" + } + }, + "npm:sherif-linux-arm64": { + "type": "npm", + "name": "npm:sherif-linux-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-linux-arm64", + "hash": "sha512-/oClgMG35zra4CbSI6KTN2fM8Ix7RTF6G+F7I4caVGfhmXJZk+sIgnQJ09RB+lwuii1nYn5EFWqDD2Y6AWvoOQ==" + } + }, + "npm:sherif-linux-x64": { + "type": "npm", + "name": "npm:sherif-linux-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-linux-x64", + "hash": "sha512-7xzh9xx/Sc8/XSPT75iOPzqli3vWe3yhaPgODcRi5gNrS38rwiqP0SXA9uZN/tXinR4xnDNCtZ5QmKnrBlWiRw==" + } + }, + "npm:sherif-windows-arm64": { + "type": "npm", + "name": "npm:sherif-windows-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-windows-arm64", + "hash": "sha512-DFYnClmaUw5MVAvUWr8masgf/HKFOjiHAOOegCLvs6mZHdIcz4D1/noQoGZTEhCNdBGr557WScK4IReUWrfYPQ==" + } + }, + "npm:sherif-windows-x64": { + "type": "npm", + "name": "npm:sherif-windows-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-windows-x64", + "hash": "sha512-BCgAKEPYG3jZ+AuvjLqP4UWnhTbSQpQoGYIZHGV8SRkdh9K/odvgv5Agvjq2SLHkM+jS2YERMxo8ZAOvtvL3WQ==" + } + }, + "npm:sherif": { + "type": "npm", + "name": "npm:sherif", + "data": { + "version": "0.8.1", + "packageName": "sherif", + "hash": "sha512-pT1vcHW5fZWZERobCvEaz2gxgOHcDTa2UF7KRsxZ4eunMWyL93smoVd55wWCBOOGMwhO7wnI+l07SYtiB9meMA==" + } + }, + "npm:side-channel": { + "type": "npm", + "name": "npm:side-channel", + "data": { + "version": "1.0.6", + "packageName": "side-channel", + "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" + } + }, + "npm:siginfo": { + "type": "npm", + "name": "npm:siginfo", + "data": { + "version": "2.0.0", + "packageName": "siginfo", + "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" + } + }, + "npm:signal-exit@3.0.7": { + "type": "npm", + "name": "npm:signal-exit@3.0.7", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:size-limit": { + "type": "npm", + "name": "npm:size-limit", + "data": { + "version": "11.1.2", + "packageName": "size-limit", + "hash": "sha512-W9V/QR98fiLgGg+S77DNy7usExpz7HCdDAqm2t2Q77GWCV//wWUC6hyZA9QXKk1x6bxMMTzq1vmncw5Cve/43w==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "5.1.0", + "packageName": "slash", + "hash": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" + } + }, + "npm:slice-ansi": { + "type": "npm", + "name": "npm:slice-ansi", + "data": { + "version": "5.0.0", + "packageName": "slice-ansi", + "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" + } + }, + "npm:slice-ansi@7.1.0": { + "type": "npm", + "name": "npm:slice-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "slice-ansi", + "hash": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==" + } + }, + "npm:smob": { + "type": "npm", + "name": "npm:smob", + "data": { + "version": "1.4.1", + "packageName": "smob", + "hash": "sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==" + } + }, + "npm:smol-toml": { + "type": "npm", + "name": "npm:smol-toml", + "data": { + "version": "1.1.4", + "packageName": "smol-toml", + "hash": "sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==" + } + }, + "npm:source-map-js": { + "type": "npm", + "name": "npm:source-map-js", + "data": { + "version": "1.2.0", + "packageName": "source-map-js", + "hash": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" + } + }, + "npm:source-map-support": { + "type": "npm", + "name": "npm:source-map-support", + "data": { + "version": "0.5.21", + "packageName": "source-map-support", + "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + } + }, + "npm:source-map@0.6.1": { + "type": "npm", + "name": "npm:source-map@0.6.1", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.7.4", + "packageName": "source-map", + "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + }, + "npm:spawn-error-forwarder": { + "type": "npm", + "name": "npm:spawn-error-forwarder", + "data": { + "version": "1.0.0", + "packageName": "spawn-error-forwarder", + "hash": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==" + } + }, + "npm:spdx-correct": { + "type": "npm", + "name": "npm:spdx-correct", + "data": { + "version": "3.2.0", + "packageName": "spdx-correct", + "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + } + }, + "npm:spdx-exceptions": { + "type": "npm", + "name": "npm:spdx-exceptions", + "data": { + "version": "2.5.0", + "packageName": "spdx-exceptions", + "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" + } + }, + "npm:spdx-expression-parse": { + "type": "npm", + "name": "npm:spdx-expression-parse", + "data": { + "version": "3.0.1", + "packageName": "spdx-expression-parse", + "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" + } + }, + "npm:spdx-license-ids": { + "type": "npm", + "name": "npm:spdx-license-ids", + "data": { + "version": "3.0.17", + "packageName": "spdx-license-ids", + "hash": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==" + } + }, + "npm:specialist": { + "type": "npm", + "name": "npm:specialist", + "data": { + "version": "1.4.0", + "packageName": "specialist", + "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" + } + }, + "npm:split2": { + "type": "npm", + "name": "npm:split2", + "data": { + "version": "1.0.0", + "packageName": "split2", + "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" + } + }, + "npm:split2@3.2.2": { + "type": "npm", + "name": "npm:split2@3.2.2", + "data": { + "version": "3.2.2", + "packageName": "split2", + "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==" + } + }, + "npm:split2@4.2.0": { + "type": "npm", + "name": "npm:split2@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "split2", + "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + } + }, + "npm:sprintf-js": { + "type": "npm", + "name": "npm:sprintf-js", + "data": { + "version": "1.0.3", + "packageName": "sprintf-js", + "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + } + }, + "npm:ssri": { + "type": "npm", + "name": "npm:ssri", + "data": { + "version": "10.0.5", + "packageName": "ssri", + "hash": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==" + } + }, + "npm:stackback": { + "type": "npm", + "name": "npm:stackback", + "data": { + "version": "0.0.2", + "packageName": "stackback", + "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" + } + }, + "npm:std-env": { + "type": "npm", + "name": "npm:std-env", + "data": { + "version": "3.7.0", + "packageName": "std-env", + "hash": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" + } + }, + "npm:stdin-blocker": { + "type": "npm", + "name": "npm:stdin-blocker", + "data": { + "version": "2.0.0", + "packageName": "stdin-blocker", + "hash": "sha512-fZ3txWyDSxOll6+ajX9akA5YzchyoEpVNsH8eWNY/ZnzlRoM0eW/zF8bm852KVpYutjNFQFvEF/RdZtlqxIZkQ==" + } + }, + "npm:stop-iteration-iterator": { + "type": "npm", + "name": "npm:stop-iteration-iterator", + "data": { + "version": "1.0.0", + "packageName": "stop-iteration-iterator", + "hash": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==" + } + }, + "npm:stream-combiner2": { + "type": "npm", + "name": "npm:stream-combiner2", + "data": { + "version": "1.1.1", + "packageName": "stream-combiner2", + "hash": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==" + } + }, + "npm:stream-to-array": { + "type": "npm", + "name": "npm:stream-to-array", + "data": { + "version": "2.3.0", + "packageName": "stream-to-array", + "hash": "sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==" + } + }, + "npm:string-argv": { + "type": "npm", + "name": "npm:string-argv", + "data": { + "version": "0.3.2", + "packageName": "string-argv", + "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" + } + }, + "npm:string-width-cjs": { + "type": "npm", + "name": "npm:string-width-cjs", + "data": { + "version": "npm:string-width@4.2.3", + "packageName": "string-width-cjs", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:string-width": { + "type": "npm", + "name": "npm:string-width", + "data": { + "version": "4.2.3", + "packageName": "string-width", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:string-width@5.1.2": { + "type": "npm", + "name": "npm:string-width@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "string-width", + "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + } + }, + "npm:string-width@7.1.0": { + "type": "npm", + "name": "npm:string-width@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "string-width", + "hash": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==" + } + }, + "npm:string.fromcodepoint": { + "type": "npm", + "name": "npm:string.fromcodepoint", + "data": { + "version": "0.2.1", + "packageName": "string.fromcodepoint", + "hash": "sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==" + } + }, + "npm:string_decoder": { + "type": "npm", + "name": "npm:string_decoder", + "data": { + "version": "1.1.1", + "packageName": "string_decoder", + "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + } + }, + "npm:string_decoder@1.3.0": { + "type": "npm", + "name": "npm:string_decoder@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "string_decoder", + "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" + } + }, + "npm:strip-ansi-cjs": { + "type": "npm", + "name": "npm:strip-ansi-cjs", + "data": { + "version": "npm:strip-ansi@6.0.1", + "packageName": "strip-ansi-cjs", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:strip-ansi": { + "type": "npm", + "name": "npm:strip-ansi", + "data": { + "version": "6.0.1", + "packageName": "strip-ansi", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:strip-ansi@7.1.0": { + "type": "npm", + "name": "npm:strip-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "strip-ansi", + "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + } + }, + "npm:strip-bom": { + "type": "npm", + "name": "npm:strip-bom", + "data": { + "version": "3.0.0", + "packageName": "strip-bom", + "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + } + }, + "npm:strip-bom@4.0.0": { + "type": "npm", + "name": "npm:strip-bom@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "strip-bom", + "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + } + }, + "npm:strip-eof": { + "type": "npm", + "name": "npm:strip-eof", + "data": { + "version": "1.0.0", + "packageName": "strip-eof", + "hash": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "3.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + } + }, + "npm:strip-indent": { + "type": "npm", + "name": "npm:strip-indent", + "data": { + "version": "3.0.0", + "packageName": "strip-indent", + "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + } + }, + "npm:strip-json-comments@3.1.1": { + "type": "npm", + "name": "npm:strip-json-comments@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "strip-json-comments", + "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + } + }, + "npm:strip-json-comments": { + "type": "npm", + "name": "npm:strip-json-comments", + "data": { + "version": "5.0.1", + "packageName": "strip-json-comments", + "hash": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==" + } + }, + "npm:strip-literal": { + "type": "npm", + "name": "npm:strip-literal", + "data": { + "version": "2.0.0", + "packageName": "strip-literal", + "hash": "sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==" + } + }, + "npm:strong-log-transformer": { + "type": "npm", + "name": "npm:strong-log-transformer", + "data": { + "version": "2.1.0", + "packageName": "strong-log-transformer", + "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + } + }, + "npm:stubborn-fs": { + "type": "npm", + "name": "npm:stubborn-fs", + "data": { + "version": "1.2.5", + "packageName": "stubborn-fs", + "hash": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==" + } + }, + "npm:summary": { + "type": "npm", + "name": "npm:summary", + "data": { + "version": "2.1.0", + "packageName": "summary", + "hash": "sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==" + } + }, + "npm:supports-color@5.5.0": { + "type": "npm", + "name": "npm:supports-color@5.5.0", + "data": { + "version": "5.5.0", + "packageName": "supports-color", + "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + } + }, + "npm:supports-color": { + "type": "npm", + "name": "npm:supports-color", + "data": { + "version": "7.2.0", + "packageName": "supports-color", + "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + } + }, + "npm:supports-preserve-symlinks-flag": { + "type": "npm", + "name": "npm:supports-preserve-symlinks-flag", + "data": { + "version": "1.0.0", + "packageName": "supports-preserve-symlinks-flag", + "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + } + }, + "npm:svelte": { + "type": "npm", + "name": "npm:svelte", + "data": { + "version": "4.2.12", + "packageName": "svelte", + "hash": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==" + } + }, + "npm:symbol-tree": { + "type": "npm", + "name": "npm:symbol-tree", + "data": { + "version": "3.2.4", + "packageName": "symbol-tree", + "hash": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:terser": { + "type": "npm", + "name": "npm:terser", + "data": { + "version": "5.29.2", + "packageName": "terser", + "hash": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==" + } + }, + "npm:text-extensions": { + "type": "npm", + "name": "npm:text-extensions", + "data": { + "version": "2.4.0", + "packageName": "text-extensions", + "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" + } + }, + "npm:through2": { + "type": "npm", + "name": "npm:through2", + "data": { + "version": "2.0.5", + "packageName": "through2", + "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" + } + }, + "npm:through2@4.0.2": { + "type": "npm", + "name": "npm:through2@4.0.2", + "data": { + "version": "4.0.2", + "packageName": "through2", + "hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==" + } + }, + "npm:through": { + "type": "npm", + "name": "npm:through", + "data": { + "version": "2.3.8", + "packageName": "through", + "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + } + }, + "npm:tiny-bin": { + "type": "npm", + "name": "npm:tiny-bin", + "data": { + "version": "1.7.1", + "packageName": "tiny-bin", + "hash": "sha512-MMztSKvXbVH0YQm54eDg9o3bt1TtM1xOZMnCfvG8fv1sQvDXxEeqiiv/DlQV8d2OiDOT+m01aXPfijeAPXF60g==" + } + }, + "npm:tiny-colors": { + "type": "npm", + "name": "npm:tiny-colors", + "data": { + "version": "2.1.2", + "packageName": "tiny-colors", + "hash": "sha512-6peGRBtkYBJpVrQUWOPKrC0ECo6WotUlXxirVTKvihjdgxQETpKtLdCKIb68IHjJYH1AOE7GM7RnxFvkGHsqOg==" + } + }, + "npm:tiny-cursor": { + "type": "npm", + "name": "npm:tiny-cursor", + "data": { + "version": "2.0.0", + "packageName": "tiny-cursor", + "hash": "sha512-6RKgFWBt6I1oYpaNZJvvp5x/jvzYDp+rjAVDam+7cmE0mrtlu8Lmpv81hQuvFuPa8Fuc/sd2shRWbdWTZqSNLg==" + } + }, + "npm:tiny-editorconfig": { + "type": "npm", + "name": "npm:tiny-editorconfig", + "data": { + "version": "1.0.0", + "packageName": "tiny-editorconfig", + "hash": "sha512-rxpWaSurnvPUkL2/qydRH10llK7MD1XfE38zoWTsp/ZWWYnnwPBzGUePBOcXFaNA3cJQm8ItqrofGeRJ6AVaew==" + } + }, + "npm:tiny-jsonc": { + "type": "npm", + "name": "npm:tiny-jsonc", + "data": { + "version": "1.0.1", + "packageName": "tiny-jsonc", + "hash": "sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==" + } + }, + "npm:tiny-levenshtein": { + "type": "npm", + "name": "npm:tiny-levenshtein", + "data": { + "version": "1.0.0", + "packageName": "tiny-levenshtein", + "hash": "sha512-27KxXZhuXCP+xol3k4jMWms8+B6H2qEUlBMTmB5YT3uvFXFNft4Hw/MqurrHkDdC01nx1HIADcE1wR40byJf4Q==" + } + }, + "npm:tiny-parse-argv": { + "type": "npm", + "name": "npm:tiny-parse-argv", + "data": { + "version": "2.4.0", + "packageName": "tiny-parse-argv", + "hash": "sha512-WTEsnmeHNr99hLQIDA+gnsS+fDsCDITlqgI+zEhx9M6ErPt0heoNZ1PGvql6wcf95sIx40J0MLYXaPveGwtpoA==" + } + }, + "npm:tiny-readdir-glob": { + "type": "npm", + "name": "npm:tiny-readdir-glob", + "data": { + "version": "1.4.0", + "packageName": "tiny-readdir-glob", + "hash": "sha512-DoByQM1c/DiwdfYAeXsFkTbOOm+Sqr9XbgHf2855ioLgjD89vcymbk2I5CA1zGf9ZsYCzA6UtKmtZr+IEAYAHA==" + } + }, + "npm:tiny-readdir": { + "type": "npm", + "name": "npm:tiny-readdir", + "data": { + "version": "2.7.0", + "packageName": "tiny-readdir", + "hash": "sha512-xPeRQEgt+gHp3rLqunojyx0qrJ4XzCScfNiWiYKJWM8w4ehfOfqDyKuDvsJkFaPFg9y3uKVEVRZPGoavl9ypjw==" + } + }, + "npm:tiny-spinner": { + "type": "npm", + "name": "npm:tiny-spinner", + "data": { + "version": "2.0.3", + "packageName": "tiny-spinner", + "hash": "sha512-zuhtClm08obM7aCzgRAbAmOpYm0ekAh/OTLZEJ/8SuVD+cxUdlqGGN5PRnc2Ate8xmbG3+ldPBnlwmHgJrftpg==" + } + }, + "npm:tiny-truncate": { + "type": "npm", + "name": "npm:tiny-truncate", + "data": { + "version": "1.0.2", + "packageName": "tiny-truncate", + "hash": "sha512-XR2fjChcOjuz8Eu56zGwacYTKUHlhuzQ3VpD79yUwvWlLY3gCWorzRfBNXkmbwFjxzfmYZrC00cA4s/ET6mogw==" + } + }, + "npm:tiny-updater": { + "type": "npm", + "name": "npm:tiny-updater", + "data": { + "version": "3.5.1", + "packageName": "tiny-updater", + "hash": "sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==" + } + }, + "npm:tinybench": { + "type": "npm", + "name": "npm:tinybench", + "data": { + "version": "2.6.0", + "packageName": "tinybench", + "hash": "sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==" + } + }, + "npm:tinypool": { + "type": "npm", + "name": "npm:tinypool", + "data": { + "version": "0.8.3", + "packageName": "tinypool", + "hash": "sha512-Ud7uepAklqRH1bvwy22ynrliC7Dljz7Tm8M/0RBUW+YRa4YHhZ6e4PpgE+fu1zr/WqB1kbeuVrdfeuyIBpy4tw==" + } + }, + "npm:tinyspy": { + "type": "npm", + "name": "npm:tinyspy", + "data": { + "version": "2.2.1", + "packageName": "tinyspy", + "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" + } + }, + "npm:tmp": { + "type": "npm", + "name": "npm:tmp", + "data": { + "version": "0.2.3", + "packageName": "tmp", + "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" + } + }, + "npm:to-fast-properties": { + "type": "npm", + "name": "npm:to-fast-properties", + "data": { + "version": "2.0.0", + "packageName": "to-fast-properties", + "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" + } + }, + "npm:to-no-case": { + "type": "npm", + "name": "npm:to-no-case", + "data": { + "version": "1.0.2", + "packageName": "to-no-case", + "hash": "sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==" + } + }, + "npm:to-pascal-case": { + "type": "npm", + "name": "npm:to-pascal-case", + "data": { + "version": "1.0.0", + "packageName": "to-pascal-case", + "hash": "sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==" + } + }, + "npm:to-regex-range": { + "type": "npm", + "name": "npm:to-regex-range", + "data": { + "version": "5.0.1", + "packageName": "to-regex-range", + "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + } + }, + "npm:to-space-case": { + "type": "npm", + "name": "npm:to-space-case", + "data": { + "version": "1.0.0", + "packageName": "to-space-case", + "hash": "sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==" + } + }, + "npm:tough-cookie": { + "type": "npm", + "name": "npm:tough-cookie", + "data": { + "version": "4.1.3", + "packageName": "tough-cookie", + "hash": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==" + } + }, + "npm:tr46": { + "type": "npm", + "name": "npm:tr46", + "data": { + "version": "5.0.0", + "packageName": "tr46", + "hash": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==" + } + }, + "npm:traverse": { + "type": "npm", + "name": "npm:traverse", + "data": { + "version": "0.6.8", + "packageName": "traverse", + "hash": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==" + } + }, + "npm:tsconfck": { + "type": "npm", + "name": "npm:tsconfck", + "data": { + "version": "3.0.3", + "packageName": "tsconfck", + "hash": "sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==" + } + }, + "npm:tsconfig-paths": { + "type": "npm", + "name": "npm:tsconfig-paths", + "data": { + "version": "4.2.0", + "packageName": "tsconfig-paths", + "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" + } + }, + "npm:tslib": { + "type": "npm", + "name": "npm:tslib", + "data": { + "version": "2.6.2", + "packageName": "tslib", + "hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } + }, + "npm:type-detect": { + "type": "npm", + "name": "npm:type-detect", + "data": { + "version": "4.0.8", + "packageName": "type-detect", + "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + } + }, + "npm:type-fest": { + "type": "npm", + "name": "npm:type-fest", + "data": { + "version": "0.6.0", + "packageName": "type-fest", + "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + }, + "npm:typescript@5.3.3": { + "type": "npm", + "name": "npm:typescript@5.3.3", + "data": { + "version": "5.3.3", + "packageName": "typescript", + "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + } + }, + "npm:typescript": { + "type": "npm", + "name": "npm:typescript", + "data": { + "version": "5.4.3", + "packageName": "typescript", + "hash": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + } + }, + "npm:ufo": { + "type": "npm", + "name": "npm:ufo", + "data": { + "version": "1.5.3", + "packageName": "ufo", + "hash": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==" + } + }, + "npm:unc-path-regex": { + "type": "npm", + "name": "npm:unc-path-regex", + "data": { + "version": "0.1.2", + "packageName": "unc-path-regex", + "hash": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" + } + }, + "npm:undici-types": { + "type": "npm", + "name": "npm:undici-types", + "data": { + "version": "5.26.5", + "packageName": "undici-types", + "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + } + }, + "npm:unescape-js": { + "type": "npm", + "name": "npm:unescape-js", + "data": { + "version": "1.1.4", + "packageName": "unescape-js", + "hash": "sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==" + } + }, + "npm:unicode-canonical-property-names-ecmascript": { + "type": "npm", + "name": "npm:unicode-canonical-property-names-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-canonical-property-names-ecmascript", + "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + } + }, + "npm:unicode-match-property-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-match-property-ecmascript", + "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" + } + }, + "npm:unicode-match-property-value-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-value-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-match-property-value-ecmascript", + "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + } + }, + "npm:unicode-property-aliases-ecmascript": { + "type": "npm", + "name": "npm:unicode-property-aliases-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-property-aliases-ecmascript", + "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + } + }, + "npm:unicorn-magic": { + "type": "npm", + "name": "npm:unicorn-magic", + "data": { + "version": "0.1.0", + "packageName": "unicorn-magic", + "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" + } + }, + "npm:unique-string": { + "type": "npm", + "name": "npm:unique-string", + "data": { + "version": "2.0.0", + "packageName": "unique-string", + "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" + } + }, + "npm:universalify@0.1.2": { + "type": "npm", + "name": "npm:universalify@0.1.2", + "data": { + "version": "0.1.2", + "packageName": "universalify", + "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + }, + "npm:universalify@0.2.0": { + "type": "npm", + "name": "npm:universalify@0.2.0", + "data": { + "version": "0.2.0", + "packageName": "universalify", + "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + } + }, + "npm:universalify": { + "type": "npm", + "name": "npm:universalify", + "data": { + "version": "2.0.1", + "packageName": "universalify", + "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + } + }, + "npm:update-browserslist-db": { + "type": "npm", + "name": "npm:update-browserslist-db", + "data": { + "version": "1.0.13", + "packageName": "update-browserslist-db", + "hash": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==" + } + }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url-parse": { + "type": "npm", + "name": "npm:url-parse", + "data": { + "version": "1.5.10", + "packageName": "url-parse", + "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" + } + }, + "npm:util-deprecate": { + "type": "npm", + "name": "npm:util-deprecate", + "data": { + "version": "1.0.2", + "packageName": "util-deprecate", + "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + } + }, + "npm:v8flags": { + "type": "npm", + "name": "npm:v8flags", + "data": { + "version": "4.0.1", + "packageName": "v8flags", + "hash": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==" + } + }, + "npm:validate-npm-package-license": { + "type": "npm", + "name": "npm:validate-npm-package-license", + "data": { + "version": "3.0.4", + "packageName": "validate-npm-package-license", + "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" + } + }, + "npm:validate-npm-package-name": { + "type": "npm", + "name": "npm:validate-npm-package-name", + "data": { + "version": "4.0.0", + "packageName": "validate-npm-package-name", + "hash": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==" + } + }, + "npm:validate-npm-package-name@5.0.0": { + "type": "npm", + "name": "npm:validate-npm-package-name@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "validate-npm-package-name", + "hash": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==" + } + }, + "npm:validator": { + "type": "npm", + "name": "npm:validator", + "data": { + "version": "13.11.0", + "packageName": "validator", + "hash": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==" + } + }, + "npm:version-selector-type": { + "type": "npm", + "name": "npm:version-selector-type", + "data": { + "version": "3.0.0", + "packageName": "version-selector-type", + "hash": "sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==" + } + }, + "npm:vite-node": { + "type": "npm", + "name": "npm:vite-node", + "data": { + "version": "1.4.0", + "packageName": "vite-node", + "hash": "sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==" + } + }, + "npm:vite-plugin-dts": { + "type": "npm", + "name": "npm:vite-plugin-dts", + "data": { + "version": "3.7.3", + "packageName": "vite-plugin-dts", + "hash": "sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==" + } + }, + "npm:vite-plugin-externalize-deps": { + "type": "npm", + "name": "npm:vite-plugin-externalize-deps", + "data": { + "version": "0.8.0", + "packageName": "vite-plugin-externalize-deps", + "hash": "sha512-MdC8kRNQ1ZjhUicU2HcqGVhL0UUFqv83Zp1JZdHjE82PoPR8wsSWZ3axpot7B6img3sW6g8shYJikE0CKA0chA==" + } + }, + "npm:vite-tsconfig-paths": { + "type": "npm", + "name": "npm:vite-tsconfig-paths", + "data": { + "version": "4.3.2", + "packageName": "vite-tsconfig-paths", + "hash": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==" + } + }, + "npm:vite": { + "type": "npm", + "name": "npm:vite", + "data": { + "version": "5.2.6", + "packageName": "vite", + "hash": "sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==" + } + }, + "npm:vitest": { + "type": "npm", + "name": "npm:vitest", + "data": { + "version": "1.4.0", + "packageName": "vitest", + "hash": "sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==" + } + }, + "npm:vlq": { + "type": "npm", + "name": "npm:vlq", + "data": { + "version": "0.2.3", + "packageName": "vlq", + "hash": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==" + } + }, + "npm:vue-template-compiler": { + "type": "npm", + "name": "npm:vue-template-compiler", + "data": { + "version": "2.7.16", + "packageName": "vue-template-compiler", + "hash": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==" + } + }, + "npm:vue-tsc": { + "type": "npm", + "name": "npm:vue-tsc", + "data": { + "version": "1.8.27", + "packageName": "vue-tsc", + "hash": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==" + } + }, + "npm:w3c-xmlserializer": { + "type": "npm", + "name": "npm:w3c-xmlserializer", + "data": { + "version": "5.0.0", + "packageName": "w3c-xmlserializer", + "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" + } + }, + "npm:wcwidth": { + "type": "npm", + "name": "npm:wcwidth", + "data": { + "version": "1.0.1", + "packageName": "wcwidth", + "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" + } + }, + "npm:webidl-conversions": { + "type": "npm", + "name": "npm:webidl-conversions", + "data": { + "version": "7.0.0", + "packageName": "webidl-conversions", + "hash": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" + } + }, + "npm:webworker-shim": { + "type": "npm", + "name": "npm:webworker-shim", + "data": { + "version": "1.1.0", + "packageName": "webworker-shim", + "hash": "sha512-LhPJDED3cM0+K9w4JjIio+RYPqvr712b3lyM+JjMR/rSD9elrSYHrrwE9qu3inPSSf60xqePgFgEwuAg17AuhA==" + } + }, + "npm:whatwg-encoding": { + "type": "npm", + "name": "npm:whatwg-encoding", + "data": { + "version": "3.1.1", + "packageName": "whatwg-encoding", + "hash": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" + } + }, + "npm:whatwg-mimetype": { + "type": "npm", + "name": "npm:whatwg-mimetype", + "data": { + "version": "4.0.0", + "packageName": "whatwg-mimetype", + "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" + } + }, + "npm:whatwg-url": { + "type": "npm", + "name": "npm:whatwg-url", + "data": { + "version": "14.0.0", + "packageName": "whatwg-url", + "hash": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==" + } + }, + "npm:when-exit": { + "type": "npm", + "name": "npm:when-exit", + "data": { + "version": "2.1.2", + "packageName": "when-exit", + "hash": "sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==" + } + }, + "npm:which-boxed-primitive": { + "type": "npm", + "name": "npm:which-boxed-primitive", + "data": { + "version": "1.0.2", + "packageName": "which-boxed-primitive", + "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" + } + }, + "npm:which-collection": { + "type": "npm", + "name": "npm:which-collection", + "data": { + "version": "1.0.2", + "packageName": "which-collection", + "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" + } + }, + "npm:which-typed-array": { + "type": "npm", + "name": "npm:which-typed-array", + "data": { + "version": "1.1.15", + "packageName": "which-typed-array", + "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" + } + }, + "npm:which@1.3.1": { + "type": "npm", + "name": "npm:which@1.3.1", + "data": { + "version": "1.3.1", + "packageName": "which", + "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + } + }, + "npm:which@2.0.2": { + "type": "npm", + "name": "npm:which@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "4.0.0", + "packageName": "which", + "hash": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" + } + }, + "npm:why-is-node-running": { + "type": "npm", + "name": "npm:why-is-node-running", + "data": { + "version": "2.2.2", + "packageName": "why-is-node-running", + "hash": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==" + } + }, + "npm:worktank": { + "type": "npm", + "name": "npm:worktank", + "data": { + "version": "2.6.0", + "packageName": "worktank", + "hash": "sha512-bHqVyWbviQlUV7+wbd1yoZhjPXXk7ENVCNrlBARfVAg69AfOtnEMLc0hWo9ihaqmlO8WggdYGy/K+avWFSgBBQ==" + } + }, + "npm:wrap-ansi-cjs": { + "type": "npm", + "name": "npm:wrap-ansi-cjs", + "data": { + "version": "npm:wrap-ansi@7.0.0", + "packageName": "wrap-ansi-cjs", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:wrap-ansi": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "7.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:wrap-ansi@8.1.0": { + "type": "npm", + "name": "npm:wrap-ansi@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "wrap-ansi", + "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + } + }, + "npm:wrap-ansi@9.0.0": { + "type": "npm", + "name": "npm:wrap-ansi@9.0.0", + "data": { + "version": "9.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==" + } + }, + "npm:wrappy": { + "type": "npm", + "name": "npm:wrappy", + "data": { + "version": "1.0.2", + "packageName": "wrappy", + "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + } + }, + "npm:ws": { + "type": "npm", + "name": "npm:ws", + "data": { + "version": "8.16.0", + "packageName": "ws", + "hash": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==" + } + }, + "npm:xml-name-validator": { + "type": "npm", + "name": "npm:xml-name-validator", + "data": { + "version": "5.0.0", + "packageName": "xml-name-validator", + "hash": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" + } + }, + "npm:xmlchars": { + "type": "npm", + "name": "npm:xmlchars", + "data": { + "version": "2.2.0", + "packageName": "xmlchars", + "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + } + }, + "npm:xtend": { + "type": "npm", + "name": "npm:xtend", + "data": { + "version": "4.0.2", + "packageName": "xtend", + "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + } + }, + "npm:y18n": { + "type": "npm", + "name": "npm:y18n", + "data": { + "version": "5.0.8", + "packageName": "y18n", + "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + } + }, + "npm:yallist@2.1.2": { + "type": "npm", + "name": "npm:yallist@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "yallist", + "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + } + }, + "npm:yallist": { + "type": "npm", + "name": "npm:yallist", + "data": { + "version": "3.1.1", + "packageName": "yallist", + "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + }, + "npm:yallist@4.0.0": { + "type": "npm", + "name": "npm:yallist@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "yallist", + "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "npm:yaml": { + "type": "npm", + "name": "npm:yaml", + "data": { + "version": "2.3.4", + "packageName": "yaml", + "hash": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" + } + }, + "npm:yargs-parser": { + "type": "npm", + "name": "npm:yargs-parser", + "data": { + "version": "21.1.1", + "packageName": "yargs-parser", + "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + } + }, + "npm:yargs": { + "type": "npm", + "name": "npm:yargs", + "data": { + "version": "17.7.2", + "packageName": "yargs", + "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" + } + }, + "npm:yocto-queue@0.1.0": { + "type": "npm", + "name": "npm:yocto-queue@0.1.0", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "1.0.0", + "packageName": "yocto-queue", + "hash": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" + } + }, + "npm:z-schema": { + "type": "npm", + "name": "npm:z-schema", + "data": { + "version": "5.0.5", + "packageName": "z-schema", + "hash": "sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==" + } + }, + "npm:zeptomatch": { + "type": "npm", + "name": "npm:zeptomatch", + "data": { + "version": "1.2.2", + "packageName": "zeptomatch", + "hash": "sha512-0ETdzEO0hdYmT8aXHHf5aMjpX+FHFE61sG4qKFAoJD2Umt3TWdCmH7ADxn2oUiWTlqBGC+SGr8sYMfr+37J8pQ==" + } + }, + "npm:zlib": { + "type": "npm", + "name": "npm:zlib", + "data": { + "version": "1.0.5", + "packageName": "zlib", + "hash": "sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==" + } + }, + "npm:zod-validation-error": { + "type": "npm", + "name": "npm:zod-validation-error", + "data": { + "version": "3.0.3", + "packageName": "zod-validation-error", + "hash": "sha512-cETTrcMq3Ze58vhdR0zD37uJm/694I6mAxcf/ei5bl89cC++fBNxrC2z8lkFze/8hVMPwrbtrwXHR2LB50fpHw==" + } + }, + "npm:zod": { + "type": "npm", + "name": "npm:zod", + "data": { + "version": "3.22.4", + "packageName": "zod", + "hash": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==" + } + } + }, + "dependencies": { + "data-mapper-standalone": [], + "designer-standalone": [], + "@microsoft/logic-apps-shared": [ + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:react-dom", + "type": "static" + } + ], + "@microsoft/vscode-extension-logic-apps": [ + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:tslib", + "type": "static" + } + ], + "vs-code-designer": [ + { + "source": "vs-code-designer", + "target": "vs-code-react", + "type": "implicit" + } + ], + "vs-code-react": [], + "@microsoft/designer-ui": [ + { + "source": "@microsoft/designer-ui", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react-dom", + "type": "static" + } + ], + "@microsoft/logic-apps-data-mapper": [ + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "@microsoft/designer-ui", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "@microsoft/logic-apps-designer", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react-dom", + "type": "static" + } + ], + "@microsoft/logic-apps-designer": [ + { + "source": "@microsoft/logic-apps-designer", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "@microsoft/designer-ui", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:yocto-queue", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-dom", + "type": "static" + } + ], + "@microsoft/logic-apps-chatbot": [ + { + "source": "@microsoft/logic-apps-chatbot", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "@microsoft/logic-apps-designer", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "@microsoft/designer-ui", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@ampproject/remapping": [ + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@babel/code-frame": [ + { + "source": "npm:@babel/code-frame", + "target": "npm:@babel/highlight", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:@babel/core": [ + { + "source": "npm:@babel/core", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/generator": [ + { + "source": "npm:@babel/generator", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:jsesc", + "type": "static" + } + ], + "npm:@babel/helper-annotate-as-pure": [ + { + "source": "npm:@babel/helper-annotate-as-pure", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-builder-binary-assignment-operator-visitor": [ + { + "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-compilation-targets": [ + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:lru-cache", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/helper-create-class-features-plugin": [ + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/helper-create-regexp-features-plugin": [ + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:regexpu-core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/helper-define-polyfill-provider": [ + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:lodash.debounce", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:@babel/helper-function-name": [ + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-hoist-variables": [ + { + "source": "npm:@babel/helper-hoist-variables", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-member-expression-to-functions": [ + { + "source": "npm:@babel/helper-member-expression-to-functions", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-module-imports": [ + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-module-transforms": [ + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + } + ], + "npm:@babel/helper-optimise-call-expression": [ + { + "source": "npm:@babel/helper-optimise-call-expression", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-remap-async-to-generator": [ + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-wrap-function", + "type": "static" + } + ], + "npm:@babel/helper-replace-supers": [ + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + } + ], + "npm:@babel/helper-simple-access": [ + { + "source": "npm:@babel/helper-simple-access", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-skip-transparent-expression-wrappers": [ + { + "source": "npm:@babel/helper-skip-transparent-expression-wrappers", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-split-export-declaration": [ + { + "source": "npm:@babel/helper-split-export-declaration", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-wrap-function": [ + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helpers": [ + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/highlight": [ + { + "source": "npm:@babel/highlight", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:js-tokens@4.0.0", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:@babel/parser": [ + { + "source": "npm:@babel/parser", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-proposal-private-property-in-object": [ + { + "source": "npm:@babel/plugin-proposal-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-async-generators": [ + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-class-properties": [ + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-class-static-block": [ + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-dynamic-import": [ + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-export-namespace-from": [ + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-assertions": [ + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-attributes": [ + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-meta": [ + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-json-strings": [ + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-jsx": [ + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-logical-assignment-operators": [ + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-nullish-coalescing-operator": [ + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-numeric-separator": [ + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-object-rest-spread": [ + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-optional-catch-binding": [ + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-optional-chaining": [ + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-private-property-in-object": [ + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-top-level-await": [ + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-typescript": [ + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-unicode-sets-regex": [ + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-arrow-functions": [ + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-async-generator-functions": [ + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + } + ], + "npm:@babel/plugin-transform-async-to-generator": [ + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-block-scoped-functions": [ + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-block-scoping": [ + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-class-properties": [ + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-class-static-block": [ + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + } + ], + "npm:@babel/plugin-transform-classes": [ + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:globals", + "type": "static" + } + ], + "npm:@babel/plugin-transform-computed-properties": [ + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/template", + "type": "static" + } + ], + "npm:@babel/plugin-transform-destructuring": [ + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-dotall-regex": [ + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-duplicate-keys": [ + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-dynamic-import": [ + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + } + ], + "npm:@babel/plugin-transform-exponentiation-operator": [ + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-export-namespace-from": [ + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + } + ], + "npm:@babel/plugin-transform-for-of": [ + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-function-name": [ + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-json-strings": [ + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + } + ], + "npm:@babel/plugin-transform-literals": [ + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-logical-assignment-operators": [ + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + } + ], + "npm:@babel/plugin-transform-member-expression-literals": [ + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-amd": [ + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-commonjs": [ + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-simple-access", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-systemjs": [ + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-umd": [ + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-named-capturing-groups-regex": [ + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-new-target": [ + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-nullish-coalescing-operator": [ + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-numeric-separator": [ + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-object-rest-spread": [ + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + } + ], + "npm:@babel/plugin-transform-object-super": [ + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-optional-catch-binding": [ + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + } + ], + "npm:@babel/plugin-transform-optional-chaining": [ + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + } + ], + "npm:@babel/plugin-transform-parameters": [ + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-private-methods": [ + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-private-property-in-object": [ + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + } + ], + "npm:@babel/plugin-transform-property-literals": [ + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-react-display-name": [ + { + "source": "npm:@babel/plugin-transform-react-display-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-display-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-react-jsx-development": [ + { + "source": "npm:@babel/plugin-transform-react-jsx-development", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx-development", + "target": "npm:@babel/plugin-transform-react-jsx", + "type": "static" + } + ], + "npm:@babel/plugin-transform-react-jsx": [ + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/plugin-transform-react-pure-annotations": [ + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-regenerator": [ + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:regenerator-transform", + "type": "static" + } + ], + "npm:@babel/plugin-transform-reserved-words": [ + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-shorthand-properties": [ + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-spread": [ + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-sticky-regex": [ + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-template-literals": [ + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-typeof-symbol": [ + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-typescript": [ + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-escapes": [ + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-property-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-sets-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/preset-env": [ + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-proposal-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-assertions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-attributes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-meta", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-top-level-await", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-arrow-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoped-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoping", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-classes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-computed-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-destructuring", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dotall-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-duplicate-keys", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-exponentiation-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-for-of", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-function-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-member-expression-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-amd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-systemjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-umd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-new-target", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-super", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-methods", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-property-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-reserved-words", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-shorthand-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-sticky-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-template-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-typeof-symbol", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-escapes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-property-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/preset-modules", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/preset-modules": [ + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:esutils", + "type": "static" + } + ], + "npm:@babel/preset-react": [ + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-display-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-jsx-development", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-pure-annotations", + "type": "static" + } + ], + "npm:@babel/preset-typescript": [ + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-typescript", + "type": "static" + } + ], + "npm:@babel/runtime": [ + { + "source": "npm:@babel/runtime", + "target": "npm:regenerator-runtime", + "type": "static" + } + ], + "npm:@babel/template": [ + { + "source": "npm:@babel/template", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/traverse": [ + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:globals", + "type": "static" + } + ], + "npm:@babel/types": [ + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-string-parser", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:to-fast-properties", + "type": "static" + } + ], + "npm:@commitlint/parse": [ + { + "source": "npm:@commitlint/parse", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-changelog-angular", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-commits-parser", + "type": "static" + } + ], + "npm:@commitlint/types": [ + { + "source": "npm:@commitlint/types", + "target": "npm:chalk@4.1.2", + "type": "static" + } + ], + "npm:@ericcornelissen/bash-parser": [ + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:array-last", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:babylon", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:compose-function", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:deep-freeze", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:filter-iterator", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:filter-obj", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:has-own-property", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:identity-function", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:is-iterable", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:iterable-lookahead", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:lodash.curry", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:magic-string@0.16.0", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:map-obj", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:object-pairs", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:object-values", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:reverse-arguments", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:shell-quote-word", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:to-pascal-case", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:unescape-js", + "type": "static" + } + ], + "npm:@isaacs/cliui": [ + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi-cjs", + "type": "static" + } + ], + "npm:@jest/schemas": [ + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "type": "static" + } + ], + "npm:@jridgewell/gen-mapping": [ + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/set-array", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@jridgewell/source-map": [ + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@jridgewell/trace-mapping": [ + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + } + ], + "npm:@microsoft/api-extractor-model": [ + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@rushstack/node-core-library", + "type": "static" + } + ], + "npm:@microsoft/api-extractor": [ + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/api-extractor-model", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/node-core-library", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/rig-package", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/ts-command-line", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:semver@7.5.4", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:typescript@5.3.3", + "type": "static" + } + ], + "npm:@microsoft/tsdoc-config": [ + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:jju", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:resolve@1.19.0", + "type": "static" + } + ], + "npm:@nodelib/fs.scandir@2.1.5": [ + { + "source": "npm:@nodelib/fs.scandir@2.1.5", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir@2.1.5", + "target": "npm:run-parallel", + "type": "static" + } + ], + "npm:@nodelib/fs.scandir": [ + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat@3.0.0", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + } + ], + "npm:@nodelib/fs.walk@1.2.8": [ + { + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:@nodelib/fs.scandir@2.1.5", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:fastq", + "type": "static" + } + ], + "npm:@nodelib/fs.walk": [ + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + } + ], + "npm:@npmcli/git": [ + { + "source": "npm:@npmcli/git", + "target": "npm:@npmcli/promise-spawn", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-inflight", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:which", + "type": "static" + } + ], + "npm:@npmcli/map-workspaces": [ + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:@npmcli/name-from-folder", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:read-package-json-fast", + "type": "static" + } + ], + "npm:@npmcli/package-json": [ + { + "source": "npm:@npmcli/package-json", + "target": "npm:@npmcli/git", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:normalize-package-data", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:semver@7.6.0", + "type": "static" + } + ], + "npm:@npmcli/promise-spawn": [ + { + "source": "npm:@npmcli/promise-spawn", + "target": "npm:which", + "type": "static" + } + ], + "npm:@nrwl/tao": [ + { + "source": "npm:@nrwl/tao", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@pnpm/core-loggers": [ + { + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/types", + "type": "static" + } + ], + "npm:@pnpm/error": [ + { + "source": "npm:@pnpm/error", + "target": "npm:@pnpm/constants", + "type": "static" + } + ], + "npm:@pnpm/fetching-types": [ + { + "source": "npm:@pnpm/fetching-types", + "target": "npm:@zkochan/retry", + "type": "static" + }, + { + "source": "npm:@pnpm/fetching-types", + "target": "npm:node-fetch", + "type": "static" + } + ], + "npm:@pnpm/graceful-fs": [ + { + "source": "npm:@pnpm/graceful-fs", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:@pnpm/logger": [ + { + "source": "npm:@pnpm/logger", + "target": "npm:bole", + "type": "static" + }, + { + "source": "npm:@pnpm/logger", + "target": "npm:ndjson", + "type": "static" + } + ], + "npm:@pnpm/npm-package-arg": [ + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:validate-npm-package-name", + "type": "static" + } + ], + "npm:@pnpm/npm-resolver": [ + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/core-loggers", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/error", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/fetching-types", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/graceful-fs", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolve-workspace-range", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolver-base", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/types", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@zkochan/retry", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:encode-registry", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:load-json-file", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-limit@3.1.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-memoize", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:parse-npm-tarball-url", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:path-temp", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ramda", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:rename-overwrite", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ssri", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:version-selector-type", + "type": "static" + } + ], + "npm:@pnpm/resolve-workspace-range": [ + { + "source": "npm:@pnpm/resolve-workspace-range", + "target": "npm:semver@7.6.0", + "type": "static" + } + ], + "npm:@pnpm/resolver-base": [ + { + "source": "npm:@pnpm/resolver-base", + "target": "npm:@pnpm/types", + "type": "static" + } + ], + "npm:@pnpm/workspace.pkgs-graph": [ + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-package-arg", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-resolver", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/resolve-workspace-range", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:ramda", + "type": "static" + } + ], + "npm:@prettier/cli": [ + { + "source": "npm:@prettier/cli", + "target": "npm:@iarna/toml", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:atomically", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:fast-ignore", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:find-up-json", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:import-meta-resolve", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:json-sorted-stringify", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:kasi", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:pioppo", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:specialist", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-editorconfig", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-jsonc", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-readdir-glob", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-spinner", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:worktank", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:zeptomatch", + "type": "static" + } + ], + "npm:@rollup/plugin-babel": [ + { + "source": "npm:@rollup/plugin-babel", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-babel", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-babel", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-babel", + "target": "npm:rollup", + "type": "static" + } + ], + "npm:@rollup/plugin-commonjs": [ + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:commondir", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:is-reference", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:rollup", + "type": "static" + } + ], + "npm:@rollup/plugin-node-resolve": [ + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:@types/resolve", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:deepmerge", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:is-builtin-module", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:is-module", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:rollup", + "type": "static" + } + ], + "npm:@rollup/plugin-replace": [ + { + "source": "npm:@rollup/plugin-replace", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-replace", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-replace", + "target": "npm:rollup", + "type": "static" + } + ], + "npm:@rollup/plugin-terser": [ + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:serialize-javascript", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:smob", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:terser", + "type": "static" + } + ], + "npm:@rollup/pluginutils@4.2.1": [ + { + "source": "npm:@rollup/pluginutils@4.2.1", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils@4.2.1", + "target": "npm:picomatch@2.3.1", + "type": "static" + } + ], + "npm:@rollup/pluginutils": [ + { + "source": "npm:@rollup/pluginutils", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:@rollup/pluginutils", + "target": "npm:rollup", + "type": "static" + } + ], + "npm:@rushstack/node-core-library": [ + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:fs-extra@7.0.1", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:import-lazy", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:jju", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:semver@7.5.4", + "type": "static" + }, + { + "source": "npm:@rushstack/node-core-library", + "target": "npm:z-schema", + "type": "static" + } + ], + "npm:@rushstack/rig-package": [ + { + "source": "npm:@rushstack/rig-package", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@rushstack/rig-package", + "target": "npm:strip-json-comments@3.1.1", + "type": "static" + } + ], + "npm:@rushstack/ts-command-line": [ + { + "source": "npm:@rushstack/ts-command-line", + "target": "npm:@types/argparse", + "type": "static" + }, + { + "source": "npm:@rushstack/ts-command-line", + "target": "npm:argparse@1.0.10", + "type": "static" + }, + { + "source": "npm:@rushstack/ts-command-line", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@rushstack/ts-command-line", + "target": "npm:string-argv", + "type": "static" + } + ], + "npm:@size-limit/esbuild": [ + { + "source": "npm:@size-limit/esbuild", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:@size-limit/esbuild", + "target": "npm:nanoid", + "type": "static" + }, + { + "source": "npm:@size-limit/esbuild", + "target": "npm:size-limit", + "type": "static" + } + ], + "npm:@size-limit/file": [ + { + "source": "npm:@size-limit/file", + "target": "npm:size-limit", + "type": "static" + } + ], + "npm:@size-limit/preset-small-lib": [ + { + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:@size-limit/esbuild", + "type": "static" + }, + { + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:@size-limit/file", + "type": "static" + }, + { + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:size-limit", + "type": "static" + } + ], + "npm:@snyk/github-codeowners": [ + { + "source": "npm:@snyk/github-codeowners", + "target": "npm:commander@4.1.1", + "type": "static" + }, + { + "source": "npm:@snyk/github-codeowners", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:@snyk/github-codeowners", + "target": "npm:p-map", + "type": "static" + } + ], + "npm:@tanstack/config": [ + { + "source": "npm:@tanstack/config", + "target": "npm:@commitlint/parse", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:commander", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:current-git-branch", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:esbuild-register", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:git-log-parser", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:interpret", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:liftoff", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:luxon", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:rollup-plugin-preserve-directives", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:stream-to-array", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:v8flags", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:vite-plugin-dts", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:vite-plugin-externalize-deps", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:vite-tsconfig-paths", + "type": "static" + } + ], + "npm:@testing-library/dom": [ + { + "source": "npm:@testing-library/dom", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:@types/aria-query", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:aria-query@5.1.3", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:dom-accessibility-api@0.5.16", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:lz-string", + "type": "static" + }, + { + "source": "npm:@testing-library/dom", + "target": "npm:pretty-format", + "type": "static" + } + ], + "npm:@testing-library/jest-dom": [ + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:@adobe/css-tools", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:aria-query", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:chalk@3.0.0", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:css.escape", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:dom-accessibility-api", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:redent", + "type": "static" + }, + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:vitest", + "type": "static" + } + ], + "npm:@testing-library/react-hooks": [ + { + "source": "npm:@testing-library/react-hooks", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@testing-library/react-hooks", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@testing-library/react-hooks", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@testing-library/react-hooks", + "target": "npm:react-error-boundary", + "type": "static" + } + ], + "npm:@testing-library/react": [ + { + "source": "npm:@testing-library/react", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:@testing-library/dom", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@testing-library/react", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@types/node": [ + { + "source": "npm:@types/node", + "target": "npm:undici-types", + "type": "static" + } + ], + "npm:@types/react-dom": [ + { + "source": "npm:@types/react-dom", + "target": "npm:@types/react", + "type": "static" + } + ], + "npm:@types/react": [ + { + "source": "npm:@types/react", + "target": "npm:@types/prop-types", + "type": "static" + }, + { + "source": "npm:@types/react", + "target": "npm:@types/scheduler", + "type": "static" + }, + { + "source": "npm:@types/react", + "target": "npm:csstype", + "type": "static" + } + ], + "npm:@vitest/expect": [ + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/expect", + "target": "npm:chai", + "type": "static" + } + ], + "npm:@vitest/runner": [ + { + "source": "npm:@vitest/runner", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:@vitest/runner", + "target": "npm:p-limit", + "type": "static" + }, + { + "source": "npm:@vitest/runner", + "target": "npm:pathe", + "type": "static" + } + ], + "npm:@vitest/snapshot": [ + { + "source": "npm:@vitest/snapshot", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:@vitest/snapshot", + "target": "npm:pretty-format@29.7.0", + "type": "static" + } + ], + "npm:@vitest/spy": [ + { + "source": "npm:@vitest/spy", + "target": "npm:tinyspy", + "type": "static" + } + ], + "npm:@vitest/utils": [ + { + "source": "npm:@vitest/utils", + "target": "npm:diff-sequences", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:estree-walker@3.0.3", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:loupe", + "type": "static" + }, + { + "source": "npm:@vitest/utils", + "target": "npm:pretty-format@29.7.0", + "type": "static" + } + ], + "npm:@volar/language-core": [ + { + "source": "npm:@volar/language-core", + "target": "npm:@volar/source-map", + "type": "static" + } + ], + "npm:@volar/source-map": [ + { + "source": "npm:@volar/source-map", + "target": "npm:muggle-string", + "type": "static" + } + ], + "npm:@volar/typescript": [ + { + "source": "npm:@volar/typescript", + "target": "npm:@volar/language-core", + "type": "static" + }, + { + "source": "npm:@volar/typescript", + "target": "npm:path-browserify", + "type": "static" + } + ], + "npm:@vue/compiler-core": [ + { + "source": "npm:@vue/compiler-core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:@vue/shared", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:entities", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:estree-walker", + "type": "static" + }, + { + "source": "npm:@vue/compiler-core", + "target": "npm:source-map-js", + "type": "static" + } + ], + "npm:@vue/compiler-dom": [ + { + "source": "npm:@vue/compiler-dom", + "target": "npm:@vue/compiler-core", + "type": "static" + }, + { + "source": "npm:@vue/compiler-dom", + "target": "npm:@vue/shared", + "type": "static" + } + ], + "npm:@vue/language-core": [ + { + "source": "npm:@vue/language-core", + "target": "npm:@volar/language-core", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:@volar/source-map", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:@vue/compiler-dom", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:@vue/shared", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:computeds", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:muggle-string", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:path-browserify", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@vue/language-core", + "target": "npm:vue-template-compiler", + "type": "static" + } + ], + "npm:@yarnpkg/parsers": [ + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:js-yaml@3.14.1", + "type": "static" + }, + { + "source": "npm:@yarnpkg/parsers", + "target": "npm:tslib", + "type": "static" + } + ], + "npm:@zkochan/js-yaml": [ + { + "source": "npm:@zkochan/js-yaml", + "target": "npm:argparse", + "type": "static" + } + ], + "npm:@zkochan/rimraf": [ + { + "source": "npm:@zkochan/rimraf", + "target": "npm:rimraf@3.0.2", + "type": "static" + } + ], + "npm:JSONStream": [ + { + "source": "npm:JSONStream", + "target": "npm:jsonparse", + "type": "static" + }, + { + "source": "npm:JSONStream", + "target": "npm:through", + "type": "static" + } + ], + "npm:agent-base": [ + { + "source": "npm:agent-base", + "target": "npm:debug", + "type": "static" + } + ], + "npm:aggregate-error": [ + { + "source": "npm:aggregate-error", + "target": "npm:clean-stack", + "type": "static" + }, + { + "source": "npm:aggregate-error", + "target": "npm:indent-string", + "type": "static" + } + ], + "npm:ajv": [ + { + "source": "npm:ajv", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:fast-json-stable-stringify", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:json-schema-traverse", + "type": "static" + }, + { + "source": "npm:ajv", + "target": "npm:uri-js", + "type": "static" + } + ], + "npm:ansi-styles@3.2.1": [ + { + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert@1.9.3", + "type": "static" + } + ], + "npm:ansi-styles": [ + { + "source": "npm:ansi-styles", + "target": "npm:color-convert", + "type": "static" + } + ], + "npm:ansi-truncate": [ + { + "source": "npm:ansi-truncate", + "target": "npm:fast-string-truncated-width", + "type": "static" + } + ], + "npm:anymatch": [ + { + "source": "npm:anymatch", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:anymatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + } + ], + "npm:argparse@1.0.10": [ + { + "source": "npm:argparse@1.0.10", + "target": "npm:sprintf-js", + "type": "static" + } + ], + "npm:aria-query@5.1.3": [ + { + "source": "npm:aria-query@5.1.3", + "target": "npm:deep-equal", + "type": "static" + } + ], + "npm:aria-query": [ + { + "source": "npm:aria-query", + "target": "npm:dequal", + "type": "static" + } + ], + "npm:array-buffer-byte-length": [ + { + "source": "npm:array-buffer-byte-length", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:array-buffer-byte-length", + "target": "npm:is-array-buffer", + "type": "static" + } + ], + "npm:array-last": [ + { + "source": "npm:array-last", + "target": "npm:is-number", + "type": "static" + } + ], + "npm:atomically": [ + { + "source": "npm:atomically", + "target": "npm:stubborn-fs", + "type": "static" + }, + { + "source": "npm:atomically", + "target": "npm:when-exit", + "type": "static" + } + ], + "npm:available-typed-arrays": [ + { + "source": "npm:available-typed-arrays", + "target": "npm:possible-typed-array-names", + "type": "static" + } + ], + "npm:axios": [ + { + "source": "npm:axios", + "target": "npm:follow-redirects", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:axios", + "target": "npm:proxy-from-env", + "type": "static" + } + ], + "npm:axobject-query": [ + { + "source": "npm:axobject-query", + "target": "npm:dequal", + "type": "static" + } + ], + "npm:babel-plugin-polyfill-corejs2": [ + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:semver", + "type": "static" + } + ], + "npm:babel-plugin-polyfill-corejs3": [ + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:core-js-compat", + "type": "static" + } + ], + "npm:babel-plugin-polyfill-regenerator": [ + { + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/helper-define-polyfill-provider", + "type": "static" + } + ], + "npm:bl": [ + { + "source": "npm:bl", + "target": "npm:buffer", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:bl", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:bole": [ + { + "source": "npm:bole", + "target": "npm:fast-safe-stringify", + "type": "static" + }, + { + "source": "npm:bole", + "target": "npm:individual", + "type": "static" + } + ], + "npm:brace-expansion@1.1.11": [ + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", + "type": "static" + }, + { + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", + "type": "static" + } + ], + "npm:brace-expansion": [ + { + "source": "npm:brace-expansion", + "target": "npm:balanced-match", + "type": "static" + } + ], + "npm:braces": [ + { + "source": "npm:braces", + "target": "npm:fill-range", + "type": "static" + } + ], + "npm:browserslist": [ + { + "source": "npm:browserslist", + "target": "npm:caniuse-lite", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:electron-to-chromium", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:node-releases", + "type": "static" + }, + { + "source": "npm:browserslist", + "target": "npm:update-browserslist-db", + "type": "static" + } + ], + "npm:buffer": [ + { + "source": "npm:buffer", + "target": "npm:base64-js", + "type": "static" + }, + { + "source": "npm:buffer", + "target": "npm:ieee754", + "type": "static" + } + ], + "npm:builtins": [ + { + "source": "npm:builtins", + "target": "npm:semver@7.6.0", + "type": "static" + } + ], + "npm:call-bind": [ + { + "source": "npm:call-bind", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:call-bind", + "target": "npm:set-function-length", + "type": "static" + } + ], + "npm:chai": [ + { + "source": "npm:chai", + "target": "npm:assertion-error", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:check-error", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:deep-eql", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:get-func-name", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:loupe", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:pathval", + "type": "static" + }, + { + "source": "npm:chai", + "target": "npm:type-detect", + "type": "static" + } + ], + "npm:chalk@2.4.2": [ + { + "source": "npm:chalk@2.4.2", + "target": "npm:ansi-styles@3.2.1", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:escape-string-regexp", + "type": "static" + }, + { + "source": "npm:chalk@2.4.2", + "target": "npm:supports-color@5.5.0", + "type": "static" + } + ], + "npm:chalk@3.0.0": [ + { + "source": "npm:chalk@3.0.0", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:chalk@3.0.0", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:chalk@4.1.2": [ + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:check-error": [ + { + "source": "npm:check-error", + "target": "npm:get-func-name", + "type": "static" + } + ], + "npm:chokidar": [ + { + "source": "npm:chokidar", + "target": "npm:anymatch", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:readdirp", + "type": "static" + }, + { + "source": "npm:chokidar", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:cli-cursor": [ + { + "source": "npm:cli-cursor", + "target": "npm:restore-cursor", + "type": "static" + } + ], + "npm:cli-cursor@4.0.0": [ + { + "source": "npm:cli-cursor@4.0.0", + "target": "npm:restore-cursor@4.0.0", + "type": "static" + } + ], + "npm:cli-truncate": [ + { + "source": "npm:cli-truncate", + "target": "npm:slice-ansi", + "type": "static" + }, + { + "source": "npm:cli-truncate", + "target": "npm:string-width@7.1.0", + "type": "static" + } + ], + "npm:cliui": [ + { + "source": "npm:cliui", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:cliui", + "target": "npm:wrap-ansi", + "type": "static" + } + ], + "npm:code-red": [ + { + "source": "npm:code-red", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:estree-walker@3.0.3", + "type": "static" + }, + { + "source": "npm:code-red", + "target": "npm:periscopic", + "type": "static" + } + ], + "npm:color-convert@1.9.3": [ + { + "source": "npm:color-convert@1.9.3", + "target": "npm:color-name@1.1.3", + "type": "static" + } + ], + "npm:color-convert": [ + { + "source": "npm:color-convert", + "target": "npm:color-name", + "type": "static" + } + ], + "npm:combined-stream": [ + { + "source": "npm:combined-stream", + "target": "npm:delayed-stream", + "type": "static" + } + ], + "npm:compare-func": [ + { + "source": "npm:compare-func", + "target": "npm:array-ify", + "type": "static" + }, + { + "source": "npm:compare-func", + "target": "npm:dot-prop", + "type": "static" + } + ], + "npm:compose-function": [ + { + "source": "npm:compose-function", + "target": "npm:arity-n", + "type": "static" + } + ], + "npm:conventional-changelog-angular": [ + { + "source": "npm:conventional-changelog-angular", + "target": "npm:compare-func", + "type": "static" + } + ], + "npm:conventional-commits-parser": [ + { + "source": "npm:conventional-commits-parser", + "target": "npm:JSONStream", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:is-text-path", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:meow", + "type": "static" + }, + { + "source": "npm:conventional-commits-parser", + "target": "npm:split2@4.2.0", + "type": "static" + } + ], + "npm:core-js-compat": [ + { + "source": "npm:core-js-compat", + "target": "npm:browserslist", + "type": "static" + } + ], + "npm:cross-spawn@5.1.0": [ + { + "source": "npm:cross-spawn@5.1.0", + "target": "npm:lru-cache@4.1.5", + "type": "static" + }, + { + "source": "npm:cross-spawn@5.1.0", + "target": "npm:shebang-command@1.2.0", + "type": "static" + }, + { + "source": "npm:cross-spawn@5.1.0", + "target": "npm:which@1.3.1", + "type": "static" + } + ], + "npm:cross-spawn": [ + { + "source": "npm:cross-spawn", + "target": "npm:path-key", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:shebang-command", + "type": "static" + }, + { + "source": "npm:cross-spawn", + "target": "npm:which@2.0.2", + "type": "static" + } + ], + "npm:css-tree": [ + { + "source": "npm:css-tree", + "target": "npm:mdn-data", + "type": "static" + }, + { + "source": "npm:css-tree", + "target": "npm:source-map-js", + "type": "static" + } + ], + "npm:cssstyle": [ + { + "source": "npm:cssstyle", + "target": "npm:rrweb-cssom", + "type": "static" + } + ], + "npm:current-git-branch": [ + { + "source": "npm:current-git-branch", + "target": "npm:babel-plugin-add-module-exports", + "type": "static" + }, + { + "source": "npm:current-git-branch", + "target": "npm:execa@0.6.3", + "type": "static" + }, + { + "source": "npm:current-git-branch", + "target": "npm:is-git-repository", + "type": "static" + } + ], + "npm:data-urls": [ + { + "source": "npm:data-urls", + "target": "npm:whatwg-mimetype", + "type": "static" + }, + { + "source": "npm:data-urls", + "target": "npm:whatwg-url", + "type": "static" + } + ], + "npm:debug": [ + { + "source": "npm:debug", + "target": "npm:ms", + "type": "static" + } + ], + "npm:deep-eql": [ + { + "source": "npm:deep-eql", + "target": "npm:type-detect", + "type": "static" + } + ], + "npm:deep-equal": [ + { + "source": "npm:deep-equal", + "target": "npm:array-buffer-byte-length", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:es-get-iterator", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-arguments", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-array-buffer", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-date-object", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-regex", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:is-shared-array-buffer", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:isarray", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:object-is", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:object-keys", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:object.assign", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:regexp.prototype.flags", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:side-channel", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:which-boxed-primitive", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:which-collection", + "type": "static" + }, + { + "source": "npm:deep-equal", + "target": "npm:which-typed-array", + "type": "static" + } + ], + "npm:defaults": [ + { + "source": "npm:defaults", + "target": "npm:clone", + "type": "static" + } + ], + "npm:define-data-property": [ + { + "source": "npm:define-data-property", + "target": "npm:es-define-property", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:define-data-property", + "target": "npm:gopd", + "type": "static" + } + ], + "npm:define-properties": [ + { + "source": "npm:define-properties", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:has-property-descriptors", + "type": "static" + }, + { + "source": "npm:define-properties", + "target": "npm:object-keys", + "type": "static" + } + ], + "npm:dot-prop": [ + { + "source": "npm:dot-prop", + "target": "npm:is-obj", + "type": "static" + } + ], + "npm:duplexer2": [ + { + "source": "npm:duplexer2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + } + ], + "npm:easy-table": [ + { + "source": "npm:easy-table", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:easy-table", + "target": "npm:wcwidth", + "type": "static" + } + ], + "npm:encode-registry": [ + { + "source": "npm:encode-registry", + "target": "npm:mem", + "type": "static" + } + ], + "npm:end-of-stream": [ + { + "source": "npm:end-of-stream", + "target": "npm:once", + "type": "static" + } + ], + "npm:enquirer": [ + { + "source": "npm:enquirer", + "target": "npm:ansi-colors", + "type": "static" + } + ], + "npm:error-ex": [ + { + "source": "npm:error-ex", + "target": "npm:is-arrayish", + "type": "static" + } + ], + "npm:es-define-property": [ + { + "source": "npm:es-define-property", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:es-get-iterator": [ + { + "source": "npm:es-get-iterator", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:is-arguments", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:is-map", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:is-set", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:is-string", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:isarray", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:stop-iteration-iterator", + "type": "static" + } + ], + "npm:esbuild-register": [ + { + "source": "npm:esbuild-register", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:esbuild-register", + "target": "npm:esbuild", + "type": "static" + } + ], + "npm:esbuild": [ + { + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", + "type": "static" + }, + { + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", + "type": "static" + } + ], + "npm:estree-walker@3.0.3": [ + { + "source": "npm:estree-walker@3.0.3", + "target": "npm:@types/estree", + "type": "static" + } + ], + "npm:execa@0.6.3": [ + { + "source": "npm:execa@0.6.3", + "target": "npm:cross-spawn@5.1.0", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:get-stream@3.0.0", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:is-stream@1.1.0", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:npm-run-path@2.0.2", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:p-finally", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:signal-exit@3.0.7", + "type": "static" + }, + { + "source": "npm:execa@0.6.3", + "target": "npm:strip-eof", + "type": "static" + } + ], + "npm:execa": [ + { + "source": "npm:execa", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:get-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:human-signals", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:is-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:merge-stream", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:npm-run-path@5.3.0", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:signal-exit", + "type": "static" + }, + { + "source": "npm:execa", + "target": "npm:strip-final-newline", + "type": "static" + } + ], + "npm:expand-tilde": [ + { + "source": "npm:expand-tilde", + "target": "npm:homedir-polyfill", + "type": "static" + } + ], + "npm:fast-glob": [ + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.walk@1.2.8", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:glob-parent", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:merge2", + "type": "static" + }, + { + "source": "npm:fast-glob", + "target": "npm:micromatch", + "type": "static" + } + ], + "npm:fast-ignore": [ + { + "source": "npm:fast-ignore", + "target": "npm:grammex", + "type": "static" + } + ], + "npm:fast-string-width": [ + { + "source": "npm:fast-string-width", + "target": "npm:fast-string-truncated-width", + "type": "static" + } + ], + "npm:fastq": [ + { + "source": "npm:fastq", + "target": "npm:reusify", + "type": "static" + } + ], + "npm:figures": [ + { + "source": "npm:figures", + "target": "npm:escape-string-regexp", + "type": "static" + } + ], + "npm:fill-range": [ + { + "source": "npm:fill-range", + "target": "npm:to-regex-range", + "type": "static" + } + ], + "npm:find-up-json": [ + { + "source": "npm:find-up-json", + "target": "npm:find-up-path", + "type": "static" + } + ], + "npm:findup-sync": [ + { + "source": "npm:findup-sync", + "target": "npm:detect-file", + "type": "static" + }, + { + "source": "npm:findup-sync", + "target": "npm:is-glob", + "type": "static" + }, + { + "source": "npm:findup-sync", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:findup-sync", + "target": "npm:resolve-dir", + "type": "static" + } + ], + "npm:fined": [ + { + "source": "npm:fined", + "target": "npm:expand-tilde", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:object.defaults", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:object.pick", + "type": "static" + }, + { + "source": "npm:fined", + "target": "npm:parse-filepath", + "type": "static" + } + ], + "npm:for-each": [ + { + "source": "npm:for-each", + "target": "npm:is-callable", + "type": "static" + } + ], + "npm:for-own": [ + { + "source": "npm:for-own", + "target": "npm:for-in", + "type": "static" + } + ], + "npm:foreground-child": [ + { + "source": "npm:foreground-child", + "target": "npm:cross-spawn", + "type": "static" + }, + { + "source": "npm:foreground-child", + "target": "npm:signal-exit", + "type": "static" + } + ], + "npm:form-data": [ + { + "source": "npm:form-data", + "target": "npm:asynckit", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:combined-stream", + "type": "static" + }, + { + "source": "npm:form-data", + "target": "npm:mime-types", + "type": "static" + } + ], + "npm:fs-extra@10.1.0": [ + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra@10.1.0", + "target": "npm:universalify", + "type": "static" + } + ], + "npm:fs-extra": [ + { + "source": "npm:fs-extra", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:jsonfile", + "type": "static" + }, + { + "source": "npm:fs-extra", + "target": "npm:universalify", + "type": "static" + } + ], + "npm:fs-extra@7.0.1": [ + { + "source": "npm:fs-extra@7.0.1", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:fs-extra@7.0.1", + "target": "npm:jsonfile@4.0.0", + "type": "static" + }, + { + "source": "npm:fs-extra@7.0.1", + "target": "npm:universalify@0.1.2", + "type": "static" + } + ], + "npm:get-current-package": [ + { + "source": "npm:get-current-package", + "target": "npm:find-up-json", + "type": "static" + } + ], + "npm:get-intrinsic": [ + { + "source": "npm:get-intrinsic", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:has-proto", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:hasown", + "type": "static" + } + ], + "npm:git-log-parser": [ + { + "source": "npm:git-log-parser", + "target": "npm:argv-formatter", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:spawn-error-forwarder", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:split2", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:stream-combiner2", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:through2", + "type": "static" + }, + { + "source": "npm:git-log-parser", + "target": "npm:traverse", + "type": "static" + } + ], + "npm:glob-parent": [ + { + "source": "npm:glob-parent", + "target": "npm:is-glob", + "type": "static" + } + ], + "npm:glob@10.3.10": [ + { + "source": "npm:glob@10.3.10", + "target": "npm:foreground-child", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:jackspeak", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:minipass", + "type": "static" + }, + { + "source": "npm:glob@10.3.10", + "target": "npm:path-scurry", + "type": "static" + } + ], + "npm:glob@7.2.3": [ + { + "source": "npm:glob@7.2.3", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:minimatch@3.1.2", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:glob@7.2.3", + "target": "npm:path-is-absolute", + "type": "static" + } + ], + "npm:glob": [ + { + "source": "npm:glob", + "target": "npm:fs.realpath", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inflight", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:minimatch@5.1.6", + "type": "static" + }, + { + "source": "npm:glob", + "target": "npm:once", + "type": "static" + } + ], + "npm:global-modules": [ + { + "source": "npm:global-modules", + "target": "npm:global-prefix", + "type": "static" + }, + { + "source": "npm:global-modules", + "target": "npm:is-windows", + "type": "static" + }, + { + "source": "npm:global-modules", + "target": "npm:resolve-dir", + "type": "static" + } + ], + "npm:global-prefix": [ + { + "source": "npm:global-prefix", + "target": "npm:expand-tilde", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:homedir-polyfill", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:ini", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:is-windows", + "type": "static" + }, + { + "source": "npm:global-prefix", + "target": "npm:which@1.3.1", + "type": "static" + } + ], + "npm:globby": [ + { + "source": "npm:globby", + "target": "npm:@sindresorhus/merge-streams", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:path-type", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:slash", + "type": "static" + }, + { + "source": "npm:globby", + "target": "npm:unicorn-magic", + "type": "static" + } + ], + "npm:gopd": [ + { + "source": "npm:gopd", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:has-property-descriptors": [ + { + "source": "npm:has-property-descriptors", + "target": "npm:es-define-property", + "type": "static" + } + ], + "npm:has-tostringtag": [ + { + "source": "npm:has-tostringtag", + "target": "npm:has-symbols", + "type": "static" + } + ], + "npm:hasown": [ + { + "source": "npm:hasown", + "target": "npm:function-bind", + "type": "static" + } + ], + "npm:homedir-polyfill": [ + { + "source": "npm:homedir-polyfill", + "target": "npm:parse-passwd", + "type": "static" + } + ], + "npm:hosted-git-info@4.1.0": [ + { + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + } + ], + "npm:hosted-git-info": [ + { + "source": "npm:hosted-git-info", + "target": "npm:lru-cache@10.2.0", + "type": "static" + } + ], + "npm:html-encoding-sniffer": [ + { + "source": "npm:html-encoding-sniffer", + "target": "npm:whatwg-encoding", + "type": "static" + } + ], + "npm:http-proxy-agent": [ + { + "source": "npm:http-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:http-proxy-agent", + "target": "npm:debug", + "type": "static" + } + ], + "npm:https-proxy-agent": [ + { + "source": "npm:https-proxy-agent", + "target": "npm:agent-base", + "type": "static" + }, + { + "source": "npm:https-proxy-agent", + "target": "npm:debug", + "type": "static" + } + ], + "npm:iconv-lite": [ + { + "source": "npm:iconv-lite", + "target": "npm:safer-buffer", + "type": "static" + } + ], + "npm:inflight": [ + { + "source": "npm:inflight", + "target": "npm:once", + "type": "static" + }, + { + "source": "npm:inflight", + "target": "npm:wrappy", + "type": "static" + } + ], + "npm:internal-slot": [ + { + "source": "npm:internal-slot", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:side-channel", + "type": "static" + } + ], + "npm:is-absolute": [ + { + "source": "npm:is-absolute", + "target": "npm:is-relative", + "type": "static" + }, + { + "source": "npm:is-absolute", + "target": "npm:is-windows", + "type": "static" + } + ], + "npm:is-arguments": [ + { + "source": "npm:is-arguments", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-arguments", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-array-buffer": [ + { + "source": "npm:is-array-buffer", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-array-buffer", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:is-bigint": [ + { + "source": "npm:is-bigint", + "target": "npm:has-bigints", + "type": "static" + } + ], + "npm:is-binary-path": [ + { + "source": "npm:is-binary-path", + "target": "npm:binary-extensions", + "type": "static" + } + ], + "npm:is-boolean-object": [ + { + "source": "npm:is-boolean-object", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-boolean-object", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-builtin-module": [ + { + "source": "npm:is-builtin-module", + "target": "npm:builtin-modules", + "type": "static" + } + ], + "npm:is-core-module": [ + { + "source": "npm:is-core-module", + "target": "npm:hasown", + "type": "static" + } + ], + "npm:is-date-object": [ + { + "source": "npm:is-date-object", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-fullwidth-code-point@5.0.0": [ + { + "source": "npm:is-fullwidth-code-point@5.0.0", + "target": "npm:get-east-asian-width", + "type": "static" + } + ], + "npm:is-git-repository": [ + { + "source": "npm:is-git-repository", + "target": "npm:execa@0.6.3", + "type": "static" + }, + { + "source": "npm:is-git-repository", + "target": "npm:path-is-absolute", + "type": "static" + } + ], + "npm:is-glob": [ + { + "source": "npm:is-glob", + "target": "npm:is-extglob", + "type": "static" + } + ], + "npm:is-number-object": [ + { + "source": "npm:is-number-object", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-reference": [ + { + "source": "npm:is-reference", + "target": "npm:@types/estree", + "type": "static" + } + ], + "npm:is-reference@3.0.2": [ + { + "source": "npm:is-reference@3.0.2", + "target": "npm:@types/estree", + "type": "static" + } + ], + "npm:is-regex": [ + { + "source": "npm:is-regex", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-regex", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-relative": [ + { + "source": "npm:is-relative", + "target": "npm:is-unc-path", + "type": "static" + } + ], + "npm:is-shared-array-buffer": [ + { + "source": "npm:is-shared-array-buffer", + "target": "npm:call-bind", + "type": "static" + } + ], + "npm:is-string": [ + { + "source": "npm:is-string", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:is-symbol": [ + { + "source": "npm:is-symbol", + "target": "npm:has-symbols", + "type": "static" + } + ], + "npm:is-text-path": [ + { + "source": "npm:is-text-path", + "target": "npm:text-extensions", + "type": "static" + } + ], + "npm:is-unc-path": [ + { + "source": "npm:is-unc-path", + "target": "npm:unc-path-regex", + "type": "static" + } + ], + "npm:is-weakset": [ + { + "source": "npm:is-weakset", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:is-weakset", + "target": "npm:get-intrinsic", + "type": "static" + } + ], + "npm:is-wsl": [ + { + "source": "npm:is-wsl", + "target": "npm:is-docker", + "type": "static" + } + ], + "npm:jackspeak": [ + { + "source": "npm:jackspeak", + "target": "npm:@isaacs/cliui", + "type": "static" + }, + { + "source": "npm:jackspeak", + "target": "npm:@pkgjs/parseargs", + "type": "static" + } + ], + "npm:jest-diff": [ + { + "source": "npm:jest-diff", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:diff-sequences", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:jest-get-type", + "type": "static" + }, + { + "source": "npm:jest-diff", + "target": "npm:pretty-format@29.7.0", + "type": "static" + } + ], + "npm:js-yaml@3.14.1": [ + { + "source": "npm:js-yaml@3.14.1", + "target": "npm:argparse@1.0.10", + "type": "static" + }, + { + "source": "npm:js-yaml@3.14.1", + "target": "npm:esprima", + "type": "static" + } + ], + "npm:js-yaml": [ + { + "source": "npm:js-yaml", + "target": "npm:argparse", + "type": "static" + } + ], + "npm:jsdom": [ + { + "source": "npm:jsdom", + "target": "npm:cssstyle", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:data-urls", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:decimal.js", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:html-encoding-sniffer", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:http-proxy-agent", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:is-potential-custom-element-name", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:nwsapi", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:parse5", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:rrweb-cssom", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:saxes", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:symbol-tree", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:tough-cookie", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:w3c-xmlserializer", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:webidl-conversions", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:whatwg-encoding", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:whatwg-mimetype", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:whatwg-url", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:xml-name-validator", + "type": "static" + } + ], + "npm:jsonfile@4.0.0": [ + { + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:jsonfile": [ + { + "source": "npm:jsonfile", + "target": "npm:universalify", + "type": "static" + }, + { + "source": "npm:jsonfile", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:knip": [ + { + "source": "npm:knip", + "target": "npm:@ericcornelissen/bash-parser", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@nodelib/fs.walk", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@npmcli/map-workspaces", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@npmcli/package-json", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@pnpm/workspace.pkgs-graph", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@snyk/github-codeowners", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:@types/picomatch", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:easy-table", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:fast-glob", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:picomatch", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:pretty-ms", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:smol-toml", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:strip-json-comments", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:summary", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:zod", + "type": "static" + }, + { + "source": "npm:knip", + "target": "npm:zod-validation-error", + "type": "static" + } + ], + "npm:liftoff": [ + { + "source": "npm:liftoff", + "target": "npm:extend", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:findup-sync", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:fined", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:flagged-respawn", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:is-plain-object", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:object.map", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:rechoir", + "type": "static" + }, + { + "source": "npm:liftoff", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:lint-staged": [ + { + "source": "npm:lint-staged", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:commander@11.1.0", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:lilconfig", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:listr2", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:micromatch", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:pidtree", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:string-argv", + "type": "static" + }, + { + "source": "npm:lint-staged", + "target": "npm:yaml", + "type": "static" + } + ], + "npm:listr2": [ + { + "source": "npm:listr2", + "target": "npm:cli-truncate", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:eventemitter3", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:log-update", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:rfdc", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:wrap-ansi@9.0.0", + "type": "static" + } + ], + "npm:load-json-file": [ + { + "source": "npm:load-json-file", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:strip-bom@4.0.0", + "type": "static" + }, + { + "source": "npm:load-json-file", + "target": "npm:type-fest", + "type": "static" + } + ], + "npm:local-pkg": [ + { + "source": "npm:local-pkg", + "target": "npm:mlly", + "type": "static" + }, + { + "source": "npm:local-pkg", + "target": "npm:pkg-types", + "type": "static" + } + ], + "npm:log-symbols": [ + { + "source": "npm:log-symbols", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:log-symbols", + "target": "npm:is-unicode-supported", + "type": "static" + } + ], + "npm:log-update": [ + { + "source": "npm:log-update", + "target": "npm:ansi-escapes", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:cli-cursor@4.0.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:slice-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:log-update", + "target": "npm:wrap-ansi@9.0.0", + "type": "static" + } + ], + "npm:loose-envify": [ + { + "source": "npm:loose-envify", + "target": "npm:js-tokens@4.0.0", + "type": "static" + } + ], + "npm:loupe": [ + { + "source": "npm:loupe", + "target": "npm:get-func-name", + "type": "static" + } + ], + "npm:lru-cache@4.1.5": [ + { + "source": "npm:lru-cache@4.1.5", + "target": "npm:pseudomap", + "type": "static" + }, + { + "source": "npm:lru-cache@4.1.5", + "target": "npm:yallist@2.1.2", + "type": "static" + } + ], + "npm:lru-cache": [ + { + "source": "npm:lru-cache", + "target": "npm:yallist", + "type": "static" + } + ], + "npm:lru-cache@6.0.0": [ + { + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", + "type": "static" + } + ], + "npm:magic-string@0.16.0": [ + { + "source": "npm:magic-string@0.16.0", + "target": "npm:vlq", + "type": "static" + } + ], + "npm:magic-string": [ + { + "source": "npm:magic-string", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + } + ], + "npm:make-iterator": [ + { + "source": "npm:make-iterator", + "target": "npm:kind-of", + "type": "static" + } + ], + "npm:map-age-cleaner": [ + { + "source": "npm:map-age-cleaner", + "target": "npm:p-defer", + "type": "static" + } + ], + "npm:mem@6.1.1": [ + { + "source": "npm:mem@6.1.1", + "target": "npm:map-age-cleaner", + "type": "static" + }, + { + "source": "npm:mem@6.1.1", + "target": "npm:mimic-fn@3.1.0", + "type": "static" + } + ], + "npm:mem": [ + { + "source": "npm:mem", + "target": "npm:map-age-cleaner", + "type": "static" + }, + { + "source": "npm:mem", + "target": "npm:mimic-fn@3.1.0", + "type": "static" + } + ], + "npm:micromatch": [ + { + "source": "npm:micromatch", + "target": "npm:braces", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:picomatch@2.3.1", + "type": "static" + } + ], + "npm:mime-types": [ + { + "source": "npm:mime-types", + "target": "npm:mime-db", + "type": "static" + } + ], + "npm:minimatch@3.1.2": [ + { + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", + "type": "static" + } + ], + "npm:minimatch@5.1.6": [ + { + "source": "npm:minimatch@5.1.6", + "target": "npm:brace-expansion", + "type": "static" + } + ], + "npm:minimatch": [ + { + "source": "npm:minimatch", + "target": "npm:brace-expansion", + "type": "static" + } + ], + "npm:mlly": [ + { + "source": "npm:mlly", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:mlly", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:mlly", + "target": "npm:pkg-types", + "type": "static" + }, + { + "source": "npm:mlly", + "target": "npm:ufo", + "type": "static" + } + ], + "npm:nanospinner": [ + { + "source": "npm:nanospinner", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:ndjson": [ + { + "source": "npm:ndjson", + "target": "npm:json-stringify-safe", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:readable-stream", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:split2@3.2.2", + "type": "static" + }, + { + "source": "npm:ndjson", + "target": "npm:through2@4.0.2", + "type": "static" + } + ], + "npm:node-fetch": [ + { + "source": "npm:node-fetch", + "target": "npm:data-uri-to-buffer", + "type": "static" + }, + { + "source": "npm:node-fetch", + "target": "npm:fetch-blob", + "type": "static" + } + ], + "npm:normalize-package-data": [ + { + "source": "npm:normalize-package-data", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:normalize-package-data", + "target": "npm:validate-npm-package-license", + "type": "static" + } + ], + "npm:npm-install-checks": [ + { + "source": "npm:npm-install-checks", + "target": "npm:semver@7.6.0", + "type": "static" + } + ], + "npm:npm-package-arg": [ + { + "source": "npm:npm-package-arg", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:validate-npm-package-name@5.0.0", + "type": "static" + } + ], + "npm:npm-pick-manifest": [ + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-install-checks", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-normalize-package-bin", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:npm-package-arg", + "type": "static" + }, + { + "source": "npm:npm-pick-manifest", + "target": "npm:semver@7.6.0", + "type": "static" + } + ], + "npm:npm-run-path@2.0.2": [ + { + "source": "npm:npm-run-path@2.0.2", + "target": "npm:path-key@2.0.1", + "type": "static" + } + ], + "npm:npm-run-path": [ + { + "source": "npm:npm-run-path", + "target": "npm:path-key", + "type": "static" + } + ], + "npm:npm-run-path@5.3.0": [ + { + "source": "npm:npm-run-path@5.3.0", + "target": "npm:path-key@4.0.0", + "type": "static" + } + ], + "npm:nx": [ + { + "source": "npm:nx", + "target": "npm:@nrwl/tao", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@yarnpkg/lockfile", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@yarnpkg/parsers", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:dotenv-expand", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:enquirer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:figures", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:flat", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ignore", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jest-diff", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:jsonc-parser", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:lines-and-columns", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:node-machine-id", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:npm-run-path", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:ora", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:strong-log-transformer", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tar-stream", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tmp", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tsconfig-paths", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:yargs", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:yargs-parser", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-arm64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-x64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-freebsd-x64", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:@nx/nx-win32-x64-msvc", + "type": "static" + } + ], + "npm:object-is": [ + { + "source": "npm:object-is", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:object-is", + "target": "npm:define-properties", + "type": "static" + } + ], + "npm:object.assign": [ + { + "source": "npm:object.assign", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:object.assign", + "target": "npm:object-keys", + "type": "static" + } + ], + "npm:object.defaults": [ + { + "source": "npm:object.defaults", + "target": "npm:array-each", + "type": "static" + }, + { + "source": "npm:object.defaults", + "target": "npm:array-slice", + "type": "static" + }, + { + "source": "npm:object.defaults", + "target": "npm:for-own", + "type": "static" + }, + { + "source": "npm:object.defaults", + "target": "npm:isobject", + "type": "static" + } + ], + "npm:object.map": [ + { + "source": "npm:object.map", + "target": "npm:for-own", + "type": "static" + }, + { + "source": "npm:object.map", + "target": "npm:make-iterator", + "type": "static" + } + ], + "npm:object.pick": [ + { + "source": "npm:object.pick", + "target": "npm:isobject", + "type": "static" + } + ], + "npm:once": [ + { + "source": "npm:once", + "target": "npm:wrappy", + "type": "static" + } + ], + "npm:onetime@5.1.2": [ + { + "source": "npm:onetime@5.1.2", + "target": "npm:mimic-fn@2.1.0", + "type": "static" + } + ], + "npm:onetime": [ + { + "source": "npm:onetime", + "target": "npm:mimic-fn", + "type": "static" + } + ], + "npm:open": [ + { + "source": "npm:open", + "target": "npm:define-lazy-prop", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-docker", + "type": "static" + }, + { + "source": "npm:open", + "target": "npm:is-wsl", + "type": "static" + } + ], + "npm:ora": [ + { + "source": "npm:ora", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:cli-cursor", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:cli-spinners", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:is-interactive", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:log-symbols", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:strip-ansi", + "type": "static" + }, + { + "source": "npm:ora", + "target": "npm:wcwidth", + "type": "static" + } + ], + "npm:p-limit@3.1.0": [ + { + "source": "npm:p-limit@3.1.0", + "target": "npm:yocto-queue@0.1.0", + "type": "static" + } + ], + "npm:p-limit": [ + { + "source": "npm:p-limit", + "target": "npm:yocto-queue", + "type": "static" + } + ], + "npm:p-map": [ + { + "source": "npm:p-map", + "target": "npm:aggregate-error", + "type": "static" + } + ], + "npm:p-memoize": [ + { + "source": "npm:p-memoize", + "target": "npm:mem@6.1.1", + "type": "static" + }, + { + "source": "npm:p-memoize", + "target": "npm:mimic-fn@3.1.0", + "type": "static" + } + ], + "npm:parse-filepath": [ + { + "source": "npm:parse-filepath", + "target": "npm:is-absolute", + "type": "static" + }, + { + "source": "npm:parse-filepath", + "target": "npm:map-cache", + "type": "static" + }, + { + "source": "npm:parse-filepath", + "target": "npm:path-root", + "type": "static" + } + ], + "npm:parse-json": [ + { + "source": "npm:parse-json", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:error-ex", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:json-parse-even-better-errors@2.3.1", + "type": "static" + }, + { + "source": "npm:parse-json", + "target": "npm:lines-and-columns@1.2.4", + "type": "static" + } + ], + "npm:parse-npm-tarball-url": [ + { + "source": "npm:parse-npm-tarball-url", + "target": "npm:semver", + "type": "static" + } + ], + "npm:parse5": [ + { + "source": "npm:parse5", + "target": "npm:entities", + "type": "static" + } + ], + "npm:path-root": [ + { + "source": "npm:path-root", + "target": "npm:path-root-regex", + "type": "static" + } + ], + "npm:path-scurry": [ + { + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:path-scurry", + "target": "npm:minipass", + "type": "static" + } + ], + "npm:path-temp": [ + { + "source": "npm:path-temp", + "target": "npm:unique-string", + "type": "static" + } + ], + "npm:periscopic": [ + { + "source": "npm:periscopic", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:periscopic", + "target": "npm:estree-walker@3.0.3", + "type": "static" + }, + { + "source": "npm:periscopic", + "target": "npm:is-reference@3.0.2", + "type": "static" + } + ], + "npm:pioppo": [ + { + "source": "npm:pioppo", + "target": "npm:dettle", + "type": "static" + }, + { + "source": "npm:pioppo", + "target": "npm:when-exit", + "type": "static" + } + ], + "npm:pkg-types": [ + { + "source": "npm:pkg-types", + "target": "npm:jsonc-parser@3.2.1", + "type": "static" + }, + { + "source": "npm:pkg-types", + "target": "npm:mlly", + "type": "static" + }, + { + "source": "npm:pkg-types", + "target": "npm:pathe", + "type": "static" + } + ], + "npm:postcss": [ + { + "source": "npm:postcss", + "target": "npm:nanoid@3.3.7", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:postcss", + "target": "npm:source-map-js", + "type": "static" + } + ], + "npm:prettier-plugin-svelte": [ + { + "source": "npm:prettier-plugin-svelte", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:prettier-plugin-svelte", + "target": "npm:svelte", + "type": "static" + } + ], + "npm:prettier": [ + { + "source": "npm:prettier", + "target": "npm:@prettier/cli", + "type": "static" + } + ], + "npm:pretty-format": [ + { + "source": "npm:pretty-format", + "target": "npm:ansi-regex", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:ansi-styles@5.2.0", + "type": "static" + }, + { + "source": "npm:pretty-format", + "target": "npm:react-is", + "type": "static" + } + ], + "npm:pretty-format@29.7.0": [ + { + "source": "npm:pretty-format@29.7.0", + "target": "npm:@jest/schemas", + "type": "static" + }, + { + "source": "npm:pretty-format@29.7.0", + "target": "npm:ansi-styles@5.2.0", + "type": "static" + }, + { + "source": "npm:pretty-format@29.7.0", + "target": "npm:react-is@18.2.0", + "type": "static" + } + ], + "npm:pretty-ms": [ + { + "source": "npm:pretty-ms", + "target": "npm:parse-ms", + "type": "static" + } + ], + "npm:promise-retry": [ + { + "source": "npm:promise-retry", + "target": "npm:err-code", + "type": "static" + }, + { + "source": "npm:promise-retry", + "target": "npm:retry", + "type": "static" + } + ], + "npm:randombytes": [ + { + "source": "npm:randombytes", + "target": "npm:safe-buffer", + "type": "static" + } + ], + "npm:react-dom": [ + { + "source": "npm:react-dom", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:scheduler", + "type": "static" + } + ], + "npm:react-error-boundary": [ + { + "source": "npm:react-error-boundary", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:react-error-boundary", + "target": "npm:react", + "type": "static" + } + ], + "npm:react": [ + { + "source": "npm:react", + "target": "npm:loose-envify", + "type": "static" + } + ], + "npm:read-package-json-fast": [ + { + "source": "npm:read-package-json-fast", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:read-package-json-fast", + "target": "npm:npm-normalize-package-bin", + "type": "static" + } + ], + "npm:readable-stream@2.3.8": [ + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder", + "type": "static" + }, + { + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + } + ], + "npm:readable-stream": [ + { + "source": "npm:readable-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:string_decoder@1.3.0", + "type": "static" + }, + { + "source": "npm:readable-stream", + "target": "npm:util-deprecate", + "type": "static" + } + ], + "npm:readdirp": [ + { + "source": "npm:readdirp", + "target": "npm:picomatch@2.3.1", + "type": "static" + } + ], + "npm:rechoir": [ + { + "source": "npm:rechoir", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:redent": [ + { + "source": "npm:redent", + "target": "npm:indent-string", + "type": "static" + }, + { + "source": "npm:redent", + "target": "npm:strip-indent", + "type": "static" + } + ], + "npm:regenerate-unicode-properties": [ + { + "source": "npm:regenerate-unicode-properties", + "target": "npm:regenerate", + "type": "static" + } + ], + "npm:regenerator-transform": [ + { + "source": "npm:regenerator-transform", + "target": "npm:@babel/runtime", + "type": "static" + } + ], + "npm:regexp.prototype.flags": [ + { + "source": "npm:regexp.prototype.flags", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:define-properties", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:regexp.prototype.flags", + "target": "npm:set-function-name", + "type": "static" + } + ], + "npm:regexpu-core": [ + { + "source": "npm:regexpu-core", + "target": "npm:@babel/regjsgen", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regenerate", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regenerate-unicode-properties", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:regjsparser", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-ecmascript", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-value-ecmascript", + "type": "static" + } + ], + "npm:regjsparser": [ + { + "source": "npm:regjsparser", + "target": "npm:jsesc@0.5.0", + "type": "static" + } + ], + "npm:rename-overwrite": [ + { + "source": "npm:rename-overwrite", + "target": "npm:@zkochan/rimraf", + "type": "static" + }, + { + "source": "npm:rename-overwrite", + "target": "npm:fs-extra@10.1.0", + "type": "static" + } + ], + "npm:resolve-dir": [ + { + "source": "npm:resolve-dir", + "target": "npm:expand-tilde", + "type": "static" + }, + { + "source": "npm:resolve-dir", + "target": "npm:global-modules", + "type": "static" + } + ], + "npm:resolve@1.19.0": [ + { + "source": "npm:resolve@1.19.0", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve@1.19.0", + "target": "npm:path-parse", + "type": "static" + } + ], + "npm:resolve": [ + { + "source": "npm:resolve", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:path-parse", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:supports-preserve-symlinks-flag", + "type": "static" + } + ], + "npm:restore-cursor": [ + { + "source": "npm:restore-cursor", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:signal-exit@3.0.7", + "type": "static" + } + ], + "npm:restore-cursor@4.0.0": [ + { + "source": "npm:restore-cursor@4.0.0", + "target": "npm:onetime@5.1.2", + "type": "static" + }, + { + "source": "npm:restore-cursor@4.0.0", + "target": "npm:signal-exit@3.0.7", + "type": "static" + } + ], + "npm:rimraf@3.0.2": [ + { + "source": "npm:rimraf@3.0.2", + "target": "npm:glob@7.2.3", + "type": "static" + } + ], + "npm:rimraf": [ + { + "source": "npm:rimraf", + "target": "npm:glob@10.3.10", + "type": "static" + } + ], + "npm:rollup-plugin-preserve-directives": [ + { + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:rollup", + "type": "static" + } + ], + "npm:rollup-plugin-size": [ + { + "source": "npm:rollup-plugin-size", + "target": "npm:axios", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:ci-env", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:glob", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:minimatch@5.1.6", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:pretty-bytes", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:zlib", + "type": "static" + } + ], + "npm:rollup-plugin-svelte": [ + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:@rollup/pluginutils@4.2.1", + "type": "static" + }, + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:resolve.exports", + "type": "static" + }, + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:svelte", + "type": "static" + } + ], + "npm:rollup-plugin-visualizer": [ + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:picomatch@2.3.1", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:source-map", + "type": "static" + }, + { + "source": "npm:rollup-plugin-visualizer", + "target": "npm:yargs", + "type": "static" + } + ], + "npm:rollup": [ + { + "source": "npm:rollup", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm-eabi", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-arm64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-x64", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-gnueabihf", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-gnu", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-musl", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-arm64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-ia32-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-x64-msvc", + "type": "static" + }, + { + "source": "npm:rollup", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:run-parallel": [ + { + "source": "npm:run-parallel", + "target": "npm:queue-microtask", + "type": "static" + } + ], + "npm:saxes": [ + { + "source": "npm:saxes", + "target": "npm:xmlchars", + "type": "static" + } + ], + "npm:scheduler": [ + { + "source": "npm:scheduler", + "target": "npm:loose-envify", + "type": "static" + } + ], + "npm:semver@7.5.4": [ + { + "source": "npm:semver@7.5.4", + "target": "npm:lru-cache@6.0.0", + "type": "static" + } + ], + "npm:semver@7.6.0": [ + { + "source": "npm:semver@7.6.0", + "target": "npm:lru-cache@6.0.0", + "type": "static" + } + ], + "npm:serialize-javascript": [ + { + "source": "npm:serialize-javascript", + "target": "npm:randombytes", + "type": "static" + } + ], + "npm:set-function-length": [ + { + "source": "npm:set-function-length", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:function-bind", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:set-function-length", + "target": "npm:has-property-descriptors", + "type": "static" + } + ], + "npm:set-function-name": [ + { + "source": "npm:set-function-name", + "target": "npm:define-data-property", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:functions-have-names", + "type": "static" + }, + { + "source": "npm:set-function-name", + "target": "npm:has-property-descriptors", + "type": "static" + } + ], + "npm:shebang-command@1.2.0": [ + { + "source": "npm:shebang-command@1.2.0", + "target": "npm:shebang-regex@1.0.0", + "type": "static" + } + ], + "npm:shebang-command": [ + { + "source": "npm:shebang-command", + "target": "npm:shebang-regex", + "type": "static" + } + ], + "npm:sherif": [ + { + "source": "npm:sherif", + "target": "npm:sherif-darwin-arm64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-darwin-x64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-linux-arm64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-linux-x64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-windows-arm64", + "type": "static" + }, + { + "source": "npm:sherif", + "target": "npm:sherif-windows-x64", + "type": "static" + } + ], + "npm:side-channel": [ + { + "source": "npm:side-channel", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:es-errors", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:get-intrinsic", + "type": "static" + }, + { + "source": "npm:side-channel", + "target": "npm:object-inspect", + "type": "static" + } + ], + "npm:size-limit": [ + { + "source": "npm:size-limit", + "target": "npm:bytes-iec", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:jiti", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:lilconfig@3.1.1", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:nanospinner", + "type": "static" + }, + { + "source": "npm:size-limit", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:slice-ansi": [ + { + "source": "npm:slice-ansi", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:slice-ansi", + "target": "npm:is-fullwidth-code-point@4.0.0", + "type": "static" + } + ], + "npm:slice-ansi@7.1.0": [ + { + "source": "npm:slice-ansi@7.1.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:slice-ansi@7.1.0", + "target": "npm:is-fullwidth-code-point@5.0.0", + "type": "static" + } + ], + "npm:source-map-support": [ + { + "source": "npm:source-map-support", + "target": "npm:buffer-from", + "type": "static" + }, + { + "source": "npm:source-map-support", + "target": "npm:source-map@0.6.1", + "type": "static" + } + ], + "npm:spdx-correct": [ + { + "source": "npm:spdx-correct", + "target": "npm:spdx-expression-parse", + "type": "static" + }, + { + "source": "npm:spdx-correct", + "target": "npm:spdx-license-ids", + "type": "static" + } + ], + "npm:spdx-expression-parse": [ + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-exceptions", + "type": "static" + }, + { + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-license-ids", + "type": "static" + } + ], + "npm:specialist": [ + { + "source": "npm:specialist", + "target": "npm:tiny-bin", + "type": "static" + }, + { + "source": "npm:specialist", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:specialist", + "target": "npm:tiny-parse-argv", + "type": "static" + }, + { + "source": "npm:specialist", + "target": "npm:tiny-updater", + "type": "static" + } + ], + "npm:split2": [ + { + "source": "npm:split2", + "target": "npm:through2", + "type": "static" + } + ], + "npm:split2@3.2.2": [ + { + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:ssri": [ + { + "source": "npm:ssri", + "target": "npm:minipass", + "type": "static" + } + ], + "npm:stop-iteration-iterator": [ + { + "source": "npm:stop-iteration-iterator", + "target": "npm:internal-slot", + "type": "static" + } + ], + "npm:stream-combiner2": [ + { + "source": "npm:stream-combiner2", + "target": "npm:duplexer2", + "type": "static" + }, + { + "source": "npm:stream-combiner2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + } + ], + "npm:stream-to-array": [ + { + "source": "npm:stream-to-array", + "target": "npm:any-promise", + "type": "static" + } + ], + "npm:string-width": [ + { + "source": "npm:string-width", + "target": "npm:emoji-regex", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:is-fullwidth-code-point", + "type": "static" + }, + { + "source": "npm:string-width", + "target": "npm:strip-ansi", + "type": "static" + } + ], + "npm:string-width@5.1.2": [ + { + "source": "npm:string-width@5.1.2", + "target": "npm:eastasianwidth", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:emoji-regex@9.2.2", + "type": "static" + }, + { + "source": "npm:string-width@5.1.2", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + } + ], + "npm:string-width@7.1.0": [ + { + "source": "npm:string-width@7.1.0", + "target": "npm:emoji-regex@10.3.0", + "type": "static" + }, + { + "source": "npm:string-width@7.1.0", + "target": "npm:get-east-asian-width", + "type": "static" + }, + { + "source": "npm:string-width@7.1.0", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + } + ], + "npm:string_decoder": [ + { + "source": "npm:string_decoder", + "target": "npm:safe-buffer@5.1.2", + "type": "static" + } + ], + "npm:string_decoder@1.3.0": [ + { + "source": "npm:string_decoder@1.3.0", + "target": "npm:safe-buffer", + "type": "static" + } + ], + "npm:strip-ansi": [ + { + "source": "npm:strip-ansi", + "target": "npm:ansi-regex", + "type": "static" + } + ], + "npm:strip-ansi@7.1.0": [ + { + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.0.1", + "type": "static" + } + ], + "npm:strip-indent": [ + { + "source": "npm:strip-indent", + "target": "npm:min-indent", + "type": "static" + } + ], + "npm:strip-literal": [ + { + "source": "npm:strip-literal", + "target": "npm:js-tokens", + "type": "static" + } + ], + "npm:strong-log-transformer": [ + { + "source": "npm:strong-log-transformer", + "target": "npm:duplexer", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:strong-log-transformer", + "target": "npm:through", + "type": "static" + } + ], + "npm:supports-color@5.5.0": [ + { + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", + "type": "static" + } + ], + "npm:supports-color": [ + { + "source": "npm:supports-color", + "target": "npm:has-flag", + "type": "static" + } + ], + "npm:svelte": [ + { + "source": "npm:svelte", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:@types/estree", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:aria-query", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:axobject-query", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:code-red", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:css-tree", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:estree-walker@3.0.3", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:is-reference@3.0.2", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:locate-character", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:svelte", + "target": "npm:periscopic", + "type": "static" + } + ], + "npm:tar-stream": [ + { + "source": "npm:tar-stream", + "target": "npm:bl", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:end-of-stream", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:fs-constants", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:terser": [ + { + "source": "npm:terser", + "target": "npm:@jridgewell/source-map", + "type": "static" + }, + { + "source": "npm:terser", + "target": "npm:acorn", + "type": "static" + }, + { + "source": "npm:terser", + "target": "npm:commander@2.20.3", + "type": "static" + }, + { + "source": "npm:terser", + "target": "npm:source-map-support", + "type": "static" + } + ], + "npm:through2": [ + { + "source": "npm:through2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + }, + { + "source": "npm:through2", + "target": "npm:xtend", + "type": "static" + } + ], + "npm:through2@4.0.2": [ + { + "source": "npm:through2@4.0.2", + "target": "npm:readable-stream", + "type": "static" + } + ], + "npm:tiny-bin": [ + { + "source": "npm:tiny-bin", + "target": "npm:ansi-purge", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:fast-string-width", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:get-current-package", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-levenshtein", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-parse-argv", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-updater", + "type": "static" + } + ], + "npm:tiny-cursor": [ + { + "source": "npm:tiny-cursor", + "target": "npm:when-exit", + "type": "static" + } + ], + "npm:tiny-editorconfig": [ + { + "source": "npm:tiny-editorconfig", + "target": "npm:ini-simple-parser", + "type": "static" + }, + { + "source": "npm:tiny-editorconfig", + "target": "npm:zeptomatch", + "type": "static" + } + ], + "npm:tiny-readdir-glob": [ + { + "source": "npm:tiny-readdir-glob", + "target": "npm:tiny-readdir", + "type": "static" + }, + { + "source": "npm:tiny-readdir-glob", + "target": "npm:zeptomatch", + "type": "static" + } + ], + "npm:tiny-readdir": [ + { + "source": "npm:tiny-readdir", + "target": "npm:promise-make-naked", + "type": "static" + } + ], + "npm:tiny-spinner": [ + { + "source": "npm:tiny-spinner", + "target": "npm:stdin-blocker", + "type": "static" + }, + { + "source": "npm:tiny-spinner", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:tiny-spinner", + "target": "npm:tiny-cursor", + "type": "static" + }, + { + "source": "npm:tiny-spinner", + "target": "npm:tiny-truncate", + "type": "static" + } + ], + "npm:tiny-truncate": [ + { + "source": "npm:tiny-truncate", + "target": "npm:ansi-truncate", + "type": "static" + } + ], + "npm:tiny-updater": [ + { + "source": "npm:tiny-updater", + "target": "npm:ionstore", + "type": "static" + }, + { + "source": "npm:tiny-updater", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:tiny-updater", + "target": "npm:when-exit", + "type": "static" + } + ], + "npm:to-pascal-case": [ + { + "source": "npm:to-pascal-case", + "target": "npm:to-space-case", + "type": "static" + } + ], + "npm:to-regex-range": [ + { + "source": "npm:to-regex-range", + "target": "npm:is-number@7.0.0", + "type": "static" + } + ], + "npm:to-space-case": [ + { + "source": "npm:to-space-case", + "target": "npm:to-no-case", + "type": "static" + } + ], + "npm:tough-cookie": [ + { + "source": "npm:tough-cookie", + "target": "npm:psl", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:punycode", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:universalify@0.2.0", + "type": "static" + }, + { + "source": "npm:tough-cookie", + "target": "npm:url-parse", + "type": "static" + } + ], + "npm:tr46": [ + { + "source": "npm:tr46", + "target": "npm:punycode", + "type": "static" + } + ], + "npm:tsconfck": [ + { + "source": "npm:tsconfck", + "target": "npm:typescript", + "type": "static" + } + ], + "npm:tsconfig-paths": [ + { + "source": "npm:tsconfig-paths", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:minimist", + "type": "static" + }, + { + "source": "npm:tsconfig-paths", + "target": "npm:strip-bom", + "type": "static" + } + ], + "npm:unescape-js": [ + { + "source": "npm:unescape-js", + "target": "npm:string.fromcodepoint", + "type": "static" + } + ], + "npm:unicode-match-property-ecmascript": [ + { + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-canonical-property-names-ecmascript", + "type": "static" + }, + { + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-property-aliases-ecmascript", + "type": "static" + } + ], + "npm:unique-string": [ + { + "source": "npm:unique-string", + "target": "npm:crypto-random-string", + "type": "static" + } + ], + "npm:update-browserslist-db": [ + { + "source": "npm:update-browserslist-db", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:update-browserslist-db", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:uri-js": [ + { + "source": "npm:uri-js", + "target": "npm:punycode", + "type": "static" + } + ], + "npm:url-parse": [ + { + "source": "npm:url-parse", + "target": "npm:querystringify", + "type": "static" + }, + { + "source": "npm:url-parse", + "target": "npm:requires-port", + "type": "static" + } + ], + "npm:validate-npm-package-license": [ + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-correct", + "type": "static" + }, + { + "source": "npm:validate-npm-package-license", + "target": "npm:spdx-expression-parse", + "type": "static" + } + ], + "npm:validate-npm-package-name": [ + { + "source": "npm:validate-npm-package-name", + "target": "npm:builtins", + "type": "static" + } + ], + "npm:validate-npm-package-name@5.0.0": [ + { + "source": "npm:validate-npm-package-name@5.0.0", + "target": "npm:builtins", + "type": "static" + } + ], + "npm:version-selector-type": [ + { + "source": "npm:version-selector-type", + "target": "npm:semver@7.6.0", + "type": "static" + } + ], + "npm:vite-node": [ + { + "source": "npm:vite-node", + "target": "npm:cac", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:vite-node", + "target": "npm:vite", + "type": "static" + } + ], + "npm:vite-plugin-dts": [ + { + "source": "npm:vite-plugin-dts", + "target": "npm:@microsoft/api-extractor", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:@rollup/pluginutils", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:@vue/language-core", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:kolorist", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vite-plugin-dts", + "target": "npm:vue-tsc", + "type": "static" + } + ], + "npm:vite-plugin-externalize-deps": [ + { + "source": "npm:vite-plugin-externalize-deps", + "target": "npm:vite", + "type": "static" + } + ], + "npm:vite-tsconfig-paths": [ + { + "source": "npm:vite-tsconfig-paths", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vite-tsconfig-paths", + "target": "npm:globrex", + "type": "static" + }, + { + "source": "npm:vite-tsconfig-paths", + "target": "npm:tsconfck", + "type": "static" + }, + { + "source": "npm:vite-tsconfig-paths", + "target": "npm:vite", + "type": "static" + } + ], + "npm:vite": [ + { + "source": "npm:vite", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:postcss", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:vite", + "target": "npm:fsevents", + "type": "static" + } + ], + "npm:vitest": [ + { + "source": "npm:vitest", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/expect", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/runner", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/snapshot", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/spy", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:@vitest/utils", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:acorn-walk", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:chai", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:execa", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:jsdom", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:local-pkg", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:magic-string", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:pathe", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:std-env", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:strip-literal", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinybench", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:tinypool", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:vite", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:vite-node", + "type": "static" + }, + { + "source": "npm:vitest", + "target": "npm:why-is-node-running", + "type": "static" + } + ], + "npm:vue-template-compiler": [ + { + "source": "npm:vue-template-compiler", + "target": "npm:de-indent", + "type": "static" + }, + { + "source": "npm:vue-template-compiler", + "target": "npm:he", + "type": "static" + } + ], + "npm:vue-tsc": [ + { + "source": "npm:vue-tsc", + "target": "npm:@volar/typescript", + "type": "static" + }, + { + "source": "npm:vue-tsc", + "target": "npm:@vue/language-core", + "type": "static" + }, + { + "source": "npm:vue-tsc", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:vue-tsc", + "target": "npm:typescript", + "type": "static" + } + ], + "npm:w3c-xmlserializer": [ + { + "source": "npm:w3c-xmlserializer", + "target": "npm:xml-name-validator", + "type": "static" + } + ], + "npm:wcwidth": [ + { + "source": "npm:wcwidth", + "target": "npm:defaults", + "type": "static" + } + ], + "npm:whatwg-encoding": [ + { + "source": "npm:whatwg-encoding", + "target": "npm:iconv-lite", + "type": "static" + } + ], + "npm:whatwg-url": [ + { + "source": "npm:whatwg-url", + "target": "npm:tr46", + "type": "static" + }, + { + "source": "npm:whatwg-url", + "target": "npm:webidl-conversions", + "type": "static" + } + ], + "npm:which-boxed-primitive": [ + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-bigint", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-boolean-object", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-number-object", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-string", + "type": "static" + }, + { + "source": "npm:which-boxed-primitive", + "target": "npm:is-symbol", + "type": "static" + } + ], + "npm:which-collection": [ + { + "source": "npm:which-collection", + "target": "npm:is-map", + "type": "static" + }, + { + "source": "npm:which-collection", + "target": "npm:is-set", + "type": "static" + }, + { + "source": "npm:which-collection", + "target": "npm:is-weakmap", + "type": "static" + }, + { + "source": "npm:which-collection", + "target": "npm:is-weakset", + "type": "static" + } + ], + "npm:which-typed-array": [ + { + "source": "npm:which-typed-array", + "target": "npm:available-typed-arrays", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:call-bind", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:for-each", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:gopd", + "type": "static" + }, + { + "source": "npm:which-typed-array", + "target": "npm:has-tostringtag", + "type": "static" + } + ], + "npm:which@1.3.1": [ + { + "source": "npm:which@1.3.1", + "target": "npm:isexe", + "type": "static" + } + ], + "npm:which@2.0.2": [ + { + "source": "npm:which@2.0.2", + "target": "npm:isexe", + "type": "static" + } + ], + "npm:which": [ + { + "source": "npm:which", + "target": "npm:isexe@3.1.1", + "type": "static" + } + ], + "npm:why-is-node-running": [ + { + "source": "npm:why-is-node-running", + "target": "npm:siginfo", + "type": "static" + }, + { + "source": "npm:why-is-node-running", + "target": "npm:stackback", + "type": "static" + } + ], + "npm:worktank": [ + { + "source": "npm:worktank", + "target": "npm:promise-make-naked", + "type": "static" + }, + { + "source": "npm:worktank", + "target": "npm:webworker-shim", + "type": "static" + } + ], + "npm:wrap-ansi": [ + { + "source": "npm:wrap-ansi", + "target": "npm:ansi-styles", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:wrap-ansi", + "target": "npm:strip-ansi", + "type": "static" + } + ], + "npm:wrap-ansi@8.1.0": [ + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:wrap-ansi@8.1.0", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + } + ], + "npm:wrap-ansi@9.0.0": [ + { + "source": "npm:wrap-ansi@9.0.0", + "target": "npm:ansi-styles@6.2.1", + "type": "static" + }, + { + "source": "npm:wrap-ansi@9.0.0", + "target": "npm:string-width@7.1.0", + "type": "static" + }, + { + "source": "npm:wrap-ansi@9.0.0", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + } + ], + "npm:yargs": [ + { + "source": "npm:yargs", + "target": "npm:cliui", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:escalade", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:get-caller-file", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:require-directory", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:string-width", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:y18n", + "type": "static" + }, + { + "source": "npm:yargs", + "target": "npm:yargs-parser", + "type": "static" + } + ], + "npm:z-schema": [ + { + "source": "npm:z-schema", + "target": "npm:lodash.get", + "type": "static" + }, + { + "source": "npm:z-schema", + "target": "npm:lodash.isequal", + "type": "static" + }, + { + "source": "npm:z-schema", + "target": "npm:validator", + "type": "static" + }, + { + "source": "npm:z-schema", + "target": "npm:commander@9.5.0", + "type": "static" + } + ], + "npm:zeptomatch": [ + { + "source": "npm:zeptomatch", + "target": "npm:grammex", + "type": "static" + } + ], + "npm:zod-validation-error": [ + { + "source": "npm:zod-validation-error", + "target": "npm:zod", + "type": "static" + } + ] + }, + "version": "6.0" +} diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 40b58296dfd..dce15222663 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,8 +1,3 @@ { - "recommendations": [ - "nrwl.angular-console", - "biomejs.biome", - "firsttris.vscode-jest-runner", - "dbaeumer.vscode-eslint" - ] + "recommendations": ["nrwl.angular-console", "biomejs.biome", "firsttris.vscode-jest-runner", "dbaeumer.vscode-eslint"] } diff --git a/.vscode/launch.json b/.vscode/launch.json index 25c1af832b3..c132aac94d7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,9 +6,7 @@ "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", - "args": [ - "--extensionDevelopmentPath=${workspaceFolder}/dist/apps/vs-code-designer" - ], + "args": ["--extensionDevelopmentPath=${workspaceFolder}/dist/apps/vs-code-designer"], "trace": false, "internalConsoleOptions": "openOnFirstSessionStart", "outFiles": ["${workspaceFolder}/dist/apps/vs-code-designer/*.js"], diff --git a/__mocks__/mapMetadata/testMetadata.json b/__mocks__/mapMetadata/testMetadata.json index da44cf47b7c..85148e4df03 100644 --- a/__mocks__/mapMetadata/testMetadata.json +++ b/__mocks__/mapMetadata/testMetadata.json @@ -23,10 +23,7 @@ "yPos": 0 } ], - "connections": [ - "ToUpper-565A471E-6DB3-42A6-99AA-A4DFDF01DA02", - "/ns0:CBRInputRecord/TestStuff/NCName" - ] + "connections": ["ToUpper-565A471E-6DB3-42A6-99AA-A4DFDF01DA02", "/ns0:CBRInputRecord/TestStuff/NCName"] } ] } diff --git a/__mocks__/workflows/ComplexConditionals.json b/__mocks__/workflows/ComplexConditionals.json index f6f73e1c93d..6b474b72852 100644 --- a/__mocks__/workflows/ComplexConditionals.json +++ b/__mocks__/workflows/ComplexConditionals.json @@ -191,10 +191,7 @@ "expression": { "and": [ { - "equals": [ - "@body('Get_a_goal_check-in')?['value']", - "@variables('checkinValue')" - ] + "equals": ["@body('Get_a_goal_check-in')?['value']", "@variables('checkinValue')"] }, { "equals": ["@body('Get_a_goal_check-in')?['status']", "At risk"] @@ -228,10 +225,7 @@ "expression": { "and": [ { - "equals": [ - "@variables('actualNote')", - "@variables('checkinNote')" - ] + "equals": ["@variables('actualNote')", "@variables('checkinNote')"] } ] }, diff --git a/__mocks__/workflows/Conditionals.json b/__mocks__/workflows/Conditionals.json index e1822485bf8..104c9bf5ab7 100644 --- a/__mocks__/workflows/Conditionals.json +++ b/__mocks__/workflows/Conditionals.json @@ -45,10 +45,7 @@ "and": [ { "not": { - "endsWith": [ - "@{concat(concat(concat(concat())))}", - "@variables('goalOwner')" - ] + "endsWith": ["@{concat(concat(concat(concat())))}", "@variables('goalOwner')"] } }, { diff --git a/__mocks__/workflows/MoreComplex.json b/__mocks__/workflows/MoreComplex.json index 815ea69e5b7..8efa835875e 100644 --- a/__mocks__/workflows/MoreComplex.json +++ b/__mocks__/workflows/MoreComplex.json @@ -114,34 +114,19 @@ "expression": { "and": [ { - "equals": [ - "@body('When_a_property_of_some_goal_changes')?['changeList']", - "currentValue,status" - ] + "equals": ["@body('When_a_property_of_some_goal_changes')?['changeList']", "currentValue,status"] }, { - "equals": [ - "@body('When_a_property_of_some_goal_changes')?['newStatus']", - "At risk" - ] + "equals": ["@body('When_a_property_of_some_goal_changes')?['newStatus']", "At risk"] }, { - "equals": [ - "@body('When_a_property_of_some_goal_changes')?['oldStatus']", - "On track" - ] + "equals": ["@body('When_a_property_of_some_goal_changes')?['oldStatus']", "On track"] }, { - "equals": [ - "@body('When_a_property_of_some_goal_changes')?['newCurrentValue']", - 100 - ] + "equals": ["@body('When_a_property_of_some_goal_changes')?['newCurrentValue']", 100] }, { - "equals": [ - "@body('When_a_property_of_some_goal_changes')?['oldCurrentValue']", - 500 - ] + "equals": ["@body('When_a_property_of_some_goal_changes')?['oldCurrentValue']", 500] } ] }, diff --git a/__mocks__/workflows/Scoped.json b/__mocks__/workflows/Scoped.json index 00456e76d59..1a24948f9c7 100644 --- a/__mocks__/workflows/Scoped.json +++ b/__mocks__/workflows/Scoped.json @@ -21,10 +21,7 @@ "expression": { "and": [ { - "equals": [ - "@variables('foundGoalIds')", - "@variables('expectedGoalIds')" - ] + "equals": ["@variables('foundGoalIds')", "@variables('expectedGoalIds')"] } ] }, @@ -95,16 +92,10 @@ "expression": { "or": [ { - "equals": [ - "@items('For_each')?['id']", - "@body('Create_a_goal')['id']" - ] + "equals": ["@items('For_each')?['id']", "@body('Create_a_goal')['id']"] }, { - "equals": [ - "@items('For_each')?['id']", - "@body('Create_a_goal_2')['id']" - ] + "equals": ["@items('For_each')?['id']", "@body('Create_a_goal_2')['id']"] } ] }, diff --git a/apps/data-mapper-standalone/project.json b/apps/data-mapper-standalone/project.json index ec516d4dcab..e4ada4c2ac8 100644 --- a/apps/data-mapper-standalone/project.json +++ b/apps/data-mapper-standalone/project.json @@ -13,10 +13,7 @@ "main": "apps/data-mapper-standalone/src/main.tsx", "polyfills": "apps/data-mapper-standalone/src/polyfills.ts", "tsConfig": "apps/data-mapper-standalone/tsconfig.app.json", - "assets": [ - "apps/data-mapper-standalone/src/favicon.ico", - "apps/data-mapper-standalone/src/assets" - ], + "assets": ["apps/data-mapper-standalone/src/favicon.ico", "apps/data-mapper-standalone/src/assets"], "styles": ["apps/data-mapper-standalone/src/styles.less"], "scripts": [], "statsJson": true, diff --git a/apps/data-mapper-standalone/tsconfig.app.json b/apps/data-mapper-standalone/tsconfig.app.json index e3e068c56ac..185bb72f9ea 100644 --- a/apps/data-mapper-standalone/tsconfig.app.json +++ b/apps/data-mapper-standalone/tsconfig.app.json @@ -4,12 +4,6 @@ "outDir": "../../dist/out-tsc", "types": ["node"] }, - "exclude": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "jest.config.ts" - ], + "exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"], "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] } diff --git a/apps/data-mapper-standalone/tsconfig.spec.json b/apps/data-mapper-standalone/tsconfig.spec.json index 99a0ce08de0..c43ff6b5662 100644 --- a/apps/data-mapper-standalone/tsconfig.spec.json +++ b/apps/data-mapper-standalone/tsconfig.spec.json @@ -17,8 +17,5 @@ "**/*.d.ts", "jest.config.ts" ], - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts" - ] + "files": ["../../node_modules/@nrwl/react/typings/cssmodule.d.ts", "../../node_modules/@nrwl/react/typings/image.d.ts"] } diff --git a/apps/designer-standalone/project.json b/apps/designer-standalone/project.json index 68fea6bd74b..5363c0b0917 100644 --- a/apps/designer-standalone/project.json +++ b/apps/designer-standalone/project.json @@ -13,10 +13,7 @@ "main": "apps/designer-standalone/src/main.tsx", "polyfills": "apps/designer-standalone/src/polyfills.ts", "tsConfig": "apps/designer-standalone/tsconfig.app.json", - "assets": [ - "apps/designer-standalone/src/favicon.ico", - "apps/designer-standalone/src/assets" - ], + "assets": ["apps/designer-standalone/src/favicon.ico", "apps/designer-standalone/src/assets"], "styles": ["apps/designer-standalone/src/styles.less"], "scripts": [], "statsJson": true, diff --git a/apps/designer-standalone/tsconfig.app.json b/apps/designer-standalone/tsconfig.app.json index e3e068c56ac..185bb72f9ea 100644 --- a/apps/designer-standalone/tsconfig.app.json +++ b/apps/designer-standalone/tsconfig.app.json @@ -4,12 +4,6 @@ "outDir": "../../dist/out-tsc", "types": ["node"] }, - "exclude": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "jest.config.ts" - ], + "exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"], "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] } diff --git a/apps/designer-standalone/tsconfig.spec.json b/apps/designer-standalone/tsconfig.spec.json index 99a0ce08de0..c43ff6b5662 100644 --- a/apps/designer-standalone/tsconfig.spec.json +++ b/apps/designer-standalone/tsconfig.spec.json @@ -17,8 +17,5 @@ "**/*.d.ts", "jest.config.ts" ], - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts" - ] + "files": ["../../node_modules/@nrwl/react/typings/cssmodule.d.ts", "../../node_modules/@nrwl/react/typings/image.d.ts"] } diff --git a/apps/vs-code-react/project.json b/apps/vs-code-react/project.json index 63c9e1eb584..11a591e9948 100644 --- a/apps/vs-code-react/project.json +++ b/apps/vs-code-react/project.json @@ -16,10 +16,7 @@ "main": "apps/vs-code-react/src/main.tsx", "polyfills": "apps/vs-code-react/src/polyfills.ts", "tsConfig": "apps/vs-code-react/tsconfig.app.json", - "assets": [ - "apps/vs-code-react/src/favicon.ico", - "apps/vs-code-react/src/assets" - ], + "assets": ["apps/vs-code-react/src/favicon.ico", "apps/vs-code-react/src/assets"], "styles": ["apps/vs-code-react/src/styles.less"], "scripts": [], "webpackConfig": "custom-webpack.config.js" diff --git a/apps/vs-code-react/tsconfig.spec.json b/apps/vs-code-react/tsconfig.spec.json index 2fd491d5272..739d775e850 100644 --- a/apps/vs-code-react/tsconfig.spec.json +++ b/apps/vs-code-react/tsconfig.spec.json @@ -17,8 +17,5 @@ "**/*.d.ts", "jest.config.ts" ], - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts" - ] + "files": ["../../node_modules/@nrwl/react/typings/cssmodule.d.ts", "../../node_modules/@nrwl/react/typings/image.d.ts"] } diff --git a/babel.config.cjs b/babel.config.cjs new file mode 100644 index 00000000000..c3bb35d257b --- /dev/null +++ b/babel.config.cjs @@ -0,0 +1,32 @@ +const { NODE_ENV, BABEL_ENV } = process.env; +const cjs = NODE_ENV === 'test' || BABEL_ENV === 'commonjs'; +const loose = true; + +module.exports = { + targets: 'defaults, not ie 11, not ie_mob 11', + presets: [ + [ + '@babel/preset-env', + { + loose, + modules: false, + include: ['@babel/plugin-proposal-nullish-coalescing-operator', '@babel/plugin-proposal-optional-chaining'], + // exclude: ['@babel/plugin-transform-regenerator'], + }, + ], + '@babel/react', + '@babel/preset-typescript', + ], + plugins: [ + cjs && ['@babel/transform-modules-commonjs', { loose }], + // [ + // '@babel/transform-runtime', + // { + // useESModules: !cjs, + // version: require('./package.json').dependencies[ + // '@babel/runtime' + // ].replace(/^[^0-9]*/, ''), + // }, + // ], + ].filter(Boolean), +}; diff --git a/babel.config.json b/babel.config.json deleted file mode 100644 index 065aee77de5..00000000000 --- a/babel.config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "babelrcRoots": ["*"] -} diff --git a/biome.json b/biome.json index 9a25f46a8a8..eb0c08beb69 100644 --- a/biome.json +++ b/biome.json @@ -53,12 +53,7 @@ }, "organizeImports": { "enabled": false, - "include": [ - "libs/**/*.ts", - "libs/**/*.tsx", - "apps/**/*.ts", - "apps/**/*.tsx" - ], + "include": ["libs/**/*.ts", "libs/**/*.tsx", "apps/**/*.ts", "apps/**/*.tsx"], "ignore": ["dist/*", "test-results/*", "tmp/*", "playwright-report/*"] } } diff --git a/docs/package.json b/docs/package.json index 8c192fd6fd3..941880b2e2f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,16 +31,8 @@ "typescript": "~5.2.2" }, "browserslist": { - "production": [ - ">0.5%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 3 chrome version", - "last 3 firefox version", - "last 5 safari version" - ] + "production": [">0.5%", "not dead", "not op_mini all"], + "development": ["last 3 chrome version", "last 3 firefox version", "last 5 safari version"] }, "engines": { "node": ">=18.0" diff --git a/libs/chatbot/.babelrc b/libs/chatbot/.babelrc deleted file mode 100644 index 61641ec8ac3..00000000000 --- a/libs/chatbot/.babelrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "presets": [ - [ - "@nrwl/react/babel", - { - "runtime": "automatic" - } - ] - ], - "plugins": [] -} diff --git a/libs/chatbot/.eslintrc.json b/libs/chatbot/.eslintrc.json deleted file mode 100644 index 734ddaceea4..00000000000 --- a/libs/chatbot/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nrwl/nx/react", "../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/chatbot/README.md b/libs/chatbot/README.md deleted file mode 100644 index 285465e932c..00000000000 --- a/libs/chatbot/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# chatbot - -This library was generated with [Nx](https://nx.dev). - -## Running unit tests - -Run `nx test chatbot` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/chatbot/jest.config.ts b/libs/chatbot/jest.config.ts deleted file mode 100644 index 04097085155..00000000000 --- a/libs/chatbot/jest.config.ts +++ /dev/null @@ -1,27 +0,0 @@ -/* eslint-disable */ -export default { - displayName: '@microsoft/logic-apps-chatbot', - preset: '../../jest.preset.js', - setupFilesAfterEnv: ['./jest.setup.js'], - transform: { - '^.+\\.[tj]sx?$': [ - 'babel-jest', - { - presets: ['@nrwl/react/babel'], - }, - ], - '^.+\\.svg$': '../../__mocks__/svgTransform.js', - }, - transformIgnorePatterns: [ - // all exceptions must be first line - '/node_modules/(?!@fluentui/react)', - '/node_modules/(?!(monaco-editor))', - ], - moduleNameMapper: { - '@fluentui/react/lib/(.*)$': '@fluentui/react/lib-commonjs/$1', - 'react-markdown': 'react-markdown/react-markdown.min.js', - '^monaco-editor$': '@monaco-editor/react', - }, - moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], - coverageDirectory: '../../coverage/libs/chatbot', -}; diff --git a/libs/chatbot/jest.setup.js b/libs/chatbot/jest.setup.js deleted file mode 100644 index 4defafc5275..00000000000 --- a/libs/chatbot/jest.setup.js +++ /dev/null @@ -1,34 +0,0 @@ -import messages from '../logic-apps-shared/src/intl/compiled-lang/strings.json'; -import { InitLoggerService } from '@microsoft/logic-apps-shared'; -import { createIntl, createIntlCache } from 'react-intl'; -import * as Intl from 'react-intl'; - -/* eslint-disable @typescript-eslint/no-empty-function */ -class Worker { - constructor(stringUrl) { - this.url = stringUrl; - this.onmessage = () => {}; - } - - postMessage(msg) { - this.onmessage(msg); - } -} -window.Worker = Worker; - -// You can pass your messages to the IntlProvider. Optional: remove if unneeded. -// en.json -const defaultLocale = 'en'; - -const cache = createIntlCache(); - -const intl = createIntl( - { - locale: defaultLocale, - messages: messages, - }, - cache -); - -InitLoggerService([]); -jest.spyOn(Intl, 'useIntl').mockImplementation(() => intl); diff --git a/libs/chatbot/package.json b/libs/chatbot/package.json index bd7e9ad2fe5..84ce26080f1 100644 --- a/libs/chatbot/package.json +++ b/libs/chatbot/package.json @@ -4,6 +4,19 @@ "scripts": { "yalcpush": "yalc push ../../dist/libs/chatbot" }, + "dependencies": { + "@microsoft/logic-apps-shared": "workspace:*", + "react-intl": "6.3.0", + "@microsoft/logic-apps-designer": "workspace:*", + "@fluentui/react": "8.110.2", + "@fluentui/react-icons": "2.0.224", + "@microsoft/designer-ui": "workspace:*", + "@fluentui/react-components": "9.42.0" + }, + "devDependencies": { + "@types/react": "^18.2.69", + "react": "^18.2.0" + }, "peerDependencies": { "react": "^16.4.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" diff --git a/libs/chatbot/project.json b/libs/chatbot/project.json deleted file mode 100644 index 8d160f22add..00000000000 --- a/libs/chatbot/project.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "chatbot", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/chatbot/src", - "projectType": "library", - "targets": { - "build": { - "executor": "@nrwl/rollup:rollup", - "outputs": ["{options.outputPath}"], - "options": { - "outputPath": "dist/libs/chatbot", - "tsConfig": "libs/chatbot/tsconfig.lib.json", - "project": "libs/chatbot/package.json", - "entryFile": "libs/chatbot/src/index.ts", - "external": ["react/jsx-runtime"], - "rollupConfig": "@nrwl/react/plugins/bundle-rollup", - "buildableProjectDepsInPackageJsonType": "dependencies", - "extractCss": true, - "format": ["cjs", "esm"], - "assets": [ - { - "glob": "libs/chatbot/README.md", - "input": ".", - "output": "." - } - ] - } - }, - "yalcpush": { - "executor": "nx:run-script", - "outputs": ["{options.outputPath}"], - "dependsOn": [ - { - "target": "build", - "projects": "self" - } - ], - "options": { - "script": "yalcpush" - } - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": ["libs/chatbot/**/*.{ts,tsx,js,jsx}"] - } - }, - "test": { - "executor": "@nrwl/jest:jest", - "outputs": ["{workspaceRoot}/coverage/libs/chatbot"], - "options": { - "jestConfig": "libs/chatbot/jest.config.ts", - "passWithNoTests": true - } - } - } -} diff --git a/libs/chatbot/rollup.config.mjs b/libs/chatbot/rollup.config.mjs new file mode 100644 index 00000000000..7470971c88c --- /dev/null +++ b/libs/chatbot/rollup.config.mjs @@ -0,0 +1,17 @@ +// @ts-check + +import { defineConfig } from 'rollup'; +import { buildConfigs } from '../../scripts/getRollupConfig.js'; + +export default defineConfig( + buildConfigs({ + name: 'react-table', + jsName: 'ReactTable', + outputFile: 'index', + entryFile: 'src/index.tsx', + external: ['react', '@tanstack/table-core'], + globals: { + react: 'React', + }, + }) +); diff --git a/libs/chatbot/tsconfig.json b/libs/chatbot/tsconfig.json index 30e18c7c5eb..4b531b036c9 100644 --- a/libs/chatbot/tsconfig.json +++ b/libs/chatbot/tsconfig.json @@ -1,27 +1,9 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../tsconfig.json", "compilerOptions": { - "jsx": "react-jsx", - "allowJs": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "jsx": "react", + "rootDir": "./src", + "outDir": "./build/lib" }, - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts", - "../../types/Svg.d.ts" - ], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } - ] + "include": ["src"] } diff --git a/libs/chatbot/tsconfig.lib.json b/libs/chatbot/tsconfig.lib.json deleted file mode 100644 index e3e068c56ac..00000000000 --- a/libs/chatbot/tsconfig.lib.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "types": ["node"] - }, - "exclude": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "jest.config.ts" - ], - "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] -} diff --git a/libs/chatbot/tsconfig.spec.json b/libs/chatbot/tsconfig.spec.json deleted file mode 100644 index 6b65e068e34..00000000000 --- a/libs/chatbot/tsconfig.spec.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "module": "commonjs", - "resolveJsonModule": false, - "types": ["jest", "node"] - }, - "include": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "**/*.spec.js", - "**/*.test.js", - "**/*.spec.jsx", - "**/*.test.jsx", - "**/*.d.ts", - "jest.config.ts" - ] -} diff --git a/libs/data-mapper/.babelrc b/libs/data-mapper/.babelrc deleted file mode 100644 index 61641ec8ac3..00000000000 --- a/libs/data-mapper/.babelrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "presets": [ - [ - "@nrwl/react/babel", - { - "runtime": "automatic" - } - ] - ], - "plugins": [] -} diff --git a/libs/data-mapper/.eslintrc.json b/libs/data-mapper/.eslintrc.json deleted file mode 100644 index 734ddaceea4..00000000000 --- a/libs/data-mapper/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nrwl/nx/react", "../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/data-mapper/jest.config.ts b/libs/data-mapper/jest.config.ts deleted file mode 100644 index 0458b4948f6..00000000000 --- a/libs/data-mapper/jest.config.ts +++ /dev/null @@ -1,20 +0,0 @@ -/* eslint-disable */ -export default { - displayName: '@microsoft/logicappsux-data-mapper', - preset: '../../jest.preset.js', - setupFilesAfterEnv: ['./jest.setup.js'], - transform: { - '^.+\\.[tj]sx?$': [ - 'babel-jest', - { - presets: ['@nrwl/react/babel'], - }, - ], - '^.+\\.svg$': '../../__mocks__/svgTransform.js', - }, - moduleNameMapper: { - '@fluentui/react/lib/(.*)$': '@fluentui/react/lib-commonjs/$1', - }, - moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], - coverageDirectory: '../../coverage/libs/@microsoft/logicappsux-data-mapper', -}; diff --git a/libs/data-mapper/jest.setup.js b/libs/data-mapper/jest.setup.js deleted file mode 100644 index a0e1979fafa..00000000000 --- a/libs/data-mapper/jest.setup.js +++ /dev/null @@ -1,19 +0,0 @@ -import messages from '../logic-apps-shared/src/intl/compiled-lang/strings.json'; -import { createIntl, createIntlCache } from 'react-intl'; -import * as Intl from 'react-intl'; - -// You can pass your messages to the IntlProvider. Optional: remove if unneeded. -// en.json -const defaultLocale = 'en'; - -const cache = createIntlCache(); - -const intl = createIntl( - { - locale: defaultLocale, - messages: messages, - }, - cache -); - -jest.spyOn(Intl, 'useIntl').mockImplementation(() => intl); diff --git a/libs/data-mapper/package.json b/libs/data-mapper/package.json index 9e855b77ea0..3169db512e5 100644 --- a/libs/data-mapper/package.json +++ b/libs/data-mapper/package.json @@ -3,5 +3,41 @@ "version": "3.0.0", "scripts": { "yalcpush": "yalc push ../../dist/libs/data-mapper" + }, + "dependencies": { + "@microsoft/logic-apps-shared": "workspace:*", + "react-intl": "6.3.0", + "@fluentui/react": "8.110.2", + "@fluentui/react-components": "9.42.0", + "@fluentui/react-icons": "2.0.224", + "react-redux": "8.0.2", + "react-icons": "4.8.0", + "reactflow": "11.8.2", + "@microsoft/designer-ui": "workspace:*", + "react-query": "3.39.3", + "@fluentui/react-migration-v8-v9": "9.2.16", + "@microsoft/logic-apps-designer": "workspace:*", + "fuse.js": "6.6.2", + "@react-hookz/web": "22.0.0", + "@fluentui/react-hooks": "8.6.20", + "redux-undo": "1.1.0", + "@fluentui/azure-themes": "8.5.70", + "@fluentui/react-portal-compat": "9.0.60", + "@microsoft/applicationinsights-react-js": "3.4.0", + "@microsoft/applicationinsights-web": "2.8.9", + "@reduxjs/toolkit": "1.8.5", + "js-yaml": "4.1.0", + "react-dnd": "16.0.1", + "react-dnd-html5-backend": "16.0.1", + "immer": "9.0.15", + "pathfinding": "0.4.18" + }, + "devDependencies": { + "@types/react": "^18.2.69", + "react": "^18.2.0" + }, + "peerDependencies": { + "react": "^16.4.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" } } diff --git a/libs/data-mapper/project.json b/libs/data-mapper/project.json deleted file mode 100644 index ad217f5a3a2..00000000000 --- a/libs/data-mapper/project.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "data-mapper", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/data-mapper/src", - "projectType": "library", - "targets": { - "build": { - "executor": "@nrwl/rollup:rollup", - "outputs": ["{options.outputPath}"], - "options": { - "outputPath": "dist/libs/data-mapper", - "tsConfig": "libs/data-mapper/tsconfig.lib.json", - "project": "libs/data-mapper/package.json", - "entryFile": "libs/data-mapper/src/index.ts", - "external": ["react/jsx-runtime"], - "rollupConfig": "@nrwl/react/plugins/bundle-rollup", - "buildableProjectDepsInPackageJsonType": "dependencies", - "extractCss": true, - "format": ["cjs", "esm"], - "assets": [ - { - "glob": "libs/data-mapper/README.md", - "input": ".", - "output": "." - } - ] - }, - "configurations": { - "vscode": { - "outputPath": "dist/apps/vs-code-designer/vs-code-data-mapper/data-mapper" - } - } - }, - "yalcpush": { - "executor": "nx:run-script", - "outputs": ["{options.outputPath}"], - "dependsOn": [ - { - "target": "build", - "projects": "self" - } - ], - "options": { - "script": "yalcpush" - } - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": ["libs/data-mapper/**/*.{ts,tsx,js,jsx}"] - } - }, - "test": { - "executor": "@nrwl/jest:jest", - "outputs": ["{workspaceRoot}/coverage/libs/data-mapper"], - "options": { - "jestConfig": "libs/data-mapper/jest.config.ts", - "passWithNoTests": true - } - } - } -} diff --git a/libs/data-mapper/tsconfig.json b/libs/data-mapper/tsconfig.json index 30e18c7c5eb..4b531b036c9 100644 --- a/libs/data-mapper/tsconfig.json +++ b/libs/data-mapper/tsconfig.json @@ -1,27 +1,9 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../tsconfig.json", "compilerOptions": { - "jsx": "react-jsx", - "allowJs": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "jsx": "react", + "rootDir": "./src", + "outDir": "./build/lib" }, - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts", - "../../types/Svg.d.ts" - ], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } - ] + "include": ["src"] } diff --git a/libs/data-mapper/tsconfig.lib.json b/libs/data-mapper/tsconfig.lib.json deleted file mode 100644 index e3e068c56ac..00000000000 --- a/libs/data-mapper/tsconfig.lib.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "types": ["node"] - }, - "exclude": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "jest.config.ts" - ], - "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] -} diff --git a/libs/data-mapper/tsconfig.spec.json b/libs/data-mapper/tsconfig.spec.json deleted file mode 100644 index 6b65e068e34..00000000000 --- a/libs/data-mapper/tsconfig.spec.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "module": "commonjs", - "resolveJsonModule": false, - "types": ["jest", "node"] - }, - "include": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "**/*.spec.js", - "**/*.test.js", - "**/*.spec.jsx", - "**/*.test.jsx", - "**/*.d.ts", - "jest.config.ts" - ] -} diff --git a/libs/designer-ui/.babelrc b/libs/designer-ui/.babelrc deleted file mode 100644 index 61641ec8ac3..00000000000 --- a/libs/designer-ui/.babelrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "presets": [ - [ - "@nrwl/react/babel", - { - "runtime": "automatic" - } - ] - ], - "plugins": [] -} diff --git a/libs/designer-ui/.eslintrc.json b/libs/designer-ui/.eslintrc.json deleted file mode 100644 index 78e7f112259..00000000000 --- a/libs/designer-ui/.eslintrc.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": ["plugin:@nrwl/nx/react", "../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "rules": { - "react/jsx-no-literals": [2] - }, - "overrides": [ - { - "files": ["*.test.ts", "*.test.tsx", "*.spec.tsx", "*.spec.ts"], - "rules": { - "react/jsx-no-literals": "off" - } - }, - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/designer-ui/README.md b/libs/designer-ui/README.md deleted file mode 100644 index 76d26b8450e..00000000000 --- a/libs/designer-ui/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# designer-ui - -This library was generated with [Nx](https://nx.dev). - -## Running unit tests - -Run `nx test designer-ui` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/designer-ui/jest.config.ts b/libs/designer-ui/jest.config.ts deleted file mode 100644 index 6909ad40dd6..00000000000 --- a/libs/designer-ui/jest.config.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable */ -export default { - displayName: 'designer-ui', - preset: '../../jest.preset.js', - setupFilesAfterEnv: ['./jest.setup.js'], - transform: { - '^.+\\.[tj]sx?$': [ - 'babel-jest', - { - presets: ['@nrwl/react/babel'], - }, - ], - '^.+\\.svg$': '../../__mocks__/svgTransform.js', - }, - transformIgnorePatterns: [ - // all exceptions must be first line - '/node_modules/(?!@fluentui/react)', - '/node_modules/(?!react-markdown)', - '/node_modules/(?!(monaco-editor))', - ], - moduleNameMapper: { - '@fluentui/react/lib/(.*)$': '@fluentui/react/lib-commonjs/$1', - 'react-markdown': 'react-markdown/react-markdown.min.js', - '^monaco-editor$': '@monaco-editor/react', - }, - moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], - coverageDirectory: '../../coverage/libs/designer-ui', -}; diff --git a/libs/designer-ui/jest.setup.js b/libs/designer-ui/jest.setup.js deleted file mode 100644 index d10674d7c72..00000000000 --- a/libs/designer-ui/jest.setup.js +++ /dev/null @@ -1,22 +0,0 @@ -import messages from '../logic-apps-shared/src/intl/compiled-lang/strings.json'; -import { initializeIcons } from '@fluentui/react'; -import { createIntl, createIntlCache } from 'react-intl'; -import * as Intl from 'react-intl'; - -initializeIcons(); - -// You can pass your messages to the IntlProvider. Optional: remove if unneeded. -// en.json -const defaultLocale = 'en'; - -const cache = createIntlCache(); - -const intl = createIntl( - { - locale: defaultLocale, - messages: messages, - }, - cache -); - -jest.spyOn(Intl, 'useIntl').mockImplementation(() => intl); diff --git a/libs/designer-ui/package.json b/libs/designer-ui/package.json index 4ef2c0128c6..9ce6ff5ae02 100644 --- a/libs/designer-ui/package.json +++ b/libs/designer-ui/package.json @@ -4,6 +4,35 @@ "scripts": { "yalcpush": "yalc push ../../dist/libs/designer-ui" }, + "dependencies": { + "@microsoft/logic-apps-shared": "workspace:*", + "@fluentui/react": "8.110.2", + "react-intl": "6.3.0", + "@fluentui/react-components": "9.42.0", + "@lexical/react": "0.12.4", + "lexical": "0.12.4", + "@react-hookz/web": "22.0.0", + "fuse.js": "6.6.2", + "react-query": "3.39.3", + "reactflow": "11.8.2", + "react-dnd": "16.0.1", + "@fluentui/react-hooks": "8.6.20", + "react-markdown": "8.0.5", + "monaco-editor": "0.47.0", + "prism-react-renderer": "1.3.5", + "react-use": "17.4.0", + "@fluentui/react-icons": "2.0.224", + "@lexical/selection": "0.12.4", + "@lexical/utils": "0.12.4", + "@lexical/link": "0.12.4", + "@fluentui/theme": "2.6.25", + "@lexical/list": "0.12.4", + "@lexical/rich-text": "0.12.4", + "@lexical/html": "0.12.4", + "@monaco-editor/react": "4.6.0", + "react-infinite-scroll-component": "6.1.0", + "@fluentui/utilities": "8.13.16" + }, "peerDependencies": { "react": "^16.4.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" diff --git a/libs/designer-ui/project.json b/libs/designer-ui/project.json deleted file mode 100644 index d14c2de0d0a..00000000000 --- a/libs/designer-ui/project.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "name": "designer-ui", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/designer-ui/src", - "projectType": "library", - "tags": [], - "targets": { - "build": { - "executor": "@nrwl/rollup:rollup", - "outputs": ["{options.outputPath}"], - "options": { - "outputPath": "dist/libs/designer-ui", - "tsConfig": "libs/designer-ui/tsconfig.lib.json", - "project": "libs/designer-ui/package.json", - "entryFile": "libs/designer-ui/src/index.ts", - "external": ["react/jsx-runtime"], - "rollupConfig": "@nrwl/react/plugins/bundle-rollup", - "buildableProjectDepsInPackageJsonType": "dependencies", - "format": ["cjs", "esm"], - "assets": [ - { - "glob": "libs/designer-ui/README.md", - "input": ".", - "output": "." - } - ] - } - }, - "yalcpush": { - "executor": "nx:run-script", - "outputs": ["{options.outputPath}"], - "dependsOn": [ - { - "target": "build", - "projects": "self" - } - ], - "options": { - "script": "yalcpush" - } - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": ["libs/designer-ui/**/*.{ts,tsx,js,jsx}"] - } - }, - "test": { - "executor": "@nrwl/jest:jest", - "outputs": ["{workspaceRoot}/coverage/libs/designer-ui"], - "options": { - "jestConfig": "libs/designer-ui/jest.config.ts", - "passWithNoTests": true - } - } - } -} diff --git a/libs/designer-ui/tsconfig.json b/libs/designer-ui/tsconfig.json index 181e2ccbe4c..4b531b036c9 100644 --- a/libs/designer-ui/tsconfig.json +++ b/libs/designer-ui/tsconfig.json @@ -1,25 +1,9 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../tsconfig.json", "compilerOptions": { - "jsx": "react-jsx", - "allowJs": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "strict": true, - "noPropertyAccessFromIndexSignature": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "resolveJsonModule": true + "jsx": "react", + "rootDir": "./src", + "outDir": "./build/lib" }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } - ] + "include": ["src"] } diff --git a/libs/designer-ui/tsconfig.lib.json b/libs/designer-ui/tsconfig.lib.json deleted file mode 100644 index 4e433b5c4be..00000000000 --- a/libs/designer-ui/tsconfig.lib.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "types": ["node"] - }, - "exclude": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "**/*.spec.js", - "**/*.test.js", - "**/*.spec.jsx", - "**/*.test.jsx", - "jest.config.ts" - ], - "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] -} diff --git a/libs/designer-ui/tsconfig.spec.json b/libs/designer-ui/tsconfig.spec.json deleted file mode 100644 index 312eda7eb21..00000000000 --- a/libs/designer-ui/tsconfig.spec.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "module": "commonjs", - "types": ["jest", "node"] - }, - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts", - "../../types/Svg.d.ts" - ], - "include": [ - "**/*.test.ts", - "**/*.spec.ts", - "**/*.test.tsx", - "**/*.spec.tsx", - "**/*.test.js", - "**/*.spec.js", - "**/*.test.jsx", - "**/*.spec.jsx", - "**/*.d.ts", - "jest.config.ts" - ] -} diff --git a/libs/designer/.babelrc b/libs/designer/.babelrc deleted file mode 100644 index 61641ec8ac3..00000000000 --- a/libs/designer/.babelrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "presets": [ - [ - "@nrwl/react/babel", - { - "runtime": "automatic" - } - ] - ], - "plugins": [] -} diff --git a/libs/designer/.eslintrc.json b/libs/designer/.eslintrc.json deleted file mode 100644 index 734ddaceea4..00000000000 --- a/libs/designer/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nrwl/nx/react", "../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/designer/README.md b/libs/designer/README.md deleted file mode 100644 index 565bacc09fd..00000000000 --- a/libs/designer/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# @microsoft/logic-apps-designer - -This library was generated with [Nx](https://nx.dev). - -## Running unit tests - -Run `nx test designer` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/designer/jest.config.ts b/libs/designer/jest.config.ts deleted file mode 100644 index 2d2daa0aeba..00000000000 --- a/libs/designer/jest.config.ts +++ /dev/null @@ -1,28 +0,0 @@ -/* eslint-disable */ -export default { - displayName: '@microsoft/logic-apps-designer', - preset: '../../jest.preset.js', - setupFilesAfterEnv: ['./jest.setup.js'], - transform: { - '^.+\\.[tj]sx?$': [ - 'babel-jest', - { - presets: ['@nrwl/react/babel'], - }, - ], - '^.+\\.svg$': '../../__mocks__/svgTransform.js', - }, - transformIgnorePatterns: [ - // all exceptions must be first line - '/node_modules/(?!${transformIgnoreNodeModules})', - ], - moduleNameMapper: { - '@fluentui/react/lib/(.*)$': '@fluentui/react/lib-commonjs/$1', - 'react-markdown': 'react-markdown/react-markdown.min.js', - '^monaco-editor$': '@monaco-editor/react', - }, - moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], - coverageDirectory: '../../coverage/libs/designer', -}; - -const transformIgnoreNodeModules = ['@fluentui/react'].join('|'); diff --git a/libs/designer/jest.setup.js b/libs/designer/jest.setup.js deleted file mode 100644 index 4defafc5275..00000000000 --- a/libs/designer/jest.setup.js +++ /dev/null @@ -1,34 +0,0 @@ -import messages from '../logic-apps-shared/src/intl/compiled-lang/strings.json'; -import { InitLoggerService } from '@microsoft/logic-apps-shared'; -import { createIntl, createIntlCache } from 'react-intl'; -import * as Intl from 'react-intl'; - -/* eslint-disable @typescript-eslint/no-empty-function */ -class Worker { - constructor(stringUrl) { - this.url = stringUrl; - this.onmessage = () => {}; - } - - postMessage(msg) { - this.onmessage(msg); - } -} -window.Worker = Worker; - -// You can pass your messages to the IntlProvider. Optional: remove if unneeded. -// en.json -const defaultLocale = 'en'; - -const cache = createIntlCache(); - -const intl = createIntl( - { - locale: defaultLocale, - messages: messages, - }, - cache -); - -InitLoggerService([]); -jest.spyOn(Intl, 'useIntl').mockImplementation(() => intl); diff --git a/libs/designer/package.json b/libs/designer/package.json index ab1757dd18a..cd906eccde7 100644 --- a/libs/designer/package.json +++ b/libs/designer/package.json @@ -7,5 +7,35 @@ "peerDependencies": { "react": "^16.4.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" + }, + "dependencies": { + "@microsoft/logic-apps-shared": "workspace:*", + "react-intl": "6.3.0", + "@reduxjs/toolkit": "1.8.5", + "react-redux": "8.0.2", + "@fluentui/react": "8.110.2", + "to-title-case": "1.0.0", + "@microsoft/designer-ui": "workspace:*", + "lodash.merge": "4.6.2", + "@react-hookz/web": "22.0.0", + "react-query": "3.39.3", + "@fluentui/azure-themes": "8.5.70", + "@fluentui/react-components": "9.42.0", + "elkjs": "0.8.2", + "reactflow": "11.8.2", + "immer": "9.0.15", + "yocto-queue": "0.1.0", + "@fluentui/react-icons": "2.0.224", + "@fluentui/utilities": "8.13.16", + "react-dnd": "16.0.1", + "react-dnd-accessible-backend": "1.0.1", + "react-dnd-html5-backend": "16.0.1", + "react-dnd-multi-backend": "8.0.0", + "react-hotkeys-hook": "4.3.8", + "lodash.frompairs": "4.0.1", + "fuse.js": "6.6.2", + "@microsoft/applicationinsights-core-js": "2.8.9", + "@fluentui/react-hooks": "8.6.20", + "util": "0.12.5" } } diff --git a/libs/designer/project.json b/libs/designer/project.json deleted file mode 100644 index 3aafe00e60e..00000000000 --- a/libs/designer/project.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "name": "designer", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/designer/src", - "projectType": "library", - "targets": { - "build": { - "executor": "@nrwl/rollup:rollup", - "outputs": ["{options.outputPath}"], - "options": { - "outputPath": "dist/libs/designer", - "tsConfig": "libs/designer/tsconfig.lib.json", - "project": "libs/designer/package.json", - "entryFile": "libs/designer/src/index.ts", - "external": ["react/jsx-runtime"], - "rollupConfig": "@nrwl/react/plugins/bundle-rollup", - "buildableProjectDepsInPackageJsonType": "dependencies", - "extractCss": true, - "format": ["cjs", "esm"], - "assets": [ - { - "glob": "libs/designer/README.md", - "input": ".", - "output": "." - } - ] - }, - "configurations": { - "vscode": { - "outputPath": "dist/apps/vs-code-designer/designer" - } - } - }, - "yalcpush": { - "executor": "nx:run-script", - "outputs": ["{options.outputPath}"], - "dependsOn": [ - { - "target": "build", - "projects": "self" - } - ], - "options": { - "script": "yalcpush" - } - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": ["libs/designer/**/*.{ts,tsx,js,jsx}"] - } - }, - "test": { - "executor": "@nrwl/jest:jest", - "outputs": ["{workspaceRoot}/coverage/libs/designer"], - "options": { - "jestConfig": "libs/designer/jest.config.ts", - "passWithNoTests": true - } - } - } -} diff --git a/libs/designer/tsconfig.json b/libs/designer/tsconfig.json index 30e18c7c5eb..4b531b036c9 100644 --- a/libs/designer/tsconfig.json +++ b/libs/designer/tsconfig.json @@ -1,27 +1,9 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../tsconfig.json", "compilerOptions": { - "jsx": "react-jsx", - "allowJs": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "jsx": "react", + "rootDir": "./src", + "outDir": "./build/lib" }, - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts", - "../../types/Svg.d.ts" - ], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } - ] + "include": ["src"] } diff --git a/libs/designer/tsconfig.lib.json b/libs/designer/tsconfig.lib.json deleted file mode 100644 index e3e068c56ac..00000000000 --- a/libs/designer/tsconfig.lib.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "types": ["node"] - }, - "exclude": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "jest.config.ts" - ], - "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] -} diff --git a/libs/designer/tsconfig.spec.json b/libs/designer/tsconfig.spec.json deleted file mode 100644 index 6b65e068e34..00000000000 --- a/libs/designer/tsconfig.spec.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "module": "commonjs", - "resolveJsonModule": false, - "types": ["jest", "node"] - }, - "include": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "**/*.spec.js", - "**/*.test.js", - "**/*.spec.jsx", - "**/*.test.jsx", - "**/*.d.ts", - "jest.config.ts" - ] -} diff --git a/libs/logic-apps-shared/.babelrc b/libs/logic-apps-shared/.babelrc deleted file mode 100644 index 61641ec8ac3..00000000000 --- a/libs/logic-apps-shared/.babelrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "presets": [ - [ - "@nrwl/react/babel", - { - "runtime": "automatic" - } - ] - ], - "plugins": [] -} diff --git a/libs/logic-apps-shared/.eslintrc.json b/libs/logic-apps-shared/.eslintrc.json deleted file mode 100644 index 47e3fe3c246..00000000000 --- a/libs/logic-apps-shared/.eslintrc.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": { - "@nrwl/nx/enforce-module-boundaries": 0 - } - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/logic-apps-shared/README.md b/libs/logic-apps-shared/README.md deleted file mode 100644 index 47b8ddcce15..00000000000 --- a/libs/logic-apps-shared/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# services-designer - -This library was generated with [Nx](https://nx.dev). - -## Building - -Run `nx build parsers` to build the library. - -## Running unit tests - -Run `nx test parsers` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/logic-apps-shared/jest.config.ts b/libs/logic-apps-shared/jest.config.ts deleted file mode 100644 index c6201c3edb0..00000000000 --- a/libs/logic-apps-shared/jest.config.ts +++ /dev/null @@ -1,20 +0,0 @@ -/* eslint-disable */ -export default { - displayName: 'shared', - preset: '../../jest.preset.js', - setupFilesAfterEnv: ['./jest.setup.js'], - transform: { - '^.+\\.[tj]sx?$': [ - 'babel-jest', - { - presets: ['@nrwl/react/babel'], - }, - ], - '^.+\\.svg$': '../../__mocks__/svgTransform.js', - }, - moduleNameMapper: { - '@fluentui/react/lib/(.*)$': '@fluentui/react/lib-commonjs/$1', - }, - moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], - coverageDirectory: '../../coverage/libs/logic-apps-shared', -}; diff --git a/libs/logic-apps-shared/jest.setup.js b/libs/logic-apps-shared/jest.setup.js deleted file mode 100644 index 82f0c2c2e40..00000000000 --- a/libs/logic-apps-shared/jest.setup.js +++ /dev/null @@ -1,17 +0,0 @@ -import messages from '../logic-apps-shared/src/intl/compiled-lang/strings.json'; -import { createIntl, createIntlCache } from 'react-intl'; -import * as Intl from 'react-intl'; - -// You can pass your messages to the IntlProvider. Optional: remove if unneeded. -// en.json -const defaultLocale = 'en'; - -const cache = createIntlCache(); - -const intl = createIntl( - { - locale: defaultLocale, - messages: messages, - }, - cache -); diff --git a/libs/logic-apps-shared/package.json b/libs/logic-apps-shared/package.json index 53b71366796..b969859810e 100644 --- a/libs/logic-apps-shared/package.json +++ b/libs/logic-apps-shared/package.json @@ -1,7 +1,47 @@ { "name": "@microsoft/logic-apps-shared", "version": "3.0.0", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/TanStack/table.git", + "directory": "packages/react-table" + }, + "type": "commonjs", + "module": "build/lib/index.esm.js", + "main": "build/lib/index.js", + "types": "build/lib/index.d.ts", + "exports": { + ".": { + "types": "./build/lib/index.d.ts", + "import": "./build/lib/index.mjs", + "default": "./build/lib/index.js" + }, + "./package.json": "./package.json" + }, + "sideEffects": false, + "engines": { + "node": ">=12" + }, + "files": ["build/lib/*", "build/umd/*", "src"], "scripts": { - "yalcpush": "yalc push ../../dist/libs/logic-apps-shared" + "clean": "rimraf ./build", + "test:lib": "vitest", + "test:lib:dev": "pnpm test:lib --watch", + "test:types": "tsc --noEmit", + "build": "pnpm build:rollup && pnpm build:types", + "build:rollup": "rollup --config rollup.config.mjs", + "build:types": "tsc --emitDeclarationOnly" + }, + "dependencies": { + "react-intl": "6.3.0", + "react-query": "3.39.3", + "axios": "1.6.0", + "@apidevtools/swagger-parser": "10.0.3", + "reactflow": "11.8.2" + }, + "peerDependencies": { + "react": "^16.4.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" } } diff --git a/libs/logic-apps-shared/project.json b/libs/logic-apps-shared/project.json deleted file mode 100644 index 6a152b9ab9d..00000000000 --- a/libs/logic-apps-shared/project.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "logic-apps-shared", - "$schema": "../../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/logic-apps-shared/src", - "projectType": "library", - "targets": { - "build": { - "executor": "@nrwl/rollup:rollup", - "outputs": ["{options.outputPath}"], - "options": { - "outputPath": "dist/libs/logic-apps-shared", - "main": "libs/logic-apps-shared/src/index.ts", - "tsConfig": "libs/logic-apps-shared/tsconfig.lib.json", - "project": "libs/logic-apps-shared/package.json", - "entryFile": "libs/logic-apps-shared/src/index.ts", - "rollupConfig": "@nrwl/react/plugins/bundle-rollup", - "external": ["react/jsx-runtime"], - "buildableProjectDepsInPackageJsonType": "dependencies", - "format": ["cjs", "esm"], - "assets": [ - { - "glob": "libs/logic-apps-shared/README.md", - "input": ".", - "output": "." - } - ] - } - }, - "yalcpush": { - "executor": "nx:run-script", - "outputs": ["{options.outputPath}"], - "dependsOn": [ - { - "target": "build", - "projects": "self" - } - ], - "options": { - "script": "yalcpush" - } - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": ["libs/logic-apps-shared/**/*.ts"] - } - }, - "test": { - "executor": "@nrwl/jest:jest", - "outputs": ["{workspaceRoot}/coverage/libs/logic-apps-shared"], - "options": { - "jestConfig": "libs/logic-apps-shared/jest.config.ts", - "passWithNoTests": true - } - } - }, - "tags": [] -} diff --git a/libs/logic-apps-shared/rollup.config.mjs b/libs/logic-apps-shared/rollup.config.mjs new file mode 100644 index 00000000000..e716a3a15fb --- /dev/null +++ b/libs/logic-apps-shared/rollup.config.mjs @@ -0,0 +1,17 @@ +// @ts-check + +import { defineConfig } from 'rollup'; +import { buildConfigs } from '../../scripts/getRollupConfig.js'; + +export default defineConfig( + buildConfigs({ + name: 'logic-apps-shared', + jsName: 'LogicAppsShared', + outputFile: 'index', + entryFile: 'src/index.ts', + external: ['react'], + globals: { + react: 'React', + }, + }) +); diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json index c457e49c4f4..3d94c82d5e5 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json @@ -10315,4 +10315,4 @@ "value": "Povinný parametr. Počet minut, které se mají přičíst. Může to být i záporná hodnota, při které se minuty odečtou." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json index 9eed23b0e3f..24661a56f89 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json @@ -10225,4 +10225,4 @@ "value": "Erforderlich. Die Anzahl der zu addierenden Minuten. Kann negativ sein, um Minuten zu subtrahieren." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json index 52a0d1704a6..9371e40e61d 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json @@ -22453,4 +22453,4 @@ "value": "]" } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json index ccae9496c9c..3bda5eaf83c 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json @@ -10234,4 +10234,4 @@ "value": "Obligatorio. El número de minutos que se agregarán. Puede ser negativo para restar minutos." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json index 5f949db3b91..b5cb728c548 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json @@ -10250,4 +10250,4 @@ "value": "Obligatoire. Nombre de minutes à ajouter. Peut être négatif pour soustraire des minutes." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json index dd286009169..22f2e3a66f9 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json @@ -10161,4 +10161,4 @@ "value": "Kötelező megadni. A hozzáadni kívánt percek száma. Lehet negatív érték is percek kivonása céljából." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json index 25a5ac9c4e6..74fe053e4db 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json @@ -10088,4 +10088,4 @@ "value": "Wajib. Jumlah menit yang akan ditambahkan. Dapat berupa nilai negatif untuk mengurangi menit." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json index f815fed5886..d5496778423 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json @@ -10238,4 +10238,4 @@ "value": "Obbligatorio. Numero di minuti da aggiungere. Può essere negativo per sottrarre i minuti." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json index 364e6853ccb..cef0ce2d9fe 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json @@ -10052,4 +10052,4 @@ "value": "必須。追加する分数。負の値を指定すると、分数を減算できます。" } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.json index 2576e997d9b..342d0fffa61 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.json @@ -10181,4 +10181,4 @@ "value": "Required. The number of minutes to add. Can be negative to subtract minutes." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json index 7a688d0a5a6..500e68bc0b5 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json @@ -10040,4 +10040,4 @@ "value": "필수 사항으로, 추가할 분 값입니다. 분을 빼려는 경우 음수일 수 있습니다." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json index bd13265ed21..d3605bfbfc8 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json @@ -10145,4 +10145,4 @@ "value": "Vereist. Het aantal minuten dat moet worden opgeteld. Kan negatief zijn om minuten af te trekken." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json index 9a7377c08f9..3dd90bcb1c8 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json @@ -10347,4 +10347,4 @@ "value": "Wymagane. Liczba minut do dodania. Może być ujemna na potrzeby odejmowania minut." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json index 6de8d2c91bc..204ff80f5df 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json @@ -10218,4 +10218,4 @@ "value": "Necessário. O número de minutos a adicionar. Pode ser negativo para subtrair minutos." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json index d62419c7340..d0043fd82d8 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json @@ -10250,4 +10250,4 @@ "value": "Obrigatório. O número de minutos a adicionar. Pode ser negativo para subtrair minutos." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json index 76bb3a2d6fa..6d67f7d5838 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json @@ -10331,4 +10331,4 @@ "value": "Требуется. Число добавляемых минут. Значение может быть отрицательным для вычитания минут." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json index c9a40a16042..07fea182d62 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json @@ -10141,4 +10141,4 @@ "value": "Krävs. Antalet minuter att lägga till. Kan vara negativt för att subtrahera minuter." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json index 88b123f344b..d3aea3d8222 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json @@ -10145,4 +10145,4 @@ "value": "Gerekli. Eklenecek dakika sayısı. Dakika sayısının çıkarılması için negatif olabilir." } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json index 66013295ef1..2481c9a0654 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json @@ -10140,4 +10140,4 @@ "value": "必需。要添加的分钟数。可以为负数以减去相应的分钟数。" } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json b/libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json index f958e8d3ad7..3a90593f35a 100644 --- a/libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json +++ b/libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json @@ -10112,4 +10112,4 @@ "value": "必要。要加上的分鐘數。可以是負數以減去分鐘數。" } ] -} \ No newline at end of file +} diff --git a/libs/logic-apps-shared/tsconfig.json b/libs/logic-apps-shared/tsconfig.json index 8aaf86b5296..4b531b036c9 100644 --- a/libs/logic-apps-shared/tsconfig.json +++ b/libs/logic-apps-shared/tsconfig.json @@ -1,25 +1,9 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../tsconfig.json", "compilerOptions": { - "forceConsistentCasingInFileNames": true, - "allowSyntheticDefaultImports": true, - "strict": true, - "noImplicitOverride": true, - "noPropertyAccessFromIndexSignature": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, "jsx": "react", - "esModuleInterop": true, - "resolveJsonModule": true + "rootDir": "./src", + "outDir": "./build/lib" }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } - ] + "include": ["src"] } diff --git a/libs/logic-apps-shared/tsconfig.lib.json b/libs/logic-apps-shared/tsconfig.lib.json deleted file mode 100644 index a87bd6b7875..00000000000 --- a/libs/logic-apps-shared/tsconfig.lib.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "declaration": true, - "types": [] - }, - "include": ["**/*.ts"], - "exclude": ["**/*.spec.ts", "jest.config.ts"] -} diff --git a/libs/logic-apps-shared/tsconfig.spec.json b/libs/logic-apps-shared/tsconfig.spec.json deleted file mode 100644 index 01fda8d7159..00000000000 --- a/libs/logic-apps-shared/tsconfig.spec.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "module": "commonjs", - "types": ["jest", "node"] - }, - "include": [ - "**/*.test.ts", - "**/*.spec.ts", - "**/*.d.ts", - "src/parsers/lib/manifest/__test__/data/manifests.ts", - "jest.config.ts", - "src/parsers/lib/swagger/__test__/fixtures/outlook.ts" - ] -} diff --git a/libs/vscode-extension/.babelrc b/libs/vscode-extension/.babelrc deleted file mode 100644 index 61641ec8ac3..00000000000 --- a/libs/vscode-extension/.babelrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "presets": [ - [ - "@nrwl/react/babel", - { - "runtime": "automatic" - } - ] - ], - "plugins": [] -} diff --git a/libs/vscode-extension/.eslintrc.json b/libs/vscode-extension/.eslintrc.json deleted file mode 100644 index 9d9c0db55bb..00000000000 --- a/libs/vscode-extension/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/libs/vscode-extension/README.md b/libs/vscode-extension/README.md deleted file mode 100644 index 256c1b78ccc..00000000000 --- a/libs/vscode-extension/README.md +++ /dev/null @@ -1,11 +0,0 @@ -# vscode-extension - -This library was generated with [Nx](https://nx.dev). - -## Building - -Run `nx build vscode-extension` to build the library. - -## Running unit tests - -Run `nx test vscode-extension` to execute the unit tests via [Jest](https://jestjs.io). diff --git a/libs/vscode-extension/jest.config.ts b/libs/vscode-extension/jest.config.ts deleted file mode 100644 index a615ad0d818..00000000000 --- a/libs/vscode-extension/jest.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -/* eslint-disable */ -export default { - displayName: 'vscode-extension', - preset: '../../jest.preset.js', - globals: { - 'ts-jest': { - tsconfig: '/tsconfig.spec.json', - }, - }, - transform: { - '^.+\\.[tj]s$': 'ts-jest', - }, - moduleFileExtensions: ['ts', 'js', 'html'], - coverageDirectory: '../../coverage/libs/vscode-extension', -}; diff --git a/libs/vscode-extension/package.json b/libs/vscode-extension/package.json index 0f85fd88b63..eff881c65f0 100644 --- a/libs/vscode-extension/package.json +++ b/libs/vscode-extension/package.json @@ -1,4 +1,16 @@ { "name": "@microsoft/vscode-extension-logic-apps", - "version": "3.0.0" + "version": "3.0.0", + "dependencies": {}, + "peerDependencies": { + "@microsoft/vscode-azext-azureappservice": "0.8.1", + "@microsoft/vscode-azext-utils": "0.4.6", + "@microsoft/logic-apps-shared": "workspace:*", + "react-intl": "6.3.0", + "react-query": "3.39.3", + "axios": "1.6.0", + "@apidevtools/swagger-parser": "10.0.3", + "reactflow": "11.8.2", + "tslib": "2.4.0" + } } diff --git a/libs/vscode-extension/project.json b/libs/vscode-extension/project.json deleted file mode 100644 index 958378616b7..00000000000 --- a/libs/vscode-extension/project.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "vscode-extension", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "libs/vscode-extension/src", - "projectType": "library", - "targets": { - "build": { - "executor": "@nrwl/js:tsc", - "outputs": ["{options.outputPath}"], - "options": { - "outputPath": "dist/libs/vscode-extension", - "main": "libs/vscode-extension/src/index.ts", - "tsConfig": "libs/vscode-extension/tsconfig.json", - "assets": ["libs/vscode-extension/*.md"] - } - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": ["libs/vscode-extension/**/*.ts"] - } - }, - "test": { - "executor": "@nrwl/jest:jest", - "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], - "options": { - "jestConfig": "libs/vscode-extension/jest.config.ts", - "passWithNoTests": true - } - } - }, - "tags": [] -} diff --git a/libs/vscode-extension/tsconfig.json b/libs/vscode-extension/tsconfig.json index 32b6198e33b..4b531b036c9 100644 --- a/libs/vscode-extension/tsconfig.json +++ b/libs/vscode-extension/tsconfig.json @@ -1,22 +1,9 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../tsconfig.json", "compilerOptions": { - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitOverride": true, - "noPropertyAccessFromIndexSignature": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "esModuleInterop": true + "jsx": "react", + "rootDir": "./src", + "outDir": "./build/lib" }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } - ] + "include": ["src"] } diff --git a/libs/vscode-extension/tsconfig.lib.json b/libs/vscode-extension/tsconfig.lib.json deleted file mode 100644 index a87bd6b7875..00000000000 --- a/libs/vscode-extension/tsconfig.lib.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "declaration": true, - "types": [] - }, - "include": ["**/*.ts"], - "exclude": ["**/*.spec.ts", "jest.config.ts"] -} diff --git a/libs/vscode-extension/tsconfig.spec.json b/libs/vscode-extension/tsconfig.spec.json deleted file mode 100644 index f95b08f8f79..00000000000 --- a/libs/vscode-extension/tsconfig.spec.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "module": "commonjs", - "types": ["jest", "node"] - }, - "include": ["**/*.test.ts", "**/*.spec.ts", "**/*.d.ts", "jest.config.ts"] -} diff --git a/package.json b/package.json index f7d7a149ace..d04824e078e 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "name": "@microsoft/logicappsux", "version": "3.0.0", "license": "MIT", + "packageManager": "pnpm@8.12.1", + "type": "module", "scripts": { "start": "nx serve", "build": "nx run designer:build --parallel", @@ -38,175 +40,39 @@ "node": ">=18", "npm": ">=9" }, - "private": true, - "dependencies": { - "@apidevtools/swagger-parser": "10.0.3", - "@azure/ms-rest-js": "^2.6.4", - "@fluentui/azure-themes": "8.5.70", - "@fluentui/font-icons-mdl2": "8.5.13", - "@fluentui/foundation-legacy": "8.2.15", - "@fluentui/react": "^8.106.7", - "@fluentui/react-components": "^9.18.2", - "@fluentui/react-focus": "8.8.19", - "@fluentui/react-hooks": "8.6.20", - "@fluentui/react-migration-v8-v9": "^9.2.16", - "@fluentui/react-portal-compat": "^9.0.60", - "@fluentui/style-utilities": "8.9.6", - "@fluentui/theme": "2.6.25", - "@fluentui/web-components": "^2.5.12", - "@lexical/react": "^0.12.4", - "@mdx-js/react": "^1.6.22", - "@microsoft/applicationinsights-react-js": "^3.4.0", - "@microsoft/applicationinsights-web": "^2.8.9", - "@microsoft/vscode-azext-azureappservice": "^0.8.1", - "@microsoft/vscode-azext-azureutils": "^0.3.9", - "@microsoft/vscode-azext-utils": "^0.4.0", - "@monaco-editor/react": "4.6.0", - "@react-hookz/web": "22.0.0", - "@reduxjs/toolkit": "1.8.5", - "@swc/helpers": "~0.3.17", - "@use-it/event-listener": "0.1.7", - "axios": "^1.6.0", - "axios-retry": "^3.5.0", - "azure-storage": "^2.10.3", - "buffer": "^6.0.3", - "clsx": "^1.2.1", - "consola": "2.15.3", - "core-js": "3.24.1", - "d3-shape": "3.1.0", - "elkjs": "^0.8.2", - "fuse.js": "6.6.2", - "github-markdown-css": "5.1.0", - "guid-typescript": "1.0.9", - "http-browserify": "^1.7.0", - "https-browserify": "^1.0.0", - "immer": "9.0.15", - "jest-environment-jsdom": "^29.3.1", - "js-yaml": "4.1.0", - "jwt-decode": "^3.1.2", - "lexical": "^0.12.4", - "lodash.frompairs": "^4.0.1", - "lodash.isequal": "^4.5.0", - "lodash.merge": "^4.6.2", - "monaco-editor": "^0.47.0", - "monaco-editor-webpack-plugin": "^7.1.0", - "monaco-yaml": "^4.0.4", - "pathfinding": "^0.4.18", - "prism-react-renderer": "^1.3.5", - "process": "^0.11.10", - "process-tree": "^1.0.3", - "ps-tree": "^1.2.0", - "raw-loader": "^4.0.2", - "react-dnd": "16.0.1", - "react-dnd-accessible-backend": "^1.0.1", - "react-dnd-html5-backend": "16.0.1", - "react-dnd-multi-backend": "^8.0.0", - "react-hotkeys-hook": "^4.3.8", - "react-icons": "4.8.0", - "react-infinite-scroll-component": "6.1.0", - "react-intl": "6.3.0", - "react-markdown": "8.0.5", - "react-query": "3.39.3", - "react-redux": "8.0.2", - "react-remark": "2.1.0", - "react-router-dom": "6.4.1", - "react-use": "17.4.0", - "reactflow": "^11.8.2", - "redux-undo": "^1.1.0", - "regenerator-runtime": "0.13.9", - "stream-http": "^3.2.0", - "tiny-invariant": "1.3.1", - "to-title-case": "1.0.0", - "tracer": "1.1.6", - "tslib": "2.4.0", - "url": "^0.11.0", - "util": "^0.12.5", - "vscode-nls": "^5.2.0", - "web-worker": "1.2.0" - }, "devDependencies": { - "@babel/core": "7.18.13", - "@babel/plugin-transform-modules-commonjs": "7.18.6", - "@babel/preset-typescript": "7.18.6", - "@biomejs/biome": "^1.6.2", - "@formatjs/cli": "6.0.4", - "@formatjs/intl": "2.6.7", - "@formatjs/ts-transformer": "3.12.0", - "@nrwl/cli": "15.2.1", - "@nrwl/cypress": "15.2.1", - "@nrwl/devkit": "15.2.1", - "@nrwl/eslint-plugin-nx": "15.2.1", - "@nrwl/jest": "15.2.1", - "@nrwl/js": "15.2.1", - "@nrwl/linter": "15.2.1", - "@nrwl/node": "15.2.1", - "@nrwl/nx-plugin": "15.2.1", - "@nrwl/react": "15.2.1", - "@nrwl/tao": "15.2.1", - "@nrwl/web": "15.2.1", - "@nrwl/workspace": "15.2.1", - "@playwright/test": "^1.42.1", - "@svgr/webpack": "6.3.1", - "@swc-node/register": "^1.4.2", - "@swc/cli": "~0.1.55", - "@swc/core": "^1.2.173", - "@testing-library/react": "13.4.0", - "@types/adm-zip": "^0.5.1", - "@types/d3-shape": "3.1.1", - "@types/jest": "^28.1.8", - "@types/js-yaml": "4.0.5", - "@types/lodash.frompairs": "^4.0.1", - "@types/lodash.isequal": "^4.5.6", - "@types/lodash.merge": "^4.6.7", - "@types/node": "18.7.18", - "@types/pathfinding": "^0.0.6", - "@types/react": "^18.0.28", - "@types/react-dnd-multi-backend": "6.0.2", - "@types/react-dom": "^18.0.10", - "@types/react-test-renderer": "18.0.0", - "@types/request": "^2.48.8", - "@types/to-title-case": "1.0.0", - "@types/vscode": "1.76.0", - "@types/vscode-webview": "1.57.1", - "@typescript-eslint/eslint-plugin": "5.45.0", - "@typescript-eslint/parser": "5.45.0", - "@vscode/test-electron": "2.3.0", - "adm-zip": "^0.5.10", - "babel-jest": "28.1.3", - "babel-loader": "8.2.5", - "babel-plugin-formatjs": "10.3.27", - "chalk": "5.0.1", - "css-loader": "6.7.1", - "eslint": "8.22.0", - "eslint-config-prettier": "8.5.0", - "eslint-plugin-formatjs": "4.12.2", - "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsx-a11y": "6.7.1", - "eslint-plugin-react": "7.32.2", - "eslint-plugin-react-hooks": "4.6.0", - "husky": "8.0.1", - "jest": "28.1.3", - "jest-junit": "13.2.0", - "jsonc-eslint-parser": "^2.1.0", - "jsonc-parser": "^2.3.1", - "less-loader": "11.0.0", + "@babel/core": "^7.24.3", + "@babel/preset-env": "^7.24.3", + "@babel/preset-react": "^7.24.1", + "@babel/preset-typescript": "^7.24.1", + "@faker-js/faker": "^8.4.1", + "@rollup/plugin-babel": "^6.0.4", + "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-replace": "^5.0.5", + "@rollup/plugin-terser": "^0.4.4", + "@size-limit/preset-small-lib": "^11.1.2", + "@tanstack/config": "^0.6.0", + "@testing-library/jest-dom": "^6.4.2", + "@testing-library/react": "^14.2.2", + "@testing-library/react-hooks": "^8.0.1", + "@types/node": "^20.11.30", + "husky": "^9.0.11", + "jsdom": "^24.0.0", + "knip": "^5.2.2", "lint-staged": "^15.2.2", - "prettier": "2.8.4", - "react": "18.2.0", - "react-dom": "18.2.0", - "react-test-renderer": "18.2.0", - "recursive-copy": "^2.0.14", - "rollup-plugin-peer-deps-external": "2.2.4", - "standard-version": "9.5.0", - "style-loader": "3.3.1", - "ts-jest": "28.0.8", - "ts-node": "10.9.1", - "typescript": "^4.7.4", - "url-loader": "4.1.1", - "vsce": "^2.11.0", - "webpack-cli": "4.10.0", - "worker-loader": "3.0.8", - "yalc": "1.0.0-pre.53" + "nx": "^18.1.2", + "prettier": "^4.0.0-alpha.8", + "prettier-plugin-svelte": "^3.2.2", + "rimraf": "^5.0.5", + "rollup": "^4.13.0", + "rollup-plugin-size": "^0.3.1", + "rollup-plugin-svelte": "^7.2.0", + "rollup-plugin-visualizer": "^5.12.0", + "sherif": "^0.8.1", + "size-limit": "^11.1.2", + "typescript": "5.4.3", + "vitest": "^1.4.0" }, "lint-staged": { "*.js,ts,tsx": "eslint --cache --fix", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 00000000000..3514d5bf4e9 --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,12187 @@ +lockfileVersion: '6.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + devDependencies: + '@babel/core': + specifier: ^7.24.3 + version: 7.24.3 + '@babel/preset-env': + specifier: ^7.24.3 + version: 7.24.3(@babel/core@7.24.3) + '@babel/preset-react': + specifier: ^7.24.1 + version: 7.24.1(@babel/core@7.24.3) + '@babel/preset-typescript': + specifier: ^7.24.1 + version: 7.24.1(@babel/core@7.24.3) + '@faker-js/faker': + specifier: ^8.4.1 + version: 8.4.1 + '@rollup/plugin-babel': + specifier: ^6.0.4 + version: 6.0.4(@babel/core@7.24.3)(rollup@4.13.0) + '@rollup/plugin-commonjs': + specifier: ^25.0.7 + version: 25.0.7(rollup@4.13.0) + '@rollup/plugin-node-resolve': + specifier: ^15.2.3 + version: 15.2.3(rollup@4.13.0) + '@rollup/plugin-replace': + specifier: ^5.0.5 + version: 5.0.5(rollup@4.13.0) + '@rollup/plugin-terser': + specifier: ^0.4.4 + version: 0.4.4(rollup@4.13.0) + '@size-limit/preset-small-lib': + specifier: ^11.1.2 + version: 11.1.2(size-limit@11.1.2) + '@tanstack/config': + specifier: ^0.6.0 + version: 0.6.0(@types/node@20.11.30)(esbuild@0.20.2)(rollup@4.13.0)(typescript@5.4.3)(vite@5.2.6) + '@testing-library/jest-dom': + specifier: ^6.4.2 + version: 6.4.2(vitest@1.4.0) + '@testing-library/react': + specifier: ^14.2.2 + version: 14.2.2(react-dom@18.2.0)(react@18.2.0) + '@testing-library/react-hooks': + specifier: ^8.0.1 + version: 8.0.1(react-dom@18.2.0)(react@18.2.0) + '@types/node': + specifier: ^20.11.30 + version: 20.11.30 + husky: + specifier: ^9.0.11 + version: 9.0.11 + jsdom: + specifier: ^24.0.0 + version: 24.0.0 + knip: + specifier: ^5.2.2 + version: 5.5.0(@types/node@20.11.30)(typescript@5.4.3) + lint-staged: + specifier: ^15.2.2 + version: 15.2.2 + nx: + specifier: ^18.1.2 + version: 18.1.3 + prettier: + specifier: ^4.0.0-alpha.8 + version: 4.0.0-alpha.8 + prettier-plugin-svelte: + specifier: ^3.2.2 + version: 3.2.2(prettier@4.0.0-alpha.8)(svelte@4.2.12) + rimraf: + specifier: ^5.0.5 + version: 5.0.5 + rollup: + specifier: ^4.13.0 + version: 4.13.0 + rollup-plugin-size: + specifier: ^0.3.1 + version: 0.3.1 + rollup-plugin-svelte: + specifier: ^7.2.0 + version: 7.2.0(rollup@4.13.0)(svelte@4.2.12) + rollup-plugin-visualizer: + specifier: ^5.12.0 + version: 5.12.0(rollup@4.13.0) + sherif: + specifier: ^0.8.1 + version: 0.8.1 + size-limit: + specifier: ^11.1.2 + version: 11.1.2 + typescript: + specifier: 5.4.3 + version: 5.4.3 + vitest: + specifier: ^1.4.0 + version: 1.4.0(@types/node@20.11.30)(jsdom@24.0.0) + + libs/chatbot: + dependencies: + '@fluentui/react': + specifier: 8.110.2 + version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-components': + specifier: 9.42.0 + version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': + specifier: 2.0.224 + version: 2.0.224(react@18.2.0) + '@microsoft/designer-ui': + specifier: workspace:* + version: link:../designer-ui + '@microsoft/logic-apps-designer': + specifier: workspace:* + version: link:../designer + '@microsoft/logic-apps-shared': + specifier: workspace:* + version: link:../logic-apps-shared + react-dom: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0(react@18.2.0) + react-intl: + specifier: 6.3.0 + version: 6.3.0(react@18.2.0)(typescript@5.4.3) + devDependencies: + '@types/react': + specifier: ^18.2.69 + version: 18.2.70 + react: + specifier: ^18.2.0 + version: 18.2.0 + + libs/data-mapper: + dependencies: + '@fluentui/azure-themes': + specifier: 8.5.70 + version: 8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': + specifier: 8.110.2 + version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-components': + specifier: 9.42.0 + version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-hooks': + specifier: 8.6.20 + version: 8.6.20(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-icons': + specifier: 2.0.224 + version: 2.0.224(react@18.2.0) + '@fluentui/react-migration-v8-v9': + specifier: 9.2.16 + version: 9.2.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-portal-compat': + specifier: 9.0.60 + version: 9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@microsoft/applicationinsights-react-js': + specifier: 3.4.0 + version: 3.4.0(history@5.3.0)(react@18.2.0)(tslib@2.6.2) + '@microsoft/applicationinsights-web': + specifier: 2.8.9 + version: 2.8.9(tslib@2.6.2) + '@microsoft/designer-ui': + specifier: workspace:* + version: link:../designer-ui + '@microsoft/logic-apps-designer': + specifier: workspace:* + version: link:../designer + '@microsoft/logic-apps-shared': + specifier: workspace:* + version: link:../logic-apps-shared + '@react-hookz/web': + specifier: 22.0.0 + version: 22.0.0(react-dom@18.2.0)(react@18.2.0) + '@reduxjs/toolkit': + specifier: 1.8.5 + version: 1.8.5(react-redux@8.0.2)(react@18.2.0) + fuse.js: + specifier: 6.6.2 + version: 6.6.2 + immer: + specifier: 9.0.15 + version: 9.0.15 + js-yaml: + specifier: 4.1.0 + version: 4.1.0 + pathfinding: + specifier: 0.4.18 + version: 0.4.18 + react-dnd: + specifier: 16.0.1 + version: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + react-dnd-html5-backend: + specifier: 16.0.1 + version: 16.0.1 + react-dom: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0(react@18.2.0) + react-icons: + specifier: 4.8.0 + version: 4.8.0(react@18.2.0) + react-intl: + specifier: 6.3.0 + version: 6.3.0(react@18.2.0)(typescript@5.4.3) + react-query: + specifier: 3.39.3 + version: 3.39.3(react-dom@18.2.0)(react@18.2.0) + react-redux: + specifier: 8.0.2 + version: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + reactflow: + specifier: 11.8.2 + version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + redux-undo: + specifier: 1.1.0 + version: 1.1.0 + devDependencies: + '@types/react': + specifier: ^18.2.69 + version: 18.2.70 + react: + specifier: ^18.2.0 + version: 18.2.0 + + libs/designer: + dependencies: + '@fluentui/azure-themes': + specifier: 8.5.70 + version: 8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': + specifier: 8.110.2 + version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-components': + specifier: 9.42.0 + version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-hooks': + specifier: 8.6.20 + version: 8.6.20(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-icons': + specifier: 2.0.224 + version: 2.0.224(react@18.2.0) + '@fluentui/utilities': + specifier: 8.13.16 + version: 8.13.16(@types/react@18.2.70)(react@18.2.0) + '@microsoft/applicationinsights-core-js': + specifier: 2.8.9 + version: 2.8.9(tslib@2.6.2) + '@microsoft/designer-ui': + specifier: workspace:* + version: link:../designer-ui + '@microsoft/logic-apps-shared': + specifier: workspace:* + version: link:../logic-apps-shared + '@react-hookz/web': + specifier: 22.0.0 + version: 22.0.0(react-dom@18.2.0)(react@18.2.0) + '@reduxjs/toolkit': + specifier: 1.8.5 + version: 1.8.5(react-redux@8.0.2)(react@18.2.0) + elkjs: + specifier: 0.8.2 + version: 0.8.2 + fuse.js: + specifier: 6.6.2 + version: 6.6.2 + immer: + specifier: 9.0.15 + version: 9.0.15 + lodash.frompairs: + specifier: 4.0.1 + version: 4.0.1 + lodash.merge: + specifier: 4.6.2 + version: 4.6.2 + react: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0 + react-dnd: + specifier: 16.0.1 + version: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + react-dnd-accessible-backend: + specifier: 1.0.1 + version: 1.0.1(react-dnd@16.0.1)(react@18.2.0) + react-dnd-html5-backend: + specifier: 16.0.1 + version: 16.0.1 + react-dnd-multi-backend: + specifier: 8.0.0 + version: 8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@18.2.0) + react-dom: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0(react@18.2.0) + react-hotkeys-hook: + specifier: 4.3.8 + version: 4.3.8(react-dom@18.2.0)(react@18.2.0) + react-intl: + specifier: 6.3.0 + version: 6.3.0(react@18.2.0)(typescript@5.4.3) + react-query: + specifier: 3.39.3 + version: 3.39.3(react-dom@18.2.0)(react@18.2.0) + react-redux: + specifier: 8.0.2 + version: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + reactflow: + specifier: 11.8.2 + version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + to-title-case: + specifier: 1.0.0 + version: 1.0.0 + util: + specifier: 0.12.5 + version: 0.12.5 + yocto-queue: + specifier: 0.1.0 + version: 0.1.0 + + libs/designer-ui: + dependencies: + '@fluentui/react': + specifier: 8.110.2 + version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-components': + specifier: 9.42.0 + version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-hooks': + specifier: 8.6.20 + version: 8.6.20(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-icons': + specifier: 2.0.224 + version: 2.0.224(react@18.2.0) + '@fluentui/theme': + specifier: 2.6.25 + version: 2.6.25(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': + specifier: 8.13.16 + version: 8.13.16(@types/react@18.2.70)(react@18.2.0) + '@lexical/html': + specifier: 0.12.4 + version: 0.12.4(lexical@0.12.4) + '@lexical/link': + specifier: 0.12.4 + version: 0.12.4(lexical@0.12.4) + '@lexical/list': + specifier: 0.12.4 + version: 0.12.4(lexical@0.12.4) + '@lexical/react': + specifier: 0.12.4 + version: 0.12.4(lexical@0.12.4)(react-dom@18.2.0)(react@18.2.0)(yjs@13.6.14) + '@lexical/rich-text': + specifier: 0.12.4 + version: 0.12.4(@lexical/clipboard@0.12.4)(@lexical/selection@0.12.4)(@lexical/utils@0.12.4)(lexical@0.12.4) + '@lexical/selection': + specifier: 0.12.4 + version: 0.12.4(lexical@0.12.4) + '@lexical/utils': + specifier: 0.12.4 + version: 0.12.4(lexical@0.12.4) + '@microsoft/logic-apps-shared': + specifier: workspace:* + version: link:../logic-apps-shared + '@monaco-editor/react': + specifier: 4.6.0 + version: 4.6.0(monaco-editor@0.47.0)(react-dom@18.2.0)(react@18.2.0) + '@react-hookz/web': + specifier: 22.0.0 + version: 22.0.0(react-dom@18.2.0)(react@18.2.0) + fuse.js: + specifier: 6.6.2 + version: 6.6.2 + lexical: + specifier: 0.12.4 + version: 0.12.4 + monaco-editor: + specifier: 0.47.0 + version: 0.47.0 + prism-react-renderer: + specifier: 1.3.5 + version: 1.3.5(react@18.2.0) + react: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0 + react-dnd: + specifier: 16.0.1 + version: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + react-dom: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0(react@18.2.0) + react-infinite-scroll-component: + specifier: 6.1.0 + version: 6.1.0(react@18.2.0) + react-intl: + specifier: 6.3.0 + version: 6.3.0(react@18.2.0)(typescript@5.4.3) + react-markdown: + specifier: 8.0.5 + version: 8.0.5(@types/react@18.2.70)(react@18.2.0) + react-query: + specifier: 3.39.3 + version: 3.39.3(react-dom@18.2.0)(react@18.2.0) + react-use: + specifier: 17.4.0 + version: 17.4.0(react-dom@18.2.0)(react@18.2.0) + reactflow: + specifier: 11.8.2 + version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + + libs/logic-apps-shared: + dependencies: + '@apidevtools/swagger-parser': + specifier: 10.0.3 + version: 10.0.3(openapi-types@12.1.3) + axios: + specifier: 1.6.0 + version: 1.6.0 + react: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0 + react-dom: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0(react@18.2.0) + react-intl: + specifier: 6.3.0 + version: 6.3.0(react@18.2.0)(typescript@5.4.3) + react-query: + specifier: 3.39.3 + version: 3.39.3(react-dom@18.2.0)(react@18.2.0) + reactflow: + specifier: 11.8.2 + version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + + libs/vscode-extension: + dependencies: + '@apidevtools/swagger-parser': + specifier: 10.0.3 + version: 10.0.3(openapi-types@12.1.3) + '@microsoft/logic-apps-shared': + specifier: workspace:* + version: link:../logic-apps-shared + '@microsoft/vscode-azext-azureappservice': + specifier: 0.8.1 + version: 0.8.1(tslib@2.4.0) + '@microsoft/vscode-azext-utils': + specifier: 0.4.6 + version: 0.4.6(@azure/ms-rest-azure-env@2.0.0)(tslib@2.4.0) + axios: + specifier: 1.6.0 + version: 1.6.0 + react-intl: + specifier: 6.3.0 + version: 6.3.0(react@18.2.0)(typescript@5.4.3) + react-query: + specifier: 3.39.3 + version: 3.39.3(react-dom@18.2.0)(react@18.2.0) + reactflow: + specifier: 11.8.2 + version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + tslib: + specifier: 2.4.0 + version: 2.4.0 + +packages: + + /@adobe/css-tools@4.3.3: + resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} + dev: true + + /@ampproject/remapping@2.3.0: + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + dev: true + + /@apidevtools/json-schema-ref-parser@9.1.2: + resolution: {integrity: sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==} + dependencies: + '@jsdevtools/ono': 7.1.3 + '@types/json-schema': 7.0.15 + call-me-maybe: 1.0.2 + js-yaml: 4.1.0 + dev: false + + /@apidevtools/openapi-schemas@2.1.0: + resolution: {integrity: sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==} + engines: {node: '>=10'} + dev: false + + /@apidevtools/swagger-methods@3.0.2: + resolution: {integrity: sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==} + dev: false + + /@apidevtools/swagger-parser@10.0.3(openapi-types@12.1.3): + resolution: {integrity: sha512-sNiLY51vZOmSPFZA5TF35KZ2HbgYklQnTSDnkghamzLb3EkNtcQnrBQEj5AOCxHpTtXpqMCRM1CrmV2rG6nw4g==} + peerDependencies: + openapi-types: '>=7' + dependencies: + '@apidevtools/json-schema-ref-parser': 9.1.2 + '@apidevtools/openapi-schemas': 2.1.0 + '@apidevtools/swagger-methods': 3.0.2 + '@jsdevtools/ono': 7.1.3 + call-me-maybe: 1.0.2 + openapi-types: 12.1.3 + z-schema: 5.0.5 + dev: false + + /@azure/abort-controller@1.1.0: + resolution: {integrity: sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==} + engines: {node: '>=12.0.0'} + dependencies: + tslib: 2.4.0 + dev: false + + /@azure/abort-controller@2.1.1: + resolution: {integrity: sha512-NhzeNm5zu2fPlwGXPUjzsRCRuPx5demaZyNcyNYJDqpa/Sbxzvo/RYt9IwUaAOnDW5+r7J9UOE6f22TQnb9nhQ==} + engines: {node: '>=18.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + + /@azure/arm-appinsights@5.0.0-beta.7: + resolution: {integrity: sha512-HqSPXptE4kdWt6BbfHaVXWKpgGZ99PYEzL8O+ahHzSn83craNo1aw4yXdT579pqrbYj7ezj2wILWaph1lMEedQ==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-appservice@13.0.3: + resolution: {integrity: sha512-Vu011o3/bikQNwtjouwmUJud+Z6Brcjij2D0omPWClRGg8i5gBfOYSpDkFGkHbhGlaky4fgvfkxD0uHGq34uYA==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-lro': 2.7.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-operationalinsights@8.0.1: + resolution: {integrity: sha512-5Xo1jTotmMREtgNqrHGI1+fOTuejyHfiquK4dPgLIZ2CiQoOnX/RDqD5O0Pcaj2R10PLeMBk/DohBpw9mI2ugg==} + engines: {node: '>=12.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-lro': 2.7.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-resourcegraph@4.2.1: + resolution: {integrity: sha512-PDuRJ6I7wpy/bu2dqX3OVvX6fpM3YzXkFLGnmYpevYFBQBgueNhHruBAk5r1xh2VRTv1M0lAdaYy6LmVHiCRTw==} + dependencies: + '@azure/core-auth': 1.7.1 + '@azure/ms-rest-azure-js': 2.1.0 + '@azure/ms-rest-js': 2.7.0 + tslib: 1.14.1 + transitivePeerDependencies: + - encoding + dev: false + + /@azure/arm-resources-profile-2020-09-01-hybrid@2.1.0: + resolution: {integrity: sha512-7sNMfaf8agfQmExgtlvXzTooxoXPl2wJelSB2hQCG2BPZ37Oi24kxeECia+lXiZKfXAkiPSHxgdgECGjDQaV+Q==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-lro': 2.7.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-resources-subscriptions@2.1.0: + resolution: {integrity: sha512-vKiu/3Yh84IV3IuJJ+0Fgs/ZQpvuGzoZ3dAoBksIV++Uu/Qz9RcQVz7pj+APWYIuODuR9I0eGKswZvzynzekug==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-resources@5.2.0: + resolution: {integrity: sha512-wQyuhL8WQsLkW/KMdik8bLJIJCz3Z6mg/+AKm0KedgK73SKhicSqYP+ed3t+43tLlRFltcrmGKMcHLQ+Jhv/6A==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-lro': 2.7.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-storage-profile-2020-09-01-hybrid@2.1.0: + resolution: {integrity: sha512-XZYoBWQP9BkQPde5DA7xIiOJVE+6Eeo755VfRqymN42gRn/X6GOcZ0X5x0qvLVxXZcwpFRKblRpkmxGi0FpIxg==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-lro': 2.7.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-storage@17.2.1: + resolution: {integrity: sha512-J2jmTPv8ZraSHDTz9l2Bx8gNL3ktfDDWo2mxWfzarn64O9Fjhb+l85YWyubGy2xUdeGuZPKzvQLltGv8bSu8eQ==} + engines: {node: '>=12.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-lro': 2.7.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/arm-subscriptions@5.1.0: + resolution: {integrity: sha512-6BeOF2eQWNLq22ch7xP9RxYnPjtGev54OUCGggKOWoOvmesK7jUZbIyLk8JeXDT21PEl7iyYnxw78gxJ7zBxQw==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.1 + '@azure/core-client': 1.9.1 + '@azure/core-lro': 2.7.1 + '@azure/core-paging': 1.6.1 + '@azure/core-rest-pipeline': 1.15.1 + tslib: 2.4.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/core-auth@1.7.1: + resolution: {integrity: sha512-dyeQwvgthqs/SlPVQbZQetpslXceHd4i5a7M/7z/lGEAVwnSluabnQOjF2/dk/hhWgMISusv1Ytp4mQ8JNy62A==} + engines: {node: '>=18.0.0'} + dependencies: + '@azure/abort-controller': 2.1.1 + '@azure/core-util': 1.8.1 + tslib: 2.6.2 + dev: false + + /@azure/core-client@1.9.1: + resolution: {integrity: sha512-hHYFx9lz0ZpbO5W+iotU9tmIX1jPcoIjYUEUaWGuMi1628LCQ/z05TUR4P+NRtMgyoHQuyVYyGQiD3PC47kaIA==} + engines: {node: '>=18.0.0'} + dependencies: + '@azure/abort-controller': 2.1.1 + '@azure/core-auth': 1.7.1 + '@azure/core-rest-pipeline': 1.15.1 + '@azure/core-tracing': 1.1.1 + '@azure/core-util': 1.8.1 + '@azure/logger': 1.1.1 + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/core-http@3.0.4: + resolution: {integrity: sha512-Fok9VVhMdxAFOtqiiAtg74fL0UJkt0z3D+ouUUxcRLzZNBioPRAMJFVxiWoJljYpXsRi4GDQHzQHDc9AiYaIUQ==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-auth': 1.7.1 + '@azure/core-tracing': 1.0.0-preview.13 + '@azure/core-util': 1.8.1 + '@azure/logger': 1.1.1 + '@types/node-fetch': 2.6.11 + '@types/tunnel': 0.0.3 + form-data: 4.0.0 + node-fetch: 2.7.0 + process: 0.11.10 + tslib: 2.4.0 + tunnel: 0.0.6 + uuid: 8.3.2 + xml2js: 0.5.0 + transitivePeerDependencies: + - encoding + dev: false + + /@azure/core-lro@2.7.1: + resolution: {integrity: sha512-kXSlrNHOCTVZMxpXNRqzgh9/j4cnNXU5Hf2YjMyjddRhCXFiFRzmNaqwN+XO9rGTsCOIaaG7M67zZdyliXZG9g==} + engines: {node: '>=18.0.0'} + dependencies: + '@azure/abort-controller': 2.1.1 + '@azure/core-util': 1.8.1 + '@azure/logger': 1.1.1 + tslib: 2.6.2 + dev: false + + /@azure/core-paging@1.6.1: + resolution: {integrity: sha512-3tKIQXSU3mlN+ITz0m2pXLnKK3oQ6/EVcW8ud011Iq+M0rx6Wnm7NUEpoMeOAEedeKlPtemrQzO6YWoDR71O5w==} + engines: {node: '>=18.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + + /@azure/core-rest-pipeline@1.15.1: + resolution: {integrity: sha512-ZxS6i3eHxh86u+1eWZJiYywoN2vxvsSoAUx60Mny8cZ4nTwvt7UzVVBJO+m2PW2KIJfNiXMt59xBa59htOWL4g==} + engines: {node: '>=18.0.0'} + dependencies: + '@azure/abort-controller': 2.1.1 + '@azure/core-auth': 1.7.1 + '@azure/core-tracing': 1.1.1 + '@azure/core-util': 1.8.1 + '@azure/logger': 1.1.1 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color + dev: false + + /@azure/core-tracing@1.0.0-preview.13: + resolution: {integrity: sha512-KxDlhXyMlh2Jhj2ykX6vNEU0Vou4nHr025KoSEiz7cS3BNiHNaZcdECk/DmLkEB0as5T7b/TpRcehJ5yV6NeXQ==} + engines: {node: '>=12.0.0'} + dependencies: + '@opentelemetry/api': 1.8.0 + tslib: 2.4.0 + dev: false + + /@azure/core-tracing@1.1.1: + resolution: {integrity: sha512-qPbYhN1pE5XQ2jPKIHP33x8l3oBu1UqIWnYqZZ3OYnYjzY0xqIHjn49C+ptsPD9yC7uyWI9Zm7iZUZLs2R4DhQ==} + engines: {node: '>=18.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + + /@azure/core-util@1.8.1: + resolution: {integrity: sha512-L3voj0StUdJ+YKomvwnTv7gHzguJO+a6h30pmmZdRprJCM+RJlGMPxzuh4R7lhQu1jNmEtaHX5wvTgWLDAmbGQ==} + engines: {node: '>=18.0.0'} + dependencies: + '@azure/abort-controller': 2.1.1 + tslib: 2.6.2 + dev: false + + /@azure/logger@1.1.1: + resolution: {integrity: sha512-/+4TtokaGgC+MnThdf6HyIH9Wrjp+CnCn3Nx3ggevN7FFjjNyjqg0yLlc2i9S+Z2uAzI8GYOo35Nzb1MhQ89MA==} + engines: {node: '>=18.0.0'} + dependencies: + tslib: 2.6.2 + dev: false + + /@azure/ms-rest-azure-env@2.0.0: + resolution: {integrity: sha512-dG76W7ElfLi+fbTjnZVGj+M9e0BIEJmRxU6fHaUQ12bZBe8EJKYb2GV50YWNaP2uJiVQ5+7nXEVj1VN1UQtaEw==} + dev: false + + /@azure/ms-rest-azure-js@2.1.0: + resolution: {integrity: sha512-CjZjB8apvXl5h97Ck6SbeeCmU0sk56YPozPtTyGudPp1RGoHXNjFNtoOvwOG76EdpmMpxbK10DqcygI16Lu60Q==} + dependencies: + '@azure/core-auth': 1.7.1 + '@azure/ms-rest-js': 2.7.0 + tslib: 1.14.1 + transitivePeerDependencies: + - encoding + dev: false + + /@azure/ms-rest-js@2.7.0: + resolution: {integrity: sha512-ngbzWbqF+NmztDOpLBVDxYM+XLcUj7nKhxGbSU9WtIsXfRB//cf2ZbAG5HkOrhU9/wd/ORRB6lM/d69RKVjiyA==} + dependencies: + '@azure/core-auth': 1.7.1 + abort-controller: 3.0.0 + form-data: 2.5.1 + node-fetch: 2.7.0 + tslib: 1.14.1 + tunnel: 0.0.6 + uuid: 8.3.2 + xml2js: 0.5.0 + transitivePeerDependencies: + - encoding + dev: false + + /@azure/storage-blob@12.17.0: + resolution: {integrity: sha512-sM4vpsCpcCApagRW5UIjQNlNylo02my2opgp0Emi8x888hZUvJ3dN69Oq20cEGXkMUWnoCrBaB0zyS3yeB87sQ==} + engines: {node: '>=14.0.0'} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/core-http': 3.0.4 + '@azure/core-lro': 2.7.1 + '@azure/core-paging': 1.6.1 + '@azure/core-tracing': 1.0.0-preview.13 + '@azure/logger': 1.1.1 + events: 3.3.0 + tslib: 2.4.0 + transitivePeerDependencies: + - encoding + dev: false + + /@babel/code-frame@7.24.2: + resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.24.2 + picocolors: 1.0.0 + dev: true + + /@babel/compat-data@7.24.1: + resolution: {integrity: sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/core@7.24.3: + resolution: {integrity: sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.1 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helpers': 7.24.1 + '@babel/parser': 7.24.1 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/generator@7.24.1: + resolution: {integrity: sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + dev: true + + /@babel/helper-annotate-as-pure@7.22.5: + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: + resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-compilation-targets@7.23.6: + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.24.1 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.23.0 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: true + + /@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: true + + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.3): + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: true + + /@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.3): + resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-environment-visitor@7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-function-name@7.23.0: + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-hoist-variables@7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-member-expression-to-functions@7.23.0: + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-module-imports@7.24.3: + resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.3): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + dev: true + + /@babel/helper-optimise-call-expression@7.22.5: + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-plugin-utils@7.24.0: + resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.3): + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 + dev: true + + /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: true + + /@babel/helper-simple-access@7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-skip-transparent-expression-wrappers@7.22.5: + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-split-export-declaration@7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/helper-string-parser@7.24.1: + resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-validator-identifier@7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-validator-option@7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-wrap-function@7.22.20: + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 + dev: true + + /@babel/helpers@7.24.1: + resolution: {integrity: sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/highlight@7.24.2: + resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.0 + dev: true + + /@babel/parser@7.24.1: + resolution: {integrity: sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.3) + dev: true + + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.3): + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.3): + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.3): + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.3): + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.3): + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.3): + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.3): + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.3): + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.3): + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.3): + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.3): + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.3): + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.3): + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.3): + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.3): + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.3): + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.3): + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.3): + resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-block-scoping@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-class-static-block@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-classes@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3) + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + dev: true + + /@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/template': 7.24.0 + dev: true + + /@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: true + + /@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-simple-access': 7.22.5 + dev: true + + /@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-identifier': 7.22.20 + dev: true + + /@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.3): + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-parameters@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-react-display-name@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.24.3): + resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.3): + resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.3) + '@babel/types': 7.24.0 + dev: true + + /@babel/plugin-transform-react-pure-annotations@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + regenerator-transform: 0.15.2 + dev: true + + /@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: true + + /@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-typescript@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.3) + dev: true + + /@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/preset-env@7.24.3(@babel/core@7.24.3): + resolution: {integrity: sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.24.1 + '@babel/core': 7.24.3 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.3) + '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.3) + '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-block-scoping': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-class-static-block': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.3) + '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-object-rest-spread': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-typeof-symbol': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.24.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.3) + babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.3) + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.3) + babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.24.3) + core-js-compat: 3.36.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.3): + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/types': 7.24.0 + esutils: 2.0.3 + dev: true + + /@babel/preset-react@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.3) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.3) + '@babel/plugin-transform-react-pure-annotations': 7.24.1(@babel/core@7.24.3) + dev: true + + /@babel/preset-typescript@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.3) + dev: true + + /@babel/regjsgen@0.8.0: + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + dev: true + + /@babel/runtime@7.24.1: + resolution: {integrity: sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.14.1 + + /@babel/template@7.24.0: + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + dev: true + + /@babel/traverse@7.24.1: + resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.1 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/types@7.24.0: + resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.24.1 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: true + + /@commitlint/parse@18.6.1: + resolution: {integrity: sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==} + engines: {node: '>=v18'} + dependencies: + '@commitlint/types': 18.6.1 + conventional-changelog-angular: 7.0.0 + conventional-commits-parser: 5.0.0 + dev: true + + /@commitlint/types@18.6.1: + resolution: {integrity: sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==} + engines: {node: '>=v18'} + dependencies: + chalk: 4.1.2 + dev: true + + /@ctrl/tinycolor@3.3.4: + resolution: {integrity: sha512-8vmPV/nIULFDWsnJalQJDqFLC2uTPx6A/ASA2t27QGp+7oXnbWWXCe0uV8xasIH2rGbI/XoB2vmkdP/94WvMrw==} + engines: {node: '>=10'} + dev: false + + /@emotion/hash@0.9.1: + resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} + dev: false + + /@ericcornelissen/bash-parser@0.5.2: + resolution: {integrity: sha512-4pIMTa1nEFfMXitv7oaNEWOdM+zpOZavesa5GaiWTgda6Zk32CFGxjUp/iIaN0PwgUW1yTq/fztSjbpE8SLGZQ==} + engines: {node: '>=4'} + dependencies: + array-last: 1.3.0 + babylon: 6.18.0 + compose-function: 3.0.3 + deep-freeze: 0.0.1 + filter-iterator: 0.0.1 + filter-obj: 1.1.0 + has-own-property: 0.1.0 + identity-function: 1.0.0 + is-iterable: 1.1.1 + iterable-lookahead: 1.0.0 + lodash.curry: 4.1.1 + magic-string: 0.16.0 + map-obj: 2.0.0 + object-pairs: 0.1.0 + object-values: 1.0.0 + reverse-arguments: 1.0.0 + shell-quote-word: 1.0.1 + to-pascal-case: 1.0.0 + unescape-js: 1.1.4 + dev: true + + /@esbuild/aix-ppc64@0.20.2: + resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + requiresBuild: true + dev: true + optional: true + + /@esbuild/android-arm64@0.20.2: + resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/android-arm@0.20.2: + resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/android-x64@0.20.2: + resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@esbuild/darwin-arm64@0.20.2: + resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@esbuild/darwin-x64@0.20.2: + resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-arm64@0.20.2: + resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/freebsd-x64@0.20.2: + resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm64@0.20.2: + resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-arm@0.20.2: + resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ia32@0.20.2: + resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-loong64@0.20.2: + resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-mips64el@0.20.2: + resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-ppc64@0.20.2: + resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-riscv64@0.20.2: + resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-s390x@0.20.2: + resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/linux-x64@0.20.2: + resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@esbuild/netbsd-x64@0.20.2: + resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/openbsd-x64@0.20.2: + resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + + /@esbuild/sunos-x64@0.20.2: + resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-arm64@0.20.2: + resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-ia32@0.20.2: + resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@esbuild/win32-x64@0.20.2: + resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@faker-js/faker@8.4.1: + resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'} + dev: true + + /@floating-ui/core@1.6.0: + resolution: {integrity: sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==} + dependencies: + '@floating-ui/utils': 0.2.1 + dev: false + + /@floating-ui/devtools@0.2.1(@floating-ui/dom@1.6.3): + resolution: {integrity: sha512-8PHJLbD6VhBh+LJ1uty/Bz30qs02NXCE5u8WpOhSewlYXUWl03GNXknr9AS2yaAWJEQaY27x7eByJs44gODBcw==} + peerDependencies: + '@floating-ui/dom': '>=1.5.4' + dependencies: + '@floating-ui/dom': 1.6.3 + dev: false + + /@floating-ui/dom@1.6.3: + resolution: {integrity: sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==} + dependencies: + '@floating-ui/core': 1.6.0 + '@floating-ui/utils': 0.2.1 + dev: false + + /@floating-ui/utils@0.2.1: + resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} + dev: false + + /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==} + dependencies: + '@fluentui/react': 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/set-version': 8.2.14 + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react + - react-dom + dev: false + + /@fluentui/date-time-utilities@8.6.0: + resolution: {integrity: sha512-fpdR2pesIewgfgErX0eS+YBPengNH4Qf21Q6bNFTfQsBYXaJZMUqD4V/57JRfIFz4fYXZ6lWKFTTQe50wXKlWA==} + dependencies: + '@fluentui/set-version': 8.2.14 + tslib: 2.6.2 + dev: false + + /@fluentui/dom-utilities@2.2.14: + resolution: {integrity: sha512-+4DVm5sNfJh+l8fM+7ylpOkGNZkNr4X1z1uKQPzRJ1PRhlnvc6vLpWNNicGwpjTbgufSrVtGKXwP5sf++r81lg==} + dependencies: + '@fluentui/set-version': 8.2.14 + tslib: 2.6.2 + dev: false + + /@fluentui/fluent2-theme@8.107.68(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-AwE1vDOm3IzVvG0pnL2DyOS1mLLGzktOlZIC2Q5BoNkYDbn91eFDN6jE11PuARvCPSRjEqumjkQU0egvF48Dsw==} + dependencies: + '@fluentui/react': 8.117.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/set-version': 8.2.14 + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react + - react-dom + dev: false + + /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==} + dependencies: + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + + /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/keyboard-key@0.4.14: + resolution: {integrity: sha512-XzZHcyFEM20H23h3i15UpkHi2AhRBriXPGAHq0Jm98TKFppXehedjjEFuUsh+CyU5JKBhDalWp8TAQ1ArpNzow==} + dependencies: + tslib: 2.6.2 + dev: false + + /@fluentui/keyboard-keys@9.0.7: + resolution: {integrity: sha512-vaQ+lOveQTdoXJYqDQXWb30udSfTVcIuKk1rV0X0eGAgcHeSDeP1HxMy+OgHOQZH3OiBH4ZYeWxb+tmfiDiygQ==} + dependencies: + '@swc/helpers': 0.5.7 + dev: false + + /@fluentui/merge-styles@8.6.0: + resolution: {integrity: sha512-Si54VVK/XZQMTPT6aKE/RmqsY7uy9hERreU143Fbqtg9cf+Hr4iJ7FOGC4dXCfrFIXs0KvIHXCh5mtfrEW2aRQ==} + dependencies: + '@fluentui/set-version': 8.2.14 + tslib: 2.6.2 + dev: false + + /@fluentui/priority-overflow@9.1.11: + resolution: {integrity: sha512-sdrpavvKX2kepQ1d6IaI3ObLq5SAQBPRHPGx2+wiMWL7cEx9vGGM0fmeicl3soqqmM5uwCmWnZk9QZv9XOY98w==} + dependencies: + '@swc/helpers': 0.5.7 + dev: false + + /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-button@9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-card@9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-components@9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + scheduler: ^0.19.0 || ^0.20.0 + dependencies: + '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + scheduler: 0.20.2 + dev: false + + /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + scheduler: '>=0.19.0 <=0.23.0' + dependencies: + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + scheduler: 0.20.2 + dev: false + + /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-field@9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-focus@8.8.42(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/keyboard-key': 0.4.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/react-hooks@8.6.20(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/react-hooks@8.7.0(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/react-icons@2.0.224(react@18.2.0): + resolution: {integrity: sha512-ld03dlc1pG7xeTQsK1y5in19jkMtWHNaoktFv+e7NV2xmrgV/SgPyyjEXbMrQHb8Naea/XCoCpNHnUNCy68akw==} + peerDependencies: + react: '>=16.8.0 <19.0.0' + dependencies: + '@griffel/react': 1.5.21(react@18.2.0) + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/react-image@9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-input@9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 18.2.0 + react-is: 17.0.2 + dev: false + + /@fluentui/react-label@9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-link@9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + dev: false + + /@fluentui/react-migration-v8-v9@9.2.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-TTS4FY1hCG447m5EzGwITQCCeueUmrj8hOa9clDJDim4QR4BT1QhuQa/pZZKGUGjkdNJnDkEeJms+tCLiSvTjw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@ctrl/tinycolor': 3.3.4 + '@fluentui/fluent2-theme': 8.107.68(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.4.36 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/priority-overflow': 9.1.11 + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 18.2.0 + dev: false + + /@fluentui/react-portal-compat@9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-xswO96THwpHVa88hajCTiazY2nc4rMex4uneunk66j0WRpz6W/4E3E5pTI2PSI9DvB0t0gB3uoRML1I6nHveWA==} + peerDependencies: + '@fluentui/react-components': ^9.21.0 + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@swc/helpers': 0.4.36 + '@types/react': 18.2.70 + react: 18.2.0 + transitivePeerDependencies: + - '@types/react-dom' + - react-dom + dev: false + + /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-disposable: 1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + dev: false + + /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@floating-ui/devtools': 0.2.1(@floating-ui/dom@1.6.3) + '@floating-ui/dom': 1.6.3 + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/core': 1.15.3 + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-select@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-theme': 9.1.19 + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 18.2.0 + dev: false + + /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-table@9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + keyborg: 2.5.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tabster: 6.1.0 + dev: false + + /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-text@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-theme@9.1.19: + resolution: {integrity: sha512-mrVhKbr4o9UKERPxgghIRDU59S7gRizrgz3/wwyMt7elkr8Sw+OpwKIeEw9x6P0RTcFDC00nggaMJhBGs7Xo4A==} + dependencies: + '@fluentui/tokens': 1.0.0-alpha.16 + '@swc/helpers': 0.5.7 + dev: false + + /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + dev: false + + /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-utilities@9.18.5(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 18.2.0 + dev: false + + /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-window-provider@2.2.18(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/react@8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/date-time-utilities': 8.6.0 + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/merge-styles': 8.6.0 + '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@18.2.0) + '@microsoft/load-themed-styles': 1.10.295 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tslib: 2.6.2 + dev: false + + /@fluentui/react@8.117.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-7zPFyyhm6zZGUF5C7/L5XNIBNBYsGc2ZIVg+nuCd56hBgMh0smWDnbciFKpQ9jvAh6gvfKbsgUuVWrD/FwEkAg==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/date-time-utilities': 8.6.0 + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/merge-styles': 8.6.0 + '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@microsoft/load-themed-styles': 1.10.295 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tslib: 2.6.2 + dev: false + + /@fluentui/set-version@8.2.14: + resolution: {integrity: sha512-f/QWJnSeyfAjGAqq57yjMb6a5ejPlwfzdExPmzFBuEOuupi8hHbV8Yno12XJcTW4I0KXEQGw+PUaM1aOf/j7jw==} + dependencies: + tslib: 2.6.2 + dev: false + + /@fluentui/style-utilities@8.10.5(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==} + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@microsoft/load-themed-styles': 1.10.295 + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + + /@fluentui/theme@2.6.25(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-slp+Tk+FEDj6HtZNWzckEMPLZMYfe2bECz4hLj/aq2ok51f2ztVTM8rjjmiJjOAidcTirF/gdYVbayc/5MOKag==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/theme@2.6.43(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/tokens@1.0.0-alpha.16: + resolution: {integrity: sha512-Gr9G8LIlUhZYX5j6CfDQrofQqsWAz/q54KabWn1tWV/1083WwyoTZXiG1k6b37NnK7Feye7D7Nz+4MNqoKpXGw==} + dependencies: + '@swc/helpers': 0.5.7 + dev: false + + /@fluentui/utilities@8.13.16(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/dom-utilities': 2.2.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/utilities@8.15.0(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/dom-utilities': 2.2.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@formatjs/ecma402-abstract@1.14.3: + resolution: {integrity: sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==} + dependencies: + '@formatjs/intl-localematcher': 0.2.32 + tslib: 2.6.2 + dev: false + + /@formatjs/fast-memoize@1.2.8: + resolution: {integrity: sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==} + dependencies: + tslib: 2.6.2 + dev: false + + /@formatjs/icu-messageformat-parser@2.3.0: + resolution: {integrity: sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==} + dependencies: + '@formatjs/ecma402-abstract': 1.14.3 + '@formatjs/icu-skeleton-parser': 1.3.18 + tslib: 2.6.2 + dev: false + + /@formatjs/icu-skeleton-parser@1.3.18: + resolution: {integrity: sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==} + dependencies: + '@formatjs/ecma402-abstract': 1.14.3 + tslib: 2.6.2 + dev: false + + /@formatjs/intl-displaynames@6.2.6: + resolution: {integrity: sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==} + dependencies: + '@formatjs/ecma402-abstract': 1.14.3 + '@formatjs/intl-localematcher': 0.2.32 + tslib: 2.6.2 + dev: false + + /@formatjs/intl-listformat@7.1.9: + resolution: {integrity: sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==} + dependencies: + '@formatjs/ecma402-abstract': 1.14.3 + '@formatjs/intl-localematcher': 0.2.32 + tslib: 2.6.2 + dev: false + + /@formatjs/intl-localematcher@0.2.32: + resolution: {integrity: sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==} + dependencies: + tslib: 2.6.2 + dev: false + + /@formatjs/intl@2.6.7(typescript@5.4.3): + resolution: {integrity: sha512-9FvEJfUMzlmP5ZBK3EE0928kVsZmD5aeWXg+faP8+mKIvG3c0hkLEXQ2MiUrXQt4rsEzOPbYVtBdthzSM0e2fw==} + peerDependencies: + typescript: ^4.7 + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@formatjs/ecma402-abstract': 1.14.3 + '@formatjs/fast-memoize': 1.2.8 + '@formatjs/icu-messageformat-parser': 2.3.0 + '@formatjs/intl-displaynames': 6.2.6 + '@formatjs/intl-listformat': 7.1.9 + intl-messageformat: 10.3.1 + tslib: 2.6.2 + typescript: 5.4.3 + dev: false + + /@griffel/core@1.15.3: + resolution: {integrity: sha512-5ksBpOjFJ75HijGehQ06Ri9cQjhd/rqQ0N/jJzXDDXQFYdOOzib/QL7BXNwhkLtTyHvN391cD4/BqcTdynfLUg==} + dependencies: + '@emotion/hash': 0.9.1 + '@griffel/style-types': 1.0.4 + csstype: 3.1.3 + rtl-css-js: 1.16.1 + stylis: 4.3.1 + tslib: 2.6.2 + dev: false + + /@griffel/react@1.5.21(react@18.2.0): + resolution: {integrity: sha512-7wuY9uFSt/0E7kLAKX//ue8NILx0IGoOtIx6WVuavEUFJXPCrvFn4uCDgnJC0211LZtJ+XH7zZGPNUtSb7nijw==} + peerDependencies: + react: '>=16.8.0 <19.0.0' + dependencies: + '@griffel/core': 1.15.3 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@griffel/style-types@1.0.4: + resolution: {integrity: sha512-geZomjQTIHXoQZFFB811PUMXYAr8LuBNOMPcR2YJAl1pslbHYYiZKCa2FgZCw00hnQFP4uB4JIJ2CiPJqKZYmw==} + dependencies: + csstype: 3.1.3 + dev: false + + /@iarna/toml@2.2.5: + resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} + dev: true + + /@isaacs/cliui@8.0.2: + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + dependencies: + string-width: 5.1.2 + string-width-cjs: /string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: /strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: /wrap-ansi@7.0.0 + dev: true + + /@jest/schemas@29.6.3: + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@sinclair/typebox': 0.27.8 + dev: true + + /@jridgewell/gen-mapping@0.3.5: + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 + dev: true + + /@jridgewell/resolve-uri@3.1.2: + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + dev: true + + /@jridgewell/set-array@1.2.1: + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + dev: true + + /@jridgewell/source-map@0.3.6: + resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + dev: true + + /@jridgewell/sourcemap-codec@1.4.15: + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + + /@jridgewell/trace-mapping@0.3.25: + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + dev: true + + /@jsdevtools/ono@7.1.3: + resolution: {integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==} + dev: false + + /@kwsites/file-exists@1.1.1: + resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==} + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false + + /@kwsites/promise-deferred@1.1.1: + resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==} + dev: false + + /@lexical/clipboard@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-kFR+UdhtLCMTQgZCyDmYzp2yjPFMNpUZ4TaRjuRBpCRFYwKMlgie4p1J4VJm6sT23kkAFZtVjOfp+gDEYnPHRQ==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/html': 0.12.4(lexical@0.12.4) + '@lexical/list': 0.12.4(lexical@0.12.4) + '@lexical/selection': 0.12.4(lexical@0.12.4) + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/code@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-pX7rJCjbjCl6VdOPl2hl/UkjP3iPPyCQgH2VQ+WlXapDd+0uZ54nPL1MKCCaFUZocHPmOmSRKKGUp6K2CNiqzg==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + prismjs: 1.29.0 + dev: false + + /@lexical/dragon@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-7DaXdQ/5GJ8HRpPYr2+SjaUi912tG9L6ukg9IglG1t51lWGxqLx2chW17tp50XDTtY05w9VnoMaxtgsuCN5Pmg==} + peerDependencies: + lexical: 0.12.4 + dependencies: + lexical: 0.12.4 + dev: false + + /@lexical/hashtag@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-iCxQRBZmgwAV6kypmxtWg7HVhBC7PKclmqLNaLDLoKBm+keEXpKnGB5iEtgK/tCMiwkzrg+wGcrw5qi+YjvM9Q==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/history@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-XLbSSr9FueAxuKHo4LBi+lZNVAEReNNDCt4MM2Ol8UZhWPlpNskSB/sECYEEQ6/ItlzgtnKyKWjfDFBHRWvC2g==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/html@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-RD/n9n1eCuTZtLaTEI3wuUDlJjCn6j+/0c9GvzqLKhNz9f+E5zMVExhzTT4cZQh5WXbzGFNlwC/cuOtaM3wODg==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/selection': 0.12.4(lexical@0.12.4) + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/link@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-gmEs0GJGDhgwV1x0IrO7Br2GCALijZLIayGWoLAgYiXZee4WZpvjbngZuC6yghYBhrme6muPRMG2sLMwV2cWiQ==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/list@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-qxwRIz+4Aj2u2fzyGPo86vX+1ebwCnamppr/c5ZWuqpRTWtYDWjq5LQKIwAvZBxCzPdtP5jzwyZ6VYWQXYW4Kg==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/mark@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-NFFk/3AFFJARjsth8wd5HdeW8XhcaECoQ8wwnJ4fRZzgN0lu3ZSiq+CuVm0NRN5xA5KoUT6sfIQqGOzIPfvdsw==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/markdown@0.12.4(@lexical/clipboard@0.12.4)(@lexical/selection@0.12.4)(lexical@0.12.4): + resolution: {integrity: sha512-cOk0dkafyvQI4DMwwMfkP329bRVfyhXcVF3dcRiydl6ZIgqOrj/EMi+C0qxQkcqg0MO26Rky6LLJ4vQi6AgJDg==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/code': 0.12.4(lexical@0.12.4) + '@lexical/link': 0.12.4(lexical@0.12.4) + '@lexical/list': 0.12.4(lexical@0.12.4) + '@lexical/rich-text': 0.12.4(@lexical/clipboard@0.12.4)(@lexical/selection@0.12.4)(@lexical/utils@0.12.4)(lexical@0.12.4) + '@lexical/text': 0.12.4(lexical@0.12.4) + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + transitivePeerDependencies: + - '@lexical/clipboard' + - '@lexical/selection' + dev: false + + /@lexical/offset@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-6fjXCx+YD1TMl6GFL4wowhBgbIg+UX3j2OOXh3F7WEp3SDvzoJsJ6F7xRctrHQbluCITM3oDwOyHa1J0m5lrFg==} + peerDependencies: + lexical: 0.12.4 + dependencies: + lexical: 0.12.4 + dev: false + + /@lexical/overflow@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-mEWgVukoOgcyDruHvzk1amy9jgGDVXFYiPn20ykxgrVQz6XEpq+lfyic/BUnN4toNR8p6jc/Yxi2lF1ELCU0Kg==} + peerDependencies: + lexical: 0.12.4 + dependencies: + lexical: 0.12.4 + dev: false + + /@lexical/plain-text@0.12.4(@lexical/clipboard@0.12.4)(@lexical/selection@0.12.4)(@lexical/utils@0.12.4)(lexical@0.12.4): + resolution: {integrity: sha512-osbqOyt19oFG0kTbV71jxxCdgnUqNYW6QXIIaS1SwcCN/N1CdFZ0sNpjPkHIFx9AdZ/Tmi4u9SNFUo16DjvThA==} + peerDependencies: + '@lexical/clipboard': 0.12.4 + '@lexical/selection': 0.12.4 + '@lexical/utils': 0.12.4 + lexical: 0.12.4 + dependencies: + '@lexical/clipboard': 0.12.4(lexical@0.12.4) + '@lexical/selection': 0.12.4(lexical@0.12.4) + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/react@0.12.4(lexical@0.12.4)(react-dom@18.2.0)(react@18.2.0)(yjs@13.6.14): + resolution: {integrity: sha512-tz4ebqJ++YP/Y6FCjk5aU3bvgrps8+i9abqvaaNCSzSQavI0qHtdS7EGy4S9qyO6qKuthXcOGIQxGTweRTkDsA==} + peerDependencies: + lexical: 0.12.4 + react: '>=17.x' + react-dom: '>=17.x' + dependencies: + '@lexical/clipboard': 0.12.4(lexical@0.12.4) + '@lexical/code': 0.12.4(lexical@0.12.4) + '@lexical/dragon': 0.12.4(lexical@0.12.4) + '@lexical/hashtag': 0.12.4(lexical@0.12.4) + '@lexical/history': 0.12.4(lexical@0.12.4) + '@lexical/link': 0.12.4(lexical@0.12.4) + '@lexical/list': 0.12.4(lexical@0.12.4) + '@lexical/mark': 0.12.4(lexical@0.12.4) + '@lexical/markdown': 0.12.4(@lexical/clipboard@0.12.4)(@lexical/selection@0.12.4)(lexical@0.12.4) + '@lexical/overflow': 0.12.4(lexical@0.12.4) + '@lexical/plain-text': 0.12.4(@lexical/clipboard@0.12.4)(@lexical/selection@0.12.4)(@lexical/utils@0.12.4)(lexical@0.12.4) + '@lexical/rich-text': 0.12.4(@lexical/clipboard@0.12.4)(@lexical/selection@0.12.4)(@lexical/utils@0.12.4)(lexical@0.12.4) + '@lexical/selection': 0.12.4(lexical@0.12.4) + '@lexical/table': 0.12.4(lexical@0.12.4) + '@lexical/text': 0.12.4(lexical@0.12.4) + '@lexical/utils': 0.12.4(lexical@0.12.4) + '@lexical/yjs': 0.12.4(lexical@0.12.4)(yjs@13.6.14) + lexical: 0.12.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-error-boundary: 3.1.4(react@18.2.0) + transitivePeerDependencies: + - yjs + dev: false + + /@lexical/rich-text@0.12.4(@lexical/clipboard@0.12.4)(@lexical/selection@0.12.4)(@lexical/utils@0.12.4)(lexical@0.12.4): + resolution: {integrity: sha512-gWMDmdRRFPk00JfQv52650qcpjTN6oBrrYwBydYvEG8WTC8o1k8qEOZaOFja6GElPt0520dpyvcWHTlIL0jv3Q==} + peerDependencies: + '@lexical/clipboard': 0.12.4 + '@lexical/selection': 0.12.4 + '@lexical/utils': 0.12.4 + lexical: 0.12.4 + dependencies: + '@lexical/clipboard': 0.12.4(lexical@0.12.4) + '@lexical/selection': 0.12.4(lexical@0.12.4) + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/selection@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-9lJt9PBJW7lWYiPDo/PGl2nZ6NrdYaDBidEoMNhyusPjeBEr35z4Hm0qWUhDrPDQPhK2i1oBw6nZa94bxuS9Lw==} + peerDependencies: + lexical: 0.12.4 + dependencies: + lexical: 0.12.4 + dev: false + + /@lexical/table@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-Lyy6y1HOQqzU8O2cH5Zhzek46B0UU7NceM2fJKM7qiBSuxY/nE0BzkFq0xDk3x5W+vhXob6Z32sJSNFImtuqKw==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/utils': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/text@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-r/7402eCf6C/7BqUNR7ZLZQQjsE62wjeuf0rFeW1ulOpwiti/dFn1o+EsCb0hvNeHPzfGgRC+FuDT9KSEKu7Ig==} + peerDependencies: + lexical: 0.12.4 + dependencies: + lexical: 0.12.4 + dev: false + + /@lexical/utils@0.12.4(lexical@0.12.4): + resolution: {integrity: sha512-ColV11ANBY6deT7CdGwP4lzv3pb5caFfFLcVKdGDMMJSUYFQ5l69aZvDP2qWWnNqzGLb+AJSunMd142wWc5LGg==} + peerDependencies: + lexical: 0.12.4 + dependencies: + '@lexical/list': 0.12.4(lexical@0.12.4) + '@lexical/selection': 0.12.4(lexical@0.12.4) + '@lexical/table': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + dev: false + + /@lexical/yjs@0.12.4(lexical@0.12.4)(yjs@13.6.14): + resolution: {integrity: sha512-qtCiABugE1CiZ7K5iFfQnB1KqfWtLyiRK0nxAaSxuZzQTO4+Kh3WDh7ULppPa53Sf3pKpw8Sq2XB4AXP6csbkg==} + peerDependencies: + lexical: 0.12.4 + yjs: '>=13.5.22' + dependencies: + '@lexical/offset': 0.12.4(lexical@0.12.4) + lexical: 0.12.4 + yjs: 13.6.14 + dev: false + + /@microsoft/1ds-core-js@3.2.17(tslib@2.4.0): + resolution: {integrity: sha512-S9EgWfY9NP0oiB3sdsTL41hJ71rbQzz9ziijQjHoklFADv+vKNe/TbOAgupBKAW04FaL0wmfE7HGF7mao84hUw==} + dependencies: + '@microsoft/applicationinsights-core-js': 2.8.18(tslib@2.4.0) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + transitivePeerDependencies: + - tslib + dev: false + + /@microsoft/1ds-post-js@3.2.17(tslib@2.4.0): + resolution: {integrity: sha512-YD/pGW/WqijRFEZ/1sSdlkFVM2ZWLGQIMDxRD6/o58c3cC5jzG5PlR1PLp314jFjpUrBc4cmico+WAOP548z4w==} + dependencies: + '@microsoft/1ds-core-js': 3.2.17(tslib@2.4.0) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + transitivePeerDependencies: + - tslib + dev: false + + /@microsoft/api-extractor-model@7.28.3(@types/node@20.11.30): + resolution: {integrity: sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==} + dependencies: + '@microsoft/tsdoc': 0.14.2 + '@microsoft/tsdoc-config': 0.16.2 + '@rushstack/node-core-library': 3.62.0(@types/node@20.11.30) + transitivePeerDependencies: + - '@types/node' + dev: true + + /@microsoft/api-extractor@7.39.0(@types/node@20.11.30): + resolution: {integrity: sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==} + hasBin: true + dependencies: + '@microsoft/api-extractor-model': 7.28.3(@types/node@20.11.30) + '@microsoft/tsdoc': 0.14.2 + '@microsoft/tsdoc-config': 0.16.2 + '@rushstack/node-core-library': 3.62.0(@types/node@20.11.30) + '@rushstack/rig-package': 0.5.1 + '@rushstack/ts-command-line': 4.17.1 + colors: 1.2.5 + lodash: 4.17.21 + resolve: 1.22.8 + semver: 7.5.4 + source-map: 0.6.1 + typescript: 5.3.3 + transitivePeerDependencies: + - '@types/node' + dev: true + + /@microsoft/applicationinsights-analytics-js@2.8.9(tslib@2.6.2): + resolution: {integrity: sha512-7Mu1vJQe2RUFuMXSmQqqk/pzqk0HoWnDH297trDdXPSDgU40YXTp+E5PWD9qoVUnhftb2LYKSL9HlWIBn705eg==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-channel-js@2.8.9(tslib@2.6.2): + resolution: {integrity: sha512-fMBsAEB7pWtPn43y72q9Xy5E5y55r6gMuDQqRRccccVoQDPXyS57VCj5IdATblctru0C6A8XpL2vRyNmEsu0Vg==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-common@2.8.18(tslib@2.6.2): + resolution: {integrity: sha512-/PBRmRL6rFCoO3vWpIEHuFnu+TinEYRKWOj+I+XVUH5myZpv+nYvaRdwryVTkmCYxLyL9kxtNn7hQx8DBlhdSw==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-core-js': 2.8.18(tslib@2.6.2) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-common@2.8.9(tslib@2.6.2): + resolution: {integrity: sha512-mObn1moElyxZaGIRF/IU3cOaeKMgxghXnYEoHNUCA2e+rNwBIgxjyKkblFIpmGuHf4X7Oz3o3yBWpaC6AoMpig==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-core-js@2.8.18(tslib@2.4.0): + resolution: {integrity: sha512-yPHRZFLpnEO0uSgFPM1BLMRRwjoten9YBbn4pJRbCT4PigLnj748knmWsMwXIdcehtkRTYz78kPYa/LWP7nvmA==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.4.0 + dev: false + + /@microsoft/applicationinsights-core-js@2.8.18(tslib@2.6.2): + resolution: {integrity: sha512-yPHRZFLpnEO0uSgFPM1BLMRRwjoten9YBbn4pJRbCT4PigLnj748knmWsMwXIdcehtkRTYz78kPYa/LWP7nvmA==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-core-js@2.8.9(tslib@2.6.2): + resolution: {integrity: sha512-HRuIuZ6aOWezcg/G5VyFDDWGL8hDNe/ljPP01J7ImH2kRPEgbtcfPSUMjkamGMefgdq81GZsSoC/NNGTP4pp2w==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-dependencies-js@2.8.9(tslib@2.6.2): + resolution: {integrity: sha512-tbssKmuA8I/s09elAvYtkChif3Ary/s9CliriFZ8aQsIM6iLv9Fm9sM2q/gDADO8a4HGuR2a+KahXfqqRdHYKQ==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-properties-js@2.8.9(tslib@2.6.2): + resolution: {integrity: sha512-sBoaEPoyV4d5l192HvuQ5+Juc5fukrOkOM/Ug9LEO1/esVmbdiYmGiLLch0MyWTxBkp9LEtYvcJb0/0t5x1odg==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-react-js@3.4.0(history@5.3.0)(react@18.2.0)(tslib@2.6.2): + resolution: {integrity: sha512-digniwtei4TRUGnbwOQ40aaA8in52R4tp6OUyWGDNGw9V9i9VJUeckys4yR4dUDk03dxtcKksW52pN7xFT6H1g==} + peerDependencies: + history: '>= 4.10.1' + react: '>= 17.0.1' + tslib: '*' + dependencies: + '@microsoft/applicationinsights-common': 2.8.18(tslib@2.6.2) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + history: 5.3.0 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@microsoft/applicationinsights-shims@2.0.2: + resolution: {integrity: sha512-PoHEgsnmcqruLNHZ/amACqdJ6YYQpED0KSRe6J7gIJTtpZC1FfFU9b1fmDKDKtFoUSrPzEh1qzO3kmRZP0betg==} + dev: false + + /@microsoft/applicationinsights-web@2.8.9(tslib@2.6.2): + resolution: {integrity: sha512-uyJMNWUMQAehfK1UeAPd3+T5STOeuwty54yfoff12hyF1lWADkV5lEo4ohhMcRhQKdk7AUrhDF4eQnLrm61Mbg==} + peerDependencies: + tslib: '*' + dependencies: + '@microsoft/applicationinsights-analytics-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-channel-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-dependencies-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-properties-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-shims': 2.0.2 + '@microsoft/dynamicproto-js': 1.1.11 + tslib: 2.6.2 + dev: false + + /@microsoft/dynamicproto-js@1.1.11: + resolution: {integrity: sha512-gNw9z9LbqLV+WadZ6/MMrWwO3e0LuoUH1wve/1iPsBNbgqeVCiB0EZFNNj2lysxS2gkqoF9hmyVaG3MoM1BkxA==} + dev: false + + /@microsoft/load-themed-styles@1.10.295: + resolution: {integrity: sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg==} + dev: false + + /@microsoft/tsdoc-config@0.16.2: + resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + dependencies: + '@microsoft/tsdoc': 0.14.2 + ajv: 6.12.6 + jju: 1.4.0 + resolve: 1.19.0 + dev: true + + /@microsoft/tsdoc@0.14.2: + resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + dev: true + + /@microsoft/vscode-azext-azureappservice@0.8.1(tslib@2.4.0): + resolution: {integrity: sha512-rqKRL4KSGQAISBT0WX8n+6T53+qA2a/d4trekVtPeJ7ToE7ZqwunFMTrp2UDmblhjNeup+Irx5fHpsF7uQSHpw==} + dependencies: + '@azure/abort-controller': 1.1.0 + '@azure/arm-appinsights': 5.0.0-beta.7 + '@azure/arm-appservice': 13.0.3 + '@azure/arm-operationalinsights': 8.0.1 + '@azure/arm-resourcegraph': 4.2.1 + '@azure/arm-resources': 5.2.0 + '@azure/arm-subscriptions': 5.1.0 + '@azure/ms-rest-azure-env': 2.0.0 + '@azure/ms-rest-js': 2.7.0 + '@azure/storage-blob': 12.17.0 + '@microsoft/vscode-azext-azureutils': 0.3.9(@azure/ms-rest-azure-env@2.0.0)(tslib@2.4.0) + '@microsoft/vscode-azext-utils': 0.4.6(@azure/ms-rest-azure-env@2.0.0)(tslib@2.4.0) + dayjs: 1.11.10 + fs-extra: 10.1.0 + glob-gitignore: 1.0.14 + globby: 11.1.0 + p-retry: 3.0.1 + pretty-bytes: 5.6.0 + simple-git: 3.23.0 + vscode-nls: 5.2.0 + ws: 8.16.0 + yazl: 2.5.1 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - tslib + - utf-8-validate + dev: false + + /@microsoft/vscode-azext-azureutils@0.3.9(@azure/ms-rest-azure-env@2.0.0)(tslib@2.4.0): + resolution: {integrity: sha512-lKhxSROhTBpz45f0hqYDHfdrGlNOgzfMGXbNproqwyc5qnEYBhs/qG65hcwhLzVm44lYPpBP1aka7OyDEocPOQ==} + dependencies: + '@azure/arm-resources': 5.2.0 + '@azure/arm-resources-profile-2020-09-01-hybrid': 2.1.0 + '@azure/arm-resources-subscriptions': 2.1.0 + '@azure/arm-storage': 17.2.1 + '@azure/arm-storage-profile-2020-09-01-hybrid': 2.1.0 + '@azure/ms-rest-js': 2.7.0 + '@microsoft/vscode-azext-utils': 0.4.6(@azure/ms-rest-azure-env@2.0.0)(tslib@2.4.0) + semver: 7.6.0 + vscode-nls: 5.2.0 + transitivePeerDependencies: + - '@azure/ms-rest-azure-env' + - encoding + - supports-color + - tslib + dev: false + + /@microsoft/vscode-azext-utils@0.4.6(@azure/ms-rest-azure-env@2.0.0)(tslib@2.4.0): + resolution: {integrity: sha512-CPIIvdod95Qdz5vdGg4j7HpryjKEsDVmdir/VduJZHgdVs1iuqa/9UY0+kIg2JnsnpThAdQH36A1GVA8jQeheg==} + dependencies: + '@microsoft/vscode-azureresources-api': 2.2.0(@azure/ms-rest-azure-env@2.0.0) + '@vscode/extension-telemetry': 0.6.2(tslib@2.4.0) + dayjs: 1.11.10 + escape-string-regexp: 2.0.0 + html-to-text: 8.2.1 + open: 8.4.2 + semver: 7.6.0 + vscode-nls: 5.2.0 + vscode-tas-client: 0.1.84 + transitivePeerDependencies: + - '@azure/ms-rest-azure-env' + - tslib + dev: false + + /@microsoft/vscode-azureresources-api@2.2.0(@azure/ms-rest-azure-env@2.0.0): + resolution: {integrity: sha512-2Hc43wYwNe3zjXxwfMMW2L6NnjdOJlTkp7N7mP1AuDSe+cNE3L2yG8pEQTbz9xSNhfXl7PQi6EF05l7MOvqcvw==} + peerDependencies: + '@azure/ms-rest-azure-env': ^2.0.0 + dependencies: + '@azure/ms-rest-azure-env': 2.0.0 + dev: false + + /@monaco-editor/loader@1.4.0(monaco-editor@0.47.0): + resolution: {integrity: sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==} + peerDependencies: + monaco-editor: '>= 0.21.0 < 1' + dependencies: + monaco-editor: 0.47.0 + state-local: 1.0.7 + dev: false + + /@monaco-editor/react@4.6.0(monaco-editor@0.47.0)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==} + peerDependencies: + monaco-editor: '>= 0.25.0 < 1' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@monaco-editor/loader': 1.4.0(monaco-editor@0.47.0) + monaco-editor: 0.47.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@nodelib/fs.scandir@2.1.5: + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + /@nodelib/fs.scandir@3.0.0: + resolution: {integrity: sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==} + engines: {node: '>=16.14.0'} + dependencies: + '@nodelib/fs.stat': 3.0.0 + run-parallel: 1.2.0 + dev: true + + /@nodelib/fs.stat@2.0.5: + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + /@nodelib/fs.stat@3.0.0: + resolution: {integrity: sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==} + engines: {node: '>=16.14.0'} + dev: true + + /@nodelib/fs.walk@1.2.8: + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.17.1 + + /@nodelib/fs.walk@2.0.0: + resolution: {integrity: sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==} + engines: {node: '>=16.14.0'} + dependencies: + '@nodelib/fs.scandir': 3.0.0 + fastq: 1.17.1 + dev: true + + /@npmcli/git@5.0.4: + resolution: {integrity: sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==} + engines: {node: ^16.14.0 || >=18.0.0} + dependencies: + '@npmcli/promise-spawn': 7.0.1 + lru-cache: 10.2.0 + npm-pick-manifest: 9.0.0 + proc-log: 3.0.0 + promise-inflight: 1.0.1 + promise-retry: 2.0.1 + semver: 7.6.0 + which: 4.0.0 + transitivePeerDependencies: + - bluebird + dev: true + + /@npmcli/map-workspaces@3.0.4: + resolution: {integrity: sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + '@npmcli/name-from-folder': 2.0.0 + glob: 10.3.10 + minimatch: 9.0.3 + read-package-json-fast: 3.0.2 + dev: true + + /@npmcli/name-from-folder@2.0.0: + resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + + /@npmcli/package-json@5.0.0: + resolution: {integrity: sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==} + engines: {node: ^16.14.0 || >=18.0.0} + dependencies: + '@npmcli/git': 5.0.4 + glob: 10.3.10 + hosted-git-info: 7.0.1 + json-parse-even-better-errors: 3.0.1 + normalize-package-data: 6.0.0 + proc-log: 3.0.0 + semver: 7.6.0 + transitivePeerDependencies: + - bluebird + dev: true + + /@npmcli/promise-spawn@7.0.1: + resolution: {integrity: sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==} + engines: {node: ^16.14.0 || >=18.0.0} + dependencies: + which: 4.0.0 + dev: true + + /@nrwl/tao@18.1.3: + resolution: {integrity: sha512-cRs5kDRhiYVZ9SLQ2ol+2+zltgPemDtsHKz2h2whazHF+d39zsPLYbFm1ZJuDKpZp6TJJercqSH1UQCdOXEkdQ==} + hasBin: true + dependencies: + nx: 18.1.3 + tslib: 2.6.2 + transitivePeerDependencies: + - '@swc-node/register' + - '@swc/core' + - debug + dev: true + + /@nx/nx-darwin-arm64@18.1.3: + resolution: {integrity: sha512-h3/1ywpLa56RwBnz8Lr9yyUvPvfGvKFxIo8LNptc8fMoONuuIOeZTAmaBxKBOaKtL7g64/LKDs0Ts+mSXzmbqA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-darwin-x64@18.1.3: + resolution: {integrity: sha512-6LHe7MYrKlztLlKhYfGV3CtFPhEqcc2ZgwGVWYiAmS/glcN+Wai7RFQX/cZiJ+TbDRFzvETPPGNRP/aSAOkRnQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-freebsd-x64@18.1.3: + resolution: {integrity: sha512-ppSkJJVKnfDWYJBKqjEM/p4qdMZsZVV++dkFN/n50p6uwHstv0Kth7dNdsu3ZyPqmg6+IYUZql7JSTeNqKne5A==} + engines: {node: '>= 10'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-linux-arm-gnueabihf@18.1.3: + resolution: {integrity: sha512-1vflQE4gscHq2GJeu2L48Z8rQFcdu+gcprG1cMEf3CIDxh/nJei66bdVJYYYxPNi6rYaeONPJgBjbIih8ce8nQ==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-linux-arm64-gnu@18.1.3: + resolution: {integrity: sha512-7B5YXjDzzFdEMUzhFifXgsg741Afp3v7vNdPL2joQ7xrERKYEge7eXCjp5/GYhl9J4y5BmdeV2Joqr4WQ6R7Pg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-linux-arm64-musl@18.1.3: + resolution: {integrity: sha512-OaAVjUli44JUTlGPmtxZDO2U88yK6/cwt1LTbTHGeabupbXR295RDn1TkR1/1oNo8grRaOi/V9DWEg9RRmGvOw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-linux-x64-gnu@18.1.3: + resolution: {integrity: sha512-qDinHpGZ9FhoOtdfO23pwN7pBCu25ElJ1InLCeCarl9CQYS1CDZNimrcSOFl20DAZqINQamPqBFJ7nKeDRBy7g==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-linux-x64-musl@18.1.3: + resolution: {integrity: sha512-E28Q0v9N7LrV+0uu4ytrcCHfF1MPYwNL2NLZN3yCPgulGHe3NwCuMnbC974+uOZ+MTqua7KnVOQ5VYA5sL1LIw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-win32-arm64-msvc@18.1.3: + resolution: {integrity: sha512-EYHPIcanVn6ZWkELnW4wW+gl8Itulmpi7f7s83CFrYxRW0U8SAG2sW4JrlvZgrK2CMyluiCGqZGHDUJZST4CVA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@nx/nx-win32-x64-msvc@18.1.3: + resolution: {integrity: sha512-1tBViAG9VQ3arKoKFOrkBzYUAGgGsVqYbifng+stb5TPWOj0jjhQpwbsk0u3ROmEBw9crWRwzRt1qh/ZE7SfQQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@opentelemetry/api@1.8.0: + resolution: {integrity: sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==} + engines: {node: '>=8.0.0'} + dev: false + + /@pkgjs/parseargs@0.11.0: + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + requiresBuild: true + dev: true + optional: true + + /@pnpm/constants@7.1.1: + resolution: {integrity: sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==} + engines: {node: '>=16.14'} + dev: true + + /@pnpm/core-loggers@9.0.6(@pnpm/logger@5.0.0): + resolution: {integrity: sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==} + engines: {node: '>=16.14'} + peerDependencies: + '@pnpm/logger': ^5.0.0 + dependencies: + '@pnpm/logger': 5.0.0 + '@pnpm/types': 9.4.2 + dev: true + + /@pnpm/error@5.0.3: + resolution: {integrity: sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==} + engines: {node: '>=16.14'} + dependencies: + '@pnpm/constants': 7.1.1 + dev: true + + /@pnpm/fetching-types@5.0.0: + resolution: {integrity: sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==} + engines: {node: '>=16.14'} + dependencies: + '@zkochan/retry': 0.2.0 + node-fetch: 3.0.0-beta.9 + transitivePeerDependencies: + - domexception + dev: true + + /@pnpm/graceful-fs@3.2.0: + resolution: {integrity: sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==} + engines: {node: '>=16.14'} + dependencies: + graceful-fs: 4.2.11 + dev: true + + /@pnpm/logger@5.0.0: + resolution: {integrity: sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==} + engines: {node: '>=12.17'} + dependencies: + bole: 5.0.11 + ndjson: 2.0.0 + dev: true + + /@pnpm/npm-package-arg@1.0.0: + resolution: {integrity: sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==} + engines: {node: '>=14.6'} + dependencies: + hosted-git-info: 4.1.0 + semver: 7.6.0 + validate-npm-package-name: 4.0.0 + dev: true + + /@pnpm/npm-resolver@18.1.1(@pnpm/logger@5.0.0): + resolution: {integrity: sha512-NptzncmMD5ZMimbjWkGpMzuBRhlCY+sh7mzypPdBOTNlh5hmEQe/VaRKjNK4V9/b0C/llElkvIePL6acybu86w==} + engines: {node: '>=16.14'} + peerDependencies: + '@pnpm/logger': ^5.0.0 + dependencies: + '@pnpm/core-loggers': 9.0.6(@pnpm/logger@5.0.0) + '@pnpm/error': 5.0.3 + '@pnpm/fetching-types': 5.0.0 + '@pnpm/graceful-fs': 3.2.0 + '@pnpm/logger': 5.0.0 + '@pnpm/resolve-workspace-range': 5.0.1 + '@pnpm/resolver-base': 11.1.0 + '@pnpm/types': 9.4.2 + '@zkochan/retry': 0.2.0 + encode-registry: 3.0.1 + load-json-file: 6.2.0 + lru-cache: 10.2.0 + normalize-path: 3.0.0 + p-limit: 3.1.0 + p-memoize: 4.0.1 + parse-npm-tarball-url: 3.0.0 + path-temp: 2.1.0 + ramda: /@pnpm/ramda@0.28.1 + rename-overwrite: 5.0.0 + semver: 7.6.0 + ssri: 10.0.5 + version-selector-type: 3.0.0 + transitivePeerDependencies: + - domexception + dev: true + + /@pnpm/ramda@0.28.1: + resolution: {integrity: sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==} + dev: true + + /@pnpm/resolve-workspace-range@5.0.1: + resolution: {integrity: sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==} + engines: {node: '>=16.14'} + dependencies: + semver: 7.6.0 + dev: true + + /@pnpm/resolver-base@11.1.0: + resolution: {integrity: sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==} + engines: {node: '>=16.14'} + dependencies: + '@pnpm/types': 9.4.2 + dev: true + + /@pnpm/types@9.4.2: + resolution: {integrity: sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==} + engines: {node: '>=16.14'} + dev: true + + /@pnpm/workspace.pkgs-graph@2.0.15(@pnpm/logger@5.0.0): + resolution: {integrity: sha512-Txxd5FzzVfBfGCTngISaxFlJzZhzdS8BUrCEtAWJfZOFbQzpWy27rzkaS7TaWW2dHiFcCVYzPI/2vgxfeRansA==} + engines: {node: '>=16.14'} + dependencies: + '@pnpm/npm-package-arg': 1.0.0 + '@pnpm/npm-resolver': 18.1.1(@pnpm/logger@5.0.0) + '@pnpm/resolve-workspace-range': 5.0.1 + ramda: /@pnpm/ramda@0.28.1 + transitivePeerDependencies: + - '@pnpm/logger' + - domexception + dev: true + + /@prettier/cli@0.3.0(prettier@4.0.0-alpha.8): + resolution: {integrity: sha512-8qq527QT5n8paE9eoHeulmGw7a3MroVk5+8ITf+xoWJn1gcVaZiOP6vb9OlwZv49hhdRZ1WX+0MyisSSXL/4fA==} + hasBin: true + peerDependencies: + prettier: ^3.1.0 || ^4.0.0 + dependencies: + '@iarna/toml': 2.2.5 + atomically: 2.0.2 + fast-ignore: 1.1.1 + find-up-json: 2.0.4 + import-meta-resolve: 4.0.0 + is-binary-path: 2.1.0 + js-yaml: 4.1.0 + json-sorted-stringify: 1.0.0 + json5: 2.2.3 + kasi: 1.1.0 + pioppo: 1.1.0 + prettier: 4.0.0-alpha.8 + specialist: 1.4.0 + tiny-editorconfig: 1.0.0 + tiny-jsonc: 1.0.1 + tiny-readdir-glob: 1.4.0 + tiny-spinner: 2.0.3 + worktank: 2.6.0 + zeptomatch: 1.2.2 + dev: true + + /@react-dnd/asap@5.0.2: + resolution: {integrity: sha512-WLyfoHvxhs0V9U+GTsGilGgf2QsPl6ZZ44fnv0/b8T3nQyvzxidxsg/ZltbWssbsRDlYW8UKSQMTGotuTotZ6A==} + dev: false + + /@react-dnd/invariant@4.0.2: + resolution: {integrity: sha512-xKCTqAK/FFauOM9Ta2pswIyT3D8AQlfrYdOi/toTPEhqCuAs1v5tcJ3Y08Izh1cJ5Jchwy9SeAXmMg6zrKs2iw==} + dev: false + + /@react-dnd/shallowequal@4.0.2: + resolution: {integrity: sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==} + dev: false + + /@react-hookz/deep-equal@1.0.4: + resolution: {integrity: sha512-N56fTrAPUDz/R423pag+n6TXWbvlBZDtTehaGFjK0InmN+V2OFWLE/WmORhmn6Ce7dlwH5+tQN1LJFw3ngTJVg==} + dev: false + + /@react-hookz/web@22.0.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-jl4JgUXaiSvvDVQD2z/rq2/RaykjjLrAZxHOEQj2H38j4UFWIVhv5oKUH8yrKF4wX6tMX9gdrj62f9yGq/nSaQ==} + peerDependencies: + js-cookie: ^3.0.1 + react: ^16.8 || ^17 || ^18 + react-dom: ^16.8 || ^17 || ^18 + peerDependenciesMeta: + js-cookie: + optional: true + dependencies: + '@react-hookz/deep-equal': 1.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@reactflow/background@11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/controls@11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/core@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@types/d3': 7.4.3 + '@types/d3-drag': 3.0.7 + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 + classcat: 5.0.4 + d3-drag: 3.0.0 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/minimap@11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 + classcat: 5.0.4 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + d3-drag: 3.0.0 + d3-selection: 3.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reduxjs/toolkit@1.8.5(react-redux@8.0.2)(react@18.2.0): + resolution: {integrity: sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==} + peerDependencies: + react: ^16.9.0 || ^17.0.0 || ^18 + react-redux: ^7.2.1 || ^8.0.2 + peerDependenciesMeta: + react: + optional: true + react-redux: + optional: true + dependencies: + immer: 9.0.15 + react: 18.2.0 + react-redux: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + redux: 4.2.1 + redux-thunk: 2.4.2(redux@4.2.1) + reselect: 4.1.8 + dev: false + + /@rollup/plugin-babel@6.0.4(@babel/core@7.24.3)(rollup@4.13.0): + resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + '@types/babel__core': + optional: true + rollup: + optional: true + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-module-imports': 7.24.3 + '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + rollup: 4.13.0 + dev: true + + /@rollup/plugin-commonjs@25.0.7(rollup@4.13.0): + resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.68.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + commondir: 1.0.1 + estree-walker: 2.0.2 + glob: 8.1.0 + is-reference: 1.2.1 + magic-string: 0.30.8 + rollup: 4.13.0 + dev: true + + /@rollup/plugin-node-resolve@15.2.3(rollup@4.13.0): + resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.78.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + '@types/resolve': 1.20.2 + deepmerge: 4.3.1 + is-builtin-module: 3.2.1 + is-module: 1.0.0 + resolve: 1.22.8 + rollup: 4.13.0 + dev: true + + /@rollup/plugin-replace@5.0.5(rollup@4.13.0): + resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + magic-string: 0.30.8 + rollup: 4.13.0 + dev: true + + /@rollup/plugin-terser@0.4.4(rollup@4.13.0): + resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + rollup: 4.13.0 + serialize-javascript: 6.0.2 + smob: 1.4.1 + terser: 5.29.2 + dev: true + + /@rollup/pluginutils@4.2.1: + resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} + engines: {node: '>= 8.0.0'} + dependencies: + estree-walker: 2.0.2 + picomatch: 2.3.1 + dev: true + + /@rollup/pluginutils@5.1.0(rollup@4.13.0): + resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': 1.0.5 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 4.13.0 + dev: true + + /@rollup/rollup-android-arm-eabi@4.13.0: + resolution: {integrity: sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-android-arm64@4.13.0: + resolution: {integrity: sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-darwin-arm64@4.13.0: + resolution: {integrity: sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-darwin-x64@4.13.0: + resolution: {integrity: sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm-gnueabihf@4.13.0: + resolution: {integrity: sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm64-gnu@4.13.0: + resolution: {integrity: sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm64-musl@4.13.0: + resolution: {integrity: sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-riscv64-gnu@4.13.0: + resolution: {integrity: sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-x64-gnu@4.13.0: + resolution: {integrity: sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-x64-musl@4.13.0: + resolution: {integrity: sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-arm64-msvc@4.13.0: + resolution: {integrity: sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-ia32-msvc@4.13.0: + resolution: {integrity: sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-x64-msvc@4.13.0: + resolution: {integrity: sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@rushstack/node-core-library@3.62.0(@types/node@20.11.30): + resolution: {integrity: sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + dependencies: + '@types/node': 20.11.30 + colors: 1.2.5 + fs-extra: 7.0.1 + import-lazy: 4.0.0 + jju: 1.4.0 + resolve: 1.22.8 + semver: 7.5.4 + z-schema: 5.0.5 + dev: true + + /@rushstack/rig-package@0.5.1: + resolution: {integrity: sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==} + dependencies: + resolve: 1.22.8 + strip-json-comments: 3.1.1 + dev: true + + /@rushstack/ts-command-line@4.17.1: + resolution: {integrity: sha512-2jweO1O57BYP5qdBGl6apJLB+aRIn5ccIRTPDyULh0KMwVzFqWtw6IZWt1qtUoZD/pD2RNkIOosH6Cq45rIYeg==} + dependencies: + '@types/argparse': 1.0.38 + argparse: 1.0.10 + colors: 1.2.5 + string-argv: 0.3.2 + dev: true + + /@selderee/plugin-htmlparser2@0.6.0: + resolution: {integrity: sha512-J3jpy002TyBjd4N/p6s+s90eX42H2eRhK3SbsZuvTDv977/E8p2U3zikdiehyJja66do7FlxLomZLPlvl2/xaA==} + dependencies: + domhandler: 4.3.1 + selderee: 0.6.0 + dev: false + + /@sinclair/typebox@0.27.8: + resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} + dev: true + + /@sindresorhus/merge-streams@2.3.0: + resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} + engines: {node: '>=18'} + dev: true + + /@size-limit/esbuild@11.1.2(size-limit@11.1.2): + resolution: {integrity: sha512-IGQNaZsS4kP4hwU9C8P+3VvPhtW9PQ9OrwKJsvHDgMsbGX01hz39b9KkVwoI29wOXdwtj0aETaJUZPqoJq588w==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + size-limit: 11.1.2 + dependencies: + esbuild: 0.20.2 + nanoid: 5.0.6 + size-limit: 11.1.2 + dev: true + + /@size-limit/file@11.1.2(size-limit@11.1.2): + resolution: {integrity: sha512-zktWwhO7MxVwQXbrZzy0VKfM5mZK3Aza1G3XbWRP8q+/3+irPKCz2fmyYJqJAJVwC9U1jAs6xEPlTJzxKgEAmw==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + size-limit: 11.1.2 + dependencies: + size-limit: 11.1.2 + dev: true + + /@size-limit/preset-small-lib@11.1.2(size-limit@11.1.2): + resolution: {integrity: sha512-fxZW3woI6SOYyvq44QhlnYdcYfOfiW7zqFCPf+1Ox0OHbrug7YuMz74JNFlHJcnvB4Z6aErED+afkoYJ7vxohQ==} + peerDependencies: + size-limit: 11.1.2 + dependencies: + '@size-limit/esbuild': 11.1.2(size-limit@11.1.2) + '@size-limit/file': 11.1.2(size-limit@11.1.2) + size-limit: 11.1.2 + dev: true + + /@snyk/github-codeowners@1.1.0: + resolution: {integrity: sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==} + engines: {node: '>=8.10'} + hasBin: true + dependencies: + commander: 4.1.1 + ignore: 5.3.1 + p-map: 4.0.0 + dev: true + + /@swc/helpers@0.4.14: + resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==} + dependencies: + tslib: 2.6.2 + dev: false + + /@swc/helpers@0.4.36: + resolution: {integrity: sha512-5lxnyLEYFskErRPenYItLRSge5DjrJngYKdVjRSrWfza9G6KkgHEXi0vUZiyUeMU5JfXH1YnvXZzSp8ul88o2Q==} + dependencies: + legacy-swc-helpers: /@swc/helpers@0.4.14 + tslib: 2.6.2 + dev: false + + /@swc/helpers@0.5.7: + resolution: {integrity: sha512-BVvNZhx362+l2tSwSuyEUV4h7+jk9raNdoTSdLfwTshXJSaGmYKluGRJznziCI3KX02Z19DdsQrdfrpXAU3Hfg==} + dependencies: + tslib: 2.6.2 + dev: false + + /@tanstack/config@0.6.0(@types/node@20.11.30)(esbuild@0.20.2)(rollup@4.13.0)(typescript@5.4.3)(vite@5.2.6): + resolution: {integrity: sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==} + engines: {node: '>=18'} + hasBin: true + requiresBuild: true + dependencies: + '@commitlint/parse': 18.6.1 + chalk: 5.3.0 + commander: 12.0.0 + current-git-branch: 1.1.0 + esbuild-register: 3.5.0(esbuild@0.20.2) + git-log-parser: 1.2.0 + interpret: 3.1.1 + jsonfile: 6.1.0 + liftoff: 4.0.0 + luxon: 3.4.4 + minimist: 1.2.8 + rollup-plugin-preserve-directives: 0.4.0(rollup@4.13.0) + semver: 7.6.0 + stream-to-array: 2.3.0 + v8flags: 4.0.1 + vite-plugin-dts: 3.7.3(@types/node@20.11.30)(rollup@4.13.0)(typescript@5.4.3)(vite@5.2.6) + vite-plugin-externalize-deps: 0.8.0(vite@5.2.6) + vite-tsconfig-paths: 4.3.2(typescript@5.4.3)(vite@5.2.6) + transitivePeerDependencies: + - '@types/node' + - esbuild + - rollup + - supports-color + - typescript + - vite + dev: true + + /@testing-library/dom@9.3.4: + resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==} + engines: {node: '>=14'} + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/runtime': 7.24.1 + '@types/aria-query': 5.0.4 + aria-query: 5.1.3 + chalk: 4.1.2 + dom-accessibility-api: 0.5.16 + lz-string: 1.5.0 + pretty-format: 27.5.1 + dev: true + + /@testing-library/jest-dom@6.4.2(vitest@1.4.0): + resolution: {integrity: sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==} + engines: {node: '>=14', npm: '>=6', yarn: '>=1'} + peerDependencies: + '@jest/globals': '>= 28' + '@types/bun': latest + '@types/jest': '>= 28' + jest: '>= 28' + vitest: '>= 0.32' + peerDependenciesMeta: + '@jest/globals': + optional: true + '@types/bun': + optional: true + '@types/jest': + optional: true + jest: + optional: true + vitest: + optional: true + dependencies: + '@adobe/css-tools': 4.3.3 + '@babel/runtime': 7.24.1 + aria-query: 5.3.0 + chalk: 3.0.0 + css.escape: 1.5.1 + dom-accessibility-api: 0.6.3 + lodash: 4.17.21 + redent: 3.0.0 + vitest: 1.4.0(@types/node@20.11.30)(jsdom@24.0.0) + dev: true + + /@testing-library/react-hooks@8.0.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} + engines: {node: '>=12'} + peerDependencies: + '@types/react': ^16.9.0 || ^17.0.0 + react: ^16.9.0 || ^17.0.0 + react-dom: ^16.9.0 || ^17.0.0 + react-test-renderer: ^16.9.0 || ^17.0.0 + peerDependenciesMeta: + '@types/react': + optional: true + react-dom: + optional: true + react-test-renderer: + optional: true + dependencies: + '@babel/runtime': 7.24.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-error-boundary: 3.1.4(react@18.2.0) + dev: true + + /@testing-library/react@14.2.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==} + engines: {node: '>=14'} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + dependencies: + '@babel/runtime': 7.24.1 + '@testing-library/dom': 9.3.4 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true + + /@types/argparse@1.0.38: + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} + dev: true + + /@types/aria-query@5.0.4: + resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} + dev: true + + /@types/d3-array@3.2.1: + resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} + dev: false + + /@types/d3-axis@3.0.6: + resolution: {integrity: sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==} + dependencies: + '@types/d3-selection': 3.0.10 + dev: false + + /@types/d3-brush@3.0.6: + resolution: {integrity: sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==} + dependencies: + '@types/d3-selection': 3.0.10 + dev: false + + /@types/d3-chord@3.0.6: + resolution: {integrity: sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==} + dev: false + + /@types/d3-color@3.1.3: + resolution: {integrity: sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==} + dev: false + + /@types/d3-contour@3.0.6: + resolution: {integrity: sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==} + dependencies: + '@types/d3-array': 3.2.1 + '@types/geojson': 7946.0.14 + dev: false + + /@types/d3-delaunay@6.0.4: + resolution: {integrity: sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==} + dev: false + + /@types/d3-dispatch@3.0.6: + resolution: {integrity: sha512-4fvZhzMeeuBJYZXRXrRIQnvUYfyXwYmLsdiN7XXmVNQKKw1cM8a5WdID0g1hVFZDqT9ZqZEY5pD44p24VS7iZQ==} + dev: false + + /@types/d3-drag@3.0.7: + resolution: {integrity: sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==} + dependencies: + '@types/d3-selection': 3.0.10 + dev: false + + /@types/d3-dsv@3.0.7: + resolution: {integrity: sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==} + dev: false + + /@types/d3-ease@3.0.2: + resolution: {integrity: sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==} + dev: false + + /@types/d3-fetch@3.0.7: + resolution: {integrity: sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==} + dependencies: + '@types/d3-dsv': 3.0.7 + dev: false + + /@types/d3-force@3.0.9: + resolution: {integrity: sha512-IKtvyFdb4Q0LWna6ymywQsEYjK/94SGhPrMfEr1TIc5OBeziTi+1jcCvttts8e0UWZIxpasjnQk9MNk/3iS+kA==} + dev: false + + /@types/d3-format@3.0.4: + resolution: {integrity: sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==} + dev: false + + /@types/d3-geo@3.1.0: + resolution: {integrity: sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==} + dependencies: + '@types/geojson': 7946.0.14 + dev: false + + /@types/d3-hierarchy@3.1.7: + resolution: {integrity: sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==} + dev: false + + /@types/d3-interpolate@3.0.4: + resolution: {integrity: sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==} + dependencies: + '@types/d3-color': 3.1.3 + dev: false + + /@types/d3-path@3.1.0: + resolution: {integrity: sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==} + dev: false + + /@types/d3-polygon@3.0.2: + resolution: {integrity: sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==} + dev: false + + /@types/d3-quadtree@3.0.6: + resolution: {integrity: sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==} + dev: false + + /@types/d3-random@3.0.3: + resolution: {integrity: sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==} + dev: false + + /@types/d3-scale-chromatic@3.0.3: + resolution: {integrity: sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==} + dev: false + + /@types/d3-scale@4.0.8: + resolution: {integrity: sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==} + dependencies: + '@types/d3-time': 3.0.3 + dev: false + + /@types/d3-selection@3.0.10: + resolution: {integrity: sha512-cuHoUgS/V3hLdjJOLTT691+G2QoqAjCVLmr4kJXR4ha56w1Zdu8UUQ5TxLRqudgNjwXeQxKMq4j+lyf9sWuslg==} + dev: false + + /@types/d3-shape@3.1.6: + resolution: {integrity: sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==} + dependencies: + '@types/d3-path': 3.1.0 + dev: false + + /@types/d3-time-format@4.0.3: + resolution: {integrity: sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==} + dev: false + + /@types/d3-time@3.0.3: + resolution: {integrity: sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw==} + dev: false + + /@types/d3-timer@3.0.2: + resolution: {integrity: sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==} + dev: false + + /@types/d3-transition@3.0.8: + resolution: {integrity: sha512-ew63aJfQ/ms7QQ4X7pk5NxQ9fZH/z+i24ZfJ6tJSfqxJMrYLiK01EAs2/Rtw/JreGUsS3pLPNV644qXFGnoZNQ==} + dependencies: + '@types/d3-selection': 3.0.10 + dev: false + + /@types/d3-zoom@3.0.8: + resolution: {integrity: sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==} + dependencies: + '@types/d3-interpolate': 3.0.4 + '@types/d3-selection': 3.0.10 + dev: false + + /@types/d3@7.4.3: + resolution: {integrity: sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==} + dependencies: + '@types/d3-array': 3.2.1 + '@types/d3-axis': 3.0.6 + '@types/d3-brush': 3.0.6 + '@types/d3-chord': 3.0.6 + '@types/d3-color': 3.1.3 + '@types/d3-contour': 3.0.6 + '@types/d3-delaunay': 6.0.4 + '@types/d3-dispatch': 3.0.6 + '@types/d3-drag': 3.0.7 + '@types/d3-dsv': 3.0.7 + '@types/d3-ease': 3.0.2 + '@types/d3-fetch': 3.0.7 + '@types/d3-force': 3.0.9 + '@types/d3-format': 3.0.4 + '@types/d3-geo': 3.1.0 + '@types/d3-hierarchy': 3.1.7 + '@types/d3-interpolate': 3.0.4 + '@types/d3-path': 3.1.0 + '@types/d3-polygon': 3.0.2 + '@types/d3-quadtree': 3.0.6 + '@types/d3-random': 3.0.3 + '@types/d3-scale': 4.0.8 + '@types/d3-scale-chromatic': 3.0.3 + '@types/d3-selection': 3.0.10 + '@types/d3-shape': 3.1.6 + '@types/d3-time': 3.0.3 + '@types/d3-time-format': 4.0.3 + '@types/d3-timer': 3.0.2 + '@types/d3-transition': 3.0.8 + '@types/d3-zoom': 3.0.8 + dev: false + + /@types/debug@4.1.12: + resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + dependencies: + '@types/ms': 0.7.34 + dev: false + + /@types/estree@1.0.5: + resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + dev: true + + /@types/geojson@7946.0.14: + resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==} + dev: false + + /@types/hast@2.3.10: + resolution: {integrity: sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==} + dependencies: + '@types/unist': 2.0.10 + dev: false + + /@types/hoist-non-react-statics@3.3.5: + resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==} + dependencies: + '@types/react': 18.2.70 + hoist-non-react-statics: 3.3.2 + dev: false + + /@types/js-cookie@2.2.7: + resolution: {integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==} + dev: false + + /@types/json-schema@7.0.15: + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + dev: false + + /@types/mdast@3.0.15: + resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} + dependencies: + '@types/unist': 2.0.10 + dev: false + + /@types/ms@0.7.34: + resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} + dev: false + + /@types/node-fetch@2.6.11: + resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} + dependencies: + '@types/node': 20.11.30 + form-data: 4.0.0 + dev: false + + /@types/node@20.11.30: + resolution: {integrity: sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==} + dependencies: + undici-types: 5.26.5 + + /@types/picomatch@2.3.3: + resolution: {integrity: sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==} + dev: true + + /@types/prop-types@15.7.12: + resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} + + /@types/react-dom@18.2.22: + resolution: {integrity: sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==} + dependencies: + '@types/react': 18.2.70 + + /@types/react@18.2.70: + resolution: {integrity: sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==} + dependencies: + '@types/prop-types': 15.7.12 + '@types/scheduler': 0.16.8 + csstype: 3.1.3 + + /@types/resolve@1.20.2: + resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} + dev: true + + /@types/scheduler@0.16.8: + resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} + + /@types/tunnel@0.0.3: + resolution: {integrity: sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==} + dependencies: + '@types/node': 20.11.30 + dev: false + + /@types/unist@2.0.10: + resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} + dev: false + + /@types/use-sync-external-store@0.0.3: + resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} + dev: false + + /@vitest/expect@1.4.0: + resolution: {integrity: sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==} + dependencies: + '@vitest/spy': 1.4.0 + '@vitest/utils': 1.4.0 + chai: 4.4.1 + dev: true + + /@vitest/runner@1.4.0: + resolution: {integrity: sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==} + dependencies: + '@vitest/utils': 1.4.0 + p-limit: 5.0.0 + pathe: 1.1.2 + dev: true + + /@vitest/snapshot@1.4.0: + resolution: {integrity: sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==} + dependencies: + magic-string: 0.30.8 + pathe: 1.1.2 + pretty-format: 29.7.0 + dev: true + + /@vitest/spy@1.4.0: + resolution: {integrity: sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==} + dependencies: + tinyspy: 2.2.1 + dev: true + + /@vitest/utils@1.4.0: + resolution: {integrity: sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==} + dependencies: + diff-sequences: 29.6.3 + estree-walker: 3.0.3 + loupe: 2.3.7 + pretty-format: 29.7.0 + dev: true + + /@volar/language-core@1.11.1: + resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} + dependencies: + '@volar/source-map': 1.11.1 + dev: true + + /@volar/source-map@1.11.1: + resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==} + dependencies: + muggle-string: 0.3.1 + dev: true + + /@volar/typescript@1.11.1: + resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==} + dependencies: + '@volar/language-core': 1.11.1 + path-browserify: 1.0.1 + dev: true + + /@vscode/extension-telemetry@0.6.2(tslib@2.4.0): + resolution: {integrity: sha512-yb/wxLuaaCRcBAZtDCjNYSisAXz3FWsSqAha5nhHcYxx2ZPdQdWuZqVXGKq0ZpHVndBWWtK6XqtpCN2/HB4S1w==} + engines: {vscode: ^1.60.0} + dependencies: + '@microsoft/1ds-core-js': 3.2.17(tslib@2.4.0) + '@microsoft/1ds-post-js': 3.2.17(tslib@2.4.0) + transitivePeerDependencies: + - tslib + dev: false + + /@vue/compiler-core@3.4.21: + resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} + dependencies: + '@babel/parser': 7.24.1 + '@vue/shared': 3.4.21 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.0 + dev: true + + /@vue/compiler-dom@3.4.21: + resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} + dependencies: + '@vue/compiler-core': 3.4.21 + '@vue/shared': 3.4.21 + dev: true + + /@vue/language-core@1.8.27(typescript@5.4.3): + resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@volar/language-core': 1.11.1 + '@volar/source-map': 1.11.1 + '@vue/compiler-dom': 3.4.21 + '@vue/shared': 3.4.21 + computeds: 0.0.1 + minimatch: 9.0.3 + muggle-string: 0.3.1 + path-browserify: 1.0.1 + typescript: 5.4.3 + vue-template-compiler: 2.7.16 + dev: true + + /@vue/shared@3.4.21: + resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} + dev: true + + /@xobotyi/scrollbar-width@1.9.5: + resolution: {integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==} + dev: false + + /@yarnpkg/lockfile@1.1.0: + resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} + dev: true + + /@yarnpkg/parsers@3.0.0-rc.46: + resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} + engines: {node: '>=14.15.0'} + dependencies: + js-yaml: 3.14.1 + tslib: 2.6.2 + dev: true + + /@zkochan/js-yaml@0.0.6: + resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==} + hasBin: true + dependencies: + argparse: 2.0.1 + dev: true + + /@zkochan/retry@0.2.0: + resolution: {integrity: sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==} + engines: {node: '>=10'} + dev: true + + /@zkochan/rimraf@2.1.3: + resolution: {integrity: sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==} + engines: {node: '>=12.10'} + dependencies: + rimraf: 3.0.2 + dev: true + + /JSONStream@1.3.5: + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + hasBin: true + dependencies: + jsonparse: 1.3.1 + through: 2.3.8 + dev: true + + /abort-controller@3.0.0: + resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} + engines: {node: '>=6.5'} + dependencies: + event-target-shim: 5.0.1 + dev: false + + /acorn-walk@8.3.2: + resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} + engines: {node: '>=0.4.0'} + dev: true + + /acorn@8.11.3: + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} + engines: {node: '>=0.4.0'} + hasBin: true + dev: true + + /agent-base@7.1.0: + resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} + engines: {node: '>= 14'} + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + /aggregate-error@3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 + dev: true + + /ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + dev: true + + /ansi-colors@4.1.3: + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} + dev: true + + /ansi-escapes@6.2.1: + resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} + engines: {node: '>=14.16'} + dev: true + + /ansi-purge@1.0.0: + resolution: {integrity: sha512-kbm4dtp1jcI8ZWhttEPzmga9fwbhGMinIDghOcBng5q9dOsnM6PYV3ih+5TO4D7inGXU9zBmVi7x1Z4dluY85Q==} + dev: true + + /ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + dev: true + + /ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + dev: true + + /ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + dependencies: + color-convert: 1.9.3 + dev: true + + /ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + dependencies: + color-convert: 2.0.1 + dev: true + + /ansi-styles@5.2.0: + resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} + engines: {node: '>=10'} + dev: true + + /ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + dev: true + + /ansi-truncate@1.1.2: + resolution: {integrity: sha512-yhyu5Y/rRWku5GJfCCHHKyJsWahCRuy/ORI8wmClls+bUWMVpcVL6nEqmVnZZ9gaaWq+AWB6FCyarrt0ewVUXQ==} + dependencies: + fast-string-truncated-width: 1.1.0 + dev: true + + /any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + dev: true + + /anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + dev: true + + /argparse@1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + dependencies: + sprintf-js: 1.0.3 + dev: true + + /argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + /argv-formatter@1.0.0: + resolution: {integrity: sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==} + dev: true + + /aria-query@5.1.3: + resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} + dependencies: + deep-equal: 2.2.3 + dev: true + + /aria-query@5.3.0: + resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} + dependencies: + dequal: 2.0.3 + dev: true + + /arity-n@1.0.4: + resolution: {integrity: sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==} + dev: true + + /array-buffer-byte-length@1.0.1: + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + is-array-buffer: 3.0.4 + dev: true + + /array-each@1.0.1: + resolution: {integrity: sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==} + engines: {node: '>=0.10.0'} + dev: true + + /array-ify@1.0.0: + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} + dev: true + + /array-last@1.3.0: + resolution: {integrity: sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==} + engines: {node: '>=0.10.0'} + dependencies: + is-number: 4.0.0 + dev: true + + /array-slice@1.1.0: + resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} + engines: {node: '>=0.10.0'} + dev: true + + /array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + dev: false + + /assertion-error@1.1.0: + resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} + dev: true + + /asynckit@0.4.0: + resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + + /atomically@2.0.2: + resolution: {integrity: sha512-Xfmb4q5QV7uqTlVdMSTtO5eF4DCHfNOdaPyKlbFShkzeNP+3lj3yjjcbdjSmEY4+pDBKJ9g26aP+ImTe88UHoQ==} + dependencies: + stubborn-fs: 1.2.5 + when-exit: 2.1.2 + dev: true + + /available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} + engines: {node: '>= 0.4'} + dependencies: + possible-typed-array-names: 1.0.0 + + /axios@1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} + dependencies: + follow-redirects: 1.15.6 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + + /axobject-query@4.0.0: + resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==} + dependencies: + dequal: 2.0.3 + dev: true + + /babel-plugin-add-module-exports@0.2.1: + resolution: {integrity: sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==} + dev: true + + /babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.24.3): + resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/compat-data': 7.24.1 + '@babel/core': 7.24.3 + '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.3): + resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3) + core-js-compat: 3.36.1 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.24.3): + resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3) + transitivePeerDependencies: + - supports-color + dev: true + + /babylon@6.18.0: + resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} + hasBin: true + dev: true + + /bail@2.0.2: + resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} + dev: false + + /balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + /base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + dev: true + + /big-integer@1.6.52: + resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} + engines: {node: '>=0.6'} + dev: false + + /binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + dev: true + + /bl@4.1.0: + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + dependencies: + buffer: 5.7.1 + inherits: 2.0.4 + readable-stream: 3.6.2 + dev: true + + /bole@5.0.11: + resolution: {integrity: sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==} + dependencies: + fast-safe-stringify: 2.1.1 + individual: 3.0.0 + dev: true + + /brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + /brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + dependencies: + balanced-match: 1.0.2 + dev: true + + /braces@3.0.2: + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} + dependencies: + fill-range: 7.0.1 + + /broadcast-channel@3.7.0: + resolution: {integrity: sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==} + dependencies: + '@babel/runtime': 7.24.1 + detect-node: 2.1.0 + js-sha3: 0.8.0 + microseconds: 0.2.0 + nano-time: 1.0.0 + oblivious-set: 1.0.0 + rimraf: 3.0.2 + unload: 2.2.0 + dev: false + + /browserslist@4.23.0: + resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001600 + electron-to-chromium: 1.4.716 + node-releases: 2.0.14 + update-browserslist-db: 1.0.13(browserslist@4.23.0) + dev: true + + /buffer-crc32@0.2.13: + resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} + dev: false + + /buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + dev: true + + /buffer@5.7.1: + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + dev: true + + /builtin-modules@3.3.0: + resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} + engines: {node: '>=6'} + dev: true + + /builtins@5.0.1: + resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} + dependencies: + semver: 7.6.0 + dev: true + + /bytes-iec@3.1.1: + resolution: {integrity: sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==} + engines: {node: '>= 0.8'} + dev: true + + /cac@6.7.14: + resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} + engines: {node: '>=8'} + dev: true + + /call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + set-function-length: 1.2.2 + + /call-me-maybe@1.0.2: + resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} + dev: false + + /caniuse-lite@1.0.30001600: + resolution: {integrity: sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==} + dev: true + + /chai@4.4.1: + resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} + engines: {node: '>=4'} + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.3 + deep-eql: 4.1.3 + get-func-name: 2.0.2 + loupe: 2.3.7 + pathval: 1.1.1 + type-detect: 4.0.8 + dev: true + + /chalk@2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + dev: true + + /chalk@3.0.0: + resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} + engines: {node: '>=8'} + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + dev: true + + /chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + dev: true + + /chalk@5.3.0: + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + dev: true + + /character-entities@2.0.2: + resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} + dev: false + + /check-error@1.0.3: + resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} + dependencies: + get-func-name: 2.0.2 + dev: true + + /chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + dependencies: + anymatch: 3.1.3 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + dev: true + + /ci-env@1.17.0: + resolution: {integrity: sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==} + dev: true + + /classcat@5.0.4: + resolution: {integrity: sha512-sbpkOw6z413p+HDGcBENe498WM9woqWHiJxCq7nvmxe9WmrUmqfAcxpIwAiMtM5Q3AhYkzXcNQHqsWq0mND51g==} + dev: false + + /clean-stack@2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + dev: true + + /cli-cursor@3.1.0: + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} + dependencies: + restore-cursor: 3.1.0 + dev: true + + /cli-cursor@4.0.0: + resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + restore-cursor: 4.0.0 + dev: true + + /cli-spinners@2.6.1: + resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} + engines: {node: '>=6'} + dev: true + + /cli-truncate@4.0.0: + resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==} + engines: {node: '>=18'} + dependencies: + slice-ansi: 5.0.0 + string-width: 7.1.0 + dev: true + + /cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: true + + /clone@1.0.4: + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} + requiresBuild: true + dev: true + + /code-red@1.0.4: + resolution: {integrity: sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + '@types/estree': 1.0.5 + acorn: 8.11.3 + estree-walker: 3.0.3 + periscopic: 3.1.0 + dev: true + + /color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + dependencies: + color-name: 1.1.3 + dev: true + + /color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + dependencies: + color-name: 1.1.4 + dev: true + + /color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + dev: true + + /color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + dev: true + + /colorette@2.0.20: + resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + dev: true + + /colors@1.2.5: + resolution: {integrity: sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==} + engines: {node: '>=0.1.90'} + dev: true + + /combined-stream@1.0.8: + resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} + engines: {node: '>= 0.8'} + dependencies: + delayed-stream: 1.0.0 + + /comma-separated-tokens@2.0.3: + resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} + dev: false + + /commander@11.1.0: + resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} + engines: {node: '>=16'} + dev: true + + /commander@12.0.0: + resolution: {integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==} + engines: {node: '>=18'} + dev: true + + /commander@2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + + /commander@4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} + dev: true + + /commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + requiresBuild: true + optional: true + + /commondir@1.0.1: + resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} + dev: true + + /compare-func@2.0.0: + resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + dependencies: + array-ify: 1.0.0 + dot-prop: 5.3.0 + dev: true + + /compose-function@3.0.3: + resolution: {integrity: sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==} + dependencies: + arity-n: 1.0.4 + dev: true + + /computeds@0.0.1: + resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} + dev: true + + /concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + /conventional-changelog-angular@7.0.0: + resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} + engines: {node: '>=16'} + dependencies: + compare-func: 2.0.0 + dev: true + + /conventional-commits-parser@5.0.0: + resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} + engines: {node: '>=16'} + hasBin: true + dependencies: + JSONStream: 1.3.5 + is-text-path: 2.0.0 + meow: 12.1.1 + split2: 4.2.0 + dev: true + + /convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: true + + /copy-to-clipboard@3.3.3: + resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} + dependencies: + toggle-selection: 1.0.6 + dev: false + + /core-js-compat@3.36.1: + resolution: {integrity: sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==} + dependencies: + browserslist: 4.23.0 + dev: true + + /core-util-is@1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + dev: true + + /cross-spawn@5.1.0: + resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} + dependencies: + lru-cache: 4.1.5 + shebang-command: 1.2.0 + which: 1.3.1 + dev: true + + /cross-spawn@7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + dev: true + + /crypto-random-string@2.0.0: + resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} + engines: {node: '>=8'} + dev: true + + /css-in-js-utils@3.1.0: + resolution: {integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==} + dependencies: + hyphenate-style-name: 1.0.4 + dev: false + + /css-tree@1.1.3: + resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} + engines: {node: '>=8.0.0'} + dependencies: + mdn-data: 2.0.14 + source-map: 0.6.1 + dev: false + + /css-tree@2.3.1: + resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + dependencies: + mdn-data: 2.0.30 + source-map-js: 1.2.0 + dev: true + + /css.escape@1.5.1: + resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} + dev: true + + /cssstyle@4.0.1: + resolution: {integrity: sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==} + engines: {node: '>=18'} + dependencies: + rrweb-cssom: 0.6.0 + dev: true + + /csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + + /current-git-branch@1.1.0: + resolution: {integrity: sha512-n5mwGZllLsFzxDPtTmadqGe4IIBPfqPbiIRX4xgFR9VK/Bx47U+94KiVkxSKAKN6/s43TlkztS2GZpgMKzwQ8A==} + dependencies: + babel-plugin-add-module-exports: 0.2.1 + execa: 0.6.3 + is-git-repository: 1.1.1 + dev: true + + /d3-color@3.1.0: + resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} + engines: {node: '>=12'} + dev: false + + /d3-dispatch@3.0.1: + resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==} + engines: {node: '>=12'} + dev: false + + /d3-drag@3.0.0: + resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==} + engines: {node: '>=12'} + dependencies: + d3-dispatch: 3.0.1 + d3-selection: 3.0.0 + dev: false + + /d3-ease@3.0.1: + resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==} + engines: {node: '>=12'} + dev: false + + /d3-interpolate@3.0.1: + resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==} + engines: {node: '>=12'} + dependencies: + d3-color: 3.1.0 + dev: false + + /d3-selection@3.0.0: + resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==} + engines: {node: '>=12'} + dev: false + + /d3-timer@3.0.1: + resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==} + engines: {node: '>=12'} + dev: false + + /d3-transition@3.0.1(d3-selection@3.0.0): + resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==} + engines: {node: '>=12'} + peerDependencies: + d3-selection: 2 - 3 + dependencies: + d3-color: 3.1.0 + d3-dispatch: 3.0.1 + d3-ease: 3.0.1 + d3-interpolate: 3.0.1 + d3-selection: 3.0.0 + d3-timer: 3.0.1 + dev: false + + /d3-zoom@3.0.0: + resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==} + engines: {node: '>=12'} + dependencies: + d3-dispatch: 3.0.1 + d3-drag: 3.0.0 + d3-interpolate: 3.0.1 + d3-selection: 3.0.0 + d3-transition: 3.0.1(d3-selection@3.0.0) + dev: false + + /data-uri-to-buffer@3.0.1: + resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} + engines: {node: '>= 6'} + dev: true + + /data-urls@5.0.0: + resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} + engines: {node: '>=18'} + dependencies: + whatwg-mimetype: 4.0.0 + whatwg-url: 14.0.0 + dev: true + + /dayjs@1.11.10: + resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} + dev: false + + /de-indent@1.0.2: + resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} + dev: true + + /debug@4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + + /decimal.js@10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + dev: true + + /decode-named-character-reference@1.0.2: + resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} + dependencies: + character-entities: 2.0.2 + dev: false + + /deep-eql@4.1.3: + resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} + engines: {node: '>=6'} + dependencies: + type-detect: 4.0.8 + dev: true + + /deep-equal@2.2.3: + resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.4 + is-arguments: 1.1.1 + is-array-buffer: 3.0.4 + is-date-object: 1.0.5 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.3 + isarray: 2.0.5 + object-is: 1.1.6 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.2 + side-channel: 1.0.6 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.2 + which-typed-array: 1.1.15 + dev: true + + /deep-freeze@0.0.1: + resolution: {integrity: sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==} + dev: true + + /deepmerge@4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} + + /defaults@1.0.4: + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + requiresBuild: true + dependencies: + clone: 1.0.4 + dev: true + + /define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + gopd: 1.0.1 + + /define-lazy-prop@2.0.0: + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} + + /define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 + object-keys: 1.1.1 + dev: true + + /delayed-stream@1.0.0: + resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} + engines: {node: '>=0.4.0'} + + /dequal@2.0.3: + resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} + engines: {node: '>=6'} + + /detect-file@1.0.0: + resolution: {integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==} + engines: {node: '>=0.10.0'} + dev: true + + /detect-node@2.1.0: + resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + dev: false + + /dettle@1.0.1: + resolution: {integrity: sha512-/oD3At60ZfhgzpofJtyClNTrIACyMdRe+ih0YiHzAniN0IZnLdLpEzgR6RtGs3kowxUkTnvV/4t1FBxXMUdusQ==} + dev: true + + /diff-sequences@29.6.3: + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + + /diff@5.2.0: + resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} + engines: {node: '>=0.3.1'} + dev: false + + /dir-glob@3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + dependencies: + path-type: 4.0.0 + dev: false + + /discontinuous-range@1.0.0: + resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==} + dev: false + + /dnd-core@16.0.1: + resolution: {integrity: sha512-HK294sl7tbw6F6IeuK16YSBUoorvHpY8RHO+9yFfaJyCDVb6n7PRcezrOEOa2SBCqiYpemh5Jx20ZcjKdFAVng==} + dependencies: + '@react-dnd/asap': 5.0.2 + '@react-dnd/invariant': 4.0.2 + redux: 4.2.1 + dev: false + + /dnd-multi-backend@8.0.3(dnd-core@16.0.1): + resolution: {integrity: sha512-yFFARotr+OEJk787Fsj+V52pi6j7+Pt/CRp3IR2Ai3fnxA/z6J54T7+gxkXzXu4cvxTNE7NiBzzAaJ2f7JjFTw==} + peerDependencies: + dnd-core: ^16.0.1 + dependencies: + dnd-core: 16.0.1 + dev: false + + /dom-accessibility-api@0.5.16: + resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} + dev: true + + /dom-accessibility-api@0.6.3: + resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} + dev: true + + /dom-helpers@5.2.1: + resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} + dependencies: + '@babel/runtime': 7.24.1 + csstype: 3.1.3 + dev: false + + /dom-serializer@1.4.1: + resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} + dependencies: + domelementtype: 2.3.0 + domhandler: 4.3.1 + entities: 2.2.0 + dev: false + + /domelementtype@2.3.0: + resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} + dev: false + + /domhandler@4.3.1: + resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} + engines: {node: '>= 4'} + dependencies: + domelementtype: 2.3.0 + dev: false + + /domutils@2.8.0: + resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} + dependencies: + dom-serializer: 1.4.1 + domelementtype: 2.3.0 + domhandler: 4.3.1 + dev: false + + /dot-prop@5.3.0: + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} + engines: {node: '>=8'} + dependencies: + is-obj: 2.0.0 + dev: true + + /dotenv-expand@10.0.0: + resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} + engines: {node: '>=12'} + dev: true + + /dotenv@16.3.2: + resolution: {integrity: sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==} + engines: {node: '>=12'} + dev: true + + /duplexer2@0.1.4: + resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==} + dependencies: + readable-stream: 2.3.8 + dev: true + + /duplexer@0.1.2: + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + dev: true + + /eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + dev: true + + /easy-table@1.2.0: + resolution: {integrity: sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==} + dependencies: + ansi-regex: 5.0.1 + optionalDependencies: + wcwidth: 1.0.1 + dev: true + + /electron-to-chromium@1.4.716: + resolution: {integrity: sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw==} + dev: true + + /elkjs@0.8.2: + resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==} + dev: false + + /emoji-regex@10.3.0: + resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} + dev: true + + /emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + dev: true + + /emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + dev: true + + /encode-registry@3.0.1: + resolution: {integrity: sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==} + engines: {node: '>=10'} + dependencies: + mem: 8.1.1 + dev: true + + /end-of-stream@1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + dependencies: + once: 1.4.0 + dev: true + + /enquirer@2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} + dependencies: + ansi-colors: 4.1.3 + dev: true + + /entities@2.2.0: + resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} + dev: false + + /entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + dev: true + + /err-code@2.0.3: + resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} + dev: true + + /error-ex@1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + dependencies: + is-arrayish: 0.2.1 + dev: true + + /error-stack-parser@2.1.4: + resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} + dependencies: + stackframe: 1.3.4 + dev: false + + /es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.4 + + /es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + /es-get-iterator@1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + has-symbols: 1.0.3 + is-arguments: 1.1.1 + is-map: 2.0.3 + is-set: 2.0.3 + is-string: 1.0.7 + isarray: 2.0.5 + stop-iteration-iterator: 1.0.0 + dev: true + + /esbuild-register@3.5.0(esbuild@0.20.2): + resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} + peerDependencies: + esbuild: '>=0.12 <1' + dependencies: + debug: 4.3.4 + esbuild: 0.20.2 + transitivePeerDependencies: + - supports-color + dev: true + + /esbuild@0.20.2: + resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/aix-ppc64': 0.20.2 + '@esbuild/android-arm': 0.20.2 + '@esbuild/android-arm64': 0.20.2 + '@esbuild/android-x64': 0.20.2 + '@esbuild/darwin-arm64': 0.20.2 + '@esbuild/darwin-x64': 0.20.2 + '@esbuild/freebsd-arm64': 0.20.2 + '@esbuild/freebsd-x64': 0.20.2 + '@esbuild/linux-arm': 0.20.2 + '@esbuild/linux-arm64': 0.20.2 + '@esbuild/linux-ia32': 0.20.2 + '@esbuild/linux-loong64': 0.20.2 + '@esbuild/linux-mips64el': 0.20.2 + '@esbuild/linux-ppc64': 0.20.2 + '@esbuild/linux-riscv64': 0.20.2 + '@esbuild/linux-s390x': 0.20.2 + '@esbuild/linux-x64': 0.20.2 + '@esbuild/netbsd-x64': 0.20.2 + '@esbuild/openbsd-x64': 0.20.2 + '@esbuild/sunos-x64': 0.20.2 + '@esbuild/win32-arm64': 0.20.2 + '@esbuild/win32-ia32': 0.20.2 + '@esbuild/win32-x64': 0.20.2 + dev: true + + /escalade@3.1.2: + resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} + engines: {node: '>=6'} + dev: true + + /escape-regexp-component@1.0.2: + resolution: {integrity: sha512-B0yxafj1D1ZTNEHkFoQxz4iboZSfaZHhaNhIug7GcUCL4ZUrVSJZTmWUAkPOFaYDfi3RNT9XM082TuGE6jpmiQ==} + dev: false + + /escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + dev: true + + /escape-string-regexp@2.0.0: + resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} + engines: {node: '>=8'} + dev: false + + /esprima@4.0.1: + resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} + engines: {node: '>=4'} + hasBin: true + dev: true + + /estree-walker@2.0.2: + resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} + dev: true + + /estree-walker@3.0.3: + resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} + dependencies: + '@types/estree': 1.0.5 + dev: true + + /esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + dev: true + + /event-target-shim@5.0.1: + resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} + engines: {node: '>=6'} + dev: false + + /eventemitter3@5.0.1: + resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + dev: true + + /events@3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} + dev: false + + /execa@0.6.3: + resolution: {integrity: sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==} + engines: {node: '>=4'} + dependencies: + cross-spawn: 5.1.0 + get-stream: 3.0.0 + is-stream: 1.1.0 + npm-run-path: 2.0.2 + p-finally: 1.0.0 + signal-exit: 3.0.7 + strip-eof: 1.0.0 + dev: true + + /execa@8.0.1: + resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} + engines: {node: '>=16.17'} + dependencies: + cross-spawn: 7.0.3 + get-stream: 8.0.1 + human-signals: 5.0.0 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.3.0 + onetime: 6.0.0 + signal-exit: 4.1.0 + strip-final-newline: 3.0.0 + dev: true + + /expand-tilde@2.0.2: + resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==} + engines: {node: '>=0.10.0'} + dependencies: + homedir-polyfill: 1.0.3 + dev: true + + /extend@3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + + /fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + /fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.5 + + /fast-ignore@1.1.1: + resolution: {integrity: sha512-Gnvido88waUVtlDv/6VBeXv0TAlQK5lheknMwzHx9948B7uOFjyyLXsYBXixDScEXJB5fMjy4G1OOTH59VKvUA==} + dependencies: + grammex: 3.1.3 + dev: true + + /fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + dev: true + + /fast-loops@1.1.3: + resolution: {integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==} + dev: false + + /fast-safe-stringify@2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + dev: true + + /fast-shallow-equal@1.0.0: + resolution: {integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==} + dev: false + + /fast-string-truncated-width@1.1.0: + resolution: {integrity: sha512-FfsFREOllHpnSl6cxpLi6wvqd9UebrZPxWlOJCCcWoOJzy02xyjPbafF9tyg2Usnf3GLmRr5Q6s7n+GO+6VB5A==} + dev: true + + /fast-string-width@1.0.5: + resolution: {integrity: sha512-rO3M39p2w0AaF81drD42Q+v77cyhUKWixavoTAsORzYtjMIHhZ33KgdsjEaxMBwI0zI0zLUNBL0CYqVMipXp4g==} + dependencies: + fast-string-truncated-width: 1.1.0 + dev: true + + /fastest-stable-stringify@2.0.2: + resolution: {integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==} + dev: false + + /fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + dependencies: + reusify: 1.0.4 + + /fetch-blob@2.1.2: + resolution: {integrity: sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==} + engines: {node: ^10.17.0 || >=12.3.0} + peerDependencies: + domexception: '*' + peerDependenciesMeta: + domexception: + optional: true + dev: true + + /figures@3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + dependencies: + escape-string-regexp: 1.0.5 + dev: true + + /fill-range@7.0.1: + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} + dependencies: + to-regex-range: 5.0.1 + + /filter-iterator@0.0.1: + resolution: {integrity: sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==} + dev: true + + /filter-obj@1.1.0: + resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==} + engines: {node: '>=0.10.0'} + dev: true + + /find-up-json@2.0.4: + resolution: {integrity: sha512-ABaCm3V1H5UYRHtClHvFFyxPIAC/bxd43tKwmcSco8/EuM5O7zDL2R7ORaA+rEltwgxoNOIK8LQFwQUfA/2GIw==} + dependencies: + find-up-path: 1.0.0 + dev: true + + /find-up-path@1.0.0: + resolution: {integrity: sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==} + dev: true + + /findup-sync@5.0.0: + resolution: {integrity: sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==} + engines: {node: '>= 10.13.0'} + dependencies: + detect-file: 1.0.0 + is-glob: 4.0.3 + micromatch: 4.0.5 + resolve-dir: 1.0.1 + dev: true + + /fined@2.0.0: + resolution: {integrity: sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==} + engines: {node: '>= 10.13.0'} + dependencies: + expand-tilde: 2.0.2 + is-plain-object: 5.0.0 + object.defaults: 1.1.0 + object.pick: 1.3.0 + parse-filepath: 1.0.2 + dev: true + + /flagged-respawn@2.0.0: + resolution: {integrity: sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==} + engines: {node: '>= 10.13.0'} + dev: true + + /flat@5.0.2: + resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} + hasBin: true + dev: true + + /follow-redirects@1.15.6: + resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + + /for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + dependencies: + is-callable: 1.2.7 + + /for-in@1.0.2: + resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} + engines: {node: '>=0.10.0'} + dev: true + + /for-own@1.0.0: + resolution: {integrity: sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==} + engines: {node: '>=0.10.0'} + dependencies: + for-in: 1.0.2 + dev: true + + /foreground-child@3.1.1: + resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} + engines: {node: '>=14'} + dependencies: + cross-spawn: 7.0.3 + signal-exit: 4.1.0 + dev: true + + /form-data@2.5.1: + resolution: {integrity: sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==} + engines: {node: '>= 0.12'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + dev: false + + /form-data@4.0.0: + resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} + engines: {node: '>= 6'} + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + + /fs-constants@1.0.0: + resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} + dev: true + + /fs-extra@10.1.0: + resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} + engines: {node: '>=12'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + + /fs-extra@11.2.0: + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} + engines: {node: '>=14.14'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + dev: true + + /fs-extra@7.0.1: + resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} + engines: {node: '>=6 <7 || >=8'} + dependencies: + graceful-fs: 4.2.11 + jsonfile: 4.0.0 + universalify: 0.1.2 + dev: true + + /fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + /fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + /functions-have-names@1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + dev: true + + /fuse.js@6.6.2: + resolution: {integrity: sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==} + engines: {node: '>=10'} + dev: false + + /gensync@1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + dev: true + + /get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + dev: true + + /get-current-package@1.0.0: + resolution: {integrity: sha512-mEZ43mmPMdRz+7vouBd/fhnEMRF0omBzcwwwf2GmbWSeZJGdWHRp9RGLZxW7ZnnZ14jPc3GreHh0s/7u7PZJpQ==} + dependencies: + find-up-json: 2.0.4 + dev: true + + /get-east-asian-width@1.2.0: + resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==} + engines: {node: '>=18'} + dev: true + + /get-func-name@2.0.2: + resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} + dev: true + + /get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + hasown: 2.0.2 + + /get-stream@3.0.0: + resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==} + engines: {node: '>=4'} + dev: true + + /get-stream@8.0.1: + resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} + engines: {node: '>=16'} + dev: true + + /git-log-parser@1.2.0: + resolution: {integrity: sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==} + dependencies: + argv-formatter: 1.0.0 + spawn-error-forwarder: 1.0.0 + split2: 1.0.0 + stream-combiner2: 1.1.1 + through2: 2.0.5 + traverse: 0.6.8 + dev: true + + /glob-gitignore@1.0.14: + resolution: {integrity: sha512-YuAEPqL58bOQDqDF2kMv009rIjSAtPs+WPzyGbwRWK+wD0UWQVRoP34Pz6yJ6ivco65C9tZnaIt0I3JCuQ8NZQ==} + engines: {node: '>= 6'} + dependencies: + glob: 7.2.3 + ignore: 5.3.1 + lodash.difference: 4.5.0 + lodash.union: 4.6.0 + make-array: 1.0.5 + util.inherits: 1.0.3 + dev: false + + /glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + dependencies: + is-glob: 4.0.3 + + /glob@10.3.10: + resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + dependencies: + foreground-child: 3.1.1 + jackspeak: 2.3.6 + minimatch: 9.0.3 + minipass: 7.0.4 + path-scurry: 1.10.1 + dev: true + + /glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + /glob@8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 5.1.6 + once: 1.4.0 + dev: true + + /global-modules@1.0.0: + resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} + engines: {node: '>=0.10.0'} + dependencies: + global-prefix: 1.0.2 + is-windows: 1.0.2 + resolve-dir: 1.0.1 + dev: true + + /global-prefix@1.0.2: + resolution: {integrity: sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==} + engines: {node: '>=0.10.0'} + dependencies: + expand-tilde: 2.0.2 + homedir-polyfill: 1.0.3 + ini: 1.3.8 + is-windows: 1.0.2 + which: 1.3.1 + dev: true + + /globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + dev: true + + /globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.2 + ignore: 5.3.1 + merge2: 1.4.1 + slash: 3.0.0 + dev: false + + /globby@14.0.1: + resolution: {integrity: sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==} + engines: {node: '>=18'} + dependencies: + '@sindresorhus/merge-streams': 2.3.0 + fast-glob: 3.3.2 + ignore: 5.3.1 + path-type: 5.0.0 + slash: 5.1.0 + unicorn-magic: 0.1.0 + dev: true + + /globrex@0.1.2: + resolution: {integrity: sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==} + dev: true + + /gopd@1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + dependencies: + get-intrinsic: 1.2.4 + + /graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + + /grammex@3.1.3: + resolution: {integrity: sha512-rUZoJJQguOCaAMTuoyxs40OxqSLgVhzCCwDn1mbp2vETWutv/TmgAz7KxMR8Tz4z4cty/zIh88HrOWKqWgeGjg==} + dev: true + + /has-bigints@1.0.2: + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + dev: true + + /has-flag@3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + dev: true + + /has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + dev: true + + /has-own-property@0.1.0: + resolution: {integrity: sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==} + dev: true + + /has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + dependencies: + es-define-property: 1.0.0 + + /has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + + /has-symbols@1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + engines: {node: '>= 0.4'} + + /has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} + engines: {node: '>= 0.4'} + dependencies: + has-symbols: 1.0.3 + + /hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + dependencies: + function-bind: 1.1.2 + + /hast-util-whitespace@2.0.1: + resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==} + dev: false + + /he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + + /heap@0.2.5: + resolution: {integrity: sha512-G7HLD+WKcrOyJP5VQwYZNC3Z6FcQ7YYjEFiFoIj8PfEr73mu421o8B1N5DKUcc8K37EsJ2XXWA8DtrDz/2dReg==} + dev: false + + /history@5.3.0: + resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} + dependencies: + '@babel/runtime': 7.24.1 + dev: false + + /hoist-non-react-statics@3.3.2: + resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} + dependencies: + react-is: 16.13.1 + dev: false + + /homedir-polyfill@1.0.3: + resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} + engines: {node: '>=0.10.0'} + dependencies: + parse-passwd: 1.0.0 + dev: true + + /hosted-git-info@4.1.0: + resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} + engines: {node: '>=10'} + dependencies: + lru-cache: 6.0.0 + dev: true + + /hosted-git-info@7.0.1: + resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==} + engines: {node: ^16.14.0 || >=18.0.0} + dependencies: + lru-cache: 10.2.0 + dev: true + + /html-encoding-sniffer@4.0.0: + resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} + engines: {node: '>=18'} + dependencies: + whatwg-encoding: 3.1.1 + dev: true + + /html-to-text@8.2.1: + resolution: {integrity: sha512-aN/3JvAk8qFsWVeE9InWAWueLXrbkoVZy0TkzaGhoRBC2gCFEeRLDDJN3/ijIGHohy6H+SZzUQWN/hcYtaPK8w==} + engines: {node: '>=10.23.2'} + hasBin: true + dependencies: + '@selderee/plugin-htmlparser2': 0.6.0 + deepmerge: 4.3.1 + he: 1.2.0 + htmlparser2: 6.1.0 + minimist: 1.2.8 + selderee: 0.6.0 + dev: false + + /htmlparser2@6.1.0: + resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} + dependencies: + domelementtype: 2.3.0 + domhandler: 4.3.1 + domutils: 2.8.0 + entities: 2.2.0 + dev: false + + /http-proxy-agent@7.0.2: + resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} + engines: {node: '>= 14'} + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + /https-proxy-agent@7.0.4: + resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} + engines: {node: '>= 14'} + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + /human-signals@5.0.0: + resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} + engines: {node: '>=16.17.0'} + dev: true + + /husky@9.0.11: + resolution: {integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==} + engines: {node: '>=18'} + hasBin: true + dev: true + + /hyphenate-style-name@1.0.4: + resolution: {integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==} + dev: false + + /iconv-lite@0.6.3: + resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} + engines: {node: '>=0.10.0'} + dependencies: + safer-buffer: 2.1.2 + dev: true + + /identity-function@1.0.0: + resolution: {integrity: sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==} + dev: true + + /ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + dev: true + + /ignore@5.3.1: + resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} + engines: {node: '>= 4'} + + /immer@9.0.15: + resolution: {integrity: sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==} + dev: false + + /immutability-helper@3.1.1: + resolution: {integrity: sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ==} + dev: false + + /import-lazy@4.0.0: + resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} + engines: {node: '>=8'} + dev: true + + /import-meta-resolve@4.0.0: + resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==} + dev: true + + /indent-string@4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + dev: true + + /individual@3.0.0: + resolution: {integrity: sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==} + dev: true + + /inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + + /inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + /ini-simple-parser@1.0.0: + resolution: {integrity: sha512-cZUGzkBd1W8FoIbFNMbscMvIGwp+riO/4PaPAy2owQp0sja+ni6Yty11GBNnxaI1ePkSVXzPb8iMOOYuYw/MOQ==} + dev: true + + /ini@1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + dev: true + + /inline-style-parser@0.1.1: + resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} + dev: false + + /inline-style-prefixer@7.0.0: + resolution: {integrity: sha512-I7GEdScunP1dQ6IM2mQWh6v0mOYdYmH3Bp31UecKdrcUgcURTcctSe1IECdUznSHKSmsHtjrT3CwCPI1pyxfUQ==} + dependencies: + css-in-js-utils: 3.1.0 + fast-loops: 1.1.3 + dev: false + + /internal-slot@1.0.7: + resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} + engines: {node: '>= 0.4'} + dependencies: + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.0.6 + dev: true + + /interpret@3.1.1: + resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} + engines: {node: '>=10.13.0'} + dev: true + + /intl-messageformat@10.3.1: + resolution: {integrity: sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==} + dependencies: + '@formatjs/ecma402-abstract': 1.14.3 + '@formatjs/fast-memoize': 1.2.8 + '@formatjs/icu-messageformat-parser': 2.3.0 + tslib: 2.6.2 + dev: false + + /ionstore@1.0.0: + resolution: {integrity: sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==} + dev: true + + /is-absolute@1.0.0: + resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} + engines: {node: '>=0.10.0'} + dependencies: + is-relative: 1.0.0 + is-windows: 1.0.2 + dev: true + + /is-arguments@1.1.1: + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + + /is-array-buffer@3.0.4: + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + dev: true + + /is-arrayish@0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + dev: true + + /is-bigint@1.0.4: + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + dependencies: + has-bigints: 1.0.2 + dev: true + + /is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + dependencies: + binary-extensions: 2.3.0 + dev: true + + /is-boolean-object@1.1.2: + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + dev: true + + /is-buffer@2.0.5: + resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} + engines: {node: '>=4'} + dev: false + + /is-builtin-module@3.2.1: + resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} + engines: {node: '>=6'} + dependencies: + builtin-modules: 3.3.0 + dev: true + + /is-callable@1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + + /is-core-module@2.13.1: + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + dependencies: + hasown: 2.0.2 + dev: true + + /is-date-object@1.0.5: + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.2 + dev: true + + /is-docker@2.2.1: + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} + hasBin: true + + /is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + /is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + dev: true + + /is-fullwidth-code-point@4.0.0: + resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} + engines: {node: '>=12'} + dev: true + + /is-fullwidth-code-point@5.0.0: + resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==} + engines: {node: '>=18'} + dependencies: + get-east-asian-width: 1.2.0 + dev: true + + /is-generator-function@1.0.10: + resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.2 + dev: false + + /is-git-repository@1.1.1: + resolution: {integrity: sha512-hxLpJytJnIZ5Og5QsxSkzmb8Qx8rGau9bio1JN/QtXcGEFuSsQYau0IiqlsCwftsfVYjF1mOq6uLdmwNSspgpA==} + dependencies: + execa: 0.6.3 + path-is-absolute: 1.0.1 + dev: true + + /is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + dependencies: + is-extglob: 2.1.1 + + /is-interactive@1.0.0: + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} + dev: true + + /is-iterable@1.1.1: + resolution: {integrity: sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==} + engines: {node: '>= 4'} + dev: true + + /is-map@2.0.3: + resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} + engines: {node: '>= 0.4'} + dev: true + + /is-module@1.0.0: + resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} + dev: true + + /is-number-object@1.0.7: + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.2 + dev: true + + /is-number@4.0.0: + resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} + engines: {node: '>=0.10.0'} + dev: true + + /is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + /is-obj@2.0.0: + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} + engines: {node: '>=8'} + dev: true + + /is-plain-obj@4.1.0: + resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} + engines: {node: '>=12'} + dev: false + + /is-plain-object@5.0.0: + resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} + engines: {node: '>=0.10.0'} + dev: true + + /is-potential-custom-element-name@1.0.1: + resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} + dev: true + + /is-reference@1.2.1: + resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} + dependencies: + '@types/estree': 1.0.5 + dev: true + + /is-reference@3.0.2: + resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==} + dependencies: + '@types/estree': 1.0.5 + dev: true + + /is-regex@1.1.4: + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + dev: true + + /is-relative@1.0.0: + resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==} + engines: {node: '>=0.10.0'} + dependencies: + is-unc-path: 1.0.0 + dev: true + + /is-set@2.0.3: + resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} + engines: {node: '>= 0.4'} + dev: true + + /is-shared-array-buffer@1.0.3: + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + dev: true + + /is-stream@1.1.0: + resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} + engines: {node: '>=0.10.0'} + dev: true + + /is-stream@3.0.0: + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + + /is-string@1.0.7: + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.2 + dev: true + + /is-symbol@1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} + dependencies: + has-symbols: 1.0.3 + dev: true + + /is-text-path@2.0.0: + resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} + engines: {node: '>=8'} + dependencies: + text-extensions: 2.4.0 + dev: true + + /is-typed-array@1.1.13: + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} + engines: {node: '>= 0.4'} + dependencies: + which-typed-array: 1.1.15 + dev: false + + /is-unc-path@1.0.0: + resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==} + engines: {node: '>=0.10.0'} + dependencies: + unc-path-regex: 0.1.2 + dev: true + + /is-unicode-supported@0.1.0: + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} + dev: true + + /is-weakmap@2.0.2: + resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} + engines: {node: '>= 0.4'} + dev: true + + /is-weakset@2.0.3: + resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + dev: true + + /is-windows@1.0.2: + resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} + engines: {node: '>=0.10.0'} + dev: true + + /is-wsl@2.2.0: + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} + dependencies: + is-docker: 2.2.1 + + /isarray@1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + dev: true + + /isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + dev: true + + /isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + dev: true + + /isexe@3.1.1: + resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} + engines: {node: '>=16'} + dev: true + + /isobject@3.0.1: + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} + dev: true + + /isomorphic.js@0.2.5: + resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==} + dev: false + + /iterable-lookahead@1.0.0: + resolution: {integrity: sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==} + engines: {node: '>=4'} + dev: true + + /jackspeak@2.3.6: + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} + engines: {node: '>=14'} + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + dev: true + + /jest-diff@29.7.0: + resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + diff-sequences: 29.6.3 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 + dev: true + + /jest-get-type@29.6.3: + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + + /jiti@1.21.0: + resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} + hasBin: true + dev: true + + /jju@1.4.0: + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + dev: true + + /js-cookie@2.2.1: + resolution: {integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==} + dev: false + + /js-sha3@0.8.0: + resolution: {integrity: sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==} + dev: false + + /js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + /js-tokens@8.0.3: + resolution: {integrity: sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==} + dev: true + + /js-yaml@3.14.1: + resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + hasBin: true + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + dev: true + + /js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + dependencies: + argparse: 2.0.1 + + /jsdom@24.0.0: + resolution: {integrity: sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==} + engines: {node: '>=18'} + peerDependencies: + canvas: ^2.11.2 + peerDependenciesMeta: + canvas: + optional: true + dependencies: + cssstyle: 4.0.1 + data-urls: 5.0.0 + decimal.js: 10.4.3 + form-data: 4.0.0 + html-encoding-sniffer: 4.0.0 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 + is-potential-custom-element-name: 1.0.1 + nwsapi: 2.2.7 + parse5: 7.1.2 + rrweb-cssom: 0.6.0 + saxes: 6.0.0 + symbol-tree: 3.2.4 + tough-cookie: 4.1.3 + w3c-xmlserializer: 5.0.0 + webidl-conversions: 7.0.0 + whatwg-encoding: 3.1.1 + whatwg-mimetype: 4.0.0 + whatwg-url: 14.0.0 + ws: 8.16.0 + xml-name-validator: 5.0.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + + /jsesc@0.5.0: + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} + hasBin: true + dev: true + + /jsesc@2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + dev: true + + /json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + dev: true + + /json-parse-even-better-errors@3.0.1: + resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + + /json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + dev: true + + /json-sorted-stringify@1.0.0: + resolution: {integrity: sha512-r27DgPdI80AXd6Hm0zJ7nPCYTBFUersR7sn7xcYyafvcgYOvwmCXB+DKWazAe0YaCNHbxH5Qzt7AIhUzPD1ETg==} + dev: true + + /json-stringify-safe@5.0.1: + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + dev: true + + /json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + dev: true + + /jsonc-parser@3.2.0: + resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} + dev: true + + /jsonc-parser@3.2.1: + resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} + dev: true + + /jsonfile@4.0.0: + resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + optionalDependencies: + graceful-fs: 4.2.11 + dev: true + + /jsonfile@6.1.0: + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + dependencies: + universalify: 2.0.1 + optionalDependencies: + graceful-fs: 4.2.11 + + /jsonparse@1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + dev: true + + /kasi@1.1.0: + resolution: {integrity: sha512-SvmC8+vhkDariSTz2182qyQ+mhwZ4W8TWaIHJcz358bYBeccQ8WBYj7uTtzHoCmpPHaoCm3PaOhzRg7Z8F4Lww==} + dev: true + + /keyborg@2.5.0: + resolution: {integrity: sha512-nb4Ji1suqWqj6VXb61Jrs4ab/UWgtGph4wDch2NIZDfLBUObmLcZE0aiDjZY49ghtu03fvwxDNvS9ZB0XMz6/g==} + dev: false + + /kind-of@6.0.3: + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} + dev: true + + /kleur@4.1.5: + resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} + engines: {node: '>=6'} + dev: false + + /knip@5.5.0(@types/node@20.11.30)(typescript@5.4.3): + resolution: {integrity: sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==} + engines: {node: '>=18.6.0'} + hasBin: true + peerDependencies: + '@types/node': '>=18' + typescript: '>=5.0.4' + dependencies: + '@ericcornelissen/bash-parser': 0.5.2 + '@nodelib/fs.walk': 2.0.0 + '@npmcli/map-workspaces': 3.0.4 + '@npmcli/package-json': 5.0.0 + '@pnpm/logger': 5.0.0 + '@pnpm/workspace.pkgs-graph': 2.0.15(@pnpm/logger@5.0.0) + '@snyk/github-codeowners': 1.1.0 + '@types/node': 20.11.30 + '@types/picomatch': 2.3.3 + easy-table: 1.2.0 + fast-glob: 3.3.2 + jiti: 1.21.0 + js-yaml: 4.1.0 + micromatch: 4.0.5 + minimist: 1.2.8 + picocolors: 1.0.0 + picomatch: 4.0.1 + pretty-ms: 9.0.0 + smol-toml: 1.1.4 + strip-json-comments: 5.0.1 + summary: 2.1.0 + typescript: 5.4.3 + zod: 3.22.4 + zod-validation-error: 3.0.3(zod@3.22.4) + transitivePeerDependencies: + - bluebird + - domexception + dev: true + + /kolorist@1.8.0: + resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} + dev: true + + /lexical@0.12.4: + resolution: {integrity: sha512-giNrnp45H6P4IHFhkKaHEPTF+bKLBWdEIDL/FGjRZf+to7l7TORIBk/23Zdchzt/VGgKGWu950EOvGh53gkVMQ==} + dev: false + + /lib0@0.2.93: + resolution: {integrity: sha512-M5IKsiFJYulS+8Eal8f+zAqf5ckm1vffW0fFDxfgxJ+uiVopvDdd3PxJmz0GsVi3YNO7QCFSq0nAsiDmNhLj9Q==} + engines: {node: '>=16'} + hasBin: true + dependencies: + isomorphic.js: 0.2.5 + dev: false + + /liftoff@4.0.0: + resolution: {integrity: sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==} + engines: {node: '>=10.13.0'} + dependencies: + extend: 3.0.2 + findup-sync: 5.0.0 + fined: 2.0.0 + flagged-respawn: 2.0.0 + is-plain-object: 5.0.0 + object.map: 1.0.1 + rechoir: 0.8.0 + resolve: 1.22.8 + dev: true + + /lilconfig@3.0.0: + resolution: {integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==} + engines: {node: '>=14'} + dev: true + + /lilconfig@3.1.1: + resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==} + engines: {node: '>=14'} + dev: true + + /lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + dev: true + + /lines-and-columns@2.0.4: + resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + + /lint-staged@15.2.2: + resolution: {integrity: sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==} + engines: {node: '>=18.12.0'} + hasBin: true + dependencies: + chalk: 5.3.0 + commander: 11.1.0 + debug: 4.3.4 + execa: 8.0.1 + lilconfig: 3.0.0 + listr2: 8.0.1 + micromatch: 4.0.5 + pidtree: 0.6.0 + string-argv: 0.3.2 + yaml: 2.3.4 + transitivePeerDependencies: + - supports-color + dev: true + + /listr2@8.0.1: + resolution: {integrity: sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==} + engines: {node: '>=18.0.0'} + dependencies: + cli-truncate: 4.0.0 + colorette: 2.0.20 + eventemitter3: 5.0.1 + log-update: 6.0.0 + rfdc: 1.3.1 + wrap-ansi: 9.0.0 + dev: true + + /load-json-file@6.2.0: + resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} + engines: {node: '>=8'} + dependencies: + graceful-fs: 4.2.11 + parse-json: 5.2.0 + strip-bom: 4.0.0 + type-fest: 0.6.0 + dev: true + + /local-pkg@0.5.0: + resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} + engines: {node: '>=14'} + dependencies: + mlly: 1.6.1 + pkg-types: 1.0.3 + dev: true + + /locate-character@3.0.0: + resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} + dev: true + + /lodash.curry@4.1.1: + resolution: {integrity: sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==} + dev: true + + /lodash.debounce@4.0.8: + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + dev: true + + /lodash.difference@4.5.0: + resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==} + dev: false + + /lodash.frompairs@4.0.1: + resolution: {integrity: sha512-dvqe2I+cO5MzXCMhUnfYFa9MD+/760yx2aTAN1lqEcEkf896TxgrX373igVdqSJj6tQd0jnSLE1UMuKufqqxFw==} + dev: false + + /lodash.get@4.4.2: + resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} + + /lodash.isequal@4.5.0: + resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} + + /lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + dev: false + + /lodash.union@4.6.0: + resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==} + dev: false + + /lodash@4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + dev: true + + /log-symbols@4.1.0: + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} + dependencies: + chalk: 4.1.2 + is-unicode-supported: 0.1.0 + dev: true + + /log-update@6.0.0: + resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==} + engines: {node: '>=18'} + dependencies: + ansi-escapes: 6.2.1 + cli-cursor: 4.0.0 + slice-ansi: 7.1.0 + strip-ansi: 7.1.0 + wrap-ansi: 9.0.0 + dev: true + + /loose-envify@1.4.0: + resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} + hasBin: true + dependencies: + js-tokens: 4.0.0 + + /loupe@2.3.7: + resolution: {integrity: sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==} + dependencies: + get-func-name: 2.0.2 + dev: true + + /lru-cache@10.2.0: + resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} + engines: {node: 14 || >=16.14} + dev: true + + /lru-cache@4.1.5: + resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} + dependencies: + pseudomap: 1.0.2 + yallist: 2.1.2 + dev: true + + /lru-cache@5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + dependencies: + yallist: 3.1.1 + dev: true + + /lru-cache@6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + dependencies: + yallist: 4.0.0 + + /luxon@3.4.4: + resolution: {integrity: sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==} + engines: {node: '>=12'} + dev: true + + /lz-string@1.5.0: + resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} + hasBin: true + dev: true + + /magic-string@0.16.0: + resolution: {integrity: sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==} + dependencies: + vlq: 0.2.3 + dev: true + + /magic-string@0.30.8: + resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} + engines: {node: '>=12'} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + dev: true + + /make-array@1.0.5: + resolution: {integrity: sha512-sgK2SAzxT19rWU+qxKUcn6PAh/swiIiz2F8C2cZjLc1z4iwYIfdoihqFIDQ8BDzAGtWPYJ6Sr13K1j/DXynDLA==} + engines: {node: '>=0.10.0'} + dev: false + + /make-iterator@1.0.1: + resolution: {integrity: sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 6.0.3 + dev: true + + /map-age-cleaner@0.1.3: + resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==} + engines: {node: '>=6'} + dependencies: + p-defer: 1.0.0 + dev: true + + /map-cache@0.2.2: + resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} + engines: {node: '>=0.10.0'} + dev: true + + /map-obj@2.0.0: + resolution: {integrity: sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==} + engines: {node: '>=4'} + dev: true + + /match-sorter@6.3.4: + resolution: {integrity: sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==} + dependencies: + '@babel/runtime': 7.24.1 + remove-accents: 0.5.0 + dev: false + + /mdast-util-definitions@5.1.2: + resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==} + dependencies: + '@types/mdast': 3.0.15 + '@types/unist': 2.0.10 + unist-util-visit: 4.1.2 + dev: false + + /mdast-util-from-markdown@1.3.1: + resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} + dependencies: + '@types/mdast': 3.0.15 + '@types/unist': 2.0.10 + decode-named-character-reference: 1.0.2 + mdast-util-to-string: 3.2.0 + micromark: 3.2.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-decode-string: 1.1.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + unist-util-stringify-position: 3.0.3 + uvu: 0.5.6 + transitivePeerDependencies: + - supports-color + dev: false + + /mdast-util-to-hast@12.3.0: + resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==} + dependencies: + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 + mdast-util-definitions: 5.1.2 + micromark-util-sanitize-uri: 1.2.0 + trim-lines: 3.0.1 + unist-util-generated: 2.0.1 + unist-util-position: 4.0.4 + unist-util-visit: 4.1.2 + dev: false + + /mdast-util-to-string@3.2.0: + resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} + dependencies: + '@types/mdast': 3.0.15 + dev: false + + /mdn-data@2.0.14: + resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} + dev: false + + /mdn-data@2.0.30: + resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} + dev: true + + /mem@6.1.1: + resolution: {integrity: sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==} + engines: {node: '>=8'} + dependencies: + map-age-cleaner: 0.1.3 + mimic-fn: 3.1.0 + dev: true + + /mem@8.1.1: + resolution: {integrity: sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==} + engines: {node: '>=10'} + dependencies: + map-age-cleaner: 0.1.3 + mimic-fn: 3.1.0 + dev: true + + /meow@12.1.1: + resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} + engines: {node: '>=16.10'} + dev: true + + /merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + dev: true + + /merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + /micromark-core-commonmark@1.1.0: + resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} + dependencies: + decode-named-character-reference: 1.0.2 + micromark-factory-destination: 1.1.0 + micromark-factory-label: 1.1.0 + micromark-factory-space: 1.1.0 + micromark-factory-title: 1.1.0 + micromark-factory-whitespace: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-chunked: 1.1.0 + micromark-util-classify-character: 1.1.0 + micromark-util-html-tag-name: 1.2.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-resolve-all: 1.1.0 + micromark-util-subtokenize: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 + dev: false + + /micromark-factory-destination@1.1.0: + resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} + dependencies: + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + dev: false + + /micromark-factory-label@1.1.0: + resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} + dependencies: + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 + dev: false + + /micromark-factory-space@1.1.0: + resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} + dependencies: + micromark-util-character: 1.2.0 + micromark-util-types: 1.1.0 + dev: false + + /micromark-factory-title@1.1.0: + resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} + dependencies: + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + dev: false + + /micromark-factory-whitespace@1.1.0: + resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} + dependencies: + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + dev: false + + /micromark-util-character@1.2.0: + resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} + dependencies: + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + dev: false + + /micromark-util-chunked@1.1.0: + resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} + dependencies: + micromark-util-symbol: 1.1.0 + dev: false + + /micromark-util-classify-character@1.1.0: + resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} + dependencies: + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + dev: false + + /micromark-util-combine-extensions@1.1.0: + resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} + dependencies: + micromark-util-chunked: 1.1.0 + micromark-util-types: 1.1.0 + dev: false + + /micromark-util-decode-numeric-character-reference@1.1.0: + resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} + dependencies: + micromark-util-symbol: 1.1.0 + dev: false + + /micromark-util-decode-string@1.1.0: + resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} + dependencies: + decode-named-character-reference: 1.0.2 + micromark-util-character: 1.2.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-symbol: 1.1.0 + dev: false + + /micromark-util-encode@1.1.0: + resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} + dev: false + + /micromark-util-html-tag-name@1.2.0: + resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} + dev: false + + /micromark-util-normalize-identifier@1.1.0: + resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} + dependencies: + micromark-util-symbol: 1.1.0 + dev: false + + /micromark-util-resolve-all@1.1.0: + resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} + dependencies: + micromark-util-types: 1.1.0 + dev: false + + /micromark-util-sanitize-uri@1.2.0: + resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} + dependencies: + micromark-util-character: 1.2.0 + micromark-util-encode: 1.1.0 + micromark-util-symbol: 1.1.0 + dev: false + + /micromark-util-subtokenize@1.1.0: + resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} + dependencies: + micromark-util-chunked: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 + dev: false + + /micromark-util-symbol@1.1.0: + resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} + dev: false + + /micromark-util-types@1.1.0: + resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} + dev: false + + /micromark@3.2.0: + resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} + dependencies: + '@types/debug': 4.1.12 + debug: 4.3.4 + decode-named-character-reference: 1.0.2 + micromark-core-commonmark: 1.1.0 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-chunked: 1.1.0 + micromark-util-combine-extensions: 1.1.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-encode: 1.1.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-resolve-all: 1.1.0 + micromark-util-sanitize-uri: 1.2.0 + micromark-util-subtokenize: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 + uvu: 0.5.6 + transitivePeerDependencies: + - supports-color + dev: false + + /micromatch@4.0.5: + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} + dependencies: + braces: 3.0.2 + picomatch: 2.3.1 + + /microseconds@0.2.0: + resolution: {integrity: sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA==} + dev: false + + /mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + + /mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + dependencies: + mime-db: 1.52.0 + + /mimic-fn@2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + dev: true + + /mimic-fn@3.1.0: + resolution: {integrity: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==} + engines: {node: '>=8'} + dev: true + + /mimic-fn@4.0.0: + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} + engines: {node: '>=12'} + dev: true + + /min-indent@1.0.1: + resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} + engines: {node: '>=4'} + dev: true + + /minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + dependencies: + brace-expansion: 1.1.11 + + /minimatch@5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: true + + /minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: true + + /minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + + /minipass@7.0.4: + resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} + engines: {node: '>=16 || 14 >=14.17'} + dev: true + + /mlly@1.6.1: + resolution: {integrity: sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==} + dependencies: + acorn: 8.11.3 + pathe: 1.1.2 + pkg-types: 1.0.3 + ufo: 1.5.3 + dev: true + + /monaco-editor@0.47.0: + resolution: {integrity: sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==} + dev: false + + /moo@0.5.2: + resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} + dev: false + + /mri@1.2.0: + resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} + engines: {node: '>=4'} + dev: false + + /ms@2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + + /muggle-string@0.3.1: + resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} + dev: true + + /nano-css@5.6.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-T2Mhc//CepkTa3X4pUhKgbEheJHYAxD0VptuqFhDbGMUWVV2m+lkNiW/Ieuj35wrfC8Zm0l7HvssQh7zcEttSw==} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + css-tree: 1.1.3 + csstype: 3.1.3 + fastest-stable-stringify: 2.0.2 + inline-style-prefixer: 7.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + rtl-css-js: 1.16.1 + stacktrace-js: 2.0.2 + stylis: 4.3.1 + dev: false + + /nano-time@1.0.0: + resolution: {integrity: sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==} + dependencies: + big-integer: 1.6.52 + dev: false + + /nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: true + + /nanoid@5.0.6: + resolution: {integrity: sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==} + engines: {node: ^18 || >=20} + hasBin: true + dev: true + + /nanospinner@1.1.0: + resolution: {integrity: sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==} + dependencies: + picocolors: 1.0.0 + dev: true + + /ndjson@2.0.0: + resolution: {integrity: sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==} + engines: {node: '>=10'} + hasBin: true + dependencies: + json-stringify-safe: 5.0.1 + minimist: 1.2.8 + readable-stream: 3.6.2 + split2: 3.2.2 + through2: 4.0.2 + dev: true + + /nearley@2.20.1: + resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} + hasBin: true + dependencies: + commander: 2.20.3 + moo: 0.5.2 + railroad-diagrams: 1.0.0 + randexp: 0.4.6 + dev: false + + /node-fetch@2.7.0: + resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} + engines: {node: 4.x || >=6.0.0} + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + dependencies: + whatwg-url: 5.0.0 + dev: false + + /node-fetch@3.0.0-beta.9: + resolution: {integrity: sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==} + engines: {node: ^10.17 || >=12.3} + dependencies: + data-uri-to-buffer: 3.0.1 + fetch-blob: 2.1.2 + transitivePeerDependencies: + - domexception + dev: true + + /node-machine-id@1.1.12: + resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} + dev: true + + /node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + dev: true + + /normalize-package-data@6.0.0: + resolution: {integrity: sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==} + engines: {node: ^16.14.0 || >=18.0.0} + dependencies: + hosted-git-info: 7.0.1 + is-core-module: 2.13.1 + semver: 7.6.0 + validate-npm-package-license: 3.0.4 + dev: true + + /normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + dev: true + + /npm-install-checks@6.3.0: + resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + semver: 7.6.0 + dev: true + + /npm-normalize-package-bin@3.0.1: + resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + + /npm-package-arg@11.0.1: + resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==} + engines: {node: ^16.14.0 || >=18.0.0} + dependencies: + hosted-git-info: 7.0.1 + proc-log: 3.0.0 + semver: 7.6.0 + validate-npm-package-name: 5.0.0 + dev: true + + /npm-pick-manifest@9.0.0: + resolution: {integrity: sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==} + engines: {node: ^16.14.0 || >=18.0.0} + dependencies: + npm-install-checks: 6.3.0 + npm-normalize-package-bin: 3.0.1 + npm-package-arg: 11.0.1 + semver: 7.6.0 + dev: true + + /npm-run-path@2.0.2: + resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} + engines: {node: '>=4'} + dependencies: + path-key: 2.0.1 + dev: true + + /npm-run-path@4.0.1: + resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} + engines: {node: '>=8'} + dependencies: + path-key: 3.1.1 + dev: true + + /npm-run-path@5.3.0: + resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + path-key: 4.0.0 + dev: true + + /nwsapi@2.2.7: + resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} + dev: true + + /nx@18.1.3: + resolution: {integrity: sha512-Ade/BZxK8kf98pBPHVJXRkxRTpBYJceL1YD9LBMP5TwmsVdG5ZbmmpTkCBorCGmCZ8L5WZN3gwoikvPKGs8q5w==} + hasBin: true + requiresBuild: true + peerDependencies: + '@swc-node/register': ^1.8.0 + '@swc/core': ^1.3.85 + peerDependenciesMeta: + '@swc-node/register': + optional: true + '@swc/core': + optional: true + dependencies: + '@nrwl/tao': 18.1.3 + '@yarnpkg/lockfile': 1.1.0 + '@yarnpkg/parsers': 3.0.0-rc.46 + '@zkochan/js-yaml': 0.0.6 + axios: 1.6.0 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.6.1 + cliui: 8.0.1 + dotenv: 16.3.2 + dotenv-expand: 10.0.0 + enquirer: 2.3.6 + figures: 3.2.0 + flat: 5.0.2 + fs-extra: 11.2.0 + ignore: 5.3.1 + jest-diff: 29.7.0 + js-yaml: 4.1.0 + jsonc-parser: 3.2.0 + lines-and-columns: 2.0.4 + minimatch: 9.0.3 + node-machine-id: 1.1.12 + npm-run-path: 4.0.1 + open: 8.4.2 + ora: 5.3.0 + semver: 7.6.0 + string-width: 4.2.3 + strong-log-transformer: 2.1.0 + tar-stream: 2.2.0 + tmp: 0.2.3 + tsconfig-paths: 4.2.0 + tslib: 2.6.2 + yargs: 17.7.2 + yargs-parser: 21.1.1 + optionalDependencies: + '@nx/nx-darwin-arm64': 18.1.3 + '@nx/nx-darwin-x64': 18.1.3 + '@nx/nx-freebsd-x64': 18.1.3 + '@nx/nx-linux-arm-gnueabihf': 18.1.3 + '@nx/nx-linux-arm64-gnu': 18.1.3 + '@nx/nx-linux-arm64-musl': 18.1.3 + '@nx/nx-linux-x64-gnu': 18.1.3 + '@nx/nx-linux-x64-musl': 18.1.3 + '@nx/nx-win32-arm64-msvc': 18.1.3 + '@nx/nx-win32-x64-msvc': 18.1.3 + transitivePeerDependencies: + - debug + dev: true + + /object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + dev: false + + /object-inspect@1.13.1: + resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + dev: true + + /object-is@1.1.6: + resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + dev: true + + /object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + dev: true + + /object-pairs@0.1.0: + resolution: {integrity: sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==} + dev: true + + /object-values@1.0.0: + resolution: {integrity: sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==} + engines: {node: '>=0.10.0'} + dev: true + + /object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + has-symbols: 1.0.3 + object-keys: 1.1.1 + dev: true + + /object.defaults@1.1.0: + resolution: {integrity: sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==} + engines: {node: '>=0.10.0'} + dependencies: + array-each: 1.0.1 + array-slice: 1.1.0 + for-own: 1.0.0 + isobject: 3.0.1 + dev: true + + /object.map@1.0.1: + resolution: {integrity: sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==} + engines: {node: '>=0.10.0'} + dependencies: + for-own: 1.0.0 + make-iterator: 1.0.1 + dev: true + + /object.pick@1.3.0: + resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} + engines: {node: '>=0.10.0'} + dependencies: + isobject: 3.0.1 + dev: true + + /oblivious-set@1.0.0: + resolution: {integrity: sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw==} + dev: false + + /once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + dependencies: + wrappy: 1.0.2 + + /onetime@5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + dependencies: + mimic-fn: 2.1.0 + dev: true + + /onetime@6.0.0: + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} + engines: {node: '>=12'} + dependencies: + mimic-fn: 4.0.0 + dev: true + + /open@8.4.2: + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} + dependencies: + define-lazy-prop: 2.0.0 + is-docker: 2.2.1 + is-wsl: 2.2.0 + + /openapi-types@12.1.3: + resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==} + dev: false + + /ora@5.3.0: + resolution: {integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==} + engines: {node: '>=10'} + dependencies: + bl: 4.1.0 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.6.1 + is-interactive: 1.0.0 + log-symbols: 4.1.0 + strip-ansi: 6.0.1 + wcwidth: 1.0.1 + dev: true + + /p-defer@1.0.0: + resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} + engines: {node: '>=4'} + dev: true + + /p-finally@1.0.0: + resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} + engines: {node: '>=4'} + dev: true + + /p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + dependencies: + yocto-queue: 0.1.0 + dev: true + + /p-limit@5.0.0: + resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} + engines: {node: '>=18'} + dependencies: + yocto-queue: 1.0.0 + dev: true + + /p-map@4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + dependencies: + aggregate-error: 3.1.0 + dev: true + + /p-memoize@4.0.1: + resolution: {integrity: sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==} + engines: {node: '>=10'} + dependencies: + mem: 6.1.1 + mimic-fn: 3.1.0 + dev: true + + /p-retry@3.0.1: + resolution: {integrity: sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==} + engines: {node: '>=6'} + dependencies: + retry: 0.12.0 + dev: false + + /parse-filepath@1.0.2: + resolution: {integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==} + engines: {node: '>=0.8'} + dependencies: + is-absolute: 1.0.0 + map-cache: 0.2.2 + path-root: 0.1.1 + dev: true + + /parse-json@5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + dependencies: + '@babel/code-frame': 7.24.2 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + dev: true + + /parse-ms@4.0.0: + resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} + engines: {node: '>=18'} + dev: true + + /parse-npm-tarball-url@3.0.0: + resolution: {integrity: sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==} + engines: {node: '>=8.15'} + dependencies: + semver: 6.3.1 + dev: true + + /parse-passwd@1.0.0: + resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} + engines: {node: '>=0.10.0'} + dev: true + + /parse5@7.1.2: + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + dependencies: + entities: 4.5.0 + dev: true + + /parseley@0.7.0: + resolution: {integrity: sha512-xyOytsdDu077M3/46Am+2cGXEKM9U9QclBDv7fimY7e+BBlxh2JcBp2mgNsmkyA9uvgyTjVzDi7cP1v4hcFxbw==} + dependencies: + moo: 0.5.2 + nearley: 2.20.1 + dev: false + + /path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} + dev: true + + /path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + /path-key@2.0.1: + resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} + engines: {node: '>=4'} + dev: true + + /path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + dev: true + + /path-key@4.0.0: + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} + engines: {node: '>=12'} + dev: true + + /path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: true + + /path-root-regex@0.1.2: + resolution: {integrity: sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==} + engines: {node: '>=0.10.0'} + dev: true + + /path-root@0.1.1: + resolution: {integrity: sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==} + engines: {node: '>=0.10.0'} + dependencies: + path-root-regex: 0.1.2 + dev: true + + /path-scurry@1.10.1: + resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + lru-cache: 10.2.0 + minipass: 7.0.4 + dev: true + + /path-temp@2.1.0: + resolution: {integrity: sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==} + engines: {node: '>=8.15'} + dependencies: + unique-string: 2.0.0 + dev: true + + /path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + dev: false + + /path-type@5.0.0: + resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} + engines: {node: '>=12'} + dev: true + + /pathe@1.1.2: + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + dev: true + + /pathfinding@0.4.18: + resolution: {integrity: sha512-R0TGEQ9GRcFCDvAWlJAWC+KGJ9SLbW4c0nuZRcioVlXVTlw+F5RvXQ8SQgSqI9KXWC1ew95vgmIiyaWTlCe9Ag==} + dependencies: + heap: 0.2.5 + dev: false + + /pathval@1.1.1: + resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} + dev: true + + /periscopic@3.1.0: + resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} + dependencies: + '@types/estree': 1.0.5 + estree-walker: 3.0.3 + is-reference: 3.0.2 + dev: true + + /picocolors@1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + dev: true + + /picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + /picomatch@4.0.1: + resolution: {integrity: sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==} + engines: {node: '>=12'} + dev: true + + /pidtree@0.6.0: + resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} + engines: {node: '>=0.10'} + hasBin: true + dev: true + + /pioppo@1.1.0: + resolution: {integrity: sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==} + dependencies: + dettle: 1.0.1 + when-exit: 2.1.2 + dev: true + + /pkg-types@1.0.3: + resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} + dependencies: + jsonc-parser: 3.2.1 + mlly: 1.6.1 + pathe: 1.1.2 + dev: true + + /possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} + + /postcss@8.4.38: + resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.0 + source-map-js: 1.2.0 + dev: true + + /prettier-plugin-svelte@3.2.2(prettier@4.0.0-alpha.8)(svelte@4.2.12): + resolution: {integrity: sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==} + peerDependencies: + prettier: ^3.0.0 + svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 + dependencies: + prettier: 4.0.0-alpha.8 + svelte: 4.2.12 + dev: true + + /prettier@4.0.0-alpha.8: + resolution: {integrity: sha512-7FFBkQb0Eg0wJRYzA7ucc31nqTjWgoSpmS0ey9OATHU6WiV0z53Uzo5hA3tZs/pbhhIG7YvOIBNmkRQ7Dr/k5A==} + engines: {node: '>=14'} + hasBin: true + dependencies: + '@prettier/cli': 0.3.0(prettier@4.0.0-alpha.8) + dev: true + + /pretty-bytes@5.6.0: + resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} + engines: {node: '>=6'} + dev: false + + /pretty-bytes@6.1.1: + resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} + engines: {node: ^14.13.1 || >=16.0.0} + dev: true + + /pretty-format@27.5.1: + resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + dev: true + + /pretty-format@29.7.0: + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.6.3 + ansi-styles: 5.2.0 + react-is: 18.2.0 + dev: true + + /pretty-ms@9.0.0: + resolution: {integrity: sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==} + engines: {node: '>=18'} + dependencies: + parse-ms: 4.0.0 + dev: true + + /prism-react-renderer@1.3.5(react@18.2.0): + resolution: {integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==} + peerDependencies: + react: '>=0.14.9' + dependencies: + react: 18.2.0 + dev: false + + /prismjs@1.29.0: + resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} + engines: {node: '>=6'} + dev: false + + /proc-log@3.0.0: + resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + + /process-nextick-args@2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + dev: true + + /process@0.11.10: + resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} + engines: {node: '>= 0.6.0'} + dev: false + + /promise-inflight@1.0.1: + resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + peerDependencies: + bluebird: '*' + peerDependenciesMeta: + bluebird: + optional: true + dev: true + + /promise-make-naked@2.1.1: + resolution: {integrity: sha512-BLvgZSNRkQNM5RGL4Cz8wK76WSb+t3VeMJL+/kxRBHI5+nliqZezranGGtiu/ePeFo5+CaLRvvGMzXrBuu2tAA==} + dev: true + + /promise-retry@2.0.1: + resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} + engines: {node: '>=10'} + dependencies: + err-code: 2.0.3 + retry: 0.12.0 + dev: true + + /prop-types@15.8.1: + resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + dev: false + + /property-information@6.4.1: + resolution: {integrity: sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w==} + dev: false + + /proxy-from-env@1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + + /pseudomap@1.0.2: + resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} + dev: true + + /psl@1.9.0: + resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} + dev: true + + /punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + dev: true + + /querystringify@2.2.0: + resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} + dev: true + + /queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + /railroad-diagrams@1.0.0: + resolution: {integrity: sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==} + dev: false + + /randexp@0.4.6: + resolution: {integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==} + engines: {node: '>=0.12'} + dependencies: + discontinuous-range: 1.0.0 + ret: 0.1.15 + dev: false + + /randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + dependencies: + safe-buffer: 5.2.1 + dev: true + + /react-dnd-accessible-backend@1.0.1(react-dnd@16.0.1)(react@18.2.0): + resolution: {integrity: sha512-bh4FOA43r+zxLduELKl2bEiEsf3Ja1NahzpUOcBUn/3mdXm2i/4pV59dXblBwEZVgg8z/ZhEivy244AN7xTMLQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 + react-dnd: 14.0.0 + dependencies: + immutability-helper: 3.1.1 + react: 18.2.0 + react-dnd: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + dev: false + + /react-dnd-html5-backend@16.0.1: + resolution: {integrity: sha512-Wu3dw5aDJmOGw8WjH1I1/yTH+vlXEL4vmjk5p+MHxP8HuHJS1lAGeIdG/hze1AvNeXWo/JgULV87LyQOr+r5jw==} + dependencies: + dnd-core: 16.0.1 + dev: false + + /react-dnd-multi-backend@8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sYJmGUWRJsTa4sF/bxFu4tF/KSk668vf1TWbDqGdpvR9ltik/lBBqgihV3KLVtRRWytR/8wJCd9K5slj2Ve1tg==} + peerDependencies: + react: ^16.14.0 || ^17.0.2 || ^18.0.0 + react-dom: ^16.14.0 || ^17.0.2 || ^18.0.0 + dependencies: + dnd-multi-backend: 8.0.3(dnd-core@16.0.1) + react: 18.2.0 + react-dnd-preview: 8.0.3(react-dnd@16.0.1)(react@18.2.0) + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - dnd-core + - react-dnd + dev: false + + /react-dnd-preview@8.0.3(react-dnd@16.0.1)(react@18.2.0): + resolution: {integrity: sha512-s69Ro47QYDthDhj73iQ0VioMCjtlZ1AytKBDkQaHKm5DTjA8D2bIaFKCBQd330QEW0SIzqLJrZGCSlIY2xraJg==} + peerDependencies: + react: ^16.14.0 || ^17.0.2 || ^18.0.0 + react-dnd: ^16.0.1 + dependencies: + react: 18.2.0 + react-dnd: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + dev: false + + /react-dnd@16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} + peerDependencies: + '@types/hoist-non-react-statics': '>= 3.3.1' + '@types/node': '>= 12' + '@types/react': '>= 16' + react: '>= 16.14' + peerDependenciesMeta: + '@types/hoist-non-react-statics': + optional: true + '@types/node': + optional: true + '@types/react': + optional: true + dependencies: + '@react-dnd/invariant': 4.0.2 + '@react-dnd/shallowequal': 4.0.2 + '@types/node': 20.11.30 + '@types/react': 18.2.70 + dnd-core: 16.0.1 + fast-deep-equal: 3.1.3 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + dev: false + + /react-dom@18.2.0(react@18.2.0): + resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} + peerDependencies: + react: ^18.2.0 + dependencies: + loose-envify: 1.4.0 + react: 18.2.0 + scheduler: 0.23.0 + + /react-error-boundary@3.1.4(react@18.2.0): + resolution: {integrity: sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==} + engines: {node: '>=10', npm: '>=6'} + peerDependencies: + react: '>=16.13.1' + dependencies: + '@babel/runtime': 7.24.1 + react: 18.2.0 + + /react-hotkeys-hook@4.3.8(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==} + peerDependencies: + react: '>=16.8.1' + react-dom: '>=16.8.1' + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /react-icons@4.8.0(react@18.2.0): + resolution: {integrity: sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==} + peerDependencies: + react: '*' + dependencies: + react: 18.2.0 + dev: false + + /react-infinite-scroll-component@6.1.0(react@18.2.0): + resolution: {integrity: sha512-SQu5nCqy8DxQWpnUVLx7V7b7LcA37aM7tvoWjTLZp1dk6EJibM5/4EJKzOnl07/BsM1Y40sKLuqjCwwH/xV0TQ==} + peerDependencies: + react: '>=16.0.0' + dependencies: + react: 18.2.0 + throttle-debounce: 2.3.0 + dev: false + + /react-intl@6.3.0(react@18.2.0)(typescript@5.4.3): + resolution: {integrity: sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==} + peerDependencies: + react: ^16.6.0 || 17 || 18 + typescript: ^4.7 + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@formatjs/ecma402-abstract': 1.14.3 + '@formatjs/icu-messageformat-parser': 2.3.0 + '@formatjs/intl': 2.6.7(typescript@5.4.3) + '@formatjs/intl-displaynames': 6.2.6 + '@formatjs/intl-listformat': 7.1.9 + '@types/hoist-non-react-statics': 3.3.5 + '@types/react': 18.2.70 + hoist-non-react-statics: 3.3.2 + intl-messageformat: 10.3.1 + react: 18.2.0 + tslib: 2.6.2 + typescript: 5.4.3 + dev: false + + /react-is@16.13.1: + resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} + dev: false + + /react-is@17.0.2: + resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} + + /react-is@18.2.0: + resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + + /react-markdown@8.0.5(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-jGJolWWmOWAvzf+xMdB9zwStViODyyFQhNB/bwCerbBKmrTmgmA599CGiOlP58OId1IMoIRsA8UdI1Lod4zb5A==} + peerDependencies: + '@types/react': '>=16' + react: '>=16' + dependencies: + '@types/hast': 2.3.10 + '@types/prop-types': 15.7.12 + '@types/react': 18.2.70 + '@types/unist': 2.0.10 + comma-separated-tokens: 2.0.3 + hast-util-whitespace: 2.0.1 + prop-types: 15.8.1 + property-information: 6.4.1 + react: 18.2.0 + react-is: 18.2.0 + remark-parse: 10.0.2 + remark-rehype: 10.1.0 + space-separated-tokens: 2.0.2 + style-to-object: 0.4.4 + unified: 10.1.2 + unist-util-visit: 4.1.2 + vfile: 5.3.7 + transitivePeerDependencies: + - supports-color + dev: false + + /react-query@3.39.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: '*' + react-native: '*' + peerDependenciesMeta: + react-dom: + optional: true + react-native: + optional: true + dependencies: + '@babel/runtime': 7.24.1 + broadcast-channel: 3.7.0 + match-sorter: 6.3.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /react-redux@8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): + resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} + peerDependencies: + '@types/react': ^16.8 || ^17.0 || ^18.0 + '@types/react-dom': ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + react-native: '>=0.59' + redux: ^4 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + react-dom: + optional: true + react-native: + optional: true + redux: + optional: true + dependencies: + '@babel/runtime': 7.24.1 + '@types/hoist-non-react-statics': 3.3.5 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + '@types/use-sync-external-store': 0.0.3 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.2.0 + redux: 4.2.1 + use-sync-external-store: 1.2.0(react@18.2.0) + dev: false + + /react-transition-group@4.4.5(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} + peerDependencies: + react: '>=16.6.0' + react-dom: '>=16.6.0' + dependencies: + '@babel/runtime': 7.24.1 + dom-helpers: 5.2.1 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /react-universal-interface@0.6.2(react@18.2.0)(tslib@2.6.2): + resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==} + peerDependencies: + react: '*' + tslib: '*' + dependencies: + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /react-use@17.4.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@types/js-cookie': 2.2.7 + '@xobotyi/scrollbar-width': 1.9.5 + copy-to-clipboard: 3.3.3 + fast-deep-equal: 3.1.3 + fast-shallow-equal: 1.0.0 + js-cookie: 2.2.1 + nano-css: 5.6.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-universal-interface: 0.6.2(react@18.2.0)(tslib@2.6.2) + resize-observer-polyfill: 1.5.1 + screenfull: 5.2.0 + set-harmonic-interval: 1.0.1 + throttle-debounce: 3.0.1 + ts-easing: 0.2.0 + tslib: 2.6.2 + dev: false + + /react@18.2.0: + resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 + + /reactflow@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/background': 11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/controls': 11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/minimap': 11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-resizer': 2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /read-package-json-fast@3.0.2: + resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + json-parse-even-better-errors: 3.0.1 + npm-normalize-package-bin: 3.0.1 + dev: true + + /readable-stream@2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + dev: true + + /readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + dev: true + + /readdirp@3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + dependencies: + picomatch: 2.3.1 + dev: true + + /rechoir@0.8.0: + resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} + engines: {node: '>= 10.13.0'} + dependencies: + resolve: 1.22.8 + dev: true + + /redent@3.0.0: + resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} + engines: {node: '>=8'} + dependencies: + indent-string: 4.0.0 + strip-indent: 3.0.0 + dev: true + + /redux-thunk@2.4.2(redux@4.2.1): + resolution: {integrity: sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==} + peerDependencies: + redux: ^4 + dependencies: + redux: 4.2.1 + dev: false + + /redux-undo@1.1.0: + resolution: {integrity: sha512-zzLFh2qeF0MTIlzDhDLm9NtkfBqCllQJ3OCuIl5RKlG/ayHw6GUdIFdMhzMS9NnrnWdBX5u//ExMOHpfudGGOg==} + dev: false + + /redux@4.2.1: + resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} + dependencies: + '@babel/runtime': 7.24.1 + dev: false + + /regenerate-unicode-properties@10.1.1: + resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} + engines: {node: '>=4'} + dependencies: + regenerate: 1.4.2 + dev: true + + /regenerate@1.4.2: + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + dev: true + + /regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + + /regenerator-transform@0.15.2: + resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + dependencies: + '@babel/runtime': 7.24.1 + dev: true + + /regexp.prototype.flags@1.5.2: + resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-errors: 1.3.0 + set-function-name: 2.0.2 + dev: true + + /regexpu-core@5.3.2: + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} + dependencies: + '@babel/regjsgen': 0.8.0 + regenerate: 1.4.2 + regenerate-unicode-properties: 10.1.1 + regjsparser: 0.9.1 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 + dev: true + + /regjsparser@0.9.1: + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + hasBin: true + dependencies: + jsesc: 0.5.0 + dev: true + + /remark-parse@10.0.2: + resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==} + dependencies: + '@types/mdast': 3.0.15 + mdast-util-from-markdown: 1.3.1 + unified: 10.1.2 + transitivePeerDependencies: + - supports-color + dev: false + + /remark-rehype@10.1.0: + resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} + dependencies: + '@types/hast': 2.3.10 + '@types/mdast': 3.0.15 + mdast-util-to-hast: 12.3.0 + unified: 10.1.2 + dev: false + + /remove-accents@0.5.0: + resolution: {integrity: sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==} + dev: false + + /rename-overwrite@5.0.0: + resolution: {integrity: sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==} + engines: {node: '>=12.10'} + dependencies: + '@zkochan/rimraf': 2.1.3 + fs-extra: 10.1.0 + dev: true + + /require-directory@2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + dev: true + + /requires-port@1.0.0: + resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} + dev: true + + /reselect@4.1.8: + resolution: {integrity: sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==} + dev: false + + /resize-observer-polyfill@1.5.1: + resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==} + dev: false + + /resolve-dir@1.0.1: + resolution: {integrity: sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==} + engines: {node: '>=0.10.0'} + dependencies: + expand-tilde: 2.0.2 + global-modules: 1.0.0 + dev: true + + /resolve.exports@2.0.2: + resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} + engines: {node: '>=10'} + dev: true + + /resolve@1.19.0: + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + dependencies: + is-core-module: 2.13.1 + path-parse: 1.0.7 + dev: true + + /resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + dependencies: + is-core-module: 2.13.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: true + + /restore-cursor@3.1.0: + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + dev: true + + /restore-cursor@4.0.0: + resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + dev: true + + /ret@0.1.15: + resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} + engines: {node: '>=0.12'} + dev: false + + /retry@0.12.0: + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} + + /reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + /reverse-arguments@1.0.0: + resolution: {integrity: sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==} + dev: true + + /rfdc@1.3.1: + resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} + dev: true + + /rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true + dependencies: + glob: 7.2.3 + + /rimraf@5.0.5: + resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} + engines: {node: '>=14'} + hasBin: true + dependencies: + glob: 10.3.10 + dev: true + + /rollup-plugin-preserve-directives@0.4.0(rollup@4.13.0): + resolution: {integrity: sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==} + peerDependencies: + rollup: 2.x || 3.x || 4.x + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + magic-string: 0.30.8 + rollup: 4.13.0 + dev: true + + /rollup-plugin-size@0.3.1: + resolution: {integrity: sha512-SAtpTAAJ0nFkISxLxYjDZX9Zqt34tAIil98R305ZM0GhTnnO6VYG0P5M+2IXKo/iNDdbpBcIfg1W06CLtk/vXA==} + dependencies: + axios: 1.6.0 + chalk: 5.3.0 + ci-env: 1.17.0 + fs-extra: 11.2.0 + glob: 8.1.0 + minimatch: 5.1.6 + pretty-bytes: 6.1.1 + zlib: 1.0.5 + transitivePeerDependencies: + - debug + dev: true + + /rollup-plugin-svelte@7.2.0(rollup@4.13.0)(svelte@4.2.12): + resolution: {integrity: sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==} + engines: {node: '>=10'} + peerDependencies: + rollup: '>=2.0.0' + svelte: '>=3.5.0' + dependencies: + '@rollup/pluginutils': 4.2.1 + resolve.exports: 2.0.2 + rollup: 4.13.0 + svelte: 4.2.12 + dev: true + + /rollup-plugin-visualizer@5.12.0(rollup@4.13.0): + resolution: {integrity: sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==} + engines: {node: '>=14'} + hasBin: true + peerDependencies: + rollup: 2.x || 3.x || 4.x + peerDependenciesMeta: + rollup: + optional: true + dependencies: + open: 8.4.2 + picomatch: 2.3.1 + rollup: 4.13.0 + source-map: 0.7.4 + yargs: 17.7.2 + dev: true + + /rollup@4.13.0: + resolution: {integrity: sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + dependencies: + '@types/estree': 1.0.5 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.13.0 + '@rollup/rollup-android-arm64': 4.13.0 + '@rollup/rollup-darwin-arm64': 4.13.0 + '@rollup/rollup-darwin-x64': 4.13.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.13.0 + '@rollup/rollup-linux-arm64-gnu': 4.13.0 + '@rollup/rollup-linux-arm64-musl': 4.13.0 + '@rollup/rollup-linux-riscv64-gnu': 4.13.0 + '@rollup/rollup-linux-x64-gnu': 4.13.0 + '@rollup/rollup-linux-x64-musl': 4.13.0 + '@rollup/rollup-win32-arm64-msvc': 4.13.0 + '@rollup/rollup-win32-ia32-msvc': 4.13.0 + '@rollup/rollup-win32-x64-msvc': 4.13.0 + fsevents: 2.3.3 + dev: true + + /rrweb-cssom@0.6.0: + resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} + dev: true + + /rtl-css-js@1.16.1: + resolution: {integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==} + dependencies: + '@babel/runtime': 7.24.1 + dev: false + + /run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + dependencies: + queue-microtask: 1.2.3 + + /sade@1.8.1: + resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} + engines: {node: '>=6'} + dependencies: + mri: 1.2.0 + dev: false + + /safe-buffer@5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + dev: true + + /safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: true + + /safer-buffer@2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + dev: true + + /sax@1.3.0: + resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} + dev: false + + /saxes@6.0.0: + resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} + engines: {node: '>=v12.22.7'} + dependencies: + xmlchars: 2.2.0 + dev: true + + /scheduler@0.20.2: + resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + dev: false + + /scheduler@0.23.0: + resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} + dependencies: + loose-envify: 1.4.0 + + /screenfull@5.2.0: + resolution: {integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==} + engines: {node: '>=0.10.0'} + dev: false + + /selderee@0.6.0: + resolution: {integrity: sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==} + dependencies: + parseley: 0.7.0 + dev: false + + /semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + dev: true + + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: true + + /semver@7.6.0: + resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + + /serialize-javascript@6.0.2: + resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + dependencies: + randombytes: 2.1.0 + dev: true + + /set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + gopd: 1.0.1 + has-property-descriptors: 1.0.2 + + /set-function-name@2.0.2: + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.2 + dev: true + + /set-harmonic-interval@1.0.1: + resolution: {integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==} + engines: {node: '>=6.9'} + dev: false + + /shebang-command@1.2.0: + resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} + engines: {node: '>=0.10.0'} + dependencies: + shebang-regex: 1.0.0 + dev: true + + /shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + dependencies: + shebang-regex: 3.0.0 + dev: true + + /shebang-regex@1.0.0: + resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} + engines: {node: '>=0.10.0'} + dev: true + + /shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + dev: true + + /shell-quote-word@1.0.1: + resolution: {integrity: sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==} + dev: true + + /sherif-darwin-arm64@0.8.1: + resolution: {integrity: sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /sherif-darwin-x64@0.8.1: + resolution: {integrity: sha512-u0mBU15wPSKXWYGC1DvNfC/ZKD1v7fQQjhP5u5gek7eGY+NCQRKWX6Y6nsyOLvZPSCxhPoiGv79/LRIEi5Z5wQ==} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /sherif-linux-arm64@0.8.1: + resolution: {integrity: sha512-/oClgMG35zra4CbSI6KTN2fM8Ix7RTF6G+F7I4caVGfhmXJZk+sIgnQJ09RB+lwuii1nYn5EFWqDD2Y6AWvoOQ==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /sherif-linux-x64@0.8.1: + resolution: {integrity: sha512-7xzh9xx/Sc8/XSPT75iOPzqli3vWe3yhaPgODcRi5gNrS38rwiqP0SXA9uZN/tXinR4xnDNCtZ5QmKnrBlWiRw==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /sherif-windows-arm64@0.8.1: + resolution: {integrity: sha512-DFYnClmaUw5MVAvUWr8masgf/HKFOjiHAOOegCLvs6mZHdIcz4D1/noQoGZTEhCNdBGr557WScK4IReUWrfYPQ==} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /sherif-windows-x64@0.8.1: + resolution: {integrity: sha512-BCgAKEPYG3jZ+AuvjLqP4UWnhTbSQpQoGYIZHGV8SRkdh9K/odvgv5Agvjq2SLHkM+jS2YERMxo8ZAOvtvL3WQ==} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /sherif@0.8.1: + resolution: {integrity: sha512-pT1vcHW5fZWZERobCvEaz2gxgOHcDTa2UF7KRsxZ4eunMWyL93smoVd55wWCBOOGMwhO7wnI+l07SYtiB9meMA==} + hasBin: true + optionalDependencies: + sherif-darwin-arm64: 0.8.1 + sherif-darwin-x64: 0.8.1 + sherif-linux-arm64: 0.8.1 + sherif-linux-x64: 0.8.1 + sherif-windows-arm64: 0.8.1 + sherif-windows-x64: 0.8.1 + dev: true + + /side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + object-inspect: 1.13.1 + dev: true + + /siginfo@2.0.0: + resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} + dev: true + + /signal-exit@3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + dev: true + + /signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + dev: true + + /simple-git@3.23.0: + resolution: {integrity: sha512-P9ggTW8vb/21CAL/AmnACAhqBDfnqSSZVpV7WuFtsFR9HLunf5IqQvk+OXAQTfkcZep8pKnt3DV3o7w3TegEkQ==} + dependencies: + '@kwsites/file-exists': 1.1.1 + '@kwsites/promise-deferred': 1.1.1 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + dev: false + + /size-limit@11.1.2: + resolution: {integrity: sha512-W9V/QR98fiLgGg+S77DNy7usExpz7HCdDAqm2t2Q77GWCV//wWUC6hyZA9QXKk1x6bxMMTzq1vmncw5Cve/43w==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + dependencies: + bytes-iec: 3.1.1 + chokidar: 3.6.0 + globby: 14.0.1 + jiti: 1.21.0 + lilconfig: 3.1.1 + nanospinner: 1.1.0 + picocolors: 1.0.0 + dev: true + + /slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + dev: false + + /slash@5.1.0: + resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} + engines: {node: '>=14.16'} + dev: true + + /slice-ansi@5.0.0: + resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} + engines: {node: '>=12'} + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 4.0.0 + dev: true + + /slice-ansi@7.1.0: + resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==} + engines: {node: '>=18'} + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 5.0.0 + dev: true + + /smob@1.4.1: + resolution: {integrity: sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==} + dev: true + + /smol-toml@1.1.4: + resolution: {integrity: sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==} + engines: {node: '>= 18', pnpm: '>= 8'} + dev: true + + /source-map-js@1.2.0: + resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + engines: {node: '>=0.10.0'} + dev: true + + /source-map-support@0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + dev: true + + /source-map@0.5.6: + resolution: {integrity: sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==} + engines: {node: '>=0.10.0'} + dev: false + + /source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + + /source-map@0.7.4: + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} + dev: true + + /space-separated-tokens@2.0.2: + resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} + dev: false + + /spawn-error-forwarder@1.0.0: + resolution: {integrity: sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==} + dev: true + + /spdx-correct@3.2.0: + resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + dependencies: + spdx-expression-parse: 3.0.1 + spdx-license-ids: 3.0.17 + dev: true + + /spdx-exceptions@2.5.0: + resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} + dev: true + + /spdx-expression-parse@3.0.1: + resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + dependencies: + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.17 + dev: true + + /spdx-license-ids@3.0.17: + resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} + dev: true + + /specialist@1.4.0: + resolution: {integrity: sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==} + dependencies: + tiny-bin: 1.7.1 + tiny-colors: 2.1.2 + tiny-parse-argv: 2.4.0 + tiny-updater: 3.5.1 + dev: true + + /split2@1.0.0: + resolution: {integrity: sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==} + dependencies: + through2: 2.0.5 + dev: true + + /split2@3.2.2: + resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} + dependencies: + readable-stream: 3.6.2 + dev: true + + /split2@4.2.0: + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} + engines: {node: '>= 10.x'} + dev: true + + /sprintf-js@1.0.3: + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + dev: true + + /ssri@10.0.5: + resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + minipass: 7.0.4 + dev: true + + /stack-generator@2.0.10: + resolution: {integrity: sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==} + dependencies: + stackframe: 1.3.4 + dev: false + + /stackback@0.0.2: + resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + dev: true + + /stackframe@1.3.4: + resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} + dev: false + + /stacktrace-gps@3.1.2: + resolution: {integrity: sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==} + dependencies: + source-map: 0.5.6 + stackframe: 1.3.4 + dev: false + + /stacktrace-js@2.0.2: + resolution: {integrity: sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==} + dependencies: + error-stack-parser: 2.1.4 + stack-generator: 2.0.10 + stacktrace-gps: 3.1.2 + dev: false + + /state-local@1.0.7: + resolution: {integrity: sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==} + dev: false + + /std-env@3.7.0: + resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} + dev: true + + /stdin-blocker@2.0.0: + resolution: {integrity: sha512-fZ3txWyDSxOll6+ajX9akA5YzchyoEpVNsH8eWNY/ZnzlRoM0eW/zF8bm852KVpYutjNFQFvEF/RdZtlqxIZkQ==} + dev: true + + /stop-iteration-iterator@1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} + dependencies: + internal-slot: 1.0.7 + dev: true + + /stream-combiner2@1.1.1: + resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} + dependencies: + duplexer2: 0.1.4 + readable-stream: 2.3.8 + dev: true + + /stream-to-array@2.3.0: + resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} + dependencies: + any-promise: 1.3.0 + dev: true + + /string-argv@0.3.2: + resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} + engines: {node: '>=0.6.19'} + dev: true + + /string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + dev: true + + /string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + dev: true + + /string-width@7.1.0: + resolution: {integrity: sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==} + engines: {node: '>=18'} + dependencies: + emoji-regex: 10.3.0 + get-east-asian-width: 1.2.0 + strip-ansi: 7.1.0 + dev: true + + /string.fromcodepoint@0.2.1: + resolution: {integrity: sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==} + dev: true + + /string_decoder@1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + dependencies: + safe-buffer: 5.1.2 + dev: true + + /string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + dependencies: + safe-buffer: 5.2.1 + dev: true + + /strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + dependencies: + ansi-regex: 5.0.1 + dev: true + + /strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + dependencies: + ansi-regex: 6.0.1 + dev: true + + /strip-bom@3.0.0: + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} + dev: true + + /strip-bom@4.0.0: + resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} + engines: {node: '>=8'} + dev: true + + /strip-eof@1.0.0: + resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} + engines: {node: '>=0.10.0'} + dev: true + + /strip-final-newline@3.0.0: + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} + engines: {node: '>=12'} + dev: true + + /strip-indent@3.0.0: + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} + dependencies: + min-indent: 1.0.1 + dev: true + + /strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + dev: true + + /strip-json-comments@5.0.1: + resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==} + engines: {node: '>=14.16'} + dev: true + + /strip-literal@2.0.0: + resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==} + dependencies: + js-tokens: 8.0.3 + dev: true + + /strong-log-transformer@2.1.0: + resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} + engines: {node: '>=4'} + hasBin: true + dependencies: + duplexer: 0.1.2 + minimist: 1.2.8 + through: 2.3.8 + dev: true + + /stubborn-fs@1.2.5: + resolution: {integrity: sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==} + dev: true + + /style-to-object@0.4.4: + resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==} + dependencies: + inline-style-parser: 0.1.1 + dev: false + + /stylis@4.3.1: + resolution: {integrity: sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==} + dev: false + + /summary@2.1.0: + resolution: {integrity: sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==} + dev: true + + /supports-color@5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + dependencies: + has-flag: 3.0.0 + dev: true + + /supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + dependencies: + has-flag: 4.0.0 + dev: true + + /supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + dev: true + + /svelte@4.2.12: + resolution: {integrity: sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==} + engines: {node: '>=16'} + dependencies: + '@ampproject/remapping': 2.3.0 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 + '@types/estree': 1.0.5 + acorn: 8.11.3 + aria-query: 5.3.0 + axobject-query: 4.0.0 + code-red: 1.0.4 + css-tree: 2.3.1 + estree-walker: 3.0.3 + is-reference: 3.0.2 + locate-character: 3.0.0 + magic-string: 0.30.8 + periscopic: 3.1.0 + dev: true + + /symbol-tree@3.2.4: + resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} + dev: true + + /tabster@6.1.0: + resolution: {integrity: sha512-wTPy2d6WVmU/YjT0ERY9jc+et1P/B8FoSQ4qhr1xi7liwTezRbRV6yA1pKx8kdPWmLdIOBA4fn07x9c0x/wnow==} + dependencies: + keyborg: 2.5.0 + tslib: 2.6.2 + dev: false + + /tar-stream@2.2.0: + resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} + engines: {node: '>=6'} + dependencies: + bl: 4.1.0 + end-of-stream: 1.4.4 + fs-constants: 1.0.0 + inherits: 2.0.4 + readable-stream: 3.6.2 + dev: true + + /tas-client@0.2.33: + resolution: {integrity: sha512-V+uqV66BOQnWxvI6HjDnE4VkInmYZUQ4dgB7gzaDyFyFSK1i1nF/j7DpS9UbQAgV9NaF1XpcyuavnM1qOeiEIg==} + dev: false + + /terser@5.29.2: + resolution: {integrity: sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==} + engines: {node: '>=10'} + hasBin: true + dependencies: + '@jridgewell/source-map': 0.3.6 + acorn: 8.11.3 + commander: 2.20.3 + source-map-support: 0.5.21 + dev: true + + /text-extensions@2.4.0: + resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} + engines: {node: '>=8'} + dev: true + + /throttle-debounce@2.3.0: + resolution: {integrity: sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==} + engines: {node: '>=8'} + dev: false + + /throttle-debounce@3.0.1: + resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} + engines: {node: '>=10'} + dev: false + + /through2@2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + dependencies: + readable-stream: 2.3.8 + xtend: 4.0.2 + dev: true + + /through2@4.0.2: + resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} + dependencies: + readable-stream: 3.6.2 + dev: true + + /through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + dev: true + + /tiny-bin@1.7.1: + resolution: {integrity: sha512-MMztSKvXbVH0YQm54eDg9o3bt1TtM1xOZMnCfvG8fv1sQvDXxEeqiiv/DlQV8d2OiDOT+m01aXPfijeAPXF60g==} + dependencies: + ansi-purge: 1.0.0 + fast-string-width: 1.0.5 + get-current-package: 1.0.0 + tiny-colors: 2.1.2 + tiny-levenshtein: 1.0.0 + tiny-parse-argv: 2.4.0 + tiny-updater: 3.5.1 + dev: true + + /tiny-colors@2.1.2: + resolution: {integrity: sha512-6peGRBtkYBJpVrQUWOPKrC0ECo6WotUlXxirVTKvihjdgxQETpKtLdCKIb68IHjJYH1AOE7GM7RnxFvkGHsqOg==} + dev: true + + /tiny-cursor@2.0.0: + resolution: {integrity: sha512-6RKgFWBt6I1oYpaNZJvvp5x/jvzYDp+rjAVDam+7cmE0mrtlu8Lmpv81hQuvFuPa8Fuc/sd2shRWbdWTZqSNLg==} + dependencies: + when-exit: 2.1.2 + dev: true + + /tiny-editorconfig@1.0.0: + resolution: {integrity: sha512-rxpWaSurnvPUkL2/qydRH10llK7MD1XfE38zoWTsp/ZWWYnnwPBzGUePBOcXFaNA3cJQm8ItqrofGeRJ6AVaew==} + dependencies: + ini-simple-parser: 1.0.0 + zeptomatch: 1.2.2 + dev: true + + /tiny-jsonc@1.0.1: + resolution: {integrity: sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==} + dev: true + + /tiny-levenshtein@1.0.0: + resolution: {integrity: sha512-27KxXZhuXCP+xol3k4jMWms8+B6H2qEUlBMTmB5YT3uvFXFNft4Hw/MqurrHkDdC01nx1HIADcE1wR40byJf4Q==} + dev: true + + /tiny-parse-argv@2.4.0: + resolution: {integrity: sha512-WTEsnmeHNr99hLQIDA+gnsS+fDsCDITlqgI+zEhx9M6ErPt0heoNZ1PGvql6wcf95sIx40J0MLYXaPveGwtpoA==} + dev: true + + /tiny-readdir-glob@1.4.0: + resolution: {integrity: sha512-DoByQM1c/DiwdfYAeXsFkTbOOm+Sqr9XbgHf2855ioLgjD89vcymbk2I5CA1zGf9ZsYCzA6UtKmtZr+IEAYAHA==} + dependencies: + tiny-readdir: 2.7.0 + zeptomatch: 1.2.2 + dev: true + + /tiny-readdir@2.7.0: + resolution: {integrity: sha512-xPeRQEgt+gHp3rLqunojyx0qrJ4XzCScfNiWiYKJWM8w4ehfOfqDyKuDvsJkFaPFg9y3uKVEVRZPGoavl9ypjw==} + dependencies: + promise-make-naked: 2.1.1 + dev: true + + /tiny-spinner@2.0.3: + resolution: {integrity: sha512-zuhtClm08obM7aCzgRAbAmOpYm0ekAh/OTLZEJ/8SuVD+cxUdlqGGN5PRnc2Ate8xmbG3+ldPBnlwmHgJrftpg==} + dependencies: + stdin-blocker: 2.0.0 + tiny-colors: 2.1.2 + tiny-cursor: 2.0.0 + tiny-truncate: 1.0.2 + dev: true + + /tiny-truncate@1.0.2: + resolution: {integrity: sha512-XR2fjChcOjuz8Eu56zGwacYTKUHlhuzQ3VpD79yUwvWlLY3gCWorzRfBNXkmbwFjxzfmYZrC00cA4s/ET6mogw==} + dependencies: + ansi-truncate: 1.1.2 + dev: true + + /tiny-updater@3.5.1: + resolution: {integrity: sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==} + dependencies: + ionstore: 1.0.0 + tiny-colors: 2.1.2 + when-exit: 2.1.2 + dev: true + + /tinybench@2.6.0: + resolution: {integrity: sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==} + dev: true + + /tinypool@0.8.3: + resolution: {integrity: sha512-Ud7uepAklqRH1bvwy22ynrliC7Dljz7Tm8M/0RBUW+YRa4YHhZ6e4PpgE+fu1zr/WqB1kbeuVrdfeuyIBpy4tw==} + engines: {node: '>=14.0.0'} + dev: true + + /tinyspy@2.2.1: + resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} + engines: {node: '>=14.0.0'} + dev: true + + /title-case-minors@1.0.0: + resolution: {integrity: sha512-GFT+1ZjqJgq5AywOXjl9VelGgqMpOtfwdxYaYy3eUE1gbyxneeSnADLoov7TxXelqftIhlblsnHVqw5hNFUbGQ==} + dev: false + + /tmp@0.2.3: + resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + engines: {node: '>=14.14'} + dev: true + + /to-capital-case@1.0.0: + resolution: {integrity: sha512-mfERGNFweI+x+OctN7rlbZQqDC68BjXEt9gOrf8qy26IyqQyUTqfdKQBN3XhqN0fP9Pl4zaoXKGeWv+wSPXIyQ==} + dependencies: + to-space-case: 1.0.0 + dev: false + + /to-fast-properties@2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + dev: true + + /to-no-case@1.0.2: + resolution: {integrity: sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==} + + /to-pascal-case@1.0.0: + resolution: {integrity: sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==} + dependencies: + to-space-case: 1.0.0 + dev: true + + /to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + dependencies: + is-number: 7.0.0 + + /to-sentence-case@1.0.0: + resolution: {integrity: sha512-egaI3iiTSS5FpN8ZiN08Kqx8EQDTK4yqnp5m2WqR5qGSMLi605gYn887drlyZFn+lLMQAOC7tABafk/oQIoqGQ==} + dependencies: + to-no-case: 1.0.2 + dev: false + + /to-space-case@1.0.0: + resolution: {integrity: sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==} + dependencies: + to-no-case: 1.0.2 + + /to-title-case@1.0.0: + resolution: {integrity: sha512-zy39Lh3pLnDIvS7PEoPNIo7Jbm7IK4NCruhQDEsHmVmvqn4v+WlwgQZtHESbYxnwhU0YCdTJJ4IQshR2XWYVFw==} + dependencies: + escape-regexp-component: 1.0.2 + title-case-minors: 1.0.0 + to-capital-case: 1.0.0 + to-sentence-case: 1.0.0 + dev: false + + /toggle-selection@1.0.6: + resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==} + dev: false + + /tough-cookie@4.1.3: + resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} + engines: {node: '>=6'} + dependencies: + psl: 1.9.0 + punycode: 2.3.1 + universalify: 0.2.0 + url-parse: 1.5.10 + dev: true + + /tr46@0.0.3: + resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + dev: false + + /tr46@5.0.0: + resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} + engines: {node: '>=18'} + dependencies: + punycode: 2.3.1 + dev: true + + /traverse@0.6.8: + resolution: {integrity: sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==} + engines: {node: '>= 0.4'} + dev: true + + /trim-lines@3.0.1: + resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} + dev: false + + /trough@2.2.0: + resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} + dev: false + + /ts-easing@0.2.0: + resolution: {integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==} + dev: false + + /tsconfck@3.0.3(typescript@5.4.3): + resolution: {integrity: sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==} + engines: {node: ^18 || >=20} + hasBin: true + peerDependencies: + typescript: ^5.0.0 + peerDependenciesMeta: + typescript: + optional: true + dependencies: + typescript: 5.4.3 + dev: true + + /tsconfig-paths@4.2.0: + resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} + engines: {node: '>=6'} + dependencies: + json5: 2.2.3 + minimist: 1.2.8 + strip-bom: 3.0.0 + dev: true + + /tslib@1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + dev: false + + /tslib@2.4.0: + resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + dev: false + + /tslib@2.6.2: + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + + /tunnel@0.0.6: + resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} + engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} + dev: false + + /type-detect@4.0.8: + resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} + engines: {node: '>=4'} + dev: true + + /type-fest@0.6.0: + resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} + engines: {node: '>=8'} + dev: true + + /typescript@5.3.3: + resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} + engines: {node: '>=14.17'} + hasBin: true + dev: true + + /typescript@5.4.3: + resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==} + engines: {node: '>=14.17'} + hasBin: true + + /ufo@1.5.3: + resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} + dev: true + + /unc-path-regex@0.1.2: + resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} + engines: {node: '>=0.10.0'} + dev: true + + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + + /unescape-js@1.1.4: + resolution: {integrity: sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==} + dependencies: + string.fromcodepoint: 0.2.1 + dev: true + + /unicode-canonical-property-names-ecmascript@2.0.0: + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} + dev: true + + /unicode-match-property-ecmascript@2.0.0: + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} + dependencies: + unicode-canonical-property-names-ecmascript: 2.0.0 + unicode-property-aliases-ecmascript: 2.1.0 + dev: true + + /unicode-match-property-value-ecmascript@2.1.0: + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} + dev: true + + /unicode-property-aliases-ecmascript@2.1.0: + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + engines: {node: '>=4'} + dev: true + + /unicorn-magic@0.1.0: + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} + engines: {node: '>=18'} + dev: true + + /unified@10.1.2: + resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} + dependencies: + '@types/unist': 2.0.10 + bail: 2.0.2 + extend: 3.0.2 + is-buffer: 2.0.5 + is-plain-obj: 4.1.0 + trough: 2.2.0 + vfile: 5.3.7 + dev: false + + /unique-string@2.0.0: + resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} + engines: {node: '>=8'} + dependencies: + crypto-random-string: 2.0.0 + dev: true + + /unist-util-generated@2.0.1: + resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==} + dev: false + + /unist-util-is@5.2.1: + resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==} + dependencies: + '@types/unist': 2.0.10 + dev: false + + /unist-util-position@4.0.4: + resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==} + dependencies: + '@types/unist': 2.0.10 + dev: false + + /unist-util-stringify-position@3.0.3: + resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} + dependencies: + '@types/unist': 2.0.10 + dev: false + + /unist-util-visit-parents@5.1.3: + resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} + dependencies: + '@types/unist': 2.0.10 + unist-util-is: 5.2.1 + dev: false + + /unist-util-visit@4.1.2: + resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} + dependencies: + '@types/unist': 2.0.10 + unist-util-is: 5.2.1 + unist-util-visit-parents: 5.1.3 + dev: false + + /universalify@0.1.2: + resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} + engines: {node: '>= 4.0.0'} + dev: true + + /universalify@0.2.0: + resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} + engines: {node: '>= 4.0.0'} + dev: true + + /universalify@2.0.1: + resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} + engines: {node: '>= 10.0.0'} + + /unload@2.2.0: + resolution: {integrity: sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==} + dependencies: + '@babel/runtime': 7.24.1 + detect-node: 2.1.0 + dev: false + + /update-browserslist-db@1.0.13(browserslist@4.23.0): + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.23.0 + escalade: 3.1.2 + picocolors: 1.0.0 + dev: true + + /uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + dependencies: + punycode: 2.3.1 + dev: true + + /url-parse@1.5.10: + resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} + dependencies: + querystringify: 2.2.0 + requires-port: 1.0.0 + dev: true + + /use-disposable@1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /use-sync-external-store@1.2.0(react@18.2.0): + resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 18.2.0 + dev: false + + /util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + dev: true + + /util.inherits@1.0.3: + resolution: {integrity: sha512-gMirHcfcq5D87nXDwbZqf5vl65S0mpMZBsHXJsXOO3Hc3G+JoQLwgaJa1h+PL7h3WhocnuLqoe8CuvMlztkyCA==} + engines: {node: '>=4'} + dev: false + + /util@0.12.5: + resolution: {integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==} + dependencies: + inherits: 2.0.4 + is-arguments: 1.1.1 + is-generator-function: 1.0.10 + is-typed-array: 1.1.13 + which-typed-array: 1.1.15 + dev: false + + /uuid@8.3.2: + resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + hasBin: true + dev: false + + /uvu@0.5.6: + resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} + engines: {node: '>=8'} + hasBin: true + dependencies: + dequal: 2.0.3 + diff: 5.2.0 + kleur: 4.1.5 + sade: 1.8.1 + dev: false + + /v8flags@4.0.1: + resolution: {integrity: sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==} + engines: {node: '>= 10.13.0'} + dev: true + + /validate-npm-package-license@3.0.4: + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + dependencies: + spdx-correct: 3.2.0 + spdx-expression-parse: 3.0.1 + dev: true + + /validate-npm-package-name@4.0.0: + resolution: {integrity: sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + dependencies: + builtins: 5.0.1 + dev: true + + /validate-npm-package-name@5.0.0: + resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + builtins: 5.0.1 + dev: true + + /validator@13.11.0: + resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} + engines: {node: '>= 0.10'} + + /version-selector-type@3.0.0: + resolution: {integrity: sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==} + engines: {node: '>=10.13'} + dependencies: + semver: 7.6.0 + dev: true + + /vfile-message@3.1.4: + resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} + dependencies: + '@types/unist': 2.0.10 + unist-util-stringify-position: 3.0.3 + dev: false + + /vfile@5.3.7: + resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} + dependencies: + '@types/unist': 2.0.10 + is-buffer: 2.0.5 + unist-util-stringify-position: 3.0.3 + vfile-message: 3.1.4 + dev: false + + /vite-node@1.4.0(@types/node@20.11.30): + resolution: {integrity: sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + dependencies: + cac: 6.7.14 + debug: 4.3.4 + pathe: 1.1.2 + picocolors: 1.0.0 + vite: 5.2.6(@types/node@20.11.30) + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + dev: true + + /vite-plugin-dts@3.7.3(@types/node@20.11.30)(rollup@4.13.0)(typescript@5.4.3)(vite@5.2.6): + resolution: {integrity: sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + typescript: '*' + vite: '*' + peerDependenciesMeta: + vite: + optional: true + dependencies: + '@microsoft/api-extractor': 7.39.0(@types/node@20.11.30) + '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + '@vue/language-core': 1.8.27(typescript@5.4.3) + debug: 4.3.4 + kolorist: 1.8.0 + typescript: 5.4.3 + vite: 5.2.6(@types/node@20.11.30) + vue-tsc: 1.8.27(typescript@5.4.3) + transitivePeerDependencies: + - '@types/node' + - rollup + - supports-color + dev: true + + /vite-plugin-externalize-deps@0.8.0(vite@5.2.6): + resolution: {integrity: sha512-MdC8kRNQ1ZjhUicU2HcqGVhL0UUFqv83Zp1JZdHjE82PoPR8wsSWZ3axpot7B6img3sW6g8shYJikE0CKA0chA==} + peerDependencies: + vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 + dependencies: + vite: 5.2.6(@types/node@20.11.30) + dev: true + + /vite-tsconfig-paths@4.3.2(typescript@5.4.3)(vite@5.2.6): + resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==} + peerDependencies: + vite: '*' + peerDependenciesMeta: + vite: + optional: true + dependencies: + debug: 4.3.4 + globrex: 0.1.2 + tsconfck: 3.0.3(typescript@5.4.3) + vite: 5.2.6(@types/node@20.11.30) + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /vite@5.2.6(@types/node@20.11.30): + resolution: {integrity: sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 20.11.30 + esbuild: 0.20.2 + postcss: 8.4.38 + rollup: 4.13.0 + optionalDependencies: + fsevents: 2.3.3 + dev: true + + /vitest@1.4.0(@types/node@20.11.30)(jsdom@24.0.0): + resolution: {integrity: sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@edge-runtime/vm': '*' + '@types/node': ^18.0.0 || >=20.0.0 + '@vitest/browser': 1.4.0 + '@vitest/ui': 1.4.0 + happy-dom: '*' + jsdom: '*' + peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@types/node': + optional: true + '@vitest/browser': + optional: true + '@vitest/ui': + optional: true + happy-dom: + optional: true + jsdom: + optional: true + dependencies: + '@types/node': 20.11.30 + '@vitest/expect': 1.4.0 + '@vitest/runner': 1.4.0 + '@vitest/snapshot': 1.4.0 + '@vitest/spy': 1.4.0 + '@vitest/utils': 1.4.0 + acorn-walk: 8.3.2 + chai: 4.4.1 + debug: 4.3.4 + execa: 8.0.1 + jsdom: 24.0.0 + local-pkg: 0.5.0 + magic-string: 0.30.8 + pathe: 1.1.2 + picocolors: 1.0.0 + std-env: 3.7.0 + strip-literal: 2.0.0 + tinybench: 2.6.0 + tinypool: 0.8.3 + vite: 5.2.6(@types/node@20.11.30) + vite-node: 1.4.0(@types/node@20.11.30) + why-is-node-running: 2.2.2 + transitivePeerDependencies: + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + dev: true + + /vlq@0.2.3: + resolution: {integrity: sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==} + dev: true + + /vscode-nls@5.2.0: + resolution: {integrity: sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==} + dev: false + + /vscode-tas-client@0.1.84: + resolution: {integrity: sha512-rUTrUopV+70hvx1hW5ebdw1nd6djxubkLvVxjGdyD/r5v/wcVF41LIfiAtbm5qLZDtQdsMH1IaCuDoluoIa88w==} + engines: {vscode: ^1.85.0} + dependencies: + tas-client: 0.2.33 + dev: false + + /vue-template-compiler@2.7.16: + resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} + dependencies: + de-indent: 1.0.2 + he: 1.2.0 + dev: true + + /vue-tsc@1.8.27(typescript@5.4.3): + resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==} + hasBin: true + peerDependencies: + typescript: '*' + dependencies: + '@volar/typescript': 1.11.1 + '@vue/language-core': 1.8.27(typescript@5.4.3) + semver: 7.6.0 + typescript: 5.4.3 + dev: true + + /w3c-xmlserializer@5.0.0: + resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} + engines: {node: '>=18'} + dependencies: + xml-name-validator: 5.0.0 + dev: true + + /wcwidth@1.0.1: + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + dependencies: + defaults: 1.0.4 + dev: true + + /webidl-conversions@3.0.1: + resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + dev: false + + /webidl-conversions@7.0.0: + resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} + engines: {node: '>=12'} + dev: true + + /webworker-shim@1.1.0: + resolution: {integrity: sha512-LhPJDED3cM0+K9w4JjIio+RYPqvr712b3lyM+JjMR/rSD9elrSYHrrwE9qu3inPSSf60xqePgFgEwuAg17AuhA==} + dev: true + + /whatwg-encoding@3.1.1: + resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} + engines: {node: '>=18'} + dependencies: + iconv-lite: 0.6.3 + dev: true + + /whatwg-mimetype@4.0.0: + resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} + engines: {node: '>=18'} + dev: true + + /whatwg-url@14.0.0: + resolution: {integrity: sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==} + engines: {node: '>=18'} + dependencies: + tr46: 5.0.0 + webidl-conversions: 7.0.0 + dev: true + + /whatwg-url@5.0.0: + resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + dev: false + + /when-exit@2.1.2: + resolution: {integrity: sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==} + dev: true + + /which-boxed-primitive@1.0.2: + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + dependencies: + is-bigint: 1.0.4 + is-boolean-object: 1.1.2 + is-number-object: 1.0.7 + is-string: 1.0.7 + is-symbol: 1.0.4 + dev: true + + /which-collection@1.0.2: + resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} + engines: {node: '>= 0.4'} + dependencies: + is-map: 2.0.3 + is-set: 2.0.3 + is-weakmap: 2.0.2 + is-weakset: 2.0.3 + dev: true + + /which-typed-array@1.1.15: + resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + for-each: 0.3.3 + gopd: 1.0.1 + has-tostringtag: 1.0.2 + + /which@1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: true + + /which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: true + + /which@4.0.0: + resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} + engines: {node: ^16.13.0 || >=18.0.0} + hasBin: true + dependencies: + isexe: 3.1.1 + dev: true + + /why-is-node-running@2.2.2: + resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} + engines: {node: '>=8'} + hasBin: true + dependencies: + siginfo: 2.0.0 + stackback: 0.0.2 + dev: true + + /worktank@2.6.0: + resolution: {integrity: sha512-bHqVyWbviQlUV7+wbd1yoZhjPXXk7ENVCNrlBARfVAg69AfOtnEMLc0hWo9ihaqmlO8WggdYGy/K+avWFSgBBQ==} + dependencies: + promise-make-naked: 2.1.1 + webworker-shim: 1.1.0 + dev: true + + /wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: true + + /wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + dev: true + + /wrap-ansi@9.0.0: + resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} + engines: {node: '>=18'} + dependencies: + ansi-styles: 6.2.1 + string-width: 7.1.0 + strip-ansi: 7.1.0 + dev: true + + /wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + /ws@8.16.0: + resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + + /xml-name-validator@5.0.0: + resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} + engines: {node: '>=18'} + dev: true + + /xml2js@0.5.0: + resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==} + engines: {node: '>=4.0.0'} + dependencies: + sax: 1.3.0 + xmlbuilder: 11.0.1 + dev: false + + /xmlbuilder@11.0.1: + resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==} + engines: {node: '>=4.0'} + dev: false + + /xmlchars@2.2.0: + resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} + dev: true + + /xtend@4.0.2: + resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} + engines: {node: '>=0.4'} + dev: true + + /y18n@5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + dev: true + + /yallist@2.1.2: + resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} + dev: true + + /yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: true + + /yallist@4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + + /yaml@2.3.4: + resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} + engines: {node: '>= 14'} + dev: true + + /yargs-parser@21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + dev: true + + /yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + dependencies: + cliui: 8.0.1 + escalade: 3.1.2 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + dev: true + + /yazl@2.5.1: + resolution: {integrity: sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==} + dependencies: + buffer-crc32: 0.2.13 + dev: false + + /yjs@13.6.14: + resolution: {integrity: sha512-D+7KcUr0j+vBCUSKXXEWfA+bG4UQBviAwP3gYBhkstkgwy5+8diOPMx0iqLIOxNo/HxaREUimZRxqHGAHCL2BQ==} + engines: {node: '>=16.0.0', npm: '>=8.0.0'} + dependencies: + lib0: 0.2.93 + dev: false + + /yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + + /yocto-queue@1.0.0: + resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} + engines: {node: '>=12.20'} + dev: true + + /z-schema@5.0.5: + resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} + engines: {node: '>=8.0.0'} + hasBin: true + dependencies: + lodash.get: 4.4.2 + lodash.isequal: 4.5.0 + validator: 13.11.0 + optionalDependencies: + commander: 9.5.0 + + /zeptomatch@1.2.2: + resolution: {integrity: sha512-0ETdzEO0hdYmT8aXHHf5aMjpX+FHFE61sG4qKFAoJD2Umt3TWdCmH7ADxn2oUiWTlqBGC+SGr8sYMfr+37J8pQ==} + dependencies: + grammex: 3.1.3 + dev: true + + /zlib@1.0.5: + resolution: {integrity: sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==} + engines: {node: '>=0.2.0'} + dev: true + + /zod-validation-error@3.0.3(zod@3.22.4): + resolution: {integrity: sha512-cETTrcMq3Ze58vhdR0zD37uJm/694I6mAxcf/ei5bl89cC++fBNxrC2z8lkFze/8hVMPwrbtrwXHR2LB50fpHw==} + engines: {node: '>=18.0.0'} + peerDependencies: + zod: ^3.18.0 + dependencies: + zod: 3.22.4 + dev: true + + /zod@3.22.4: + resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} + dev: true + + /zustand@4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0): + resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} + engines: {node: '>=12.7.0'} + peerDependencies: + '@types/react': '>=16.8' + immer: '>=9.0.6' + react: '>=16.8' + peerDependenciesMeta: + '@types/react': + optional: true + immer: + optional: true + react: + optional: true + dependencies: + '@types/react': 18.2.70 + immer: 9.0.15 + react: 18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) + dev: false diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 00000000000..92827f3fcfc --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,2 @@ +packages: + - 'libs/*' diff --git a/scripts/config.js b/scripts/config.js new file mode 100644 index 00000000000..827969c5e04 --- /dev/null +++ b/scripts/config.js @@ -0,0 +1,49 @@ +// @ts-check + +import { resolve } from 'node:path'; +import { fileURLToPath } from 'node:url'; + +export const packages = [ + { + name: '@microsoft/logic-apps-chatbot', + packageDir: 'libs/chatbot', + }, + { + name: '@microsoft/logic-apps-data-mapper', + packageDir: 'libs/data-mapper', + }, + { + name: '@microsoft/logic-apps-designer', + packageDir: 'libs/designer', + }, + { + name: '@microsoft/designer-ui', + packageDir: 'libs/designer-ui', + }, + { + name: '@microsoft/logic-apps-shared', + packageDir: 'libs/logic-apps-shared', + }, + { + name: '@microsoft/vscode-extension-logic-apps', + packageDir: 'extensions/vscode-extension', + }, +]; + +export const branchConfigs = { + main: { + prerelease: false, + }, + next: { + prerelease: true, + }, + beta: { + prerelease: true, + }, + alpha: { + prerelease: true, + }, +}; + +const __dirname = fileURLToPath(new URL('.', import.meta.url)); +export const rootDir = resolve(__dirname, '..'); diff --git a/scripts/getRollupConfig.js b/scripts/getRollupConfig.js new file mode 100644 index 00000000000..36f79e355c4 --- /dev/null +++ b/scripts/getRollupConfig.js @@ -0,0 +1,247 @@ +// @ts-check + +import { resolve } from 'node:path'; +import { babel } from '@rollup/plugin-babel'; +import commonJS from '@rollup/plugin-commonjs'; +import { visualizer } from 'rollup-plugin-visualizer'; +import terser from '@rollup/plugin-terser'; +// @ts-expect-error +import size from 'rollup-plugin-size'; +import replace from '@rollup/plugin-replace'; +import { nodeResolve } from '@rollup/plugin-node-resolve'; +import svelte from 'rollup-plugin-svelte'; +import { rootDir } from './config.js'; + +/** @param {'development' | 'production'} type */ +const forceEnvPlugin = (type) => + replace({ + 'process.env.NODE_ENV': `"${type}"`, + delimiters: ['', ''], + preventAssignment: true, + }); + +const babelPlugin = babel({ + configFile: resolve(rootDir, 'babel.config.cjs'), + babelHelpers: 'bundled', + exclude: /node_modules/, + extensions: ['.ts', '.tsx'], +}); + +/** + * @param {Object} opts - Options for building configurations. + * @param {string} opts.name - The name. + * @param {string} opts.jsName - The UMD name. + * @param {string} opts.outputFile - The output file. + * @param {string} opts.entryFile - The entry file. + * @param {Record} opts.globals + * @param {string[]} opts.external + * @returns {import('rollup').RollupOptions[]} + */ +export function buildConfigs(opts) { + const input = resolve(opts.entryFile); + + /** @param {string} moduleName */ + const external = (moduleName) => opts.external.includes(moduleName); + const umdExternal = Object.keys(opts.globals); + const banner = createBanner(opts.name); + + const options = { + input, + jsName: opts.jsName, + outputFile: opts.outputFile, + external, + banner, + globals: opts.globals, + }; + + return [ + mjs(options), + esm(options), + cjs(options), + umdDev({ ...options, external: umdExternal }), + umdProd({ ...options, external: umdExternal }), + ]; +} + +/** + * @param {Object} opts - Options for building configurations. + * @param {string} opts.input - The name. + * @param {string} opts.jsName - The UMD name. + * @param {string} opts.outputFile - The output file. + * @param {any} opts.external + * @param {string} opts.banner - The entry file. + * @param {Record} opts.globals + * @returns {import('rollup').RollupOptions} + */ +function mjs({ input, external, banner, outputFile }) { + return { + // ESM + external, + input, + output: { + format: 'esm', + sourcemap: true, + file: `./build/lib/${outputFile}.mjs`, + banner, + }, + plugins: [ + svelte({ + compilerOptions: { + hydratable: true, + }, + }), + commonJS(), + babelPlugin, + nodeResolve({ extensions: ['.ts', '.tsx'] }), + ], + }; +} + +/** + * @param {Object} opts - Options for building configurations. + * @param {string} opts.input - The name. + * @param {string} opts.jsName - The UMD name. + * @param {string} opts.outputFile - The output file. + * @param {any} opts.external + * @param {string} opts.banner - The entry file. + * @param {Record} opts.globals + * @returns {import('rollup').RollupOptions} + */ +function esm({ input, external, banner, outputFile }) { + return { + // ESM + external, + input, + output: { + format: 'esm', + sourcemap: true, + file: `./build/lib/${outputFile}.esm.js`, + banner, + }, + plugins: [ + svelte({ + compilerOptions: { + hydratable: true, + }, + }), + commonJS(), + babelPlugin, + nodeResolve({ extensions: ['.ts', '.tsx'] }), + ], + }; +} + +/** + * @param {Object} opts - Options for building configurations. + * @param {string} opts.input - The name. + * @param {string} opts.jsName - The UMD name. + * @param {string} opts.outputFile - The output file. + * @param {any} opts.external + * @param {string} opts.banner - The entry file. + * @param {Record} opts.globals + * @returns {import('rollup').RollupOptions} + */ +function cjs({ input, external, banner }) { + return { + // CJS + external, + input, + output: { + format: 'cjs', + sourcemap: true, + dir: `./build/lib`, + preserveModules: true, + exports: 'named', + banner, + }, + plugins: [svelte(), commonJS(), babelPlugin, nodeResolve({ extensions: ['.ts', '.tsx'] })], + }; +} + +/** + * @param {Object} opts - Options for building configurations. + * @param {string} opts.input - The name. + * @param {string} opts.jsName - The UMD name. + * @param {string} opts.outputFile - The output file. + * @param {any} opts.external + * @param {string} opts.banner - The entry file. + * @param {Record} opts.globals + * @returns {import('rollup').RollupOptions} + */ +function umdDev({ input, external, globals, banner, jsName }) { + return { + // UMD (Dev) + external, + input, + output: { + format: 'umd', + sourcemap: true, + file: `./build/umd/index.development.js`, + name: jsName, + globals, + banner, + }, + plugins: [svelte(), commonJS(), babelPlugin, nodeResolve({ extensions: ['.ts', '.tsx'] }), forceEnvPlugin('development')], + }; +} + +/** + * @param {Object} opts - Options for building configurations. + * @param {string} opts.input - The name. + * @param {string} opts.jsName - The UMD name. + * @param {string} opts.outputFile - The output file. + * @param {any} opts.external + * @param {string} opts.banner - The entry file. + * @param {Record} opts.globals + * @returns {import('rollup').RollupOptions} + */ +function umdProd({ input, external, globals, banner, jsName }) { + return { + // UMD (Prod) + external, + input, + output: { + format: 'umd', + sourcemap: true, + file: `./build/umd/index.production.js`, + name: jsName, + globals, + banner, + }, + plugins: [ + svelte(), + commonJS(), + babelPlugin, + nodeResolve({ extensions: ['.ts', '.tsx'] }), + forceEnvPlugin('production'), + terser({ + mangle: true, + compress: true, + }), + size({}), + visualizer({ + filename: `./build/stats-html.html`, + gzipSize: true, + }), + visualizer({ + filename: `./build/stats-react.json`, + json: true, + gzipSize: true, + }), + ], + }; +} + +/** @param {string} libraryName */ +function createBanner(libraryName) { + return `/** + * ${libraryName} + * + * Copyright (c) TanStack + * + * This source code is licensed under the MIT license found in the + * LICENSE.md file in the root directory of this source tree. + * + * @license MIT + */`; +} diff --git a/tsconfig.base.json b/tsconfig.base.json deleted file mode 100644 index 74585a1e20d..00000000000 --- a/tsconfig.base.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "compileOnSave": false, - "compilerOptions": { - "rootDir": ".", - "sourceMap": true, - "declaration": false, - "moduleResolution": "node", - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "importHelpers": true, - "target": "es2015", - "module": "esnext", - "lib": ["esnext", "dom"], - "skipLibCheck": true, - "skipDefaultLibCheck": true, - "resolveJsonModule": false, - "downlevelIteration": true, - "noImplicitReturns": false, - "baseUrl": ".", - "paths": { - "@microsoft/chatbot": ["libs/chatbot/src/index.ts"], - "@microsoft/designer-ui": ["libs/designer-ui/src/index.ts"], - "@microsoft/intl-logic-apps": [ - "libs/logic-apps-shared/src/intl/src/index.ts" - ], - "@microsoft/logic-apps-data-mapper": ["libs/data-mapper/src/index.ts"], - "@microsoft/logic-apps-designer": ["libs/designer/src/index.ts"], - "@microsoft/logic-apps-shared": ["libs/logic-apps-shared/src/index.ts"], - "@microsoft/nx-playwright": ["libs/plugins/playwright/src/index.ts"], - "@microsoft/utils-logic-apps": [ - "libs/logic-apps-shared/src/utils/src/index.ts" - ], - "@microsoft/vscode-extension": ["libs/vscode-extension/src/index.ts"] - } - }, - "exclude": ["node_modules", "tmp"], - "include": ["../types/*"] -} diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000000..b03740bbf06 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,26 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "compilerOptions": { + "allowJs": true, + "allowSyntheticDefaultImports": true, + "allowUnreachableCode": false, + "allowUnusedLabels": false, + "checkJs": true, + "declaration": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "isolatedModules": true, + "lib": ["DOM", "DOM.Iterable", "ES2022"], + "module": "ES2022", + "moduleResolution": "Bundler", + "noImplicitReturns": false, // TODO enable + "noUncheckedIndexedAccess": true, + "noUnusedLocals": false, // TODO enable + "noUnusedParameters": false, // TODO enable + "resolveJsonModule": true, + "skipLibCheck": true, + "strict": true, + "target": "ES2020" + }, + "include": ["prettier.config.cjs", "scripts"] +} diff --git a/workspace.json b/workspace.json deleted file mode 100644 index 03884d3715a..00000000000 --- a/workspace.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": 2, - "projects": { - "chatbot": "libs/chatbot", - "data-mapper": "libs/data-mapper", - "data-mapper-standalone": "apps/data-mapper-standalone", - "designer": "libs/designer", - "designer-standalone": "apps/designer-standalone", - "designer-ui": "libs/designer-ui", - "logic-apps-shared": "libs/logic-apps-shared", - "vs-code-designer": "apps/vs-code-designer", - "vs-code-react": "apps/vs-code-react", - "vscode-extension": "libs/vscode-extension" - }, - "$schema": "./node_modules/nx/schemas/workspace-schema.json" -} From a4114de8fb6a37e69cc622c0995f863bd9cd48d2 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Mon, 25 Mar 2024 21:40:22 -0700 Subject: [PATCH 02/39] chore(all): Fix designer client service imports from logic-app-shared --- .eslintcache | 1 + .../__mocks__/azureOperationResponse.ts | 2 +- .../__mocks__/builtInOperationResponse.ts | 2 +- .../lib/apimanagement.ts | 4 +-- .../lib/appService.ts | 2 +- .../lib/base/apimanagement.ts | 4 ++- .../lib/base/appService.ts | 3 +- .../lib/base/chatbot.ts | 2 +- .../lib/base/connection.ts | 24 +++++++------- .../lib/base/connector.ts | 21 ++++++------ .../lib/base/function.ts | 3 +- .../lib/base/gateway.ts | 6 ++-- .../lib/base/manifests/condition.ts | 4 +-- .../lib/base/manifests/csvtable.ts | 4 +-- .../lib/base/manifests/datetime.ts | 4 +-- .../lib/base/manifests/foreach.ts | 4 +-- .../lib/base/manifests/htmltable.ts | 4 +-- .../lib/base/manifests/http.ts | 4 +-- .../lib/base/manifests/join.ts | 4 +-- .../lib/base/manifests/parsejson.ts | 4 +-- .../lib/base/manifests/query.ts | 4 +-- .../lib/base/manifests/request.ts | 4 +-- .../lib/base/manifests/response.ts | 4 +-- .../lib/base/manifests/schedule.ts | 5 +-- .../lib/base/manifests/scope.ts | 4 +-- .../lib/base/manifests/select.ts | 4 +-- .../lib/base/manifests/switch.ts | 4 +-- .../lib/base/manifests/terminate.ts | 4 +-- .../lib/base/manifests/until.ts | 4 +-- .../lib/base/manifests/variables.ts | 4 +-- .../lib/base/oAuth.ts | 2 +- .../lib/base/operationmanifest.ts | 20 ++++++------ .../lib/base/search.ts | 22 ++++++------- .../designer-client-services/lib/chatbot.ts | 2 +- .../lib/common/exceptions/connection.ts | 4 +-- .../lib/common/exceptions/service.ts | 2 +- .../lib/connection.ts | 10 +++--- .../lib/connectionParameterEditor.ts | 2 +- .../designer-client-services/lib/connector.ts | 5 +-- .../lib/consumption/connection.ts | 2 +- .../lib/consumption/connector.ts | 4 +-- .../consumption/manifests/apiManagement.ts | 3 +- .../lib/consumption/manifests/appServices.ts | 3 +- .../lib/consumption/manifests/as2.ts | 2 +- .../consumption/manifests/batchWorkflow.ts | 2 +- .../lib/consumption/manifests/compose.ts | 4 +-- .../lib/consumption/manifests/flatfile.ts | 4 +-- .../lib/consumption/manifests/functions.ts | 2 +- .../lib/consumption/manifests/inlinecode.ts | 4 +-- .../integrationaccountartifactlookup.ts | 4 +-- .../consumption/manifests/invokeWorkflow.ts | 2 +- .../lib/consumption/manifests/liquid.ts | 4 +-- .../lib/consumption/manifests/rosettanet.ts | 2 +- .../consumption/manifests/swaggerFunctions.ts | 2 +- .../lib/consumption/manifests/xml.ts | 4 +-- .../lib/consumption/operationmanifest.ts | 4 +-- .../lib/consumption/run.ts | 14 ++++---- .../lib/consumption/search.ts | 2 +- .../designer-client-services/lib/editor.ts | 2 +- .../designer-client-services/lib/function.ts | 4 +-- .../designer-client-services/lib/gateway.ts | 4 +-- .../designer-client-services/lib/helpers.ts | 2 +- .../src/designer-client-services/lib/host.ts | 4 +-- .../designer-client-services/lib/logger.ts | 2 +- .../lib/logging/devLogger.ts | 2 +- .../src/designer-client-services/lib/oAuth.ts | 2 +- .../lib/operationmanifest.ts | 4 +-- .../src/designer-client-services/lib/run.ts | 4 +-- .../designer-client-services/lib/search.ts | 10 +++--- .../lib/standard/connection.ts | 32 +++++++++---------- .../lib/standard/connector.ts | 4 +-- .../lib/standard/operationmanifest.ts | 4 +-- .../lib/standard/run.ts | 14 ++++---- .../lib/standard/search.ts | 16 +++++----- .../lib/staticresult.ts | 2 +- .../lib/staticresultschema/index.ts | 14 ++++---- .../schemas/apiConnector.ts | 6 ++-- .../schemas/baseactionresult.ts | 5 +-- .../schemas/flatfiledecoding.ts | 2 +- .../schemas/flatfileencoding.ts | 2 +- .../staticresultschema/schemas/httpresult.ts | 4 +-- .../staticresultschema/schemas/parseJson.ts | 5 +-- .../lib/staticresultschema/schemas/query.ts | 2 +- .../designer-client-services/lib/workflow.ts | 4 +-- package.json | 10 +++--- 85 files changed, 233 insertions(+), 217 deletions(-) create mode 100644 .eslintcache diff --git a/.eslintcache b/.eslintcache new file mode 100644 index 00000000000..b7ffa04923f --- /dev/null +++ b/.eslintcache @@ -0,0 +1 @@ +[{"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts":"1","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts":"2","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts":"3","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/appService.ts":"4","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts":"5","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts":"6","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts":"7","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts":"8","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts":"9","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts":"10","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts":"11","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts":"12","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts":"13","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts":"14","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts":"15","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts":"16","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts":"17","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts":"18","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts":"19","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts":"20","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts":"21","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts":"22","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts":"23","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts":"24","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts":"25","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts":"26","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts":"27","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts":"28","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts":"29","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts":"30","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts":"31","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts":"32","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts":"33","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts":"34","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts":"35","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/connection.ts":"36","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts":"37","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/connector.ts":"38","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts":"39","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts":"40","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts":"41","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts":"42","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts":"43","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts":"44","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts":"45","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts":"46","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts":"47","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts":"48","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts":"49","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts":"50","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts":"51","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts":"52","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts":"53","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts":"54","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts":"55","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts":"56","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts":"57","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/editor.ts":"58","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/function.ts":"59","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts":"60","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts":"61","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/host.ts":"62","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/logger.ts":"63","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts":"64","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts":"65","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts":"66","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/run.ts":"67","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/search.ts":"68","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts":"69","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts":"70","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts":"71","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts":"72","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts":"73","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts":"74","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts":"75","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts":"76","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts":"77","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts":"78","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts":"79","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts":"80","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts":"81","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts":"82","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts":"83"},{"size":421007,"mtime":1711426341156},{"size":73265,"mtime":1711426346938},{"size":949,"mtime":1711426066424},{"size":738,"mtime":1711426080406,"results":"84","hashOfConfig":"85"},{"size":7374,"mtime":1711426366995,"results":"86","hashOfConfig":"85"},{"size":6487,"mtime":1711426381825,"results":"87","hashOfConfig":"85"},{"size":1489,"mtime":1711426388815,"results":"88","hashOfConfig":"85"},{"size":14558,"mtime":1711426431856},{"size":9036,"mtime":1711426562650},{"size":6929,"mtime":1711426464222,"results":"89","hashOfConfig":"85"},{"size":2273,"mtime":1711427458653},{"size":1632,"mtime":1711426585323},{"size":4332,"mtime":1711426592685},{"size":24052,"mtime":1711427261497},{"size":1669,"mtime":1711426617618},{"size":4335,"mtime":1711426624946},{"size":18778,"mtime":1711427263026},{"size":3945,"mtime":1711426644406},{"size":4325,"mtime":1711426651623},{"size":4222,"mtime":1711426659865},{"size":6398,"mtime":1711426669655},{"size":4951,"mtime":1711426676734},{"size":9079,"mtime":1711426685206},{"size":1049,"mtime":1711426694912},{"size":4105,"mtime":1711426704109},{"size":1734,"mtime":1711426712493},{"size":2816,"mtime":1711426720387},{"size":2286,"mtime":1711426728614},{"size":8136,"mtime":1711426735605},{"size":2420,"mtime":1711426480201,"results":"90","hashOfConfig":"85"},{"size":19956,"mtime":1711426545020},{"size":14128,"mtime":1711426573937},{"size":657,"mtime":1711426088431,"results":"91","hashOfConfig":"85"},{"size":778,"mtime":1711426749072},{"size":2559,"mtime":1711426755499,"results":"92","hashOfConfig":"85"},{"size":2410,"mtime":1711426147170},{"size":2165,"mtime":1711426166450},{"size":4310,"mtime":1711426184191},{"size":4095,"mtime":1711426765758},{"size":5548,"mtime":1711427264231},{"size":4842,"mtime":1711426821938},{"size":6318,"mtime":1711426831735},{"size":14418,"mtime":1711426839778},{"size":12400,"mtime":1711426850123},{"size":3598,"mtime":1711426859118},{"size":4098,"mtime":1711426870993},{"size":4435,"mtime":1711426877432},{"size":2125,"mtime":1711426885302},{"size":1589,"mtime":1711426893651},{"size":2647,"mtime":1711426899104},{"size":3655,"mtime":1711426911850},{"size":16904,"mtime":1711426922678},{"size":4826,"mtime":1711426929673},{"size":4828,"mtime":1711426941846},{"size":7751,"mtime":1711426790847},{"size":9298,"mtime":1711427565218},{"size":6980,"mtime":1711426813089},{"size":2786,"mtime":1711426192496},{"size":922,"mtime":1711426203091},{"size":1022,"mtime":1711427331514},{"size":1524,"mtime":1711426226818,"results":"93","hashOfConfig":"85"},{"size":999,"mtime":1711426237809},{"size":1848,"mtime":1711426251107,"results":"94","hashOfConfig":"85"},{"size":1627,"mtime":1711427265437,"results":"95","hashOfConfig":"85"},{"size":1188,"mtime":1711426262383,"results":"96","hashOfConfig":"85"},{"size":1519,"mtime":1711426277886},{"size":1166,"mtime":1711426285519},{"size":2178,"mtime":1711426295417},{"size":25137,"mtime":1711427033169},{"size":4561,"mtime":1711427044453},{"size":2562,"mtime":1711427051913},{"size":9336,"mtime":1711427527558},{"size":6604,"mtime":1711427073223},{"size":911,"mtime":1711426321104},{"size":3000,"mtime":1711427266694},{"size":2406,"mtime":1711427097575},{"size":21315,"mtime":1711427104510},{"size":1111,"mtime":1711427110962,"results":"97","hashOfConfig":"85"},{"size":1044,"mtime":1711427267837,"results":"98","hashOfConfig":"85"},{"size":3135,"mtime":1711427122965},{"size":6183,"mtime":1711427132642},{"size":1261,"mtime":1711427137964,"results":"99","hashOfConfig":"85"},{"size":2047,"mtime":1711426332490},{"filePath":"100","messages":"101","suppressedMessages":"102","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"sdn19o",{"filePath":"103","messages":"104","suppressedMessages":"105","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"106","messages":"107","suppressedMessages":"108","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"109","messages":"110","suppressedMessages":"111","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"112","messages":"113","suppressedMessages":"114","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"115","messages":"116","suppressedMessages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","suppressedMessages":"120","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"121","messages":"122","suppressedMessages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","suppressedMessages":"126","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"127","messages":"128","suppressedMessages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","suppressedMessages":"132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"133","messages":"134","suppressedMessages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","suppressedMessages":"138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"139","messages":"140","suppressedMessages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"142","messages":"143","suppressedMessages":"144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/appService.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts",[],["145","146"],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/logger.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts",[],[],{"ruleId":"147","severity":2,"message":"148","line":169,"column":9,"nodeType":"149","messageId":"150","endLine":169,"endColumn":67,"suppressions":"151"},{"ruleId":"147","severity":2,"message":"148","line":184,"column":9,"nodeType":"149","messageId":"150","endLine":184,"endColumn":45,"suppressions":"152"},"no-case-declarations","Unexpected lexical declaration in case block.","VariableDeclaration","unexpected",["153"],["154"],{"kind":"155","justification":"156"},{"kind":"155","justification":"156"},"directive",""] \ No newline at end of file diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts b/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts index 98b254c5c61..ecc2d411e1a 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts @@ -1,4 +1,4 @@ -import type { DiscoveryOperation, SomeKindOfAzureOperationDiscovery } from '@microsoft/logic-apps-shared'; +import type { DiscoveryOperation, SomeKindOfAzureOperationDiscovery } from '../../../../utils/src'; export const azureOperationsResponse: DiscoveryOperation[] = [ { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts b/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts index 6829622d416..c588bed019f 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts @@ -1,4 +1,4 @@ -import type { DiscoveryOperation, DiscoveryResultTypes } from '@microsoft/logic-apps-shared'; +import type { DiscoveryOperation, DiscoveryResultTypes } from '../../../../utils/src'; export const almostAllBuiltInOperations: DiscoveryOperation[] = [ // result from this url https://management.azure.com/subscriptions/4201f397-837b-48ea-8943-980767f294ac/resourceGroups/LogicApps/providers/Microsoft.Web/sites/standarddacogbur/hostruntime/runtime/webhooks/workflow/api/management/operations?api-version=2018-11-01&workflowKind=Stateful&%24filter= diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts b/libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts index 690564504a8..7a769321282 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts @@ -1,6 +1,6 @@ +import type { SwaggerParser } from '../../parsers'; +import { AssertionErrorCode, AssertionException } from '../../utils/src'; import type { ListDynamicValue } from './connector'; -import type { SwaggerParser } from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; export interface IApiManagementService { fetchApiManagementInstances(): Promise; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/appService.ts b/libs/logic-apps-shared/src/designer-client-services/lib/appService.ts index 5f875bd38a9..6beb2949402 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/appService.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/appService.ts @@ -1,4 +1,4 @@ -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import { AssertionErrorCode, AssertionException } from '../../utils/src'; export interface IAppServiceService { fetchAppServices(): Promise; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts index d9b77cd6e07..85f628e88ab 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts @@ -1,8 +1,10 @@ +import { ResponseCodes, SwaggerParser } from '../../../parsers'; +import { ArgumentException, equals, unmap } from '../../../utils/src'; import type { IApiManagementService } from '../apimanagement'; import { getAzureResourceRecursive } from '../common/azure'; import type { ListDynamicValue } from '../connector'; import type { IHttpClient } from '../httpClient'; -import { ResponseCodes, SwaggerParser, ArgumentException, equals, unmap } from '@microsoft/logic-apps-shared'; + import type { QueryClient } from 'react-query'; export interface ApiManagementServiceOptions { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts index b999089c014..5514450f5e9 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts @@ -1,9 +1,10 @@ +import { ResponseCodes, SwaggerParser } from '../../../parsers'; +import { ArgumentException, unmap } from '../../../utils/src'; import type { IAppServiceService } from '../appService'; import { getAzureResourceRecursive } from '../common/azure'; import type { ListDynamicValue } from '../connector'; import { isFunctionContainer } from '../helpers'; import type { IHttpClient } from '../httpClient'; -import { ResponseCodes, SwaggerParser, ArgumentException, unmap } from '@microsoft/logic-apps-shared'; export interface BaseAppServiceServiceOptions { baseUrl: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts index 9cd02e96a68..10bc544cf21 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts @@ -1,7 +1,7 @@ import type { IChatbotService } from '../chatbot'; -import { ArgumentException } from '@microsoft/logic-apps-shared'; import type { AxiosResponse } from 'axios'; import axios from 'axios'; +import { ArgumentException } from '../../../utils/src'; export interface ChatbotServiceOptions { baseUrl: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts index 8a083068640..381656650ec 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts @@ -1,4 +1,16 @@ /* eslint-disable no-param-reassign */ +import { SwaggerParser } from '../../../parsers'; +import type { Connection, OpenAPIV2, Connector } from '../../../utils/src'; +import { + ArgumentException, + isArmResourceId, + HTTP_METHODS, + equals, + UserException, + UserErrorCode, + isCustomConnectorId, + getUniqueName, +} from '../../../utils/src'; import type { HttpResponse } from '../common/exceptions/service'; import type { ConnectionCreationInfo, @@ -8,18 +20,6 @@ import type { IConnectionService, } from '../connection'; import type { HttpRequestOptions, IHttpClient, QueryParameters } from '../httpClient'; -import type { Connection, Connector, OpenAPIV2 } from '@microsoft/logic-apps-shared'; -import { - ArgumentException, - HTTP_METHODS, - SwaggerParser, - UserErrorCode, - UserException, - equals, - getUniqueName, - isArmResourceId, - isCustomConnectorId, -} from '@microsoft/logic-apps-shared'; export interface ApiHubServiceDetails { apiVersion: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts index 002820ba321..e3ddfa58274 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts @@ -1,3 +1,13 @@ +import { getIntl } from '../../../intl/src'; +import type { OpenAPIV2, OperationInfo } from '../../../utils/src'; +import { + ArgumentException, + equals, + ConnectorServiceException, + ConnectorServiceErrorCode, + isArmResourceId, + UnsupportedException, +} from '../../../utils/src'; import type { IConnectorService, ListDynamicValue, @@ -7,16 +17,7 @@ import type { } from '../connector'; import { getClientRequestIdFromHeaders, pathCombine } from '../helpers'; import type { IHttpClient } from '../httpClient'; -import { - getIntl, - UnsupportedException, - ArgumentException, - ConnectorServiceErrorCode, - ConnectorServiceException, - equals, - isArmResourceId, -} from '@microsoft/logic-apps-shared'; -import type { OpenAPIV2, OperationInfo } from '@microsoft/logic-apps-shared'; + import type { IntlShape } from 'react-intl'; type GetSchemaFunction = (args: Record) => Promise; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts index 096fddd5f88..bb9e1794ff8 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts @@ -1,9 +1,10 @@ +import { ResponseCodes, SwaggerParser } from '../../../parsers'; +import { ArgumentException, unmap } from '../../../utils/src'; import { getAzureResourceRecursive } from '../common/azure'; import type { ListDynamicValue } from '../connector'; import type { IFunctionService } from '../function'; import { isFunctionContainer } from '../helpers'; import type { IHttpClient } from '../httpClient'; -import { ResponseCodes, SwaggerParser, ArgumentException, unmap } from '@microsoft/logic-apps-shared'; export interface BaseFunctionServiceOptions { baseUrl: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts index 40d2fa68b9b..c8900075720 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts @@ -1,8 +1,8 @@ +import type { Gateway, Subscription } from '../../../utils/src'; +import { ArgumentException } from '../../../utils/src'; import { getAzureResourceRecursive } from '../common/azure'; import type { IGatewayService } from '../gateway'; import type { IHttpClient } from '../httpClient'; -import type { Gateway, Subscription } from '@microsoft/logic-apps-shared'; -import { ArgumentException } from '@microsoft/logic-apps-shared'; export interface BaseGatewayServiceOptions { baseUrl: string; @@ -29,7 +29,7 @@ export class BaseGatewayService implements IGatewayService { } public async getGateways(subscriptionId: string | undefined, connectorName: string): Promise { - const config = await (this as IGatewayService).getConfig?.(); + const config = await (this as any).getConfig?.(); const isSubscriptionRequired = !config?.disableSubscriptionLookup; if ((isSubscriptionRequired && !subscriptionId) || !connectorName) { return []; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts index db020ac732d..94acc24f1b5 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts index aa2719cc6d7..8a9524729ff 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts index 6e85173d779..af0f595a019 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts @@ -1,6 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; import { frequencyValues } from './schedule'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; const timeZones = [ { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts index 6a538faf505..c44a4cbdc90 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts index ef134fec9e5..6b5be1b4ea0 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts index 60be465d666..ac5116fe4b5 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { OperationOptions, RecurrenceType, SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope, OperationOptions, RecurrenceType } from '../../../../utils/src'; const methodOptions = [ { value: 'GET', displayName: 'GET' }, diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts index 8f8702e92f4..b9c875bf1b0 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts index aa835ed18cb..25775f55be0 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { OutputSecureDataMode, SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { OutputSecureDataMode, SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts index 165ce87c3fb..d09d113e99f 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts index c9477f8e89f..839553515b7 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { OperationOptions, SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope, OperationOptions } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts index 269c797d8ca..39581a91c51 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { OperationOptions, OutputSecureDataMode, SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { OutputSecureDataMode, SettingScope, OperationOptions } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts index 0ccc5490248..16ca2fff726 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts @@ -1,6 +1,7 @@ +import { getIntl } from '../../../../intl/src'; +import type { OperationManifest } from '../../../../utils/src'; +import { getFrequencyValues, RecurrenceType, SettingScope } from '../../../../utils/src'; import { coreBadge } from '../../badges'; -import { getIntl, getFrequencyValues, RecurrenceType, SettingScope } from '@microsoft/logic-apps-shared'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; export const frequencyValues = getFrequencyValues(getIntl()); diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts index 986cb24c7ee..5266058f5a9 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts index 649c9c8b43e..a5b61bc4fa0 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts index ba798c3931d..d0f1d5f7f18 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts index b44197372db..6897a52d895 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts index 1d9848592a1..33b19c724a3 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export default { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts index 8d40d79cc78..4007181dfbb 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; const brandColor = '#770BD6'; const iconUri = diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts index a237159e3bd..3905e00203e 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts @@ -1,5 +1,5 @@ +import { ArgumentException } from '../../../utils/src'; import type { IOAuthPopup, LoginResult, IOAuthService, IOAuthServiceOptions, OAuthPopupOptions } from '../oAuth'; -import { ArgumentException } from '@microsoft/logic-apps-shared'; export class OAuthPopup implements IOAuthPopup { public loginPromise: Promise; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts index 399927619bc..3db12274bfe 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts @@ -1,3 +1,5 @@ +import type { OperationInfo, OperationManifest } from '../../../utils/src'; +import { ArgumentException, UnsupportedException, equals } from '../../../utils/src'; import type { IHttpClient } from '../httpClient'; import type { IOperationManifestService } from '../operationmanifest'; import conditionManifest from './manifests/condition'; @@ -20,6 +22,14 @@ import { httpWebhookManifest, httpWebhookTriggerManifest, } from './manifests/http'; +import { + appendArrayManifest, + appendStringManifest, + decrementManifest, + incrementManifest, + initializeManifest, + setManifest, +} from './manifests/variables'; import joinManifest from './manifests/join'; import parsejsonManifest from './manifests/parsejson'; import queryManifest from './manifests/query'; @@ -31,16 +41,6 @@ import selectManifest from './manifests/select'; import switchManifest from './manifests/switch'; import terminateManifest from './manifests/terminate'; import untilManifest from './manifests/until'; -import { - appendArrayManifest, - appendStringManifest, - decrementManifest, - incrementManifest, - initializeManifest, - setManifest, -} from './manifests/variables'; -import type { OperationInfo, OperationManifest } from '@microsoft/logic-apps-shared'; -import { ArgumentException, equals, UnsupportedException } from '@microsoft/logic-apps-shared'; const apimanagement = 'apimanagement'; const apimanagementtrigger = 'apimanagementtrigger'; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts index 2e26b5f7212..e450e0cdac5 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts @@ -1,3 +1,14 @@ +import type { + DiscoveryOperation, + SomeKindOfAzureOperationDiscovery, + DiscoveryOpArray, + Connector, + ArmResource, + DiscoveryWorkflow, + DiscoveryWorkflowTrigger, + BuiltInOperation, +} from '../../../utils/src'; +import { ArgumentException, equals } from '../../../utils/src'; import { AzureConnectorMock } from '../__test__/__mocks__/azureConnectorResponse'; import { azureOperationsResponse } from '../__test__/__mocks__/azureOperationResponse'; import type { ContinuationTokenResponse } from '../common/azure'; @@ -6,17 +17,6 @@ import { LoggerService } from '../logger'; import { Status } from '../logging/logEntry'; import type { ISearchService } from '../search'; import * as ClientOperationsData from './operations'; -import type { - ArmResource, - BuiltInOperation, - Connector, - DiscoveryOperation, - DiscoveryOpArray, - DiscoveryWorkflow, - DiscoveryWorkflowTrigger, - SomeKindOfAzureOperationDiscovery, -} from '@microsoft/logic-apps-shared'; -import { equals, ArgumentException } from '@microsoft/logic-apps-shared'; export type AzureOperationsFetchResponse = ContinuationTokenResponse[]>; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts b/libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts index 3ce00cffabd..dbc48bcbe8a 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts @@ -1,5 +1,5 @@ -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; import type { AxiosResponse } from 'axios'; +import { AssertionErrorCode, AssertionException } from '../../utils/src'; export interface IChatbotService { getCopilotResponse: (query: string, workflow: any, signal: AbortSignal, armToken: string) => Promise>; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts b/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts index ddaf4cde632..4c7ed7e5e7a 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts @@ -1,5 +1,5 @@ -import type { Exception } from '@microsoft/logic-apps-shared'; -import { BaseException } from '@microsoft/logic-apps-shared'; +import type { Exception } from '../../../../utils/src'; +import { BaseException } from '../../../../utils/src'; export const ConnectorConnectionExceptionName = 'Core.ConnectorConnectionException'; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts b/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts index faa12b7bece..898f84ce3ea 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts @@ -1,4 +1,4 @@ -import { BaseException } from '@microsoft/logic-apps-shared'; +import { BaseException } from '../../../../utils/src'; export const ServiceExceptionName = 'Host.ServiceException'; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/connection.ts b/libs/logic-apps-shared/src/designer-client-services/lib/connection.ts index 6c0a237b79b..eb5ccb88fb2 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/connection.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/connection.ts @@ -1,13 +1,13 @@ -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; import type { - Connector, Connection, - ConnectionParameter, + ConnectionMetadata, ConnectionParameterSet as ParameterSet, + ConnectionParameter, ConnectionParameterSetValues, - ConnectionMetadata, + Connector, OpenAPIV2, -} from '@microsoft/logic-apps-shared'; +} from '../../utils/src'; +import { AssertionErrorCode, AssertionException } from '../../utils/src'; export interface ConnectorWithSwagger { connector: Connector; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts b/libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts index b1e8e0f8981..ab397bdd68a 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts @@ -1,4 +1,4 @@ -import type { ConnectionParameter, ConnectionParameterSetParameter } from '@microsoft/logic-apps-shared'; +import type { ConnectionParameter, ConnectionParameterSetParameter } from '../../utils/src'; export interface IConnectionParameterInfo { connectorId: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/connector.ts b/libs/logic-apps-shared/src/designer-client-services/lib/connector.ts index 60eb7f93b8f..791c280ac04 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/connector.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/connector.ts @@ -1,5 +1,6 @@ -import type { DynamicTreeExtension, OpenAPIV2 } from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import type { DynamicTreeExtension } from '../../parsers'; +import type { OpenAPIV2 } from '../../utils/src'; +import { AssertionErrorCode, AssertionException } from '../../utils/src'; export interface ListDynamicValue { value: any; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts index 468986886b0..ba18e3da007 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts @@ -1,3 +1,4 @@ +import type { Connector, Connection } from '../../../utils/src'; import type { BaseConnectionServiceOptions } from '../base'; import { BaseConnectionService } from '../base'; import type { ConnectionCreationInfo, ConnectionParametersMetadata, CreateConnectionResult } from '../connection'; @@ -5,7 +6,6 @@ import { LoggerService } from '../logger'; import { LogEntryLevel, Status } from '../logging/logEntry'; import type { IOAuthPopup } from '../oAuth'; import { OAuthService } from '../oAuth'; -import type { Connector, Connection } from '@microsoft/logic-apps-shared'; export class ConsumptionConnectionService extends BaseConnectionService { constructor(options: BaseConnectionServiceOptions) { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts index 5cb859bd3e6..2fa5e90fa8b 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts @@ -1,8 +1,8 @@ +import type { OpenAPIV2 } from '../../../utils/src'; +import { ArgumentException, UnsupportedException, optional, equals, getResourceName } from '../../../utils/src'; import type { BaseConnectorServiceOptions } from '../base'; import { BaseConnectorService } from '../base'; import type { ListDynamicValue, ManagedIdentityRequestProperties, TreeDynamicExtension, TreeDynamicValue } from '../connector'; -import type { OpenAPIV2 } from '@microsoft/logic-apps-shared'; -import { ArgumentException, UnsupportedException, equals, getResourceName, optional } from '@microsoft/logic-apps-shared'; interface ConsumptionConnectorServiceOptions extends BaseConnectorServiceOptions { workflowReferenceId: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts index 6db2a384b2c..0bfc15e413c 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts @@ -1,5 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { RecurrenceType, SettingScope } from '../../../../utils/src'; import { coreBadge } from '../../badges'; -import { SettingScope, type OperationManifest, RecurrenceType } from '@microsoft/logic-apps-shared'; const iconUri = 'https://logicappsv2resources.blob.core.windows.net/icons/apimanagement.svg'; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts index 9f8ac0bd8b0..9759d39238e 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts @@ -1,5 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { RecurrenceType, SettingScope } from '../../../../utils/src'; import { coreBadge } from '../../badges'; -import { RecurrenceType, SettingScope, type OperationManifest } from '@microsoft/logic-apps-shared'; const iconUri = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSIjNTliMmQ5Ii8+DQogPHBhdGggZD0ibTI0LjYyOCA4aC0xNy44NDN2MTZoMTguNDI5di0xNnptLTAuNjcwMTYgNy4zNzE3aC0zLjc2OTZjLTAuMzM1MDgtMi4wOTQyLTIuMDk0Mi0zLjY4NTktNC4yNzIzLTMuNjg1OS0xLjE3MjggMC0yLjI2MTggMC41MDI2Mi0zLjA5OTUgMS4yNTY1bDAuODM3NyAwLjgzNzdjMC41ODYzOS0wLjU4NjM5IDEuMzQwMy0wLjkyMTQ3IDIuMTc4LTAuOTIxNDcgMS42NzU0IDAgMy4wOTk1IDEuMzQwMyAzLjA5OTUgMy4wOTk1cy0xLjI1NjUgMy4wOTk1LTIuOTMxOSAzLjA5OTVjLTAuODM3NyAwLTEuNTkxNi0wLjMzNTA4LTIuMTc4LTAuOTIxNDdsLTAuODM3NyAwLjgzNzdjMC44Mzc3IDAuODM3NyAxLjkyNjcgMS4yNTY1IDMuMDk5NSAxLjI1NjUgMi4xNzggMCAzLjkzNzItMS41OTE2IDQuMjcyMy0zLjY4NTloMy43Njk2djYuMTE1MmgtMTYuMDg0di02LjExNTJoNi45NTI5YzAuMjUxMzEgMC4zMzUwOCAwLjU4NjM5IDAuNTg2MzkgMS4wODkgMC41ODYzOSAwLjY3MDE2IDAgMS4yNTY1LTAuNTg2MzkgMS4yNTY1LTEuMjU2NSAwLTAuNjcwMTYtMC41ODYzOS0xLjI1NjUtMS4yNTY1LTEuMjU2NS0wLjQxODg1IDAtMC44Mzc3IDAuMjUxMzEtMS4wODkgMC41ODYzOWgtNi45NTI5di02LjAzMTRoMTZ2Ni4xOTl6IiBmaWxsPSIjZmZmIiBzdHJva2Utd2lkdGg9Ii44Mzc3Ii8+DQo8L3N2Zz4NCg=='; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts index 26c8dc27f57..6d4c1733b2a 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts @@ -1,5 +1,5 @@ +import type { OperationManifest } from '../../../../utils/src'; import { coreBadge, previewBadge } from '../../badges'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; const iconUri = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxMTVweCIgaGVpZ2h0PSIxMTVweCIgdmlld0JveD0iMCAwIDExNSAxMTUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExNSAxMTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHJlY3QgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMDcyYzYiIHdpZHRoPSIxMTUiIGhlaWdodD0iMTE1Ii8+DQo8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI0OSwyNy4wMDkgNDMuMDIsMjEgNDIsMjEgNDIsMjggNDksMjggIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTgyLDI5di04SDY2djE1SDQ5di02aC04bC0xLTF2LThIMjR2MjloMTF2MTVIMjR2MjloMjVWODNoMTd2MTENCgloMjVWNzRoLThsLTEtMXYtOGgtMlY1MGgxMVYzMGgtOEw4MiwyOXogTTc3LDY1SDY2djE1SDQ5di02aC04bC0xLTF2LThoLTJWNTBoMTFWMzloMTd2MTFoMTFWNjV6Ii8+DQo8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI4NS4wMiwyMSA4NCwyMSA4NCwyOCA5MSwyOCA5MSwyNy4wMDkgIi8+DQo8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI4NCw2NSA4NCw3MiA5MSw3MiA5MSw3MS4wMDkgODUuMDIsNjUgIi8+DQo8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI0Miw2NSA0Miw3MiA0OSw3MiA0OSw3MS4wMDkgNDMuMDIsNjUgIi8+DQo8L3N2Zz4NCg=='; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts index 26b436fb55e..587f10c3302 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts @@ -1,5 +1,5 @@ +import type { OperationManifest } from '../../../../utils/src'; import { coreBadge } from '../../badges'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; const iconUri = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDUwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiA8cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjMjI4MGNjIi8+DQogPGcgdHJhbnNmb3JtPSJtYXRyaXgoLjQxMDI2IDAgMCAuNDEwMjYgNS41Mzg1IDEzLjEyOCkiIGZpbGw9IiNmZmYiPg0KICA8cGF0aCBkPSJtMzYgMTh2NmgtMTZ2LThoLTV2OWMwIDEuNjU3IDEuMzQzIDMgMyAzaDE5YzEuNjU3IDAgMy0xLjM0MyAzLTN2LTEwaC00eiIvPg0KICA8cG9seWdvbiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xOCkiIHBvaW50cz0iMzMuNSAzMyA0Mi41IDMzIDM4IDI3Ii8+DQogIDxyZWN0IHg9IjYiIHk9Ii0xNCIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIiLz4NCiAgPHJlY3QgeD0iNiIgeT0iMTIiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyIi8+DQogIDxyZWN0IHg9IjYiIHk9Ii0xNCIgd2lkdGg9IjIiIGhlaWdodD0iMjgiLz4NCiAgPHJlY3QgeD0iMjYiIHk9Ii0xNCIgd2lkdGg9IjIiIGhlaWdodD0iMjgiLz4NCiAgPHJlY3QgeD0iMTAiIHk9Ii04IiB3aWR0aD0iMTQiIGhlaWdodD0iMiIvPg0KICA8cmVjdCB4PSIxMCIgeT0iLTIiIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIi8+DQogIDxyZWN0IHg9IjEwIiB5PSI0IiB3aWR0aD0iMTQiIGhlaWdodD0iMiIvPg0KICA8cmVjdCB4PSIzMSIgeT0iNCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiLz4NCiAgPHJlY3QgeD0iMzEiIHk9Ii0yIiB3aWR0aD0iMTQiIGhlaWdodD0iMiIvPg0KICA8cmVjdCB4PSIzMSIgeT0iLTgiIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIi8+DQogPC9nPg0KPC9zdmc+DQo='; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts index 59acc73eed7..fa30fe89215 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts @@ -1,6 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { OutputSecureDataMode, SettingScope } from '../../../../utils/src'; import { coreBadge } from '../../badges'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { OutputSecureDataMode, SettingScope } from '@microsoft/logic-apps-shared'; export const composeManifest = { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts index 1ad814a1ae7..7909d6916a8 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts @@ -1,7 +1,7 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; import { flatFileGroup } from '../operations'; import { flatFileDecodingOperations, flatFileEncodingOperations } from '../operations/flatfile'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; export const flatFileDecodingManifest = { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts index 37460edfb00..bdec409632e 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts @@ -1,5 +1,5 @@ +import type { OperationManifest } from '../../../../utils/src'; import { coreBadge } from '../../badges'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; const iconUri = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiA8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9IiMzOTk5YzYiIHN0cm9rZS13aWR0aD0iLjUiLz4NCiA8ZyB0cmFuc2Zvcm09Im1hdHJpeCguMzEwMDggMCAwIC4zMTAwOCA2LjA3NzUgNi4wNzc1KSIgZmlsbD0iI2ZmZiI+DQogIDxwYXRoIGQ9Im02MS42IDMyLjRjMC42LTAuNiAwLjQtMS41IDAtMmwtMi43LTIuNy0xMi4xLTExLjhjLTAuNi0wLjYtMS4zLTAuNi0xLjkgMHMtMC43IDEuNSAwIDJsMTIuNyAxMi40YzAuNiAwLjYgMC42IDEuNSAwIDJsLTEyLjkgMTIuOWMtMC42IDAuNi0wLjYgMS41IDAgMiAwLjYgMC42IDEuNSAwLjQgMS45IDBsMTItMTEuOSAwLjEtMC4xeiIvPg0KICA8cGF0aCBkPSJtMi40IDMyLjRjLTAuNi0wLjYtMC40LTEuNSAwLTJsMi43LTIuNyAxMi4xLTExLjhjMC42LTAuNiAxLjMtMC42IDEuOSAwczAuNyAxLjUgMCAybC0xMi41IDEyLjVjLTAuNiAwLjYtMC42IDEuNSAwIDJsMTIuNyAxMi45YzAuNiAwLjYgMC42IDEuNSAwIDItMC42IDAuNi0xLjUgMC40LTEuOSAwbC0xMi4yLTExLjgtMC4xLTAuMXoiLz4NCiAgPHBvbHlnb24gcG9pbnRzPSI0NS43IDYuMiAyOC42IDYuMiAxOS40IDMyLjEgMzAuNiAzMi4yIDIxLjggNTcuOCA0NiAyMy42IDM0LjIgMjMuNiIvPg0KIDwvZz4NCjwvc3ZnPg0K'; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts index 50bd1dca4ed..3624c975b09 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts @@ -1,6 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; import { coreBadge } from '../../badges'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; export const inlineCodeManifest = { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts index 395a8c49835..b69ed80b591 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts @@ -1,6 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; import { integrationAccountGroup } from '../operations/operationgroups'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; export const integrationAccountArtifactLookupManifest = { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts index 261c6dd4fd6..60ff8c4c023 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts @@ -1,6 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; import { coreBadge } from '../../badges'; import { invokeWorkflowGroup } from '../operations'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; export const invokeWorkflowManifest = { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts index 85849a6ebf7..27389fd12b1 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts @@ -1,6 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; import { liquidGroup } from '../operations'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; const iconUri = liquidGroup.properties.iconUri; const brandColor = liquidGroup.properties.brandColor; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts index 6659e3366e7..81edf757220 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts @@ -1,5 +1,5 @@ +import type { OperationManifest } from '../../../../utils/src'; import { coreBadge, previewBadge } from '../../badges'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; const iconUri = 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI0OHB4IiBoZWlnaHQ9IjQ4cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDggNDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHJlY3QgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM4MDQ5OTgiIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIvPg0KPHBvbHlnb24gZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMjAsMTAuNjk0IDE3LjM2OSw4IDE3LDggMTcsMTEgMjAsMTEgIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTM1LDExLjYwOVY4aC03djZoLTh2LTJoLTMuNjc0TDE2LDExLjYwOVY4SDl2MTNoNHY2SDl2MTNoMTF2LTVoOA0KCXY1aDExdi05aC0zLjY3NEwzNSwzMC43MzlWMjdoLTF2LTZoNXYtOWgtMy42NzRMMzUsMTEuNjA5eiBNMzIsMjdoLTR2NmgtOHYtMmgtMy42NzRMMTYsMzAuNzM5VjI3aC0xdi02aDV2LTVoOHY1aDRWMjd6Ii8+DQo8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIzNi4zNjksOCAzNiw4IDM2LDExIDM5LDExIDM5LDEwLjY5NCAiLz4NCjxwb2x5Z29uIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjM2LDI3IDM2LDMwIDM5LDMwIDM5LDI5LjY5NCAzNi4zNjksMjcgIi8+DQo8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxNywyNyAxNywzMCAyMCwzMCAyMCwyOS42OTQgMTcuMzY5LDI3ICIvPg0KPC9zdmc+DQo='; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts index d77dc92ccb9..8e0e8d85f47 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts @@ -1,5 +1,5 @@ +import type { OperationManifest } from '../../../../utils/src'; import { coreBadge } from '../../badges'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; const iconUri = 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiA8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9IiMzOTk5YzYiIHN0cm9rZS13aWR0aD0iLjUiLz4NCiA8ZyB0cmFuc2Zvcm09Im1hdHJpeCguMzEwMDggMCAwIC4zMTAwOCA2LjA3NzUgNi4wNzc1KSIgZmlsbD0iI2ZmZiI+DQogIDxwYXRoIGQ9Im02MS42IDMyLjRjMC42LTAuNiAwLjQtMS41IDAtMmwtMi43LTIuNy0xMi4xLTExLjhjLTAuNi0wLjYtMS4zLTAuNi0xLjkgMHMtMC43IDEuNSAwIDJsMTIuNyAxMi40YzAuNiAwLjYgMC42IDEuNSAwIDJsLTEyLjkgMTIuOWMtMC42IDAuNi0wLjYgMS41IDAgMiAwLjYgMC42IDEuNSAwLjQgMS45IDBsMTItMTEuOSAwLjEtMC4xeiIvPg0KICA8cGF0aCBkPSJtMi40IDMyLjRjLTAuNi0wLjYtMC40LTEuNSAwLTJsMi43LTIuNyAxMi4xLTExLjhjMC42LTAuNiAxLjMtMC42IDEuOSAwczAuNyAxLjUgMCAybC0xMi41IDEyLjVjLTAuNiAwLjYtMC42IDEuNSAwIDJsMTIuNyAxMi45YzAuNiAwLjYgMC42IDEuNSAwIDItMC42IDAuNi0xLjUgMC40LTEuOSAwbC0xMi4yLTExLjgtMC4xLTAuMXoiLz4NCiAgPHBvbHlnb24gcG9pbnRzPSI0NS43IDYuMiAyOC42IDYuMiAxOS40IDMyLjEgMzAuNiAzMi4yIDIxLjggNTcuOCA0NiAyMy42IDM0LjIgMjMuNiIvPg0KIDwvZz4NCjwvc3ZnPg0K'; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts index f07995db345..0ef8de474c9 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts @@ -1,6 +1,6 @@ +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; import { xmlGroup, xmlValidationOperation } from '../operations'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; const settings: any = { secureData: {}, diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts index 1d95fa0e89a..a779b4cd1a9 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts @@ -1,3 +1,5 @@ +import type { OperationInfo, OperationManifest } from '../../../utils/src'; +import { ArgumentException, startsWith, UnsupportedException } from '../../../utils/src'; import { BaseOperationManifestService } from '../base'; import type { BaseOperationManifestServiceOptions } from '../base/operationmanifest'; import { @@ -21,8 +23,6 @@ import { rosettaNetEncodeManifest, rosettaNetDecodeManifest, rosettaNetWaitForRe import { selectSwaggerFunctionManifest } from './manifests/swaggerFunctions'; import { xmlTransformManifest, xmlValidationManifest } from './manifests/xml'; import { functionGroup, functionOperation, invokeWorkflowGroup, invokeWorkflowOperation, swaggerFunctionOperation } from './operations'; -import type { OperationInfo, OperationManifest } from '@microsoft/logic-apps-shared'; -import { ArgumentException, UnsupportedException, startsWith } from '@microsoft/logic-apps-shared'; interface ConsumptionOperationManifestServiceOptions extends BaseOperationManifestServiceOptions { subscriptionId: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts index 7a43a198648..845425f50b3 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts @@ -2,19 +2,19 @@ import { inputsResponse, outputsResponse } from '../__test__/__mocks__/monitorin import type { HttpRequestOptions, IHttpClient } from '../httpClient'; import type { IRunService } from '../run'; import type { CallbackInfo } from '../callbackInfo'; +import type { ContentLink, Runs, ArmResources, Run, LogicAppsV2, BoundParameters } from '../../../utils/src'; import { - isNumber, - isCallbackInfoWithRelativePath, ArgumentException, + isCallbackInfoWithRelativePath, HTTP_METHODS, - UnsupportedException, - isString, getCallbackUrl, + getRecordEntry, + UnsupportedException, isNullOrUndefined, + isString, isBoolean, - getRecordEntry, -} from '@microsoft/logic-apps-shared'; -import type { ArmResources, BoundParameters, ContentLink, LogicAppsV2, Run, Runs } from '@microsoft/logic-apps-shared'; +} from '../../../utils/src'; +import { isNumber } from '../../../parsers'; export interface ConsumptionRunServiceOptions { apiVersion: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts index e4f8c6ffd99..b53b801b7f9 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts @@ -1,10 +1,10 @@ +import type { DiscoveryOpArray, SomeKindOfAzureOperationDiscovery, Connector } from '../../../utils/src'; import { getClientBuiltInConnectors, getClientBuiltInOperations, BaseSearchService } from '../base'; import * as ClientOperationsData from '../base/operations'; import type { BaseSearchServiceOptions } from '../base/search'; import type { ContinuationTokenResponse } from '../common/azure'; import type { QueryParameters } from '../httpClient'; import * as OperationsData from './operations'; -import type { Connector, DiscoveryOpArray, SomeKindOfAzureOperationDiscovery } from '@microsoft/logic-apps-shared'; const ISE_RESOURCE_ID = 'properties/integrationServiceEnvironmentResourceId'; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/editor.ts b/libs/logic-apps-shared/src/designer-client-services/lib/editor.ts index 97ff36e740f..85ef4d9c926 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/editor.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/editor.ts @@ -1,4 +1,4 @@ -import type { OperationInfo } from '@microsoft/logic-apps-shared'; +import type { OperationInfo } from '../../utils/src'; /** * Compatible with `ValueSegment` from @microsoft/designer-ui but without circular dependencies. diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/function.ts b/libs/logic-apps-shared/src/designer-client-services/lib/function.ts index 2ae1af1f086..cddbf3414e9 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/function.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/function.ts @@ -1,5 +1,5 @@ -import type { SwaggerParser } from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import type { SwaggerParser } from '../../parsers'; +import { AssertionException, AssertionErrorCode } from '../../utils/src'; export interface IFunctionService { fetchFunctionApps(): Promise; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts b/libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts index 8a7300ee48e..e6a48d6dcee 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts @@ -1,5 +1,5 @@ -import type { Gateway, Subscription } from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import type { Gateway, Subscription } from '../../utils/src'; +import { AssertionErrorCode, AssertionException } from '../../utils/src'; export interface IGatewayService { /** diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts b/libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts index 91a395d12f6..49a5c7a4334 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts @@ -1,4 +1,4 @@ -import { equals } from '@microsoft/logic-apps-shared'; +import { equals } from '../../utils/src'; export function pathCombine(url: string, path: string): string { let pathUrl: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/host.ts b/libs/logic-apps-shared/src/designer-client-services/lib/host.ts index 18c19125fc7..c7043477371 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/host.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/host.ts @@ -1,5 +1,5 @@ -import type { ConnectorProperty, OperationApi } from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import type { ConnectorProperty, OperationApi } from '../../utils/src'; +import { AssertionErrorCode, AssertionException } from '../../utils/src'; export const ContentType = { Inputs: 'inputs', diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/logger.ts b/libs/logic-apps-shared/src/designer-client-services/lib/logger.ts index 86baf252c4d..79a7745a4b8 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/logger.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/logger.ts @@ -1,5 +1,5 @@ +import { AssertionErrorCode, AssertionException, guid } from '../../utils/src'; import type { LogEntry, TelemetryEvent } from './logging/logEntry'; -import { AssertionErrorCode, AssertionException, guid } from '@microsoft/logic-apps-shared'; export interface ILoggerService { log: (entry: Omit) => void; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts b/libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts index 7c86ac8fb6b..0f7ac463fb3 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts @@ -1,8 +1,8 @@ +import { guid } from '../../../utils/src'; import type { ILoggerService } from '../logger'; import { BrowserReporter } from './browserLogger'; import type { LogEntry, TelemetryEvent } from './logEntry'; import { LogEntryLevel } from './logEntry'; -import { guid } from '@microsoft/logic-apps-shared'; export class DevLogger implements ILoggerService { private traceIds = new Map; startTime: number }>(); diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts b/libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts index 426b0274657..3b2aea34c0c 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts @@ -1,5 +1,5 @@ +import { AssertionException, AssertionErrorCode } from '../../utils/src'; import type { IHttpClient } from './httpClient'; -import { AssertionException, AssertionErrorCode } from '@microsoft/logic-apps-shared'; export interface LoginResult { [x: string]: any; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts b/libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts index fa003419660..538f9875861 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts @@ -1,5 +1,5 @@ -import type { OperationInfo, OperationManifest } from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import type { OperationInfo, OperationManifest } from '../../utils/src'; +import { AssertionException, AssertionErrorCode } from '../../utils/src'; /** * The operation manifest service. diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/run.ts b/libs/logic-apps-shared/src/designer-client-services/lib/run.ts index 619ba23f9cd..c2904b4b272 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/run.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/run.ts @@ -1,5 +1,5 @@ -import type { ContentLink, LogicAppsV2, Run, RunError, Runs } from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import type { ContentLink, Runs, Run, RunError, LogicAppsV2 } from '../../utils/src'; +import { AssertionException, AssertionErrorCode } from '../../utils/src'; import type { CallbackInfo } from './callbackInfo'; export interface IRunService { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/search.ts b/libs/logic-apps-shared/src/designer-client-services/lib/search.ts index 9c56842c9b9..838d2a73f19 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/search.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/search.ts @@ -1,13 +1,13 @@ import type { - ArmResource, Connector, DiscoveryOpArray, - DiscoveryOperation, - DiscoveryResultTypes, + ArmResource, DiscoveryWorkflow, DiscoveryWorkflowTrigger, -} from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; + DiscoveryOperation, + DiscoveryResultTypes, +} from '../../utils/src'; +import { AssertionException, AssertionErrorCode } from '../../utils/src'; export type OperationRuntimeCategory = { key: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts b/libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts index 874a81e54b3..705118ad146 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts @@ -1,3 +1,19 @@ +import { getIntl } from '../../../intl/src'; +import type { ManagedIdentity, Connector, Connection, ConnectionParameter } from '../../../utils/src'; +import { + ArgumentException, + isArmResourceId, + AssertionException, + AssertionErrorCode, + isIdentityAssociatedWithLogicApp, + equals, + ResourceIdentityType, + ConnectionType, + optional, + createCopy, + ConnectionParameterSource, + safeSetObjectPropertyValue, +} from '../../../utils/src'; import type { BaseConnectionServiceOptions } from '../base'; import { BaseConnectionService } from '../base'; import { apiManagementConnectorId, azureFunctionConnectorId } from '../base/operationmanifest'; @@ -8,22 +24,6 @@ import { LoggerService } from '../logger'; import { LogEntryLevel, Status } from '../logging/logEntry'; import type { IOAuthPopup } from '../oAuth'; import { OAuthService } from '../oAuth'; -import { - getIntl, - ArgumentException, - AssertionErrorCode, - AssertionException, - ConnectionParameterSource, - ConnectionType, - ResourceIdentityType, - equals, - optional, - isArmResourceId, - isIdentityAssociatedWithLogicApp, - safeSetObjectPropertyValue, - createCopy, -} from '@microsoft/logic-apps-shared'; -import type { Connection, ConnectionParameter, Connector, ManagedIdentity } from '@microsoft/logic-apps-shared'; interface ConnectionAcl { id: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts b/libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts index 2abc567be58..07d61541a5c 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts @@ -1,8 +1,8 @@ +import type { OpenAPIV2 } from '../../../utils/src'; +import { ArgumentException, UnsupportedException } from '../../../utils/src'; import type { BaseConnectorServiceOptions } from '../base'; import { BaseConnectorService } from '../base'; import type { ListDynamicValue, ManagedIdentityRequestProperties, TreeDynamicExtension, TreeDynamicValue } from '../connector'; -import type { OpenAPIV2 } from '@microsoft/logic-apps-shared'; -import { ArgumentException, UnsupportedException } from '@microsoft/logic-apps-shared'; type GetConfigurationFunction = (connectionId: string) => Promise>; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts b/libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts index b604017338d..203837b873b 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts @@ -1,7 +1,7 @@ +import type { OperationInfo, OperationManifest } from '../../../utils/src'; +import { ConnectionType, equals } from '../../../utils/src'; import { BaseOperationManifestService } from '../base'; import { getBuiltInOperationInfo, isBuiltInOperation, supportedBaseManifestObjects } from '../base/operationmanifest'; -import type { OperationInfo, OperationManifest } from '@microsoft/logic-apps-shared'; -import { equals, ConnectionType } from '@microsoft/logic-apps-shared'; export class StandardOperationManifestService extends BaseOperationManifestService { override async getOperationInfo(definition: any, isTrigger: boolean): Promise { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts b/libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts index d0b75db061c..cfe9ccae366 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts @@ -2,19 +2,19 @@ import { inputsResponse, outputsResponse } from '../__test__/__mocks__/monitorin import type { HttpRequestOptions, IHttpClient } from '../httpClient'; import type { IRunService } from '../run'; import type { CallbackInfo } from '../callbackInfo'; +import type { ContentLink, Runs, ArmResources, Run, LogicAppsV2, BoundParameters } from '../../../utils/src'; import { - isNumber, - isCallbackInfoWithRelativePath, ArgumentException, + isCallbackInfoWithRelativePath, HTTP_METHODS, - UnsupportedException, - isString, getCallbackUrl, + getRecordEntry, + UnsupportedException, isNullOrUndefined, + isString, isBoolean, - getRecordEntry, -} from '@microsoft/logic-apps-shared'; -import type { ArmResources, BoundParameters, ContentLink, LogicAppsV2, Run, Runs } from '@microsoft/logic-apps-shared'; +} from '../../../utils/src'; +import { isNumber } from '../../../parsers'; export interface RunServiceOptions { apiVersion: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts b/libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts index 0e411131f95..6464ba50962 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts @@ -1,17 +1,17 @@ +import type { + DiscoveryOpArray, + DiscoveryOperation, + BuiltInOperation, + Connector, + SomeKindOfAzureOperationDiscovery, +} from '../../../utils/src'; +import { ArgumentException, connectorsSearchResultsMock } from '../../../utils/src'; import { almostAllBuiltInOperations } from '../__test__/__mocks__/builtInOperationResponse'; import { BaseSearchService } from '../base'; import type { AzureOperationsFetchResponse, BaseSearchServiceOptions } from '../base/search'; import { getClientBuiltInOperations, getClientBuiltInConnectors } from '../base/search'; import type { ContinuationTokenResponse } from '../common/azure'; import type { QueryParameters } from '../httpClient'; -import type { - BuiltInOperation, - Connector, - DiscoveryOpArray, - DiscoveryOperation, - SomeKindOfAzureOperationDiscovery, -} from '@microsoft/logic-apps-shared'; -import { ArgumentException, connectorsSearchResultsMock } from '@microsoft/logic-apps-shared'; const ISE_RESOURCE_ID = 'properties/integrationServiceEnvironmentResourceId'; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts index 31dc05bb5ac..4116d8f5f01 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts @@ -1,5 +1,5 @@ +import type { ManifestParser, OpenApiSchema, SwaggerParser } from '../../parsers'; import { StaticResultSchemaService } from './staticresultschema'; -import type { ManifestParser, OpenApiSchema, SwaggerParser } from '@microsoft/logic-apps-shared'; /** * The operation result schema service. diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts index 15ace5d7276..5780c5dbcdf 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts @@ -1,3 +1,10 @@ +import type { ManifestParser, SwaggerParser } from '../../../parsers'; +import { + isSharedManagedConnectorId, + isSharedManagedConnectorIdFromPApps, + isCustomConnectorId, + isManagedConnectorId, +} from '../../../utils/src'; import { apiManagementConnectorId, dataOperationConnectorId, @@ -20,13 +27,6 @@ import { FlatFileEncodingStaticResultSchema } from './schemas/flatfileencoding'; import { HttpStaticResultSchema } from './schemas/httpresult'; import { ParseJsonStaticResultSchema } from './schemas/parseJson'; import { QueryStaticResultSchema } from './schemas/query'; -import type { ManifestParser, SwaggerParser } from '@microsoft/logic-apps-shared'; -import { - isCustomConnectorId, - isManagedConnectorId, - isSharedManagedConnectorId, - isSharedManagedConnectorIdFromPApps, -} from '@microsoft/logic-apps-shared'; /** * Factory method to provide the static result root schema for an operation diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts index 1fd2500d49e..20e971c8f4a 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts @@ -1,7 +1,9 @@ +import type { ManifestParser, OpenApiSchema, SwaggerParser } from '../../../../parsers'; +import { ExtensionProperties } from '../../../../parsers'; +import type { OpenAPIV2 } from '../../../../utils/src'; +import { clone } from '../../../../utils/src'; import type { StaticResultRootSchemaType } from './baseactionresult'; import { HttpStaticResultSchema } from './httpresult'; -import type { ManifestParser, OpenApiSchema, SwaggerParser, OpenAPIV2 } from '@microsoft/logic-apps-shared'; -import { ExtensionProperties, clone } from '@microsoft/logic-apps-shared'; /** * Returns the root schema for a connector operation. diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts index 5c605077f5f..8abb7a59d24 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts @@ -1,5 +1,6 @@ -import { getIntl } from '@microsoft/logic-apps-shared'; -import type { OpenApiSchema, OpenAPIV2 } from '@microsoft/logic-apps-shared'; +import { getIntl } from '../../../../intl/src'; +import type { OpenApiSchema } from '../../../../parsers'; +import type { OpenAPIV2 } from '../../../../utils/src'; export type StaticResultRootSchemaType = OpenAPIV2.SchemaObject & { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts index 13fca94b452..efdaaa2aaa8 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts @@ -1,5 +1,5 @@ +import { getIntl } from '../../../../intl/src'; import { StaticResultRootSchema } from './baseactionresult'; -import { getIntl } from '@microsoft/logic-apps-shared'; const intl = getIntl(); diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts index 5ecbee6d30a..ba732e4b447 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts @@ -1,5 +1,5 @@ +import { getIntl } from '../../../../intl/src'; import { StaticResultRootSchema } from './baseactionresult'; -import { getIntl } from '@microsoft/logic-apps-shared'; const intl = getIntl(); diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts index e9ffbefef6d..63ee3e35fea 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts @@ -1,6 +1,6 @@ +import { getIntl } from '../../../../intl/src'; +import type { OpenApiSchema } from '../../../../parsers'; import { StaticResultRootSchema } from './baseactionresult'; -import { getIntl } from '@microsoft/logic-apps-shared'; -import type { OpenApiSchema } from '@microsoft/logic-apps-shared'; const intl = getIntl(); diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts index e563bf5fbd4..9f500bb279d 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts @@ -1,6 +1,7 @@ +import { getIntl } from '../../../../intl/src'; +import type { OpenApiSchema } from '../../../../parsers'; +import { clone } from '../../../../utils/src'; import { StaticResultRootSchema } from './baseactionresult'; -import { getIntl, clone } from '@microsoft/logic-apps-shared'; -import type { OpenApiSchema } from '@microsoft/logic-apps-shared'; const intl = getIntl(); diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts index 28f1680c4f7..9117a0e2cbb 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts @@ -1,5 +1,5 @@ +import { getIntl } from '../../../../intl/src'; import { StaticResultRootSchema } from './baseactionresult'; -import { getIntl } from '@microsoft/logic-apps-shared'; const intl = getIntl(); const QUERY_OUTPUT_TITLE = intl.formatMessage({ diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts b/libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts index 5d9b1e9bdb9..89a671c9899 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts @@ -1,5 +1,5 @@ -import type { LogicAppsV2, ManagedIdentity, OpenAPIV2 } from '@microsoft/logic-apps-shared'; -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import type { OpenAPIV2, ManagedIdentity, LogicAppsV2 } from '../../utils/src'; +import { AssertionException, AssertionErrorCode } from '../../utils/src'; import type { CallbackInfo } from './callbackInfo'; export interface NodeOutputs { diff --git a/package.json b/package.json index f7d7a149ace..d612c4270fe 100644 --- a/package.json +++ b/package.json @@ -209,8 +209,10 @@ "yalc": "1.0.0-pre.53" }, "lint-staged": { - "*.js,ts,tsx": "eslint --cache --fix", - "*.{ts,tsx,js,css,md}": "biome check . --apply", - "*.{ts,tsx}": "npm run extract" + "*.{js,ts,tsx}": [ + "npm run extract", + "eslint --cache --fix", + "biome check --apply" + ] } -} +} \ No newline at end of file From 66ac8912457fbcc9352d99589352d96d9a2e51c1 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Wed, 27 Mar 2024 12:54:04 -0700 Subject: [PATCH 03/39] Work --- .gitignore | 2 +- .nx/cache/d/daemon-error.log | 26 + .nx/cache/d/daemon.log | 2159 ++ .nx/cache/d/disabled | 1 + .nx/cache/d/server-process.json | 1 + .nx/cache/file-map.json | 9062 ++--- .nx/cache/lockfile.hash | 2 +- .nx/cache/nx_files.nxt | Bin 220356 -> 220964 bytes .nx/cache/parsed-lock-file.json | 26687 +++++++++---- .nx/cache/project-graph.json | 31478 +++++++++++----- init.js | 4 +- libs/designer-ui/package.json | 26 +- .../src/lib/editor/base/themes/editorTheme.ts | 2 +- libs/designer-ui/src/lib/fabric.ts | 2 +- libs/designer-ui/src/lib/staticResult/util.ts | 2 +- libs/designer-ui/tsconfig.json | 30 +- libs/designer-ui/tsconfig.lib.json | 15 + libs/designer-ui/tsup.config.ts | 16 + libs/designer/package.json | 36 +- libs/designer/src/index.ts | 2 +- libs/designer/tsconfig.json | 30 +- libs/designer/tsconfig.lib.json | 15 + libs/designer/tsup.config.ts | 16 + libs/logic-apps-shared/package.json | 24 +- libs/logic-apps-shared/rollup.config.mjs | 17 - .../src/parsers/lib/swagger/parser.ts | 4 +- libs/logic-apps-shared/tsconfig.json | 39 +- libs/logic-apps-shared/tsconfig.lib.json | 15 + libs/logic-apps-shared/tsup.config.ts | 16 + package.json | 4 + pnpm-lock.yaml | 564 +- tsconfig.base.json | 31 + tsconfig.json | 26 - 33 files changed, 50726 insertions(+), 19628 deletions(-) create mode 100644 .nx/cache/d/daemon-error.log create mode 100644 .nx/cache/d/disabled create mode 100644 .nx/cache/d/server-process.json create mode 100644 libs/designer-ui/tsconfig.lib.json create mode 100644 libs/designer-ui/tsup.config.ts create mode 100644 libs/designer/tsconfig.lib.json create mode 100644 libs/designer/tsup.config.ts delete mode 100644 libs/logic-apps-shared/rollup.config.mjs create mode 100644 libs/logic-apps-shared/tsconfig.lib.json create mode 100644 libs/logic-apps-shared/tsup.config.ts create mode 100644 tsconfig.base.json delete mode 100644 tsconfig.json diff --git a/.gitignore b/.gitignore index 4295e397095..c403b5cdfcf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ /dist /tmp /out-tsc - +build # dependencies node_modules diff --git a/.nx/cache/d/daemon-error.log b/.nx/cache/d/daemon-error.log new file mode 100644 index 00000000000..cdb2b061bf8 --- /dev/null +++ b/.nx/cache/d/daemon-error.log @@ -0,0 +1,26 @@ +Daemon process terminated and closed the connection + +Messages from the log: + +To fix this, set a unique name for each project in a project.json inside the project's root. If the project does not currently have a project.json, you can create one that contains only a name. +Error: The following projects are defined in multiple locations: +- @microsoft/designer-ui: + - libs/designer + - libs/designer-ui + +To fix this, set a unique name for each project in a project.json inside the project's root. If the project does not currently have a project.json, you can create one that contains only a name. + at readProjectConfigurationsFromRootMap (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:254:15) + at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:209:26 + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:62) + at async processFilesAndCreateAndSerializeProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:142:28) + at async getCachedSerializedProjectGraphPromise (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:43:16) + at async handleRequestProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/handle-request-project-graph.js:12:24) + at async handleResult (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:110:16) + at async handleMessage (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:81:9) + at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:45:9 +[NX Daemon Server] - 2024-03-27T19:50:11.134Z - Done responding to the client null + + + +More information: /Users/travisharris/code/LogicAppsUX/.nx/cache/d/daemon.log \ No newline at end of file diff --git a/.nx/cache/d/daemon.log b/.nx/cache/d/daemon.log index 8c3e5657da3..641efba297b 100644 --- a/.nx/cache/d/daemon.log +++ b/.nx/cache/d/daemon.log @@ -412,3 +412,2162 @@ CreateNodesError: Unable to create nodes for libs/logic-apps-shared/project.json [NX Daemon Server] - 2024-03-26T03:47:10.540Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) [NX Daemon Server] - 2024-03-26T03:47:10.540Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) [NX Daemon Server] - 2024-03-26T03:47:10.540Z - Server stopped because: "Lock file changed" +[NX Daemon Server] - 2024-03-27T06:49:09.535Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock +[NX Daemon Server] - 2024-03-27T06:49:09.538Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) +[NX Daemon Server] - 2024-03-27T06:49:09.540Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:49:09.541Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:49:09.541Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:49:09.542Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:49:09.792Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:49:09.792Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:49:09.792Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:49:10.409Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:49:10.410Z - Time taken for 'total for creating and serializing project graph' 867.1701250001788ms +[NX Daemon Server] - 2024-03-27T06:49:10.412Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:49:10.413Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 867. Response time: 4. +[NX Daemon Server] - 2024-03-27T06:49:10.417Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:49:10.418Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:49:10.418Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:49:10.421Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:49:53.027Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T06:49:53.027Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:49:53.133Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:49:53.133Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T06:49:53.133Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:49:53.161Z - Time taken for 'hash changed files from watcher' 5.556207999587059ms +[NX Daemon Server] - 2024-03-27T06:49:54.226Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:49:54.226Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:49:54.227Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:49:54.228Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:49:54.228Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:49:54.230Z - Time taken for 'total for creating and serializing project graph' 0.12299999594688416ms +[NX Daemon Server] - 2024-03-27T06:49:54.232Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:49:54.232Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T06:49:54.239Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:49:54.240Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:49:54.240Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:49:54.244Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:05.528Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 3 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:05.528Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:05.634Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:05.634Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:05.634Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_3v79vlqyshx.mjs,libs/logic-apps-shared/build/lib/index.mjs,libs/logic-apps-shared/build/lib/index.js +[NX Daemon Server] - 2024-03-27T06:50:05.676Z - Time taken for 'hash changed files from watcher' 4.847791001200676ms +[NX Daemon Server] - 2024-03-27T06:50:06.506Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:06.506Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:06.712Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:06.712Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:06.712Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.d.mts,libs/logic-apps-shared/build/lib/index.d.ts +[NX Daemon Server] - 2024-03-27T06:50:06.756Z - Time taken for 'hash changed files from watcher' 4.545708000659943ms +[NX Daemon Server] - 2024-03-27T06:50:07.537Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:07.538Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:07.907Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:07.907Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.js,libs/logic-apps-shared/build/lib/index.mjs +[NX Daemon Server] - 2024-03-27T06:50:07.907Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:07.940Z - Time taken for 'hash changed files from watcher' 268.2603330016136ms +[NX Daemon Server] - 2024-03-27T06:50:08.496Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:08.496Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:08.601Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:08.601Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.d.ts,libs/logic-apps-shared/build/lib/index.d.mts +[NX Daemon Server] - 2024-03-27T06:50:08.601Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:08.642Z - Time taken for 'hash changed files from watcher' 3.5147080048918724ms +[NX Daemon Server] - 2024-03-27T06:50:09.705Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:09.706Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:09.706Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:09.710Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:50:09.710Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:50:09.713Z - Time taken for 'total for creating and serializing project graph' 0.3282499983906746ms +[NX Daemon Server] - 2024-03-27T06:50:09.720Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:50:09.720Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 10. +[NX Daemon Server] - 2024-03-27T06:50:09.733Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:09.739Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:09.739Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 6. +[NX Daemon Server] - 2024-03-27T06:50:09.744Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:16.073Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 55 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:16.073Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:16.185Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:16.185Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:16.185Z - [REQUEST]: libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/tsup.config.bundled_qxhts33k86q.mjs,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/index.mjs,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/index.js,libs/designer-ui/build/list-ul-4QHDPLLW.svg +[NX Daemon Server] - 2024-03-27T06:50:16.248Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:16.249Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:16.249Z - Time taken for 'hash changed files from watcher' 11.127916999161243ms +[NX Daemon Server] - 2024-03-27T06:50:16.400Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:16.400Z - [REQUEST]: libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg +[NX Daemon Server] - 2024-03-27T06:50:16.400Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:16.481Z - Time taken for 'hash changed files from watcher' 50.77833399921656ms +[NX Daemon Server] - 2024-03-27T06:50:16.558Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:16.561Z - [WATCHER]: 35 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:16.666Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:16.666Z - [REQUEST]: libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg +[NX Daemon Server] - 2024-03-27T06:50:16.666Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:16.688Z - Time taken for 'hash changed files from watcher' 1.986166998744011ms +[NX Daemon Server] - 2024-03-27T06:50:16.789Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:16.789Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:16.893Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:16.893Z - [REQUEST]: libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg +[NX Daemon Server] - 2024-03-27T06:50:16.893Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:16.922Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:50:16.922Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:16.922Z - Time taken for 'hash changed files from watcher' 2.0931250005960464ms +[NX Daemon Server] - 2024-03-27T06:50:17.031Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:17.031Z - [REQUEST]: libs/designer-ui/build/index.mjs,libs/designer-ui/build/index.js +[NX Daemon Server] - 2024-03-27T06:50:17.031Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:17.067Z - Time taken for 'hash changed files from watcher' 7.107709005475044ms +[NX Daemon Server] - 2024-03-27T06:50:18.132Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:18.133Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:18.133Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:18.135Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:50:18.135Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:50:18.139Z - Time taken for 'total for creating and serializing project graph' 0.20874999463558197ms +[NX Daemon Server] - 2024-03-27T06:50:18.142Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:50:18.142Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. +[NX Daemon Server] - 2024-03-27T06:50:18.154Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:18.156Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:18.156Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 2. +[NX Daemon Server] - 2024-03-27T06:50:18.161Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:31.949Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T06:50:31.949Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:32.061Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:32.061Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T06:50:32.061Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:32.093Z - Time taken for 'hash changed files from watcher' 10.572709001600742ms +[NX Daemon Server] - 2024-03-27T06:50:33.154Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:33.154Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:33.154Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:33.155Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:50:33.155Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:50:33.156Z - Time taken for 'total for creating and serializing project graph' 0.04866600036621094ms +[NX Daemon Server] - 2024-03-27T06:50:33.157Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:50:33.157Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. +[NX Daemon Server] - 2024-03-27T06:50:33.161Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:33.162Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:33.162Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:50:33.164Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:38.176Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T06:50:38.176Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:38.290Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:38.290Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T06:50:38.290Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:38.315Z - Time taken for 'hash changed files from watcher' 12.631082996726036ms +[NX Daemon Server] - 2024-03-27T06:50:39.379Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:39.379Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:39.379Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:39.381Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:50:39.381Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:50:39.383Z - Time taken for 'total for creating and serializing project graph' 0.11029200255870819ms +[NX Daemon Server] - 2024-03-27T06:50:39.388Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:50:39.388Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. +[NX Daemon Server] - 2024-03-27T06:50:39.395Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:39.396Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:39.396Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:50:39.399Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:51.118Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T06:50:51.118Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:51.231Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:51.231Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T06:50:51.231Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:51.259Z - Time taken for 'hash changed files from watcher' 11.740583002567291ms +[NX Daemon Server] - 2024-03-27T06:50:52.038Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T06:50:52.038Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:50:52.258Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:50:52.258Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T06:50:52.258Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:50:52.294Z - Time taken for 'hash changed files from watcher' 18.24175000190735ms +[NX Daemon Server] - 2024-03-27T06:50:53.358Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:53.358Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:50:53.359Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:50:53.361Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:50:53.361Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:50:53.363Z - Time taken for 'total for creating and serializing project graph' 0.17083299905061722ms +[NX Daemon Server] - 2024-03-27T06:50:53.367Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:50:53.367Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T06:50:53.374Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:53.375Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:50:53.375Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:50:53.379Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:51:44.129Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T06:51:44.129Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:51:44.242Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:51:44.242Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T06:51:44.242Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:51:44.267Z - Time taken for 'hash changed files from watcher' 12.027417004108429ms +[NX Daemon Server] - 2024-03-27T06:51:45.335Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:51:45.336Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:51:45.337Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:51:45.340Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:51:45.340Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:51:45.342Z - Time taken for 'total for creating and serializing project graph' 0.21591700613498688ms +[NX Daemon Server] - 2024-03-27T06:51:45.345Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:51:45.345Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T06:51:45.352Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:51:45.354Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:51:45.354Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 2. +[NX Daemon Server] - 2024-03-27T06:51:45.358Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:55:44.298Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T06:55:44.298Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:55:44.407Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:55:44.408Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T06:55:44.408Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:55:44.439Z - Time taken for 'hash changed files from watcher' 8.593042001128197ms +[NX Daemon Server] - 2024-03-27T06:55:45.502Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:55:45.502Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:55:45.503Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:55:45.505Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:55:45.505Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:55:45.508Z - Time taken for 'total for creating and serializing project graph' 0.22191700339317322ms +[NX Daemon Server] - 2024-03-27T06:55:45.510Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:55:45.510Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T06:55:45.517Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:55:45.518Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:55:45.518Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:55:45.522Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:55:55.870Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T06:55:55.870Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:55:55.981Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:55:55.982Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T06:55:55.982Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:55:56.023Z - Time taken for 'hash changed files from watcher' 10.155124999582767ms +[NX Daemon Server] - 2024-03-27T06:55:57.088Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:55:57.089Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:55:57.089Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:55:57.092Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:55:57.092Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:55:57.094Z - Time taken for 'total for creating and serializing project graph' 0.27741599828004837ms +[NX Daemon Server] - 2024-03-27T06:55:57.097Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:55:57.097Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T06:55:57.105Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:55:57.107Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:55:57.107Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 2. +[NX Daemon Server] - 2024-03-27T06:55:57.111Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:03.996Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts was modified +[NX Daemon Server] - 2024-03-27T06:57:03.996Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:57:04.115Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:57:04.116Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts +[NX Daemon Server] - 2024-03-27T06:57:04.116Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:57:04.150Z - Time taken for 'hash changed files from watcher' 18.22987499833107ms +[NX Daemon Server] - 2024-03-27T06:57:05.216Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:05.216Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:05.217Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:05.219Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:57:05.220Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:57:05.222Z - Time taken for 'total for creating and serializing project graph' 0.2771669998764992ms +[NX Daemon Server] - 2024-03-27T06:57:05.226Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:57:05.227Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 7. +[NX Daemon Server] - 2024-03-27T06:57:05.237Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:05.239Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:05.239Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 2. +[NX Daemon Server] - 2024-03-27T06:57:05.242Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:25.729Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts was modified +[NX Daemon Server] - 2024-03-27T06:57:25.729Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:57:25.843Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:57:25.844Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts +[NX Daemon Server] - 2024-03-27T06:57:25.844Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:57:25.883Z - Time taken for 'hash changed files from watcher' 13.338667005300522ms +[NX Daemon Server] - 2024-03-27T06:57:26.944Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:26.945Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:57:26.945Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:26.947Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:57:26.947Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:57:26.949Z - Time taken for 'total for creating and serializing project graph' 0.174625001847744ms +[NX Daemon Server] - 2024-03-27T06:57:26.951Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:57:26.951Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T06:57:26.959Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:26.960Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:26.960Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:57:26.964Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:28.023Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T06:57:28.023Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:57:28.137Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:57:28.137Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T06:57:28.137Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:57:28.171Z - Time taken for 'hash changed files from watcher' 13.612499997019768ms +[NX Daemon Server] - 2024-03-27T06:57:29.234Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:29.234Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:29.234Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:29.235Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:57:29.235Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:57:29.237Z - Time taken for 'total for creating and serializing project graph' 0.09529200196266174ms +[NX Daemon Server] - 2024-03-27T06:57:29.238Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:57:29.238Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:57:29.244Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:29.245Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:29.245Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:57:29.248Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:39.354Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T06:57:39.354Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:57:39.466Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:57:39.466Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T06:57:39.466Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:57:39.501Z - Time taken for 'hash changed files from watcher' 9.976125001907349ms +[NX Daemon Server] - 2024-03-27T06:57:40.565Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:40.565Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:40.565Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:40.566Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:57:40.567Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:57:40.569Z - Time taken for 'total for creating and serializing project graph' 0.0794999971985817ms +[NX Daemon Server] - 2024-03-27T06:57:40.570Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:57:40.570Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:57:40.577Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:40.579Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:40.579Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 2. +[NX Daemon Server] - 2024-03-27T06:57:40.582Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:43.073Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:57:43.076Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 55 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:57:43.189Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:57:43.189Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:57:43.189Z - [REQUEST]: libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/index.js,libs/designer-ui/tsup.config.bundled_2mbcanmapsn.mjs,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/index.mjs,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg +[NX Daemon Server] - 2024-03-27T06:57:43.251Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:57:43.251Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:57:43.251Z - Time taken for 'hash changed files from watcher' 10.978041999042034ms +[NX Daemon Server] - 2024-03-27T06:57:43.405Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:57:43.405Z - [REQUEST]: libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg +[NX Daemon Server] - 2024-03-27T06:57:43.405Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:57:43.457Z - Time taken for 'hash changed files from watcher' 53.024750001728535ms +[NX Daemon Server] - 2024-03-27T06:57:43.564Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:57:43.566Z - [WATCHER]: 24 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:57:43.670Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:57:43.670Z - [REQUEST]: libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg +[NX Daemon Server] - 2024-03-27T06:57:43.670Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:57:43.691Z - Time taken for 'hash changed files from watcher' 1.7877089977264404ms +[NX Daemon Server] - 2024-03-27T06:57:43.913Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:57:43.913Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:57:44.023Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:57:44.023Z - [REQUEST]: libs/designer-ui/build/index.mjs,libs/designer-ui/build/index.js +[NX Daemon Server] - 2024-03-27T06:57:44.023Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:57:44.061Z - Time taken for 'hash changed files from watcher' 8.642374999821186ms +[NX Daemon Server] - 2024-03-27T06:57:45.126Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:45.126Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:57:45.126Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:57:45.129Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:57:45.129Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:57:45.132Z - Time taken for 'total for creating and serializing project graph' 0.1821250021457672ms +[NX Daemon Server] - 2024-03-27T06:57:45.135Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:57:45.135Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T06:57:45.146Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:45.153Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:57:45.153Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 7. +[NX Daemon Server] - 2024-03-27T06:57:45.156Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:03.968Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:58:03.970Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 3 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:58:04.077Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:58:04.077Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:58:04.077Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.js,libs/logic-apps-shared/tsup.config.bundled_ds8z8p3xki.mjs,libs/logic-apps-shared/build/lib/index.mjs +[NX Daemon Server] - 2024-03-27T06:58:04.116Z - Time taken for 'hash changed files from watcher' 5.7501669973134995ms +[NX Daemon Server] - 2024-03-27T06:58:04.886Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:58:04.888Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:58:05.105Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:58:05.105Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:58:05.105Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.d.mts,libs/logic-apps-shared/build/lib/index.d.ts +[NX Daemon Server] - 2024-03-27T06:58:05.135Z - Time taken for 'hash changed files from watcher' 14.967708997428417ms +[NX Daemon Server] - 2024-03-27T06:58:06.052Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:58:06.055Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:58:06.428Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:58:06.428Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.js,libs/logic-apps-shared/build/lib/index.mjs +[NX Daemon Server] - 2024-03-27T06:58:06.428Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:58:06.463Z - Time taken for 'hash changed files from watcher' 271.3046670034528ms +[NX Daemon Server] - 2024-03-27T06:58:07.528Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:07.529Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:58:07.529Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:07.532Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:07.533Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:07.535Z - Time taken for 'total for creating and serializing project graph' 0.3419170007109642ms +[NX Daemon Server] - 2024-03-27T06:58:07.538Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:07.539Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 6. +[NX Daemon Server] - 2024-03-27T06:58:07.556Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:07.557Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:07.557Z - Handled REQUEST_FILE_DATA. Handling time: 5. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:58:07.563Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:33.367Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:33.367Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:33.368Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:33.369Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:33.369Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:33.370Z - Time taken for 'total for creating and serializing project graph' 0.08554200083017349ms +[NX Daemon Server] - 2024-03-27T06:58:33.374Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:33.374Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T06:58:33.379Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:33.379Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:33.379Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. +[NX Daemon Server] - 2024-03-27T06:58:33.383Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:41.985Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts was created or restored +[NX Daemon Server] - 2024-03-27T06:58:41.985Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:58:42.091Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:58:42.091Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts +[NX Daemon Server] - 2024-03-27T06:58:42.091Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:58:42.120Z - Time taken for 'hash changed files from watcher' 5.092583000659943ms +[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:43.181Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:43.181Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:43.182Z - Time taken for 'total for creating and serializing project graph' 0.05170900374650955ms +[NX Daemon Server] - 2024-03-27T06:58:43.182Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:58:43.182Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:43.182Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:43.184Z - Time taken for 'total for creating and serializing project graph' 0.03454200178384781ms +[NX Daemon Server] - 2024-03-27T06:58:43.185Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:43.185Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:58:43.185Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:43.185Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T06:58:43.189Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:43.191Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:43.192Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:43.192Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:58:43.192Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:43.192Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:58:43.194Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:43.195Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:45.483Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:58:45.484Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was created or restored +[NX Daemon Server] - 2024-03-27T06:58:45.588Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:58:45.588Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T06:58:45.588Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:58:45.609Z - Time taken for 'hash changed files from watcher' 2.603583000600338ms +[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:46.672Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:46.673Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:46.674Z - Time taken for 'total for creating and serializing project graph' 0.06420799344778061ms +[NX Daemon Server] - 2024-03-27T06:58:46.674Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:58:46.674Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:46.674Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:46.676Z - Time taken for 'total for creating and serializing project graph' 0.03462500125169754ms +[NX Daemon Server] - 2024-03-27T06:58:46.677Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:46.677Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:58:46.677Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:46.677Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T06:58:46.682Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:46.685Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:46.685Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:46.685Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. +[NX Daemon Server] - 2024-03-27T06:58:46.686Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:46.686Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T06:58:46.688Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:46.689Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:55.376Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 3 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:58:55.376Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:58:55.482Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:58:55.482Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:58:55.482Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_u1lppvmlbl.mjs,libs/logic-apps-shared/build/lib/index.js,libs/logic-apps-shared/build/lib/index.mjs +[NX Daemon Server] - 2024-03-27T06:58:55.523Z - Time taken for 'hash changed files from watcher' 4.634874999523163ms +[NX Daemon Server] - 2024-03-27T06:58:56.585Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:56.586Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:56.586Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:56.589Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:56.589Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:56.593Z - Time taken for 'total for creating and serializing project graph' 0.19383399933576584ms +[NX Daemon Server] - 2024-03-27T06:58:56.593Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:58:56.593Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T06:58:56.595Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:56.595Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:56.598Z - Time taken for 'total for creating and serializing project graph' 0.14012499898672104ms +[NX Daemon Server] - 2024-03-27T06:58:56.598Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:58:56.601Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:56.601Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 12. +[NX Daemon Server] - 2024-03-27T06:58:56.601Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:56.601Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T06:58:56.611Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:56.616Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:56.619Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:56.619Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:58:56.621Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:56.621Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 10. +[NX Daemon Server] - 2024-03-27T06:58:56.622Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:56.623Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:57.411Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:58:57.411Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:58:57.787Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:58:57.787Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.mjs,libs/logic-apps-shared/build/lib/index.js +[NX Daemon Server] - 2024-03-27T06:58:57.787Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:58:57.819Z - Time taken for 'hash changed files from watcher' 274.24391600489616ms +[NX Daemon Server] - 2024-03-27T06:58:58.010Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:58:58.010Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:58:58.113Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:58:58.113Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.d.ts,libs/logic-apps-shared/build/lib/index.d.mts +[NX Daemon Server] - 2024-03-27T06:58:58.113Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:58:58.136Z - Time taken for 'hash changed files from watcher' 1.7341670021414757ms +[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:58:59.200Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:59.200Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:59.201Z - Time taken for 'total for creating and serializing project graph' 0.05054100602865219ms +[NX Daemon Server] - 2024-03-27T06:58:59.202Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:58:59.202Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:58:59.203Z - Time taken for 'total for creating and serializing project graph' 0.02537500113248825ms +[NX Daemon Server] - 2024-03-27T06:58:59.208Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:59.208Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. +[NX Daemon Server] - 2024-03-27T06:58:59.208Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:58:59.208Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T06:58:59.213Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:59.215Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:59.215Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:59.215Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. +[NX Daemon Server] - 2024-03-27T06:58:59.216Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:58:59.216Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:58:59.218Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:58:59.218Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:59:09.051Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 55 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:59:09.052Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:59:09.165Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:59:09.165Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:59:09.165Z - [REQUEST]: libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/tsup.config.bundled_ihpiniuplta.mjs,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/index.js,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/index.mjs,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg +[NX Daemon Server] - 2024-03-27T06:59:09.211Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:59:09.212Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:59:09.212Z - Time taken for 'hash changed files from watcher' 12.505624994635582ms +[NX Daemon Server] - 2024-03-27T06:59:09.343Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:59:09.343Z - [REQUEST]: libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg +[NX Daemon Server] - 2024-03-27T06:59:09.343Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:59:09.388Z - Time taken for 'hash changed files from watcher' 31.246666006743908ms +[NX Daemon Server] - 2024-03-27T06:59:09.790Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:59:09.790Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:59:09.887Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T06:59:09.887Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:59:09.899Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:59:09.899Z - [REQUEST]: libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/index.js,libs/designer-ui/build/index.mjs +[NX Daemon Server] - 2024-03-27T06:59:09.899Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:59:09.928Z - Time taken for 'hash changed files from watcher' 8.443791002035141ms +[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:59:10.994Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:59:10.994Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:59:10.996Z - Time taken for 'total for creating and serializing project graph' 0.12129200249910355ms +[NX Daemon Server] - 2024-03-27T06:59:10.997Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:59:10.997Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:59:10.998Z - Time taken for 'total for creating and serializing project graph' 0.0724169984459877ms +[NX Daemon Server] - 2024-03-27T06:59:11.000Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:59:11.000Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T06:59:11.000Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:59:11.000Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:59:11.004Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:11.006Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:11.007Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:11.007Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:59:11.007Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:11.007Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:59:11.009Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:11.010Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:59:31.449Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T06:59:31.450Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:59:31.561Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:59:31.561Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T06:59:31.561Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:59:31.589Z - Time taken for 'hash changed files from watcher' 10.355167001485825ms +[NX Daemon Server] - 2024-03-27T06:59:32.653Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:32.653Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:59:32.654Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:32.654Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:59:32.654Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:32.654Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:59:32.656Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:59:32.656Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:59:32.659Z - Time taken for 'total for creating and serializing project graph' 0.08449999988079071ms +[NX Daemon Server] - 2024-03-27T06:59:32.660Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:59:32.660Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:59:32.661Z - Time taken for 'total for creating and serializing project graph' 0.05712500214576721ms +[NX Daemon Server] - 2024-03-27T06:59:32.663Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:59:32.663Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:59:32.663Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:59:32.663Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. +[NX Daemon Server] - 2024-03-27T06:59:32.669Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:32.672Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:32.673Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:32.673Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T06:59:32.673Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:32.673Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:59:32.677Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:32.677Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:59:58.361Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T06:59:58.361Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T06:59:58.473Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T06:59:58.474Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T06:59:58.474Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T06:59:58.505Z - Time taken for 'hash changed files from watcher' 12.026791997253895ms +[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:59.569Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:59:59.569Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:59:59.570Z - Time taken for 'total for creating and serializing project graph' 0.051624998450279236ms +[NX Daemon Server] - 2024-03-27T06:59:59.570Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T06:59:59.571Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T06:59:59.571Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T06:59:59.572Z - Time taken for 'total for creating and serializing project graph' 0.039041996002197266ms +[NX Daemon Server] - 2024-03-27T06:59:59.573Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:59:59.574Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T06:59:59.574Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T06:59:59.574Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T06:59:59.578Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:59.581Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:59.582Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:59.582Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T06:59:59.582Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T06:59:59.582Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T06:59:59.584Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T06:59:59.585Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T07:00:06.746Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T07:00:06.746Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T07:00:06.858Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T07:00:06.859Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T07:00:06.859Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T07:00:06.895Z - Time taken for 'hash changed files from watcher' 12.376667000353336ms +[NX Daemon Server] - 2024-03-27T07:00:07.955Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T07:00:07.955Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T07:00:07.955Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T07:00:07.955Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T07:00:07.956Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T07:00:07.957Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T07:00:07.957Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T07:00:07.958Z - Time taken for 'total for creating and serializing project graph' 0.07237499952316284ms +[NX Daemon Server] - 2024-03-27T07:00:07.958Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T07:00:07.959Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T07:00:07.959Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T07:00:07.960Z - Time taken for 'total for creating and serializing project graph' 0.02912500500679016ms +[NX Daemon Server] - 2024-03-27T07:00:07.961Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T07:00:07.961Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. +[NX Daemon Server] - 2024-03-27T07:00:07.961Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T07:00:07.961Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T07:00:07.967Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T07:00:07.969Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T07:00:07.970Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T07:00:07.971Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. +[NX Daemon Server] - 2024-03-27T07:00:07.971Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T07:00:07.971Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T07:00:07.973Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T07:00:07.974Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T07:00:08.425Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T07:00:08.425Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T07:00:08.539Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T07:00:08.539Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T07:00:08.539Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T07:00:08.565Z - Time taken for 'hash changed files from watcher' 12.858542002737522ms +[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T07:00:09.629Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T07:00:09.629Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T07:00:09.630Z - Time taken for 'total for creating and serializing project graph' 0.0680840015411377ms +[NX Daemon Server] - 2024-03-27T07:00:09.630Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T07:00:09.630Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T07:00:09.630Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T07:00:09.631Z - Time taken for 'total for creating and serializing project graph' 0.03279200196266174ms +[NX Daemon Server] - 2024-03-27T07:00:09.638Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T07:00:09.638Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. +[NX Daemon Server] - 2024-03-27T07:00:09.638Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T07:00:09.638Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. +[NX Daemon Server] - 2024-03-27T07:00:09.643Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T07:00:09.645Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T07:00:09.648Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T07:00:09.648Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T07:00:09.649Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T07:00:09.649Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 6. +[NX Daemon Server] - 2024-03-27T07:00:09.651Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T07:00:09.652Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T10:08:00.428Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) +[NX Daemon Server] - 2024-03-27T10:08:00.428Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) +[NX Daemon Server] - 2024-03-27T10:08:00.428Z - Server stopped because: "10800000ms of inactivity" +node:events:492 + throw er; // Unhandled 'error' event + ^ + +Error: listen EEXIST: file already exists /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock + at Server.setupListenHandle [as _listen2] (node:net:1734:21) + at listenInCluster (node:net:1799:12) + at Server.listen (node:net:1898:5) + at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:279:20 + at new Promise () + at startServer (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:277:12) + at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/start.js:8:9 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1778:8) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'EEXIST', + errno: -17, + syscall: 'listen', + address: '/var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock', + port: -1 +} +[NX Daemon Server] - 2024-03-27T10:43:47.034Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock + +Node.js v18.17.1 +[NX Daemon Server] - 2024-03-27T10:43:47.049Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) +[NX Daemon Server] - 2024-03-27T10:43:47.049Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T10:43:47.049Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T10:43:47.049Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T10:43:47.049Z - Established a connection. Number of open connections: 4 +[NX Daemon Server] - 2024-03-27T10:43:47.053Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T10:43:47.509Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T10:43:47.510Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T10:43:47.510Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T10:43:47.811Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T10:43:47.816Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T10:43:47.816Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T10:43:47.818Z - Time taken for 'total for creating and serializing project graph' 758.1182499974966ms +[NX Daemon Server] - 2024-03-27T10:43:47.818Z - Closed a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T10:43:47.818Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T10:43:47.822Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T10:43:47.822Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T10:43:47.822Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T10:43:47.822Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 758. Response time: 11. +[NX Daemon Server] - 2024-03-27T10:43:47.827Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T10:43:47.830Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T10:43:47.830Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T10:43:47.830Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. +[NX Daemon Server] - 2024-03-27T10:43:47.830Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T10:43:47.830Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. +[NX Daemon Server] - 2024-03-27T10:43:47.833Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T10:43:47.833Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T10:43:48.876Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T10:43:48.877Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T10:43:48.877Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T10:43:48.878Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T10:43:48.878Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T10:43:48.881Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T10:43:48.881Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T10:43:48.883Z - Time taken for 'total for creating and serializing project graph' 0.24975000321865082ms +[NX Daemon Server] - 2024-03-27T10:43:48.883Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T10:43:48.885Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T10:43:48.885Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T10:43:48.886Z - Time taken for 'total for creating and serializing project graph' 0.12224999815225601ms +[NX Daemon Server] - 2024-03-27T10:43:48.888Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T10:43:48.888Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. +[NX Daemon Server] - 2024-03-27T10:43:48.889Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T10:43:48.889Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T10:43:48.896Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T10:43:48.900Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T10:43:48.901Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T10:43:48.901Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T10:43:48.901Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T10:43:48.901Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 5. +[NX Daemon Server] - 2024-03-27T10:43:48.904Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T10:43:48.905Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T13:48:44.838Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) +[NX Daemon Server] - 2024-03-27T13:48:44.838Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) +[NX Daemon Server] - 2024-03-27T13:48:44.838Z - Server stopped because: "10800000ms of inactivity" +[NX Daemon Server] - 2024-03-27T13:48:47.151Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock +node:events:492 + throw er; // Unhandled 'error' event + ^ + +Error: listen EADDRINUSE: address already in use /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock + at Server.setupListenHandle [as _listen2] (node:net:1734:21) + at listenInCluster (node:net:1799:12) + at Server.listen (node:net:1898:5) + at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:279:20 + at new Promise () + at startServer (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:277:12) + at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/start.js:8:9 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1778:8) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'EADDRINUSE', + errno: -48, + syscall: 'listen', + address: '/var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock', + port: -1 +} + +Node.js v18.17.1 +[NX Daemon Server] - 2024-03-27T13:48:47.171Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) +[NX Daemon Server] - 2024-03-27T13:48:47.172Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T13:48:47.173Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T13:48:47.173Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T13:48:47.173Z - Established a connection. Number of open connections: 4 +[NX Daemon Server] - 2024-03-27T13:48:47.174Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T13:48:47.180Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T13:48:47.180Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T13:48:47.180Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T13:48:47.403Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T13:48:47.405Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T13:48:47.405Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T13:48:47.407Z - Time taken for 'total for creating and serializing project graph' 229.06829199939966ms +[NX Daemon Server] - 2024-03-27T13:48:47.407Z - Closed a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T13:48:47.407Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T13:48:47.410Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T13:48:47.410Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 229. Response time: 7. +[NX Daemon Server] - 2024-03-27T13:48:47.410Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T13:48:47.410Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T13:48:47.414Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T13:48:47.416Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T13:48:47.417Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T13:48:47.417Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T13:48:47.418Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T13:48:47.418Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T13:48:47.419Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T13:48:47.420Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T14:04:44.114Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T14:04:44.115Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T14:04:44.116Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T14:04:44.116Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T14:04:44.121Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T14:04:44.122Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T14:04:44.122Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T14:04:44.123Z - Time taken for 'total for creating and serializing project graph' 0.08524999767541885ms +[NX Daemon Server] - 2024-03-27T14:04:44.123Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T14:04:44.124Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T14:04:44.124Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T14:04:44.125Z - Time taken for 'total for creating and serializing project graph' 0.04841599613428116ms +[NX Daemon Server] - 2024-03-27T14:04:44.126Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T14:04:44.126Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. +[NX Daemon Server] - 2024-03-27T14:04:44.127Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T14:04:44.127Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T14:04:44.131Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T14:04:44.133Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T14:04:44.134Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T14:04:44.134Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. +[NX Daemon Server] - 2024-03-27T14:04:44.134Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T14:04:44.134Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T14:04:44.136Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T14:04:44.137Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:43:59.117Z - [WATCHER]: .gitignore was modified +[NX Daemon Server] - 2024-03-27T16:43:59.118Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:43:59.118Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) +[NX Daemon Server] - 2024-03-27T16:43:59.118Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) +[NX Daemon Server] - 2024-03-27T16:43:59.118Z - Server stopped because: "Stopping the daemon the set of ignored files changed (native)" +[NX Daemon Server] - 2024-03-27T16:44:00.744Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock +node:events:492 + throw er; // Unhandled 'error' event + ^ + +Error: listen EEXIST: file already exists /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock + at Server.setupListenHandle [as _listen2] (node:net:1734:21) + at listenInCluster (node:net:1799:12) + at Server.listen (node:net:1898:5) + at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:279:20 + at new Promise () + at startServer (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:277:12) + at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/start.js:8:9 +Emitted 'error' event on Server instance at: + at emitErrorNT (node:net:1778:8) + at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { + code: 'EEXIST', + errno: -17, + syscall: 'listen', + address: '/var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock', + port: -1 +} + +Node.js v18.17.1 +[NX Daemon Server] - 2024-03-27T16:44:00.745Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) +[NX Daemon Server] - 2024-03-27T16:44:00.746Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:44:00.746Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:44:00.746Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:44:00.746Z - Established a connection. Number of open connections: 4 +[NX Daemon Server] - 2024-03-27T16:44:00.747Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:44:00.764Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:44:00.764Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:44:00.764Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:44:01.029Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:44:01.030Z - Time taken for 'total for creating and serializing project graph' 281.3279159963131ms +[NX Daemon Server] - 2024-03-27T16:44:01.030Z - Closed a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:44:01.030Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:44:01.031Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:44:01.031Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:44:01.032Z - Time taken for 'total for creating and serializing project graph' 0.07616700232028961ms +[NX Daemon Server] - 2024-03-27T16:44:01.034Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:44:01.034Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 282. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:44:01.035Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:44:01.035Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:44:01.038Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:44:01.040Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:44:01.040Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:44:01.040Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 0. +[NX Daemon Server] - 2024-03-27T16:44:01.041Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:44:01.041Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:44:01.043Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:44:01.043Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:44:02.092Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:44:02.092Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:44:02.094Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:44:02.094Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:44:02.096Z - Time taken for 'total for creating and serializing project graph' 0.09487500786781311ms +[NX Daemon Server] - 2024-03-27T16:44:02.097Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:44:02.097Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:44:02.097Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:44:02.097Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:44:02.102Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:44:02.105Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:44:02.106Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:44:02.106Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:44:02.106Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:44:02.106Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:44:02.109Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:44:02.109Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:23.152Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:45:23.152Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:45:23.268Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:45:23.268Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:45:23.268Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:45:23.299Z - Time taken for 'hash changed files from watcher' 14.349000006914139ms +[NX Daemon Server] - 2024-03-27T16:45:24.361Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:24.361Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:24.361Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:24.362Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:45:24.363Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:45:24.364Z - Time taken for 'total for creating and serializing project graph' 0.15254099667072296ms +[NX Daemon Server] - 2024-03-27T16:45:24.364Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:45:24.364Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:45:24.365Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:45:24.365Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:45:24.366Z - Time taken for 'total for creating and serializing project graph' 0.064083993434906ms +[NX Daemon Server] - 2024-03-27T16:45:24.366Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:45:24.367Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:45:24.367Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. +[NX Daemon Server] - 2024-03-27T16:45:24.368Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:45:24.368Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:45:24.372Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:24.374Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:24.375Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:24.375Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:45:24.375Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:24.375Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:45:24.378Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:24.378Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:27.573Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:45:27.573Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:45:27.686Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:45:27.686Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:45:27.686Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:45:27.718Z - Time taken for 'hash changed files from watcher' 11.875125005841255ms +[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:28.786Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:45:28.786Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:45:28.788Z - Time taken for 'total for creating and serializing project graph' 0.1054999977350235ms +[NX Daemon Server] - 2024-03-27T16:45:28.788Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:45:28.789Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:45:28.789Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:45:28.792Z - Time taken for 'total for creating and serializing project graph' 0.054333001375198364ms +[NX Daemon Server] - 2024-03-27T16:45:28.797Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:45:28.797Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 11. +[NX Daemon Server] - 2024-03-27T16:45:28.797Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:45:28.798Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. +[NX Daemon Server] - 2024-03-27T16:45:28.803Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:28.806Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:28.807Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:28.807Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:45:28.807Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:28.807Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:45:28.810Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:28.811Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:46.407Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:45:46.407Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:45:46.523Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:45:46.524Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:45:46.524Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:45:46.552Z - Time taken for 'hash changed files from watcher' 15.472583994269371ms +[NX Daemon Server] - 2024-03-27T16:45:47.618Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:47.619Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:47.619Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:47.620Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:47.620Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:47.623Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:45:47.623Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:45:47.625Z - Time taken for 'total for creating and serializing project graph' 0.2569579929113388ms +[NX Daemon Server] - 2024-03-27T16:45:47.626Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:45:47.627Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:45:47.627Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:45:47.629Z - Time taken for 'total for creating and serializing project graph' 0.12937501072883606ms +[NX Daemon Server] - 2024-03-27T16:45:47.631Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:45:47.631Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. +[NX Daemon Server] - 2024-03-27T16:45:47.632Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:45:47.632Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:45:47.638Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:47.641Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:47.642Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:47.642Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:45:47.642Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:47.642Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:45:47.645Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:47.645Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:57.853Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:45:57.853Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:45:57.969Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:45:57.969Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:45:57.969Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:45:58.004Z - Time taken for 'hash changed files from watcher' 14.577916994690895ms +[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:59.069Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:45:59.069Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:45:59.071Z - Time taken for 'total for creating and serializing project graph' 0.08875000476837158ms +[NX Daemon Server] - 2024-03-27T16:45:59.071Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:45:59.071Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:45:59.071Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:45:59.073Z - Time taken for 'total for creating and serializing project graph' 0.03745800256729126ms +[NX Daemon Server] - 2024-03-27T16:45:59.075Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:45:59.075Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:45:59.081Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:59.082Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:45:59.082Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 13. +[NX Daemon Server] - 2024-03-27T16:45:59.082Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:59.082Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:45:59.088Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:59.088Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:45:59.089Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:45:59.089Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:45:59.092Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:46:07.140Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:46:07.140Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:46:07.253Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:46:07.253Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:46:07.253Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:46:07.285Z - Time taken for 'hash changed files from watcher' 13.139624997973442ms +[NX Daemon Server] - 2024-03-27T16:46:08.351Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:46:08.352Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:46:08.352Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:46:08.352Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:46:08.353Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:46:08.355Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:46:08.356Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:46:08.361Z - Time taken for 'total for creating and serializing project graph' 0.25666700303554535ms +[NX Daemon Server] - 2024-03-27T16:46:08.361Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:46:08.362Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:46:08.363Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:46:08.365Z - Time taken for 'total for creating and serializing project graph' 0.1854579895734787ms +[NX Daemon Server] - 2024-03-27T16:46:08.367Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:46:08.367Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:46:08.368Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:46:08.368Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 12. +[NX Daemon Server] - 2024-03-27T16:46:08.375Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:46:08.378Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:46:08.379Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:46:08.379Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:46:08.379Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:46:08.379Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:46:08.382Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:46:08.382Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:46:22.636Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:46:22.636Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:46:22.750Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:46:22.750Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:46:22.750Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:46:22.783Z - Time taken for 'hash changed files from watcher' 11.954042002558708ms +[NX Daemon Server] - 2024-03-27T16:46:23.845Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:46:23.845Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:46:23.845Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:46:23.845Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:46:23.846Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:46:23.846Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:46:23.846Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:46:23.847Z - Time taken for 'total for creating and serializing project graph' 0.036083996295928955ms +[NX Daemon Server] - 2024-03-27T16:46:23.847Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:46:23.848Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:46:23.848Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Time taken for 'total for creating and serializing project graph' 0.02687498927116394ms +[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:46:23.853Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:46:23.855Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:46:23.855Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:46:23.856Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:46:23.856Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:46:23.856Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:46:23.858Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:46:23.858Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:48:11.397Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T16:48:11.397Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:48:11.505Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:48:11.505Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T16:48:11.505Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:48:11.540Z - Time taken for 'hash changed files from watcher' 6.781290993094444ms +[NX Daemon Server] - 2024-03-27T16:48:12.603Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:48:12.604Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:48:12.604Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:48:12.605Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:48:12.606Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:48:12.608Z - Time taken for 'total for creating and serializing project graph' 0.1402910053730011ms +[NX Daemon Server] - 2024-03-27T16:48:12.608Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:48:12.608Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:48:12.609Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:48:12.609Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:48:12.611Z - Time taken for 'total for creating and serializing project graph' 0.05437499284744263ms +[NX Daemon Server] - 2024-03-27T16:48:12.611Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:48:12.613Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:48:12.613Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 7. +[NX Daemon Server] - 2024-03-27T16:48:12.615Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:48:12.615Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:48:12.619Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:48:12.622Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:48:12.623Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:48:12.623Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:48:12.623Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:48:12.623Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:48:12.626Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:48:12.626Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:48:21.547Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T16:48:21.547Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:48:21.656Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:48:21.656Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T16:48:21.656Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:48:21.691Z - Time taken for 'hash changed files from watcher' 7.608374997973442ms +[NX Daemon Server] - 2024-03-27T16:48:22.752Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:48:22.753Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:48:22.753Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:48:22.753Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:48:22.753Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:48:22.756Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:48:22.756Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:48:22.758Z - Time taken for 'total for creating and serializing project graph' 0.21583300828933716ms +[NX Daemon Server] - 2024-03-27T16:48:22.759Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:48:22.761Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:48:22.761Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:48:22.763Z - Time taken for 'total for creating and serializing project graph' 0.14308299124240875ms +[NX Daemon Server] - 2024-03-27T16:48:22.765Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:48:22.765Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. +[NX Daemon Server] - 2024-03-27T16:48:22.765Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:48:22.765Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:48:22.772Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:48:22.775Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:48:22.776Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:48:22.776Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:48:22.776Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:48:22.776Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:48:22.780Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:48:22.780Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:52:30.291Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T16:52:30.292Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:52:30.405Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:52:30.405Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T16:52:30.405Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:52:30.436Z - Time taken for 'hash changed files from watcher' 11.918249994516373ms +[NX Daemon Server] - 2024-03-27T16:52:31.500Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:31.501Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:52:31.501Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:31.501Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:52:31.501Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:31.503Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:52:31.503Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:52:31.504Z - Time taken for 'total for creating and serializing project graph' 0.12291699647903442ms +[NX Daemon Server] - 2024-03-27T16:52:31.505Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:52:31.505Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:52:31.505Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:52:31.507Z - Time taken for 'total for creating and serializing project graph' 0.054416999220848083ms +[NX Daemon Server] - 2024-03-27T16:52:31.509Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:52:31.509Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:52:31.509Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:52:31.509Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:52:31.514Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:31.518Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:31.518Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:31.518Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:52:31.519Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:31.519Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:52:31.522Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:31.522Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:52:48.465Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:52:48.465Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:52:48.579Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:52:48.579Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:52:48.579Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:52:48.610Z - Time taken for 'hash changed files from watcher' 12.694958001375198ms +[NX Daemon Server] - 2024-03-27T16:52:49.671Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:49.672Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:52:49.672Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:49.672Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:52:49.672Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:49.673Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:52:49.673Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:52:49.676Z - Time taken for 'total for creating and serializing project graph' 0.08149999380111694ms +[NX Daemon Server] - 2024-03-27T16:52:49.676Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:52:49.677Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:52:49.677Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:52:49.679Z - Time taken for 'total for creating and serializing project graph' 0.061917006969451904ms +[NX Daemon Server] - 2024-03-27T16:52:49.680Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:52:49.680Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:52:49.681Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:52:49.681Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. +[NX Daemon Server] - 2024-03-27T16:52:49.687Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:49.690Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:49.690Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:49.690Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:52:49.691Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:49.691Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:52:49.694Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:49.694Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:52:57.061Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:52:57.061Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:52:57.174Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:52:57.174Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:52:57.174Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:52:57.209Z - Time taken for 'hash changed files from watcher' 11.938500002026558ms +[NX Daemon Server] - 2024-03-27T16:52:58.273Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:58.274Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:52:58.274Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:58.276Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:52:58.276Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:52:58.278Z - Time taken for 'total for creating and serializing project graph' 0.12199999392032623ms +[NX Daemon Server] - 2024-03-27T16:52:58.278Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:52:58.278Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:52:58.279Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:52:58.279Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:52:58.281Z - Time taken for 'total for creating and serializing project graph' 0.042458996176719666ms +[NX Daemon Server] - 2024-03-27T16:52:58.281Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:52:58.283Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:52:58.283Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:52:58.283Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:52:58.283Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. +[NX Daemon Server] - 2024-03-27T16:52:58.290Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:58.292Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:58.293Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:58.293Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:52:58.294Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:52:58.294Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:52:58.297Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:52:58.297Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:53:16.334Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:53:16.334Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:53:16.450Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:53:16.450Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:53:16.450Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:53:16.478Z - Time taken for 'hash changed files from watcher' 15.056250005960464ms +[NX Daemon Server] - 2024-03-27T16:53:17.546Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:53:17.547Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:53:17.547Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:53:17.547Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:53:17.547Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:53:17.550Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:53:17.550Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:53:17.553Z - Time taken for 'total for creating and serializing project graph' 0.2285420000553131ms +[NX Daemon Server] - 2024-03-27T16:53:17.553Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:53:17.555Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:53:17.555Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:53:17.558Z - Time taken for 'total for creating and serializing project graph' 0.23716698586940765ms +[NX Daemon Server] - 2024-03-27T16:53:17.560Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:53:17.560Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 10. +[NX Daemon Server] - 2024-03-27T16:53:17.560Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:53:17.560Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:53:17.567Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:53:17.570Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:53:17.571Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:53:17.571Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:53:17.572Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:53:17.572Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. +[NX Daemon Server] - 2024-03-27T16:53:17.574Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:53:17.575Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:53:28.176Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:53:28.176Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:53:28.289Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:53:28.289Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:53:28.289Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:53:28.318Z - Time taken for 'hash changed files from watcher' 11.667999997735023ms +[NX Daemon Server] - 2024-03-27T16:53:29.380Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:53:29.380Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:53:29.380Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:53:29.382Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:53:29.382Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:53:29.384Z - Time taken for 'total for creating and serializing project graph' 0.0724170058965683ms +[NX Daemon Server] - 2024-03-27T16:53:29.384Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:53:29.384Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:53:29.385Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:53:29.385Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:53:29.387Z - Time taken for 'total for creating and serializing project graph' 0.03791700303554535ms +[NX Daemon Server] - 2024-03-27T16:53:29.387Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:53:29.387Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:53:29.388Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:53:29.388Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:53:29.388Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:53:29.394Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:53:29.397Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:53:29.398Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:53:29.398Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:53:29.398Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:53:29.398Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:53:29.401Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:53:29.401Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:54:44.537Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T16:54:44.537Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:54:44.649Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:54:44.649Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T16:54:44.649Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:54:44.680Z - Time taken for 'hash changed files from watcher' 10.107792004942894ms +[NX Daemon Server] - 2024-03-27T16:54:45.742Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:54:45.742Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:54:45.742Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:54:45.743Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:54:45.743Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:54:45.744Z - Time taken for 'total for creating and serializing project graph' 0.05145899951457977ms +[NX Daemon Server] - 2024-03-27T16:54:45.744Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:54:45.744Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:54:45.744Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:54:45.744Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:54:45.745Z - Time taken for 'total for creating and serializing project graph' 0.02033299207687378ms +[NX Daemon Server] - 2024-03-27T16:54:45.745Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:54:45.746Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:54:45.746Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:54:45.746Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:54:45.746Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. +[NX Daemon Server] - 2024-03-27T16:54:45.749Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:54:45.751Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:54:45.752Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:54:45.752Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:54:45.752Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:54:45.752Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:54:45.754Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:54:45.754Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:54:47.660Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified +[NX Daemon Server] - 2024-03-27T16:54:47.661Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:54:47.768Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:54:47.769Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T16:54:47.769Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:54:47.797Z - Time taken for 'hash changed files from watcher' 6.701374992728233ms +[NX Daemon Server] - 2024-03-27T16:54:48.863Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:54:48.863Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:54:48.863Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:54:48.863Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:54:48.864Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:54:48.865Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:54:48.865Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:54:48.867Z - Time taken for 'total for creating and serializing project graph' 0.10312500596046448ms +[NX Daemon Server] - 2024-03-27T16:54:48.867Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:54:48.868Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:54:48.868Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:54:48.870Z - Time taken for 'total for creating and serializing project graph' 0.04170900583267212ms +[NX Daemon Server] - 2024-03-27T16:54:48.872Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:54:48.872Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:54:48.872Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:54:48.872Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. +[NX Daemon Server] - 2024-03-27T16:54:48.879Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:54:48.882Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:54:48.883Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:54:48.883Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:54:48.883Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:54:48.883Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:54:48.886Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:54:48.886Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:55:04.156Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:55:04.156Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:55:04.271Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:55:04.271Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:55:04.271Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:55:04.299Z - Time taken for 'hash changed files from watcher' 13.426416009664536ms +[NX Daemon Server] - 2024-03-27T16:55:05.365Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:05.366Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:55:05.366Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:05.367Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:55:05.367Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:55:05.367Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:55:05.370Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:55:05.371Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:55:05.375Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:55:05.375Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:55:05.378Z - Time taken for 'total for creating and serializing project graph' 0.25758400559425354ms +[NX Daemon Server] - 2024-03-27T16:55:05.380Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:55:05.380Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:55:05.380Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:55:05.380Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 9. +[NX Daemon Server] - 2024-03-27T16:55:05.387Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:05.390Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:05.391Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:05.391Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:55:05.391Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:05.392Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. +[NX Daemon Server] - 2024-03-27T16:55:05.394Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:05.394Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:55:47.842Z - [WATCHER]: libs/logic-apps-shared/tsup.config.bundled_w7ot0qbj6n.mjs was deleted +[NX Daemon Server] - 2024-03-27T16:55:47.843Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:55:47.946Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:55:47.946Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:55:47.946Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_w7ot0qbj6n.mjs +[NX Daemon Server] - 2024-03-27T16:55:47.986Z - Time taken for 'hash changed files from watcher' 2.2873749881982803ms +[NX Daemon Server] - 2024-03-27T16:55:49.050Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:49.050Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:55:49.051Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:49.051Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:55:49.051Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:49.051Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:55:49.053Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:55:49.054Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:55:49.055Z - Time taken for 'total for creating and serializing project graph' 0.1715420037508011ms +[NX Daemon Server] - 2024-03-27T16:55:49.057Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:55:49.057Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:55:49.060Z - Time taken for 'total for creating and serializing project graph' 0.14954200387001038ms +[NX Daemon Server] - 2024-03-27T16:55:49.064Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:55:49.064Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. +[NX Daemon Server] - 2024-03-27T16:55:49.065Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:55:49.065Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 11. +[NX Daemon Server] - 2024-03-27T16:55:49.076Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:49.080Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:49.081Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:49.081Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:55:49.082Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:49.082Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:55:49.084Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:49.084Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:55:49.776Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:55:49.854Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:55:50.856Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:50.856Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:55:50.857Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:50.858Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:55:50.858Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:55:50.860Z - Time taken for 'total for creating and serializing project graph' 0.0982079952955246ms +[NX Daemon Server] - 2024-03-27T16:55:50.860Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:55:50.861Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:55:50.862Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:55:50.862Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:55:50.863Z - Time taken for 'total for creating and serializing project graph' 0.07570900022983551ms +[NX Daemon Server] - 2024-03-27T16:55:50.863Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:55:50.866Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:55:50.866Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. +[NX Daemon Server] - 2024-03-27T16:55:50.868Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:55:50.868Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:55:50.871Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:50.873Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:50.874Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:50.874Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:55:50.874Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:55:50.874Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:55:50.876Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:55:50.877Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:56:11.885Z - [WATCHER]: libs/logic-apps-shared/src/designer-client-services/lib/connection.ts was modified +[NX Daemon Server] - 2024-03-27T16:56:11.885Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:56:11.998Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:56:11.998Z - [REQUEST]: libs/logic-apps-shared/src/designer-client-services/lib/connection.ts +[NX Daemon Server] - 2024-03-27T16:56:11.998Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:56:12.035Z - Time taken for 'hash changed files from watcher' 11.722291007637978ms +[NX Daemon Server] - 2024-03-27T16:56:13.100Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:56:13.103Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:56:13.103Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:56:13.103Z - Established a connection. Number of open connections: 4 +[NX Daemon Server] - 2024-03-27T16:56:13.103Z - Closed a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:56:13.106Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:56:13.106Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:56:13.110Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:56:13.110Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:56:13.112Z - Time taken for 'total for creating and serializing project graph' 0.21570798754692078ms +[NX Daemon Server] - 2024-03-27T16:56:13.113Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:56:13.114Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:56:13.114Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 8. +[NX Daemon Server] - 2024-03-27T16:56:13.115Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:56:13.115Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:56:13.121Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:56:13.124Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:56:13.126Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:56:13.126Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:56:13.126Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:56:13.126Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. +[NX Daemon Server] - 2024-03-27T16:56:13.129Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:56:13.129Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:56:48.649Z - [WATCHER]: libs/designer-ui/src/lib/flyout2/index.tsx was modified +[NX Daemon Server] - 2024-03-27T16:56:48.650Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:56:48.763Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:56:48.763Z - [REQUEST]: libs/designer-ui/src/lib/flyout2/index.tsx +[NX Daemon Server] - 2024-03-27T16:56:48.763Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:56:48.792Z - Time taken for 'hash changed files from watcher' 13.167416006326675ms +[NX Daemon Server] - 2024-03-27T16:56:49.859Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:56:49.860Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:56:49.860Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:56:49.861Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:56:49.861Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:56:49.864Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:56:49.864Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:56:49.866Z - Time taken for 'total for creating and serializing project graph' 0.26954200863838196ms +[NX Daemon Server] - 2024-03-27T16:56:49.866Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:56:49.868Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:56:49.868Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:56:49.871Z - Time taken for 'total for creating and serializing project graph' 0.1495410054922104ms +[NX Daemon Server] - 2024-03-27T16:56:49.873Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:56:49.873Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:56:49.873Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:56:49.873Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. +[NX Daemon Server] - 2024-03-27T16:56:49.880Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:56:49.883Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:56:49.884Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:56:49.884Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:56:49.884Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:56:49.884Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:56:49.887Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:56:49.888Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:03.934Z - [WATCHER]: libs/designer-ui/src/lib/flyout2/index.tsx was modified +[NX Daemon Server] - 2024-03-27T16:57:03.934Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:04.046Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:57:04.046Z - [REQUEST]: libs/designer-ui/src/lib/flyout2/index.tsx +[NX Daemon Server] - 2024-03-27T16:57:04.046Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:57:04.077Z - Time taken for 'hash changed files from watcher' 10.32216601073742ms +[NX Daemon Server] - 2024-03-27T16:57:05.140Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:05.141Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:05.141Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:05.141Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:05.141Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:05.142Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:05.143Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:05.145Z - Time taken for 'total for creating and serializing project graph' 0.0690000057220459ms +[NX Daemon Server] - 2024-03-27T16:57:05.145Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:05.146Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:05.146Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:05.148Z - Time taken for 'total for creating and serializing project graph' 0.044167011976242065ms +[NX Daemon Server] - 2024-03-27T16:57:05.149Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:05.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:57:05.149Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:05.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:57:05.155Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:05.158Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:05.159Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:05.159Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:57:05.159Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:05.159Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:57:05.162Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:05.162Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:15.001Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:15.002Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was created or restored +[NX Daemon Server] - 2024-03-27T16:57:15.106Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:57:15.106Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts +[NX Daemon Server] - 2024-03-27T16:57:15.106Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:57:15.130Z - Time taken for 'hash changed files from watcher' 3.044082999229431ms +[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:16.193Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:16.193Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:16.194Z - Time taken for 'total for creating and serializing project graph' 0.06166599690914154ms +[NX Daemon Server] - 2024-03-27T16:57:16.194Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:16.194Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:16.194Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:16.196Z - Time taken for 'total for creating and serializing project graph' 0.035416990518569946ms +[NX Daemon Server] - 2024-03-27T16:57:16.197Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:16.197Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:57:16.201Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:16.201Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:16.201Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. +[NX Daemon Server] - 2024-03-27T16:57:16.202Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:16.203Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 2. +[NX Daemon Server] - 2024-03-27T16:57:16.205Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:16.206Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:16.206Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:16.206Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:57:16.208Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:24.492Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was created or restored +[NX Daemon Server] - 2024-03-27T16:57:24.492Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:24.599Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:57:24.599Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:57:24.599Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:57:24.621Z - Time taken for 'hash changed files from watcher' 5.626583009958267ms +[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:25.684Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:25.684Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:25.686Z - Time taken for 'total for creating and serializing project graph' 0.053582996129989624ms +[NX Daemon Server] - 2024-03-27T16:57:25.686Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:25.686Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:25.686Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:25.688Z - Time taken for 'total for creating and serializing project graph' 0.030166998505592346ms +[NX Daemon Server] - 2024-03-27T16:57:25.689Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:25.689Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:57:25.689Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:25.689Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:57:25.694Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:25.696Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:25.697Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:25.697Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:57:25.697Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:25.697Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:57:25.700Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:25.700Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:29.405Z - [WATCHER]: libs/logic-apps-shared/tsup.config.bundled_vbb35cfwr6g.mjs was deleted +[NX Daemon Server] - 2024-03-27T16:57:29.405Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:29.511Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:57:29.511Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:57:29.511Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_vbb35cfwr6g.mjs +[NX Daemon Server] - 2024-03-27T16:57:29.550Z - Time taken for 'hash changed files from watcher' 5.153582990169525ms +[NX Daemon Server] - 2024-03-27T16:57:30.613Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:30.613Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:30.614Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:30.614Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:30.614Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:30.616Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:30.616Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:30.620Z - Time taken for 'total for creating and serializing project graph' 0.19891700148582458ms +[NX Daemon Server] - 2024-03-27T16:57:30.620Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:30.621Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:30.622Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:30.624Z - Time taken for 'total for creating and serializing project graph' 0.1184999942779541ms +[NX Daemon Server] - 2024-03-27T16:57:30.627Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:30.627Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:57:30.628Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:30.628Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 12. +[NX Daemon Server] - 2024-03-27T16:57:30.636Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:30.641Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:30.642Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:30.642Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:57:30.642Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:30.642Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:57:30.644Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:30.644Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:31.415Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:32.420Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:32.421Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:32.421Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:32.421Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:32.421Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:32.424Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:32.424Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:32.426Z - Time taken for 'total for creating and serializing project graph' 0.22883300483226776ms +[NX Daemon Server] - 2024-03-27T16:57:32.427Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:32.429Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:32.429Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:32.431Z - Time taken for 'total for creating and serializing project graph' 0.14795799553394318ms +[NX Daemon Server] - 2024-03-27T16:57:32.433Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:32.433Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. +[NX Daemon Server] - 2024-03-27T16:57:32.434Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:32.434Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:57:32.442Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:32.445Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:32.446Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:32.446Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:57:32.446Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:32.446Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:57:32.449Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:32.449Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:44.519Z - [WATCHER]: libs/logic-apps-shared/src/designer-client-services/lib/connection.ts was modified +[NX Daemon Server] - 2024-03-27T16:57:44.519Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:44.631Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:57:44.631Z - [REQUEST]: libs/logic-apps-shared/src/designer-client-services/lib/connection.ts +[NX Daemon Server] - 2024-03-27T16:57:44.631Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:57:44.662Z - Time taken for 'hash changed files from watcher' 11.422665998339653ms +[NX Daemon Server] - 2024-03-27T16:57:45.724Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:45.724Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:45.725Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:45.725Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:45.725Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:45.726Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:45.726Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:45.728Z - Time taken for 'total for creating and serializing project graph' 0.08583299815654755ms +[NX Daemon Server] - 2024-03-27T16:57:45.728Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:45.728Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:45.728Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:45.730Z - Time taken for 'total for creating and serializing project graph' 0.03125ms +[NX Daemon Server] - 2024-03-27T16:57:45.732Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:45.732Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:57:45.732Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:45.732Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:57:45.737Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:45.740Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:45.741Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:45.741Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:57:45.742Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:45.742Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:57:45.744Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:45.745Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:47.471Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:47.472Z - [WATCHER]: libs/logic-apps-shared/tsup.config.bundled_ejwvqq4qy1m.mjs was deleted +[NX Daemon Server] - 2024-03-27T16:57:47.579Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:57:47.579Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:57:47.579Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_ejwvqq4qy1m.mjs +[NX Daemon Server] - 2024-03-27T16:57:47.618Z - Time taken for 'hash changed files from watcher' 5.221790999174118ms +[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:48.685Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:48.685Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:48.688Z - Time taken for 'total for creating and serializing project graph' 0.13887499272823334ms +[NX Daemon Server] - 2024-03-27T16:57:48.689Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:48.689Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:48.691Z - Time taken for 'total for creating and serializing project graph' 0.10966700315475464ms +[NX Daemon Server] - 2024-03-27T16:57:48.693Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:48.693Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:57:48.693Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:48.693Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. +[NX Daemon Server] - 2024-03-27T16:57:48.702Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:48.706Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:48.707Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:48.707Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:57:48.709Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:48.709Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 7. +[NX Daemon Server] - 2024-03-27T16:57:48.712Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:48.712Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:49.483Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:50.356Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:57:51.359Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:51.359Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:51.360Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:51.360Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:57:51.360Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:51.363Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:51.363Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:51.365Z - Time taken for 'total for creating and serializing project graph' 0.2065410017967224ms +[NX Daemon Server] - 2024-03-27T16:57:51.365Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:57:51.367Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:57:51.367Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:57:51.370Z - Time taken for 'total for creating and serializing project graph' 0.16054099798202515ms +[NX Daemon Server] - 2024-03-27T16:57:51.371Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:51.371Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. +[NX Daemon Server] - 2024-03-27T16:57:51.371Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:57:51.372Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:57:51.379Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:51.382Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:51.383Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:51.383Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:57:51.383Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:57:51.383Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:57:51.386Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:57:51.386Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:58:15.644Z - [WATCHER]: libs/designer-ui/tsup.config.bundled_n3yuowc0gm.mjs was deleted +[NX Daemon Server] - 2024-03-27T16:58:15.644Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:58:15.748Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:58:15.748Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:58:15.748Z - [REQUEST]: libs/designer-ui/tsup.config.bundled_n3yuowc0gm.mjs +[NX Daemon Server] - 2024-03-27T16:58:15.785Z - Time taken for 'hash changed files from watcher' 2.5680420100688934ms +[NX Daemon Server] - 2024-03-27T16:58:15.859Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:58:16.507Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:58:17.511Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:58:17.511Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:58:17.511Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:58:17.512Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:58:17.512Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:58:17.514Z - Time taken for 'total for creating and serializing project graph' 0.07329200208187103ms +[NX Daemon Server] - 2024-03-27T16:58:17.514Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:58:17.514Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:58:17.514Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:58:17.514Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:58:17.516Z - Time taken for 'total for creating and serializing project graph' 0.03425000607967377ms +[NX Daemon Server] - 2024-03-27T16:58:17.516Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:58:17.518Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:58:17.518Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T16:58:17.522Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:58:17.523Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:58:17.523Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. +[NX Daemon Server] - 2024-03-27T16:58:17.523Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:58:17.523Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:58:17.529Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:58:17.529Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:58:17.529Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:58:17.529Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. +[NX Daemon Server] - 2024-03-27T16:58:17.532Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:59:40.026Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:59:40.026Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:59:40.132Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:59:40.133Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:59:40.133Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:59:40.186Z - Time taken for 'hash changed files from watcher' 5.14070799946785ms +[NX Daemon Server] - 2024-03-27T16:59:41.248Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:59:41.248Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:59:41.248Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:41.249Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:59:41.249Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:59:41.249Z - Established a connection. Number of open connections: 4 +[NX Daemon Server] - 2024-03-27T16:59:41.249Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:59:41.255Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:59:41.256Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:59:41.256Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:59:41.280Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:59:41.281Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:59:41.281Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:59:41.282Z - Time taken for 'total for creating and serializing project graph' 30.623000010848045ms +[NX Daemon Server] - 2024-03-27T16:59:41.282Z - Closed a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T16:59:41.282Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:59:41.285Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:59:41.285Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:59:41.285Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:59:41.285Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 31. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:59:41.289Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:41.291Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:41.291Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:41.291Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 0. +[NX Daemon Server] - 2024-03-27T16:59:41.291Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:41.291Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. +[NX Daemon Server] - 2024-03-27T16:59:41.293Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:41.294Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:59:42.338Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:42.338Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:59:42.338Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:42.338Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:59:42.339Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:42.340Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:59:42.340Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:59:42.341Z - Time taken for 'total for creating and serializing project graph' 0.07224999368190765ms +[NX Daemon Server] - 2024-03-27T16:59:42.341Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:59:42.341Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:59:42.341Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:59:42.342Z - Time taken for 'total for creating and serializing project graph' 0.02979201078414917ms +[NX Daemon Server] - 2024-03-27T16:59:42.343Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:59:42.343Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:59:42.344Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:59:42.344Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:59:42.347Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:42.349Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:42.350Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:42.350Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:59:42.350Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:42.350Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T16:59:42.352Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:42.352Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:59:51.896Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified +[NX Daemon Server] - 2024-03-27T16:59:51.896Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:59:52.010Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:59:52.010Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts +[NX Daemon Server] - 2024-03-27T16:59:52.010Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:59:52.048Z - Time taken for 'hash changed files from watcher' 12.497916996479034ms +[NX Daemon Server] - 2024-03-27T16:59:53.114Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:53.115Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:59:53.115Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:53.115Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:59:53.116Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:53.119Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:59:53.119Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:59:53.121Z - Time taken for 'total for creating and serializing project graph' 0.22704198956489563ms +[NX Daemon Server] - 2024-03-27T16:59:53.122Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T16:59:53.124Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T16:59:53.124Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T16:59:53.126Z - Time taken for 'total for creating and serializing project graph' 0.18229100108146667ms +[NX Daemon Server] - 2024-03-27T16:59:53.128Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:59:53.128Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T16:59:53.128Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T16:59:53.128Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. +[NX Daemon Server] - 2024-03-27T16:59:53.135Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:53.138Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:53.139Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:53.139Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T16:59:53.139Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T16:59:53.140Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 5. +[NX Daemon Server] - 2024-03-27T16:59:53.142Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T16:59:53.143Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T16:59:59.132Z - [WATCHER]: libs/designer-ui/tsup.config.bundled_u5pq4iev948.mjs was deleted +[NX Daemon Server] - 2024-03-27T16:59:59.132Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:59:59.236Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T16:59:59.236Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T16:59:59.236Z - [REQUEST]: libs/designer-ui/tsup.config.bundled_u5pq4iev948.mjs +[NX Daemon Server] - 2024-03-27T16:59:59.262Z - Time taken for 'hash changed files from watcher' 2.4928330034017563ms +[NX Daemon Server] - 2024-03-27T16:59:59.293Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T16:59:59.957Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T17:00:00.960Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T17:00:00.960Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T17:00:00.960Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T17:00:00.962Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T17:00:00.962Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T17:00:00.963Z - Time taken for 'total for creating and serializing project graph' 0.0902080088853836ms +[NX Daemon Server] - 2024-03-27T17:00:00.964Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T17:00:00.964Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T17:00:00.964Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T17:00:00.965Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T17:00:00.966Z - Time taken for 'total for creating and serializing project graph' 0.038124993443489075ms +[NX Daemon Server] - 2024-03-27T17:00:00.966Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T17:00:00.968Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T17:00:00.968Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T17:00:00.968Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T17:00:00.968Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T17:00:00.974Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T17:00:00.977Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T17:00:00.978Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T17:00:00.978Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T17:00:00.978Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T17:00:00.978Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T17:00:00.982Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T17:00:00.982Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:47:51.466Z - [WATCHER]: libs/designer-ui/tsconfig.json was modified +[NX Daemon Server] - 2024-03-27T19:47:51.467Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:47:51.577Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T19:47:51.577Z - [REQUEST]: libs/designer-ui/tsconfig.json +[NX Daemon Server] - 2024-03-27T19:47:51.577Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T19:47:51.674Z - Time taken for 'hash changed files from watcher' 9.124125003814697ms +[NX Daemon Server] - 2024-03-27T19:47:52.738Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:47:52.739Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:47:52.739Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:47:52.739Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:47:52.739Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:47:52.740Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:47:52.740Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:47:52.741Z - Time taken for 'total for creating and serializing project graph' 0.04966700077056885ms +[NX Daemon Server] - 2024-03-27T19:47:52.741Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:47:52.742Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:47:52.742Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:47:52.743Z - Time taken for 'total for creating and serializing project graph' 0.023916006088256836ms +[NX Daemon Server] - 2024-03-27T19:47:52.745Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:47:52.745Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T19:47:52.745Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:47:52.745Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:47:52.750Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:47:52.752Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:47:52.753Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:47:52.753Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:47:52.753Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:47:52.753Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T19:47:52.756Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:47:52.756Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:47:54.524Z - [WATCHER]: libs/designer-ui/tsconfig.json was modified +[NX Daemon Server] - 2024-03-27T19:47:54.524Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:47:54.635Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T19:47:54.635Z - [REQUEST]: libs/designer-ui/tsconfig.json +[NX Daemon Server] - 2024-03-27T19:47:54.635Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T19:47:54.664Z - Time taken for 'hash changed files from watcher' 9.844916000962257ms +[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:47:55.728Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:47:55.728Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:47:55.730Z - Time taken for 'total for creating and serializing project graph' 0.07833299040794373ms +[NX Daemon Server] - 2024-03-27T19:47:55.730Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:47:55.730Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:47:55.730Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:47:55.732Z - Time taken for 'total for creating and serializing project graph' 0.03141699731349945ms +[NX Daemon Server] - 2024-03-27T19:47:55.733Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:47:55.733Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:47:55.733Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:47:55.733Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T19:47:55.738Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:47:55.741Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:47:55.742Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:47:55.742Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T19:47:55.742Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:47:55.742Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T19:47:55.744Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:47:55.744Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:48:04.512Z - [WATCHER]: libs/designer-ui/tsup.config.bundled_rgfvmt1s88g.mjs was deleted +[NX Daemon Server] - 2024-03-27T19:48:04.512Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:48:04.615Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T19:48:04.615Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T19:48:04.615Z - [REQUEST]: libs/designer-ui/tsup.config.bundled_rgfvmt1s88g.mjs +[NX Daemon Server] - 2024-03-27T19:48:04.647Z - Time taken for 'hash changed files from watcher' 2.539250001311302ms +[NX Daemon Server] - 2024-03-27T19:48:04.693Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:48:05.374Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:48:06.377Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:48:06.378Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:48:06.378Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:48:06.379Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:48:06.379Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:48:06.381Z - Time taken for 'total for creating and serializing project graph' 0.06770899891853333ms +[NX Daemon Server] - 2024-03-27T19:48:06.381Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:48:06.381Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:48:06.382Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:48:06.382Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:48:06.384Z - Time taken for 'total for creating and serializing project graph' 0.03787499666213989ms +[NX Daemon Server] - 2024-03-27T19:48:06.384Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:48:06.385Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:48:06.385Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:48:06.385Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:48:06.385Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. +[NX Daemon Server] - 2024-03-27T19:48:06.390Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:48:06.393Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:48:06.394Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:48:06.394Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T19:48:06.394Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:48:06.394Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T19:48:06.397Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:48:06.397Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:48:14.996Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:48:16.000Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:48:16.000Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:48:16.002Z - Time taken for 'total for creating and serializing project graph' 0.04549999535083771ms +[NX Daemon Server] - 2024-03-27T19:48:16.002Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:48:16.002Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:48:16.002Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:48:16.004Z - Time taken for 'total for creating and serializing project graph' 0.03425000607967377ms +[NX Daemon Server] - 2024-03-27T19:48:16.005Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:48:16.005Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:48:16.005Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:48:16.005Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T19:48:16.010Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:48:16.012Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:48:16.013Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:48:16.013Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:48:16.013Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:48:16.013Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T19:48:16.016Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:48:16.016Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:49:10.633Z - [WATCHER]: libs/designer/tsconfig.json was deleted +[NX Daemon Server] - 2024-03-27T19:49:10.633Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:49:10.736Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T19:49:10.736Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T19:49:10.736Z - [REQUEST]: libs/designer/tsconfig.json +[NX Daemon Server] - 2024-03-27T19:49:10.760Z - Time taken for 'hash changed files from watcher' 1.3796660006046295ms +[NX Daemon Server] - 2024-03-27T19:49:11.821Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:49:11.824Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:49:11.824Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:49:11.824Z - Established a connection. Number of open connections: 4 +[NX Daemon Server] - 2024-03-27T19:49:11.824Z - Closed a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:49:11.825Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:49:11.825Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:49:11.827Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:49:11.827Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:49:11.828Z - Time taken for 'total for creating and serializing project graph' 0.033041998744010925ms +[NX Daemon Server] - 2024-03-27T19:49:11.828Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:49:11.829Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:49:11.829Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T19:49:11.829Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:49:11.829Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. +[NX Daemon Server] - 2024-03-27T19:49:11.833Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:11.835Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:11.835Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:11.835Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 0. +[NX Daemon Server] - 2024-03-27T19:49:11.836Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:11.836Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:49:11.838Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:49:11.838Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:49:11.865Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:49:11.865Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:49:11.865Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:49:11.866Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:49:11.866Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:49:11.867Z - Time taken for 'total for creating and serializing project graph' 0.05870799720287323ms +[NX Daemon Server] - 2024-03-27T19:49:11.871Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:49:11.871Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. +[NX Daemon Server] - 2024-03-27T19:49:11.875Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:11.876Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:11.876Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T19:49:11.879Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:49:14.811Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:49:14.812Z - [WATCHER]: 4 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted +[NX Daemon Server] - 2024-03-27T19:49:14.917Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T19:49:14.917Z - [REQUEST]: libs/designer/tsup.config.ts,libs/designer/tsconfig.json,libs/designer/tsconfig.lib.json,libs/designer/package copy.json +[NX Daemon Server] - 2024-03-27T19:49:14.917Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T19:49:14.941Z - Time taken for 'hash changed files from watcher' 3.8863750100135803ms +[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:49:16.005Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:49:16.005Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:49:16.006Z - Time taken for 'total for creating and serializing project graph' 0.032416000962257385ms +[NX Daemon Server] - 2024-03-27T19:49:16.006Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:49:16.006Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:49:16.006Z - Established a connection. Number of open connections: 4 +[NX Daemon Server] - 2024-03-27T19:49:16.006Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:49:16.006Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:49:16.007Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:49:16.007Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:49:16.008Z - Time taken for 'total for creating and serializing project graph' 0.016791999340057373ms +[NX Daemon Server] - 2024-03-27T19:49:16.008Z - Closed a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:49:16.009Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:49:16.009Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T19:49:16.010Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:49:16.010Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T19:49:16.010Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:49:16.010Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:49:16.013Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:16.015Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:16.017Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 5. +[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. +[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. +[NX Daemon Server] - 2024-03-27T19:49:16.020Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:49:16.020Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:49:16.020Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:50:04.941Z - [WATCHER]: libs/designer/package.json was deleted +[NX Daemon Server] - 2024-03-27T19:50:04.941Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:50:05.044Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T19:50:05.044Z - [REQUEST]: +[NX Daemon Server] - 2024-03-27T19:50:05.044Z - [REQUEST]: libs/designer/package.json +[NX Daemon Server] - 2024-03-27T19:50:05.074Z - Time taken for 'hash changed files from watcher' 2.0557910054922104ms +[NX Daemon Server] - 2024-03-27T19:50:06.137Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:50:06.137Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:50:06.137Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:50:06.138Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:50:06.138Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:50:06.139Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:50:06.139Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:50:06.141Z - Time taken for 'total for creating and serializing project graph' 0.09387500584125519ms +[NX Daemon Server] - 2024-03-27T19:50:06.141Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:50:06.141Z - Established a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:50:06.141Z - Established a connection. Number of open connections: 4 +[NX Daemon Server] - 2024-03-27T19:50:06.142Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:50:06.142Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:50:06.144Z - Time taken for 'total for creating and serializing project graph' 0.04816600680351257ms +[NX Daemon Server] - 2024-03-27T19:50:06.145Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:50:06.145Z - [REQUEST]: Responding to the client. project-graph +[NX Daemon Server] - 2024-03-27T19:50:06.147Z - Time taken for 'total for creating and serializing project graph' 0.04641599953174591ms +[NX Daemon Server] - 2024-03-27T19:50:06.147Z - Closed a connection. Number of open connections: 3 +[NX Daemon Server] - 2024-03-27T19:50:06.148Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 10. +[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. +[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Done responding to the client project-graph +[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. +[NX Daemon Server] - 2024-03-27T19:50:06.154Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:50:06.157Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:50:06.160Z - [REQUEST]: Responding to the client. handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 7. +[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. +[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Done responding to the client handleRequestFileData +[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. +[NX Daemon Server] - 2024-03-27T19:50:06.163Z - Closed a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:50:06.164Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:50:06.164Z - Closed a connection. Number of open connections: 0 +[NX Daemon Server] - 2024-03-27T19:50:10.114Z - [WATCHER]: 1 file(s) created or restored, 0 file(s) modified, 1 file(s) deleted +[NX Daemon Server] - 2024-03-27T19:50:10.114Z - [WATCHER]: Processing file changes in outputs +[NX Daemon Server] - 2024-03-27T19:50:10.218Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T19:50:10.218Z - [REQUEST]: libs/designer/package.json +[NX Daemon Server] - 2024-03-27T19:50:10.218Z - [REQUEST]: libs/designer/package copy.json +[NX Daemon Server] - 2024-03-27T19:50:10.227Z - Time taken for 'hash changed files from watcher' 2.11149999499321ms +[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Established a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Established a connection. Number of open connections: 2 +[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Closed a connection. Number of open connections: 1 +[NX Daemon Server] - 2024-03-27T19:50:11.118Z - [REQUEST]: Client Request for Project Graph Received +[NX Daemon Server] - 2024-03-27T19:50:11.121Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... +[NX Daemon Server] - 2024-03-27T19:50:11.121Z - [REQUEST]: libs/designer/package.json +[NX Daemon Server] - 2024-03-27T19:50:11.121Z - [REQUEST]: libs/designer/package copy.json +[NX Daemon Server] - 2024-03-27T19:50:11.132Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. The following projects are defined in multiple locations: +- @microsoft/designer-ui: + - libs/designer + - libs/designer-ui + +To fix this, set a unique name for each project in a project.json inside the project's root. If the project does not currently have a project.json, you can create one that contains only a name. +Error: The following projects are defined in multiple locations: +- @microsoft/designer-ui: + - libs/designer + - libs/designer-ui + +To fix this, set a unique name for each project in a project.json inside the project's root. If the project does not currently have a project.json, you can create one that contains only a name. + at readProjectConfigurationsFromRootMap (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:254:15) + at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:209:26 + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:62) + at async processFilesAndCreateAndSerializeProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:142:28) + at async getCachedSerializedProjectGraphPromise (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:43:16) + at async handleRequestProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/handle-request-project-graph.js:12:24) + at async handleResult (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:110:16) + at async handleMessage (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:81:9) + at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:45:9 +[NX Daemon Server] - 2024-03-27T19:50:11.134Z - Done responding to the client null diff --git a/.nx/cache/d/disabled b/.nx/cache/d/disabled new file mode 100644 index 00000000000..f32a5804e29 --- /dev/null +++ b/.nx/cache/d/disabled @@ -0,0 +1 @@ +true \ No newline at end of file diff --git a/.nx/cache/d/server-process.json b/.nx/cache/d/server-process.json new file mode 100644 index 00000000000..c3f65fb11c7 --- /dev/null +++ b/.nx/cache/d/server-process.json @@ -0,0 +1 @@ +{"processId":62755} diff --git a/.nx/cache/file-map.json b/.nx/cache/file-map.json index 6acb6a34374..14576ae5a8d 100644 --- a/.nx/cache/file-map.json +++ b/.nx/cache/file-map.json @@ -18,6 +18,9 @@ "@testing-library/react": "^14.2.2", "@testing-library/react-hooks": "^8.0.1", "@types/node": "^20.11.30", + "@types/react": "^18.2.69", + "@types/react-dom": "^18.2.22", + "child_process": "^1.0.2", "husky": "^9.0.11", "jsdom": "^24.0.0", "knip": "^5.2.2", @@ -32,8164 +35,8301 @@ "rollup-plugin-visualizer": "^5.12.0", "sherif": "^0.8.1", "size-limit": "^11.1.2", + "tsup": "^8.0.2", "typescript": "5.4.3", "vitest": "^1.4.0" }, "pathMappings": {}, "nxJsonPlugins": [], "fileMap": { - "nonProjectFiles": [ - { - "file": "Localize/loc/es/strings.json.lcl", - "hash": "10630009075297831484" - }, - { - "file": "__mocks__/schemas/TargetSchemaJson.json", - "hash": "10254182426973397227" - }, - { - "file": "docs/docs/release.md", - "hash": "10466877829651961408" - }, - { - "file": "__mocks__/workflows/StressTest100.json", - "hash": "18015117502836215746" - }, - { - "file": "Localize/lang/strings.de.json", - "hash": "17569203409436325333" - }, - { - "file": "Localize/loc/nl/strings.json.lcl", - "hash": "13739372631183272308" - }, - { - "file": "__mocks__/mapMetadata/index.ts", - "hash": "15499977704685244619" - }, - { - "file": "nx.json", - "hash": "4429090170692270316" - }, - { - "file": "tsconfig.json", - "hash": "2437352946556600931" - }, - { - "file": "__mocks__/mapMetadata/testMetadataStandalone.ts", - "hash": "12239882979432947255" - }, - { - "file": "Localize/loc/ru/strings.json.lcl", - "hash": "4560299296108810009" - }, - { - "file": "__mocks__/workflows/ConsumptionWorkflowParameters.json", - "hash": "7629133120774663506" - }, - { - "file": "Localize/lang/strings.ru.json", - "hash": "2398499417601080316" - }, - { - "file": "Localize/lang/strings.json", - "hash": "10187810231650355550" - }, - { - "file": "__mocks__/workflows/MultipleRunAftersBig.json", - "hash": "14490270762819621991" - }, - { - "file": "one-loc-build.yml", - "hash": "17077157507478279771" - }, - { - "file": "__mocks__/workflows/Empty.json", - "hash": "18273642241049546868" - }, - { - "file": ".github/sync_config.json", - "hash": "496730615000929693" - }, - { - "file": "Localize/loc/sv/strings.json.lcl", - "hash": "15514359632901017696" - }, - { - "file": "Localize/settings/ICUFormatMessage.lss", - "hash": "120651321713162269" - }, - { - "file": "docs/static/.nojekyll", - "hash": "3244421341483603138" - }, - { - "file": "Localize/LocProject.json", - "hash": "3095542586741732925" - }, - { - "file": "__mocks__/schemas/PlaygroundSourceSchema.json", - "hash": "6221112849179536737" - }, - { - "file": "docs/docs/tsg.mdx", - "hash": "11852171552097445449" - }, - { - "file": "custom-webpack.config.js", - "hash": "4970834634783155458" - }, - { - "file": "Localize/lang/strings.zh-Hans.json", - "hash": "1347672157484416935" - }, - { - "file": "docs/src/pages/changelog.mdx", - "hash": "13575912097021767506" - }, - { - "file": ".github/workflows/loc-auto-merge.yml", - "hash": "4051908195568450540" - }, - { - "file": ".husky/pre-commit", - "hash": "17072907064872377218" - }, - { - "file": "Localize/lang/strings.pt-PT.json", - "hash": "11425133437677615005" - }, - { - "file": "old-playwright.config.base.ts", - "hash": "4390107713842743045" - }, - { - "file": ".eslintrc.json", - "hash": "3029841122081180995" - }, - { - "file": "docs/babel.config.js", - "hash": "1308513646348002384" - }, - { - "file": "Localize/lang/strings.ja.json", - "hash": "11093565599815947997" - }, - { - "file": "Localize/loc/de/strings.json.lcl", - "hash": "17329416204510105183" - }, - { - "file": "__mocks__/schemas/ComprehensiveTargetSchema.json", - "hash": "12236172821382509954" - }, - { - "file": "__mocks__/workflows/ComplexConditionals.json", - "hash": "951427986366087084" - }, - { - "file": ".github/workflows/ISSUE_MANAGEMENT.yml", - "hash": "13114629795705431580" - }, - { - "file": ".github/ISSUE_TEMPLATE/config.yml", - "hash": "17858606678031151155" - }, - { - "file": "__mocks__/workflows/Switch.json", - "hash": "3916122250248788443" - }, - { - "file": "Localize/loc/pl/strings.json.lcl", - "hash": "12664342038807978168" - }, - { - "file": "__mocks__/workflows/StressTest500.json", - "hash": "12244941126482239468" - }, - { - "file": "Localize/lang/strings.ko.json", - "hash": "5047965408602093376" - }, - { - "file": "docs/docs/img/architecture.png", - "hash": "26421078174694397" - }, - { - "file": "docs/src/css/custom.css", - "hash": "18032339206207475562" - }, - { - "file": "Localize/lang/strings.pl.json", - "hash": "1411413952181818706" - }, - { - "file": "__mocks__/connectors.json", - "hash": "9848381554052279305" - }, - { - "file": "pnpm-lock.yaml", - "hash": "13884686097975073212" - }, - { - "file": ".github/workflows/codeql-analysis.yml", - "hash": "14513951734113331483" - }, - { - "file": "Localize/loc/fr/strings.json.lcl", - "hash": "12222067202921797253" - }, - { - "file": ".github/workflows/test.yml", - "hash": "1393832093165520894" - }, - { - "file": "NOTICE", - "hash": "4974440325704483544" - }, - { - "file": "Localize/lang/strings.sv.json", - "hash": "13158413859789907558" - }, - { - "file": "__mocks__/workflows/UnicodeKeys.json", - "hash": "9641220241181624180" - }, - { - "file": "docs/README.md", - "hash": "1980246878577320622" - }, - { - "file": "__mocks__/workflows/StressTest400.json", - "hash": "4743644115029324208" - }, - { - "file": "Localize/loc/ja/strings.json.lcl", - "hash": "4296609352328892144" - }, - { - "file": "__mocks__/workflows/StressTest1000.json", - "hash": "7669209502452834210" - }, - { - "file": ".editorconfig", - "hash": "5443105041930014821" - }, - { - "file": "Localize/loc/hu/strings.json.lcl", - "hash": "2641831022449056346" - }, - { - "file": ".github/workflows/compile-loc.yml", - "hash": "6716544478710748287" - }, - { - "file": "docs/docs/img/hotfixRelease.png", - "hash": "9522439736757580286" - }, - { - "file": "docs/docs/intro.md", - "hash": "6350111963721107528" - }, - { - "file": "__mocks__/workflows/AllScopeNodes.json", - "hash": "14356671101748434170" - }, - { - "file": "biome.json", - "hash": "5810288505351875601" - }, - { - "file": "e2e/designer/dragAndDrop.spec.ts", - "hash": "12566355067625223967" - }, - { - "file": ".github/workflows/playwright.yml", - "hash": "1363863345889058033" - }, - { - "file": "e2e/designer/serialization.spec.ts", - "hash": "9249161132102907996" - }, - { - "file": "__mocks__/workflows/StressTest200.json", - "hash": "1645800986951066668" - }, - { - "file": "__mocks__/workflows/Recurrence.json", - "hash": "3782576819996791784" - }, - { - "file": "Localize/loc/tr/strings.json.lcl", - "hash": "5881830899143780267" - }, - { - "file": ".github/ISSUE_TEMPLATE/ca11y.yml", - "hash": "5293457826370554882" - }, - { - "file": "Localize/lang/strings.es.json", - "hash": "8312732778025097058" - }, - { - "file": "docs/docs/data-mapper/_category_.json", - "hash": "15175384677382494990" - }, - { - "file": "docs/.gitignore", - "hash": "3945052881859496627" - }, - { - "file": "docs/docs/img/tsg/knownIssuesExample_dark.png", - "hash": "18121832043530022556" - }, - { - "file": "__mocks__/workflows/MoreComplex.json", - "hash": "356977680749027593" - }, - { - "file": "__mocks__/schemas/index.ts", - "hash": "2795136411859709371" - }, - { - "file": "migrations.json", - "hash": "1752963221756935581" - }, - { - "file": "__mocks__/workflows/Panel.json", - "hash": "6956073210192159306" - }, - { - "file": "pnpm-workspace.yaml", - "hash": "9635168946596809969" - }, - { - "file": "docs/static/img/logo.svg", - "hash": "7105735927878628467" - }, - { - "file": "__mocks__/workflows/simpleForeach.json", - "hash": "3200434854997074561" - }, - { - "file": "__mocks__/mapMetadata/testMetadata.json", - "hash": "13266513340234215125" - }, - { - "file": "__mocks__/schemas/ComprehensiveSourceSchema.json", - "hash": "14056455167740757319" - }, - { - "file": "scripts/getRollupConfig.js", - "hash": "7305725819581342265" - }, - { - "file": "package-lock.json", - "hash": "7356728959037251345" - }, - { - "file": "docs/docusaurus.config.ts", - "hash": "14248392264089256334" - }, - { - "file": "__mocks__/workflows/StandardWorkflowParameters.json", - "hash": "3382298018965360790" - }, - { - "file": "docs/static/img/favicon.ico", - "hash": "12018898405833912528" - }, - { - "file": ".vscode/extensions.json", - "hash": "18084603426054295687" - }, - { - "file": "Localize/loc/pt-PT/strings.json.lcl", - "hash": "15908807096422373690" - }, - { - "file": ".github/pull_request_template.md", - "hash": "15522796552713692114" - }, - { - "file": "LICENSE.md", - "hash": "11929769968810875751" - }, - { - "file": ".npmrc", - "hash": "4554515537806935951" - }, - { - "file": "docs/docs/img/productionRelease.png", - "hash": "16021452614758189981" - }, - { - "file": "types/Svg.d.ts", - "hash": "16119276421185882375" - }, - { - "file": "Localize/loc/id/strings.json.lcl", - "hash": "13654155812274227623" - }, - { - "file": "Localize/lang/strings.hu.json", - "hash": "2484854965160515633" - }, - { - "file": "__mocks__/mapDefinitions/FullTranscriptMapDefinition.ts", - "hash": "3944062966816905762" - }, - { - "file": "init.js", - "hash": "18386098831189968662" - }, - { - "file": "Localize/lang/strings.tr.json", - "hash": "6662397990441984552" - }, - { - "file": "__mocks__/workflows/Conditionals.json", - "hash": "3270124117208533486" - }, - { - "file": "package.json", - "hash": "18359565079851736432" - }, - { - "file": "Localize/loc/zh-Hant/strings.json.lcl", - "hash": "18161577119653313488" - }, - { - "file": "jest.config.ts", - "hash": "1257711678503192656" - }, - { - "file": "__mocks__/schemas/PlaygroundTargetSchema.json", - "hash": "11507768908418701863" - }, - { - "file": "docs/sidebars.ts", - "hash": "6381511234735084225" - }, - { - "file": "docs/package.json", - "hash": "13867002203763134404" - }, - { - "file": "jest.preset.js", - "hash": "2772139696069860212" - }, - { - "file": "SECURITY.md", - "hash": "9439797681970859283" - }, - { - "file": "__mocks__/workflows/simpleScoped.json", - "hash": "3543061434896807894" - }, - { - "file": ".versionrc", - "hash": "1535997441621131792" - }, - { - "file": "__mocks__/schemas/SourceSchemaJson.json", - "hash": "4190556006012848629" - }, - { - "file": "docs/static/img/logicapp.png", - "hash": "18231532070800362266" - }, - { - "file": "format.js", - "hash": "1306498498269790088" - }, - { - "file": "CODE_OF_CONDUCT.md", - "hash": "15583593583900038246" - }, - { - "file": "Localize/loc/cs/strings.json.lcl", - "hash": "18218797302195839823" - }, - { - "file": "__mocks__/workflows/simpleBigworkflow.json", - "hash": "6589532073964586460" - }, - { - "file": ".github/workflows/Deploy-Documentation.yml", - "hash": "7495603297520505074" - }, - { - "file": "Localize/lang/strings.pt-BR.json", - "hash": "13448318565523023378" - }, - { - "file": ".gitattributes", - "hash": "8207937369485138236" - }, - { - "file": "Localize/lang/strings.nl.json", - "hash": "12725481479453591815" - }, - { - "file": ".github/ISSUE_TEMPLATE/data_mapper.yml", - "hash": "17111424543774017603" - }, - { - "file": "__mocks__/mapDefinitions/ComprehensiveMapDefinition.ts", - "hash": "9919290274382928880" - }, - { - "file": "__mocks__/workflows/StressTest50.json", - "hash": "14704594591881977339" - }, - { - "file": "Localize/loc/ko/strings.json.lcl", - "hash": "10499652806174351692" - }, - { - "file": "__mocks__/mapDefinitions/index.ts", - "hash": "16382172872236827587" - }, - { - "file": "Localize/lang/strings.id.json", - "hash": "3980736677736021031" - }, - { - "file": "__mocks__/workflows/StraightLine.json", - "hash": "4991082168474140639" - }, - { - "file": ".github/pr-title-checker-config.json", - "hash": "17204226807832485512" - }, - { - "file": ".vscode/launch.json", - "hash": "13578675064546875513" - }, - { - "file": "__mocks__/runs/simpleScoped.json", - "hash": "7980537690521249977" - }, - { - "file": ".github/workflows/pr-title-check.yml", - "hash": "16865650786881394050" - }, - { - "file": "__mocks__/schemas/TargetSchema.json", - "hash": "15315721781980201592" - }, - { - "file": "__mocks__/workflows/StressTest600.json", - "hash": "14263668666459582022" - }, - { - "file": "Localize/loc/zh-Hans/strings.json.lcl", - "hash": "1371534145676941293" - }, - { - "file": "Localize/lang/strings.fr.json", - "hash": "17317513078192360328" - }, - { - "file": "__mocks__/workflows/StressTest300.json", - "hash": "8073244307323596319" - }, - { - "file": ".github/workflows/package-lock-version-test.yml", - "hash": "3012940027669865641" - }, - { - "file": "__mocks__/svgTransform.js", - "hash": "11323230226160083933" - }, - { - "file": "Localize/loc/pt-BR/strings.json.lcl", - "hash": "967539809268998628" - }, - { - "file": ".gitignore", - "hash": "6816632219757218632" - }, - { - "file": "Localize/lang/strings.cs.json", - "hash": "7849999252714519521" - }, - { - "file": "docs/docs/data-mapper/vscode.md", - "hash": "17587935708811884986" - }, - { - "file": ".github/workflows/issue-sync.yml", - "hash": "7185721735763025209" - }, - { - "file": "__mocks__/workflows/StressTest500Gross.json", - "hash": "12246450347458963764" - }, - { - "file": "CHANGELOG.md", - "hash": "8653009368205701997" - }, - { - "file": "e2e/designer/app.spec.ts", - "hash": "4561138837925107483" - }, - { - "file": "docs/docs/vscode.md", - "hash": "2331496839650087120" - }, - { - "file": "docs/docs/data-mapper/standalone.md", - "hash": "3344137372261026221" - }, - { - "file": "__mocks__/workflows/Scoped.json", - "hash": "6090246630251997757" - }, - { - "file": ".github/workflows/production-build.yml", - "hash": "18079169232381540892" - }, - { - "file": "docs/tsconfig.json", - "hash": "6554115139338757959" - }, - { - "file": "Localize/loc/it/strings.json.lcl", - "hash": "6251563912352579400" - }, - { - "file": "__mocks__/workflows/RunAfter.json", - "hash": "17581560171894355118" - }, - { - "file": "README.md", - "hash": "8981796807056710969" - }, - { - "file": "scripts/config.js", - "hash": "12713597404829799674" - }, - { - "file": "__mocks__/schemas/DeepNestedSequenceAndObj.json", - "hash": "12317783714393955752" - }, - { - "file": "Localize/lang/strings.it.json", - "hash": "600448890186345464" - }, - { - "file": "docs/src/pages/markdown-page.md", - "hash": "2637912770613796076" - }, - { - "file": "__mocks__/mapDefinitions/TranscriptJsonMapDefinition.ts", - "hash": "11752793667417622953" - }, - { - "file": "Localize/lang/strings.zh-Hant.json", - "hash": "10854611808467816908" - }, - { - "file": "SUPPORT.md", - "hash": "14636316271959715561" - }, - { - "file": "docs/docs/img/tsg/portalVersionBox.png", - "hash": "14902344370945731821" - }, - { - "file": "__mocks__/schemas/SourceSchema.json", - "hash": "14432605415286913612" - }, - { - "file": "babel.config.json", - "hash": "5546405625092116747" - }, - { - "file": ".vscode/tasks.json", - "hash": "16863986330420562344" - }, - { - "file": "extension-copy-svgs.js", - "hash": "11484980984219560786" - }, - { - "file": "docs/package-lock.json", - "hash": "13759196483087852101" - }, - { - "file": ".github/ISSUE_TEMPLATE/bug_report.yml", - "hash": "15272737862536224901" - }, - { - "file": "docs/docs/data-mapper/overview.md", - "hash": "2329917603983957482" - }, - { - "file": "playwright.config.ts", - "hash": "10236223410941572897" - }, - { - "file": "docs/docs/img/tsg/knownIssuesExample_light.png", - "hash": "5567342054276507678" - } - ], "projectFileMap": { - "@microsoft/logic-apps-shared": [ + "@microsoft/logic-apps-designer": [ { - "file": "libs/logic-apps-shared/package.json", - "hash": "16939036965111581107", - "deps": ["npm:axios", "npm:react", "npm:react-dom"] + "file": "libs/designer/package.json", + "hash": "2157918880835177019", + "deps": [ + "@microsoft/logic-apps-shared", + "@microsoft/designer-ui", + "npm:react-intl", + "npm:@reduxjs/toolkit", + "npm:react-redux", + "npm:@fluentui/react", + "npm:to-title-case", + "npm:lodash.merge", + "npm:@react-hookz/web", + "npm:react-query", + "npm:@fluentui/azure-themes", + "npm:@fluentui/react-components", + "npm:elkjs", + "npm:reactflow", + "npm:immer", + "npm:yocto-queue", + "npm:@fluentui/react-icons", + "npm:@fluentui/utilities", + "npm:react-dnd", + "npm:react-dnd-accessible-backend", + "npm:react-dnd-html5-backend", + "npm:react-dnd-multi-backend", + "npm:react-hotkeys-hook", + "npm:lodash.frompairs", + "npm:fuse.js", + "npm:@microsoft/applicationinsights-core-js", + "npm:@fluentui/react-hooks", + "npm:util", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", - "hash": "9380633527024969017" + "file": "libs/designer/src/index.ts", + "hash": "15726923942796197622" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", - "hash": "4041114759273409584" + "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", - "hash": "10980591961957595574" + "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", + "hash": "9240782448242967537" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", - "hash": "14932256798314394001" + "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", + "hash": "5214463813702224032" + }, + { + "file": "libs/designer/src/lib/common/constants.ts", + "hash": "14716266680681788853" + }, + { + "file": "libs/designer/src/lib/common/exceptions/exception.ts", + "hash": "4016853272413138441" + }, + { + "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", + "hash": "2438628799773606413" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", - "hash": "4954893213128657861" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", + "hash": "13936938153293651615" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", - "hash": "7641115249858288898" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", + "hash": "17853975463227900194" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", - "hash": "14155161053626149773" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", + "hash": "716422980644102335" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", - "hash": "10972091389277624213" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", + "hash": "10948104330765315206" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", - "hash": "13275715186680132199" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", + "hash": "13744301547491746840" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", - "hash": "9419528765660266757" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", + "hash": "5099585607600274464" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", - "hash": "4669131476797349411" + "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", + "hash": "3057811563704111315" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", - "hash": "15797244550270547552" + "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", + "hash": "13794169093128310758" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", - "hash": "10330401647675404759" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", + "hash": "6553711262896807602" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", - "hash": "17852464963027913539" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", + "hash": "3769112376720810799" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", - "hash": "13076656641523798014" + "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", + "hash": "4840054514873781546" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", - "hash": "8845907297149909914" + "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", + "hash": "13772471609559374653" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", - "hash": "3952823562411976711" + "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", + "hash": "17291714734882915823" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", - "hash": "3006629702659510739" + "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", + "hash": "8696373633900139960" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", - "hash": "100886477017713472" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", + "hash": "10209490491669077224" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", - "hash": "10077679475171809126" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", + "hash": "5762239862513015054" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", - "hash": "5660188368050508854" + "file": "libs/designer/src/lib/common/images/arrowdark.svg", + "hash": "5926111895234327525" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", - "hash": "11131838065920201391" + "file": "libs/designer/src/lib/common/images/arrowlight.svg", + "hash": "8015769479673340480" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", - "hash": "13566082502710021736" + "file": "libs/designer/src/lib/common/images/arrowred.svg", + "hash": "2430505900927056727" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", - "hash": "12296705675084518902" + "file": "libs/designer/src/lib/common/images/bolt.svg", + "hash": "17462634652015284885" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", - "hash": "13342526508144347040" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", + "hash": "4281210752025126548" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", - "hash": "13474461375617718404" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", + "hash": "8923215817224206799" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", - "hash": "13983831321244283457" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", + "hash": "4347287844293995514" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", - "hash": "7108278579523220096" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", + "hash": "802393672600738414" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", - "hash": "10631873547046281293" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", + "hash": "788257097228620744" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", - "hash": "7123412413209186643" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", + "hash": "11736524123979545801" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", - "hash": "1117570328130652991" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", + "hash": "965633922044453844" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", - "hash": "1733264326402918092" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", + "hash": "10224443075493376159" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", - "hash": "3595708927429341533" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", + "hash": "488405671534951514" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", - "hash": "865894747783623426" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", + "hash": "16381515837357068415" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", - "hash": "14830756969705794134" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", + "hash": "17856490403949387790" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", - "hash": "2914946415659675297" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", + "hash": "15243776523488424116" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", - "hash": "16834400481796434548" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", + "hash": "5699680888941228448" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", - "hash": "1803557640068303928" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", + "hash": "9764035938809534317" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", - "hash": "15092434348554335476" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", + "hash": "12326541136900487952" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", - "hash": "2276513063347032356" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", + "hash": "6245055721372883370" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", - "hash": "17998935529655324249" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", + "hash": "14444337833939963797" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", - "hash": "15364460512758958557" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", + "hash": "17064721766454223509" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", - "hash": "16899240778924055950" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", + "hash": "13549953610772304995" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", - "hash": "9924011533457598450" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", + "hash": "9884449892115783238" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", - "hash": "7767572464887768924" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", + "hash": "5650084185790556380" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", - "hash": "7686527428866436332" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", + "hash": "16533471828587912919" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", - "hash": "11373234010056310761" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", + "hash": "10277570825407438664" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", - "hash": "7741997988177804309" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", + "hash": "5644614242196469494" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", - "hash": "16657797432027512711" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", + "hash": "4854754781356184488" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", - "hash": "7834292151783220118" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", + "hash": "17577366797422234032" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", - "hash": "17051891480431593406" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", + "hash": "18096424898773100452" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", - "hash": "16730245766611684683" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", + "hash": "8410319851745043818" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", - "hash": "12726839322862689200" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", + "hash": "4344707577102300882" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", - "hash": "5887391731984230327" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", + "hash": "14973565284851361466" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", - "hash": "2467732114642522871" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", + "hash": "6940736653966224597" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", - "hash": "16626034528140491702" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", + "hash": "10913390805409066774" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", - "hash": "5296002993116882013" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", + "hash": "18310566090601123291" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", - "hash": "10188017289627588969" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", + "hash": "4211895255849396300" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", - "hash": "1675159976062942822" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", + "hash": "15249336994675481" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", - "hash": "7502777635008205844" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", + "hash": "6229273879523350518" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", - "hash": "12878592596309783536" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", + "hash": "14552059136095416702" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", - "hash": "2791881012434324580" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", + "hash": "8321402279766452771" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", - "hash": "2511804783728502816" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", + "hash": "14144206237714493160" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", - "hash": "3432859881620549418" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", + "hash": "546764277464022095" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", - "hash": "9387336807673284390" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", + "hash": "15076765899186592786" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", - "hash": "4898963402533420357" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", + "hash": "3692508794323306407" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", - "hash": "4269944712057516493" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", + "hash": "1731479113183843607" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", - "hash": "14718265665059339280" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", + "hash": "4173490804496111343" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", - "hash": "7061604242452138165" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", + "hash": "11873669256365835624" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", - "hash": "4587592477800649019" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", + "hash": "11139441907313241224" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", - "hash": "10401458838187653612" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", + "hash": "3241487867540139826" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", - "hash": "9176891392587620857" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", + "hash": "7715913989452853316" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", - "hash": "2407199846941309722" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", + "hash": "13582317555878671565" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", - "hash": "1123876939319318092" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", + "hash": "4977325050658584568" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", - "hash": "4017627522031381565" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", + "hash": "1045431280059616257" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", - "hash": "2171159214513520920" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", + "hash": "16640363275658842913" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", - "hash": "889254322578873619" + "file": "libs/designer/src/lib/common/images/card/delete.svg", + "hash": "15675230980148461553" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", - "hash": "14413093575682152883" + "file": "libs/designer/src/lib/common/images/card/input_selection.svg", + "hash": "6874565955253727212" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", - "hash": "15165385131541472136" + "file": "libs/designer/src/lib/common/images/card/optional_field.svg", + "hash": "13884780002161969050" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", - "hash": "6828262639021969187" + "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", + "hash": "11872211244220681036" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", - "hash": "16330222175525472241" + "file": "libs/designer/src/lib/common/images/delete.svg", + "hash": "2369920463731912593" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", - "hash": "12427938755401727885" + "file": "libs/designer/src/lib/common/images/gateway/add.svg", + "hash": "11819585580235095669" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", - "hash": "3374555813812257809" + "file": "libs/designer/src/lib/common/images/gateway/help.svg", + "hash": "12599303004882720277" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", - "hash": "14739455734775086197" + "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", + "hash": "6435518280858083886" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", - "hash": "1170392313973954221" + "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", + "hash": "12997387777000294056" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", - "hash": "8180427621259037034" + "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", + "hash": "7939169194091714776" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", - "hash": "15958942562504641676" + "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", + "hash": "16280757524503959992" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", - "hash": "7763682490519613414" + "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", + "hash": "18333062729648676215" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", - "hash": "4068662167400180993" + "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", + "hash": "17826554870116185216" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", - "hash": "4794954947494896316" + "file": "libs/designer/src/lib/common/images/pencil.svg", + "hash": "4552542774403200136" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", - "hash": "7116187061199185090" + "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", - "hash": "15977621135028738095" + "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", - "hash": "13660420692246207956" + "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", + "hash": "11632821499690045898" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", - "hash": "1572341707960536870" + "file": "libs/designer/src/lib/common/images/status_error.svg", + "hash": "7327477685402663444" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", - "hash": "14232613849282454700" + "file": "libs/designer/src/lib/common/images/status_success.svg", + "hash": "16589415129232216666" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", - "hash": "10166760419688614209" + "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", + "hash": "8952058323183937865" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", - "hash": "16055192665565192698" + "file": "libs/designer/src/lib/common/images/website/api.svg", + "hash": "16095509088326340538" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", - "hash": "8175155994288497941" + "file": "libs/designer/src/lib/common/images/website/apim.svg", + "hash": "15873815965442020768" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", - "hash": "8119741906614068714" + "file": "libs/designer/src/lib/common/images/website/apim_white.svg", + "hash": "14020416160783112768" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", - "hash": "11206711847389194503" + "file": "libs/designer/src/lib/common/images/website/create.svg", + "hash": "16033491393116457661" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", - "hash": "3591160166539833104" + "file": "libs/designer/src/lib/common/images/website/foreach.svg", + "hash": "3719190676549030233" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", - "hash": "7773406589009896884" + "file": "libs/designer/src/lib/common/images/website/function.svg", + "hash": "12552781765647401474" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", - "hash": "4892768480021903587" + "file": "libs/designer/src/lib/common/models/workflow.ts", + "hash": "11724936275981787758" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", - "hash": "15349888454275642220" + "file": "libs/designer/src/lib/common/utilities/Utils.ts", + "hash": "2333252227487981555" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", - "hash": "11046645091441895299" + "file": "libs/designer/src/lib/common/utilities/error.ts", + "hash": "14761866046570043475" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", - "hash": "17410102243572103025" + "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", + "hash": "10226240319907572020" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", - "hash": "2205405226598303423" + "file": "libs/designer/src/lib/core/DesignerProvider.tsx", + "hash": "8865415753051342650" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", - "hash": "16443053848208043214" + "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", + "hash": "1133788957422173169" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", - "hash": "6353074068805754271" + "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", + "hash": "13021850733178929057" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", - "hash": "11041788749094915589" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", + "hash": "10976178124567025188" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", - "hash": "5538973094461018797" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", + "hash": "8007408756114040866" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", - "hash": "6510671093079847643" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", + "hash": "12793128001647914730" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", - "hash": "828638025484685731" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", + "hash": "9408756046827245410" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", - "hash": "6895097639477963071" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", + "hash": "1145445308673345143" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", - "hash": "1426547248963374528" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", + "hash": "8714067957965973862" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", - "hash": "14413697257595496781" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", + "hash": "377035099592140993" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", - "hash": "1799919933587927043" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", + "hash": "2640821823957837771" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", - "hash": "1571462774225673671" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", + "hash": "4883489638704343677" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", - "hash": "1911584494890126351" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", + "hash": "1063338721262391862" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", - "hash": "2330141020463872277" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", + "hash": "13051148389008776707" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", - "hash": "10719568855246472076" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", + "hash": "16166965666592256044" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", - "hash": "18139156273697161782" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", + "hash": "7644883283632193272" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", - "hash": "15720245641047356701" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", + "hash": "3268658162048948497" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", - "hash": "12086801869317392928" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", + "hash": "12938819441932090008" }, { - "file": "libs/logic-apps-shared/src/index.ts", - "hash": "9717124156846303739" + "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", + "hash": "18391939971202172617" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", - "hash": "11318221955501235729" + "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", + "hash": "5135976908480724598" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", - "hash": "13611516582697097448" + "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", + "hash": "6555520085152754544" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", - "hash": "11544173516496230263" + "file": "libs/designer/src/lib/core/graphlayout/index.ts", + "hash": "1183230721606983661" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", - "hash": "14862806058688104976" + "file": "libs/designer/src/lib/core/index.ts", + "hash": "17021345483470396631" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", - "hash": "9626306083503098516" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", + "hash": "5690913620690077130" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", - "hash": "13452577152159708039" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", + "hash": "14509662786295405295" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", - "hash": "2639767277319145060" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", + "hash": "6387737565995930308" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", - "hash": "11253900666781060000" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", + "hash": "18344987115654458228" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", - "hash": "2514579217606816857" + "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", + "hash": "14964928502892749345" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", - "hash": "2216121188647329440" + "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", + "hash": "14646033592987575031" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", - "hash": "7351183375731221476" + "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", + "hash": "17520637296625214501" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", - "hash": "4640309169592179384" + "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", + "hash": "16515897955999880047" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", - "hash": "18323037848901728858" + "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", + "hash": "8489461695139161622" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", - "hash": "14223814348622883515" + "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", + "hash": "11556548277387433966" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", - "hash": "17423074136970485531" + "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", + "hash": "1566269831108361105" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", - "hash": "17876580007472127052" + "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", + "hash": "13854397699622059247" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", - "hash": "5567473388799682859" + "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", + "hash": "7091192159636622669" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", - "hash": "17142141458975466703" + "file": "libs/designer/src/lib/core/queries/browse.ts", + "hash": "15277260528629014649" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", - "hash": "14405559325804551293" + "file": "libs/designer/src/lib/core/queries/connections.ts", + "hash": "1501738903167968950" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", - "hash": "15848248395621852185" + "file": "libs/designer/src/lib/core/queries/connector.ts", + "hash": "10042584932448483913" }, { - "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", - "hash": "17627181196005757916" + "file": "libs/designer/src/lib/core/queries/operation.ts", + "hash": "18070523527133930267" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", - "hash": "6040922602083171954" + "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", + "hash": "11873332201419444196" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", - "hash": "10055707279763634029" + "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", + "hash": "944283261874392963" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", - "hash": "9089577798505505863" + "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", + "hash": "14043559070256094030" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", - "hash": "13562749690133433887" + "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", + "hash": "17661438812224560039" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", - "hash": "5663604703010066942" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", + "hash": "552151791694841859" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", - "hash": "2534161988511516592" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", + "hash": "5709160121732674319" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", - "hash": "16419030944505832016" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", + "hash": "11880532030602689040" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", - "hash": "15612717865703687552" + "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", + "hash": "15539125750855046238" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", - "hash": "13474113712208318530" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", + "hash": "17496610770440064597" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", - "hash": "881578797815144323" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", + "hash": "12399207044214169579" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", - "hash": "11790935691899638544" + "file": "libs/designer/src/lib/core/state/global.ts", + "hash": "2467378088186721273" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", - "hash": "8385944373056976852" + "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", + "hash": "7160406653392297178" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", - "hash": "4043313233263109351" + "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", + "hash": "13231490325898643987" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", - "hash": "11102785353391478346" + "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", + "hash": "580443950008935701" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", - "hash": "171638812131418198" + "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", + "hash": "11619174720328207349" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", - "hash": "2327407329881982053" + "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", + "hash": "12360836867786652472" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", - "hash": "9629066330778884542" + "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", + "hash": "17837734844866824533" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", - "hash": "16717791144236642315" + "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", + "hash": "3597817075648231871" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", - "hash": "9536863172217279644" + "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", + "hash": "8221487224681813587" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", - "hash": "18142537813025869201" + "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", + "hash": "13672923006305683744" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", - "hash": "15387106749322046014" + "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", + "hash": "3869560885023421381" }, { - "file": "libs/logic-apps-shared/src/intl/src/index.ts", - "hash": "5880101155327804229" + "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", + "hash": "7513105324012396408" }, { - "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", - "hash": "9493587879189422226" + "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", + "hash": "15674134190940167340" }, { - "file": "libs/logic-apps-shared/src/parsers/index.ts", - "hash": "14406165726550655762" + "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", + "hash": "4534305780862072392" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", - "hash": "14434625489663341100" + "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", + "hash": "4540330469149645148" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", - "hash": "431479051526850728" + "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", + "hash": "297492272351660565" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", - "hash": "1447869553729602329" + "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", + "hash": "6447767112269051024" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", - "hash": "5729743152469113203" + "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", + "hash": "4965448880727320441" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", - "hash": "11639224397713257805" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", + "hash": "10627578442358036420" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", - "hash": "16375130740710703419" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", + "hash": "3377780393722064446" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", - "hash": "11953954476398047389" + "file": "libs/designer/src/lib/core/store.ts", + "hash": "7675307851224561844" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", - "hash": "2210192340749619384" + "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", + "hash": "10932912534190676887" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", - "hash": "511658573327045626" + "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", + "hash": "10477834709138765316" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", - "hash": "12303487102566855915" + "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", + "hash": "6400741599488247828" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", - "hash": "11402826658491359232" + "file": "libs/designer/src/lib/core/utils/card.ts", + "hash": "17388048148998821366" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", - "hash": "6825951630416775947" + "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", + "hash": "14380782528292918805" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", - "hash": "2805940425132879908" + "file": "libs/designer/src/lib/core/utils/graph.ts", + "hash": "9113893809945541281" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", - "hash": "8489667444524953557" + "file": "libs/designer/src/lib/core/utils/loops.ts", + "hash": "17832329493412946298" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", - "hash": "14606573267340170277" + "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", + "hash": "1420254453350497458" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", - "hash": "14196059685546491397" + "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", + "hash": "842207519268466443" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", - "hash": "14050169068191640430" + "file": "libs/designer/src/lib/core/utils/outputs.ts", + "hash": "2523378346613014879" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", - "hash": "10053227308471445195" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", + "hash": "3643994527394489617" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", - "hash": "11769122580063614459" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", + "hash": "2422344699678475886" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", - "hash": "745830827396299178" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", + "hash": "17504009570966731362" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", - "hash": "1027675781125994812" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", + "hash": "14679208978083456209" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", - "hash": "7986263690502094190" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", + "hash": "9346212500047195690" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", - "hash": "16722491980851361131" + "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", + "hash": "16944935834687261736" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", - "hash": "11863418691057542043" + "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", + "hash": "5504094716509853138" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", - "hash": "3814535965481203921" + "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", + "hash": "789795195726361469" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", - "hash": "15552531164182029199" + "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", + "hash": "1212164914387801521" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", - "hash": "15707985138297454208" + "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", + "hash": "4584055025926510588" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", - "hash": "8203696318475998577" + "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", + "hash": "17685281869497732131" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", - "hash": "16965130050548374080" + "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", + "hash": "17503616740995511873" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", - "hash": "17677112185734595302" + "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", + "hash": "5493345090301795523" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", - "hash": "17190408303933547022" + "file": "libs/designer/src/lib/core/utils/setting.ts", + "hash": "607724160972661514" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", - "hash": "6837630829095975444" + "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", + "hash": "300462517969513749" }, { - "file": "libs/logic-apps-shared/src/utils/src/index.ts", - "hash": "10410575831740573676" + "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", + "hash": "710587862511662252" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", - "hash": "4727605297220290209" + "file": "libs/designer/src/lib/core/utils/tokens.ts", + "hash": "16598154144351001077" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", - "hash": "14486861888502652092" + "file": "libs/designer/src/lib/core/utils/validation.ts", + "hash": "3321415876925824657" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", - "hash": "14917406684066904829" + "file": "libs/designer/src/lib/core/utils/variables.ts", + "hash": "18113110944598796795" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", - "hash": "13784490208174778956" + "file": "libs/designer/src/lib/core/utils/workflow.ts", + "hash": "2503685323390352213" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", - "hash": "5485574054856489322" + "file": "libs/designer/src/lib/index.tsx", + "hash": "3108540739134237574" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", - "hash": "7212073480745607382" + "file": "libs/designer/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", - "hash": "10702209958963271416" + "file": "libs/designer/src/lib/ui/Controls.tsx", + "hash": "11679666175589395115" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", - "hash": "4266295413916081180" + "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", + "hash": "18335299629456245936" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", - "hash": "18218774632996040833" + "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", + "hash": "8683562698326398762" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", - "hash": "3921550207499097708" + "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", + "hash": "6973870354555514502" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", - "hash": "16323037561979992179" + "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", + "hash": "2623692442355217780" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", - "hash": "4346902897670598580" + "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", + "hash": "17275763272438441218" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", - "hash": "18306290794139362199" + "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", + "hash": "16798466643167652597" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", - "hash": "12827775712440356270" + "file": "libs/designer/src/lib/ui/Designer.tsx", + "hash": "16681715909651728710" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", - "hash": "12780007669564837262" + "file": "libs/designer/src/lib/ui/Minimap.tsx", + "hash": "16784302034175684453" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", - "hash": "10649237237708086601" + "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", + "hash": "9589106174231375844" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", - "hash": "16265988629726370223" + "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", + "hash": "3078414740510575754" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", - "hash": "4342729621317785815" + "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", + "hash": "14069610435069570388" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", - "hash": "17931405780059128507" + "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", + "hash": "2917805269573375288" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", - "hash": "11275772986299991786" + "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", + "hash": "3469127252427478749" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", - "hash": "14172933526512144674" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", - "hash": "8097726720353189151" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", + "hash": "2870378826580830856" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", - "hash": "17424119200157481456" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", - "hash": "6316675658315917165" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", + "hash": "17062398617519134809" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", - "hash": "17285595875462734375" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", - "hash": "10787957479004558655" + "file": "libs/designer/src/lib/ui/connections/edge.tsx", + "hash": "5497512017299495007" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", - "hash": "924391710566473857" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", + "hash": "18432693650012936880" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", - "hash": "18221863617102146813" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", + "hash": "5555780360896210685" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", - "hash": "4421237494227621410" + "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", + "hash": "13807895509711892964" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", - "hash": "12775712264492385024" + "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", + "hash": "7876264136480687494" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", - "hash": "13175286304358008848" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", + "hash": "2408849985874822150" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", - "hash": "15335411595834044598" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", + "hash": "4860151930479659861" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", - "hash": "13941170058709179863" + "file": "libs/designer/src/lib/ui/index.tsx", + "hash": "16341670098352328808" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", - "hash": "5560781174328914491" + "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", + "hash": "11764721752232747899" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", - "hash": "13885780335314142211" + "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", + "hash": "18054694947746552645" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", - "hash": "14719921367101255082" + "file": "libs/designer/src/lib/ui/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", - "hash": "14197989536257233793" + "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", + "hash": "17569954728099794023" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", - "hash": "79196203943799003" + "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", + "hash": "583479515840133304" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", - "hash": "1773324083978265246" + "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", + "hash": "12873127522514834077" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", - "hash": "16462763711137735088" + "file": "libs/designer/src/lib/ui/menuItems/index.tsx", + "hash": "17248340653302800129" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", - "hash": "16779865992229698101" + "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", + "hash": "11451946634355722234" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", - "hash": "6133462328373533461" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", + "hash": "8808436492128491535" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", - "hash": "2681330121858908210" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", + "hash": "11188019418177543078" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", - "hash": "3670299451416716175" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", + "hash": "10622257218635018165" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", - "hash": "6771680877558200992" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", + "hash": "14381813606682941152" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", - "hash": "17593916544224071508" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", + "hash": "14863904385332766059" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", - "hash": "10533072781574562738" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", + "hash": "105776725888969737" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", - "hash": "2572403417534260160" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", + "hash": "3486053682563706186" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", - "hash": "2078500890542782930" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", + "hash": "4295986676874411230" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", - "hash": "13095245056926067394" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", + "hash": "5044350433743159771" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", - "hash": "5866684311064342041" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", + "hash": "17190185412675906484" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", - "hash": "10053725396844537374" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", + "hash": "413683764976891703" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", - "hash": "11901860371911382948" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", + "hash": "2896450508867033368" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", - "hash": "3827527429415846737" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", + "hash": "8866623228316007595" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", - "hash": "9814598968821475901" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", + "hash": "17888799308169784633" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", - "hash": "9515526602733602379" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", + "hash": "3217802139905584148" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", - "hash": "18237200074476379247" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", + "hash": "962585077833873680" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", - "hash": "18138026162521915000" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", + "hash": "2345600340639460118" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", - "hash": "5600260597734849270" - } - ], - "@microsoft/designer-ui": [ - { - "file": "libs/designer-ui/package.json", - "hash": "13093062122226795566", - "deps": ["@microsoft/logic-apps-shared", "npm:react", "npm:react-dom"] + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", + "hash": "6438581048872326276" }, { - "file": "libs/designer-ui/src/assets/search/noResults.svg", - "hash": "4909511463165872592" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", + "hash": "4636028013835727768" }, { - "file": "libs/designer-ui/src/index.ts", - "hash": "14428353282588746736" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", + "hash": "14888900866274310223" }, { - "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", - "hash": "14434568979751658338" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", + "hash": "4040358874212544513" }, { - "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", - "hash": "14908105139639555615" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", + "hash": "15708146643216275913" }, { - "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", - "hash": "7211006209534532164" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", + "hash": "18064072806053472795" }, { - "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", - "hash": "11094301716023935000" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", + "hash": "813895254218562259" }, { - "file": "libs/designer-ui/src/lib/about/about.less", - "hash": "11763256971442327180" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", + "hash": "16620206185148038430" }, { - "file": "libs/designer-ui/src/lib/about/index.tsx", - "hash": "1885249223741047225" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", + "hash": "5385478426844583686" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", - "hash": "14884276543197931855" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", + "hash": "17955152684217995627" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", - "hash": "119144818974442509" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", + "hash": "8096213501021087139" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", - "hash": "2571402350210962658" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", + "hash": "6954364116161516939" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", - "hash": "8994554438666876777" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", + "hash": "2774370202590136493" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", - "hash": "5617830809914714226" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", + "hash": "2990072573754773610" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", - "hash": "3045029944051572215" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", + "hash": "16009164000053936481" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", - "hash": "15035395214520169992" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", + "hash": "12787968918952964503" }, { - "file": "libs/designer-ui/src/lib/apicards.less", - "hash": "13797202201533966679" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", + "hash": "7320427274234546201" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", - "hash": "1159973821678804034" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", + "hash": "1017935854018236971" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", - "hash": "15663177271477515098" + "file": "libs/designer/src/lib/ui/panel/index.tsx", + "hash": "8931413980282435903" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", - "hash": "15257122625185925783" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", + "hash": "691362796351085760" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", - "hash": "3440648328094660448" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", + "hash": "1761891437078855966" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", - "hash": "1035335925853359629" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", + "hash": "1057924626207991961" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", - "hash": "15902940521963280423" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", + "hash": "6280253552466033403" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", - "hash": "10301768307429232439" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", + "hash": "8768239693411150392" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", - "hash": "13067628806797164554" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", + "hash": "7891578013616621917" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", - "hash": "5940965594446421041" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", + "hash": "6936908943603154102" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", - "hash": "6013139278499039153" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", + "hash": "438510564774690503" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", - "hash": "14344032625786759505" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", + "hash": "16798406127854826620" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", - "hash": "12838314745302584802" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", + "hash": "3595348225477585500" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", - "hash": "12431847260795348376" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", + "hash": "11057896419932325694" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", - "hash": "11721662882789703309" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", + "hash": "4104206428172572624" }, { - "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", - "hash": "9710908466929509626" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", + "hash": "6547505579084266234" }, { - "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", - "hash": "11958567725113824782" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", + "hash": "6573526002733579255" }, { - "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", - "hash": "8161067183164594482" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", + "hash": "2589613772379687118" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", - "hash": "12160223154281286587" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", + "hash": "5973638345373933302" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", - "hash": "16430731582068929461" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", + "hash": "15042347812954300106" }, { - "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", - "hash": "15218856122571348271" + "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", + "hash": "6338890337184233730" }, { - "file": "libs/designer-ui/src/lib/authentication/authentication.less", - "hash": "13977853940860538752" + "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", + "hash": "12332136203110463175" }, { - "file": "libs/designer-ui/src/lib/authentication/index.tsx", - "hash": "12121725416726564057" + "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", + "hash": "14199280944066488263" }, { - "file": "libs/designer-ui/src/lib/authentication/util.ts", - "hash": "11605613898253709629" + "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", + "hash": "2615756064988394528" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", - "hash": "4239997238176229679" + "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", + "hash": "17548951851137442209" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", - "hash": "13992825478287594370" + "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", + "hash": "13695075695640031897" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", - "hash": "4867411311567038161" + "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", + "hash": "5633104287798836216" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", - "hash": "4547318522865203584" + "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", + "hash": "18046537988904659224" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", - "hash": "14866563066427854785" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", + "hash": "1871737709038769946" }, { - "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", - "hash": "10879704914758677366" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", + "hash": "6979096270862588135" }, { - "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", - "hash": "17307763740338983688" + "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", + "hash": "970334209122746164" }, { - "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", - "hash": "14241926419350930556" + "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", + "hash": "9667005076024681736" }, { - "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", - "hash": "5187864438896470501" + "file": "libs/designer/src/lib/ui/settings/index.tsx", + "hash": "14559726202240722620" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", - "hash": "8302242870984866501" + "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", + "hash": "4578759189608616930" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", - "hash": "12826695037894387883" + "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", + "hash": "17737294470449076285" }, { - "file": "libs/designer-ui/src/lib/card/batch.less", - "hash": "10575267785363995315" + "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", + "hash": "3442351415387182271" }, { - "file": "libs/designer-ui/src/lib/card/card.less", - "hash": "15282637473947824061" + "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", + "hash": "15073803307628141748" }, { - "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", - "hash": "6484623461460191253" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", + "hash": "13259211909852062902" }, { - "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", - "hash": "16034062062771286179" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", + "hash": "1121495998656744936" }, { - "file": "libs/designer-ui/src/lib/card/cardmonitor.less", - "hash": "4871384248042757553" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", + "hash": "1034166355859418220" }, { - "file": "libs/designer-ui/src/lib/card/cardv2.less", - "hash": "6593714482527657845" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", + "hash": "305675838625215663" }, { - "file": "libs/designer-ui/src/lib/card/config/config.less", - "hash": "5613835801941506485" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", + "hash": "1949585750942351876" }, { - "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", - "hash": "8278918968245925125" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", + "hash": "4499489232140778372" }, { - "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", - "hash": "3759914967985226400" + "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", + "hash": "13293113667156220544" }, { - "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", - "hash": "14402384408736907567" + "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", + "hash": "9211118379886345968" }, { - "file": "libs/designer-ui/src/lib/card/function/function.less", - "hash": "15731313779614157076" + "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", + "hash": "1426261106233320224" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", - "hash": "7734290807369071142" + "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", + "hash": "4817919565569896749" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", - "hash": "13163728213584653339" + "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", + "hash": "14117197387047983705" }, { - "file": "libs/designer-ui/src/lib/card/hooks.ts", - "hash": "3280423690018226095" + "file": "libs/designer/src/lib/ui/styles.less", + "hash": "8828323265444774935" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", - "hash": "13724223152608135682" + "file": "libs/designer/tsconfig.json", + "hash": "2991600590297984719" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", - "hash": "10199587974604360910" + "file": "libs/designer/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", - "hash": "1732185137555566396" + "file": "libs/designer/tsup.config.ts", + "hash": "5034656414761252557" + } + ], + "@microsoft/vscode-extension-logic-apps": [ + { + "file": "libs/vscode-extension/package.json", + "hash": "15998724868521866521", + "deps": [ + "npm:@microsoft/vscode-azext-azureappservice", + "npm:@microsoft/vscode-azext-utils", + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:react-query", + "npm:axios", + "npm:@apidevtools/swagger-parser", + "npm:reactflow", + "npm:tslib" + ] }, { - "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", - "hash": "9622432927124771" + "file": "libs/vscode-extension/src/assets/architecture.png", + "hash": "26421078174694397" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", - "hash": "16379690233431545152" + "file": "libs/vscode-extension/src/index.ts", + "hash": "13894618422633116150" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", - "hash": "18196248137118265647" + "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", + "hash": "13120906341305634586" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", - "hash": "7362441868927286283" + "file": "libs/vscode-extension/src/lib/helpers/index.ts", + "hash": "10780152196575928830" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", - "hash": "14506568544666863824" + "file": "libs/vscode-extension/src/lib/models/artifact.ts", + "hash": "7146957473126889114" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", - "hash": "13676032398949697479" + "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", + "hash": "6154477977645149666" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", - "hash": "12071288473248491154" + "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", + "hash": "5895652225166913174" }, { - "file": "libs/designer-ui/src/lib/card/images/collapse.svg", - "hash": "3724917790453240684" + "file": "libs/vscode-extension/src/lib/models/connection.ts", + "hash": "8902288875218630610" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", - "hash": "7710484694921752567" + "file": "libs/vscode-extension/src/lib/models/context.ts", + "hash": "289535333068392984" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.svg", - "hash": "15675230980148461553" + "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", + "hash": "10232207379279475729" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", + "hash": "8661551841000564066" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "libs/vscode-extension/src/lib/models/functions.ts", + "hash": "8921509321344504417" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", - "hash": "3682275420836100854" + "file": "libs/vscode-extension/src/lib/models/host.ts", + "hash": "4946881646528119602" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "libs/vscode-extension/src/lib/models/index.ts", + "hash": "8629351622118864800" }, { - "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", - "hash": "13253552947487643867" + "file": "libs/vscode-extension/src/lib/models/language.ts", + "hash": "12998506532698409684" }, { - "file": "libs/designer-ui/src/lib/card/images/expand.svg", - "hash": "1365824124689290130" + "file": "libs/vscode-extension/src/lib/models/launch.ts", + "hash": "3299137502222266496" }, { - "file": "libs/designer-ui/src/lib/card/images/information.svg", - "hash": "2629543329230765405" + "file": "libs/vscode-extension/src/lib/models/parameter.ts", + "hash": "2466587591546831647" }, { - "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", - "hash": "8036333629834072325" + "file": "libs/vscode-extension/src/lib/models/process.ts", + "hash": "12858203324101334851" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", - "hash": "4791285533034835653" + "file": "libs/vscode-extension/src/lib/models/project.ts", + "hash": "12064643844535713228" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", - "hash": "2827706739916533779" + "file": "libs/vscode-extension/src/lib/models/tasks.ts", + "hash": "15455125440905214634" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", - "hash": "2205398914635833301" + "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", + "hash": "11529840343560446484" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", - "hash": "14020397064356319924" + "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", + "hash": "10730630576740403610" }, { - "file": "libs/designer-ui/src/lib/card/images/parameters.svg", - "hash": "5661870126399503537" + "file": "libs/vscode-extension/src/lib/models/templates/index.ts", + "hash": "15419456393693419504" }, { - "file": "libs/designer-ui/src/lib/card/images/plus.svg", - "hash": "11071985059296778590" + "file": "libs/vscode-extension/src/lib/models/workflow.ts", + "hash": "4080408159234522751" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", - "hash": "15762098724270837693" + "file": "libs/vscode-extension/src/lib/services/httpClient.ts", + "hash": "13366754612634721081" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", - "hash": "14136830631826324888" + "file": "libs/vscode-extension/src/lib/services/index.ts", + "hash": "2286143948438821916" }, { - "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", - "hash": "561849715759343409" - }, + "file": "libs/vscode-extension/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "@microsoft/logic-apps-shared": [ { - "file": "libs/designer-ui/src/lib/card/index.tsx", - "hash": "13283832555519492964" + "file": "libs/logic-apps-shared/package.json", + "hash": "16492122863359719881", + "deps": [ + "npm:@apidevtools/swagger-parser", + "npm:@formatjs/intl", + "npm:axios", + "npm:react-intl", + "npm:react-query", + "npm:reactflow", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", - "hash": "16011573732296811334" + "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", + "hash": "9380633527024969017" }, { - "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", - "hash": "13785447784192146498" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", + "hash": "4041114759273409584" }, { - "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", - "hash": "8715826541047287974" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", + "hash": "10744005867854668544" }, { - "file": "libs/designer-ui/src/lib/card/query/query.less", - "hash": "11595797360380764326" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", + "hash": "14062257101193816574" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", - "hash": "14660261598576668135" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", + "hash": "4954893213128657861" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", - "hash": "13526667775577606191" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", + "hash": "7641115249858288898" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", - "hash": "5079305499650318742" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", + "hash": "14155161053626149773" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", - "hash": "6661024250966707869" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", + "hash": "10972091389277624213" }, { - "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", - "hash": "5399921611201970010" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", + "hash": "6570789037033524363" }, { - "file": "libs/designer-ui/src/lib/card/types.ts", - "hash": "2035207173265258244" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", + "hash": "6476740600976986139" }, { - "file": "libs/designer-ui/src/lib/card/utils.ts", - "hash": "3779033005510076581" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", + "hash": "4669131476797349411" }, { - "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", - "hash": "10318132727028056408" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", + "hash": "18322018366374797773" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", - "hash": "17281609971834388003" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", + "hash": "12152048241403700781" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", - "hash": "14718424728750458630" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", + "hash": "5149245040157794958" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", - "hash": "278286692645171379" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", + "hash": "17264514741585944669" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", - "hash": "10765956740228704595" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", + "hash": "16981660441021349989" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", - "hash": "2404121659635757544" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", + "hash": "7841465441925735303" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", - "hash": "6405085190209280425" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", + "hash": "8805378272928779631" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", - "hash": "9946485231683147120" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", + "hash": "100886477017713472" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", - "hash": "1833570921333464272" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", + "hash": "12010754552584586238" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", - "hash": "17028620127527218534" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", + "hash": "2493896786957967735" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", - "hash": "7899578072090309552" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", + "hash": "4467584828026361594" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", - "hash": "17829515265716695263" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", + "hash": "15048548058211350550" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", - "hash": "5169733349440851429" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", + "hash": "16667370445776365408" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", - "hash": "10302797527483302249" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", + "hash": "2922519993752406611" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", - "hash": "13795366944427306018" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", + "hash": "2015298222781796439" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", - "hash": "12415165516808188305" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", + "hash": "12154580097533679529" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", - "hash": "96877705819455053" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", + "hash": "990168561317107639" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", - "hash": "4069273522099387001" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", + "hash": "13798407810885346784" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", - "hash": "12978837117575037085" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", + "hash": "6637693727017499456" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", - "hash": "8663050766979969020" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", + "hash": "5415884704526136465" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", - "hash": "15417662538862126703" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", + "hash": "12944393287525757801" }, { - "file": "libs/designer-ui/src/lib/chatbot/constants.ts", - "hash": "14764507907521508128" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", + "hash": "338894801370095333" }, { - "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", - "hash": "4609791305957523089" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", + "hash": "4325353527285954074" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", - "hash": "5685043772510116791" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", + "hash": "14656750022224496512" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", - "hash": "1667833042679839191" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", + "hash": "8383854433493377485" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", - "hash": "13854507772202693145" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", + "hash": "14050868048024762041" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", - "hash": "17373142789703576555" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", + "hash": "3952535120512157063" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", - "hash": "1013409430604737232" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", + "hash": "10227457389794045251" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", - "hash": "661752008716122787" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", + "hash": "2276513063347032356" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", - "hash": "6716426185680659027" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", + "hash": "17998935529655324249" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", - "hash": "7382581463363358893" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", + "hash": "15364460512758958557" }, { - "file": "libs/designer-ui/src/lib/chatbot/index.tsx", - "hash": "381454499199907675" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", + "hash": "16899240778924055950" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", - "hash": "16238688331967189110" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", + "hash": "9924011533457598450" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", - "hash": "14580093519349138483" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", + "hash": "7767572464887768924" }, { - "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", - "hash": "8902335799853458705" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", + "hash": "7686527428866436332" }, { - "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", - "hash": "5171683084974637831" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", + "hash": "11373234010056310761" }, { - "file": "libs/designer-ui/src/lib/checkbox/index.tsx", - "hash": "8389410843229075694" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", + "hash": "7741997988177804309" }, { - "file": "libs/designer-ui/src/lib/code/codeeditor.less", - "hash": "11024599462256253403" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", + "hash": "11285262017602894102" }, { - "file": "libs/designer-ui/src/lib/code/index.tsx", - "hash": "13872385794669469789" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", + "hash": "7834292151783220118" }, { - "file": "libs/designer-ui/src/lib/code/util.ts", - "hash": "445144902435184601" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", + "hash": "2689272469215697040" }, { - "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", - "hash": "9564984331172164947" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", + "hash": "16730245766611684683" }, { - "file": "libs/designer-ui/src/lib/colorizer/index.tsx", - "hash": "18329556158591594852" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", + "hash": "6313037814450709645" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", - "hash": "11926254562850019268" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", + "hash": "5887391731984230327" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", - "hash": "15494829096109972414" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", + "hash": "2080206098440690027" }, { - "file": "libs/designer-ui/src/lib/combobox/combobox.less", - "hash": "13345514601840043410" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", + "hash": "2442692051774771508" }, { - "file": "libs/designer-ui/src/lib/combobox/index.tsx", - "hash": "16544338680339035094" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", + "hash": "13169164367036674094" }, { - "file": "libs/designer-ui/src/lib/common.less", - "hash": "5857225994291839803" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", + "hash": "16907995455120176947" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", - "hash": "9169908592251197410" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", + "hash": "1659823225545591900" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", - "hash": "3046898503439319454" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", + "hash": "15456387445440121864" }, { - "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", - "hash": "5804642269610790205" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", + "hash": "12878592596309783536" }, { - "file": "libs/designer-ui/src/lib/connectioncontainer.less", - "hash": "4274580875391808041" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", + "hash": "557554024678459944" }, { - "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", - "hash": "6660835975053117480" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", + "hash": "6860029958723176995" }, { - "file": "libs/designer-ui/src/lib/connectors/index.ts", - "hash": "3193834300323525825" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", + "hash": "15296018982038336090" }, { - "file": "libs/designer-ui/src/lib/connectors/predicates.ts", - "hash": "16570364538734730436" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", + "hash": "13842792331747765980" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", - "hash": "15085878266015615396" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", + "hash": "13815149232604649499" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", - "hash": "18197468828345311134" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", + "hash": "14032597586361412245" }, { - "file": "libs/designer-ui/src/lib/constants.ts", - "hash": "7895778521881895365" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", + "hash": "9974254812452410710" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", - "hash": "11286495138927849850" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", + "hash": "2510786344585772506" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", - "hash": "15724424530173695319" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", + "hash": "1258465346072222717" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", - "hash": "11309293700573786127" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", + "hash": "12947203279230431560" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", - "hash": "10706937930238891864" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", + "hash": "4700233691144783223" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", - "hash": "13514247859608890614" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", + "hash": "16210378855781819556" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", - "hash": "11369730379345400687" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", + "hash": "3328556540278019081" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", - "hash": "8973634346517739741" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", + "hash": "17421938317864385521" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", - "hash": "7464088425034992851" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", + "hash": "5426595174508182540" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", - "hash": "5315460135369521554" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", + "hash": "889254322578873619" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", - "hash": "5281867526814354008" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", + "hash": "14413093575682152883" }, { - "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", - "hash": "3200362158239488916" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", + "hash": "15165385131541472136" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", - "hash": "3546074923186807401" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", + "hash": "6828262639021969187" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", - "hash": "1273753497022949897" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", + "hash": "16330222175525472241" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", - "hash": "13306096207015769369" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", + "hash": "12427938755401727885" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", - "hash": "11411020585614827947" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", + "hash": "3374555813812257809" }, { - "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", - "hash": "7281959028831627631" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", + "hash": "14739455734775086197" }, { - "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", - "hash": "8304019736247074220" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", + "hash": "1170392313973954221" }, { - "file": "libs/designer-ui/src/lib/dialogs/index.tsx", - "hash": "16665862280750290310" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", + "hash": "8180427621259037034" }, { - "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", - "hash": "13710269573446005500" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", + "hash": "15958942562504641676" }, { - "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", - "hash": "4819881443041728639" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", + "hash": "7763682490519613414" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", - "hash": "11966365107479255632" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", + "hash": "4068662167400180993" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", - "hash": "10228393789800803683" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", + "hash": "4794954947494896316" }, { - "file": "libs/designer-ui/src/lib/dictionary/index.tsx", - "hash": "18370968398463171770" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", + "hash": "11207042828717675065" }, { - "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", - "hash": "6335056025812075242" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", + "hash": "10901639031013279890" }, { - "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", - "hash": "15817139601189018466" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", + "hash": "16869109249828494594" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", - "hash": "6797310623515797047" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", + "hash": "4284022729214287627" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", - "hash": "8297998959357972135" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", + "hash": "5600174235635358338" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", + "hash": "8466132625137354797" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", - "hash": "9938088707494835854" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", + "hash": "1198608102687599866" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", - "hash": "189492023300231559" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", + "hash": "8175155994288497941" }, { - "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", - "hash": "10317518561976442215" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", + "hash": "4654647039340233519" }, { - "file": "libs/designer-ui/src/lib/dropdown/index.tsx", - "hash": "1612483364785584630" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", + "hash": "11206711847389194503" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", - "hash": "7434182615261632600" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", + "hash": "9525586797130627166" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", - "hash": "9501607464876161573" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", + "hash": "7773406589009896884" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", - "hash": "12128734607645409156" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", + "hash": "2719090974226360478" }, { - "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", - "hash": "17684652277786261310" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", + "hash": "16586240603433583151" }, { - "file": "libs/designer-ui/src/lib/editor/base/editor.less", - "hash": "12866109678262424869" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", + "hash": "6044024318958028975" }, { - "file": "libs/designer-ui/src/lib/editor/base/index.tsx", - "hash": "14166645835120534265" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", + "hash": "4971198904351819104" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", - "hash": "7693847861135382627" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", + "hash": "2205405226598303423" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", - "hash": "4541191440119529419" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", + "hash": "7027990687631079853" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", - "hash": "999476750027091176" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", + "hash": "4832609006995577677" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", - "hash": "17890662429827982084" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", + "hash": "11041788749094915589" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", - "hash": "13945640916550609803" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", + "hash": "744175669956000073" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", - "hash": "5927512080490513475" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", + "hash": "4570891349858327552" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", - "hash": "7428379870511488815" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", + "hash": "6957052954521419802" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", - "hash": "16501257364338436774" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", + "hash": "6895097639477963071" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", - "hash": "7159772630000027135" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", + "hash": "15484469170655437218" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", - "hash": "826227630247342849" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", + "hash": "718221044385207717" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", - "hash": "10708434969004690012" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", + "hash": "14225692641617281655" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", - "hash": "2147313770352251950" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", + "hash": "11654435207820210379" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", - "hash": "13449398835402371871" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", + "hash": "11652280676139008640" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", - "hash": "744582158043496767" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", + "hash": "3123356813475297727" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", - "hash": "2804235267765397597" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", + "hash": "760782622775556782" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", - "hash": "1396622124801278751" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", + "hash": "900472997630946196" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", - "hash": "10805420593120911666" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", + "hash": "14957662887872082161" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", - "hash": "9379670679296092620" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", + "hash": "1013983265834297086" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", - "hash": "15576049973494503143" + "file": "libs/logic-apps-shared/src/index.ts", + "hash": "9717124156846303739" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", - "hash": "13926370169738082009" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", + "hash": "15651910132769346184" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", - "hash": "5581606338787978728" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", + "hash": "17552605341157493404" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", - "hash": "8192890641204198515" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", + "hash": "5035985613530326321" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", - "hash": "12118490130152815053" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", + "hash": "4475004010363601986" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", - "hash": "2463583388686525568" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", + "hash": "4095382995607203736" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", - "hash": "10168710082438877665" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", + "hash": "3788387248943361249" }, { - "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", - "hash": "6646959457516159519" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", + "hash": "7108713252527138781" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", - "hash": "14686112532473519777" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", + "hash": "705786194542596636" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", - "hash": "9281471718380757374" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", + "hash": "14463024152359133709" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", - "hash": "1534107538736673298" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", + "hash": "7560213327654600681" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", - "hash": "12829686526507324272" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", + "hash": "16687663207402807017" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", - "hash": "8810971222002859696" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", + "hash": "6477546291513434590" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", - "hash": "17758309304074598462" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", + "hash": "9370844703510888737" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", - "hash": "2856148563059087619" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", + "hash": "7628537715920358813" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", - "hash": "8005004771604368381" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", + "hash": "8158361129347912029" }, { - "file": "libs/designer-ui/src/lib/editor/index.ts", - "hash": "10519293280335263474" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", + "hash": "6380830450896639043" + }, + { + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", + "hash": "10185664657106878859" }, { - "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", - "hash": "5153936568516294781" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", + "hash": "5951640446541949066" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", - "hash": "16814638361287986075" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", + "hash": "9382357970073518488" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", - "hash": "5064580720179297796" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", + "hash": "18017279529871760646" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", - "hash": "12121974177438633709" + "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", + "hash": "17627181196005757916" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", - "hash": "17176576509706398941" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", + "hash": "6040922602083171954" }, { - "file": "libs/designer-ui/src/lib/editor/shared/index.ts", - "hash": "14207176860322026590" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", + "hash": "10055707279763634029" }, { - "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", - "hash": "8024413390298642678" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", + "hash": "9089577798505505863" }, { - "file": "libs/designer-ui/src/lib/editor/string/index.tsx", - "hash": "7639585167181465561" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", + "hash": "13562749690133433887" }, { - "file": "libs/designer-ui/src/lib/error.less", - "hash": "3373390242925169530" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", + "hash": "5663604703010066942" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", - "hash": "9624981949339319323" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", + "hash": "2534161988511516592" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", - "hash": "10370400888889586543" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", + "hash": "16419030944505832016" }, { - "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", - "hash": "17617719147470187537" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", + "hash": "15612717865703687552" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", - "hash": "4277915310721666119" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", + "hash": "13474113712208318530" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", - "hash": "18032552394640042637" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", + "hash": "881578797815144323" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", - "hash": "13003257438294379371" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", + "hash": "11790935691899638544" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", - "hash": "1819426727053970521" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", + "hash": "8385944373056976852" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", - "hash": "3938398385346396861" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", + "hash": "4043313233263109351" }, { - "file": "libs/designer-ui/src/lib/eventhandler.ts", - "hash": "9886405224726247393" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", + "hash": "11102785353391478346" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", - "hash": "6690363619180504744" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", + "hash": "171638812131418198" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", - "hash": "17626371448885479665" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", + "hash": "2327407329881982053" }, { - "file": "libs/designer-ui/src/lib/fabric.less", - "hash": "7324803988841128995" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", + "hash": "9629066330778884542" }, { - "file": "libs/designer-ui/src/lib/fabric.ts", - "hash": "10340616322852475382" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", + "hash": "16717791144236642315" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", - "hash": "17392366590677974305" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", + "hash": "9536863172217279644" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", - "hash": "4041121768159149616" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", + "hash": "18142537813025869201" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", - "hash": "941920347758561377" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", + "hash": "15387106749322046014" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", - "hash": "4326546944393916235" + "file": "libs/logic-apps-shared/src/intl/src/index.ts", + "hash": "5880101155327804229" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", - "hash": "10540908164326165093" + "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", + "hash": "9493587879189422226" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", - "hash": "11473128131775540065" + "file": "libs/logic-apps-shared/src/parsers/index.ts", + "hash": "14406165726550655762" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", - "hash": "14543616680076626699" + "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", + "hash": "14434625489663341100" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", - "hash": "4326737180955321997" + "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", + "hash": "431479051526850728" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", - "hash": "17137134300501690521" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", + "hash": "1447869553729602329" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", - "hash": "13351151318103125008" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", + "hash": "5729743152469113203" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", - "hash": "8736472121872865078" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", + "hash": "11639224397713257805" }, { - "file": "libs/designer-ui/src/lib/flyout/flyout.less", - "hash": "4656963404569200854" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", + "hash": "16375130740710703419" }, { - "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", - "hash": "8017317867674531104" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", + "hash": "11953954476398047389" }, { - "file": "libs/designer-ui/src/lib/flyout/index.tsx", - "hash": "1260847504997562152" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", + "hash": "2210192340749619384" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", - "hash": "11532610769239171275" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", + "hash": "511658573327045626" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", - "hash": "6670084940779114703" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", + "hash": "12303487102566855915" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", - "hash": "9241936514538992768" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", + "hash": "11402826658491359232" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", - "hash": "4932261342436465773" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", + "hash": "6825951630416775947" }, { - "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", - "hash": "8173849641804162665" + "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", + "hash": "2805940425132879908" }, { - "file": "libs/designer-ui/src/lib/flyout2/index.tsx", - "hash": "3411562267958358391" + "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", + "hash": "8489667444524953557" }, { - "file": "libs/designer-ui/src/lib/flyout2/types.ts", - "hash": "8979356059828005344" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", + "hash": "14606573267340170277" }, { - "file": "libs/designer-ui/src/lib/helper.ts", - "hash": "5189186251086759243" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", + "hash": "14196059685546491397" }, { - "file": "libs/designer-ui/src/lib/html/htmleditor.less", - "hash": "17205576638309460013" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", + "hash": "14050169068191640430" }, { - "file": "libs/designer-ui/src/lib/html/index.tsx", - "hash": "3044561647356072724" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", + "hash": "10053227308471445195" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", - "hash": "8095200699080002708" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", + "hash": "11769122580063614459" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", - "hash": "9856168573309225800" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", + "hash": "745830827396299178" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", - "hash": "3522657421512189575" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", + "hash": "1027675781125994812" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", - "hash": "6822239360363505310" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", + "hash": "7986263690502094190" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", - "hash": "5514822623923500815" + "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", + "hash": "16722491980851361131" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", - "hash": "7136035197919586744" + "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", + "hash": "11863418691057542043" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", - "hash": "14372803173867136152" + "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", + "hash": "3814535965481203921" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", - "hash": "2194368813692256604" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", + "hash": "15552531164182029199" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", - "hash": "776689613520795095" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", + "hash": "15707985138297454208" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", - "hash": "6781567092509984620" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", + "hash": "8203696318475998577" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", - "hash": "7593112338545138083" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", + "hash": "16965130050548374080" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", - "hash": "2086008163121647920" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", + "hash": "17677112185734595302" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", - "hash": "6781567092509984620" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", + "hash": "10421500773173129841" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", - "hash": "214561553827607598" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", + "hash": "6837630829095975444" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", - "hash": "334782051825482473" + "file": "libs/logic-apps-shared/src/utils/src/index.ts", + "hash": "10410575831740573676" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", - "hash": "4585057281924668716" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", + "hash": "4727605297220290209" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", - "hash": "11495204600890515354" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", + "hash": "14486861888502652092" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", - "hash": "10663192197845770854" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", + "hash": "14917406684066904829" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", - "hash": "12534895890895115814" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", + "hash": "13784490208174778956" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", - "hash": "12594388779590684473" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", + "hash": "5485574054856489322" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", - "hash": "17603065135284266651" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", + "hash": "7212073480745607382" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", - "hash": "17330625502641164904" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", + "hash": "10702209958963271416" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", - "hash": "18048853400467862337" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", + "hash": "4266295413916081180" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", - "hash": "8167873247401494691" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", + "hash": "18218774632996040833" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", - "hash": "2078509837722520921" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", + "hash": "3921550207499097708" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", - "hash": "13255948299069352972" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", + "hash": "16323037561979992179" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", - "hash": "9368588845243372286" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", + "hash": "4346902897670598580" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", - "hash": "17332273936381855071" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", + "hash": "18306290794139362199" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", - "hash": "3274982305516698081" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", + "hash": "12827775712440356270" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", - "hash": "9368588845243372286" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", + "hash": "12780007669564837262" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", - "hash": "16690852428978853331" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", + "hash": "10649237237708086601" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", - "hash": "10813322944291888667" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", + "hash": "16265988629726370223" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", - "hash": "11230861677546471079" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", + "hash": "4342729621317785815" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", - "hash": "6747273522689120609" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", + "hash": "17931405780059128507" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", - "hash": "1474595322273650579" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", + "hash": "11275772986299991786" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", - "hash": "17970557104113324526" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", + "hash": "14172933526512144674" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", - "hash": "18208757820714239690" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", + "hash": "8097726720353189151" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", - "hash": "6124589755320637077" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", + "hash": "17424119200157481456" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", - "hash": "12407779132103186555" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", + "hash": "6316675658315917165" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", - "hash": "1920943312027348431" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", + "hash": "17285595875462734375" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", - "hash": "44898852948275301" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", + "hash": "10787957479004558655" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", - "hash": "1073425639168601706" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", + "hash": "924391710566473857" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", - "hash": "647227830974271854" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", + "hash": "18221863617102146813" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", - "hash": "6631214352319600313" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", + "hash": "4421237494227621410" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", - "hash": "84510633589929201" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", + "hash": "12775712264492385024" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", - "hash": "1593572000493596394" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", + "hash": "13175286304358008848" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", - "hash": "15935181764252854583" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", + "hash": "15335411595834044598" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", - "hash": "16309623552410081075" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", + "hash": "13941170058709179863" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", - "hash": "10046516850053247370" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", + "hash": "5560781174328914491" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", - "hash": "13297355801995093412" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", + "hash": "13885780335314142211" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", - "hash": "17542746478583457633" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", + "hash": "14719921367101255082" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", - "hash": "14476603392221631274" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", + "hash": "14197989536257233793" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", - "hash": "279548543693964971" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", + "hash": "79196203943799003" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", - "hash": "6589400180024017937" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", + "hash": "1773324083978265246" }, { - "file": "libs/designer-ui/src/lib/index.ts", - "hash": "1537154823661936001" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", + "hash": "16462763711137735088" }, { - "file": "libs/designer-ui/src/lib/infoDot/index.tsx", - "hash": "889059819977718434" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", + "hash": "16779865992229698101" }, { - "file": "libs/designer-ui/src/lib/infoDot/info.svg", - "hash": "8036333629834072325" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", + "hash": "6133462328373533461" }, { - "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", - "hash": "2930019025243925433" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", + "hash": "2681330121858908210" }, { - "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", - "hash": "10169695948451834948" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", + "hash": "3670299451416716175" }, { - "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", - "hash": "6801643171255754457" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", + "hash": "6771680877558200992" }, { - "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", - "hash": "5612500499332085961" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", + "hash": "17593916544224071508" }, { - "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", - "hash": "5761604846243713933" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", + "hash": "10533072781574562738" }, { - "file": "libs/designer-ui/src/lib/label/index.tsx", - "hash": "12007290011607531294" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", + "hash": "2572403417534260160" }, { - "file": "libs/designer-ui/src/lib/label/label.less", - "hash": "17687715295723073360" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", + "hash": "2078500890542782930" }, { - "file": "libs/designer-ui/src/lib/logicapps.less", - "hash": "8806087804226244251" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", + "hash": "13095245056926067394" }, { - "file": "libs/designer-ui/src/lib/mixins.less", - "hash": "230394439281864371" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", + "hash": "5866684311064342041" }, { - "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", - "hash": "10772217042952857206" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", + "hash": "10053725396844537374" }, { - "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", - "hash": "10027427216166238825" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", + "hash": "11901860371911382948" }, { - "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", - "hash": "12219677476669776727" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", + "hash": "3827527429415846737" }, { - "file": "libs/designer-ui/src/lib/modals/index.tsx", - "hash": "15575472481408686620" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", + "hash": "9814598968821475901" }, { - "file": "libs/designer-ui/src/lib/modals/styles.less", - "hash": "6136638654378217309" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", + "hash": "9515526602733602379" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", - "hash": "12736532418364604826" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", + "hash": "18237200074476379247" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", - "hash": "2313100514544127441" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", + "hash": "18138026162521915000" }, { - "file": "libs/designer-ui/src/lib/monitoring/index.tsx", - "hash": "12211943605206865211" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", + "hash": "5600260597734849270" }, { - "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", - "hash": "4246492693390330142" + "file": "libs/logic-apps-shared/tsconfig.json", + "hash": "5119560921033608397" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", - "hash": "419486314382071026" + "file": "libs/logic-apps-shared/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", - "hash": "10734404772668886632" + "file": "libs/logic-apps-shared/tsup.config.ts", + "hash": "5286132973577408611" + } + ], + "@microsoft/designer-ui": [ + { + "file": "libs/designer-ui/package.json", + "hash": "2157918880835177019", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:@fluentui/react", + "npm:react-intl", + "npm:@fluentui/react-components", + "npm:@lexical/react", + "npm:lexical", + "npm:@react-hookz/web", + "npm:fuse.js", + "npm:react-query", + "npm:reactflow", + "npm:react-dnd", + "npm:@fluentui/react-hooks", + "npm:react-markdown", + "npm:monaco-editor", + "npm:prism-react-renderer", + "npm:react-use", + "npm:@fluentui/react-icons", + "npm:@lexical/selection", + "npm:@lexical/utils", + "npm:@lexical/link", + "npm:@fluentui/theme", + "npm:@lexical/list", + "npm:@lexical/rich-text", + "npm:@lexical/html", + "npm:@monaco-editor/react", + "npm:react-infinite-scroll-component", + "npm:@fluentui/utilities", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", - "hash": "9977003285799703780" + "file": "libs/designer-ui/src/assets/search/noResults.svg", + "hash": "4909511463165872592" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", - "hash": "18421766469300972505" + "file": "libs/designer-ui/src/index.ts", + "hash": "14428353282588746736" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", - "hash": "6054757260707558854" + "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", + "hash": "14434568979751658338" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", - "hash": "6643666802199480477" + "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", + "hash": "14908105139639555615" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", - "hash": "17231865355086385495" + "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", + "hash": "7211006209534532164" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", - "hash": "3417626771857836063" + "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", + "hash": "11094301716023935000" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", - "hash": "675221209884803516" + "file": "libs/designer-ui/src/lib/about/about.less", + "hash": "11763256971442327180" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", - "hash": "551002707008561532" + "file": "libs/designer-ui/src/lib/about/index.tsx", + "hash": "1885249223741047225" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", - "hash": "1930433637852205854" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", + "hash": "14884276543197931855" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", - "hash": "10690577969096041995" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", + "hash": "119144818974442509" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", - "hash": "12342263735573181103" + "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", + "hash": "2571402350210962658" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", - "hash": "9275841064112612057" + "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", + "hash": "8994554438666876777" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", - "hash": "17586715276385690633" + "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", + "hash": "5617830809914714226" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", - "hash": "8262084751494625621" + "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", + "hash": "3045029944051572215" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", - "hash": "8411593742412961835" + "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", + "hash": "15035395214520169992" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", - "hash": "13580200872576368725" + "file": "libs/designer-ui/src/lib/apicards.less", + "hash": "13797202201533966679" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", - "hash": "4980405611307436406" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", + "hash": "1159973821678804034" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", - "hash": "14991302223393123721" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", + "hash": "15663177271477515098" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", - "hash": "7600255706253655942" + "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", + "hash": "15257122625185925783" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", - "hash": "11732121204991821272" + "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", + "hash": "3440648328094660448" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", - "hash": "15288351325626444660" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", + "hash": "1035335925853359629" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", - "hash": "10223585420368930613" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", + "hash": "15902940521963280423" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", - "hash": "504707717112540246" + "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", + "hash": "10301768307429232439" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", - "hash": "14110306780643171751" + "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", + "hash": "13067628806797164554" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", - "hash": "6270089317186652326" + "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", + "hash": "5940965594446421041" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", - "hash": "4141451220579211469" + "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", + "hash": "6013139278499039153" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", - "hash": "7852553993702366824" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", + "hash": "14344032625786759505" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", - "hash": "193615469479801715" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", + "hash": "12838314745302584802" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", - "hash": "15042873896617763231" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", + "hash": "12431847260795348376" }, { - "file": "libs/designer-ui/src/lib/monitoring/utils.ts", - "hash": "9811433099781057729" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", + "hash": "11721662882789703309" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", - "hash": "13057778445119292637" + "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", + "hash": "9710908466929509626" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", - "hash": "52763648028511711" + "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", + "hash": "11958567725113824782" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", - "hash": "16381991897841589409" + "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", + "hash": "8161067183164594482" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", - "hash": "12682441240875703524" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", + "hash": "12160223154281286587" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", - "hash": "6306384484732365176" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", + "hash": "16430731582068929461" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", - "hash": "18165893973256629169" + "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", + "hash": "15218856122571348271" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", - "hash": "12118327048907571655" + "file": "libs/designer-ui/src/lib/authentication/authentication.less", + "hash": "13977853940860538752" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", - "hash": "4887862900344122017" + "file": "libs/designer-ui/src/lib/authentication/index.tsx", + "hash": "12121725416726564057" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", - "hash": "10393528748572104925" + "file": "libs/designer-ui/src/lib/authentication/util.ts", + "hash": "11605613898253709629" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", - "hash": "12615346189074989274" + "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", + "hash": "4239997238176229679" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", - "hash": "2655487222859584186" + "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", + "hash": "13992825478287594370" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", - "hash": "3814871834163389192" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", + "hash": "4867411311567038161" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", - "hash": "7220757242219833664" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", + "hash": "4547318522865203584" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", - "hash": "10690413901210541672" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", + "hash": "14866563066427854785" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", - "hash": "5533580780908687247" + "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", + "hash": "10879704914758677366" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", - "hash": "12630218434281282082" + "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", + "hash": "17307763740338983688" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", - "hash": "13316433634332619599" + "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", + "hash": "14241926419350930556" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", - "hash": "839928699017032378" + "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", + "hash": "5187864438896470501" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", - "hash": "11716606859887286627" + "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", + "hash": "8302242870984866501" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", - "hash": "5872083708451966019" + "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", + "hash": "12826695037894387883" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", - "hash": "15717505785974351161" + "file": "libs/designer-ui/src/lib/card/batch.less", + "hash": "10575267785363995315" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", - "hash": "12638713730095398889" + "file": "libs/designer-ui/src/lib/card/card.less", + "hash": "15282637473947824061" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", - "hash": "13532955381020329840" + "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", + "hash": "6484623461460191253" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", - "hash": "9121170686559313064" + "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", + "hash": "16034062062771286179" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", - "hash": "13705639801361244797" + "file": "libs/designer-ui/src/lib/card/cardmonitor.less", + "hash": "4871384248042757553" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", - "hash": "293816288209646038" + "file": "libs/designer-ui/src/lib/card/cardv2.less", + "hash": "6593714482527657845" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", - "hash": "13516731456304339134" + "file": "libs/designer-ui/src/lib/card/config/config.less", + "hash": "5613835801941506485" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", - "hash": "2820497291641580399" + "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", + "hash": "8278918968245925125" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", - "hash": "17782873682755923460" + "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", + "hash": "3759914967985226400" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", - "hash": "11078711819505237055" + "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", + "hash": "14402384408736907567" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", - "hash": "4715217018796897924" + "file": "libs/designer-ui/src/lib/card/function/function.less", + "hash": "15731313779614157076" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", - "hash": "16386421992685205061" + "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", + "hash": "7734290807369071142" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", - "hash": "520098891633782607" + "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", + "hash": "13163728213584653339" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", - "hash": "16689468766866111496" + "file": "libs/designer-ui/src/lib/card/hooks.ts", + "hash": "3280423690018226095" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", - "hash": "9157709462736836045" + "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", + "hash": "13724223152608135682" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", - "hash": "8641869722527850309" + "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", + "hash": "10199587974604360910" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", - "hash": "6361707078583596524" + "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", + "hash": "1732185137555566396" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", - "hash": "16098260837036091861" + "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", + "hash": "9622432927124771" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", - "hash": "4155946816780797736" + "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", + "hash": "16379690233431545152" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", - "hash": "10828769169907430728" + "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", + "hash": "18196248137118265647" }, { - "file": "libs/designer-ui/src/lib/overview/index.tsx", - "hash": "5264729179643401284" + "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", + "hash": "7362441868927286283" }, { - "file": "libs/designer-ui/src/lib/overview/overview.less", - "hash": "5333086232166652616" + "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", + "hash": "14506568544666863824" }, { - "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", - "hash": "15827135014312739532" + "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", + "hash": "13676032398949697479" }, { - "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", - "hash": "7234411692432418034" + "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", + "hash": "12071288473248491154" }, { - "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", - "hash": "8550481728428631124" + "file": "libs/designer-ui/src/lib/card/images/collapse.svg", + "hash": "3724917790453240684" }, { - "file": "libs/designer-ui/src/lib/overview/types.ts", - "hash": "2126579598831689948" + "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", + "hash": "7710484694921752567" }, { - "file": "libs/designer-ui/src/lib/overview/utils.ts", - "hash": "8577445182783549528" + "file": "libs/designer-ui/src/lib/card/images/delete.svg", + "hash": "15675230980148461553" }, { - "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", - "hash": "15075441629819938492" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "libs/designer-ui/src/lib/pager/index.tsx", - "hash": "3778857838129502652" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "libs/designer-ui/src/lib/pager/pager.less", - "hash": "8091612682225053333" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", + "hash": "3682275420836100854" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", - "hash": "8696799417392234965" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", - "hash": "7002691248815830631" + "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", + "hash": "13253552947487643867" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", - "hash": "4993809863192411632" + "file": "libs/designer-ui/src/lib/card/images/expand.svg", + "hash": "1365824124689290130" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", - "hash": "2205853508975138528" + "file": "libs/designer-ui/src/lib/card/images/information.svg", + "hash": "2629543329230765405" }, { - "file": "libs/designer-ui/src/lib/panel/panel.less", - "hash": "17158687547008918287" + "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", + "hash": "8036333629834072325" }, { - "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", - "hash": "18002211042063796542" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", + "hash": "4791285533034835653" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", - "hash": "4181156361129071511" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", + "hash": "2827706739916533779" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", - "hash": "3211112189585202759" + "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", + "hash": "2205398914635833301" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", - "hash": "18309244507736451743" + "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", + "hash": "14020397064356319924" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", - "hash": "9351907373212021698" + "file": "libs/designer-ui/src/lib/card/images/parameters.svg", + "hash": "5661870126399503537" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", - "hash": "17322124435554399120" + "file": "libs/designer-ui/src/lib/card/images/plus.svg", + "hash": "11071985059296778590" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", - "hash": "11087265144024677369" + "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", + "hash": "15762098724270837693" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", - "hash": "17348543329160266229" + "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", + "hash": "14136830631826324888" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", - "hash": "5368141520701630173" + "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", + "hash": "561849715759343409" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", - "hash": "2554387369677849010" + "file": "libs/designer-ui/src/lib/card/index.tsx", + "hash": "13283832555519492964" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", - "hash": "12446852403660781374" + "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", + "hash": "16011573732296811334" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", - "hash": "13683402321157268579" + "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", + "hash": "13785447784192146498" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", - "hash": "17186600491422881894" + "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", + "hash": "8715826541047287974" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", - "hash": "13482017317742840376" + "file": "libs/designer-ui/src/lib/card/query/query.less", + "hash": "11595797360380764326" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", - "hash": "10499254465139828638" + "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", + "hash": "14660261598576668135" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", - "hash": "15977038685148705278" + "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", + "hash": "13526667775577606191" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", - "hash": "13240583012789543499" + "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", + "hash": "5079305499650318742" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", - "hash": "690447729622451295" + "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", + "hash": "6661024250966707869" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", - "hash": "5057205077790208047" + "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", + "hash": "5399921611201970010" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", - "hash": "17527213518426963207" + "file": "libs/designer-ui/src/lib/card/types.ts", + "hash": "2035207173265258244" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", - "hash": "13212319030288067682" + "file": "libs/designer-ui/src/lib/card/utils.ts", + "hash": "3779033005510076581" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", - "hash": "13492392163692871110" + "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", + "hash": "10318132727028056408" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", - "hash": "7178836305205375565" + "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", + "hash": "17281609971834388003" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", - "hash": "4493083848763349259" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", + "hash": "14718424728750458630" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", - "hash": "14018113873034060104" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", + "hash": "278286692645171379" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", - "hash": "4464919068484355896" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", + "hash": "10765956740228704595" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", - "hash": "5167621470308849386" + "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", + "hash": "2404121659635757544" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", - "hash": "2648744375249591554" + "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", + "hash": "6405085190209280425" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", - "hash": "2796091543049835331" + "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", + "hash": "9946485231683147120" }, { - "file": "libs/designer-ui/src/lib/peek/index.tsx", - "hash": "8312352776443040701" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", + "hash": "1833570921333464272" }, { - "file": "libs/designer-ui/src/lib/peek/peek.less", - "hash": "5179023226310307934" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", + "hash": "17028620127527218534" }, { - "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", - "hash": "16844240727319705526" + "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", + "hash": "7899578072090309552" }, { - "file": "libs/designer-ui/src/lib/picker/picker.less", - "hash": "14035428915541759770" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", + "hash": "17829515265716695263" }, { - "file": "libs/designer-ui/src/lib/picker/picker.tsx", - "hash": "9936757088538147447" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", + "hash": "5169733349440851429" }, { - "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", - "hash": "10073830036453461709" + "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", + "hash": "10302797527483302249" }, { - "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", - "hash": "6780675836712554604" + "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", + "hash": "13795366944427306018" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", - "hash": "17251306642395290061" + "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", + "hash": "12415165516808188305" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", - "hash": "8423998804948554753" + "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", + "hash": "96877705819455053" }, { - "file": "libs/designer-ui/src/lib/processsimple.less", - "hash": "10920513620307106503" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", + "hash": "4069273522099387001" }, { - "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", - "hash": "2093105941834037814" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", + "hash": "12978837117575037085" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", - "hash": "533998977012114795" + "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", + "hash": "8663050766979969020" }, { - "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", - "hash": "12595615463356570094" + "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", + "hash": "15417662538862126703" }, { - "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", - "hash": "3970203593564315605" + "file": "libs/designer-ui/src/lib/chatbot/constants.ts", + "hash": "14764507907521508128" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", - "hash": "7958784090531085705" + "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", + "hash": "4609791305957523089" }, { - "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", - "hash": "12549674998744926866" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", + "hash": "5685043772510116791" }, { - "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", - "hash": "536082630199019015" + "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", + "hash": "1667833042679839191" }, { - "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", - "hash": "1746916797204687586" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", + "hash": "13854507772202693145" }, { - "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", - "hash": "6934817803500771674" + "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", + "hash": "17373142789703576555" }, { - "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", - "hash": "6560147387456010691" + "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", + "hash": "1013409430604737232" }, { - "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", - "hash": "9744197607426609588" + "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", + "hash": "661752008716122787" }, { - "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", + "hash": "6716426185680659027" }, { - "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", - "hash": "2346030931533446" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", + "hash": "7382581463363358893" }, { - "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", - "hash": "15355178706122799377" + "file": "libs/designer-ui/src/lib/chatbot/index.tsx", + "hash": "381454499199907675" }, { - "file": "libs/designer-ui/src/lib/recurrence/index.tsx", - "hash": "15658040158328195249" + "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", + "hash": "16238688331967189110" }, { - "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", - "hash": "9987048972348029337" + "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", + "hash": "14580093519349138483" }, { - "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", - "hash": "14357271788475922496" + "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", + "hash": "8902335799853458705" }, { - "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", - "hash": "1463391895963564865" + "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", + "hash": "5171683084974637831" }, { - "file": "libs/designer-ui/src/lib/recurrence/util.ts", - "hash": "5064300869787261034" + "file": "libs/designer-ui/src/lib/checkbox/index.tsx", + "hash": "8389410843229075694" }, { - "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", - "hash": "16105098843942226016" + "file": "libs/designer-ui/src/lib/code/codeeditor.less", + "hash": "11024599462256253403" }, { - "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", - "hash": "6689323961188588931" + "file": "libs/designer-ui/src/lib/code/index.tsx", + "hash": "13872385794669469789" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", - "hash": "18016790998101229210" + "file": "libs/designer-ui/src/lib/code/util.ts", + "hash": "445144902435184601" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", - "hash": "16700098916563767128" + "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", + "hash": "9564984331172164947" }, { - "file": "libs/designer-ui/src/lib/scratch/index.tsx", - "hash": "10742308626860605931" + "file": "libs/designer-ui/src/lib/colorizer/index.tsx", + "hash": "18329556158591594852" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", - "hash": "2888072881217849228" + "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", + "hash": "11926254562850019268" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", - "hash": "4384425775058724694" + "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", + "hash": "15494829096109972414" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", - "hash": "17807730621184061128" + "file": "libs/designer-ui/src/lib/combobox/combobox.less", + "hash": "13345514601840043410" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", - "hash": "7511337114295773791" + "file": "libs/designer-ui/src/lib/combobox/index.tsx", + "hash": "16544338680339035094" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", - "hash": "15943000290012850686" + "file": "libs/designer-ui/src/lib/common.less", + "hash": "5857225994291839803" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", - "hash": "11484685343060067972" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", + "hash": "9169908592251197410" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", - "hash": "1950426186543700291" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", + "hash": "3046898503439319454" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", - "hash": "17958922138731454722" + "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", + "hash": "5804642269610790205" }, { - "file": "libs/designer-ui/src/lib/searchbox/index.tsx", - "hash": "10324532526263750215" + "file": "libs/designer-ui/src/lib/connectioncontainer.less", + "hash": "4274580875391808041" }, { - "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", - "hash": "17070394820412328482" + "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", + "hash": "6660835975053117480" }, { - "file": "libs/designer-ui/src/lib/selector/listitem.less", - "hash": "4259083201646627631" + "file": "libs/designer-ui/src/lib/connectors/index.ts", + "hash": "3193834300323525825" }, { - "file": "libs/designer-ui/src/lib/selector2/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer-ui/src/lib/connectors/predicates.ts", + "hash": "16570364538734730436" }, { - "file": "libs/designer-ui/src/lib/settings/settings.less", - "hash": "7126061513937455008" + "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", + "hash": "15085878266015615396" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", - "hash": "4435894471555644765" + "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", + "hash": "18197468828345311134" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", - "hash": "16334138655442976813" + "file": "libs/designer-ui/src/lib/constants.ts", + "hash": "7895778521881895365" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", - "hash": "13967530428359610578" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", + "hash": "11286495138927849850" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", - "hash": "13906076876696414898" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", + "hash": "15724424530173695319" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", - "hash": "7252480758377295120" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", + "hash": "11309293700573786127" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", - "hash": "9727213561321302269" + "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", + "hash": "10706937930238891864" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", - "hash": "1550185295477111260" + "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", + "hash": "13514247859608890614" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", - "hash": "7979415308541757689" + "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", + "hash": "11369730379345400687" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", - "hash": "13272267492640030363" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", + "hash": "8973634346517739741" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", - "hash": "8808450834888764903" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", + "hash": "7464088425034992851" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", - "hash": "12543103287299199853" + "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", + "hash": "5315460135369521554" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", - "hash": "17463220408421567143" + "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", + "hash": "5281867526814354008" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", - "hash": "3246483662127076599" + "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", + "hash": "3200362158239488916" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", - "hash": "12885467287687881288" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", + "hash": "3546074923186807401" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", - "hash": "13308565209626155736" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", + "hash": "1273753497022949897" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", - "hash": "5702994757097410519" + "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", + "hash": "13306096207015769369" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", - "hash": "16946969717896928335" + "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", + "hash": "11411020585614827947" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", - "hash": "14406499374913114463" + "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", + "hash": "7281959028831627631" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", - "hash": "17178816657242950538" + "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", + "hash": "8304019736247074220" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", - "hash": "11611641119049594003" + "file": "libs/designer-ui/src/lib/dialogs/index.tsx", + "hash": "16665862280750290310" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", - "hash": "8097128120211761290" + "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", + "hash": "13710269573446005500" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", - "hash": "8962813326873104095" + "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", + "hash": "4819881443041728639" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", - "hash": "15775613625342372171" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", + "hash": "11966365107479255632" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", - "hash": "5924987678681729471" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", + "hash": "10228393789800803683" }, { - "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", - "hash": "3047054082572998633" + "file": "libs/designer-ui/src/lib/dictionary/index.tsx", + "hash": "18370968398463171770" }, { - "file": "libs/designer-ui/src/lib/staticResult/index.tsx", - "hash": "14697580575318712867" + "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", + "hash": "6335056025812075242" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", - "hash": "15007279530654847359" + "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", + "hash": "15817139601189018466" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", - "hash": "9183635823764128986" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", + "hash": "6797310623515797047" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", - "hash": "13444849356722872452" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", + "hash": "8297998959357972135" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", - "hash": "1081889382541114074" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", - "hash": "15959079908627953579" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", + "hash": "9938088707494835854" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", - "hash": "12804331889147193576" + "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", + "hash": "189492023300231559" }, { - "file": "libs/designer-ui/src/lib/staticResult/util.ts", - "hash": "5934450744997036951" + "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", + "hash": "10317518561976442215" }, { - "file": "libs/designer-ui/src/lib/styles.less", - "hash": "166034430368033810" + "file": "libs/designer-ui/src/lib/dropdown/index.tsx", + "hash": "1612483364785584630" }, { - "file": "libs/designer-ui/src/lib/table/index.tsx", - "hash": "5811805714285822695" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", + "hash": "7434182615261632600" }, { - "file": "libs/designer-ui/src/lib/table/table.less", - "hash": "17717078328201216873" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", + "hash": "9501607464876161573" }, { - "file": "libs/designer-ui/src/lib/telemetry/models.ts", - "hash": "2036428094618159795" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", + "hash": "12128734607645409156" }, { - "file": "libs/designer-ui/src/lib/templates.less", - "hash": "13509739952002525059" + "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", + "hash": "17684652277786261310" }, { - "file": "libs/designer-ui/src/lib/texteditor.less", - "hash": "9518583984914224308" + "file": "libs/designer-ui/src/lib/editor/base/editor.less", + "hash": "12866109678262424869" }, { - "file": "libs/designer-ui/src/lib/themes.less", - "hash": "8746124453530709086" + "file": "libs/designer-ui/src/lib/editor/base/index.tsx", + "hash": "14166645835120534265" }, { - "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", - "hash": "7884539885490036668" + "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", + "hash": "7693847861135382627" }, { - "file": "libs/designer-ui/src/lib/tip/index.tsx", - "hash": "6456445400280403348" + "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", + "hash": "4541191440119529419" }, { - "file": "libs/designer-ui/src/lib/tip/tip.less", - "hash": "864974949945444768" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", + "hash": "999476750027091176" }, { - "file": "libs/designer-ui/src/lib/token/icon/icon.svg", - "hash": "17674597592259549335" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", + "hash": "17890662429827982084" }, { - "file": "libs/designer-ui/src/lib/token/inputToken.tsx", - "hash": "16200897783977841405" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", + "hash": "13945640916550609803" }, { - "file": "libs/designer-ui/src/lib/token/token.less", - "hash": "8916224308481562001" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", + "hash": "5927512080490513475" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", - "hash": "4123262090212438691" + "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", + "hash": "7428379870511488815" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", - "hash": "2853414685478189039" + "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", + "hash": "16501257364338436774" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", - "hash": "11435576967881324524" + "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", + "hash": "7159772630000027135" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", - "hash": "1611864088104161888" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", + "hash": "826227630247342849" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", - "hash": "10333796685632066015" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", + "hash": "10708434969004690012" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", - "hash": "8960542853919965430" + "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", + "hash": "2147313770352251950" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", - "hash": "2081176783700482104" + "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", + "hash": "13449398835402371871" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", - "hash": "6713034013296412901" + "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", + "hash": "744582158043496767" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", - "hash": "1216342025486624717" + "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", + "hash": "2804235267765397597" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", - "hash": "12969480948206225977" + "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", + "hash": "1396622124801278751" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", - "hash": "10681588127073554750" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", + "hash": "10805420593120911666" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", - "hash": "17971317652324407497" + "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", + "hash": "9379670679296092620" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", - "hash": "8310355415777998215" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", + "hash": "15576049973494503143" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", - "hash": "4581006209134707097" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", + "hash": "13926370169738082009" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", - "hash": "5406357786683741015" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", + "hash": "5581606338787978728" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", - "hash": "4270550485948598125" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", + "hash": "8192890641204198515" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", - "hash": "2892626327870650960" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", + "hash": "12118490130152815053" }, { - "file": "libs/designer-ui/src/lib/useId.ts", - "hash": "12772098688257676898" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", + "hash": "2463583388686525568" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", - "hash": "3615471043450668363" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", + "hash": "11358342835079118658" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", - "hash": "13167808388628079038" + "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", + "hash": "6646959457516159519" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", - "hash": "3721402899614210136" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", + "hash": "14686112532473519777" }, { - "file": "libs/designer-ui/src/lib/utils/index.ts", - "hash": "2393341790798255513" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", + "hash": "9281471718380757374" }, { - "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", - "hash": "1113426561916620063" + "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", + "hash": "1534107538736673298" }, { - "file": "libs/designer-ui/src/lib/utils/theme.ts", - "hash": "5123506134529499400" + "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", + "hash": "12829686526507324272" }, { - "file": "libs/designer-ui/src/lib/utils/utils.ts", - "hash": "11266933742857457165" + "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", + "hash": "8810971222002859696" }, { - "file": "libs/designer-ui/src/lib/variables.less", - "hash": "13854268804298288286" + "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", + "hash": "17758309304074598462" }, { - "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", - "hash": "12608385326651885729" + "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", + "hash": "2856148563059087619" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", - "hash": "8659213389376079589" + "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", + "hash": "8005004771604368381" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", - "hash": "12870960388256787222" + "file": "libs/designer-ui/src/lib/editor/index.ts", + "hash": "10519293280335263474" }, { - "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", - "hash": "18283668117763704654" + "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", + "hash": "5153936568516294781" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", - "hash": "6594421216686966274" + "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", + "hash": "16814638361287986075" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", - "hash": "10300510257878123869" + "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", + "hash": "5064580720179297796" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", - "hash": "4189180858033397576" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", + "hash": "12121974177438633709" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", - "hash": "1535516984838576699" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", + "hash": "17176576509706398941" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", - "hash": "419696829996521827" + "file": "libs/designer-ui/src/lib/editor/shared/index.ts", + "hash": "14207176860322026590" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", - "hash": "5733233591777311890" + "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", + "hash": "8024413390298642678" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", - "hash": "9695333510577571586" + "file": "libs/designer-ui/src/lib/editor/string/index.tsx", + "hash": "7639585167181465561" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", - "hash": "16499630402068817431" + "file": "libs/designer-ui/src/lib/error.less", + "hash": "3373390242925169530" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", - "hash": "13510225378436737087" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", + "hash": "9624981949339319323" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", - "hash": "7924411380748216609" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", + "hash": "10370400888889586543" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", - "hash": "3392910215509758091" + "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", + "hash": "17617719147470187537" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", - "hash": "7629577700357058279" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", + "hash": "4277915310721666119" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", - "hash": "11485840583766971677" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", + "hash": "18032552394640042637" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", - "hash": "9051361537676115669" + "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", + "hash": "13003257438294379371" }, { - "file": "libs/designer-ui/src/styles.less", - "hash": "29584031777522955" + "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", + "hash": "1819426727053970521" }, { - "file": "libs/designer-ui/src/types/Svg.d.ts", - "hash": "16119276421185882375" + "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", + "hash": "3938398385346396861" }, { - "file": "libs/designer-ui/tsconfig.json", - "hash": "4056097264898120672" - } - ], - "@microsoft/logic-apps-designer": [ - { - "file": "libs/designer/package.json", - "hash": "11744276768803602741", - "deps": ["@microsoft/logic-apps-shared", "@microsoft/designer-ui", "npm:yocto-queue", "npm:react", "npm:react-dom"] + "file": "libs/designer-ui/src/lib/eventhandler.ts", + "hash": "9886405224726247393" }, { - "file": "libs/designer/src/index.ts", - "hash": "15726923942796197622" + "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", + "hash": "6690363619180504744" }, { - "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", + "hash": "17626371448885479665" }, { - "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", - "hash": "9240782448242967537" + "file": "libs/designer-ui/src/lib/fabric.less", + "hash": "7324803988841128995" }, { - "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", - "hash": "5214463813702224032" + "file": "libs/designer-ui/src/lib/fabric.ts", + "hash": "14933180766639065818" }, { - "file": "libs/designer/src/lib/common/constants.ts", - "hash": "14716266680681788853" + "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", + "hash": "17392366590677974305" }, { - "file": "libs/designer/src/lib/common/exceptions/exception.ts", - "hash": "4016853272413138441" + "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", + "hash": "4041121768159149616" }, { - "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", - "hash": "2438628799773606413" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", + "hash": "941920347758561377" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", - "hash": "13936938153293651615" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", + "hash": "4326546944393916235" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", - "hash": "17853975463227900194" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", + "hash": "10540908164326165093" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", - "hash": "716422980644102335" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", + "hash": "11473128131775540065" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", - "hash": "10948104330765315206" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", + "hash": "14543616680076626699" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", - "hash": "13744301547491746840" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", + "hash": "4326737180955321997" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", - "hash": "5099585607600274464" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", + "hash": "17137134300501690521" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", - "hash": "3057811563704111315" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", + "hash": "13351151318103125008" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", - "hash": "13794169093128310758" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", + "hash": "8736472121872865078" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", - "hash": "6553711262896807602" + "file": "libs/designer-ui/src/lib/flyout/flyout.less", + "hash": "4656963404569200854" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", - "hash": "3769112376720810799" + "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", + "hash": "8017317867674531104" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", - "hash": "4840054514873781546" + "file": "libs/designer-ui/src/lib/flyout/index.tsx", + "hash": "1260847504997562152" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", - "hash": "13772471609559374653" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", + "hash": "11532610769239171275" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", - "hash": "17291714734882915823" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", + "hash": "6670084940779114703" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", - "hash": "8696373633900139960" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", + "hash": "9241936514538992768" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", - "hash": "10209490491669077224" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", + "hash": "4932261342436465773" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", - "hash": "5762239862513015054" + "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", + "hash": "8173849641804162665" }, { - "file": "libs/designer/src/lib/common/images/arrowdark.svg", - "hash": "5926111895234327525" + "file": "libs/designer-ui/src/lib/flyout2/index.tsx", + "hash": "3411562267958358391" }, { - "file": "libs/designer/src/lib/common/images/arrowlight.svg", - "hash": "8015769479673340480" + "file": "libs/designer-ui/src/lib/flyout2/types.ts", + "hash": "8979356059828005344" }, { - "file": "libs/designer/src/lib/common/images/arrowred.svg", - "hash": "2430505900927056727" + "file": "libs/designer-ui/src/lib/helper.ts", + "hash": "5189186251086759243" }, { - "file": "libs/designer/src/lib/common/images/bolt.svg", - "hash": "17462634652015284885" + "file": "libs/designer-ui/src/lib/html/htmleditor.less", + "hash": "17205576638309460013" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", - "hash": "4281210752025126548" + "file": "libs/designer-ui/src/lib/html/index.tsx", + "hash": "3044561647356072724" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", - "hash": "8923215817224206799" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", + "hash": "8095200699080002708" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", - "hash": "4347287844293995514" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", + "hash": "9856168573309225800" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", - "hash": "802393672600738414" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", + "hash": "3522657421512189575" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", - "hash": "788257097228620744" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", + "hash": "6822239360363505310" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", - "hash": "11736524123979545801" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", + "hash": "5514822623923500815" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", - "hash": "965633922044453844" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", + "hash": "7136035197919586744" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", - "hash": "10224443075493376159" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", + "hash": "14372803173867136152" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", - "hash": "488405671534951514" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", + "hash": "2194368813692256604" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", - "hash": "16381515837357068415" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", + "hash": "776689613520795095" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", - "hash": "17856490403949387790" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", + "hash": "6781567092509984620" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", - "hash": "15243776523488424116" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", + "hash": "7593112338545138083" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", - "hash": "5699680888941228448" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", + "hash": "2086008163121647920" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", - "hash": "9764035938809534317" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", + "hash": "6781567092509984620" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", - "hash": "12326541136900487952" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", + "hash": "214561553827607598" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", - "hash": "6245055721372883370" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", + "hash": "334782051825482473" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", - "hash": "14444337833939963797" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", + "hash": "4585057281924668716" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", - "hash": "17064721766454223509" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", + "hash": "11495204600890515354" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", - "hash": "13549953610772304995" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", + "hash": "10663192197845770854" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", - "hash": "9884449892115783238" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", + "hash": "12534895890895115814" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", - "hash": "5650084185790556380" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", + "hash": "12594388779590684473" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", - "hash": "16533471828587912919" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", + "hash": "17603065135284266651" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", - "hash": "10277570825407438664" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", + "hash": "17330625502641164904" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", - "hash": "5644614242196469494" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", + "hash": "18048853400467862337" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", - "hash": "4854754781356184488" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", + "hash": "8167873247401494691" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", - "hash": "17577366797422234032" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", + "hash": "2078509837722520921" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", - "hash": "18096424898773100452" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", + "hash": "13255948299069352972" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", - "hash": "8410319851745043818" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", + "hash": "9368588845243372286" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", - "hash": "4344707577102300882" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", + "hash": "17332273936381855071" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", - "hash": "14973565284851361466" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", + "hash": "3274982305516698081" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", - "hash": "6940736653966224597" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", + "hash": "9368588845243372286" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", - "hash": "10913390805409066774" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", + "hash": "16690852428978853331" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", - "hash": "18310566090601123291" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", + "hash": "10813322944291888667" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", - "hash": "4211895255849396300" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", + "hash": "11230861677546471079" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", - "hash": "15249336994675481" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", + "hash": "6747273522689120609" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", - "hash": "6229273879523350518" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", + "hash": "1474595322273650579" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", - "hash": "14552059136095416702" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", + "hash": "17970557104113324526" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", - "hash": "8321402279766452771" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", + "hash": "18208757820714239690" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", - "hash": "14144206237714493160" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", + "hash": "6124589755320637077" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", - "hash": "546764277464022095" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", + "hash": "12407779132103186555" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", - "hash": "15076765899186592786" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", + "hash": "1920943312027348431" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", - "hash": "3692508794323306407" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", + "hash": "44898852948275301" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", - "hash": "1731479113183843607" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", + "hash": "1073425639168601706" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", - "hash": "4173490804496111343" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", + "hash": "647227830974271854" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", - "hash": "11873669256365835624" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", + "hash": "6631214352319600313" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", - "hash": "11139441907313241224" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", + "hash": "84510633589929201" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", - "hash": "3241487867540139826" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", + "hash": "1593572000493596394" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", - "hash": "7715913989452853316" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", + "hash": "15935181764252854583" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", - "hash": "13582317555878671565" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", + "hash": "16309623552410081075" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", - "hash": "4977325050658584568" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", + "hash": "10046516850053247370" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", - "hash": "1045431280059616257" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", + "hash": "13297355801995093412" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", - "hash": "16640363275658842913" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", + "hash": "17542746478583457633" }, { - "file": "libs/designer/src/lib/common/images/card/delete.svg", - "hash": "15675230980148461553" + "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", + "hash": "14476603392221631274" }, { - "file": "libs/designer/src/lib/common/images/card/input_selection.svg", - "hash": "6874565955253727212" + "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", + "hash": "279548543693964971" }, { - "file": "libs/designer/src/lib/common/images/card/optional_field.svg", - "hash": "13884780002161969050" + "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", + "hash": "6589400180024017937" }, { - "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", - "hash": "11872211244220681036" + "file": "libs/designer-ui/src/lib/index.ts", + "hash": "1537154823661936001" }, { - "file": "libs/designer/src/lib/common/images/delete.svg", - "hash": "2369920463731912593" + "file": "libs/designer-ui/src/lib/infoDot/index.tsx", + "hash": "889059819977718434" }, { - "file": "libs/designer/src/lib/common/images/gateway/add.svg", - "hash": "11819585580235095669" + "file": "libs/designer-ui/src/lib/infoDot/info.svg", + "hash": "8036333629834072325" }, { - "file": "libs/designer/src/lib/common/images/gateway/help.svg", - "hash": "12599303004882720277" + "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", + "hash": "2930019025243925433" }, { - "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", - "hash": "6435518280858083886" + "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", + "hash": "10169695948451834948" }, { - "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", - "hash": "12997387777000294056" + "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", + "hash": "6801643171255754457" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", - "hash": "7939169194091714776" + "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", + "hash": "5612500499332085961" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", - "hash": "16280757524503959992" + "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", + "hash": "5761604846243713933" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", - "hash": "18333062729648676215" + "file": "libs/designer-ui/src/lib/label/index.tsx", + "hash": "12007290011607531294" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", - "hash": "17826554870116185216" + "file": "libs/designer-ui/src/lib/label/label.less", + "hash": "17687715295723073360" }, { - "file": "libs/designer/src/lib/common/images/pencil.svg", - "hash": "4552542774403200136" + "file": "libs/designer-ui/src/lib/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "libs/designer-ui/src/lib/mixins.less", + "hash": "230394439281864371" }, { - "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", + "hash": "10772217042952857206" }, { - "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", - "hash": "11632821499690045898" + "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", + "hash": "10027427216166238825" }, { - "file": "libs/designer/src/lib/common/images/status_error.svg", - "hash": "7327477685402663444" + "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", + "hash": "12219677476669776727" }, { - "file": "libs/designer/src/lib/common/images/status_success.svg", - "hash": "16589415129232216666" + "file": "libs/designer-ui/src/lib/modals/index.tsx", + "hash": "15575472481408686620" }, { - "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", - "hash": "8952058323183937865" + "file": "libs/designer-ui/src/lib/modals/styles.less", + "hash": "6136638654378217309" }, { - "file": "libs/designer/src/lib/common/images/website/api.svg", - "hash": "16095509088326340538" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", + "hash": "12736532418364604826" }, { - "file": "libs/designer/src/lib/common/images/website/apim.svg", - "hash": "15873815965442020768" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", + "hash": "2313100514544127441" }, { - "file": "libs/designer/src/lib/common/images/website/apim_white.svg", - "hash": "14020416160783112768" + "file": "libs/designer-ui/src/lib/monitoring/index.tsx", + "hash": "12211943605206865211" }, { - "file": "libs/designer/src/lib/common/images/website/create.svg", - "hash": "16033491393116457661" + "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", + "hash": "4246492693390330142" }, { - "file": "libs/designer/src/lib/common/images/website/foreach.svg", - "hash": "3719190676549030233" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", + "hash": "419486314382071026" }, { - "file": "libs/designer/src/lib/common/images/website/function.svg", - "hash": "12552781765647401474" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", + "hash": "10734404772668886632" }, { - "file": "libs/designer/src/lib/common/models/workflow.ts", - "hash": "11724936275981787758" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", + "hash": "9977003285799703780" }, { - "file": "libs/designer/src/lib/common/utilities/Utils.ts", - "hash": "2333252227487981555" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", + "hash": "18421766469300972505" }, { - "file": "libs/designer/src/lib/common/utilities/error.ts", - "hash": "14761866046570043475" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", + "hash": "6054757260707558854" }, { - "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", - "hash": "10226240319907572020" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", + "hash": "6643666802199480477" }, { - "file": "libs/designer/src/lib/core/DesignerProvider.tsx", - "hash": "8865415753051342650" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", + "hash": "17231865355086385495" }, { - "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", - "hash": "1133788957422173169" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", + "hash": "3417626771857836063" }, { - "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", - "hash": "13021850733178929057" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", + "hash": "675221209884803516" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", - "hash": "10976178124567025188" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", + "hash": "551002707008561532" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", - "hash": "8007408756114040866" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", + "hash": "1930433637852205854" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", - "hash": "12793128001647914730" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", + "hash": "10690577969096041995" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", - "hash": "9408756046827245410" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", + "hash": "12342263735573181103" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", - "hash": "1145445308673345143" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", + "hash": "9275841064112612057" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", - "hash": "8714067957965973862" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", + "hash": "17586715276385690633" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", - "hash": "377035099592140993" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", + "hash": "8262084751494625621" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", - "hash": "2640821823957837771" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", + "hash": "8411593742412961835" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", - "hash": "4883489638704343677" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", + "hash": "13580200872576368725" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", - "hash": "1063338721262391862" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", + "hash": "4980405611307436406" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", - "hash": "13051148389008776707" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", + "hash": "14991302223393123721" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", - "hash": "16166965666592256044" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", + "hash": "7600255706253655942" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", - "hash": "7644883283632193272" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", + "hash": "11732121204991821272" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", - "hash": "3268658162048948497" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", + "hash": "15288351325626444660" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", - "hash": "12938819441932090008" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", + "hash": "10223585420368930613" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", - "hash": "18391939971202172617" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", + "hash": "504707717112540246" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", - "hash": "5135976908480724598" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", + "hash": "14110306780643171751" }, { - "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", - "hash": "6555520085152754544" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", + "hash": "6270089317186652326" }, { - "file": "libs/designer/src/lib/core/graphlayout/index.ts", - "hash": "1183230721606983661" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", + "hash": "4141451220579211469" }, { - "file": "libs/designer/src/lib/core/index.ts", - "hash": "17021345483470396631" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", + "hash": "7852553993702366824" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", - "hash": "5690913620690077130" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", + "hash": "193615469479801715" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", - "hash": "14509662786295405295" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", + "hash": "15042873896617763231" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", - "hash": "6387737565995930308" + "file": "libs/designer-ui/src/lib/monitoring/utils.ts", + "hash": "9811433099781057729" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", - "hash": "18344987115654458228" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", + "hash": "13057778445119292637" }, { - "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", - "hash": "14964928502892749345" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", + "hash": "52763648028511711" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", - "hash": "14646033592987575031" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", + "hash": "16381991897841589409" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", - "hash": "17520637296625214501" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", + "hash": "12682441240875703524" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", - "hash": "16515897955999880047" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", + "hash": "6306384484732365176" }, { - "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", - "hash": "8489461695139161622" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", + "hash": "18165893973256629169" }, { - "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", - "hash": "11556548277387433966" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", + "hash": "12118327048907571655" }, { - "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", - "hash": "1566269831108361105" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", + "hash": "4887862900344122017" }, { - "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", - "hash": "13854397699622059247" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", + "hash": "10393528748572104925" }, { - "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", - "hash": "7091192159636622669" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", + "hash": "12615346189074989274" }, { - "file": "libs/designer/src/lib/core/queries/browse.ts", - "hash": "15277260528629014649" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", + "hash": "2655487222859584186" }, { - "file": "libs/designer/src/lib/core/queries/connections.ts", - "hash": "1501738903167968950" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", + "hash": "3814871834163389192" }, { - "file": "libs/designer/src/lib/core/queries/connector.ts", - "hash": "10042584932448483913" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", + "hash": "7220757242219833664" }, { - "file": "libs/designer/src/lib/core/queries/operation.ts", - "hash": "18070523527133930267" + "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", + "hash": "10690413901210541672" }, { - "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", - "hash": "11873332201419444196" + "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", + "hash": "5533580780908687247" }, { - "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", - "hash": "944283261874392963" + "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", + "hash": "12630218434281282082" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", - "hash": "14043559070256094030" + "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", + "hash": "13316433634332619599" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", - "hash": "17661438812224560039" + "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", + "hash": "839928699017032378" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", - "hash": "552151791694841859" + "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", + "hash": "11716606859887286627" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", - "hash": "5709160121732674319" + "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", + "hash": "5872083708451966019" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", - "hash": "11880532030602689040" + "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", + "hash": "15717505785974351161" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", - "hash": "15539125750855046238" + "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", + "hash": "12638713730095398889" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", - "hash": "17496610770440064597" + "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", + "hash": "13532955381020329840" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", - "hash": "12399207044214169579" + "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", + "hash": "9121170686559313064" }, { - "file": "libs/designer/src/lib/core/state/global.ts", - "hash": "2467378088186721273" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", + "hash": "13705639801361244797" }, { - "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", - "hash": "7160406653392297178" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", + "hash": "293816288209646038" }, { - "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", - "hash": "13231490325898643987" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", + "hash": "13516731456304339134" }, { - "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", - "hash": "580443950008935701" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", + "hash": "2820497291641580399" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", - "hash": "11619174720328207349" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", + "hash": "17782873682755923460" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", - "hash": "12360836867786652472" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", + "hash": "11078711819505237055" }, { - "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", - "hash": "17837734844866824533" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", + "hash": "4715217018796897924" }, { - "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", - "hash": "3597817075648231871" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", + "hash": "16386421992685205061" }, { - "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", - "hash": "8221487224681813587" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", + "hash": "520098891633782607" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", - "hash": "13672923006305683744" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", + "hash": "16689468766866111496" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", - "hash": "3869560885023421381" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", + "hash": "9157709462736836045" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", - "hash": "7513105324012396408" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", + "hash": "8641869722527850309" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", - "hash": "15674134190940167340" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", + "hash": "6361707078583596524" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", - "hash": "4534305780862072392" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", + "hash": "16098260837036091861" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", - "hash": "4540330469149645148" + "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", + "hash": "4155946816780797736" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", - "hash": "297492272351660565" + "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", + "hash": "10828769169907430728" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", - "hash": "6447767112269051024" + "file": "libs/designer-ui/src/lib/overview/index.tsx", + "hash": "5264729179643401284" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", - "hash": "4965448880727320441" + "file": "libs/designer-ui/src/lib/overview/overview.less", + "hash": "5333086232166652616" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", - "hash": "10627578442358036420" + "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", + "hash": "15827135014312739532" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", - "hash": "3377780393722064446" + "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", + "hash": "7234411692432418034" }, { - "file": "libs/designer/src/lib/core/store.ts", - "hash": "7675307851224561844" + "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", + "hash": "8550481728428631124" }, { - "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", - "hash": "10932912534190676887" + "file": "libs/designer-ui/src/lib/overview/types.ts", + "hash": "2126579598831689948" }, { - "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", - "hash": "10477834709138765316" + "file": "libs/designer-ui/src/lib/overview/utils.ts", + "hash": "8577445182783549528" }, { - "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", - "hash": "6400741599488247828" + "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", + "hash": "15075441629819938492" }, { - "file": "libs/designer/src/lib/core/utils/card.ts", - "hash": "17388048148998821366" + "file": "libs/designer-ui/src/lib/pager/index.tsx", + "hash": "3778857838129502652" }, { - "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", - "hash": "14380782528292918805" + "file": "libs/designer-ui/src/lib/pager/pager.less", + "hash": "8091612682225053333" }, { - "file": "libs/designer/src/lib/core/utils/graph.ts", - "hash": "9113893809945541281" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", + "hash": "8696799417392234965" }, { - "file": "libs/designer/src/lib/core/utils/loops.ts", - "hash": "17832329493412946298" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", + "hash": "7002691248815830631" }, { - "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", - "hash": "1420254453350497458" + "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", + "hash": "4993809863192411632" }, { - "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", - "hash": "842207519268466443" + "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", + "hash": "2205853508975138528" }, { - "file": "libs/designer/src/lib/core/utils/outputs.ts", - "hash": "2523378346613014879" + "file": "libs/designer-ui/src/lib/panel/panel.less", + "hash": "17158687547008918287" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", - "hash": "3643994527394489617" + "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", + "hash": "18002211042063796542" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", - "hash": "2422344699678475886" + "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", + "hash": "4181156361129071511" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", - "hash": "17504009570966731362" + "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", + "hash": "3211112189585202759" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", - "hash": "14679208978083456209" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", + "hash": "18309244507736451743" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", - "hash": "9346212500047195690" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", + "hash": "9351907373212021698" }, { - "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", - "hash": "16944935834687261736" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", + "hash": "17322124435554399120" }, { - "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", - "hash": "5504094716509853138" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", + "hash": "11087265144024677369" }, { - "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", - "hash": "789795195726361469" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", + "hash": "17348543329160266229" }, { - "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", - "hash": "1212164914387801521" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", + "hash": "5368141520701630173" }, { - "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", - "hash": "4584055025926510588" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", + "hash": "2554387369677849010" }, { - "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", - "hash": "17685281869497732131" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", + "hash": "12446852403660781374" }, { - "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", - "hash": "17503616740995511873" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", + "hash": "13683402321157268579" }, { - "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", - "hash": "5493345090301795523" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", + "hash": "17186600491422881894" }, { - "file": "libs/designer/src/lib/core/utils/setting.ts", - "hash": "607724160972661514" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", + "hash": "13482017317742840376" }, { - "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", - "hash": "300462517969513749" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", + "hash": "10499254465139828638" }, { - "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", - "hash": "710587862511662252" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", + "hash": "15977038685148705278" }, { - "file": "libs/designer/src/lib/core/utils/tokens.ts", - "hash": "16598154144351001077" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", + "hash": "13240583012789543499" }, { - "file": "libs/designer/src/lib/core/utils/validation.ts", - "hash": "3321415876925824657" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", + "hash": "690447729622451295" }, { - "file": "libs/designer/src/lib/core/utils/variables.ts", - "hash": "18113110944598796795" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", + "hash": "5057205077790208047" }, { - "file": "libs/designer/src/lib/core/utils/workflow.ts", - "hash": "2503685323390352213" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", + "hash": "17527213518426963207" }, { - "file": "libs/designer/src/lib/index.tsx", - "hash": "3108540739134237574" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", + "hash": "13212319030288067682" }, { - "file": "libs/designer/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", + "hash": "13492392163692871110" }, { - "file": "libs/designer/src/lib/ui/Controls.tsx", - "hash": "11679666175589395115" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", + "hash": "7178836305205375565" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", - "hash": "18335299629456245936" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", + "hash": "4493083848763349259" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", - "hash": "8683562698326398762" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", + "hash": "14018113873034060104" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", - "hash": "6973870354555514502" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", + "hash": "4464919068484355896" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", - "hash": "2623692442355217780" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", + "hash": "5167621470308849386" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", - "hash": "17275763272438441218" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", + "hash": "2648744375249591554" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", - "hash": "16798466643167652597" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", + "hash": "2796091543049835331" }, { - "file": "libs/designer/src/lib/ui/Designer.tsx", - "hash": "16681715909651728710" + "file": "libs/designer-ui/src/lib/peek/index.tsx", + "hash": "8312352776443040701" }, { - "file": "libs/designer/src/lib/ui/Minimap.tsx", - "hash": "16784302034175684453" + "file": "libs/designer-ui/src/lib/peek/peek.less", + "hash": "5179023226310307934" }, { - "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", - "hash": "9589106174231375844" + "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", + "hash": "16844240727319705526" }, { - "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", - "hash": "3078414740510575754" + "file": "libs/designer-ui/src/lib/picker/picker.less", + "hash": "14035428915541759770" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", - "hash": "14069610435069570388" + "file": "libs/designer-ui/src/lib/picker/picker.tsx", + "hash": "9936757088538147447" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", - "hash": "2917805269573375288" + "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", + "hash": "10073830036453461709" }, { - "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", - "hash": "3469127252427478749" + "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", + "hash": "6780675836712554604" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", + "hash": "17251306642395290061" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", - "hash": "2870378826580830856" + "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", + "hash": "8423998804948554753" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "libs/designer-ui/src/lib/processsimple.less", + "hash": "10920513620307106503" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", - "hash": "17062398617519134809" + "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", + "hash": "2093105941834037814" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", + "hash": "533998977012114795" }, { - "file": "libs/designer/src/lib/ui/connections/edge.tsx", - "hash": "5497512017299495007" + "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", + "hash": "12595615463356570094" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", - "hash": "18432693650012936880" + "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", + "hash": "3970203593564315605" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", - "hash": "5555780360896210685" + "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", + "hash": "7958784090531085705" }, { - "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", - "hash": "13807895509711892964" + "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", + "hash": "12549674998744926866" }, { - "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", - "hash": "7876264136480687494" + "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", + "hash": "536082630199019015" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", - "hash": "2408849985874822150" + "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", + "hash": "1746916797204687586" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", - "hash": "4860151930479659861" + "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", + "hash": "6934817803500771674" }, { - "file": "libs/designer/src/lib/ui/index.tsx", - "hash": "16341670098352328808" + "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", + "hash": "6560147387456010691" }, { - "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", - "hash": "11764721752232747899" + "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", + "hash": "9744197607426609588" }, { - "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", - "hash": "18054694947746552645" + "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "libs/designer/src/lib/ui/logicapps.less", - "hash": "8806087804226244251" + "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", + "hash": "2346030931533446" }, { - "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", - "hash": "17569954728099794023" + "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", + "hash": "15355178706122799377" }, { - "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", - "hash": "583479515840133304" + "file": "libs/designer-ui/src/lib/recurrence/index.tsx", + "hash": "15658040158328195249" }, { - "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", - "hash": "12873127522514834077" + "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", + "hash": "9987048972348029337" }, { - "file": "libs/designer/src/lib/ui/menuItems/index.tsx", - "hash": "17248340653302800129" + "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", + "hash": "14357271788475922496" }, { - "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", - "hash": "11451946634355722234" + "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", + "hash": "1463391895963564865" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", - "hash": "8808436492128491535" + "file": "libs/designer-ui/src/lib/recurrence/util.ts", + "hash": "5064300869787261034" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", - "hash": "11188019418177543078" + "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", + "hash": "16105098843942226016" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", - "hash": "10622257218635018165" + "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", + "hash": "6689323961188588931" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", - "hash": "14381813606682941152" + "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", + "hash": "18016790998101229210" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", - "hash": "14863904385332766059" + "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", + "hash": "16700098916563767128" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", - "hash": "105776725888969737" + "file": "libs/designer-ui/src/lib/scratch/index.tsx", + "hash": "10742308626860605931" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", - "hash": "3486053682563706186" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", + "hash": "2888072881217849228" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", - "hash": "4295986676874411230" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", + "hash": "4384425775058724694" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", - "hash": "5044350433743159771" + "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", + "hash": "17807730621184061128" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", - "hash": "17190185412675906484" + "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", + "hash": "7511337114295773791" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", - "hash": "413683764976891703" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", + "hash": "15943000290012850686" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", - "hash": "2896450508867033368" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", + "hash": "11484685343060067972" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", - "hash": "8866623228316007595" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", + "hash": "1950426186543700291" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", - "hash": "17888799308169784633" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", + "hash": "17958922138731454722" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", - "hash": "3217802139905584148" + "file": "libs/designer-ui/src/lib/searchbox/index.tsx", + "hash": "10324532526263750215" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", - "hash": "962585077833873680" + "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", + "hash": "17070394820412328482" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", - "hash": "2345600340639460118" + "file": "libs/designer-ui/src/lib/selector/listitem.less", + "hash": "4259083201646627631" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", - "hash": "6438581048872326276" + "file": "libs/designer-ui/src/lib/selector2/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", - "hash": "4636028013835727768" + "file": "libs/designer-ui/src/lib/settings/settings.less", + "hash": "7126061513937455008" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", - "hash": "14888900866274310223" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", + "hash": "4435894471555644765" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", - "hash": "4040358874212544513" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", + "hash": "16334138655442976813" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", - "hash": "15708146643216275913" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", + "hash": "13967530428359610578" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", - "hash": "18064072806053472795" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", + "hash": "13906076876696414898" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", - "hash": "813895254218562259" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", + "hash": "7252480758377295120" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", - "hash": "16620206185148038430" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", + "hash": "9727213561321302269" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", - "hash": "5385478426844583686" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", + "hash": "1550185295477111260" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", - "hash": "17955152684217995627" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", + "hash": "7979415308541757689" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", - "hash": "8096213501021087139" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", + "hash": "13272267492640030363" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", - "hash": "6954364116161516939" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", + "hash": "8808450834888764903" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", - "hash": "2774370202590136493" + "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", + "hash": "12543103287299199853" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", - "hash": "2990072573754773610" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", + "hash": "17463220408421567143" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", - "hash": "16009164000053936481" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", + "hash": "3246483662127076599" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", - "hash": "12787968918952964503" + "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", + "hash": "12885467287687881288" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", - "hash": "7320427274234546201" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", + "hash": "13308565209626155736" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", - "hash": "1017935854018236971" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", + "hash": "5702994757097410519" }, { - "file": "libs/designer/src/lib/ui/panel/index.tsx", - "hash": "8931413980282435903" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", + "hash": "16946969717896928335" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", - "hash": "691362796351085760" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", + "hash": "14406499374913114463" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", - "hash": "1761891437078855966" + "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", + "hash": "17178816657242950538" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", - "hash": "1057924626207991961" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", + "hash": "11611641119049594003" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", - "hash": "6280253552466033403" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", + "hash": "8097128120211761290" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", - "hash": "8768239693411150392" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", + "hash": "8962813326873104095" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", - "hash": "7891578013616621917" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", + "hash": "15775613625342372171" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", - "hash": "6936908943603154102" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", + "hash": "5924987678681729471" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", - "hash": "438510564774690503" + "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", + "hash": "3047054082572998633" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", - "hash": "16798406127854826620" + "file": "libs/designer-ui/src/lib/staticResult/index.tsx", + "hash": "14697580575318712867" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", - "hash": "3595348225477585500" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", + "hash": "15007279530654847359" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", - "hash": "11057896419932325694" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", + "hash": "9183635823764128986" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", - "hash": "4104206428172572624" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", + "hash": "13444849356722872452" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", - "hash": "6547505579084266234" + "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", + "hash": "1081889382541114074" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", - "hash": "6573526002733579255" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", + "hash": "15959079908627953579" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", - "hash": "2589613772379687118" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", + "hash": "12804331889147193576" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", - "hash": "5973638345373933302" + "file": "libs/designer-ui/src/lib/staticResult/util.ts", + "hash": "12130759100693724298" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", - "hash": "15042347812954300106" + "file": "libs/designer-ui/src/lib/styles.less", + "hash": "166034430368033810" }, { - "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", - "hash": "6338890337184233730" + "file": "libs/designer-ui/src/lib/table/index.tsx", + "hash": "5811805714285822695" }, { - "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", - "hash": "12332136203110463175" + "file": "libs/designer-ui/src/lib/table/table.less", + "hash": "17717078328201216873" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", - "hash": "14199280944066488263" + "file": "libs/designer-ui/src/lib/telemetry/models.ts", + "hash": "2036428094618159795" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", - "hash": "2615756064988394528" + "file": "libs/designer-ui/src/lib/templates.less", + "hash": "13509739952002525059" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", - "hash": "17548951851137442209" + "file": "libs/designer-ui/src/lib/texteditor.less", + "hash": "9518583984914224308" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", - "hash": "13695075695640031897" + "file": "libs/designer-ui/src/lib/themes.less", + "hash": "8746124453530709086" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", - "hash": "5633104287798836216" + "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", + "hash": "7884539885490036668" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", - "hash": "18046537988904659224" + "file": "libs/designer-ui/src/lib/tip/index.tsx", + "hash": "6456445400280403348" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", - "hash": "1871737709038769946" + "file": "libs/designer-ui/src/lib/tip/tip.less", + "hash": "864974949945444768" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", - "hash": "6979096270862588135" + "file": "libs/designer-ui/src/lib/token/icon/icon.svg", + "hash": "17674597592259549335" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", - "hash": "970334209122746164" + "file": "libs/designer-ui/src/lib/token/inputToken.tsx", + "hash": "16200897783977841405" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", - "hash": "9667005076024681736" + "file": "libs/designer-ui/src/lib/token/token.less", + "hash": "8916224308481562001" }, { - "file": "libs/designer/src/lib/ui/settings/index.tsx", - "hash": "14559726202240722620" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", + "hash": "4123262090212438691" }, { - "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", - "hash": "4578759189608616930" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", + "hash": "2853414685478189039" }, { - "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", - "hash": "17737294470449076285" + "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", + "hash": "11435576967881324524" }, { - "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", - "hash": "3442351415387182271" + "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", + "hash": "1611864088104161888" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", - "hash": "15073803307628141748" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", + "hash": "10333796685632066015" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", - "hash": "13259211909852062902" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", + "hash": "8960542853919965430" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", - "hash": "1121495998656744936" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", + "hash": "2081176783700482104" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", - "hash": "1034166355859418220" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", + "hash": "6713034013296412901" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", - "hash": "305675838625215663" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", + "hash": "1216342025486624717" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", - "hash": "1949585750942351876" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", + "hash": "12969480948206225977" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", - "hash": "4499489232140778372" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", + "hash": "10681588127073554750" }, { - "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", - "hash": "13293113667156220544" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", + "hash": "17971317652324407497" }, { - "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", - "hash": "9211118379886345968" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", + "hash": "8310355415777998215" }, { - "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", - "hash": "1426261106233320224" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", + "hash": "4581006209134707097" }, { - "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", - "hash": "4817919565569896749" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", + "hash": "5406357786683741015" }, { - "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", - "hash": "14117197387047983705" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", + "hash": "4270550485948598125" }, { - "file": "libs/designer/src/lib/ui/styles.less", - "hash": "8828323265444774935" + "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", + "hash": "2892626327870650960" }, { - "file": "libs/designer/tsconfig.json", - "hash": "4056097264898120672" - } - ], - "@microsoft/vscode-extension-logic-apps": [ - { - "file": "libs/vscode-extension/package.json", - "hash": "15998724868521866521", - "deps": ["@microsoft/logic-apps-shared", "npm:axios", "npm:tslib"] + "file": "libs/designer-ui/src/lib/useId.ts", + "hash": "12772098688257676898" }, { - "file": "libs/vscode-extension/src/assets/architecture.png", - "hash": "26421078174694397" + "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", + "hash": "3615471043450668363" }, { - "file": "libs/vscode-extension/src/index.ts", - "hash": "13894618422633116150" + "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", + "hash": "13167808388628079038" }, { - "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", - "hash": "13120906341305634586" + "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", + "hash": "3721402899614210136" }, { - "file": "libs/vscode-extension/src/lib/helpers/index.ts", - "hash": "10780152196575928830" + "file": "libs/designer-ui/src/lib/utils/index.ts", + "hash": "2393341790798255513" }, { - "file": "libs/vscode-extension/src/lib/models/artifact.ts", - "hash": "7146957473126889114" + "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", + "hash": "1113426561916620063" }, { - "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", - "hash": "6154477977645149666" + "file": "libs/designer-ui/src/lib/utils/theme.ts", + "hash": "5123506134529499400" }, { - "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", - "hash": "5895652225166913174" + "file": "libs/designer-ui/src/lib/utils/utils.ts", + "hash": "11266933742857457165" }, { - "file": "libs/vscode-extension/src/lib/models/connection.ts", - "hash": "8902288875218630610" + "file": "libs/designer-ui/src/lib/variables.less", + "hash": "13854268804298288286" }, { - "file": "libs/vscode-extension/src/lib/models/context.ts", - "hash": "289535333068392984" + "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", + "hash": "12608385326651885729" }, { - "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", - "hash": "10232207379279475729" + "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", + "hash": "8659213389376079589" }, { - "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", - "hash": "8661551841000564066" + "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", + "hash": "12870960388256787222" }, { - "file": "libs/vscode-extension/src/lib/models/functions.ts", - "hash": "8921509321344504417" + "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", + "hash": "18283668117763704654" }, { - "file": "libs/vscode-extension/src/lib/models/host.ts", - "hash": "4946881646528119602" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", + "hash": "6594421216686966274" }, { - "file": "libs/vscode-extension/src/lib/models/index.ts", - "hash": "8629351622118864800" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", + "hash": "10300510257878123869" }, { - "file": "libs/vscode-extension/src/lib/models/language.ts", - "hash": "12998506532698409684" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", + "hash": "4189180858033397576" }, { - "file": "libs/vscode-extension/src/lib/models/launch.ts", - "hash": "3299137502222266496" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", + "hash": "1535516984838576699" }, { - "file": "libs/vscode-extension/src/lib/models/parameter.ts", - "hash": "2466587591546831647" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", + "hash": "419696829996521827" }, { - "file": "libs/vscode-extension/src/lib/models/process.ts", - "hash": "12858203324101334851" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", + "hash": "5733233591777311890" }, { - "file": "libs/vscode-extension/src/lib/models/project.ts", - "hash": "12064643844535713228" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", + "hash": "9695333510577571586" }, { - "file": "libs/vscode-extension/src/lib/models/tasks.ts", - "hash": "15455125440905214634" + "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", + "hash": "16499630402068817431" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", - "hash": "11529840343560446484" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", + "hash": "13510225378436737087" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", - "hash": "10730630576740403610" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", + "hash": "7924411380748216609" }, { - "file": "libs/vscode-extension/src/lib/models/templates/index.ts", - "hash": "15419456393693419504" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", + "hash": "3392910215509758091" }, { - "file": "libs/vscode-extension/src/lib/models/workflow.ts", - "hash": "4080408159234522751" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", + "hash": "7629577700357058279" }, { - "file": "libs/vscode-extension/src/lib/services/httpClient.ts", - "hash": "13366754612634721081" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", + "hash": "11485840583766971677" }, { - "file": "libs/vscode-extension/src/lib/services/index.ts", - "hash": "2286143948438821916" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", + "hash": "9051361537676115669" }, { - "file": "libs/vscode-extension/tsconfig.json", - "hash": "4056097264898120672" - } - ], - "vs-code-react": [ + "file": "libs/designer-ui/src/styles.less", + "hash": "29584031777522955" + }, { - "file": "apps/vs-code-react/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer-ui/src/types/Svg.d.ts", + "hash": "16119276421185882375" }, { - "file": "apps/vs-code-react/.browserslistrc", - "hash": "167759602395835039" + "file": "libs/designer-ui/tsconfig.json", + "hash": "2991600590297984719" }, { - "file": "apps/vs-code-react/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer-ui/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "apps/vs-code-react/jest.config.ts", - "hash": "8334961725413338902" + "file": "libs/designer-ui/tsup.config.ts", + "hash": "5034656414761252557" + } + ], + "@microsoft/logic-apps-data-mapper": [ + { + "file": "libs/data-mapper/package.json", + "hash": "11374210066381032052", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-icons", + "npm:react-redux", + "npm:react-icons", + "npm:reactflow", + "@microsoft/designer-ui", + "npm:react-query", + "npm:@fluentui/react-migration-v8-v9", + "npm:fuse.js", + "npm:@react-hookz/web", + "npm:@fluentui/react-hooks", + "npm:redux-undo", + "npm:@fluentui/azure-themes", + "npm:@fluentui/react-portal-compat", + "npm:@microsoft/applicationinsights-react-js", + "npm:@microsoft/applicationinsights-web", + "npm:@reduxjs/toolkit", + "npm:js-yaml", + "npm:react-dnd", + "npm:react-dnd-html5-backend", + "npm:immer", + "npm:pathfinding", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "apps/vs-code-react/project.json", - "hash": "11513115860663613571" + "file": "libs/data-mapper/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", - "hash": "7103226391461447657" + "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", + "hash": "14141615103418495910" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", - "hash": "15235190526173296646" + "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", + "hash": "17770304629225421551" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", - "hash": "3923189858935612561" + "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", + "hash": "6877428616429784381" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", - "hash": "5310943053923898056" + "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", + "hash": "14358690050668654180" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", - "hash": "14353098042527666078" + "file": "libs/data-mapper/src/lib/__mocks__/index.ts", + "hash": "2773363408802742346" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.less", - "hash": "10860476654260307609" + "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", - "hash": "1229212044608318791" + "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", + "hash": "8395782275572223290" }, { - "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", - "hash": "1233751610250085221" + "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", + "hash": "16603205122567920755" }, { - "file": "apps/vs-code-react/src/app/designer/app.less", - "hash": "2873139032757981092" + "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", + "hash": "10258201007008948880" }, { - "file": "apps/vs-code-react/src/app/designer/app.tsx", - "hash": "14446374292339965572" + "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", + "hash": "8534942872367954833" }, { - "file": "apps/vs-code-react/src/app/designer/constants.ts", - "hash": "5903664051922439610" + "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", + "hash": "15022977686795039418" }, { - "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", - "hash": "8677180454198120663" + "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", + "hash": "12397917326030950019" }, { - "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", - "hash": "13157754222681752876" + "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", + "hash": "1675148636656834599" }, { - "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", - "hash": "3846553792648049504" + "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", + "hash": "4500469198916948898" }, { - "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", - "hash": "2583935077415507996" + "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", + "hash": "15591781288413492668" }, { - "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", - "hash": "11284208617598927726" + "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", + "hash": "10224908465129074278" }, { - "file": "apps/vs-code-react/src/app/export/export.less", - "hash": "3696757642502745218" + "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", + "hash": "2306687655733353822" }, { - "file": "apps/vs-code-react/src/app/export/export.tsx", - "hash": "8780683083445998923" + "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", + "hash": "4978643643123088343" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", - "hash": "1432771657034188602" + "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", + "hash": "16079196945272553302" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", - "hash": "920422646883876413" + "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", + "hash": "9459439117530038422" }, { - "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", - "hash": "11162162346257637474" + "file": "libs/data-mapper/src/lib/components/configPanel/style.less", + "hash": "1527231942813543886" }, { - "file": "apps/vs-code-react/src/app/export/status/status.tsx", - "hash": "7912554661822815221" + "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", + "hash": "3490028716472595634" }, { - "file": "apps/vs-code-react/src/app/export/summary/helper.ts", - "hash": "14153533387296877593" + "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", + "hash": "11032931063624269338" }, { - "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", - "hash": "7161124247970943148" + "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", + "hash": "16949676118746384339" }, { - "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", - "hash": "4655457745320534508" + "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", + "hash": "5754477981864776328" }, { - "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", - "hash": "314441399583635160" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", + "hash": "8248408736294624544" }, { - "file": "apps/vs-code-react/src/app/export/validation/helper.ts", - "hash": "11787808914725369004" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", + "hash": "1309869007463816848" }, { - "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", - "hash": "6866286216752763150" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", + "hash": "13628344667890779793" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", - "hash": "10475247554118844324" + "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", + "hash": "15205348783145905209" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", - "hash": "1366466573911291031" + "file": "libs/data-mapper/src/lib/components/index.tsx", + "hash": "14428353282588746736" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", - "hash": "3750291621191783642" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", + "hash": "2162817837155313327" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", - "hash": "16694375718863827935" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", + "hash": "13553412525983781799" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", - "hash": "3220598036709854135" + "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", + "hash": "12346138118521841651" }, { - "file": "apps/vs-code-react/src/app/overview/app.tsx", - "hash": "6561625234207029430" + "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", + "hash": "13284155248340962799" }, { - "file": "apps/vs-code-react/src/app/overview/overview.less", - "hash": "10514910349287699054" + "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", + "hash": "6881307329438277742" }, { - "file": "apps/vs-code-react/src/app/review/index.tsx", - "hash": "17050061761908500120" + "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", + "hash": "17557070717023693689" }, { - "file": "apps/vs-code-react/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", + "hash": "6406696257549309205" }, { - "file": "apps/vs-code-react/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", + "hash": "287685334620412869" }, { - "file": "apps/vs-code-react/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", + "hash": "7705748749211233193" }, { - "file": "apps/vs-code-react/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", + "hash": "3936423784858816038" }, { - "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", - "hash": "8025372240546622652" + "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", + "hash": "436733766006015729" }, { - "file": "apps/vs-code-react/src/fixtures/get-run.json", - "hash": "14954993404334898723" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", + "hash": "2902656052842124085" }, { - "file": "apps/vs-code-react/src/fixtures/get-runs.json", - "hash": "16210149105685428411" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", + "hash": "12588249875741308347" }, { - "file": "apps/vs-code-react/src/index.html", - "hash": "15542557927961559597" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", + "hash": "3371960444479219998" }, { - "file": "apps/vs-code-react/src/main.tsx", - "hash": "12636954517020345187" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", + "hash": "13107346633144606217" }, { - "file": "apps/vs-code-react/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", + "hash": "3431317465765506117" }, { - "file": "apps/vs-code-react/src/resources/Caution.svg", - "hash": "12946324935578891880" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", + "hash": "931212623622312724" }, { - "file": "apps/vs-code-react/src/resources/Error.svg", - "hash": "1306017530222758526" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", + "hash": "2252689483688433412" }, { - "file": "apps/vs-code-react/src/resources/Success.svg", - "hash": "1346479691433759862" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", + "hash": "16227082704057520509" }, { - "file": "apps/vs-code-react/src/router/index.tsx", - "hash": "15140865326278989359" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", + "hash": "10162125979217322629" }, { - "file": "apps/vs-code-react/src/run-service.ts", - "hash": "17001222516069202300" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", + "hash": "1365034521116895969" }, { - "file": "apps/vs-code-react/src/run-service/export/helper.ts", - "hash": "17978663445350106988" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", + "hash": "5783780993646471511" }, { - "file": "apps/vs-code-react/src/run-service/export/index.ts", - "hash": "8958556086353433187" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", + "hash": "12114143726703313044" }, { - "file": "apps/vs-code-react/src/run-service/types.ts", - "hash": "15571572309314646001" + "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", + "hash": "7202237167327210605" }, { - "file": "apps/vs-code-react/src/state/DataMapSlice.ts", - "hash": "12162383684219148227" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", + "hash": "1200938118723756534" }, { - "file": "apps/vs-code-react/src/state/DesignerSlice.ts", - "hash": "15018588436028947609" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", + "hash": "1012998571701681502" }, { - "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", - "hash": "17422552152551623659" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", + "hash": "12160064669768110122" }, { - "file": "apps/vs-code-react/src/state/projectSlice.ts", - "hash": "17786023480081942934" + "file": "libs/data-mapper/src/lib/components/style.less", + "hash": "16697434201106803776" }, { - "file": "apps/vs-code-react/src/state/store.ts", - "hash": "9306760291102940367" + "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", + "hash": "1043813905809112628" }, { - "file": "apps/vs-code-react/src/stateWrapper.tsx", - "hash": "2412499423087675880" + "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", + "hash": "9602489998542264304" }, { - "file": "apps/vs-code-react/src/styles.less", - "hash": "11897878901819299767" + "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", + "hash": "6227532534870526144" }, { - "file": "apps/vs-code-react/src/themeProvider.tsx", - "hash": "3199307216492964650" + "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", + "hash": "7886860379443982562" }, { - "file": "apps/vs-code-react/src/webviewCommunication.tsx", - "hash": "4256707400206268801" + "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", + "hash": "9624723269802669778" }, { - "file": "apps/vs-code-react/tsconfig.app.json", - "hash": "4251399858593500384" + "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", + "hash": "8054479495813088206" }, { - "file": "apps/vs-code-react/tsconfig.json", - "hash": "10208151351921925114" + "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", + "hash": "11318338330539713068" }, { - "file": "apps/vs-code-react/tsconfig.spec.json", - "hash": "13084980954983636161" - } - ], - "designer-standalone": [ - { - "file": "apps/designer-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", + "hash": "6683692349789938244" }, { - "file": "apps/designer-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", + "hash": "9474546573542884474" }, { - "file": "apps/designer-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", + "hash": "9216304019284249108" }, { - "file": "apps/designer-standalone/jest.config.ts", - "hash": "5095600455584759097" + "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", + "hash": "16279862027290865289" }, { - "file": "apps/designer-standalone/project.json", - "hash": "16700774840276461816" + "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", + "hash": "63281905083235104" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", - "hash": "3298017156622978060" + "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", + "hash": "2119175370219112170" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", - "hash": "13505482435147628633" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", + "hash": "4728474869371566435" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", - "hash": "9606761639132729551" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", + "hash": "15720533640718112418" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", - "hash": "6979701506181809557" + "file": "libs/data-mapper/src/lib/core/index.ts", + "hash": "17728252828542620020" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", - "hash": "14118413145410608191" + "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", + "hash": "9336784234862841153" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", - "hash": "1588066658590448230" + "file": "libs/data-mapper/src/lib/core/queries/functions.ts", + "hash": "9075525510237815946" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", - "hash": "11196696306113960606" + "file": "libs/data-mapper/src/lib/core/queries/schema.ts", + "hash": "13294590656211176080" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", - "hash": "14682812772519432090" + "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", + "hash": "5423319519120387627" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", - "hash": "4580548922855359394" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", + "hash": "9392105193070614482" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", - "hash": "12895583927495006597" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", + "hash": "15115567686730099658" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", - "hash": "2755209554830887096" + "file": "libs/data-mapper/src/lib/core/services/index.ts", + "hash": "17713914166270244963" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", - "hash": "16951494746367962696" + "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", + "hash": "3978208177201101476" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", - "hash": "11922224593998776622" + "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", + "hash": "2345282136753381843" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", - "hash": "9092529694739284525" + "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", + "hash": "8144585438365623290" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", - "hash": "14344615542145629436" + "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", + "hash": "8329083872052003118" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", - "hash": "2732486466259074455" + "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", + "hash": "13780116185320446560" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", - "hash": "17257936693118977812" + "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", + "hash": "1844323867195659318" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", - "hash": "11766814904345254217" + "file": "libs/data-mapper/src/lib/core/state/Store.ts", + "hash": "11335664211370179539" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", - "hash": "15343875879297750706" + "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", + "hash": "14083985203055166555" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", - "hash": "4446661457006721606" + "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", + "hash": "3651895461739624717" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", - "hash": "13092524529881537344" + "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", + "hash": "9602396280237708280" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", - "hash": "7976663886408218270" + "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", + "hash": "3966523736504478114" }, { - "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", - "hash": "13293572578025384518" + "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", + "hash": "3717071440296795971" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", - "hash": "8960093372869801569" + "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", + "hash": "18312574586759606725" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", - "hash": "17011074881319644796" + "file": "libs/data-mapper/src/lib/images/IconModel.ts", + "hash": "12022961688999857592" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", - "hash": "4734349067026517129" + "file": "libs/data-mapper/src/lib/index.ts", + "hash": "12536403810420775901" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", - "hash": "11056877601318419241" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", + "hash": "11971351871449799719" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", - "hash": "7960030919432291768" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", + "hash": "231476621227209942" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", - "hash": "4190195339052860475" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", + "hash": "14825710363869872009" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", - "hash": "17311351490108510384" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", + "hash": "11190645468593154735" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", - "hash": "17876933317388473037" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", + "hash": "14736012937266371921" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", - "hash": "11182070599256684242" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", + "hash": "13887358761389139212" }, { - "file": "apps/designer-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", + "hash": "17897683696959454955" }, { - "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", - "hash": "11358026391684952458" + "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", + "hash": "12140356380068737353" }, { - "file": "apps/designer-standalone/src/components/settings_box.module.less", - "hash": "9808519016183858536" + "file": "libs/data-mapper/src/lib/models/Connection.ts", + "hash": "6713086379975707272" }, { - "file": "apps/designer-standalone/src/components/settings_box.tsx", - "hash": "12099490358448849702" + "file": "libs/data-mapper/src/lib/models/Function.ts", + "hash": "4870906847571201219" }, { - "file": "apps/designer-standalone/src/components/themes.ts", - "hash": "10280533146008251816" + "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", + "hash": "15870582288808787686" }, { - "file": "apps/designer-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", + "hash": "2503294176815549333" }, { - "file": "apps/designer-standalone/src/environments/environment.ts", - "hash": "5920947766445218989" + "file": "libs/data-mapper/src/lib/models/index.ts", + "hash": "15048481124323271890" }, { - "file": "apps/designer-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/data-mapper/src/lib/styles.less", + "hash": "6908331227144989949" }, { - "file": "apps/designer-standalone/src/index.html", - "hash": "706131400937913887" + "file": "libs/data-mapper/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/designer-standalone/src/main.tsx", - "hash": "6196242117816635624" + "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", + "hash": "5175306600030063384" }, { - "file": "apps/designer-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", + "hash": "10316055516907888527" }, { - "file": "apps/designer-standalone/src/state/connectionReferences.ts", - "hash": "3642930491684807465" + "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", + "hash": "13390357502855812372" }, { - "file": "apps/designer-standalone/src/state/historyHelpers.ts", - "hash": "14898556878004432608" + "file": "libs/data-mapper/src/lib/ui/index.ts", + "hash": "15113147962899261470" }, { - "file": "apps/designer-standalone/src/state/store.ts", - "hash": "11326541673147537080" + "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", + "hash": "16408345537354737101" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", - "hash": "2817444802055692850" + "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", + "hash": "1686767970297098011" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", - "hash": "14190318844766308247" + "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", + "hash": "2434825439260665638" }, { - "file": "apps/designer-standalone/src/styles.less", - "hash": "17529353978711030180" + "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", + "hash": "16723311339534011344" }, { - "file": "apps/designer-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", + "hash": "8480594156287949923" }, { - "file": "apps/designer-standalone/tsconfig.app.json", - "hash": "14044905431050690021" + "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", + "hash": "5131927761100189734" }, { - "file": "apps/designer-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", + "hash": "15649534183471564687" }, { - "file": "apps/designer-standalone/tsconfig.spec.json", - "hash": "14985627563307578458" - } - ], - "vs-code-designer": [ + "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", + "hash": "8490159670981334068" + }, { - "file": "apps/vs-code-designer/.eslintrc.json", - "hash": "8230085774644180673" + "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", + "hash": "13852057286094725726" }, { - "file": "apps/vs-code-designer/jest.config.ts", - "hash": "17889736692752700798" + "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", + "hash": "1056814422116962324" }, { - "file": "apps/vs-code-designer/project.json", - "hash": "10833565585548221174" + "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", + "hash": "7706926125373966162" }, { - "file": "apps/vs-code-designer/src/CHANGELOG.md", - "hash": "14589377795062736305" + "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", + "hash": "17896084943722718154" }, { - "file": "apps/vs-code-designer/src/LICENSE.md", - "hash": "11929769968810875751" + "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", + "hash": "17700627488664204153" }, { - "file": "apps/vs-code-designer/src/LogicAppResolver.ts", - "hash": "15283228701684753042" + "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", + "hash": "1510231232034717112" }, { - "file": "apps/vs-code-designer/src/README.md", - "hash": "11849077759120475963" + "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", + "hash": "9183598294036602086" }, { - "file": "apps/vs-code-designer/src/app/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", + "hash": "2591378645563686133" }, { - "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", - "hash": "9691210983495138557" + "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", + "hash": "3757182914660000889" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", - "hash": "16521890431921928426" + "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", + "hash": "4652895062524218585" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", - "hash": "16663452797901095598" + "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", + "hash": "16304634453111028700" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", - "hash": "17141832093942421132" + "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", + "hash": "16121681897376756515" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", - "hash": "16800387599182163436" + "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", + "hash": "15152740453553295329" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", - "hash": "15249910961024614139" + "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", + "hash": "11931976114526883032" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", - "hash": "10478805085220116046" + "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", + "hash": "3153965796357963823" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", - "hash": "16716690566799847540" + "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", + "hash": "3809914266296290977" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", - "hash": "8933389345854657664" + "file": "libs/data-mapper/src/lib/utils/index.ts", + "hash": "5033003906952262405" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", - "hash": "9992531484797111989" + "file": "libs/data-mapper/tsconfig.json", + "hash": "2883325760657722404" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", - "hash": "9463128159380316482" + "file": "libs/data-mapper/typing/sort-paths.d.ts", + "hash": "13071285186636949876" + } + ], + "@microsoft/logic-apps-chatbot": [ + { + "file": "libs/chatbot/package.json", + "hash": "14533386357963788386", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:@fluentui/react", + "npm:@fluentui/react-icons", + "@microsoft/designer-ui", + "npm:@fluentui/react-components", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", - "hash": "5889249415644928667" + "file": "libs/chatbot/rollup.config.mjs", + "hash": "16469814706170133141" }, { - "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", - "hash": "5345286631159247185" + "file": "libs/chatbot/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", - "hash": "3989052663077740043" + "file": "libs/chatbot/src/lib/common/constants.ts", + "hash": "2429934717009400244" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", - "hash": "5116501926243135478" + "file": "libs/chatbot/src/lib/common/models/Query.ts", + "hash": "12711516361292056739" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", - "hash": "16288058029656980512" + "file": "libs/chatbot/src/lib/common/models/workflow.ts", + "hash": "15855456327309866932" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", - "hash": "4974115892586946562" + "file": "libs/chatbot/src/lib/core/util/index.ts", + "hash": "5139985942597791835" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", - "hash": "2739542424025605778" + "file": "libs/chatbot/src/lib/images/LogicApps.svg", + "hash": "2097860906489808431" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", - "hash": "16528307411062519273" + "file": "libs/chatbot/src/lib/images/Sparkle.svg", + "hash": "3138281638005072555" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", - "hash": "8420664513479071878" + "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", + "hash": "12308741199338082792" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", - "hash": "1015410722997215694" + "file": "libs/chatbot/src/lib/images/Workflow.svg", + "hash": "9644831917975499371" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", - "hash": "14122433799963996225" + "file": "libs/chatbot/src/lib/index.tsx", + "hash": "7293379411218707820" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", - "hash": "5881517096408142372" + "file": "libs/chatbot/src/lib/styles.less", + "hash": "17038065324912682386" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", - "hash": "12504828417239595241" + "file": "libs/chatbot/src/lib/ui/chatbot.tsx", + "hash": "14000638668528235529" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", - "hash": "2537881784742654091" + "file": "libs/chatbot/src/lib/ui/panelheader.tsx", + "hash": "933389736901388174" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", - "hash": "2805860689866977637" + "file": "libs/chatbot/src/lib/ui/styles.less", + "hash": "16062592558757698716" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", - "hash": "236360329701387391" - }, + "file": "libs/chatbot/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "data-mapper-standalone": [ { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", - "hash": "15398886318117594991" + "file": "apps/data-mapper-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", - "hash": "14182951342794946711" + "file": "apps/data-mapper-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", - "hash": "6145152286437918482" + "file": "apps/data-mapper-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", - "hash": "10097241182939210615" + "file": "apps/data-mapper-standalone/jest.config.ts", + "hash": "10715911984367194997" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", - "hash": "6085873851390612613" + "file": "apps/data-mapper-standalone/project.json", + "hash": "9374513863842846490" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", - "hash": "4790825331437291708" + "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", + "hash": "16726481549457764766" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", - "hash": "3241263939490725602" + "file": "apps/data-mapper-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", - "hash": "12904323188893554197" + "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", + "hash": "14944117756580093119" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", - "hash": "3301771322364491691" + "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", + "hash": "1284985494789010035" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", - "hash": "7125020395698562731" + "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", + "hash": "372080794920849111" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", - "hash": "1061376532103796189" + "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", - "hash": "4090283287361325395" + "file": "apps/data-mapper-standalone/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", - "hash": "12694293993123858339" + "file": "apps/data-mapper-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", - "hash": "6939607616569333271" + "file": "apps/data-mapper-standalone/src/index.html", + "hash": "1875896067774755003" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", - "hash": "16876165458358934367" + "file": "apps/data-mapper-standalone/src/main.tsx", + "hash": "10861951779782452086" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", - "hash": "6807352070253397014" + "file": "apps/data-mapper-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", - "hash": "602646548392219924" + "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", + "hash": "16987547041249191518" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", - "hash": "1248441447151601445" + "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", + "hash": "15187256273369871693" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", - "hash": "4382994499249808404" + "file": "apps/data-mapper-standalone/src/state/Store.ts", + "hash": "7832192686281280578" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", - "hash": "3270908220441876714" + "file": "apps/data-mapper-standalone/src/styles.less", + "hash": "11491636838694553899" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", - "hash": "18197283561380557970" + "file": "apps/data-mapper-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", - "hash": "12854509727277688600" + "file": "apps/data-mapper-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", - "hash": "6932473933775505497" + "file": "apps/data-mapper-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", - "hash": "15163297139299467130" + "file": "apps/data-mapper-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "designer-standalone": [ + { + "file": "apps/designer-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", - "hash": "12145516951279464570" + "file": "apps/designer-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", - "hash": "13122905205637169916" + "file": "apps/designer-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", - "hash": "12161500855477225293" + "file": "apps/designer-standalone/jest.config.ts", + "hash": "5095600455584759097" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", - "hash": "2961004747776184036" + "file": "apps/designer-standalone/project.json", + "hash": "2186189716536309729" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", - "hash": "4522541350913132312" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", + "hash": "3298017156622978060" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", - "hash": "11258116130515669458" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", + "hash": "13505482435147628633" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", - "hash": "10075191348354945271" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", + "hash": "9606761639132729551" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", - "hash": "14895277555234648124" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", + "hash": "6979701506181809557" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", - "hash": "4733267574054585308" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", + "hash": "14118413145410608191" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", - "hash": "4897061654932299103" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", + "hash": "1588066658590448230" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", - "hash": "5210136330995269176" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", + "hash": "11196696306113960606" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", - "hash": "9188408928771288175" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", + "hash": "14682812772519432090" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", - "hash": "1654632113814189489" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", + "hash": "4580548922855359394" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", - "hash": "13903031530503885601" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", + "hash": "12895583927495006597" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", - "hash": "4869802028671417544" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", + "hash": "2755209554830887096" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", - "hash": "11183973806602428193" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", + "hash": "16951494746367962696" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", - "hash": "9790108692711167549" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", + "hash": "11922224593998776622" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", - "hash": "8935024565840125528" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", + "hash": "9092529694739284525" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", - "hash": "17757783226849701195" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", + "hash": "14344615542145629436" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", - "hash": "3118499866503970646" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", + "hash": "2732486466259074455" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", - "hash": "16946336365738016652" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", + "hash": "17257936693118977812" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", - "hash": "14700426286273151963" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", + "hash": "11766814904345254217" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", - "hash": "12955984065148503188" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", + "hash": "15343875879297750706" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", - "hash": "67503252290137050" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", + "hash": "4446661457006721606" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", - "hash": "18047538332171694914" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", + "hash": "13092524529881537344" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", - "hash": "16421460425439894219" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", + "hash": "7976663886408218270" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", - "hash": "5102400899083743915" + "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", + "hash": "13293572578025384518" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", - "hash": "3566802881924367933" + "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", + "hash": "8960093372869801569" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", - "hash": "2253355473442341254" + "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", + "hash": "17011074881319644796" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", - "hash": "8367461168796618125" + "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", + "hash": "4734349067026517129" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", - "hash": "7816928161375360640" + "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", + "hash": "11056877601318419241" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", - "hash": "8211441423174431273" + "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", + "hash": "7960030919432291768" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", - "hash": "4543923992427156478" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", + "hash": "4190195339052860475" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", - "hash": "16790172706671895508" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", + "hash": "17311351490108510384" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", - "hash": "730339459731076167" + "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", + "hash": "17876933317388473037" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", - "hash": "16387263368854184722" + "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", + "hash": "11182070599256684242" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", - "hash": "8785736729536479883" + "file": "apps/designer-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", - "hash": "5405004095284863368" + "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", + "hash": "11358026391684952458" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", - "hash": "277688911407886724" + "file": "apps/designer-standalone/src/components/settings_box.module.less", + "hash": "9808519016183858536" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", - "hash": "10531190907180147165" + "file": "apps/designer-standalone/src/components/settings_box.tsx", + "hash": "12099490358448849702" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", - "hash": "6805897657185145282" + "file": "apps/designer-standalone/src/components/themes.ts", + "hash": "10280533146008251816" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", - "hash": "4042523059976227605" + "file": "apps/designer-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "apps/vs-code-designer/src/app/commands/openFile.ts", - "hash": "8848677839034017897" + "file": "apps/designer-standalone/src/environments/environment.ts", + "hash": "5920947766445218989" }, { - "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", - "hash": "4414819161159148018" + "file": "apps/designer-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", - "hash": "12108392818377112463" + "file": "apps/designer-standalone/src/index.html", + "hash": "706131400937913887" }, { - "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", - "hash": "5348466410986195592" + "file": "apps/designer-standalone/src/main.tsx", + "hash": "6196242117816635624" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", - "hash": "11825414888852326472" + "file": "apps/designer-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", - "hash": "13266183717277799658" + "file": "apps/designer-standalone/src/state/connectionReferences.ts", + "hash": "3642930491684807465" }, { - "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", - "hash": "9667907052210863860" + "file": "apps/designer-standalone/src/state/historyHelpers.ts", + "hash": "14898556878004432608" }, { - "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", - "hash": "11431794142374272106" + "file": "apps/designer-standalone/src/state/store.ts", + "hash": "11326541673147537080" }, { - "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", - "hash": "11741482698530295281" + "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", + "hash": "2817444802055692850" }, { - "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", - "hash": "10014778861188001840" + "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", + "hash": "14190318844766308247" }, { - "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", - "hash": "17934490034222099721" + "file": "apps/designer-standalone/src/styles.less", + "hash": "17529353978711030180" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", - "hash": "9519170629001091669" + "file": "apps/designer-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", - "hash": "2193565893393153407" + "file": "apps/designer-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", - "hash": "7828137694120726708" + "file": "apps/designer-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", - "hash": "11038158381580372609" + "file": "apps/designer-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "vs-code-react": [ + { + "file": "apps/vs-code-react/.babelrc", + "hash": "7338834004944326044" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", - "hash": "4199684356925501631" + "file": "apps/vs-code-react/.browserslistrc", + "hash": "167759602395835039" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", - "hash": "11358177184398117389" + "file": "apps/vs-code-react/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", - "hash": "2679770440781556642" + "file": "apps/vs-code-react/jest.config.ts", + "hash": "8334961725413338902" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", - "hash": "4758133665418146451" + "file": "apps/vs-code-react/project.json", + "hash": "16992379845976149116" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", - "hash": "1121723214110567542" + "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", + "hash": "7103226391461447657" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", - "hash": "7725573827694650006" + "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", + "hash": "15235190526173296646" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", - "hash": "8334894307746449914" + "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", + "hash": "3923189858935612561" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", - "hash": "8101227941012600904" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", + "hash": "5310943053923898056" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", - "hash": "3673010528497519226" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", + "hash": "14353098042527666078" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", - "hash": "11911833764116684440" + "file": "apps/vs-code-react/src/app/dataMapper/app.less", + "hash": "10860476654260307609" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", - "hash": "9168734096888030444" + "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", + "hash": "1229212044608318791" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", - "hash": "17061412144400724615" + "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", + "hash": "1233751610250085221" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", - "hash": "5828869705447588148" + "file": "apps/vs-code-react/src/app/designer/app.less", + "hash": "2873139032757981092" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", - "hash": "15656574216615797261" + "file": "apps/vs-code-react/src/app/designer/app.tsx", + "hash": "14446374292339965572" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", - "hash": "4880915516707375137" + "file": "apps/vs-code-react/src/app/designer/constants.ts", + "hash": "5903664051922439610" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", - "hash": "17464406121619291255" + "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", + "hash": "8677180454198120663" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", - "hash": "14683371035097063300" + "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", + "hash": "13157754222681752876" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", - "hash": "5542561233280181226" + "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", + "hash": "3846553792648049504" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", - "hash": "17702393010275360059" + "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", + "hash": "2583935077415507996" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", - "hash": "2575534504287821721" + "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", + "hash": "11284208617598927726" }, { - "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", - "hash": "11739281340875482517" + "file": "apps/vs-code-react/src/app/export/export.less", + "hash": "3696757642502745218" }, { - "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", - "hash": "9929018485526454933" + "file": "apps/vs-code-react/src/app/export/export.tsx", + "hash": "8780683083445998923" }, { - "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", - "hash": "4009213837140272148" + "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", + "hash": "1432771657034188602" }, { - "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", - "hash": "8817565709427003190" + "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", + "hash": "920422646883876413" }, { - "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", - "hash": "3375335490032478024" + "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", + "hash": "11162162346257637474" }, { - "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", - "hash": "16615866709994104280" + "file": "apps/vs-code-react/src/app/export/status/status.tsx", + "hash": "7912554661822815221" }, { - "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", - "hash": "7415266051392608333" + "file": "apps/vs-code-react/src/app/export/summary/helper.ts", + "hash": "14153533387296877593" }, { - "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", - "hash": "9074539896232376720" + "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", + "hash": "7161124247970943148" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", - "hash": "9267693919118671283" + "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", + "hash": "4655457745320534508" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", - "hash": "10134355830057584781" + "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", + "hash": "314441399583635160" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", - "hash": "721460261511937589" + "file": "apps/vs-code-react/src/app/export/validation/helper.ts", + "hash": "11787808914725369004" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", - "hash": "5398542377692716433" + "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", + "hash": "6866286216752763150" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", - "hash": "3347403338657872606" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", + "hash": "10475247554118844324" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", - "hash": "5980647371085397675" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", + "hash": "1366466573911291031" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", - "hash": "16412382996484120538" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", + "hash": "3750291621191783642" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", - "hash": "604082204214613146" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", + "hash": "16694375718863827935" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", - "hash": "5211400042396365247" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", + "hash": "3220598036709854135" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", - "hash": "4323159798705886185" + "file": "apps/vs-code-react/src/app/overview/app.tsx", + "hash": "6561625234207029430" }, { - "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", - "hash": "10473063987200566321" + "file": "apps/vs-code-react/src/app/overview/overview.less", + "hash": "10514910349287699054" }, { - "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", - "hash": "3595900253866256876" + "file": "apps/vs-code-react/src/app/review/index.tsx", + "hash": "17050061761908500120" }, { - "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", - "hash": "13211032462411797929" + "file": "apps/vs-code-react/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "apps/vs-code-designer/src/app/utils/azure.ts", - "hash": "3833124319981952605" + "file": "apps/vs-code-react/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", - "hash": "5354517439635689223" + "file": "apps/vs-code-react/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", - "hash": "4202845508695897867" + "file": "apps/vs-code-react/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "apps/vs-code-designer/src/app/utils/binaries.ts", - "hash": "388089461239389146" + "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", + "hash": "8025372240546622652" }, { - "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", - "hash": "11278198487517151600" + "file": "apps/vs-code-react/src/fixtures/get-run.json", + "hash": "14954993404334898723" }, { - "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", - "hash": "5209627703357314360" + "file": "apps/vs-code-react/src/fixtures/get-runs.json", + "hash": "16210149105685428411" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", - "hash": "2721473099105817663" + "file": "apps/vs-code-react/src/index.html", + "hash": "15542557927961559597" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", - "hash": "16092403201611177373" + "file": "apps/vs-code-react/src/main.tsx", + "hash": "12636954517020345187" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", - "hash": "17280584654313801797" + "file": "apps/vs-code-react/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", - "hash": "11434773582755922466" + "file": "apps/vs-code-react/src/resources/Caution.svg", + "hash": "12946324935578891880" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", - "hash": "8914353723910010736" + "file": "apps/vs-code-react/src/resources/Error.svg", + "hash": "1306017530222758526" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", - "hash": "11370916271253948863" + "file": "apps/vs-code-react/src/resources/Success.svg", + "hash": "1346479691433759862" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", - "hash": "12851745667746697144" + "file": "apps/vs-code-react/src/router/index.tsx", + "hash": "15140865326278989359" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", - "hash": "4992286302690682038" + "file": "apps/vs-code-react/src/run-service.ts", + "hash": "17001222516069202300" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", - "hash": "12439909453655537151" + "file": "apps/vs-code-react/src/run-service/export/helper.ts", + "hash": "17978663445350106988" }, { - "file": "apps/vs-code-designer/src/app/utils/credentials.ts", - "hash": "9526611676815672231" + "file": "apps/vs-code-react/src/run-service/export/index.ts", + "hash": "8958556086353433187" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", - "hash": "18100208350276697387" + "file": "apps/vs-code-react/src/run-service/types.ts", + "hash": "15571572309314646001" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", - "hash": "11195002535064666626" + "file": "apps/vs-code-react/src/state/DataMapSlice.ts", + "hash": "12162383684219148227" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", - "hash": "16513329002632778630" + "file": "apps/vs-code-react/src/state/DesignerSlice.ts", + "hash": "15018588436028947609" }, { - "file": "apps/vs-code-designer/src/app/utils/errors.ts", - "hash": "6337192314829286295" + "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", + "hash": "17422552152551623659" }, { - "file": "apps/vs-code-designer/src/app/utils/extension.ts", - "hash": "8597463145754720643" + "file": "apps/vs-code-react/src/state/projectSlice.ts", + "hash": "17786023480081942934" }, { - "file": "apps/vs-code-designer/src/app/utils/feed.ts", - "hash": "11078950491452597655" + "file": "apps/vs-code-react/src/state/store.ts", + "hash": "9306760291102940367" }, { - "file": "apps/vs-code-designer/src/app/utils/fs.ts", - "hash": "10454176105648465536" + "file": "apps/vs-code-react/src/stateWrapper.tsx", + "hash": "2412499423087675880" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", - "hash": "2643409337300275114" + "file": "apps/vs-code-react/src/styles.less", + "hash": "11897878901819299767" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", - "hash": "15542602281912482110" + "file": "apps/vs-code-react/src/themeProvider.tsx", + "hash": "3199307216492964650" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", - "hash": "168472165892576464" + "file": "apps/vs-code-react/src/webviewCommunication.tsx", + "hash": "4256707400206268801" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", - "hash": "11613730303036346440" + "file": "apps/vs-code-react/tsconfig.app.json", + "hash": "4251399858593500384" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", - "hash": "17614489772909813009" + "file": "apps/vs-code-react/tsconfig.json", + "hash": "10208151351921925114" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", - "hash": "16131810591978900690" + "file": "apps/vs-code-react/tsconfig.spec.json", + "hash": "15143458430517966976" + } + ], + "vs-code-designer": [ + { + "file": "apps/vs-code-designer/.eslintrc.json", + "hash": "8230085774644180673" }, { - "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", - "hash": "5474082429921495272" + "file": "apps/vs-code-designer/jest.config.ts", + "hash": "17889736692752700798" }, { - "file": "apps/vs-code-designer/src/app/utils/git.ts", - "hash": "12773428193671641806" + "file": "apps/vs-code-designer/project.json", + "hash": "10833565585548221174" }, { - "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", - "hash": "8596095749121613195" + "file": "apps/vs-code-designer/src/CHANGELOG.md", + "hash": "14589377795062736305" }, { - "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", - "hash": "3897495234826386613" + "file": "apps/vs-code-designer/src/LICENSE.md", + "hash": "11929769968810875751" }, { - "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", - "hash": "8369160542664851064" + "file": "apps/vs-code-designer/src/LogicAppResolver.ts", + "hash": "15283228701684753042" }, { - "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", - "hash": "12408115648321618520" + "file": "apps/vs-code-designer/src/README.md", + "hash": "11849077759120475963" }, { - "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", - "hash": "11916907140988211314" + "file": "apps/vs-code-designer/src/app/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "apps/vs-code-designer/src/app/utils/timeout.ts", - "hash": "14778113605060537252" + "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", + "hash": "9691210983495138557" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", - "hash": "17799585098475395215" + "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", + "hash": "16521890431921928426" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", - "hash": "18167521601394077735" + "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", + "hash": "16663452797901095598" }, { - "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", - "hash": "13920597240309833189" + "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", + "hash": "17141832093942421132" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", - "hash": "9759327367702436958" + "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", + "hash": "16800387599182163436" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", - "hash": "1968553941266221567" + "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", + "hash": "15249910961024614139" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", - "hash": "15287783653212061089" + "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", + "hash": "10478805085220116046" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", - "hash": "6828207763303964975" + "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", + "hash": "16716690566799847540" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", - "hash": "11094466494008399309" + "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", + "hash": "8933389345854657664" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", - "hash": "2154894462698790548" + "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", + "hash": "9992531484797111989" }, { - "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", - "hash": "8439101078638289221" + "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", + "hash": "9463128159380316482" }, { - "file": "apps/vs-code-designer/src/app/utils/workspace.ts", - "hash": "16375631922651977733" + "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", + "hash": "5889249415644928667" }, { - "file": "apps/vs-code-designer/src/assets/Connection.svg", - "hash": "15647431244608701397" + "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", + "hash": "5345286631159247185" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", - "hash": "10584527306322621934" + "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", + "hash": "3989052663077740043" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", - "hash": "3810450270713476659" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", + "hash": "5116501926243135478" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", - "hash": "4245860993464393581" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", + "hash": "16288058029656980512" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", - "hash": "6824072606396484945" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", + "hash": "4974115892586946562" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", - "hash": "10950725022355073892" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", + "hash": "2739542424025605778" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", - "hash": "576791979954694443" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", + "hash": "16528307411062519273" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", - "hash": "12306089950511122041" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", + "hash": "8420664513479071878" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", - "hash": "2239336814154262202" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", + "hash": "1015410722997215694" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", - "hash": "7211845892991047855" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", + "hash": "14122433799963996225" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", - "hash": "7215558518247341170" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", + "hash": "5881517096408142372" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", - "hash": "4598916924084671926" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", + "hash": "12504828417239595241" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", - "hash": "8406210736576622585" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", + "hash": "2537881784742654091" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", - "hash": "9257116971448085886" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", + "hash": "2805860689866977637" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", - "hash": "3621284916386716836" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", + "hash": "236360329701387391" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", - "hash": "16767884502249044946" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", + "hash": "15398886318117594991" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", - "hash": "12435277816665445182" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", + "hash": "14182951342794946711" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", + "hash": "6145152286437918482" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", + "hash": "10097241182939210615" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", - "hash": "15689618091200745940" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", + "hash": "6085873851390612613" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", - "hash": "5650505684305619652" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", + "hash": "4790825331437291708" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", + "hash": "3241263939490725602" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", + "hash": "12904323188893554197" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", - "hash": "6146631829358995396" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", + "hash": "3301771322364491691" }, { - "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", - "hash": "4245860993464393581" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", + "hash": "7125020395698562731" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", + "hash": "1061376532103796189" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", - "hash": "6618528922142727668" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", + "hash": "4090283287361325395" }, { - "file": "apps/vs-code-designer/src/assets/dark/export.svg", - "hash": "4203088445943374133" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", + "hash": "12694293993123858339" }, { - "file": "apps/vs-code-designer/src/assets/dark/filter.svg", - "hash": "2157761159649928725" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", + "hash": "6939607616569333271" }, { - "file": "apps/vs-code-designer/src/assets/dark/info.svg", - "hash": "10259827920845009789" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", + "hash": "16876165458358934367" }, { - "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", - "hash": "15172864931349783756" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", + "hash": "6807352070253397014" }, { - "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", - "hash": "12913855549590469120" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", + "hash": "602646548392219924" }, { - "file": "apps/vs-code-designer/src/assets/dark/visible.svg", - "hash": "15527356031076482326" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", + "hash": "1248441447151601445" }, { - "file": "apps/vs-code-designer/src/assets/dark/wand.png", - "hash": "2323447109945934437" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", + "hash": "4382994499249808404" }, { - "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", - "hash": "3274518933561120400" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", + "hash": "3270908220441876714" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", + "hash": "18197283561380557970" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", + "hash": "12854509727277688600" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", + "hash": "6932473933775505497" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", + "hash": "15163297139299467130" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", + "hash": "12145516951279464570" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", + "hash": "13122905205637169916" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "10811906832528493729" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", + "hash": "12161500855477225293" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "6253575686098009499" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", + "hash": "2961004747776184036" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "4098931202983786207" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", + "hash": "4522541350913132312" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", + "hash": "11258116130515669458" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", + "hash": "10075191348354945271" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", + "hash": "14895277555234648124" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", - "hash": "1636695999285125481" + "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", + "hash": "4733267574054585308" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", + "hash": "4897061654932299103" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", + "hash": "5210136330995269176" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", + "hash": "9188408928771288175" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", + "hash": "1654632113814189489" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", + "hash": "13903031530503885601" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", + "hash": "4869802028671417544" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "12187774501315130464" + "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", + "hash": "11183973806602428193" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "7368448719439030691" + "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", + "hash": "9790108692711167549" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "1164676230893833197" + "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", + "hash": "8935024565840125528" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", + "hash": "17757783226849701195" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", + "hash": "3118499866503970646" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", + "hash": "16946336365738016652" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", - "hash": "2868804174007093570" + "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", + "hash": "14700426286273151963" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", + "hash": "12955984065148503188" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", + "hash": "67503252290137050" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", + "hash": "18047538332171694914" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", + "hash": "16421460425439894219" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", + "hash": "5102400899083743915" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", + "hash": "3566802881924367933" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "17474514795579720783" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", + "hash": "2253355473442341254" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "1966951836172479399" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", + "hash": "8367461168796618125" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "563534334865091586" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", + "hash": "7816928161375360640" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", + "hash": "8211441423174431273" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", + "hash": "4543923992427156478" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", + "hash": "16790172706671895508" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", - "hash": "3438342450555214691" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", + "hash": "730339459731076167" }, { - "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", - "hash": "4245860993464393581" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", + "hash": "16387263368854184722" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", + "hash": "8785736729536479883" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", - "hash": "12548280711520177657" + "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", + "hash": "5405004095284863368" }, { - "file": "apps/vs-code-designer/src/assets/light/export.svg", - "hash": "4203088445943374133" + "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", + "hash": "277688911407886724" }, { - "file": "apps/vs-code-designer/src/assets/light/filter.svg", - "hash": "808289461830434574" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", + "hash": "10531190907180147165" }, { - "file": "apps/vs-code-designer/src/assets/light/info.svg", - "hash": "8008068589209490939" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", + "hash": "6805897657185145282" }, { - "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", - "hash": "5714860970048264528" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", + "hash": "4042523059976227605" }, { - "file": "apps/vs-code-designer/src/assets/light/refresh.svg", - "hash": "17185510816311412914" + "file": "apps/vs-code-designer/src/app/commands/openFile.ts", + "hash": "8848677839034017897" }, { - "file": "apps/vs-code-designer/src/assets/light/visible.svg", - "hash": "2086515071006177202" + "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", + "hash": "4414819161159148018" }, { - "file": "apps/vs-code-designer/src/assets/light/wand.png", - "hash": "2740478162349478720" + "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", + "hash": "12108392818377112463" }, { - "file": "apps/vs-code-designer/src/assets/light/workflow.svg", - "hash": "3274518933561120400" + "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", + "hash": "5348466410986195592" }, { - "file": "apps/vs-code-designer/src/assets/logicAppResources.png", - "hash": "7844543986362065723" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", + "hash": "11825414888852326472" }, { - "file": "apps/vs-code-designer/src/assets/logicapp.png", - "hash": "18231532070800362266" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", + "hash": "13266183717277799658" }, { - "file": "apps/vs-code-designer/src/constants.ts", - "hash": "10884448731183309126" + "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", + "hash": "9667907052210863860" }, { - "file": "apps/vs-code-designer/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", + "hash": "11431794142374272106" }, { - "file": "apps/vs-code-designer/src/environments/environment.ts", - "hash": "1135292433917692033" + "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", + "hash": "11741482698530295281" }, { - "file": "apps/vs-code-designer/src/extensionVariables.ts", - "hash": "1011803126032346158" + "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", + "hash": "10014778861188001840" }, { - "file": "apps/vs-code-designer/src/localize.ts", - "hash": "8909848188136259962" + "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", + "hash": "17934490034222099721" }, { - "file": "apps/vs-code-designer/src/main.ts", - "hash": "12693268671030990594" + "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", + "hash": "9519170629001091669" }, { - "file": "apps/vs-code-designer/src/onboarding.ts", - "hash": "1284380110401789108" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", + "hash": "2193565893393153407" }, { - "file": "apps/vs-code-designer/src/package.json", - "hash": "11609901045508539230" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", + "hash": "7828137694120726708" }, { - "file": "apps/vs-code-designer/tsconfig.app.json", - "hash": "9654856818679042867" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", + "hash": "11038158381580372609" }, { - "file": "apps/vs-code-designer/tsconfig.json", - "hash": "1646188906733341306" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", + "hash": "4199684356925501631" }, { - "file": "apps/vs-code-designer/tsconfig.spec.json", - "hash": "9983375138734725293" - } - ], - "@microsoft/logic-apps-data-mapper": [ - { - "file": "libs/data-mapper/package.json", - "hash": "3131656448186076998", - "deps": [ - "@microsoft/logic-apps-shared", - "@microsoft/designer-ui", - "@microsoft/logic-apps-designer", - "npm:js-yaml", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", + "hash": "11358177184398117389" }, { - "file": "libs/data-mapper/src/index.ts", - "hash": "5472632491119599158" + "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", + "hash": "2679770440781556642" }, { - "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", - "hash": "14141615103418495910" + "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", + "hash": "4758133665418146451" }, { - "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", - "hash": "17770304629225421551" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", + "hash": "1121723214110567542" }, { - "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", - "hash": "6877428616429784381" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", + "hash": "7725573827694650006" }, { - "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", - "hash": "14358690050668654180" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", + "hash": "8334894307746449914" }, { - "file": "libs/data-mapper/src/lib/__mocks__/index.ts", - "hash": "2773363408802742346" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", + "hash": "8101227941012600904" }, { - "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", + "hash": "3673010528497519226" }, { - "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", - "hash": "8395782275572223290" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", + "hash": "11911833764116684440" }, { - "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", - "hash": "16603205122567920755" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", + "hash": "9168734096888030444" }, { - "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", - "hash": "10258201007008948880" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", + "hash": "17061412144400724615" }, { - "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", - "hash": "8534942872367954833" + "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", + "hash": "5828869705447588148" }, { - "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", - "hash": "15022977686795039418" + "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", + "hash": "15656574216615797261" }, { - "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", - "hash": "12397917326030950019" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", + "hash": "4880915516707375137" }, { - "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", - "hash": "1675148636656834599" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", + "hash": "17464406121619291255" }, { - "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", - "hash": "4500469198916948898" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", + "hash": "14683371035097063300" }, { - "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", - "hash": "15591781288413492668" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", + "hash": "5542561233280181226" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", - "hash": "10224908465129074278" + "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", + "hash": "17702393010275360059" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", - "hash": "2306687655733353822" + "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", + "hash": "2575534504287821721" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", - "hash": "4978643643123088343" + "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", + "hash": "11739281340875482517" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", - "hash": "16079196945272553302" + "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", + "hash": "9929018485526454933" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", - "hash": "9459439117530038422" + "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", + "hash": "4009213837140272148" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/style.less", - "hash": "1527231942813543886" + "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", + "hash": "8817565709427003190" }, { - "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", - "hash": "3490028716472595634" + "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", + "hash": "3375335490032478024" }, { - "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", - "hash": "11032931063624269338" + "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", + "hash": "16615866709994104280" }, { - "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", - "hash": "16949676118746384339" + "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", + "hash": "7415266051392608333" }, { - "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", - "hash": "5754477981864776328" + "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", + "hash": "9074539896232376720" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", - "hash": "8248408736294624544" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", + "hash": "9267693919118671283" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", - "hash": "1309869007463816848" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", + "hash": "10134355830057584781" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", - "hash": "13628344667890779793" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", + "hash": "721460261511937589" }, { - "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", - "hash": "15205348783145905209" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", + "hash": "5398542377692716433" }, { - "file": "libs/data-mapper/src/lib/components/index.tsx", - "hash": "14428353282588746736" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", + "hash": "3347403338657872606" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", - "hash": "2162817837155313327" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", + "hash": "5980647371085397675" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", - "hash": "13553412525983781799" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", + "hash": "16412382996484120538" }, { - "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", - "hash": "12346138118521841651" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", + "hash": "604082204214613146" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", - "hash": "13284155248340962799" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", + "hash": "5211400042396365247" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", - "hash": "6881307329438277742" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", + "hash": "4323159798705886185" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", - "hash": "17557070717023693689" + "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", + "hash": "10473063987200566321" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", - "hash": "6406696257549309205" + "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", + "hash": "3595900253866256876" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", - "hash": "287685334620412869" + "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", + "hash": "13211032462411797929" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", - "hash": "7705748749211233193" + "file": "apps/vs-code-designer/src/app/utils/azure.ts", + "hash": "3833124319981952605" }, { - "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", - "hash": "3936423784858816038" + "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", + "hash": "5354517439635689223" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", - "hash": "436733766006015729" + "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", + "hash": "4202845508695897867" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", - "hash": "2902656052842124085" + "file": "apps/vs-code-designer/src/app/utils/binaries.ts", + "hash": "388089461239389146" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", - "hash": "12588249875741308347" + "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", + "hash": "11278198487517151600" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", - "hash": "3371960444479219998" + "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", + "hash": "5209627703357314360" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", - "hash": "13107346633144606217" + "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", + "hash": "2721473099105817663" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", - "hash": "3431317465765506117" + "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", + "hash": "16092403201611177373" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", - "hash": "931212623622312724" + "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", + "hash": "17280584654313801797" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", - "hash": "2252689483688433412" + "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", + "hash": "11434773582755922466" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", - "hash": "16227082704057520509" + "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", + "hash": "8914353723910010736" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", - "hash": "10162125979217322629" + "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", + "hash": "11370916271253948863" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", - "hash": "1365034521116895969" + "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", + "hash": "12851745667746697144" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", - "hash": "5783780993646471511" + "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", + "hash": "4992286302690682038" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", - "hash": "12114143726703313044" + "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", + "hash": "12439909453655537151" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", - "hash": "7202237167327210605" + "file": "apps/vs-code-designer/src/app/utils/credentials.ts", + "hash": "9526611676815672231" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", - "hash": "1200938118723756534" + "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", + "hash": "18100208350276697387" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", - "hash": "1012998571701681502" + "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", + "hash": "11195002535064666626" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", - "hash": "12160064669768110122" + "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", + "hash": "16513329002632778630" }, { - "file": "libs/data-mapper/src/lib/components/style.less", - "hash": "16697434201106803776" + "file": "apps/vs-code-designer/src/app/utils/errors.ts", + "hash": "6337192314829286295" }, { - "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", - "hash": "1043813905809112628" + "file": "apps/vs-code-designer/src/app/utils/extension.ts", + "hash": "8597463145754720643" }, { - "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", - "hash": "9602489998542264304" + "file": "apps/vs-code-designer/src/app/utils/feed.ts", + "hash": "11078950491452597655" }, { - "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", - "hash": "6227532534870526144" + "file": "apps/vs-code-designer/src/app/utils/fs.ts", + "hash": "10454176105648465536" }, { - "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", - "hash": "7886860379443982562" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", + "hash": "2643409337300275114" }, { - "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", - "hash": "9624723269802669778" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", + "hash": "15542602281912482110" }, { - "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", - "hash": "8054479495813088206" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", + "hash": "168472165892576464" }, { - "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", - "hash": "11318338330539713068" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", + "hash": "11613730303036346440" }, { - "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", - "hash": "6683692349789938244" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", + "hash": "17614489772909813009" }, { - "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", - "hash": "9474546573542884474" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", + "hash": "16131810591978900690" }, { - "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", - "hash": "9216304019284249108" + "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", + "hash": "5474082429921495272" }, { - "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", - "hash": "16279862027290865289" + "file": "apps/vs-code-designer/src/app/utils/git.ts", + "hash": "12773428193671641806" }, { - "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", - "hash": "63281905083235104" + "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", + "hash": "8596095749121613195" }, { - "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", - "hash": "2119175370219112170" + "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", + "hash": "18084363227171215626" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", - "hash": "4728474869371566435" + "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", + "hash": "8369160542664851064" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", - "hash": "15720533640718112418" + "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", + "hash": "12408115648321618520" }, { - "file": "libs/data-mapper/src/lib/core/index.ts", - "hash": "17728252828542620020" + "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", + "hash": "11916907140988211314" }, { - "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", - "hash": "9336784234862841153" + "file": "apps/vs-code-designer/src/app/utils/timeout.ts", + "hash": "14778113605060537252" }, { - "file": "libs/data-mapper/src/lib/core/queries/functions.ts", - "hash": "9075525510237815946" + "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", + "hash": "17799585098475395215" }, { - "file": "libs/data-mapper/src/lib/core/queries/schema.ts", - "hash": "13294590656211176080" + "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", + "hash": "18167521601394077735" }, { - "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", - "hash": "5423319519120387627" + "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", + "hash": "13920597240309833189" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", - "hash": "9392105193070614482" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", + "hash": "9759327367702436958" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", - "hash": "15115567686730099658" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", + "hash": "1968553941266221567" }, { - "file": "libs/data-mapper/src/lib/core/services/index.ts", - "hash": "17713914166270244963" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", + "hash": "15287783653212061089" }, { - "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", - "hash": "3978208177201101476" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", + "hash": "6828207763303964975" }, { - "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", - "hash": "2345282136753381843" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", + "hash": "11094466494008399309" }, { - "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", - "hash": "8144585438365623290" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", + "hash": "2154894462698790548" }, { - "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", - "hash": "8329083872052003118" + "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", + "hash": "8439101078638289221" }, { - "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", - "hash": "13780116185320446560" + "file": "apps/vs-code-designer/src/app/utils/workspace.ts", + "hash": "16375631922651977733" }, { - "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", - "hash": "1844323867195659318" + "file": "apps/vs-code-designer/src/assets/Connection.svg", + "hash": "15647431244608701397" }, { - "file": "libs/data-mapper/src/lib/core/state/Store.ts", - "hash": "11335664211370179539" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", + "hash": "10584527306322621934" }, { - "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", - "hash": "14083985203055166555" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", + "hash": "3810450270713476659" }, { - "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", - "hash": "3651895461739624717" + "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", + "hash": "4245860993464393581" }, { - "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", - "hash": "9602396280237708280" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", + "hash": "6824072606396484945" }, { - "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", - "hash": "3966523736504478114" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", + "hash": "10950725022355073892" }, { - "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", - "hash": "3717071440296795971" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", + "hash": "576791979954694443" }, { - "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", - "hash": "18312574586759606725" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", + "hash": "12306089950511122041" }, { - "file": "libs/data-mapper/src/lib/images/IconModel.ts", - "hash": "12022961688999857592" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", + "hash": "2239336814154262202" }, { - "file": "libs/data-mapper/src/lib/index.ts", - "hash": "12536403810420775901" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", + "hash": "7211845892991047855" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", - "hash": "11971351871449799719" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", + "hash": "7215558518247341170" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", - "hash": "231476621227209942" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", + "hash": "4598916924084671926" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", - "hash": "14825710363869872009" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", + "hash": "8406210736576622585" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", - "hash": "11190645468593154735" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", + "hash": "9257116971448085886" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", - "hash": "14736012937266371921" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", + "hash": "3621284916386716836" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", - "hash": "13887358761389139212" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", + "hash": "16767884502249044946" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", - "hash": "17897683696959454955" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", + "hash": "12435277816665445182" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", - "hash": "12140356380068737353" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/data-mapper/src/lib/models/Connection.ts", - "hash": "6713086379975707272" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/data-mapper/src/lib/models/Function.ts", - "hash": "4870906847571201219" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", + "hash": "15689618091200745940" }, { - "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", - "hash": "15870582288808787686" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", + "hash": "5650505684305619652" }, { - "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", - "hash": "2503294176815549333" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/data-mapper/src/lib/models/index.ts", - "hash": "15048481124323271890" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/data-mapper/src/lib/styles.less", - "hash": "6908331227144989949" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", + "hash": "6146631829358995396" }, { - "file": "libs/data-mapper/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", - "hash": "5175306600030063384" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", - "hash": "10316055516907888527" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", + "hash": "6618528922142727668" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", - "hash": "13390357502855812372" + "file": "apps/vs-code-designer/src/assets/dark/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/data-mapper/src/lib/ui/index.ts", - "hash": "15113147962899261470" + "file": "apps/vs-code-designer/src/assets/dark/filter.svg", + "hash": "2157761159649928725" }, { - "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", - "hash": "16408345537354737101" + "file": "apps/vs-code-designer/src/assets/dark/info.svg", + "hash": "10259827920845009789" }, { - "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", - "hash": "1686767970297098011" + "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", + "hash": "15172864931349783756" }, { - "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", - "hash": "2434825439260665638" + "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", + "hash": "12913855549590469120" }, { - "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", - "hash": "16723311339534011344" + "file": "apps/vs-code-designer/src/assets/dark/visible.svg", + "hash": "15527356031076482326" }, { - "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", - "hash": "8480594156287949923" + "file": "apps/vs-code-designer/src/assets/dark/wand.png", + "hash": "2323447109945934437" }, { - "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", - "hash": "5131927761100189734" + "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", - "hash": "15649534183471564687" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", - "hash": "8490159670981334068" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", - "hash": "13852057286094725726" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", - "hash": "1056814422116962324" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", - "hash": "7706926125373966162" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", - "hash": "17896084943722718154" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", - "hash": "17700627488664204153" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "10811906832528493729" }, { - "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", - "hash": "1510231232034717112" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "6253575686098009499" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", - "hash": "9183598294036602086" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "4098931202983786207" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", - "hash": "2591378645563686133" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", - "hash": "3757182914660000889" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", - "hash": "4652895062524218585" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", - "hash": "16304634453111028700" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", + "hash": "1636695999285125481" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", - "hash": "16121681897376756515" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", - "hash": "15152740453553295329" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", - "hash": "11931976114526883032" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", - "hash": "3153965796357963823" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", - "hash": "3809914266296290977" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/data-mapper/src/lib/utils/index.ts", - "hash": "5033003906952262405" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/data-mapper/tsconfig.json", - "hash": "4056097264898120672" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "12187774501315130464" }, { - "file": "libs/data-mapper/typing/sort-paths.d.ts", - "hash": "13071285186636949876" - } - ], - "@microsoft/logic-apps-chatbot": [ + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "7368448719439030691" + }, { - "file": "libs/chatbot/package.json", - "hash": "5285241322210577790", - "deps": [ - "@microsoft/logic-apps-shared", - "@microsoft/logic-apps-designer", - "@microsoft/designer-ui", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "1164676230893833197" }, { - "file": "libs/chatbot/rollup.config.mjs", - "hash": "11229617363838282337" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/chatbot/src/index.ts", - "hash": "5472632491119599158" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/chatbot/src/lib/common/constants.ts", - "hash": "2429934717009400244" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/chatbot/src/lib/common/models/Query.ts", - "hash": "12711516361292056739" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", + "hash": "2868804174007093570" }, { - "file": "libs/chatbot/src/lib/common/models/workflow.ts", - "hash": "15855456327309866932" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/chatbot/src/lib/core/util/index.ts", - "hash": "5139985942597791835" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/chatbot/src/lib/images/LogicApps.svg", - "hash": "2097860906489808431" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/chatbot/src/lib/images/Sparkle.svg", - "hash": "3138281638005072555" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", - "hash": "12308741199338082792" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/chatbot/src/lib/images/Workflow.svg", - "hash": "9644831917975499371" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/chatbot/src/lib/index.tsx", - "hash": "7293379411218707820" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "17474514795579720783" }, { - "file": "libs/chatbot/src/lib/styles.less", - "hash": "17038065324912682386" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "1966951836172479399" }, { - "file": "libs/chatbot/src/lib/ui/chatbot.tsx", - "hash": "14000638668528235529" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "563534334865091586" }, { - "file": "libs/chatbot/src/lib/ui/panelheader.tsx", - "hash": "933389736901388174" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/chatbot/src/lib/ui/styles.less", - "hash": "16062592558757698716" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/chatbot/tsconfig.json", - "hash": "4056097264898120672" - } - ], - "data-mapper-standalone": [ + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" + }, { - "file": "apps/data-mapper-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", + "hash": "3438342450555214691" }, { - "file": "apps/data-mapper-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", + "hash": "4245860993464393581" + }, + { + "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "apps/data-mapper-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", + "hash": "12548280711520177657" }, { - "file": "apps/data-mapper-standalone/jest.config.ts", - "hash": "10715911984367194997" + "file": "apps/vs-code-designer/src/assets/light/export.svg", + "hash": "4203088445943374133" }, { - "file": "apps/data-mapper-standalone/project.json", - "hash": "3626392484626551561" + "file": "apps/vs-code-designer/src/assets/light/filter.svg", + "hash": "808289461830434574" }, { - "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", - "hash": "16726481549457764766" + "file": "apps/vs-code-designer/src/assets/light/info.svg", + "hash": "8008068589209490939" }, { - "file": "apps/data-mapper-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", + "hash": "5714860970048264528" }, { - "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", - "hash": "14944117756580093119" + "file": "apps/vs-code-designer/src/assets/light/refresh.svg", + "hash": "17185510816311412914" }, { - "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", - "hash": "1284985494789010035" + "file": "apps/vs-code-designer/src/assets/light/visible.svg", + "hash": "2086515071006177202" }, { - "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", - "hash": "372080794920849111" + "file": "apps/vs-code-designer/src/assets/light/wand.png", + "hash": "2740478162349478720" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "apps/vs-code-designer/src/assets/light/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "apps/vs-code-designer/src/assets/logicAppResources.png", + "hash": "7844543986362065723" }, { - "file": "apps/data-mapper-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "apps/vs-code-designer/src/assets/logicapp.png", + "hash": "18231532070800362266" }, { - "file": "apps/data-mapper-standalone/src/index.html", - "hash": "1875896067774755003" + "file": "apps/vs-code-designer/src/constants.ts", + "hash": "10884448731183309126" }, { - "file": "apps/data-mapper-standalone/src/main.tsx", - "hash": "10861951779782452086" + "file": "apps/vs-code-designer/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "apps/data-mapper-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "apps/vs-code-designer/src/environments/environment.ts", + "hash": "1135292433917692033" }, { - "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", - "hash": "16987547041249191518" + "file": "apps/vs-code-designer/src/extensionVariables.ts", + "hash": "1011803126032346158" }, { - "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", - "hash": "15187256273369871693" + "file": "apps/vs-code-designer/src/localize.ts", + "hash": "8909848188136259962" }, { - "file": "apps/data-mapper-standalone/src/state/Store.ts", - "hash": "7832192686281280578" + "file": "apps/vs-code-designer/src/main.ts", + "hash": "12693268671030990594" }, { - "file": "apps/data-mapper-standalone/src/styles.less", - "hash": "11491636838694553899" + "file": "apps/vs-code-designer/src/onboarding.ts", + "hash": "1284380110401789108" }, { - "file": "apps/data-mapper-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "apps/vs-code-designer/src/package.json", + "hash": "11609901045508539230" }, { - "file": "apps/data-mapper-standalone/tsconfig.app.json", - "hash": "14044905431050690021" + "file": "apps/vs-code-designer/tsconfig.app.json", + "hash": "9654856818679042867" }, { - "file": "apps/data-mapper-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "apps/vs-code-designer/tsconfig.json", + "hash": "1646188906733341306" }, { - "file": "apps/data-mapper-standalone/tsconfig.spec.json", - "hash": "14985627563307578458" + "file": "apps/vs-code-designer/tsconfig.spec.json", + "hash": "9983375138734725293" } ] - } + }, + "nonProjectFiles": [ + { + "file": ".editorconfig", + "hash": "5443105041930014821" + }, + { + "file": ".eslintcache", + "hash": "5053676451004808393" + }, + { + "file": ".eslintrc.json", + "hash": "3029841122081180995" + }, + { + "file": ".gitattributes", + "hash": "8207937369485138236" + }, + { + "file": ".github/ISSUE_TEMPLATE/bug_report.yml", + "hash": "15272737862536224901" + }, + { + "file": ".github/ISSUE_TEMPLATE/ca11y.yml", + "hash": "5293457826370554882" + }, + { + "file": ".github/ISSUE_TEMPLATE/config.yml", + "hash": "17858606678031151155" + }, + { + "file": ".github/ISSUE_TEMPLATE/data_mapper.yml", + "hash": "17111424543774017603" + }, + { + "file": ".github/pr-title-checker-config.json", + "hash": "17204226807832485512" + }, + { + "file": ".github/pull_request_template.md", + "hash": "15522796552713692114" + }, + { + "file": ".github/sync_config.json", + "hash": "496730615000929693" + }, + { + "file": ".github/workflows/Deploy-Documentation.yml", + "hash": "7495603297520505074" + }, + { + "file": ".github/workflows/ISSUE_MANAGEMENT.yml", + "hash": "13114629795705431580" + }, + { + "file": ".github/workflows/codeql-analysis.yml", + "hash": "14513951734113331483" + }, + { + "file": ".github/workflows/compile-loc.yml", + "hash": "6716544478710748287" + }, + { + "file": ".github/workflows/issue-sync.yml", + "hash": "7185721735763025209" + }, + { + "file": ".github/workflows/loc-auto-merge.yml", + "hash": "4051908195568450540" + }, + { + "file": ".github/workflows/package-lock-version-test.yml", + "hash": "3012940027669865641" + }, + { + "file": ".github/workflows/playwright.yml", + "hash": "1363863345889058033" + }, + { + "file": ".github/workflows/pr-title-check.yml", + "hash": "16865650786881394050" + }, + { + "file": ".github/workflows/production-build.yml", + "hash": "18079169232381540892" + }, + { + "file": ".github/workflows/test.yml", + "hash": "1393832093165520894" + }, + { + "file": ".gitignore", + "hash": "18110857235808966230" + }, + { + "file": ".husky/pre-commit", + "hash": "17072907064872377218" + }, + { + "file": ".npmrc", + "hash": "4554515537806935951" + }, + { + "file": ".versionrc", + "hash": "1535997441621131792" + }, + { + "file": ".vscode/extensions.json", + "hash": "1475017215334002370" + }, + { + "file": ".vscode/launch.json", + "hash": "3792413396413002889" + }, + { + "file": ".vscode/tasks.json", + "hash": "16863986330420562344" + }, + { + "file": "CHANGELOG.md", + "hash": "8653009368205701997" + }, + { + "file": "CODE_OF_CONDUCT.md", + "hash": "15583593583900038246" + }, + { + "file": "LICENSE.md", + "hash": "11929769968810875751" + }, + { + "file": "Localize/LocProject.json", + "hash": "3095542586741732925" + }, + { + "file": "Localize/lang/strings.cs.json", + "hash": "7849999252714519521" + }, + { + "file": "Localize/lang/strings.de.json", + "hash": "17569203409436325333" + }, + { + "file": "Localize/lang/strings.es.json", + "hash": "8312732778025097058" + }, + { + "file": "Localize/lang/strings.fr.json", + "hash": "17317513078192360328" + }, + { + "file": "Localize/lang/strings.hu.json", + "hash": "2484854965160515633" + }, + { + "file": "Localize/lang/strings.id.json", + "hash": "3980736677736021031" + }, + { + "file": "Localize/lang/strings.it.json", + "hash": "600448890186345464" + }, + { + "file": "Localize/lang/strings.ja.json", + "hash": "11093565599815947997" + }, + { + "file": "Localize/lang/strings.json", + "hash": "10187810231650355550" + }, + { + "file": "Localize/lang/strings.ko.json", + "hash": "5047965408602093376" + }, + { + "file": "Localize/lang/strings.nl.json", + "hash": "12725481479453591815" + }, + { + "file": "Localize/lang/strings.pl.json", + "hash": "1411413952181818706" + }, + { + "file": "Localize/lang/strings.pt-BR.json", + "hash": "13448318565523023378" + }, + { + "file": "Localize/lang/strings.pt-PT.json", + "hash": "11425133437677615005" + }, + { + "file": "Localize/lang/strings.ru.json", + "hash": "2398499417601080316" + }, + { + "file": "Localize/lang/strings.sv.json", + "hash": "13158413859789907558" + }, + { + "file": "Localize/lang/strings.tr.json", + "hash": "6662397990441984552" + }, + { + "file": "Localize/lang/strings.zh-Hans.json", + "hash": "1347672157484416935" + }, + { + "file": "Localize/lang/strings.zh-Hant.json", + "hash": "10854611808467816908" + }, + { + "file": "Localize/loc/cs/strings.json.lcl", + "hash": "18218797302195839823" + }, + { + "file": "Localize/loc/de/strings.json.lcl", + "hash": "17329416204510105183" + }, + { + "file": "Localize/loc/es/strings.json.lcl", + "hash": "10630009075297831484" + }, + { + "file": "Localize/loc/fr/strings.json.lcl", + "hash": "12222067202921797253" + }, + { + "file": "Localize/loc/hu/strings.json.lcl", + "hash": "2641831022449056346" + }, + { + "file": "Localize/loc/id/strings.json.lcl", + "hash": "13654155812274227623" + }, + { + "file": "Localize/loc/it/strings.json.lcl", + "hash": "6251563912352579400" + }, + { + "file": "Localize/loc/ja/strings.json.lcl", + "hash": "4296609352328892144" + }, + { + "file": "Localize/loc/ko/strings.json.lcl", + "hash": "10499652806174351692" + }, + { + "file": "Localize/loc/nl/strings.json.lcl", + "hash": "13739372631183272308" + }, + { + "file": "Localize/loc/pl/strings.json.lcl", + "hash": "12664342038807978168" + }, + { + "file": "Localize/loc/pt-BR/strings.json.lcl", + "hash": "967539809268998628" + }, + { + "file": "Localize/loc/pt-PT/strings.json.lcl", + "hash": "15908807096422373690" + }, + { + "file": "Localize/loc/ru/strings.json.lcl", + "hash": "4560299296108810009" + }, + { + "file": "Localize/loc/sv/strings.json.lcl", + "hash": "15514359632901017696" + }, + { + "file": "Localize/loc/tr/strings.json.lcl", + "hash": "5881830899143780267" + }, + { + "file": "Localize/loc/zh-Hans/strings.json.lcl", + "hash": "1371534145676941293" + }, + { + "file": "Localize/loc/zh-Hant/strings.json.lcl", + "hash": "18161577119653313488" + }, + { + "file": "Localize/settings/ICUFormatMessage.lss", + "hash": "120651321713162269" + }, + { + "file": "NOTICE", + "hash": "4974440325704483544" + }, + { + "file": "README.md", + "hash": "8981796807056710969" + }, + { + "file": "SECURITY.md", + "hash": "9439797681970859283" + }, + { + "file": "SUPPORT.md", + "hash": "14636316271959715561" + }, + { + "file": "__mocks__/connectors.json", + "hash": "9848381554052279305" + }, + { + "file": "__mocks__/mapDefinitions/ComprehensiveMapDefinition.ts", + "hash": "9919290274382928880" + }, + { + "file": "__mocks__/mapDefinitions/FullTranscriptMapDefinition.ts", + "hash": "3944062966816905762" + }, + { + "file": "__mocks__/mapDefinitions/TranscriptJsonMapDefinition.ts", + "hash": "11752793667417622953" + }, + { + "file": "__mocks__/mapDefinitions/index.ts", + "hash": "16382172872236827587" + }, + { + "file": "__mocks__/mapMetadata/index.ts", + "hash": "15499977704685244619" + }, + { + "file": "__mocks__/mapMetadata/testMetadata.json", + "hash": "3847688388990865289" + }, + { + "file": "__mocks__/mapMetadata/testMetadataStandalone.ts", + "hash": "12239882979432947255" + }, + { + "file": "__mocks__/runs/simpleScoped.json", + "hash": "7980537690521249977" + }, + { + "file": "__mocks__/schemas/ComprehensiveSourceSchema.json", + "hash": "14056455167740757319" + }, + { + "file": "__mocks__/schemas/ComprehensiveTargetSchema.json", + "hash": "12236172821382509954" + }, + { + "file": "__mocks__/schemas/DeepNestedSequenceAndObj.json", + "hash": "12317783714393955752" + }, + { + "file": "__mocks__/schemas/PlaygroundSourceSchema.json", + "hash": "6221112849179536737" + }, + { + "file": "__mocks__/schemas/PlaygroundTargetSchema.json", + "hash": "11507768908418701863" + }, + { + "file": "__mocks__/schemas/SourceSchema.json", + "hash": "14432605415286913612" + }, + { + "file": "__mocks__/schemas/SourceSchemaJson.json", + "hash": "4190556006012848629" + }, + { + "file": "__mocks__/schemas/TargetSchema.json", + "hash": "15315721781980201592" + }, + { + "file": "__mocks__/schemas/TargetSchemaJson.json", + "hash": "10254182426973397227" + }, + { + "file": "__mocks__/schemas/index.ts", + "hash": "2795136411859709371" + }, + { + "file": "__mocks__/svgTransform.js", + "hash": "11323230226160083933" + }, + { + "file": "__mocks__/workflows/AllScopeNodes.json", + "hash": "14356671101748434170" + }, + { + "file": "__mocks__/workflows/ComplexConditionals.json", + "hash": "8082757735638268806" + }, + { + "file": "__mocks__/workflows/Conditionals.json", + "hash": "5437366788188040215" + }, + { + "file": "__mocks__/workflows/ConsumptionWorkflowParameters.json", + "hash": "7629133120774663506" + }, + { + "file": "__mocks__/workflows/Empty.json", + "hash": "18273642241049546868" + }, + { + "file": "__mocks__/workflows/MoreComplex.json", + "hash": "11179731100125920842" + }, + { + "file": "__mocks__/workflows/MultipleRunAftersBig.json", + "hash": "14490270762819621991" + }, + { + "file": "__mocks__/workflows/Panel.json", + "hash": "6956073210192159306" + }, + { + "file": "__mocks__/workflows/Recurrence.json", + "hash": "3782576819996791784" + }, + { + "file": "__mocks__/workflows/RunAfter.json", + "hash": "17581560171894355118" + }, + { + "file": "__mocks__/workflows/Scoped.json", + "hash": "4353911984650933419" + }, + { + "file": "__mocks__/workflows/StandardWorkflowParameters.json", + "hash": "3382298018965360790" + }, + { + "file": "__mocks__/workflows/StraightLine.json", + "hash": "4991082168474140639" + }, + { + "file": "__mocks__/workflows/StressTest100.json", + "hash": "18015117502836215746" + }, + { + "file": "__mocks__/workflows/StressTest1000.json", + "hash": "7669209502452834210" + }, + { + "file": "__mocks__/workflows/StressTest200.json", + "hash": "1645800986951066668" + }, + { + "file": "__mocks__/workflows/StressTest300.json", + "hash": "8073244307323596319" + }, + { + "file": "__mocks__/workflows/StressTest400.json", + "hash": "4743644115029324208" + }, + { + "file": "__mocks__/workflows/StressTest50.json", + "hash": "14704594591881977339" + }, + { + "file": "__mocks__/workflows/StressTest500.json", + "hash": "12244941126482239468" + }, + { + "file": "__mocks__/workflows/StressTest500Gross.json", + "hash": "12246450347458963764" + }, + { + "file": "__mocks__/workflows/StressTest600.json", + "hash": "14263668666459582022" + }, + { + "file": "__mocks__/workflows/Switch.json", + "hash": "3916122250248788443" + }, + { + "file": "__mocks__/workflows/UnicodeKeys.json", + "hash": "9641220241181624180" + }, + { + "file": "__mocks__/workflows/simpleBigworkflow.json", + "hash": "6589532073964586460" + }, + { + "file": "__mocks__/workflows/simpleForeach.json", + "hash": "3200434854997074561" + }, + { + "file": "__mocks__/workflows/simpleScoped.json", + "hash": "3543061434896807894" + }, + { + "file": "babel.config.cjs", + "hash": "3236968899011217010" + }, + { + "file": "biome.json", + "hash": "17674340544535207974" + }, + { + "file": "custom-webpack.config.js", + "hash": "4970834634783155458" + }, + { + "file": "docs/.gitignore", + "hash": "3945052881859496627" + }, + { + "file": "docs/README.md", + "hash": "1980246878577320622" + }, + { + "file": "docs/babel.config.js", + "hash": "1308513646348002384" + }, + { + "file": "docs/docs/data-mapper/_category_.json", + "hash": "15175384677382494990" + }, + { + "file": "docs/docs/data-mapper/overview.md", + "hash": "2329917603983957482" + }, + { + "file": "docs/docs/data-mapper/standalone.md", + "hash": "3344137372261026221" + }, + { + "file": "docs/docs/data-mapper/vscode.md", + "hash": "17587935708811884986" + }, + { + "file": "docs/docs/img/architecture.png", + "hash": "26421078174694397" + }, + { + "file": "docs/docs/img/hotfixRelease.png", + "hash": "9522439736757580286" + }, + { + "file": "docs/docs/img/productionRelease.png", + "hash": "16021452614758189981" + }, + { + "file": "docs/docs/img/tsg/knownIssuesExample_dark.png", + "hash": "18121832043530022556" + }, + { + "file": "docs/docs/img/tsg/knownIssuesExample_light.png", + "hash": "5567342054276507678" + }, + { + "file": "docs/docs/img/tsg/portalVersionBox.png", + "hash": "14902344370945731821" + }, + { + "file": "docs/docs/intro.md", + "hash": "6350111963721107528" + }, + { + "file": "docs/docs/release.md", + "hash": "10466877829651961408" + }, + { + "file": "docs/docs/tsg.mdx", + "hash": "11852171552097445449" + }, + { + "file": "docs/docs/vscode.md", + "hash": "2331496839650087120" + }, + { + "file": "docs/docusaurus.config.ts", + "hash": "14248392264089256334" + }, + { + "file": "docs/package-lock.json", + "hash": "5559416213526435192" + }, + { + "file": "docs/package.json", + "hash": "6256662419514857183" + }, + { + "file": "docs/sidebars.ts", + "hash": "6381511234735084225" + }, + { + "file": "docs/src/css/custom.css", + "hash": "18032339206207475562" + }, + { + "file": "docs/src/pages/changelog.mdx", + "hash": "13575912097021767506" + }, + { + "file": "docs/src/pages/markdown-page.md", + "hash": "2637912770613796076" + }, + { + "file": "docs/static/.nojekyll", + "hash": "3244421341483603138" + }, + { + "file": "docs/static/img/favicon.ico", + "hash": "12018898405833912528" + }, + { + "file": "docs/static/img/logicapp.png", + "hash": "18231532070800362266" + }, + { + "file": "docs/static/img/logo.svg", + "hash": "7105735927878628467" + }, + { + "file": "docs/tsconfig.json", + "hash": "6554115139338757959" + }, + { + "file": "e2e/designer/app.spec.ts", + "hash": "4561138837925107483" + }, + { + "file": "e2e/designer/dragAndDrop.spec.ts", + "hash": "12566355067625223967" + }, + { + "file": "e2e/designer/serialization.spec.ts", + "hash": "9249161132102907996" + }, + { + "file": "extension-copy-svgs.js", + "hash": "11484980984219560786" + }, + { + "file": "format.js", + "hash": "1306498498269790088" + }, + { + "file": "init.js", + "hash": "2001075170559349221" + }, + { + "file": "jest.config.ts", + "hash": "1257711678503192656" + }, + { + "file": "jest.preset.js", + "hash": "2772139696069860212" + }, + { + "file": "migrations.json", + "hash": "1752963221756935581" + }, + { + "file": "nx.json", + "hash": "4429090170692270316" + }, + { + "file": "old-playwright.config.base.ts", + "hash": "4390107713842743045" + }, + { + "file": "one-loc-build.yml", + "hash": "17077157507478279771" + }, + { + "file": "package-lock.json", + "hash": "14705132594492135259" + }, + { + "file": "package.json", + "hash": "15065955506568468654" + }, + { + "file": "playwright.config.ts", + "hash": "10236223410941572897" + }, + { + "file": "pnpm-lock.yaml", + "hash": "8196837673836944674" + }, + { + "file": "pnpm-workspace.yaml", + "hash": "9635168946596809969" + }, + { + "file": "scripts/config.js", + "hash": "12713597404829799674" + }, + { + "file": "scripts/getRollupConfig.js", + "hash": "7305725819581342265" + }, + { + "file": "tsconfig.base.json", + "hash": "10843504113140592802" + }, + { + "file": "types/Svg.d.ts", + "hash": "16119276421185882375" + } + ] } } diff --git a/.nx/cache/lockfile.hash b/.nx/cache/lockfile.hash index a578b7cb7cb..fd796766198 100644 --- a/.nx/cache/lockfile.hash +++ b/.nx/cache/lockfile.hash @@ -1 +1 @@ -13147331953155060791 \ No newline at end of file +675613950241054844 \ No newline at end of file diff --git a/.nx/cache/nx_files.nxt b/.nx/cache/nx_files.nxt index 04d17508ef0439aa2d39968a14c9da108c3c901a..7b37a6fc1ca71ce3fbda2ad5d1635cbbdea84596 100644 GIT binary patch literal 220964 zcmcG%37BQ+S>GoN2m+D-A&e~+W6Y8VQ+3x`E?ekrW?FR5w5EDyfFPG{Rh_QB)3@%u zy7yLhl?c!fgbWyA5s0^#MGx>O29zL+HDNKv1_BQz!DfkLB10f-j<8Lz0x^@{|NWNp zeYegzRnsCpbLy=3obP2L4PhnYO z3HM?1VT(WS&$`W;e-AhKqx0bzI=0E5ZI*#Q_Zfbz>pqk1_v0FEv-$9|`183e+P}p5 zG7JCg{8ct?u;^U)r{C(lmT*k#n;g(FwJklqx~*%T;*XBs^6S_7wT|ih4u7=P@_{Tm zu79^VkhcBv+1K&cvHoi;yMCWl{Ef~J{qY08)-nCN%l`8${ClYT-eW^+En~KibcStr z^$RcPc-VdeC$zm_9gb@ZPS`*7=UBz-!**Efw_n1}m$7L3%l$f>Pv2YTzmgN-oc6zp zoj2Q|mpuIItp5hf*RiNAZ}G=<-CNn#I{o*J9Q&{R@o!=Mtt{Wh@*OO??mPWj_tHCQ z3BP|k=l)xk?_&9Gmj90Boh&;4F4o`gw|~H|b&nrp`-lC$u4D7zkMQRwSpF#s{~l`j zDgOK%3;*Kt{y96p!tyU!^jqCe3%hnrSbsqBn|E_CZF6|$zvj5Mf8DRcadz#Vzs1IH z`*Xj?TF=on`u84xT=cEuf585~WBEgW++F3~?T?aUf6O-j9%}iI{Lyvq&keNxK)(*> zbxi+W>W_ag>knmlncsgo>sPRRB+Ey!yqbmot&JbUhVJ9;@WKlp>-WR4k7HlwKA!bo z_UAs4^(Xn`pW@en?mpG;hx`4f$^NJL?N4XjWzjQwtotk*Ec%U(ZTjtjUtePVnBUel zPqVG-wA}XF8nr92q;tFey4U;r=-8p(zU$9T z{l1?62DTS|f9cQbu53O$=Ffe9PBf=`h3D%0DSy6{MaSO6`m0!UO<44sulDD^mi1d$ zzMkb9SiX@(*L@Rf{hn3ir+?oc`(}TQu6vu`4z&L5{+hS5{s%1YVEKnE{2$w>`@V|< zT7Mtwz^{Lh?f;R5|KqjczCX%AU9W#X$@WjP=yyNE`hQ|kTeN6gevW;2}ah;ztcZ4Cbz}- z`t1+!>kmxMy)@bWAhvan4`I#!4`1f@U(Wi&STq(o|KV)E(x3ZCzt-{aJgr~F@pS*s zC;Pe&yLPX?kQ~?bulD;N%UbXFaen{fS@ZwHPw>ZeF5F++fxbS8^Pw#|_9^VIv*_Az zyzTcxJJNHToZIr}!|~5#{~AkpW>`Ow9J|i8?x%BlPI#8+=<_(Id);LH6pPO3+FSnk z4(r=2>2II$*FER2`9i-AZTcei`TybT_%meDJ#{Yp+v8Yh=b=A;k2U{49P=k!r}dHF zpZT@!weZ_Z)+a2dENb%?`{Q52n*XzBhI@v#d>I#fIm>^^@+OvWJY4rx9OM6oZ|2X} zvV`Md{dFAEZ{Fh1v5L>r@xRG|Z}QjtZNJuUznN{Vzm4_VSiYNu{~vxYf7B=M^!vJp zuKOYOf1E|zq0h9ff4U}&OS*3-`SXwb@4~&p@v#00e_s1R=KW)i>3S_c$+qtQPyKbQ ztW7`d_jQea`!oJJZR?+o>vuoLagEE*`|E#^^}k^GWtLy{$J{Soc;SC#|9|txurnV1 zy5Igy*1Fek`TcOcp7Glp``zUD@3H-FSpF}T_xR&_e)!EFa_o;;bUz*Y6Sn_ff1U34 zAKCs>?XzhArTqAVS+uR|IULs?%5fcg8S9rP*XY=X`E%OVzwo?QCddDR-+p!S+mB`Y zaPj+{WQO?^WooL<=CgQtg&=hK7-{mSw5RZzY8+t zbJ+h}mdh;Rw^x$w>wfz+to6IkV|~*fd(y9;V*Ogb{j^`}UboqPHrWsN*L!^-#{Qwui}a?d#uNj_H1G&;1>9>_a&= zVLkP~c?0V?i`upH$4*%5w>qY^+V{o&T%eKkzW;?kmmXW){&KGQ3Kq4Q)x)pkkM8{@ z)^BFfeZQLZ-(b;i)8~9W$KJ~F4gMUfIKH}8?fb9%xo>2R4gXO0*7CRfac%2b{rfxq zSUNuLO!@ck`fGIL?eLYL>tn1Xjzvz$Y z{4cTn3V&SJ>AcpVow`Q-OMl$@afuTmA8C$uTw`{sw>2@%&x(e=oU4_j(!E zy=Uc^=CIoEZ~bv?hv)vGKla|_H=(_M!m;$iW2^(U}|IjU>bcdPyRN&dGw|7m_(@BLTV)_rum z!}d1IXR~|`%Ow__yUhA=mg_9KPWM(DUgP&a&#yJExBT`OvVI-Q>siz`R`v|tFU*HM z4(fjTci^`RzdmIBd~*IC+he~!O^%20egnrAEcaR7$f7oW32UAIGS+&=L)Ln}w)HRF zev`jO$KTBM*Cf}5>)zt8`Fg(&$MqXM@2&p0_CGjz&Nn2-buRs$kJkGro)U_prQ!MbCdHYu)c%tiO-thy1>deHiEUoBx4hKf>~(EZWz( zf5i4bVfk4W?d#vqv#oo&z4Grrf!Gt=XKrhv;Q8J zf5*cAcK?6R#(!YZe0(qKKV{*6JNM`4l=o**TVBfggIGRYp&~I`%Toy~3aW zaMt16NBCnO&HAJKy>-3rtL4@H{Kv5VM3ztT`=89Z&C>Dv8?4oD1Hb<{tkn*+UC;W@ z{Bhm;bJ@PiqT| z2P_4Pu8}Mnu{~zdbu)il=kzc9R@-mjoZ1)e4`yu7(YZP2PFcR3U zWLxbH&-^L>JDtH{W1(w**qNzdJep8*KlkKmI#@{cl+7 zdGBHUf3v)oMfcI7`}`^UFX$K#(^$SgYaQ3W4`e&^hxT8}e)ye^>)3~K?3HZ4g7rtR z=$Ni~mB03*{aW|_i)??qzveIbwc7Sq*ro|K5A^#_X8$AE*Y>Bd-C}98Xn%wCz;Azs zU+cL3eU{%3{jFmhvip1v8<$y98F$5Buj`)l+fVuRE!MaF_A`F{1+2q+zs_&}HP)|Z zIbgZNqI;$P^nUtHc<%FDqht40u3fMn?)@cff2lwJWvt)KB0iyh{pD#(U(LC% z@#nvm_1Ce4=Z1EK>)+z93;SB@p6a{5$+=Ya{4Mt1=C9X%(%*YE3Iq6>B({zLzpaGiAj@AJpPGr!;O{~+sdU1*Ei@FN`mQI;QL`Eizi!lLu6 z9{w}G{R@8mi>yPte>K^Dw?F?|toi@p@9^h6EP>DcTeidR!m~sB{ypcyu|G<-)zEcSbUKHMvu*I=q0@5lP3VVnKX&mY3}2Xj2MNBiL(X@8~d z*Kc)Bzj+zI4cCkRX!|4lu~)JVzxyb*)eimk7JV$=k@LQXZic6EuYQyWtOY{n0}*sKF0nN{@8WaH(8!yk=}CKAO9l1 z4$pZ#`*-}YK<9_-KhH8|(L01|kNkC0zYb$GXMf3Z>W}MswOjA-#T?Uo4afApp+CQZ zbGk6r{crc{?_jMycsuL#x!>i_>v#GW-uHVrt~Pxy>vyue%U`GS-^cb3 z`28Pbt?Tq#wfl$J7vFysOQ2Pq*SVkYztQ$jvaM@=iuKR1{G31c^Q?ctZ|k1=_dol6 zwflcz`xjTv>zaSgG2Qp&EE@k`WncW}U$Xu+mS1Q2O_twg(e>%S-{IKrv*`DM7XEovmJX(A~(| z5*xBVofoaA^*XOTF6O7)gflwz6IbFJ?F6OzU_# z8ZTPIHy+PN%c8|SNB4)z;*#6vmi=zKyWQW|Xm4*0Hns;_v@UB^+C#J9q!_p6#s2i@ zsF)lK)i3VYXmU`TxCZvOyKP>tv$fUd#_itLW_G{$mg@Opxg1Rn8ACeE-7eWw_x3xT zt-(j`c9clabUgXo*&5dXu5xI(b}I* zCJ@+kzSt>-^ZmO|7mMTZa&eQBdO&Y`dt+<6-Ro`i=u2L<)3G*IKOhj#+WvS{OqOel zVt#+LPlNeQ3!)zH4fpR|pWK;p>#c42ZqV&)K!?39L*B{XJ{_6;yT$&!z3E9S4n{aq z4n==syWJl2n6173fOhw{d(DI`A{ZEo9P$U5B%4%0K5I^3b#>-D!8#ijjy9OayFeX89+7P54Z|-R>~p-9Efx&~rR2Y1!Ih$=D9Z zG|EVSu{<3Yi*=SorvrU#_BOYBa4Z;CZ+kGfU_b67BbLR^c)Fy2Acn5^XSclp2hezQ za!!@LO>rRB(mF!Wz)fev`S7S%8cW{jFsQxFjm_xyI!Ck7xHwoF4`H^8rFiaQ{h)9%cWVREXhS5O z&Ia<`o^_|}$oHn-~qT_Q>##O3jV*B!Tvq?sY`m4oTAXy`-&s@-dE!ecl4$UG*QW3Yjh z#+Qw(4{m;ZvL>Ol=JW{NM_i%5+1u_Q;b1g~O*aVl7pB`3C(B~8kQNeVtf$1g(}mj6 zNBl6ud8v&qQfxpURTGSuCU@~~vUj{(N`iZ8UY^ciSnl9%Jh}@f7>##za(!|C5JtKU z4`q-ywxul4m5v+MHZ@9-yUXS5ib)ol-0Afg(T)CQ2LasQ>UP?G;xur9J43_~gUX*l zuZ{fSH^_-zr^Bt9^q>VqwP;;&vXXAJ7l8)07&Fwi%{Kh3(;GN~s3v?zQ!Cx?MUP{b zywoOd#jNdhnME*rwri*%RemlwaizLVQL~nehD}@uug{C4yKHX^plgJ11LtvFa4=m? zisfrijTwj*n^J7}Rd>DJx;fgPPZ!fW%k|sE(QFK-yf!%;O^WrW&?_KU7ztVnf^{<7 z8y8-)W!jI&Fsc3kX@Ii9d_c^$x9Z>9sbv#5=~eeGw@j;C4pGZZZ@WF*)0EiUKpSeK zm<`(7{q82c+JEHN>ovXJwS&V#Z_$U_!XrBE4VczO&a+Zkus@t1pbgCroH$~}Nrmih z^~C&{x+`Oz{`BthXxy5OkLgx414vog%luwTlWT3XL<`;*X`&19=37kV0lW@IGLskQA57e(ukv3xK*rB}DNVa&903)Kz1V6fTC2P$nWHU~P?^7LRnogGXcOiJx- zcXu%v&K7s4OEK)#>mtiu*Hvg-=IyE7P|gGpJg=1t5A&z^2b#lD69FmFW`*&U#0 zO6eG&s`s|&_3hnV(}5*3OkdFqKbp;pyW*Aii`&EbVX^dc)2zX6x3}4$Tf69&UD`6( zcm$H#d|zoP^6*t=JQ`ySP0?dbVmtD%Avd~5@)n2g)X-^w!})S_2eyDka_@L1!WnFB zB04q(sQnn5JxQc!jb^fXGIp{WLfGiTM7PkS_#GxtlL2x*rJ<3J?!YTFl^3X#3u)l+ zsI5(uye>=@M!}=%6|F?_ViX=DkD}l_DE5(C<49gKR+=Pi8$-o!K zdyD<~XeQQ5O9yCkkQm|<8sl$oD_6YI>G1~H=6lDZF{XJ*ro7-L4MAz^V%2SLVeMB_ zdp`J%xzC1UbV983g9C}*@wgc8KDdkBuCY}gb~-d^lUr|h+FOIXZIP^)M~=tlhPq(@ z1@__ec)pKbKlTci(_%12AQ=#h%}v-i49#dR4tS!DFHuRPSgv!05z(O22bEwpF{R*G zeeCt@mD5gJVpn)Qew&_>@P+P>7j3w_>#6F|i!G@%O`TR#oa`4ilF=-7qY9HlTR<`A zVS3VLf1{ig)BV;P@2)*DoGhavD_*fa-XDv=P+_;EP$A4am_7A2uIqC9d$$;hCL-bH z>@v9|lCtBJ+aN^h5VY_fZG@C^G$QTDJL6MS(7I>1v$EKwrv|vgJq5gq{~0orX=V&8 zwO$0&$}1GowYy!BPTwuIihVWw(>fCtLblrf7R9yz%_xiy_5F`2b}kPQfr!Ro-m`be65n9`X6?Fuh} zFc7_`li|^5pO*k21Cn`gWjNz@CrCz-3$p;J#h`4j@T+(~Lxrw-C=rDy!gSl)XfKcs zlue(Yy=>IOj&*$ujCs#GxC18=E<$gC&;cGgp%rIDGB>53%3vvC-`|)H53tVMbO$Bk z{ZK2o2i=6_yFve>Yt+uyV2rI;Wnnj{2I@7264ti~9ttq2+X6b-eQON^Z^JO7A1jIj z?g2N)n!x_Sl!nnSDgRRqoMbD0x=(~XHnn+9^SO;7TWfd}pv3Yq~F$Oq4 zE8)UIwNP|75$R}nQ04{uwH$3HUI@p49dx>F9!-~Bhz~5i)wyV04`UY$QSOSu1I_|JMgIX&g4R2ZSQ_wxVsd{p zpH3il6w+j8UGm88DbnxarT`h2Ctz!Z)2DN=f=?TW=8U(!>G(i%NiYUzF_aBD4nd1# zF4*@u5jWEGjnN|XHaak@7RM7n)FzB`fa+Sy&M)rbng*5l1j!6r02qX~VCHt(-b6_H zJrRfzM|LJzR5Q(B-knaKnBFhuyE1yMw*XE-F;GE(aA5w(4cGRB)Mxk{Fa@2x0$ufi zikQLZ41i>eUhT{7-yJUZrb|OBJ-DqyJI9BI@Gz$uo?wlj@WOz3J}wfF@)yT~o-7`S z3nBdF=Sv37A91|M4ebqibuP_jAmO8B*hzl`Rv>Mb3>M?mK`j2zww-#|yG z?cWiOpsVz66lpxNy@7vZFxWy2Z{yCY{jCuqzl8DKmfMy0L?U+E_$vfK>kmp@dn21V zPMk#h!_-={>o>4K=pFvXKrX~}TZTO?6SzQZIfV~AB-QD5 zHlaNr8J-|-As&Q-={}mI{Yi*+cONC}a5_KTb#zO+a8&d`DM21UYw6zX)h?u#Xyo`+ zj@2;&PZrB{;5?KP(~oZmvlA+ZJ|Z}OfIfxkf;!gE`!joJKFtsugLbEFeqnS2{N~L= z>D}f5+InUNcPMORpLA4wf=&pqhO&uzHo%@@u9j4jT#FZ9F(?k>fKq~cQ4lKFwvx85Gr6yVxwN;3{+t;6|Prp zq7#+TLuMhvQC>j-u*qwO5+h-V%Ple)02;goispbnY;Pi!8d#LGgS+&n6r?@b!-n&m z$bYnraR6-IMhyq@@h;tD4woE*4iwrW*S!;K>NvUnHwJAyf0ACfrMBzmNUD184Z)ku zOE+QAO$x#?;kr_q@S1Fdb%nL^UbXkJ zCPj$C;Ou}Cpu>P)wSmGx;4wHsBl7!1+KNz9wVoS&NDDDkG)ixJUmY#*F9?r@>Elrs zX5QVxhT-Moa8`_j({?Xosblz+>MlfpQb>zIn$gJ#ML3H>VzlLi>Oq7?1YCHpW(0#!RWRw9$ch7C!68xGxeJTMkeeh}$XLt@&qxm$FTr1^ z8HiJx5u>Lu@@wyEVIzC^{!yP!OM5Vfm$HkZooLXHh)m)cgA126fffyK;J9U^58Gt` zaXt|>6>lr`S+=jlw!j}$QEPoQhUbPaOe=5w+ohL?bh%#Q+nQd&m4I~M_i~5gW?V6k z&(dII5hzI@09drJ=WZXv)JOGPq*W0^Y#mP)$Fmt2lR*>AOH4%|OQt=N4A#@jhd;K* z1G{vVfEn|#ORp4<*)-b`c1xetkFpCjFvpDxJ8(h=YYvlVfU8+58tfwI$`zq(p7Gwn zN$)oOjcmfn+M!3W6Tp;!fIO3^?wz0`R63XRj>ku4DYQ!D|Kvz!EZ7aED{LM(2pP4_ za~x$?KgZ$ki1&c+tZmTQ-vb^-{sOT0qvRWT^s`AxX-Irr7<#&M3h4gX*bMBFqh zQa*mKINdcD1zxCwVs|vbuo0~YP{F~rgKIy zg@zKlVq*kz*##2p+&^45D;r!Et8^23fb9aS;=Q{N^#^V8lCaq)@%`h+jAk3a2Ie}3 z4lG~d*WIx~Xe0{%{%~@CxVSx?junh{CEfF~2m;t9wn*VTSQNp-QgPSFCl)PY&#o4C zWYf{OYtaY69T6EFR4ZvX*kxU~z(uiu5{Efn6g#iI;Um0kULogT-)QFw#=;)i80=iT z^32oMZ-2r1(ZQgP@nqHsa~mZMY#<}OFyh9pM177a%kXqaS`^auESy59d(ze+C537= zy?{eg9VilBK+~azz*I+Ifj|oQ#oF!JWOlSh+|#}F)8Wxr`VWQ*6K1;yY=oKQRQq7T zi!TK3F5S;SLzFH61E8{c{S&)xT*P0VAiGibHnxzp&>@!YAg9As7VfdqXa_j5#$({a zBn0<}8xz&5_!0aM2*8yfvUtyPRHYmeblU!{fCz3f4A^k6P*gjDIWf>LLhelvjOm^D zf3RfGudX0^RgMuVY@g7JVv_82#~;e`ki z7m^4NK8pJU`T+F6)M5BGOK94?-y*Zry}6B*BK?jZ%FTgWs2(N?ghd=5S_Ud8(_hac zK(UrfttjErze}AQTMHll(y6zE8wkXO>tQb8R>H+sd)Kon`JL%hQHD`52LjzfV+8=k z--hFWps(z1k=ncx663t8LJMZo2ZS0Zgg%lq3`+-aV2-gUjJ~Cmf?*D%^Ads+0@JGH ziAmdP2_Ec6oO3wq74QsR3HT0=s(ytyVY~=}xjKwIf^5N@Xx*94kFE<#N*%v9iGv;m z%ZQe5Fru`7lQ5l4MJr!~E#6-Ugu7z??iTWWbm!E;LXRnAPCQOTidF{CB6JAG26hE+ zcCS?3N0nNz`NefFj6f(BgC3(qi3{z9goVH!{V3lU-76j=PSNQgfKzVLwWUcAeBmPs zg8&G!n$B+>jLah{tD@XYbWeF#neX!Skhy>&+G~2j_=GB@B3cyXG*)gx@l*(VAwVI- zjR5(B_8@@Jc@d&S*m~Dzr86(aNIpB9kHq*5HPT1}XG)8L25{$}Gwv4tydXk&q3CDa z!Y;(d?OjUuuH&y@#H266U$A1)rGfh)Z%5A+N<*TGtny|Dl+@ya=LtQKPp z&W85Ge85TpXRaM8=0S`fDFE`WIM?S*P+ROB;z$k-F3*QJWv+9jO%`S@nx-6GxC>Z= z7-x4+C)@sXOajvz2_A}DMool8plQJZuyoKTkTmrGVW~+fmr4 z3M5`&h`?b=QK)xJtSF8__dH=}P*;_wM0B43V9b=-7YcGe5hn>*?i9=8*-fG%P4?qUus+^*;&0QZ|ryC&iR_ywW$d1Ed( zj}}He3~N%s7X(`(-{`Mya|lLr*#EiRbcf&~C9XYTS(|zp6hK8&;Vy(ol@z*yV?^E@ z$EOD-j>82rUg2DDvaP1bVa#fA=zB#mQ+y08MJyFDjwaH;uafaxRSzU%@SdX_ElcM) z)0x{M90;*ccp~y4>x}ps5_4tNhsi7F-ye>5O)W4+1y+Q-V1VH;803sk1EW$5JhSPN z$tx)=+LNy@@ICxHim5;=f^i{4nPLC`=m-ob#-Z>K&}Y(b6#~%+X*L)sqXUx&$V}v> za{ibxj2L!g*0Cwet_TaUkp3|t8f(WyD+31txr^@;&?5;W1TE`|5)MpaR4yE_lHDpu zQ5$;B2u^jH7YrC-Uks0s`P12sZ6XVAaF`y%&ZdC?Y0x-IEb7(8UU(@iZ5ZO8TTk4+ zdE?4m+=j(1OLEX;BUD3Ln}Xb+D%eM-KDJmuk6LY6jWo@|B^H4XwRS>2>Ql1o{GPR* zX$H!Sp$*uN(a?~fnTSV4N*-saT>ympg;`KyoB*6mDw(}QN=3D5gSjmq5E%?fp{WEbW|2<1t}9 zvqHSl#|A(aASwzUK{F?Eg_pILtk#hl*p&}lcZ4T+mLVhV0N#befa%cuh7O1@gO_1c z_>xy1E4ABpTIc=9?7; z+(!r#Obz}h%#?TwPiv(-G|NJuzPfQPZ2aO-rHa9x*&0VOBOQ%nBZH!?9qG~fm3 z%xGoEF--^*y;@>)ooRp7aR3hJ{0dgX(cA~?3h@OM&bqU~9%@mkEP=U5Ib_-@x}7|` z_rc#)Ox8aClFkMHIeI;A!31n`E<_Lxa?2zwW(ua@pI*7 z>1Tl2s*50210l&v@0ErXyCNvj6`q^y1xs;`D%v#G~ipt@ZWXCZKxCtO6e-bmkA>p~6n9)s&IVq?fYe!*LfF@`R z!8f83_tMpRO(fzfH-QUpkX7j+ckx{&0k{ap9bI7Q|BeW&Z=XUC43AP*K*vi!xDYsI z8SP%@K+_f@1FQq9M3=(7?sU)U`&YVg;zU*#L!6il#Jg@1aU*hC!3;`L(!BK~6b6lQ zK0ZM+rgD{s#1C=TD%hGBN?F(dM=Kb7e)rJX=I(bzh{BW9RO-X1m;!MM+!7TTNFkfw zkz5mb=w)oMG_D6y;C^sO;0}odC=9a~3^==8%4JK3leLZ8VMC~V76|B=B=h2+yh2UI zyi$snx$p>4R8956R7MpS_z5rYk|f!CclDuIFww{O9UlohL_s!th-QpU{6{6=3gehJ^O z(iGNb)s$@pM|~*P$0`>O$XT1`#E`dC!YexmS_;O6}4g^l)PehoJ zx~3VOmu!RK0vJJ&N^(Z~CrLjW-;{P%lVII`G$IJB#QcUCL4)!Eg1|SaR7}E%mbiqC zM@sJ4v3&Ad-lAd}QgO&7Mk!z$whJak@{&R!Ui7Q2X7uV#s+}SQPHHjWO>Jid)Yx0h z#Ndu|hcQwGg|1D+8AgGk^lNPYgw&<0Yf=)pLmV|=1tH;tIskMzBCRH{z>F$m3WqZq zI6?Ii#?HN&FuWBZoWeM<#E{PRisz|)cgT#9KUC&FEDcXO@vh*o&>VvEVv~>ug_2M9 zCYOkfc(yA}=Y##ZHz{sdP#9B?GBF-_c+Su45E^|v3u?L2M^u%i^`$+<7)VU5FHe>| z#pVELO3#ry4|$zwBB2+J;Yor-;$_EccYug^g=x0mx3PjBL4RU(6e3`;PF zvxgQYNloohC?=L0iXChVgalosxlbKO7cE^O`9_h03-qYvld~f_WO;jds2)|oB^(Cp zTsaYVM+Ui47DZBy!{Y$o9~nRlUMa^T8nEJPu$)6}D~}e$8$^ZnthQ*320h+;C(i`Q z&`@*+3<`yA;{7L*T|SBC*N-HX_kfph#bar|To+{Fu~PwDJO~RJ)De*doz(KBCBuU| zj@T0y5pHt|wr2GxHtAReSL8Av_D9~K(SDofJxilL++okznDZD;TE);(d5dt1_PMV6adfhtelBH2tnkg_c z>|ofM@KOW{AqqLorO!}qZW7G{EC!^8hOPt;bTlUOS;>8UXXlw~yEiXAdFkGUdu$T1vx*%r2^n>hRTk!WGqcIDW+~js-IRlz?gg7i2!IKUqFl`<;aeq{bgK5 zMp?_XTels$LMNkxDE%1_wc($xhtyX^K4lL>ZYlBIquHYUw$0>S{;8 zl1cR^8GFbCG*n5iazvqmz;GJ+{T$YP_t@T0w~@<`X(n|G^DMWS!{|9l<&i6uy;26L zO<1B^F&GgeK#25@*l6u*$!jy(#}i6?p9+gutmQSAG=bKY?D_~T0v`mTsB9gm4>A=4 z`hsll#i)UZ*yjicT#!gvsOEs^POqXGj#3MltVA%?57*fV69H2B7)z~IVf2hX`j+MB z(%N=D6%@6RB>Tpc8@z3j?mJDoq#cAFsFsdEjzUuP<((^IBa(#c0Tl zN}WxT+i)nC9unu_UMbnN<7yLG6r5`t_5w(qd|@;W4*)*ITFNj~dGTOKe)pX6#I8)i z%D!23Xx<7Y@aQ#AOZ3LlQBkF3#&h2v?$Bh>VfnSdgkoAteWw zM!Vjgcg!=AuI&cel?PQM27F5+6`|TBX9L@)Wct3Pv`z>BI;?6R$g;)JSKqjx<0foY zhb|xQ5ictKDi9lq1PfEm1OD?N71eXAv4y@5L*|U?b-5H~rWan(CJUtTzALd;rO%at zVvs;_WQxJ&0cwNhQQiCo*5En2QiBP9z`2eu8>1B$az_4%B1Vp^ICGKUmdWOhcXIIR z3_aE&_C10~;Q+OFOk-9a6nhJ+Up^a|z#xDJrxic~oDfY9q;0!e4$r-aGIfWFBzP+b z?f?yFqP!G4^eSeO@3SCEKuM6&`~l^eXJSqAe<213C5H=^$bwq#`^R%w5`G>zPUuy+ zO;C=R2>79>b#QL41|x61(OQ*w6cex_8m?RG?X}Tjs*0@#(unMf1C!&~J*v^*iv`sNnjt)f$-Lst2#m&Q zW?%@8d*{}k_MQ#61T;^Sm^dV$3Pc=Sg^5o-cCi$5OMz|4P!t$*B^*)b!UOvRh#=Fk zeTh9|x1k?mcOB8oP?}*hhUttk=H_&O&A8Y4p=+uax`;B)NtdBTq!lo#5g>EK%ig3kA_8 z!*l|~g#LlQO9iAr1lYZhPUDjrTGS|89utWRC)cEP2rD&|ASM1O9+%iFUzn^~kqd0R zQd1Te4oUhEQwm7|kQELth3K&WYrt=6$I2!_RO~6%wmjwD6s9jLjH1<}3=rr?0;K?V z6_`AWE%{PImjAov5pOGqFOZ2qUcE2gSBMCg2KQ=^3QmiulaAdKPdD5~h5M-8Km?DP zS^KJsEOQNTMw@L!rr&$zyj_&B9ag&<%+w+lZWR`LGDiGMB{NOjt*PP#bN8-g!<^$Rbpmw?PRD}*j-D5 zU!P45nF8Xv<{pxVj&7=@yO5XG3L74-0KO!J1Na_bnK;@oNh=suV492oLWA5h9LNAW zhE&!*)@HW;cnr#(3PU5#MukSWgH+$fu16z^V$IQ>GG{GDINx=o7*0OtO9Wp@{iGe` zOQSl$_@tGw8A1swUN|x&5!9K_YM{SEluGS^d8WHF>DH}P=b$3*;tK3A@Em*-TVwFGu zNQ_o6Cfx`OEyOQZ-zNgvAJ70dZ} z3FE9ZO8OTa0zUvWP0Vzay{_yCSLqg2!QqgAkf2`(B=m9!ie5AV2})*QjG6;P8F?N2 zwJH&B&qdY392J5hbqIz~t0BfX_JVq-+qSYx`cx zYYtg=gC8l+773vmkH8(h5(p#FcQUTZ@ihlH%APqAtddx^IX$Z_s;XBqpcxP2U zwf6T3yOOT&(``y-6^}(OrEoElKZr08zJS)n+TFf_`$I&*U*@>EV=gXu?%D}HdTc45 z>nl|q7LAvlPFE_V^;+Ka8tQaS-*w;ZgJH}22KQ7&0&GXcdG?=|$3tO;6ytne`BZYV zV+JYqlP^gG3APgdA3Bw+b|QoLwi?JFC7Tpsp8KefkCc}cn^9X}&HhFaSS6YkudV`V z1+ZgduNWaINqO7Ih~IsY!Qw=w^V|A7gC>Cn0i}f|slxz|8sI&v5a2b!WP3KcZ{JzN zKvsw2L;;l~14s2{&halD6nn>q;Y*Oz*5yk<9I$r5IaOU69te}6vqEj`Fxg5*T*F8s z>6NoSrkx=Ekw365LDNV#z&SrNDoKwg5UuFGkSN*bvSx__@R?~re&UiW5Aqhy7l_9P zcu_?Sc#jKm7%tlhUyVEFn}EZEOXU&ntQt$CUlY9yWrD0B@onlnr>U_u;c zM8{GjfQKkr6bz-I@lN4!C7~{&@l-c7#p9D$-UNu3O9eR~87(P`PL>PUl=@3YTp|~d zq*y){6#-u)@P4apYX07EkE-lmQ^X+%uLSW2_JrGFq@t!&DG*Mnk@bMS0M9{l$I%Gn zz>w#hK4CZ_C!5=0TnuYScN|-DUvVJFh3o~q4k`=5Tl2=b&KmC=gNE{Sgw~$b(F`aC zRt4j!v@roqVvtQj0dMkj`8Z!!qH3~G=Y$V0TzzeDAwI*oiV)8@dfpj6PXS2rNcEy7#RL2n7Pes( zwM86A9-wssHqd8;jINe$O*N+90+@S{9n9B6|spTB(Q{i6e4A0ol%% z>GZ^veKnrcCLm#~BUP~PvTBUyP1S!@fW%Ce_l>$m&+bUx#bW-~Iq44hU~q^IID$98 znpCd1zQCPzdt?ZvS$YX1`-JA99Rg&ko(Dd}@Y(4K9i@~_0i+KfhQ_N&{0p`$pa-0j zxzHrW)7Nxx&Pr&!-qpXmOq|wJ*gTK%NsMBy*Goti?~gJ9{1HZp?(55V);%rk2VpCMh{~G5M-jgmPm`X_-^<8#`;iu9d zhsw`f8pVS76^YW3Y!)gCF2nQBb0AAdnB&dIt&LpBvI|>NM^j@x*e1jN34X=Kl--TG6qad{w zYhT)3w{QfwH8Vkx1M-c75v_PPoTOPdoqN6yt)q!TP`IX4Lu<9XO)5t8fvjLle;+Ye;5F~M1c+Ug3=mFBqqQU#2EA;4VX;`gsNb=E8HgIFIT|_e14k+ z5aH!PfGJc5rH}|Q+)}koJu@2?XO$-_cA*4v`WJHpcn^mRUJIw&LbOU}rb?#OXn`In z>3Tu~;KGDL5|N@h1H^3RHcHxG7naw)@<=G?01Pivk@1A}6E=c`&0aL&h3Dgr4~C=V zt{gRnI1&ZG#08~5pa?d`-g39D7#lQ!r-h`LZ6YV%Q}`d}1Sl=m_ZRp9@PFd71gZsG zRGIdAbrX*5Cck;zne}P_rni_M>ZRh0>!q4EZ_u`f`%}bzh8$u8O^j%0fRdHE zgGo2V2KXVN3B0+&jZta=F(uvK2W;1vm2rULJ}%xvI?2FSCap$~X@%gHi@Gk^g|5DG zOs%0KMW8HNk7vONI!1#}7%`H%(CtCyiATqXZ43!rjda<+R{|5z0B#KwLDVT_mP2ga zQUwT;XVJ21EUwNIaVg}v;a3y}3v`09QTYoLZ8?nW!#XnRrLhQvS11&UlxoUm#GFnT z$81w)Ij>FFpd_=R|5VTdNI$op;xI?e)!4PKf17Np4^=P+L_+naHRgn}# zOK!6fXa$IeRtY$OV}YF`qZ=et6wY4O8-|3WM`4MAiMPffLT&~zF{ntqJ9oc8Mtx$) z2D&N_g;F+*4BDgBSRvj-88gao$XZ-!S(#FTo8Eyv%2{`@&T1@T5Nk~-ky6`*D`)qk z=SGKwrrLl!ePzZZHq6yc$sf`8(v#ObrFoKB%LphPL^(fPrHRm~O~mP)+dxBdv47R{>)lfkPTl07fE zuWoA`^e~Kk5PtAzq8HP`U?H)gBA3Cm7(@dvtIwN)fYl1BR3Gs{SNiB*jHJ{~2)y7< z7(enX0-z0%3u! zPvU3VZ7$08qA!_w#FL`=F!At(p>kWF{MkN`=uGeuIr&^TJ|m_uPnaffzeBDKygfD_B=n2rCz;FeTsEX1>&3!kE6-Y(#^Glhxfuuv`AK0QIEL7_ekA}T^ zP^yD7CTivkG>8gz3q~7RmSBkIG{Xseg&hj?iut!fGj6%>Lf*7waT^MBS2QSiFNy2Jk%9V*QC5TdZux6(;(Ln&zWMXcJLE+{YxV3{@R|!&|jaZ`yQ86d`(F)iQ z*-Ne|MOQG>h!+G9X{f%Ez}~?Pe22JNqDH9xf)G?u0UTEN^c!Fl(?aa~6}**-XAu*m zPdds6GsP@{H6x-R%!YvLGi;%Z9mKC_@vD&?zyuT=Lp&_Q2c8enXB2ssb%|a1 z4;?zx6YQ5yvJdqM1IqW|CV9e#vlP|}tHjlfLy<6r>L=C0SCOwJMz1#r z3Gu{(i%k!aGufkrdp=^AWrl95VXwyCMm)K1$UXCj`B&o9>w9r@5g3BchRE^jP5- zkQWLxRD0AE&{UWzh`X#B)LC?@CQ)iK*q3Mq6dT7@I+uS*=ovJ z%HA`jI-7cuQ1)JmzhkHsLDvxLiyS49d* zFGbS;s0Ui8Z=|nVN$LvGX`q=q8Xnk`Z4H6 zHgM?;5q&6v=X{9Nf=0qrJds9gMP3zF2kDa7)Np%!gtIm-+9l(3Bcn5jSAhmFPoic~ zx1l z9AVg#kPiRAZA!?*IZguWs`8sMJK^gxpUTigO1Omz(P! zclbv51bK2k44=*L`o}6wg^zA>gC}5 zB${q(E98o}>La(W-Mn?<((P+4g1>g>;0E)hl_3F@MGgVgD8^k-{K}WQa>lJMv*^pc z>7&VuL=Y*Z2#JI)A*1Sov>0ZU3-T0veBb2(p+|$rfT827LtP?;qQ;*ad`I#c;U~E! zsLN^-7AJ&mFN>!ps^RI*KySo9AlT6i5OiqH$gFe7!`U@inxwPdoc|d^nA8RyLMGRJ zv`Zd=r$8Crs+vQ13R1^6y@n_01rmJXYH{CxQqg7y*fjt)tVwJXUgg+lHPM`t1mc5r zC?>=#LxEP2e{4TUCG#oOr(KNEY)D`_0japEnPKi5RJ(f={4oWa zdlC@?dFkGC7hqol4{?JRP=jERM=Rp+SUw0>Asj^jM?ZRj0_>Q;I6NFtR1;dG;b$sM z(1H0fw@a&_YcMVG4WL0Gu@G5^j_PnfSN{I;=rAw`BNU}bD*{F;vw$?r{R{G#-0(Gt z%|sRG5mAt&$O@W12nAh?`Jo&Zh}@nN-`R2BF;&f5>n`YTzR>3>=KF9g-U~Zb9%bc- z`%Vl$O-4ROCpsFozgavYmbiwP>2Hxl(#tPA)ZW5l3~)~#1Y^`jfB-GbL%>LzxAf&X zScRh@(dPZp@-)nT*|Ng;@f+}tIOXfCX4CcEJxU9?RO>=6vZq4OJ^*M1lPe>E{K>j- zWI4kWutohin{rrtsy&TEA0k1*qUUB)E>+9voFQfBTxkNC9sn->(_jG4_>kyy?gi{c zdThNqScc8CLPX`2P-69J`~cvyv0%E|NidYUUWH`D?^FmsYi1RFNU`Py{tV1OV_&l>{qrF}4*&xfbpbk^vY@0Awn%LLNvn3z~gi184sQz04>k!2cL z3eYEN>IsftEHKi!6?Q;81**>l=WUq&6zM>M>)T)sa()hk-3nzg(997cf}ll2I)N*L zG#S>|hL9rUJZQ4wL_vSqYM4mDF69zan4`aF;r!F;B;J813qGcs6>(KhB^ijh@^u$= zJhzkbgpr^xHxb>Z;L%6)@UM zlBX$8M5PM$Cn^NFi~>~)$U%ST0|CRWPIywh&#o_7Wdc;8CK92ROAjoB`B%%_SM;)= z3ha^rwhj|Hro@pDTKbk4cEOs!MdXa2L}!yaop;824k*YxJuIDW3Oa}L5O|JzQy;h> zts}cb9G~bu2{WVArEXbZam{h@9tFifT7>13#VTaQf9E|?88;8Ag2CG%lWfRm`2eVo z_xC9R;6H|n1VQD)>PBN@a^pR&$5pZ^;1b;o^V^5@u7$9c`-jXb0=tM;AlOh`5`Z}C zgtQxFgPexQ@Ccp&0O&&$a*m_PsHk7wsPgp`9~dTjBy_RE=RDdT)glmZftnytX!6AM z06ST$9ziW)A_Y}AH=c-YqX*IK=uSlpquSUrR^2|H;B_A>1H-5yK$PXGh+}bmyhiye zr=3O>xcz&|UJM%!PsH89`w=T8jf~%*KnZ5AciLTXtQh)&4PeFt%?XVF9djUJ zq_2x}F`w_VXoU~N>P->t_-4?{gq!L!X!#sT-*hE0Bj2^Rwg7uL3_*z?)(tbk%Scmc zgP2z^u7ywE8tvb6Uu)6e5x_#Ik$tiS&7qcd!8JzZdE>LO7o>fkOTn?T@XO{EWvm> zrINE6Avl5LOJ*Ou5xjRr6HJG@g2A{9DS>ghrx2DPtV1zEcn09J?Pm5rn~qN@dTLsx z7&PIQRMI7fU&H-p6a-xMOIl);fH1TSfDdeSq3I~?MpBhA2tGDtIN!eu&auBlH!yDs zZ53cGOOa7*z&5KG{=Ly`=GZ-i24jIQ5oxNr=tM_keW;19L z2o#Gr=H|e;Fpoh4nECXzOIL4RBi2&kuZqxc@s_|u0Df7^QZlKU%Ga#U=@kp#gz8QN z2P2G8?etF{E3CI8vZ7a^l05g2szo*wP6wzBF-BzW1@+xD!iSOrrY1T4$QN%XjgH9= z&IkE|bdxveD>+w-qafnw5`7N?8^YmYa%tG7IyBiSaj5W2mCwUx2meZnic-A;$!{N{ zOTzpx;$iWq5aRK`h4h%~^kyTWWN6Y=TIMwsY@tGM~yHst8f|cIS0%|29pSo z{KH9@vRKQ`WP1`SOQCKv+96h;n|55dSQe36b+73P>OmF`$K;^`v9f}#qV zwDNz2FQlfyY@&#$OrCLQuO85S00lWwsT>#< z6?oE#u&4O>XE62odFySkUY4=_~a_vD&2TBJb2p)y*e^W z233t}G;ln$MuMe)?kWLTH+xB-B24?P8N@(n(o#^~nYmPQA>Ye&b46-HCR&5}8ffn_ zpCh@)os}`639J%~py}{CVl^;ivEH&9$2XIu5z?;Dd`iY{MVdTeP}qQ=!yy0Ag9HDo zctJ3Ucl<4Vj;whoRH{83cWspEgWU>?CXQB-F8QoY1xC=n(Yr%Y1b7&s$BzS?VnCGJ zS5&v_L{-Ob^5JrOknC(=RAoQOYT#pj4Fat$wp8dDWS3W3^653`YwMWJXb%S#NPRFK z%j>8bCiuq{X@XkcP=imCAlCg3P=xaSBuwQ*0t3dns3a<$i@AQnYde4%Jk3bUK3;)@ zB27mD#fnuh3aA!O4i*eHXMm^gq5=xk+r+_-OB2)=B^?xiIF55?pxKo!qf&E(c_CW? z-5l))=p3r7B}gh1b0wvBJM&$jUvzC(4gBk4h_z%3u(<^DknX5KAuxn$N_ynn2+ukWNhsnF9-x& z(6RRqDKCqO&hWr8D5(pF%sVwc4IY%HQ|uh?xpI$Kv%-XJ4lA8N00*)NWlq4MV-_!l zoIPFnA_I!I&~Ql2<)5@f^f(YHY5S@?K!p%*!Uyh?t2*!$U5U$0_kkL7;gQlz#=9Nv z;>@Bua4X8Pj|odt@-{FY2rA)dir+;Agk+iqIRCs9oPy8}Y*JNdQRNym=ZuPDhkNwG zi?cJ%u7hbzKq6Ecn+3EIu1SlaIIo0P=$Brric`!*VFZgAhdauU;tP z{Sn-6B_by2v6z#DChwyQTaJkohtVY99m!N7Q&et$ETRgnDezchN>2N^N@tQv=X4(6 z6&ggsIy#=d!pyAc=d3a%tjr5*VH}PXA<9=OrJ)rlBn(4}$}C7gP=#JM60|@S2hro% z2D6jeAbW%i1fPfzctje(6Mt@|qoohw8COkLxD@ITT(w5+NZ#IcqVLPl2TE~dF6b-8 zq!KAFIOiQ{ADm58evY`MO9uyhpSsj6o308pdV{1A!vz^ z5iuy{1r>Qg_CZNwHFlY%yLULQLzQ8lu!7r;Y>K48gUUt+n{ ze)fsphnpNLeu~s0tBfZ-R{JIgRhdMR3$+qj#jjW!S%kDxolok{BHC1gQ8_dSWQA{E zm~rOr`s0aDE6@D(qAsCZ;DbaS$*&0bd>*j}*+Z_$11lsW8Zb2%lM{L;c2x=H&ib$7 zJtB0+KJVi1pUzL8D8^KylBPw+pmoR-P8?uZ;1jBsMJaG86Kq!s z!7gE$%%b3{La5<0*d(1B4$0c;8dvhl&igwoa1i3B?to8=B=@TP`x&?P`_Lb>Qp!OuP-y=sUY6(pUU zdLyh<1%p+lH5$W4XTdD;15 zRAtPYWB*wX=935>PzR+Hw>^GUd|O%LQesT}zyT+Lm<;iNxUj-0Qixy$D#7_Fe^=u; zG!Vc|dJYgT;M$k$Tk5E&VAmi-s!4(nK#JFBAdSF>n@Pw1yY|?i!#kvtD6DWg36Vhz z8u|ikkFK_A-q;Qy#k-0MoXXQ!R4=$s9gC)uR22npBEV7;19Om<8Qf_SfMWSzgLE|U zLDHnU-W;gX-P1}jp=t>wtg;FZ*SbW$`4~0k5dkWyd8Q(fjOvQ!oYE`$h^y5a8DAb9 z7|w^AJLeiB2_`3ptiH;m8gsrdZIlKYLZkqs*h<}@$@aS3P9_qNe9FWnmPuMEU~B`} zlmKGxYgaa}m;ewHLjx1UpruKBl5gQS~kfz(D1~QwBBIq&qu}eVmQc-!U5T1mGExr<`#CjnC$4IxxdMvKCtQ*Q+_C zsw#a{H9K7XQ9a2dS|&_U-=@Pqs`qs6gdo+#;BLk9-oc;}REqcH9|)N~7F73c8sKUv z%B*AxqE?{{@wNaADv_v+eB&tLtM-9fY@Xty&8{b<}BjRVXe)dj8&LCcXPI?1J7 z9AcZx22xORTYVU3uF{nFHHspz9WG%H=$;)ky;x{lWzHUL^)imvB)LFlB{EoR^l^ITZ3DgW{1+*D(2$2%x&+EDgLyL=(e1h!Fs1Q1coBL$bJ`9rJ6xR-r_fDaTDd zvAQ1|0aKO92!miD);eoj()lrhH_WJ~d{WTLevsWF7k!?PSxVn2Ss2e!rzS1vEXqNr z!NHWVKx8K{6jYwIEbTQf1OOfJQqYBf*iIr@sSBVDcN6iirYVy1Ko7MAt^-nJpIpQw z#6X1>R;F=I`JqqXgk|&+Dgw+3#0NP`@+tEt#}3n1GQ{R=Rb=lzawv#9J(=Q=!u(Kw zpAe@ZX9kf&%uS(CgSw=c{b8qbD$7+pOYW+OK>jR&^I1nn5 zJ(zLA7o#$S5GTH3Ch}P-kE1LYi)kTyhfWdNh;wR%HdZ>+;dh8Y6;87!65FW)F$C{m zG=T#)0OG zxI2VEOHrneYY46-=#B|3leCFjc_q}U(5U_eJ~1k2Ug!fQ&sZLdoMwVx;T%L=qWIaT zjB*_-rNT6B8U%ejM8cs16HKiUAa07x4}>x4`G_LH`PPZmg1B;aW&KIGhy18AfkloO zX}KgwTb6*bLMVK)X1Td;c!krr9P~_eEk(>r`+D@C#wZ*^6chb`rw$lFiUW|Q3ZJ9D zHuOVa4V4PXN-l}ueG9yWmFj~6%o5_?kd$N&tb7G6?Hr#ATLQDWE#OY?k#ss;Os!DhaQ`f^lHLaS`^L<1sCbVCB&=Oh({@K=Qzz9Oa6LhQSo^qdBAwM zKH@-mECK~qqUMreN`i5YvqB&s`XJnM#HMkHHtBFnnxg1WGkCRBOz?cUs3hhMX+mq4nm=c#FYcUH0sdJQmK(HuYg*q$hhD=+(C#VxuVdw z2OU>o7n{9UK8@r#rV6nCrWSAwwmOQ=fQ8OLQe@+ol0*fe8HO{1T`kx4jtOWsuLfd) zXixf9m2H3sFBE4OR73fnpm!QYAt)4m{MC;1s|DdXS*!alwghnso=VT-?Zf`&WgY!g z-!t;(i$^7wwy!itsUXsC^|??Ur<`goz?Zwgbxz_!cz{g~&x-24n`d8@-KhVnEJH1P zAMY56v`!0acvcE01ZLXsi5%WVh#_wQY=}FEG%+H(GXjYdJfcXscxdfg;mIBMDR^hk zpz?}!p!LJ%&>K~s2MrRXEoUAn@wvp8vc%+xy)e203KKz6cm|r1KJ+2^6nIAY&JUP! zBk_j<4B_I}Lk~rPZ|KVe#SC33fl3t|>B2Z3a9K;GUI}VQU#en8xiE{>DWx1V0pt*s zqO0I04SwE4oy+PbL~M~SUm)*MDOB*1n8J&^W{sXKjzlqtB}UBj&T?I{(RdId9=9Wb zG{kt2DuL~qQBB$jrQgvxk7uIp4w6ji6SK|w%Kgwz5t6taR! zmfbXMkJGIKKT=u|$PAhI*i{Sy0{L8;sGG~Z@I~kl-bp#;o-4+Sf7?7!)Fq~-( zk4dNT-e`g&7-xRSO};caxGp<+JihEtG1<^2aKkF*Q?ZfgDJzC)+5vU+6VdRHmF=TJM9X)~NX z7kvk4WUxN;5AxQK7t(GVX;yeW5@l>b7-*JpaU`sbaSJWR#|yWFq?n*I{330}K*huFTno?GCzD_u z&fBZos%#fXj>2AXBGD~D>861K#+klr3|5H5VHV{b&gKLkbnKB?NWQ4Ft@{V5i}7+7klN z%|0S`Z+hkf16XhJxFHBJ$x#PjBY6@+u5YBwBh4D|@WJirpJ*ZE~`%9+8Rkf^3vhmQ*V!!B40Wxvv1g zV!p4S@&|nP+zeZbV}^eaI{>r5;9sdJmfk;wimzE-&vSG5ud^(LDaqZXhxM^)Km!qj(M z!poJpgP4e1JjXHS!v~Qixl$*x40vJblwhoQGaD;KI&CO8(Qdi+202%zG3W$*2;jv6 z`vk0_x8_VWPS0Gz+fd8k(CEU-(XJ#P2x~#*B0i#)cnn(!q2U79a1|2phgBw%z*{F_ zj-*uKrmPFMiZCNJS`gESB|7KxggV)hz0av^iTr82p&NbtL>W<8uuYiR5X2{R6unzB3*7N zWou(%FqOO;FHmRbH5;-d?BqqppoF-<1Q2uBRs4XrZyRZ}2F>H5lS04?!Z!%&gHUT< zG2!seJ6>nKD+cIJ_Qfkz8HGmhSXo_oGCnqY>8Hu`&FMQszB-83%OA9Trmto*z$JnV z?ZJl&l@crsM-^m|h;)iK;XuVd<%>YyCa~CZAmVoLdm+&*X-qZDO*;(Tzj{+nwsuxi zTHKeR!eJ4dCJ-h%ZUfX$`cVK&Z8z4kV0GKtU5W*|cyQRHGVv7$i~+yZgx)%F5rCUm z8jq=F4D+#&9z-6h!k1)F5%hOrbzlCIjjdrX6lg5G@=DcfMRVzK%{41F0z!vl7OpD1_S~ zXo)eDK|qUf%OaMk7qarT8$MKbPk1y5nD{!64y0AUDAhh;$LPNGGduIZ6EEtM^)x;_ z38f74LGgn!Ks!yy4ct+x#Y(1yvrfoDc&^x!w(vAcAz0S(+T>t11!rs#9;oB7f)K$d zia!A7fqg0y+PlJHrzYaec~0!_-C{_*K&gi%2crgty^5tKoltf#;thqRmQ)T-C&MGm zwek2AUqW#Z9VQ9s;oOz)U;V381(I%jKbMlJm3x%`EV6}G%Cx{g;KRHX02acADd3%Z zRXvtQ=lVB9!VvY2r|rQ3$`hYE1<$tG30p!9mbrwp1Vb7h^v*N4Zaww%Z6*3EFb&89 zxq;tq&F@`m1?Cn2;NM4*GIsJR{XjO z8DEa? zqGN(`ft!yZz~ce}24Pd&Bj@Ugm^K$!)N|;4BE@E^rE0byy^nbb!~~p1B#|UxZ95w5 zIzCKqrXCnF*#!ZkBNRo(D`pRo2B-$8L)pz^D=RS(OV6T)pOb|Ixq#T?-iC_^K<@X~ zeJI_09|x>bPk4sDwTSm)P@^=7bV^rs4SX9*Dxq5{J57#8a{H9n%cJXOOQzVQb)!~X zqKp?@7M&1EC+-AiS(B&c5#`2tf<-eA1r?YI1xR&(6r;T23Q312ktI*#{khA?K=l-%Rvj>X`P zEVnp6`h=5&VIs*PguR7yKxrku4^_W?PJP|Te<~|QR2@`jW1P^#ctEJQsj@uScy2CK zbe7}bCDa@mJD`(L#Js9Nbv^9W0YDs)tS*v_F8C3eYA}#OjzO2kYP$dlZ;}z z2oE1fe3P4f1$e%q2<^x!NR z^UDkZB{bH6WD>%WqZ&%q2mGn`rimbq%{r4x&go7ctFm~kfL!`l- zaHZAWHdrtoBH39^XO9=e4*@q%4tKA5z)Z=2fm6S$ z6e&faUn1AR@Sq$9;{3)XJO_4YcCWk(-ai3iFES(;3-tgV&qht_UWBQ=YI`S$E+q}1 zBf_%8=#VPgE>JMZf>}jWYOyWxZi>MnNANZv`~?5_EWk>TOj@CF-Sg}9FOo{Ac zK-C_DPviTeP)0V#bF3jDtTGn9{7fI9f#Q6)qXLKko6oD*9+~UBIK;Fq=2yI>NXtNB zP!Smk+2a@!fY8|(U_nuU&THpfj;e*l0DcNg4{ky%OLlqMshPqOkeE;`huXl?d6{S< z&`t#gF)l3YMPWwh++cLTuEx^* z$93_I?hP%qRyZWG0zO4y85DfdkTYTmBF)&J=4LYf`ksb;Rm{A-Hdn3t5U@TA} zlozV{6`)u?F5@EI5~|i%Ep_+^vr-xO(Y2Bgcltx*V)m$ zN1;^_7jQJHg;>09HQQL|1HA4lL2zOaY&1w5kow}fvu1*n31g~$;(2~(g9DyNqQJ^k zFPs*>sL;UP$}CyAg_m0)`BEyxZgfCU(*bx;5s>f$blWZfSOeXK;jGk97?VRpV$0WE zzrn6Ed!c1%KC0q}ofm{q2W3DUB3E!YR;s{!@ z0UStK{eW{qHD}AUTelq`gAPcTG6p#%UGO>tz`M#zn8&KfPAEfHg7_346trcQ9()8O zpG1o-XRpQAmaihIN#esY^%b0ZMKQx;1oDre1g{61q0s#~%1x9bfi>zw%7S`s_`>V7 z3eTbaXO6{X-pEPE_yo9qOVdLl+jXq zBGhUP3k2^a8L$DtR}DTq&sN?T%L7;RBO8QBpqK{j0NDiwrAhVG`X97xvH_IaW^*>r`-$xcD_ zQrnRfXs1r2dxSQpy%SN91XQ$?ZN+3W4{-dD6=cmkFQ-ac67c{oa)r_vGQX+Z&dcIE zR!BkZ%L3x~3JO%TI$2tlx6K@xjJzw@`6i$n25$~;raUUe?9Ej#pD>I;Mb!|0xUCOn?4bnIAo&vREl2E9bTr5c8Ty#m7#n#JW83cf+Gn!kzE10 zRKw1_PU97lY7xn}xw?gtz8ELKZj6%3sY!_#G%-N@GR!wkfxVU#;W1h==^0@To;^hO zGZ__l3PgkLhu49poWppW>WziX2NJH!ta=_nq&rbZgfSq(5Fd>4K^fAbThL?vL*-CS z(D_l{gs)gRNcs$AH1Dx=%!9F+Ov1&4+_t;Zr7|PvuR9}b(A=6}?%}0Y8Dca{LK_;) z&14d;8Ze2;qM?KH$H$N(t16|SqDqX!)x>jZsV)tINw(eNYz`3c2-2Y>KNMOl=oRoh z?GKv+aYozgANs-^NfLN|+;JD&mZq#zhmg2KxNi`A75e{5JW%X>=66Q|1=z5`fG@ViiNj%|jx;qk>yj0O?8@94nGT1Y2Yiw;x8ZtrP^|bT8bn~&%OVmwfFoY5LCcJ1y*5wDg4=_3*(DqL`K)lVUbSF$oo$0G(^Nn|LVOUP&s}k3;m^5fFfv)jvqU>44qV!{3OxW$ z0z?p6k~J(HX{(`Q<124E0eZF*EaGTJGOS2KTB?QPy8>=)Y64`Q%tb2oPn5hA3^vYcc zw;?u4h54Siee(u)#0CNoW|j-F7i3?@%Wd$hSZP#Td})@^8zb-x)`y@r7SD+BB=E$n za+K0TVKZ7me&WM5jH`a8ulk7m*NhWMDx4Yj6ru_SsSlJ>PC+8xh`ieFOZ9xuGn1GP z2mwvs)g7YpBc?ArN_|N18`i{GVRk{MLZ$q*2uzA~Wg+6coxl!Da6-|9faMxeL>56* zE9S*TiP*8sf^zbxT8=#m*jKcVxp5fE+-!_&IF~AC^bgd_P>W9ig4l5cD2XhH_k*9+ z@tPD(wZs7`g-AL91BqRsxL^`1sI=iLjpT@qDAf9Rv4pKCMn}$psJhXtW$`33bv_&i zkHGCIoZ>-gI@3(Fco}az%|f^zy&_3t?)NiIaOy?oxT`_O$U)ke>*RJJd7%k?Qs*Ll zTx~3u3H{4rcw|M^@tqM&O^6j?LxhJKFUlTJ!HYfUB{km6vqh|6O`I1p!sI=!25{7^ zbF5=go5g+dVLu93Tl9=r7Z@poDrUUIqyg;}LYJyKN;eKy6^!0nS10?n$O%Y7W)vS9N9vPTnWc2oVfhhTJlCebxDe^~%y-Jqh zDaG}*@*VM%Dl#uX65Qny5jv)X3Q)!6f(nQx1;Y-dBr7mv2QcJDo;&6oMSzDYw`^Pu zcBb?k_#}!I5OsqE8M`~sOI?Yt@C{bco*Wk__W%~;+VqpJDMh`Zwew&^g(?Hek-E4% zfWeprME6Ng$VMXVv;@~Mu`a5FE0NBIqmEK6sBs9O+Ml})vA-ULNwzhq1ipyxGavB? z2xOw87zJ?5?4~uOUd=ynzaNpq>~fLt1zt3!+?n%yd$mdC>k+WJ%K6Dq$eR3IGIl8QTYlu3g#1foZ$P9_z-&B{J!ucbZG=_?Pz0`k z!mN5{Mm*JqOPDZ~nvHaakiRbO0~9V`f%e!-;x51#1HwN8M z97CC{gVLpSHfh0CG_u5L`dooRinYhQssayp2sKDDymM0PY3uR^gXY3SMw-#IFWku6tt&$uU{FT`Ug%1*9Nj1><= z1*D`ji<9(UM6jGhxH~kS0EAmxx@dlmk;K(JS1l(KTt4 z+9WpK5ub_UL0QdGU}mCOl>P-fM%&AzNPG~qoqpTuDLlzm2jmLcg0gzl!(bqU&EkP& zs-iK8?b>4_{}8;8#8QYU@kyi!KtxE!why73zKDL#s}qqd;LkjQS;JDosVVJ7>ap{0 zoe;A_GLF*b6o`w>-H^KA@arSe5W{y%jALRo5XgsvRMlRH83meYU~BP>tHKh@7W8p* zbQ`UreW-m3?^C$_3VM;gY1+8aL@qWPgk8kIshWv2$53bf;>cBwFy*0Yd(EltRrXDk zDDJy5mZ=fbnoeLw0A2vwB;_g-8fBtE9jplg6Y$5c@~;pE#&K;zJYKObEs;O)YS14( z$~hjx5lJILfw9bIqW4!SM5JAnh72S|j+4bUnW1^-?^IkeIblQ%SZA$4S~44&K>(&0?0?s#%9M}n3vx2N~T1%A{Hd}8Wm#D6%$JGO#65(`8Oq5W82uPE& zMm>T$X3Qmy0W1vB?6V-rLQuU-hJmINw?jN`J_2!YR}`5v&311LGP9CqtAaC73qv8b z1D|D((P#bV3G%ZNBJ70-@C?`k>qXKlUXSEImpU%6jM~fSD zOw^SCbZ|j#hKcnf-jL)<_ywoH@BuBVp1F~#g}AM$#+29V^;$?G<_2I5i^8&+xJhb< z2OR2Fs8q4IMg^w1v;*DN0xTF*m5qVjF$r^n&*@EBqB+VBDiZ*vD!KE&m`CCBTjv^2<`CL6H-?RG(Vx?vJR8<*Y%) z(i6OaDu|X2Kn4*!>dT-mR|I$ZsTrn_1xTnYAe@+I6T}FF;hp%^^Sn`?N}riD}pkpVP<5u--Hj|UxyF;8?dGY@7kfoS}g zj4=-hfiS=STJL&4_T78m+l6C7pW1Jo+Gp?gUGMt%um4&v!3^z#JbPQkGIf1f-VWx* zs-3^02=yE3oJx5cbJjHz(YkS)J~4{2z|P2fAP~5CZQ{P(b|zUd&y)CrnKXP^_?Tj3 zf@si!0Bb)O!eA8YGiau>YknFH`;35Jj4b>(~lqBZnkSmdOY*`W;WM^lwva>}S zKlG!3SNwM&)UeYrnWz!<_ZaC;TU;hJJZ>6V)-5b)vriZVenS+B{pGeV7&9n!N-uoO zg+N}OaHJ#DQhcG?D@xfB-VA>hPYb_O`8hpLClr1{l5%A_zdQ|KpFjuet(tH`GWBEY zsNPycVxv@{4{w%h@E-;t_S3aM1qAI0?4c$JQ%q=3oYgWfk8O~GSew3hddroPu9SE`e$hOnw?&j=50%(%_9co7E1Ej>vr%kA#Gf z&?~}J@}z{_2hUEVfK}cayeSDNNG=bfHi?uG5VYbV+H>88-tO!daT&G~r<70=Hni%& zL{e0oH`a)Vh%4Y=v^99Ev^6d#>`_(&9i<+ifH5NvD*pf>zYfi5x^_q*RRO41JX?Ul z62B3r3=9tSjEO9mcKr{i>5`FGq7l(#!uao<_|l`t1Jz-Dn)U41Yu-VAfXl?DSGQG6 zQHS7A?Vp@R4KdaBg9d;pphO(Pk?MsK)B84-jSZ9Io&1PZHJe~X^c~7eiGB718Oec} z&rT74?{h}Dz&`_SCVL5%K?-cd_pMcxr(e$|g29BEo14pIMIAa&Ku+FO)rvS=hytB1 z!VvcOMU8e?o0`X^rZM^hcj7cOo{N=0m!c)W>hHa$O0nu}U;0Q;A%?-lu~t4%1if?= z*k?H7rF`&`j%RyWw1q-Mz^94$SYg=W>>7-jOMEE3aNuiXSB+Z8T4KNP8sWQBuQ4*= zH7Ii#6D|~02)uez$iSeqpdWN{g|+_OYqDgim{MFECE|$cm3G9Hz(F&isRG4H#7h$8 zK)v4+O9EXbRjQv-u`WOvs#;uKxWG68;L+-^F(9j&y?T=(B)m;(uTini;gc++kkukA zxk=nqtWw!Lbx|cK9|Id)o5x~BemJ{gIu;<@FW?JqOCUrMAgcgAH}>=+I&Qjg=;bGD z2cjoboKGDy)dEo3z*~GBdWb{SYBrE{dDcL0!m9;|wc1NCD4~Zy5(nMi`D_P*iRt!B z=?pBG_eAdj4;Ux&Ko!iUJMUS)?wbDIU#S$z<&*+Bd4A1+q0fU-)%#244JBy{TeA!zc$C64EX(@zWWQr3+N|Z$cL3u&|%VVCo=BWeFmf?oqJClZxyH{T0-W z2{TVfZ!D%UJ%r--U1GJ(=nwU1!_o`L)A>zGmNinlcgfYI@#K^|_bl}%#`WNs&y3}w zGOCP|jIOdn+#eH)X$u%Db_Kp%o#q`0iy!8PIr}^;)rrl`(lZt-PgF@zOkW+kN|77s ze+$DSlAcH@fNY7G4Tx(1wZ?^2Z4NBbMyD6xPaY_|R4-y#4)!JdU-9pWSo8=uzQ@Kk z=|Hw~wB<#GJYnsTO2SlvU4D?Lc`UVBTl^bXnb=B2e0fbO`IZOTqkHgtiBwm1Jf(RrG-9WE z5JoKBJZO=AJ*A^NlMOo8bBeoakjfu#Dmn3DUyi~@k?c#Jw5b1(@ z)4@Rzg5DI44=I*?Hlm(u$)f(r)wz|rAQr?~uq1d!k!y(cON0dLXPqOwx3@%FHCN;C zY<0%0lKvEANl*gDlaB}+e<5>W9duXq7G9^3_OY0_LhX9zB?-7v#u;U8dE(R{LMh{_ zR|HbY`9QcpvSi#JOyR)$I{Y>7eFVa8^9e4or$d6%=hD~WwU2Get{vi&kJb0Ll+p;yN_VYZ? z@I7;Cz}SHz2*a?Y_{4}?^X#pPN?NgUtw{pJA>5&szzKjhh#80-$e)voZ?#^Y4tzb+ zLl%CyLg1`0!42N(i+}61Fk)lM0Cc*9<984ozXC@JC%Qh;McP^hOO zt5Xh%x~0+rPB+8wEg{6~bSB9M6!G$4_dqiMrk>aw)(punUBdWZnQz_F@|b^XWp}I$ zE|^6W{2>S?i(4D37x|v^LrKe#B2ekI@*Qesl3Hlq)?`^66`mYuflwBq^&rbu%-FKE zi^AQS?+}4jUK%JJR+wNG%R)?!tKLH97@^f`!uKo(gOdvP1b-9xVQUhhHNu!Br$70V zy(QuRu{NaMHTeMHt+&Be)! zo9VVhZRa&2>iZvB4k)8IBX)4aT8x)Ne|TuL6cK}tZ{sKwu}$y1r#xF^e@@b^>Jf5& zQ_e@gni9_tFP^*fxIHHpM+%t|Khkze|AEkqOkynKF!JvQ+i90$JTZV`KjTL$fQ!>o zdS=w5D@?u25baF32c{F$R@EFrZ9$V0_i`UNWHbB2=jo*3EO1et6957yS!PIQ{E}s6 z`=;hC5kUs%U=Jm+$(u__QeXkWdPs=MDDJWvxJX^BK2HA!B4Q|J>V!t;EjHAEDz>}# zEj&VSvSrW_XsJk&x#SP9nlQOvgME*1iaB0wfU-ZY0gG70E} zX2Q>9W3rZa8-3CtI6`Bh$|7HsWIoBS57VkzP#ES5}kr=$EjBP z=q25a1d^1}Y$Ame7pOW;q>_;!FTvE)0uRlZ3{aO#nen>fR1F<2wSIbw>Z=Rqmh}VN zTyjfbNFG^u$e5+?Yt2w~WWb|W$uA-z-ap-rj9H;17Mq)@#ct{=;ESy9^T15pPc=067Wj3L>6~ z?b&zBG{rjIqnd5I85slkl7brW{H#>B(It(Js#0?md0(1@WoDxjrGsFjn7~xWG>HX9 zGEdTWdvkQ#9vtC3V$-dSBE|^)Os0A8*=DNY&IXRM8w?Ebt5_05*&@%jl$YqOjCePgVW+TIQXW-H6Aps5fKF$IHDp_pwa!R*XPR?8&h%)`hh|^btZ{FOKY+F z$*G|kSx6KYdDPAkQF)fx6G}y;ux?M^5caS4X{_2MV2sFPAn4H0h;{+@1}D7A@<@%P z##!md0)9j$s6kfCRTKct7;Eiw&{(9z;+ZTYcfG<)X8&WeVaztFI`SBJUdkF|M5u(15u-3LCqA@$|Gv- za`7F&yFlMGeqnxXx^ddhJ=F%}hU^g>UN8}D>X5*;^f8MJPi-QDBJgO5cnO26hG@6F z(3KloGXI{15VS4{P*+lsLy%?2GC%_@AXvY?XFFS6>|;57RM)@t4Lazm1gP4gg4Kv4 zN~q^bw{io!+mp&~Lw*G{6OJfht-Xy4f!CK#Kx>46Ih!E0)sop-EhZb&ZG~ydl(I^^ zI8M9x);tc1honNY{Phm-cRfhzFAFo2_*2&AOwfVF6Zs%9yjJF(KEUcBhW9$!DnDMW z7eB~ecc@c>5!zv>DWuMz(|LaP+#66_4pG_AYtwI@9paRs*)6)^Sg{vT0APlCzOp_f zMWGY^`3m34;waOuB4?HzluhOle}x7{&9v8I*B1=yL{ZSp^8gkro_Wz?^6W}jlFB7_ zqh>4}lULsreSc|wiCU$+Rxy%I2$d>imvHK^$(9eKZ_40PijOIP)vU&h_I3)e!l~GWY~mhhxuW=Xw+Po?sH zk%(FOZ zcp#RWS^(k4L3F$8u$L79KP|3BEeRURNQ@$N5reU7Z&xghHi)hz(pJNE2_wIW-yyai zb@z~LNsSFI$G|evC}Gzm5WJ4kHqwXc$u1X!p8|7FpiyjNH&f$i?s%o|Y+X>UAZytc z5q~8QJpKN^$2nFLC$=5DCT_nWDTN1V|e=x4BDN(gUvr6ivQG2_$YVG`Jo zpx4y$ru)9-5D;=C_zF=vO^2EzsrQLG1%uuIQ9vLQ4|lLv0Y5(}Yw41-cyK!NZt>** zgrwk9$O*;yym#29R_<|^h25Si)ltMRTi?FQX~HLFv!Ybnml*pu?W-v{%^m_VC8Xx{ zkfz~D?6VNd82H%~rq|9i$_}s)yp*a_RDX&AQrE7r4U@yY%kpY5s$}1(9+%OkqXD%t zDWoV)ZP#t7LOiSy8kL_$EJ(x0IZcB*D^kIs`{k!$G+@GmzZ2x5Y+IW-u-^R*!MwCZ zYp#+i($s1pDCAu|lJ?zQ7Ig3}Yy3k>67NayC;>EJJ3Zn@gl1cZ>6P{stp~k;muFjk zm#Gp$Kr#+5k(oy#2XDG(54oe34ZCd}ndB^DVvvY8z=Tq>M)58I;>b%Q2iilH_IE6% z)tnii>22zCHdw{N0pmi^2i}WVCof%=CpJ-FQjMBnf;>PL0@fJoLh>K>_248lz5L?b zGnb*v+b}5xnP6@yqQl;aq6J#@L|;8UczW%0<$bKuh1(Ym-M?bxx1@MgByUi-Nz0Z^pEn*JQjP3q0VJF);}ygo(Jk*om<&`Pq!}j`5B7jd;*AyQ zCA`4hL}YY!8)R(kj@pDVVxRJhdxPas{M{S56w4X%N8P zp_A6ZRJG9kRPI)~qINp)Yd-)M|5cO4R>hW(^d7b%qy2=zq#<_ZdS8)=iSfx^u=h!H z0nHC9Q4_Ml;w`j8XZe5-P!z;mph;LZO6;S>CIuo^ zKNIKCkeO3;D8yJ)J~WM3haM}1>WhrO8tzSa<#Z-Pv|WIri|38Bi_^v$01p-zAm}ln z#YtHJ8X-o&ydcPU*uw%bB8{7mulR+U`p`p`u2`}t21cy5TcWIv! z!I1nEdfK|k^#&btnDS(68RGVYB&5g5^I@~#hAD|{k7>^EA&Kar)L&bfMqj|7#Dp_n zvvJw`gj-avQ!@h}0+`Mx?jZLo{O|lHS$}b7X}hRTLKMX9=-zd^u(Aaz>69xm>7CA` z3@`8}nqGCQ*yN+FLMmA+WpR|4Rz!5o+3T5|=4&Jr) z{OZKh?KIXJQ~-izRfT%x>h{ErIY2~VCf-~pdQp@t!o9Us!XF|}LS|=7CNtkaf6xnq z3d+I9WniPLz9e}!{d;{>q%+#@#3Y^u%!)3i(7gbLMeyGIB_NU?I)vt6#wWTLP2)v+lqvweq1e&1#hixtKKM00k$KMSoqoU5S_=&QjW>Ca+h zuc!B~^Tzg`&cOU~hg2n(vRAjE%Tnc!tUbuPVm@&jREA)?FYg4`c{5ty+M4s1Lv4dn zedGxa%7o?(xd$S#sLCv|Kzmb}3LUS3kB?CF-^ zcq|O{trT#h5Ah=Ri6t^ZvAMo_O>qj)8qJ~%!$S!wxxz~UrwLv-a0MK~MEkk`NX%VU`p=*gjkCQjlK{+{Zxel5$ zYc}$h8)y`-AUn5-m*XNl4U@}@DULg6B#DGAPZLy4kpg7U6M00dN&K%vMsNd26N&Pd zD(U*C%G?3oriXgSVcqvXYBrfpcRZp!vLXV7Lc{xaeT84DYMWX$(e{EeLrjZl=vu1x zC!7X&0136b_djsnczw)kL@1M^YgWk(>`_!(xWp4Z%C8nhQ?T5K=UA7}hwX>0&%Y*~ zQNbDkc#bUlpBc#jGxkG)ljKCyRX0^&@su=08yt_y2ijhflMpwm) zI$?tkPFGS6gCrtC!k$O_0F=n(9SHgJ5A~Bv=&-MD9jOe1^bggJ#=KKWz8Wjv?o#gQ zp|fqxmLM>aW5w=L)B+uVLXXer2P!=vzCgK@l&FgzhD3xAKrsT) zV#u1nPK0fZ@Rdr^y4OzGeK^o?UC?+u1>y>j+*zyI5AgQs6**7UR3!C8UWA+`K0&`g zRX%Do-*tAZl5{RL2)&AhnHRNG1cLVI=$H9^kRjC|dr3HyCN=+|Gb83z9oIT)Wv{UJ z%V5H6lMD(0#kmCD2IVF)q*s+$?0%xdXNJ+8jr^IiW2(Xo(5_ZCn0T0h2oSY8OdU~H zvjX+%Red21-ofyxkt+rne*xT)1aGHp+TJ;;_0_goKlp%VheM5_tw4mJk_k#Uo0Y9E z`stB7FRjn7d-W*D5?i}0G2He;ZI2bPFw27<@-rv*CL`>tNw zQ%3+e0;mCFn>q?$9I=CNTS+XN;{`@@Wn%Y6EJw4{{SRHCakUwlhG7Hu1xH*?NrDM9Xkv$z0CtN*h$Vd7U&UlEOWezMkhs~%$aPnIqG(+et{a@E`fP-TkHkC7fDrM z9R7^U+XiHDAA3;t(}8FgEf<4d0geVR00bvQf+xURm}ap5INt!s2MbSIS8>#=M<~5S zJSM-57i?lZD`n0dWaVIa_RUMRB)-78^!k<32mN$=)vQu2zCe*Hx01@P{_N1KT3!&Q z%3C1y!o`q=VYvgO;}3}k9VzCB2#vT}`82rRtP)KI*kYJ^HbyH<^<#RoQo!sP9JH-!X9PzMJO;H#K!aAbABh6oNCzZM z7Y}Y{yyC{9(?!i9o1=RD5lp8tzFX7nty>NxMKHBXC5CdTDh^glS7@{c-Fk&F?pbv> zb?Tm`vQDHKhnawc+DO6#gM&tp{OS=?23Q`wRssWqkdR!Eo#F8Smxdj<;2Tcj5567f zkO^#y2d@JiP+S;Y7n)*Lx^knPJB?G%Px8I9^Ax;MS^yNqf?*Pf5|x~*S_G6SS;| zJjM*3$Uy=3l<$f9<3M-fbT+$9*AsBzL8L@r>*IlibxL0;d@#w3j-^$HT%D`J^eBZ9 z0)6f%xV+=SZHa>S2-)h0a1` z>Q-&jjT`G*^9^sUQeE(xs86C$DvJ$ z_>s~G-{bb*beL@AoKP(7gLa}%enn9~RPQ3frj9Hp1?u8iwn_FAb=H6~B%lebp6pKMDP zBx!G*inUnhEJFN?7)ZRHUA7n6i^2?5VyeD+w6ESk5^1!F-#K#q7IakIwKJC!{`foeX_~FSA`BJ`2P+*%h=6TLjCWc-)e{(M zzUa+-+;$oA43Au8m9&AZ5`K$L-RS&kN9C&ixO={5xF%X=bOxG3*uKh$?a1HehV^4A zL7-!t?89v#L<}m5#VHYGT}@Z|kH9u%ww0UYoX-s`P2m#q5ozHV;V7Xt)cxBwl2E)u zkXrsb=V`s>(OjtC2Lrn7fsO)HCGJ5sVu_4M#t-u~|8J zZ$y9O)c4tuS=+>v+xgD~lu)kcQokxC*OAbjA?id=yn?RvQIxCgN7$(vDb+^7$Dqad zFdSmU1^ws7QCk&uk@^K8AS&FzT|a&x>a3iUodvlA+6_4Wb+NO$ih7x@(ZukooIQ@o z;MsOjGi+9YHS~BQ&^nl=GVSMwR&W#6$BMgg`$04*1`Idq&&Mw~ZBeFx^AxkPkeFE- z0*U-g8)aqe8cDCVPF<(oU)E60@;!Nrtj+rB;`I8)ITR=9WI!iY3oA@iqgW}QZ4#zk zVN&Ae#Fm=vP$IXOJZ1-RpEAPE>8<&7S*G*8-4sUPjR8cE%7VelhGW|74FU?@>QE=|KD%#o0W(tHBVQj!(#6cB0YE z#dK$FzT{5N{VPt?fd2%1$Xf{ZZ?T;Y88dPA^5^DU?MUT zgj<78mhg~xD_kMbchsHK+AgmAm+s?-JElotbGhMohD{0u5QW^@_alobjfbk=y zEp{(2PG#^+k=FFe%8A^i=7y;!w#A;}f?$!;3y$A&W4^skcLfJ$9;q%gYfxPEj2IGd zf2!fTtwv&o?O`RAJ%-S$|4vRX?Oef~#|^f|xcOQZfdCea1OZj=CgB+S^_@%}uyuId znqB~_rdWe36&YNhs#iBv#}j}$Ro95Kf&{f{zZONSkBa3+R!Gu7VOQuVlv6Q>t#^MM z9Fx$?In{*Fz#+SfDol&IU}%#xI>VDgD_aA(#1Or$pD8KxoH2;pIkTa;fM<=z3#9<2 z5XSp<-$;8k6HgqBjG43k1|;sVGm8H369%`5x-HQf892~BO%1Zepv3?K5|4ovsQZ$s z!G6bJASO@-lz-LFkxMlTw;vkBT35R>yW0tB2_!U}ZOI~}W$Pn_Y*Q8pr)DU8%|uFG z!8~L`PxvRKSaFW=xJT-(4wAiA$Z4(|VIv@qY7}ue;qbBVMkc%7+RBk`PZN$$gow() zM^>s)jRrcUZ`DNA&Xp_ti{@v-I1&L?O#wg+NRX%lEfLO0m1k1WhKaf^@R4!?m=pk< zICaXxomR;LaYo^)7eBqm*Bk^ACP#5F#2)dfNURWZQ4cFr|TO&J+IwAYwb-F2ByoCE;zb~46}V}- za$OXGEy7Rz8Nd20<7R@P^RWSO_}E#z{YV^9xyGKya2z(rR5qwoSgg}7wo?bXQMW8y zSB~1CfU{d^j>1FUiss_N{Gm?()Z^;$#zZ?sRYp0Mvp73tJrFHXQUpk76nm|sEi6@U zPbbT1CJ1%dj`+YZVw7Az-rD(63WP<9&bKfE*$THNI5i~6*OqdSW!8*>EW%Tj9nZi>Q7iW*1u+=wO?=K;YYz{O@Fu`ClRa+pNzo)+p* z2k>or>ts$YwxS-{arLpke@CQMCUsZ6&N)We+M@VEgRWn$v;;!pd0Ip zb-;JCVAvBR69t8Dru-$|a-ev42uaTD?aXEuQ__vbrsN&S zy~-`)C)pR`T>^Zm6JgMS0$!=4q4A;Xnk{8Y4_!T?cOWQMIE>*!bCD*+DIa_V=Vo|6 z?HflY?WIROcu49xgsZ0%6wcm0s>|g|9_#{#Lxxb@32@M~6LHsYS@Bs1H;qw5rCO$w z^XhlJ9Oo*j6bA9YyMa+b%S{$(b7K?7CjZi{mFqLgQt=3J)rlubl*$nq{3(CZVoEGd z?CNedIo{MgBx!jCLJ^c>Gn;)*bKXqU>Tc5eHO!!B^Eg|0@Z1yj51z}g_K=T~a*yUU zUbwYM&xbQ=CVPR!rgfXCRp?0s62zobpYxpJ6F1LSo47r8yZBfw47v*|A$VPmfMS2~ zt+0%Eykc14C=C8gL@!nB;4`wfc5d%iJHHFGY1to?E-$A87F$of7-M;fJ6lwUOqP`% zNMRceE=E`Vz1a#((Fh~VxAPwMFXud%Ai`~R?M;>e4Wp+~2WB9F+dq3-79skq2OL6` z*5>-d=0+&1&LRsc_H>3)CORW-aOyMUnMKfqJSG*7MyxYpYRI_|aIwhA5$iEusGUbe z-a1V~iRid2Lr%bn8BjNWz<#aCNUK`2UdawxS?SKEsaXO%>i@<1CA&<#M|ykko%YH| z&KMR6D{V*dtt>WWHwb2=deUJY{NMG}J!R_I$6r6itbc1A2qq7Rc6m za>6!aaYPNctAzUSLfF9sDu(#WCDl1sY%w+(Av-ZL8c6>0@E-7eoHu}7;wWxwGlfzk zLd98D*p5{qbwpUzEJ1!Z`7!{cNrW?YX*rUKTCJEk6WNFxj=|OOL2S{)$nBT8I_`~K zuU0Dr!%UE<+<^GXdIP_LId%9i1CO>(KF}T$Xn}1fCO(Z9$lZ3+WdpXNm<{s?SUw$` z3PVVW00PZee7v16Ma z-4$e)btQr$C?Z-UY2Pet{feD({YO`Bs$Ab>RD2~d=_mxkDZ>vOt`@ukb3JWWmB6|07EMVryqhFmC$6ZuDR>nXj!NWp{Fr)T zdTITZ4UMyu}$-7kwyc>?VaWjer)BRD(YUH&$Mep)*jJwH+flirlIDVa36p)LcTu z8+6`1ElISM_;k=~!J=DOdY2Vv$`#>zM#?QZXz%(eM8o%2)A4>i$0NG3OZ{qWip z3YMH%GTb=T6cnl#gK9k3G0pqr9fCb@bzQmE=j{Nfg=JvyXp_f{7Lqei227*r7Z7%G zT*?v9!>rTaDgRKr6@3flxXS%pAH0}HFJ2~(muv4xB$0JO39E5Bp%>}k5z$0_`c5U( zm~QwoFVr~=6dMs&%>i5e`0%V;;B2Ppxl1_9H$<7$%MwZwKoUn0m@D;#lVeX1>sUj} zkE^)~bE;EH2(8I?VDJEU_(yCi2p-LH)O)p#Wr6RuZymA)a?hG96aXHuBdJB69=kO7 z1TvPcHlv9cJSdPctT^gI>^Ty1t;(ntYlz3Thq*=)P;_h9^jIPqETS>&)%xwYhacWO zfXxn=qNSOXx@;GmhV_j(!icGaalpC}7os(}f3pVp<@1*4 z_bQ8%hif@$t|TOik5MLsEyR21Crti`nAQNZ7jIBzm#}PGarhr#DLBEZBtX-Xerax3 z^e35D8Mh@O$sHXpm@0>MMQ_0A#nTcL0H1cG^0LXb)E72`z&eC0syh%>9N#gWvfU^D zl0F`ED77MUxxNjbc0vo8^AVG(eVTMI6c6=CK@)elGq<-!o1Qe{*G#i%l~^8$EIBe^ z@Vrh(-{&7PoH$PY^fti!dzp9WnRuHRBZ!5P)JB+^4V{hxvsi2ccmTWtv1fWWwjZTE z%q=x^7y6|KQ$9egAXzUEb>m>T*V(_HM)GW_N<)=n>g~tgXP4@*st%@+Up3499#h~k zpV-6+y4N4|v64pmAHf27xEt3M~if8~S~C0Mo4*i96(JVF(AV9oB?$N1_^t@3EJIWo6K;WK}L zD4<#JNJ#yRM8egpOFOl6{otqQ^qPGCVQH{`wFMnk&MTB0RIUmSIpwF0VsD($SuCT#ouVF2GiDXQ8pE)ip}CQ&3Wyzy`sJgn)Ab zCecwSR1L@>z^a^FLQu66Kj8jwMbmaEsCqn{cY=Uu0Ecd z?`gfa;%=qA8M)JPp%=a4`$Np@$#QFmB;1@&Q zl|u}^YapXk`1)$}keSQh1ziQ#fDENPETKLbC;O`XN6lu`yLg=ww701jGd2ck9z-0B z7KSO=y&&`<7owv(p>Zf39>Nopsz7i}U%R5!6JLi)O;5RumRk#% z)FLSWFZr&xnee-yH&AVi>ow>i6%KJ>zseDoSD>z)(!vS@2X9b08eJs+(tPb!d&&(# zmC91-;ii_hc&Hs`D|;Ks)ks;s{!|)aoLXCHGf+}W>X#s$ayncY5=1RrF{m`0vEvAz zFsVya1L}rqjREK^m94N6wQagJue|IOtjOs9d3|NwICap_sHy=VWt+i7!-(z|Ifu3( zvP)}gkylnZo$=G9O%SfC=s&0(aCbK1NI=ndkZaFaN&@0qvb#uv$vL72zOQ}1%bq8s zFVW_c1VJwEgYaKa9deV=9q=B6_drD)pJ5r10rKH&dOKi*2$RU8`^GlRl}Ztd=blwbGk_b6z3t6 zc|!C-dePqa%pkta?#eeC2{T8#2&>f%#!mfWaXm<>-$isoMA-i;_Q95_-6dJU@>rDTxqQ3;L=6@Gm@SzMRcGP z9)g-t;7xcq9BuDC1ShzxvU%wQ947+X;^9AufDP14+XHekc$9+=S9MAQNTi}@F|i@Z zCkh`Ylv@xbh>kcKbfQMG47uU#~sNmjdbQ({*@ z@>bOq@TLxyx%XJ`g3l~3KX&Tkg;NioKYQZBsflh+RgJ{NP9z3kmfWiL0q7AU**OGb zU@o%_^b8Kmd%AV<9VU?0}-WI?CV@mW&2&K~IHip^ES<**I zsp;T8Xyp(hlzXM-pVSOEJ7ol8sEYf};Z9$Nrjc8B!i3^6RF8tchQ3Bb!7M;44>D){ zPHBc0q=-7Z9Fl6ja^JUF{oW15$D2u-l!)l1hp9kr2YxW{JdoRp?F6%n=0C z@#8&woz#kIAqG`++qL7qg($Nc$Tf8JgXxKWv5F!P?M_%(thFLw7RA!7Vnqb*8B=vcH4#0eO5*0fKk`y!E{n1IbvSu9SL^TL- zH)s^=L9U|c^R1-8DX`(Mp+*y6iz%pUD(jsP?H9PQo7c3VrSM6MN zrUP}rBSjr<9ZsmL>0#*yDN~W{C<+m64A&22kDTDpWM{F$ZwdNG`C}%1a#OMnIOAl& zOjGJ)vSCzab2_~?(SOYIQSWt@iDDgIi!==pn5n@2O03$$0B8UPnjPntdK5YF@9tp=rOFVo7BhwMr9 z50jq2XBuTBziNHN)w_^BH`J z{;)owbLrGuj5WS6!i{YLks{nBc;T9hi_vHZ~;ef9|fCm5PBfXJZTd$&8y%QvoA z&mo0;cvb?m$q^!NP*v>N`{VwwR=xhI^HF^x;4NcJNQo*%4?m}!kgSykL7wa69CRlo z8rV``u;@S>fKH85Jq@=>8r3H8KCDqd;e=7>G|B|AQ%DUcV0yt=(sVqdb!0;N;QEDB z7`Zs~$|Ii6;$%z`KB{&%42Q6CP;NppC!FGYWe1l|Br*Kh3~zSEHF@k!a82coMaPj% z9mC?g-n~Hs=_m``O|k)8Coc&Wq_X?Nrn$#K-M$JNeeq~&neFKsZcFhrmKcU5>`zvg zbq3KJoCUN9n1Wy|u!pb`Ddh6@Pp;-MpNKRtkm^B1%N|Qh*J?hdd7%`IbxK;kbsZ@C ze5fG65ovsxT!X^02DeJdIn7e}T0H<4`E1;quk;O0O7;S(o5~9 zZLLBEZ5kCPQd}?9NVKJ`U3J(=J3}G4-~oDEDH>3jrB!1y;mzx3WsHkhy}p6gfW_&w za({;%db)}`8KViGH+B%0LVzpSjf zhqNS%HBUK0sz=Lyx8g$}Cf-<`LlBAfo$H57tszmws>~!nP)eViCke(*KfOFtExz3! zz~pzP;%@~*NXOtQQIk(45T zWKRsvA#9S>Ym|PMe~uIpritwb{KLi~%`y0|T_oCQ#>X-;^1#-7hp3a9FEH$Ux->hfgN<% z!S(VtPJXai)PC<$YB|YUsQ(qOLuA9F5pEAoR{dNFlwMn3808$zPvtJ62(BTDB``G` zdhkxoW7R2OysAT$OOE@2GQb^CCl53dyV392W7&kir|tmWb`ixVrAO8T*Mp}*;xPdv zm0MX1=hWn1;^-a?`P9?iuv;Z+AjCKrxW&id$8=7udqNwhw4=2@(JFp>XJv+CCVj>% zvQ5=(1Ku6wb~L}hT}U8%iYmI8rN>F(fCyh_6FQ`#P0tQuS<#W~d)^-Jt1*7LFrA5Du0HjV^f zoV5|ag>45QVVzYo(mxFugh?hE6Ojst133<#c0wDK#Wv?LcmE=Ol!8^FT>1d;bAm?0 zYrc)wDi1@>+C9Ki{(>wq{AZO+f@_hp7ejnR2lsj{ffJ(h0b5bTx{f@Qgi#WxV||tj7$JCu;x3>M1c-ngm-fcJhgZygKpF}(Ot{FmGryhE0_jqfXk>cPE| zn%Ab&O^mg0dDy2qMFFV|ig2Jsksur1?d@6B5z5ZDkeFySu|!~Iv!hIqx@hsZklTPz z4{axtC^^41zoLSO z)CU`firj^!nf?}%^G>q7zIATz5`U2Q%03VO<}Mx)W)^`HsTSqRI@`OxSLKc;CY`wg zye@Z8Z7e$(#wmr?*sRtgtxOhxw0jUGFb)}3CY!ra6e5L4&RgkpaN2!Ep>Ye?ie@{P!c8rWspgOo(nHZOiA>?LN1FP7GubS%C}i12AJG@9+nPw{+!2 z7(T7$4mf7Cf0AY~(b+G7w&_(US`XMzIC4}K&7rQF*OmB!B_!TgcM=s60jV5s+1-1* z*1U?T_<}k0BcMyPlU=`Zb-QjoM-3E)nVDcFQS+#SLDQVGKu*VXZc-$F^gvi) zVMb^bAO}8LGoLu2OIn=Lo!Zz#3zZ6+-N|wUA)dk2Mcizt(K!Qk|c* z%WQ*j{qV#UW?J~5O8CJW)qZ7(+wo^;qz$1!3q5f`7_B{$JS@%D4}*4XuU`ii zF+!U#HMBl~6TgcAp=v>bIQaCHF{%#lvowqpAYhq79C9!)%ix#eZrW?aN_E3T1v>-u z-Arv+x{CkyvO#L5{uQ z6I3#>Txvp!m&W<1 ze-a8{m91}3Z}|#8Zq7XP`|s_Mn7+SlZLjh#Mgk7}mDm=%gG@8d_JNE1WkGRz-3d;< zhE==*P!J@Nz>+P)gCqcLq%ez%=a3V4dYg4NvQQ!|OQ_V&lK^*$mihli9_Tfk|^aG`V^nkK7SH z@O=A$Db!=QU(>bX-2s6qDAU38!h+RRx_z=%q}OBOCW!M%F0Xuz{68=e9g6fM+${-ahY1m^@! zgEJ6uX3^a-l73u~XC(L37>=YWhC&Vp+hw%;K3=ES=QbK|W+6f$6je+S6w9wVM1-k% z<}5+OctRH>oLr{#!kS%Xf-dg7P7}`^FhOp36#@OYsA@Qtc6~g0{#8?jzNqe!%V{Bf z3!cw&LoiWvMCxIDJq^fbBa*#OImE>UoyS>Js9l~908&><^YddOCXyFd8j5gCSY(=? zUbUFL@#x#d4h5$&f{VJKkqMBNID$~HUT2pyJ$1-bSupce`N3oR zsLE{m*gDHWIb9>(fn>9GqKxS!L;+Ael`2>v+`$uc;{qHOW6yb)F+b`|4yd3{&) z?JysAwr45^#x22Gqv$k0^bbP|k81h-p_Yd^ylier%Y~$J(y3reu&BqHe8gHb-g8ff zqYX$=0bGei4#EI_MZ|*67B{!CtM$$5oxiOnY@|AE&s#?}M`nnfQPg6o$;HAO9jng> zDuW;Ds-xCa3yF*ywF(D_+#SRQk$k}q5(!tR@*%H}s-^kxB>^d0s}xwl!4@T42$4GK z4(s$zvr#D`6MAwrY;I&x-4>)8hizfjQ#C`mZ_uL`R2Mn~1`9ii-@wX_g%PzVCcRi% zvzcTQ*ORWICc(4k>{9bE2IpvNepAA&3a+hHC3he<-hT*k_D+YPF6>ajPL)fV#7_*vGgg9bmMU(JFE`yTUBtgpm#b z{D1<6J`?TCM7$S&4|iV6ZymYBf(MsmtsK(LyG*fURgy0gK7cqWHK>Mar|B7ab*X^K zs42&4#o18fA)+@W3{&!W|7k12P`ZcXXp+1k_rt~!y^(ln7>O`P;1cDcbR@V{v|KZs zy?YolN`GN|`9DHUR(V8M<{i{xBBc*x;jvuRl)_g! zMIm>wSj55V!Kx;0{MevEbI;@2^wy<0iNwdE90M;yI4MaUOb2%K?qNG$YIT0^3%2Q( zVV^zm%A_@kZ$OjP&ja72n=Q?rZxxbdwW8BaucSjYcvosXr1nr%YG4}5bI=uYaWR3k zBnYkriWf9g`weR)Cg;(+tpds3V?kWGLsjbE@RZW3OI|v8IRp7gWf>~SI@UhQq zpt-k=QY$nI#Re;nIttc{U|aKy4gd3~8DDKpyeMbP@yPt4?3~`mRkfV-G>{nBHF5QEU(Q zQvO}!r8{k>wTl!#n9qJ7Y82xI@=OIVYnvInP+h1{>myYIp|Q{pF-saU z%%#ru?e!H5Tm!07>Of~V@w*&`G#T=AeNamp)%V~CncIxpC1J^!+rs0~S`ieUno zwF`HBf*PVB$rTJ@c@gkku>Y(N4`>f}5VaZ}UJ)YhC_WiRPQnTrq?+&H?HP-lwEx-l zYks;P3>V@ZaoEvy0_*R(>#)ZGr6o&h)Q*V;2*swuw*lirIgUJjNNMl3$azCvUFn|W zr~*acrRg9zBhZkE7|f_{FG}7Std}}`80^?of*EO-BLkpJqZ@^yL5*g~ag9;R;6#JM zl7h`ged@*o$Sfl^zsU4n0i8&qApQz0Pb-u$iov$Bug7Y zRlg;TLFC_ndJxC}QmCfKr!@%dctr6K9DufREBSW3jPY|97B|@6XxHdG8!QiW7?`^B z2SN9=-a~CRJKT|$+SxKmEL$w!8T|;$ir@$ZH&*5oFI(-PizhjmLbjNqH*p{Z6mv&) zggl60TSa-O$x~Wi$rRoOs)uLcKA`d1or9BSiQx1!sZ0b0@hVNA{j3mR8b~tgfC38( zz+mu34SCmNC!8W-hqeGv5SS1s`_5ivUxMdq&=Dys9w4Ddi(3GoRBF|(|Iz)HUe+OW5TiyFYI12 zv)HyL*49qUW(0m}P^#*k;6#_dbbpPR76^krmW|Lc6vF}95QQU+n+ucA*g+sju&9bj zc`M|cO*7IWb1!isJ38oaC8}^N@BuBBI@V4{HOu7qLa72+Z*Ot>%Z_?wJ(!P12HI3z zyLuE*wSXHic(i7Qy{Y#-1OveoJX|ReHnEO`VIrR3L5}Ew0pxp>TP9u^R6}T4?&OGW z2(lQqI9uIH$C`YnW^K|o1Rkas2-J~o!8z@W)%vv7&k=SvMr;hU2a1s^N2Y@cYy+{P={m>RqWzakAk>)1^S3CD8;^TfX0WE zyHqhf7z}1kE*-j8AmeCP#Wnz+?ygQPEtdC)+9066RAdbLrzSIL8z0cMeUN#W)vcUy zwU`Z-kI)E8qnJZ&R2h?Cn~xn}29CQ}6G?Gl&ZaCF(<^3`da@`)5mATGu-P+h@Pm^u z-`Xxr^-`OOvb&NdQ(IZ28($G8 z9su(ox7|}zVd+mnN%ya)%7zCPClqTzyh&#vtj*Ek!+L-#9>;Q%B2$J{w9xfP?5Pbm4??E)Ub#qJnaO(ib+af8XKIFZNFxNU0 z^-m4~DQLF&O@b5P>6`1cwUcF4RU+WFPPAaFWAxk7o?)r>)UHqpcju7VZP;~w$pRY! zkK3cTl1asqj@>!g1s!^3jRki$=3A6ir32vXWJjzX_W`A4q3&|``XEtciehpQd2*d@ zj~p#_>rr~U&b*+W7$3X~rGuA-y6!ft_~qFxGVBGuY^|XGZEFLS>m`1`l&Elt=;_`Uhth%oAaJmiwm--sZDR64HezEvy%qbyEEKUiRh z=_>r8a~pxD=NH;ABsRve3#6A0P-ds=#D#UHk z6gzboQR&<~WaRk~1Q!cX0XL!a=K(hGTQpEzwcr-Y3V_U^1E^wt}=xkS=fK>3( zqqZ+VrYQZwkbuMT#JuJ{8pFz4>qF-R-NCMXdG(!nAU5>KR z^=wYj4*qQ=p%aT;dO|LpD9gljCT?hPdnAK7adRfw52nAKlqFaare&+|OB^ z&ZmG?BzQ`0yC|zr77ikmSsD$kQob(SO5@FCb+}$uGPWb{3o4&5PcEH zb_r@&PpK91X(}{8gEb-%Qi2Cr<3yhFq(iuUXj>(o6}X^U;9fyF1{2Pwi-#bP5EI}9y$5g(gk1?;xm;Ln7$=iVN1tZUp-i;4!^Ll zkNs-JE!h=n{mAb3T8|Qcg2;=t#61L>2D=$0*X3jjD{jK7Gwqc?R5u@_RkVO{VQ{6s zH6?CbY-cr$Yk~U@x1T7VoFv)*gGhWou4<8shkqualq9g(ahSkvkGI;ZEOk0B)SnKG zVlDettaB}P8MufZ@IsF1zd$(OJY2nVlIvxDoZri!Iz{Go4Ew`6vB;ZU5RWQNflh_K zsRk}duA67#hayvSK+_YgHOQiy(Ls~oYq3XR&p;&s`T9%@Lxfh7@J)e#=88P<$&5>l zx+2bmJEKZR1Og&UBM-%17`YbJeuE~67F2@kQ67)ePb5tB5)wJ!sSi7EZVHkg1jV+l zewkUfnFomCZ?4>0N*%^bp^2jheNEI*W=O7f>jcyb?5wahwdP}vy?fNH+k&8pX95QR z5QS|GZaFA6mBN*|Nu`)+#TPrPt8}dbE0Ffp(_u+rZy+zlJ7^d4xCt$6mF|s`QlXAtQGf0hy=)}(U z)%jMkuou)H3TYCN8MTO%<1SLC#+k|gHEvK1I{P&egzh19d@M$0jLW+KulaKG$GzS7j- zdk`{$QtLmQ0nDar-X(hNzPxkTR9$#@s88IPF1uVjSBOwcip|u#zR#~?`oT7lQ(&AtR=XmX8 z9@8Y~Mr7c~Lj&lb$7ty@e7lr{PMwDN*VrzV_oMsNQHTet>Bu@d^6H$Pn!DAJDl>;TIaAEHW&q!P4V4j1_T?1gh5~ zc--J@x{G;~_H(=27xi}@#F8x&85oQjs2=Dd3dDMpU$vW7#T~G6t6g>k|3?G?v>?Zf zf}+D$cNW)faoFqhkapAhwkmApUE>HU<4QS02WzS)XYUzVX~a|Bx(hRct;Fz=HUxiY z<~i>f{d9@(^`Yzwd_#+1!A78Vb4;fNJX)R zLfs>GpJ6&JZ!f3=vN=XhJ_ZV~gSFLDI35LEQ=3SSf#8OUZg~s@{wN$|MI9px9~-eZ z(F z@5@TA1O7Byi|`fl3J}dcN=|ZS2ySn;jx`FQSGUo0;yXmc4it>qrcgtG<4Gu|c3{Kv z17RFi^940usP=eV6V2QV-f+*u~_84qP4|P`sa^^YDCQon8m9^OUZW`?1ju-S5ZWv02bOgd+S9 zmXQ2lv~KCqJONRp9?8->k2U#U82Mn5;CJLJ#U6u*JE+4W4vx4tc%^Clx)A#X!7E%H z#S4Og^^631B<}#$JBQhZ;wc`0q{~uu>HN~bxl_Yb?Fwm4q8ee2>MB9pB(pviEVYJh zZ<_2>u2SXJs@6h`6|k%R6HfAQjAH?Hij^){U#=QwU?T`Z;sNEwQ~Q}LPtPKG9wkm& zL|!TL6Y*y;IZ^)1!>P9mt3~8Y%nUdW9ycP~xKvr&@U`XKAYnRiCYKV{Qf8uqVlR39 zf)o`|T}DeR78gLLi2+kWM#N-TP;5|m(_}o3dd4FbxX&XUD3cDKD3jdMW4l-^TeH}*VUIR;;i{RxhU_*{^CCfr4WyQl|OX}zRA7b=9uveV3gn$-jOhxnMO zn(jO(FV$L?l+qW(qGUG8JpFAPvmq5uJ^?Zpzr{mCIw|w)%sI})hW&MgQy4bZ>W0KN z-4^Ts5D4o~fgvEu;Et^{?Ox#Y=E}N`qS53bNx+h*0&q%mNJa{#`z-LIgiPl)W^NRr zk_mrRUlWzKsP#tkfVJrrSzZ=I1p%A492WSbF11S%b*lx1dl~9ahfC$pw z)8{9hMy#YdR6XKxv<6`gG0DjNvgGzrT3Z&%VqzW80iQ&8x3eYi+9}>(D-7!nHz1BB z+^C2J#7q#}m_Z$lMj8@xa=VXNA#+xt3SMb`?U{{pNTen0K;vOZk_!@ah9si>D0;yp z5W~P182ROW5GY)GOVtV`5>!EKkBWdfI}%dnYJ&Jf*;o=$LK&DaY)ln+sD^%&AUq-v zn|?eskOwpXWgE$-;UA7|Blm(mcL9hYm)I}T?smCXp$?l`7z#@VF7bjkw-Z8@?Oj&S zVnUFFU|A+9AHg4;@}-0XAUYs2Y#2Nu-0I=%OK9ohu%!S_VD;X=bka@<=;$_zAFKI* ztc55LV;2O6_HhNjNdP19s_J9Z@di|s?b>nN^G?^B7U-xyyt=VMIvK8x2Zgw~ROYdx zP)KSel~_cYsY81kzaT1^BFw@H6A`bP7=U)&BV`st>4(d}aX@V|=$wRlm=Xa7SOoYl zT8ksq`K&RmDE(|1MVq$`ppKmAKmvN)D-;?Lj%}(&6c|DKQL2%=%E_h27jf4TfGc3I zbo=zMZD;lbXqO05K#jO>phBqbvR)u=m$%A_5oR5ptW*N-OxKKn7%Dg&V=jv5feL4H*52Y<)`Doa07E9wW}PI7Y{3k=cX$h5D>cXk)9_ zryrl*nawV2t!#KBG*o8!OZJ2Mfn&vhRIp#LV& zf_*OnC-4qrOQ8;(A zei!T!UzaFN=mTVS{?okTJ`X7eVzD_}=YV$cA25VQeIWa(qvjBp!MoMA#)=+hRz`s) z*S`Z`RKp<(pwXELIL@Msaql*C>ch^LGH~A!>IzOLM?(n~)$hPz@YHZMI#j4u9EU3t zt93{I2+L#=RsV(#AC7UzNTK!?c6O~{y^mFwL)|KLy2XBA1Wv29GZqN7HgYz6CCmwu+TajYPq@HFRsK}&BB3|9!)OtE7Nx$>0cDseLW&E` z3tvoD7Dm=3uY`8NcY%X}3kf5x4V>zUY@3ZtPMkP-PHchvhoy$21uGE(6#*x%5qUmh zD)Onr6KrWP9Wdym9scAA1@Qz>vPAgoXH~?F$kE;zrN@@d?dHll2X1PGP_9fT0154j zFgYR^4L%ft2YqzmrSkqbcmu+K&{FWC;JASHHUB&-7*ul|Xc`}(jx|AhD1lP7uL3W; z72reI!-uLGELM&b3k?P>S|TrPt$cAa$y$iQbXW1bYELGurpKjEgBLoSmhmOh||83{F8``AgOl3H2ul`d4H5W zD%#;5N>vlE1K5&8l*1_t^nJ~!z1)W)r-lXWYlna zJ^j0_)j&Jgf&fe~A0U~L*1P?JJ!)X4oW1(8>SPj9{*ao~)=*l6WJ8>%m8dtT5`=-0MZuAJCdQ#o>kLu9GZ={&DE zCiqljh?9u-Myc6J8>A`l9J?^(5q9<2LakDfi$gxN6Km)B=Je76{%P*?WV(@zx9W*N zXTVg!X8BKZuX+ovfmqBr#ITMAFRyQ1kC(*-0MlcNkZQ3-gcKY!rx9f4-U{TloAI}R;w<@ik1KhOs*UYf0}T2CCKK?ps?hlLPGD_mj$iq(Fz)St$petlpZ9 zm>i}a(Q=8-3+EY)$Lic6ZYsiwSB<#pKhZNWHb?!k@t_%{Nl(1zjCeh!8pA;a0Q^xq zQnl0e$L!Y-BT(oQ}Lo zA=p$CFyT2gx~^AM;>fQ9uSw{NZ4t$inHKyFjwC)*s~PgP!XGcN5G4|+#On;F&#bPH z11GA3#N?+e$X1ZE0jpC0O{9>{Umie$D+6@UV@T`CAw9e@bFHQRDDmeMZ=l6-_l3yI zpNHmn+X&oT!5S-vcX$fWQx z;tG>VZA2-=KATPHS0tJ2A3wi6eIjn>*(hifFdi3`)A~}%s=+JDL14U>7}h!|i*3mt zMcFwRQjuDXa2sR>Nv60=qtQYf)>m?lG^C*EcoW=0>lv)EGG9qv>g6j zF_5meW4wVk)kYPN6sS<$Z|N$5YO(dGT{V0L1)KQVN?NGyB&qlw{;_fLHs&YHcnHm@ ztPz_Is7(BP`HA>Y`<>~TIBq+<+Ku`8s-FV6ijc_yZv=f>b8Yqy{^iSiZDT+oyJ+X@Y{qolkN$A=C;$m~cRl1kzkY=1O9LLZGtR zfTI1Oz6?#J$q+G?2lR^jnX*#+xKH(`+gY8Oh&#Xy6v%77L3M@fvX}O28M}8Ao%j5U zl|kP>y}EK^eZCd0k32ygN8}wv_(QAhhqtI4%q2YR3-dXV$+`-DW-|qUc~DQU28@7M z>@9&iY=SRjI_&WPmfS|dXwZ)XOLu3omwFBj@NvExu`L4G^8C&wN!i0 zQ!Nn`WL|ywMn>vW7bfV?vf?OFUIIf0TzE1fWw^ragMr z$3Coz#9Sb40nI>-6$+7UZ}HfxWT0Um@|qE-Oxo+iF*GjPGtJ3DZ(-zmR`))#ZQ&pO-?=8_-x z3v-eZZ9pU8MQXKi?~(Gxq~aGh_NL;6Lg|D&VnsYH0_suO2*uos2znTS0Wadt+f&CO z$QhVNazg$*#ZmcI%9 z&$kP|i4-OP0CIvf3x&4Z^ap0H@8f}^LIE}|7Ct~oi-y3r2=A5u!D9j|i?g2Mz3Zp* zon5AFF`!2%^IB|^F)iP0^ht1*F?wny#?MpG2T%t9+r~h3un|P3;{CO)35biX;=t&9 zwz$6)PZCA~!hu}i8qi&y>_5@1PUYL-sw&F{hZY4wgEFvyX7%cSU!`$UQv#o{ zEFhgn_QnPFo%W%P^~h>~jgp_2@(reOkG=Dyel)k9mPyxkrYad(QBD=Esj^T>qW81r zvlaXl#arw(_@R1d{U0|O-E%#LE5r`05GPZ z#T>eN%+jF>sYp3`zzfJI7YjQHWnxmDXpVpy!u*0Kk>*e_VVP6H3^N&?vu(^iR6 z64>3siUO|dSGKk2$H`oI&!>Ud;Q0B3QEEV=GpxWbdHIpo?YlKyiKG6{|C)6GfX8sr znuGZR(841bR;A&t^N&+)N>Zx5%*S|eI0C8+W`ptA1k0>?(xg2)$zu1D*`q(1+{7hS z?pk*~3Mfg5qnyANh^|mBBffTB4;MX2Zh(|u;e8`q4JcD*OC8S3I$U1-%koP;k0OrqMMC{4hPi!QVK)VVki>Kxr$-Z`}M4w z+mf_!h3t=0iWd#80W*Xw1}W!Ox~j(2+&( zM=>$(H~X1M=b6;`z40QqcJ^#*wKvA5Sun|hLp&Y!1*DxI7~%cq*1PpNB@;tJwVG!|Ve zAfKk{klvhr(xwM@!8a4tbYo}p+7-P%=!?oc@sZ%|C6Y_OiW^nCPV!GEEixivB;^eJ z4>T*E2GC6 z#)im{411t`6+!Hr`DuC?InfJE26sUOTBUf^6R$-V+GmQ5N$9wB11NbhdFUq9_A|GO zqQ|M0NB%o$Xy^kYt@?U9Bt;#%(N?v*qAgMb0=2e1^1pwYzW>};ed^O6 zeW#BfVf>@%``^U)H-GVG*?qo-@n>+Y`~Ph|A{G#`P=H_rK^h zz#9(hnI8xo-}@*@mOEo=c!!l{x|uo=k0}D>pnkRjcXk*rSE^3&-mT@ z82?*o{OJGqsZVbuIoJGrfN|aDM;VX%-{ksPTuEy`<`eYja9X>yh)rAT3MCT)&uWeg9p2#yZ~3 z_4PFVhkSUzm3nhzx4TWuJt_ctG=)G zx}LuOM|{Tb>i+LY-~asYYW3v*p1!|eJmhMH?>~ua-T#f%_x}pl-^jI|=O6JI&v}&V zzn;eburvM>Y5b{gEb^>*`yIx0|6`2D?@FJ1JbnL-jEBC`^E{ht{qDQ@3_UNq^DSxo zN#9+bXPNOIVqEusKI1WOhq?aa^!+zg-c1@pTXy~YFzvA2-mv* zo2qfyk;l^byZDUzYu~*xjeqv{mUVoL@gGX#U(Wb1%-#Rd_y27g|2D=$9<=UH=UTt} zqkP75N`5xD)_eTl)%bl}zcGFPbH1;vm!9)~OXJ_dc-%*J;m^{2UdQ-S^2eUW_!X}8 zyT4g|{}HagnQQ&-r}>QaJ$UdOfW{{{b3Szp43UyW=3 zZgZ{o{Uo39Joj<^cCPjOU;cML_35)uzijg?J@&5|*L@yj{B6nqlz;McuJ!%z;4|!_ z^vTgQ{x&}2{$I-YO|EsHk5%LMas7Q<>v_KP2a3FDz5YoW|9Zwhmi%o!|6k-p2D@B^Obyte{vt!hq=~sez5xfqg+3pzWJ{Mj`A zT*gC>J)7~5r|}mtUi)3o;99>sHM!nK~~hxv^6`Vy`;)AxV3 z8kgVxhBW@nx0df~K7S*PZ!jM3`;Cm>!L^>}$N3DsE&t@}xYqCfmp@$ez$(|@lfM5D z3=SAyTYJF1xYm8Xxf<6zJfCYl|9A5F`scsK_O;gc8`AhY`3(7y zeZ0lB?(-2o>v{hE^!;c5y)ti-hYzLie;wl?SNAdg7r54a-pXgl!$Vx3=33A5AwFZh zgeSZqjenvVKg#%f()a^ER(@Ce<)e)2{@+`TFLQmAYr8+6aew*MuTJBC%4h5&^Z&Wl zeg4}YFW=Ymd^nA-RO8bBe}QY=|GW4MeWK@lnCoZo`73)hSL536pHAcF7?1nNKlviA_55$D#wCYemBxRa&zS$OX8e_0>-q2a ziSoM||Cuy?f$@+-$=e^M@i#CYdS3hYMO^DXzg*o%^L&$QJI=34iEGoLZfPv?4(#(#s)m`|8_>AY*`kqbW@8vV}r=D{ojenBQxX*ozznyE{fAt;Z zcNKU1e)|6F7?1Bu4jcYnPaSDZ3S^z` zKI3_=aDA3*{qFBo-#~-{|3x*f zee^o6b^p)%>GGV%xc-gw{YMyo;}^SKkbM5f^!-;d9=|Jp{$8$ipMO}5-^caiT(#jC?Nwas{(r=0_=nO1?@r&p z^JmNRXx{#L8vlC6WB#Qd{%fvv|F`lP>nnMCAdP>7&v;+?Ki|Q%e)l==DfiJn{a_k@ zG2`+4^1GhOwZ8v)KAZXETEF|-e8%&)qe7@!7o*$9l_$sdTJRjjR{KMyP{rA)NKmQlX{79}ol)nEpjK}Y4 zzkC+g_P%`9>-d#i>;6B=XUK`x<#PJ|AMzRZksf$s`u^EpEbA*}^E+w$+Zm7VYv0|& zweJ6ZK4bo6cXqgzJ^wHMQMr%&x_74UA7(tBQ~UZ)7}xX97?1l)uD+OS-T!a!8UD%V zbNw=|_5EL}zAyP-Pv5`em&*M${u63W^iJ)LWP|22HZ{L3z%Pvh_BGxnpN ze}ij1&*#6t$j{eu{f;z#it(5?JlR zr+&HouJEf5Gj8{1Jl^X*#_!}>_y6f?T>AX+H2w$Gxb(mer17Wy%Kz8Zna7D(c5fWn zw`j49ZR{ocOeDo*DumL^$iDAnNt=Wsk%~}hQK*nqQkF_0FS54MX02qYP}z6y_nOY> zzUz&qP08bg!6Tyws(LR|S zt^AQhUoYDCs-e~HuMr=N?rZslH-z_J`D`{`AMXBouCs8}*&6QmVZBdPLaW_TQNDaq z(aPUV^!cg#_MMi0`NqICufDMS3UGfP*PqXVmVaZS*Q5JwA>;QD{k*6RuWfu)l%E0b zZ2Sn(_YKX@`DnFMYg6Fbe|8!l4)^u0?>wc@s%JXU`?(Uj4_ZE}iC(AH>3GXO8F8(b z1(sj>vw!FBw){SDpP#pqpBF9v_ad%((v6=adY$^NG99ftZ~8p+v+hN|7{4Fxb?QD) z6D|KKMBkqi(cO$Mjq-J$8EHK07r{s8@*Lwg!Mz^c8xO)&&%JPeu4HsAwD?G3s{I_K zAi4`$^-LvtojNc28ec*5b*g*CXyeC-O+Wto9;Nf{P2*L*3_iM_{A9c%+~=qIp$J;- z&LaA`rsrykR-H$P{`1px^d#d~e-(Umf7ogKVYt_+`&%MfKJ$q_ZIO&h-=?2hnD|pqR%(2>$}jZC)+n+z3aZTz<5u%x2yg3p!tl4d!2fJZ;6)As>ny@ z(Y?km{Wj#Qp83XGMqKTlhpWz+a32@t*GG$gLQJ)Fq4VNNv_w6ANoyvr||}G|NVzVctN!CpC$VI?|{D2 z_z|Ml(;faWTJ==@A=Iz_+-dpk;eLNef)_)}e;Uz!bg#JC_za@obMnB)qUFCf%GWx2 z-10Bm8u~%|t0dE_!^@3gYK($p;iAy+k%hg z!@HKB0RL<7-}ma0@I#j0JIYs`InnZ&NA!8F^_YfMJ==-#_&#g-S+|FN)_h)PygJ;U zOY`agTaPIz_lq*)zGSEb(G%}-QW1xC|~~XpyktgS9q>2=zW&|9NhgiPg2pU^HZWfuj(I-&g{1z z!@TMNUjUbXBe|~E)r~JEdjIG?HVCbD3;h&)I-_5){5vDw4SpJ~ zdR~EhojPaRpw;fL5pRKh()i^+hv(IM$~VT-Bd&hViq0H&qWkMyYlxQr!YE(obsOUc ziT+&LPi7dex;yyjT=)Sl|8^0tjV^{3e=y=&?>8CWLiF+K1n-4bJw<*AT=#($#yi7( zT+|QQ(8_;^==W;v^Ucs|_Y#Sp6KJ7g05$LJ<;pY^WJ0pvIBwZc^ARe zpH1Mtk7=K|VEK>0{k+ipsf|{<3y3~XG=Byf|0&AX{GW!_b6tBd^qa!R6l-zTEy^ zLt%6ZTK?0BzTR~%v_LEW>xgT;jJ5odheN*B?{dp;1NZ(^J-N{Ge}U-rXg=SFmj6zo z&lBy>V=O=62>oe4cT0h9u>4fG*QtFt2U`Azq* z_b2+kl!&g6md_hRA9vlO?m%l?HWE|qT+@B&S<636^nF|RgvG`Soj!MAz-t>bpQ{{v zr}6r5pNE=1XN?bqd;e(NRYt4b4~Slm#;XTf^{w2}Zbu#=(wAwvP^nO!6EVKODXG5LZA9fh;3HRTF)qE(8R=abE z{=CY+-S`QjKd;V(DaJF-g*v;!cN-r8AJ;N_FHjcse+pW4&L;Z%m%i`yHU0y!xXp9z zCzFh4KOg*S!dDw_2={tY;C~n&0{8lL9#uhWyp~7#8kde}J@0;^uP^z}HD2gK;Hq;A zT=n;cd;jbE`B}@K2KRbYe;Qi;-w=J=HP6SPI$HVf5`BD=(F2ShCVIaq|0T5QNyr|!*2@m#&EP&>`VN*8t^7Vj_b-dCYy7<^ zU*}GS@gIraZf*E<DHFwCbN8ajoCZ#*Y*IduB)Yc(m%dEbsXX zyKLR*eE-RKJ-GLq?i*Rq@_(G@=c)GpifH*PBYOX+-|n^izlh!ss&lUK68X;m^L;>d zZa3Z@?)Mp;J2}y6_eG-DqyD_v_%@>Vr`FM<#_Q$}^GD~=r*PGI7u@UDK2{Db|2K#} z?z)F}G`@@I`EeP3_d2snRhr7S#VGgwT7^2TB?GJU)@?RC@YhDd9p09Ao z*SNd`mrvV>r=d?6e;w}aro(SU%m4d`>wKAFyyPWezUe-^+W1{?_h}2yjaIvhBd+|8 z#uG0M^JFl5rtvhm_rLlfA6oT1MRb3?k6(}0{M;0A-ESX6tKH(4g*x?ION?j0-6sW} z9j*M?5x)c7(D-?x&#O-GNyaa|JoxCI^DA8S+!k@wqd%|u?}7VwMcoJLq1EoYL|-q; z?_xZ6kuZ)O;4i`D(;n{iv_T)S{8@1CH|_I{(aPT!arOUG#tRe;^=m$FhO3??5!XI* z%J{u-Z&&j?2`&HkqI``@7qoo#MO^#mbmO&)1s|>7ui^5^fcv=U{h}0FK2wOkzsWzv z_@e*hk1&2w@!+39{tV;I;JzQKe-0U+1ow9JouLj|?XD;Ky3;xPpz+m2?}zFG2M-w1 zJxfm2zZ>rNy$a}eEI)5T@YlG1VZ2qu)epyvzY6z#Uh6akE&uPMeC^K@(5ka&iSS%{ zuUu{Ujp2T7>fV(Nt^8p`e_pMxB(&!3H$;ElF6f?UwfhIre@>ljGU+FNfbRKOmUKQ>>mEgzW^1mbE+Ruxk)o;%ceZ15UjnHa$Ez#T6bB!{7 zn&|#I@7_bpzebsG-s$IYdn~^j-19YFCD6)$H{u!S7RJ{R{pSlM;4h<9PoBi!qdFH^ zeiOLw8#+gh8Xpzq>)c63tKCnCelBai4KV&&l&|k^Z=uz0uCn3%t}Oan%O42$bMsF4 zVauNY_vh8Ut{qzKu8+9($)RZVf5CEL-s=9j7_N2;!@d9Wpii1l4YP)B*^0i+6XFM(9y1(T_%m2=Z>;BUKEuXm&S3kElzCYrcC(jr^ zMD%{n3*Um4f7yzm9?jdW#@oQXe^gI?wDKQ`@@t|~(W>VIqVL;U7XvN-EYbTx&pXR_ z(@J4Jq`~*W<&o-V0kLxdjmj9y>S3M1k?~izI z_+7^9UK#w;;alLUrw82cEt>!3(c)91eEHvoR=cN&J}!OGql`DI62?X6?;hh1z`cH* zYt_;6e}U-tBAur_jc<$c^5c*0e|NAvSj;~5dxy3T=?|2U%8seQO1TJ^8|PyP_J z_L<^U&;RptI^D0(!XuT9htKCUNuSfi5KRM)`V-N2pymH|#C1*$GQOMW>rwslg7F$P&tI5q|NSf7)4qVK z-63#)Ud_W2X!(CcbRT`c>WJ3-IURAGo3C4b^IBp5)P4RJxcnc6d;NOeYtZ5gh~BR5 zb^VQJt<84>`?;9jU#7v;ZWFlss6P)FpA7f=-fi&OXyt!F^mV6o^dMT#l`kpy=pOzd zT=gWuegD^dK4E+?-2Ihb8ZDnUBcBv>d*fdd{paAiCqIXlf5qhB(;B_p_!ziQ6@{ajQ2IO7K* zuKB#c_~qAzepCMUaMj-|;_A1oXz_s&zXDyy_(YDu#_&K82ulv%w zXgyc;`r&ysANE^*3%HNF?zahO<-bJqamhemgI1keh`yi5|1sm2To-(_U#&3S0q*Nv z^XHuL$x*)gp)p$Reo6HEoBDq^TKmk!*ZHG?rRa(x!)ZvpOZu%-*)JU#?w>6xM z)w5{TnL9PCM~&kT#%sXcU;Drj^XVV)%=-pf?an9q^J>3pjh6oh#8i8(g6J2G|3Gwq zeP?(LEuW+t!#vSAt~TBY?&qEQtqfZJ&k@~6`^GKCcMyGDXuln8yy#6Kzae~`@$PV6 z*SfD}Lu;Kr66I^Zx)rTD7ZKfG_x}NC)w3nauYjIu{DzxD{t);IxO^tVykBjDiE#tGIeC^vk z&}w&E#N|K9@=LV{?drKcHJ%=E^=BTm+P$0T^=n==M9Y5$(Z^lwb~gS4(fdd1{c*H> zD&HFRlXUcIq38C`7?=rf6%$y!}woBpZ|LQeF80?#;wA*sQyg9M)~6H(dxJCtwa6#{xA!! zdWyn-wZHdN9DT@mI^63_fnS7{|4O3w&k%G&w0yF)3H4}Qyk+?}z}-jp|3k*Rzx|27=NdlZ@h8a@Vx2#`Cs7j9|HG!G~bfY@}C#w>;BUb zt^8FHFNL0J`6r1!ue7huxBSF*p?@^5ezE+!;l94w!1JNy{~WP_y+`Q%t}|NWwUy}o ztb68Y%P-JA)UWx!+IRxo=bQfgNw}WtZn*C!y3gc5i$4|lB%(W`_2-rmzrh1L!=OVEhlF*Q5Ec5UuB}(>eIdXRGls@b~S%bFTW!p)VmWCi;G>?{$OG^4Ui8 z{*?a=wCb$YC5&S`^jgdB0rz^e|CB__XBpAwX9sjk<0pvjuk&=S@#0;>^Xi_t8?JV{ z!oA=0TshG4f0pR&YThI8&q+kzw~L|spw;eIM4vx8XNMU-N_79q@Q=}|CvUHC zUMHY`wETK-f39TsG2_p|eP8MVuZWh&UAqZeB3?kDqW6Q&i(!_3favQ;->;?{uiH1Yt8@Q5X}RQdxhptH{%D1 zevarn*wbj$Q@h{4`S-@Jfq&8b@1FjBDDNpCi>5PbpL6HmjC7`U-My{@q|0We9(Ti+<2>qr@(Wd^}LT0 zy6tw)8Mm!mPpXDDX`n*z|vyCSV2tFFepW*U(2=4Q$FFGe$d{LCIcKe}K&$)=} zd1n~EdSLL^^Zp8#PrHa;i7ty4e}?GmLi^ZFX!$Q7zHa~B>9XjDjQ>vbaa8_GX!+C_ z6y}filkY6QFWmc0`3Y#{zZP-L+g50`yOZekq@X8S{wbp0^UJ_DSbmkk!C&+C7t8Mh z_j#-NRs=2oxe?d=PdEM}(c4wOJ%d)ARC|Ba{kEm? ztwgU!?-7I0s;AD7;L{bo#_~JC{a&H-y&PKpQ=)vGFHO;!|3@R<8$ALo|GIYvf1QIn zjkkgOx~m8;kIw8LqSu)LzY(o=_YwVhb)SF6@=Mbdd{6|Gx`{6BU z`L84TIih>r0OP+Ay&mN+G@kd~aGt9EZ{YGT3ioxVemQ2mBiwzok6nb;|2~=M&!u}& zQ?%;YPxSujh8;a=w*=)cV8DY)<3T3;z>`DYs%^6y7K2vgNQs{5M4T-O;U$A0>MI8n4C1i#!Kq&8 z>zu8GR=XcYT;KPGSbnzQ!AJY{EX%JOajok^mft7h+TY5d)$TN+kC*&2&}w&Wl&|~A zILkj9W>t_!`{91S)w;d{E&msYzQ1XHc0gcfFron$QJ__#r zp!HiFt#%hjT=VlzwA$SpalN0uV)=O=2|n6SzB1k<;#%*=jXxG~eUD8>tKIbx*L=GN zt#tJ}x$%G$uT6WB7LCE#c?wJ99aBX|(3~E5v;E@0(~}t&di_8;ITy+8>@k ztKBn1?`J*l63fr>XqeA=;d_mDhK zxc7tJ@5-X(^99lU#RnQMIWBOG`%>crBCdYOg_h6jM4vyJhi#1SBl`T*xJ*H-o?MTG z^`d$Bwed!9&zH{;J#|w1)o)S3S?e z-ADJdMriqOA^Q7x3VMw3gvUew=-gQWm(M+L?}yIl9BA>EqkNrfU5xJ_`tRXrK94tE z{fSVI-gnl+RnGvpkC&b|0iD?oL~mE;MH{r*&HH5NhqmZfEWa__eYD<>TYfjVf3HY{ z*G9{KT$HbMdMjG%;v-@_E<@02_b}1NQTx?ww0vq!2<@u=oyOmQd;gDsmqaW7izr{; z&7Luye`4^_{;(9Tb_+*b>+6K&H->vX+UL(1eIR0-D5=Gw>2)a(8{kfDdcM%{bcza;eLK; ze=Cbt{?kMsUp;SAwER~`T<6Y6%dasx^#36E0^{A_?xXWM0WJTTM4xXO#};VKheJdk z$8_`)mVbum-=Fp8zelT{4pV}U&iB2>C&0a3?VnB1%HK@%{@3~V09tE2Qct#)@3 zz0Tg~-p0=peI8bTZ!q3;YVf}e{u^BWBjE0@ez+Pf|7k@3y~Oh9K4|6tLi9TIJ#(D# z#OFdin*U$G<)Y>l|~lNpwO>GNS9*1G-_ zF8{7@uQLOE&U`k({a!j4-W;v`d@qE4(7O1*cvHChh#xmT8t#8@RPTw&Xw^A4%2%BO z(DMI|=;M-ve#Y_(ycqm7zW+0RJ>1WiWcVrbc@^&C-WPr)TK=C#KAPtf(CW{Nrv-nV zFYm%tXMMQ))JC5&{&d7Uz$>HWzlZ4ip6(A18L#wG@YnhKC0zb3;qI?>Q5Y?s!BM{E z=XGf1uORw8Ed$-&^8bwTwV%9c{Hm8jyD9K(#_x-`-q(tt<-aK68pp0^)$=vc@Bg|t z&NO~9%GWr4Z2YR}pDb9*BhTi^!hd5S{YwS^mbMMgU0_LdOs(@-!fiyR^WOc-)cNL z;>F z&vT7qN3`bEDWdx{Lr=H-(sKe=|LiuN0{8yZJjsKWf5#|a>-s9=&l7!Jq`;e?)eqZ< z-v9c({fOlkem%6Sb9}Akr$@Xo{H*c!;Qn)p?(l|aJ=gEVcs@)=tKA}VLqF)}ao@mI z|E+NE2c3i2(8_;?==H0A>YanE z@`p$HiRk8NwYxaV*F5iI{P&1!UC%^kKJUCxr@mi(YdjV1_hHqO4K4pPqSqr`!}t?K ze_oxx*Q4dXBH~()_ZdGOalN0uX}sy1!C(Eh*Z3O|?*YFWt@ghn`g+v8{aLiy&Hq-Y zCk4F>u5s@L_wnk4K56;S!~MB*j+-&)s;GVDN&4rf#1fu&Vp>Hw%am00h7>d@ooQb&Z z19Q=;|B40w_Ss{6INYCC=ip^%Oy?;U;6s^(P8(Vm#^Hz_ow=43|%O#C7hJ zMvG60xaw?(mjA|xt3O9t{;v@)4_{*WXNX>Z5%@QjpY&d+M?QNke*oO~ZLO~|Xw@_O zKlyEp{}^$tugPfDS$JXSANBtxgT~|<)0z?dRITZZM@dv(4U&OdyNl) zd%o67Nwn&mPxN**?j4O6UJ}l)-tZTVcZ2(PzgF;baMiOI?$4|5V7H>heK}#qpn1E^^83NP|5M-zXw~y7(c9I!Xk~osfA|En z>M6M_^t1NcHJ0BN?mim#+-T)bh`9Fc8_{Za71760=gR}eb9@~7NB;ATw}yMZ=J}s+ z`Ok*?K9-JdgqHs|kxw#uGFt2U0?~hONAu(pbYWtx<>B{Bb^iVem;VU3@8|MQK+FF# zqSupw?u(XBffb=2^xftI%O3*walaFO94`NN;qIezvm;tQe?>mxFQb)z)hEGU{k+w9 zFSyTt?YBkIs&g38zt`!WpN5wI(-AL??rHg75WP;#pW$e=TV-Y7UC>J{zc<|XAJtO? zt#(%uz2EfxJk5BH{{KdAqg7|-)*IG45m?1IauG2HuK-|dfC{vdelQyZ;%7Dim}Q|;06*&Xp@^bE@{ zw>I4WHUB@i{72wE&wIiPqUE!K==-7O;Xt(7JxKIAlhE@lKhL`Gy)hB~gXPzUd;RLS zqs9lrec#YNRv9h-DMbH!pxTE!7+*{Dc9lO8tva);5B}P37g~OGxaX_R-;Ixe`+Q4> zC!p2tOGIDSy4UqZ%YO^e$6e>_W5zGv5d1YiSHR`d7w*s77M%qxpLIl^x82dL(8@2o zG34vqTxh%<{7Bose-B*WfzKI#G0N9C-i+3~-A?r9RXtv9{EtQX&CxGdeyPvH{MUN?(Re$!-$PV?9<+Q$ z5WOFCf4dp2cK%27=hgT2KE{tl`I_hRjbHsm@X>hv1ebqTxSvxRm$GQ_sl@p2Wi&Uw zndtRsyha(n>dR11NBDB%z2Kgo0xyDA{m(=^34Ocq=|rFB1>p}H-xlSoe;!Ax&H`VB zcC~-5wfsSFZ?`x6BwXXW4DQc+JGwnu^%`%eD!AqwCY(D z@f36q<41`;UYb`k&}z5-=6|=l%kuldJzxD(87=?kqkQpJX!(2>anu zT=mz0`_GBA-<~p`K~cV*s{~s0Opdsos~uWC+aj*-A;XQIBG$5h=T6@V*BWo}ZCLNR zC+snP58V4r??Ls@YIhpZ`$xPBTJ7$Scp7>vTF;yHyYO74&|56OHr#!*PJcJvJL2lk z(rC5&V#Jl7Zv5MbYh65QJlpr7{#x*r#;=OF-meeBRsX|q-}l;~i=f4q5dB=%{J#^e zdJYkN9qBxJ)$&XH5Y}&P_z!UPLpQklH$&$_i%%x{JkfW9=4iFMmFV|OjpKusf6dmg z9=pLmwfwPg_sM{lL(69a(fe8VlOe{lYzth^wFItu8o<3y?QaJxe+1m;gVygA=!=Qp z5xpNeq5GoMKY6zYfA!CDxazq9?sbYEv;3J+zRu-pX!)!py1&-N6KK_0bVu;lI(iE( z|1NN^Q~j0|EuUFYzWSj#TKV5aT<=Fu8PB;h_$R?v!R2#Z#MN(yEq_$Rbskkl%YO^e z>uHT1fR@kEC|~=}CzfA&SC~IF;JYlp6WqVIYahsqmd|*i&l8b~%! zmOmrP*FMt*t#%I(y`Ob%K4CoP?%-b<{ykjvH;B0A`C+)8cVxu1j;=&2|4pLzXA-)P z@q-a>44-Pe{x2av9sa%XQE=}E?K73os{hA`_dwr?R=Xwlg!~lrCd=;`@mt}!(DE4{ zaotOAH~s<9$3^wuiX{$$ zWOP5Y`guFif6gMG7cD>UzTl($PmMQ=xW?r;TQs8~jYWEn?*M-j0S;mX~7JPKy_z5oma&RB_g6QmM@jgWFH_gKW#%B<{ z9<7UXNALSz!sXuq?)#+9soZG!j3IhGnx9S3%72CE@29$#4zm2CMDKr{n-eU*%AetT zuj<@o{7$(0Yuyz=%YRzLlhAF@+8=fk-Cz69IJD}_|5xx)zkLRmPeZt`3-$jA%byk z+bs%z(D+WG`=r1p8n1aItcyF~8{q1nbhzhhy_ZC*-SI^4H_gxMjjtm5d98cJy~fWF z{XJUw@1W&>-O-S*{dS+_4~KiZ8pld#_2)+sPeu1JemLUtpJV(2(fdK|?J!>PSn$_; z{td3@Y9DdUt3qh;Nko6%%yo)ZJ)4QXpJ*KoN2{G`$HV;B_u=K1-y81Fl>#q{me2Hv ztNt|OpF~{!KOQarq9;N<9nf!D{xxu4N6OENmj5F}Z&&xR^2V1D{XVJj8i>~O?u+s@ zuU@zO(?mZnG_N*W{*5QY^Xk66$MSo^r`vxQt|Gi9I

Ps{K5!JiH}Z?am|mzODUX zpyjV39<{&kp!>sA%fI+k=m*`$=39OXxX(kqznroBu5j;%;_z$GYWIbRtN-=qRp-u# zYoC7#C6YXk5;>1L|pgeiDwLxDOx@mXF@%C5Be1@pJ5T#{UHS{{vpx(NBeV6w0!cN4L;g$XIXyBh^rq?SpGv1 zPlne=%YQM^*M;sI{n7H@PW1g#<2%#xtDg(!i}s&&#?# zy%4y@{d?mb;NCwe@cd}`ycluqZ;jC!_Z>t(m$lD~MXR2(L|>0uUu%um&2r&i{`=ta zZwdGQFO4pTmd^u3?`M6Fz0UYEMDNc;cn{;7qkPSuhm2pI^};{>pgNbs)ov5G-yhV^ zSi2htUf0K=GAbLIO&*8>T5WSzZE|#EG|Bcx~zV?CL#$SSayB*;*(8~Wg%GW(@ z99sQ+(M2I&-x)r${5o*2Q{#Bh_%OKFqj^{st>;=4ah>ly(Q5Ys(bt{k;Y`bKmi^!L z|7QIDh-)9NiNb2r@kQ{!6^EuU#b zUl-aRI-`~U2hsbjEqbiwC+7gPTep;gZ~qOT*Zms`;CUqkddb?)44`NxUwqj6bayhWZ+zxM5)jXwo< zf8BrTq2>QJ(buEy$q%Ac&qkvA>pXql_zy&XUOmtIX!#`P4f(pCtTEmJ?)!Yu@A z)pLR9^GDww)>?k&{1^UtkM0To&GM(iy??Z?HbcvQ`+xX&naJ72_-1|ZI z^FNKxhP!`XcvZCgmlOTG(0)6~_`WD#{X7pX|LO&UkM^a_#xo+W`)YBt@?Vd58+1do z+TBO=b)<2bV!ZUl!C&XsX1IKYN4y(4FIqlJiQdoZx87*wpN{f1j&qFPSSa*Q<~eoW@iLc&{_GE*WxNaA?+%R zTS!8eK+FGGqMxVNqnn`Rvy15KSNr6{mY=^=@Ynrzqva2XxaRE%5=AKHv2HBsW^^P9rui+$(ebWZplGe?|0qw6Bgu%RhJ7Fc0gSLaQD%4Gmyp!<~SBB@3&nDwHM_l`SF0}k_CHiya zN7qKne=spM`u+cUmcNAP_hg+r9W4JBqSuoIf5mvVDxn^ozhA=DZe6&qQ=JQkEdLR> z*K<3(99sEr61`pRGlS5ob1Tt*4>K7()%bCu-+L3`pQ7cHbXD-tKJc^U_k#O+)c#)@ zE&rE@zV5WH)6nucP4ws0{_~jSUt2Z!XkP8H{7!K9(Y{>?E&n$nuKlekTK+#0-Cz60 zvzDJ&E%?ZPqvf}S`?+vEJU?3gONri}ItOnwp0|4N&w$T?>s+o0_d2!j9k={0QNGq) z0$O!WCwjl>ylZZJ9nr^E^KCp@^_(QSzxI=bmY-ZB)R_YR#qv8uT=$JKX!%SddjDuW zHbJYNr9>b1^5}8K8`TW?6X3Jq@)-s9dbFQcLyLbI<)@1$6z0C6S*9tz# z@O5zY=d}^nK7Z1DIz(Lap#oa%zD4x&Li=iCwA$T6^!cyxectj5)(+nd^mFzvEx#4q z`$zl#Y0G~p;?3bHXtleF==TKedyk>j?zt#m_ndc(Uy&62^_^|M@!k}ch`N_2nChi+*3ZzB45X?{+${Jix-zUqA6@>Ajdyqf37;p&G05!ZfF z9WDP^5m$a|7u68)Z20o~2=cN2X-*L)al`30^I`;YqnbIZR8?)9slQ^tqD zeLmEN*F>wH3Bb zOXp@qwCY(-^mg_Aq$gVale=Nyx1rxKel@)NN85XXvZz0g8h;4x&#U!Y7A^njkxzMa zf8)Osy`R(Io+k!!yrbsLB8Ke`RmUtpET3 diff --git a/.nx/cache/parsed-lock-file.json b/.nx/cache/parsed-lock-file.json index 1a7aed1842e..4046f797856 100644 --- a/.nx/cache/parsed-lock-file.json +++ b/.nx/cache/parsed-lock-file.json @@ -216,9 +216,9 @@ "hash": "sha512-ZxS6i3eHxh86u+1eWZJiYywoN2vxvsSoAUx60Mny8cZ4nTwvt7UzVVBJO+m2PW2KIJfNiXMt59xBa59htOWL4g==" } }, - "npm:@azure/core-tracing": { + "npm:@azure/core-tracing@1.0.0-preview.13": { "type": "npm", - "name": "npm:@azure/core-tracing", + "name": "npm:@azure/core-tracing@1.0.0-preview.13", "data": { "version": "1.0.0-preview.13", "packageName": "@azure/core-tracing", @@ -2574,27 +2574,27 @@ "hash": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==" } }, - "npm:@formatjs/ecma402-abstract": { + "npm:@formatjs/ecma402-abstract@1.18.2": { "type": "npm", - "name": "npm:@formatjs/ecma402-abstract", + "name": "npm:@formatjs/ecma402-abstract@1.18.2", "data": { "version": "1.18.2", "packageName": "@formatjs/ecma402-abstract", "hash": "sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==" } }, - "npm:@formatjs/fast-memoize@1.2.8": { + "npm:@formatjs/fast-memoize": { "type": "npm", - "name": "npm:@formatjs/fast-memoize@1.2.8", + "name": "npm:@formatjs/fast-memoize", "data": { "version": "1.2.8", "packageName": "@formatjs/fast-memoize", "hash": "sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==" } }, - "npm:@formatjs/fast-memoize": { + "npm:@formatjs/fast-memoize@2.2.0": { "type": "npm", - "name": "npm:@formatjs/fast-memoize", + "name": "npm:@formatjs/fast-memoize@2.2.0", "data": { "version": "2.2.0", "packageName": "@formatjs/fast-memoize", @@ -2610,18 +2610,18 @@ "hash": "sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==" } }, - "npm:@formatjs/icu-messageformat-parser": { + "npm:@formatjs/icu-messageformat-parser@2.7.6": { "type": "npm", - "name": "npm:@formatjs/icu-messageformat-parser", + "name": "npm:@formatjs/icu-messageformat-parser@2.7.6", "data": { "version": "2.7.6", "packageName": "@formatjs/icu-messageformat-parser", "hash": "sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==" } }, - "npm:@formatjs/icu-skeleton-parser": { + "npm:@formatjs/icu-skeleton-parser@1.3.18": { "type": "npm", - "name": "npm:@formatjs/icu-skeleton-parser", + "name": "npm:@formatjs/icu-skeleton-parser@1.3.18", "data": { "version": "1.3.18", "packageName": "@formatjs/icu-skeleton-parser", @@ -2637,45 +2637,45 @@ "hash": "sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==" } }, - "npm:@formatjs/intl-displaynames@6.2.6": { + "npm:@formatjs/intl-displaynames": { "type": "npm", - "name": "npm:@formatjs/intl-displaynames@6.2.6", + "name": "npm:@formatjs/intl-displaynames", "data": { "version": "6.2.6", "packageName": "@formatjs/intl-displaynames", "hash": "sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==" } }, - "npm:@formatjs/intl-displaynames": { + "npm:@formatjs/intl-displaynames@6.6.6": { "type": "npm", - "name": "npm:@formatjs/intl-displaynames", + "name": "npm:@formatjs/intl-displaynames@6.6.6", "data": { "version": "6.6.6", "packageName": "@formatjs/intl-displaynames", "hash": "sha512-Dg5URSjx0uzF8VZXtHb6KYZ6LFEEhCbAbKoYChYHEOnMFTw/ZU3jIo/NrujzQD2EfKPgQzIq73LOUvW6Z/LpFA==" } }, - "npm:@formatjs/intl-listformat@7.1.9": { + "npm:@formatjs/intl-listformat": { "type": "npm", - "name": "npm:@formatjs/intl-listformat@7.1.9", + "name": "npm:@formatjs/intl-listformat", "data": { "version": "7.1.9", "packageName": "@formatjs/intl-listformat", "hash": "sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==" } }, - "npm:@formatjs/intl-listformat": { + "npm:@formatjs/intl-listformat@7.5.5": { "type": "npm", - "name": "npm:@formatjs/intl-listformat", + "name": "npm:@formatjs/intl-listformat@7.5.5", "data": { "version": "7.5.5", "packageName": "@formatjs/intl-listformat", "hash": "sha512-XoI52qrU6aBGJC9KJddqnacuBbPlb/bXFN+lIFVFhQ1RnFHpzuFrlFdjD9am2O7ZSYsyqzYRpkVcXeT1GHkwDQ==" } }, - "npm:@formatjs/intl-localematcher": { + "npm:@formatjs/intl-localematcher@0.2.32": { "type": "npm", - "name": "npm:@formatjs/intl-localematcher", + "name": "npm:@formatjs/intl-localematcher@0.2.32", "data": { "version": "0.2.32", "packageName": "@formatjs/intl-localematcher", @@ -2691,18 +2691,18 @@ "hash": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==" } }, - "npm:@formatjs/intl": { + "npm:@formatjs/intl@2.10.1": { "type": "npm", - "name": "npm:@formatjs/intl", + "name": "npm:@formatjs/intl@2.10.1", "data": { "version": "2.10.1", "packageName": "@formatjs/intl", "hash": "sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==" } }, - "npm:@formatjs/intl@2.6.7": { + "npm:@formatjs/intl": { "type": "npm", - "name": "npm:@formatjs/intl@2.6.7", + "name": "npm:@formatjs/intl", "data": { "version": "2.6.7", "packageName": "@formatjs/intl", @@ -3078,18 +3078,18 @@ "hash": "sha512-fMBsAEB7pWtPn43y72q9Xy5E5y55r6gMuDQqRRccccVoQDPXyS57VCj5IdATblctru0C6A8XpL2vRyNmEsu0Vg==" } }, - "npm:@microsoft/applicationinsights-common": { + "npm:@microsoft/applicationinsights-common@2.8.18": { "type": "npm", - "name": "npm:@microsoft/applicationinsights-common", + "name": "npm:@microsoft/applicationinsights-common@2.8.18", "data": { "version": "2.8.18", "packageName": "@microsoft/applicationinsights-common", "hash": "sha512-/PBRmRL6rFCoO3vWpIEHuFnu+TinEYRKWOj+I+XVUH5myZpv+nYvaRdwryVTkmCYxLyL9kxtNn7hQx8DBlhdSw==" } }, - "npm:@microsoft/applicationinsights-common@2.8.9": { + "npm:@microsoft/applicationinsights-common": { "type": "npm", - "name": "npm:@microsoft/applicationinsights-common@2.8.9", + "name": "npm:@microsoft/applicationinsights-common", "data": { "version": "2.8.9", "packageName": "@microsoft/applicationinsights-common", @@ -3249,18 +3249,18 @@ "hash": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==" } }, - "npm:@nodelib/fs.scandir@2.1.5": { + "npm:@nodelib/fs.scandir": { "type": "npm", - "name": "npm:@nodelib/fs.scandir@2.1.5", + "name": "npm:@nodelib/fs.scandir", "data": { "version": "2.1.5", "packageName": "@nodelib/fs.scandir", "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" } }, - "npm:@nodelib/fs.scandir": { + "npm:@nodelib/fs.scandir@3.0.0": { "type": "npm", - "name": "npm:@nodelib/fs.scandir", + "name": "npm:@nodelib/fs.scandir@3.0.0", "data": { "version": "3.0.0", "packageName": "@nodelib/fs.scandir", @@ -3285,18 +3285,18 @@ "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" } }, - "npm:@nodelib/fs.walk@1.2.8": { + "npm:@nodelib/fs.walk": { "type": "npm", - "name": "npm:@nodelib/fs.walk@1.2.8", + "name": "npm:@nodelib/fs.walk", "data": { "version": "1.2.8", "packageName": "@nodelib/fs.walk", "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" } }, - "npm:@nodelib/fs.walk": { + "npm:@nodelib/fs.walk@2.0.0": { "type": "npm", - "name": "npm:@nodelib/fs.walk", + "name": "npm:@nodelib/fs.walk@2.0.0", "data": { "version": "2.0.0", "packageName": "@nodelib/fs.walk", @@ -3753,9 +3753,9 @@ "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" } }, - "npm:@rollup/pluginutils": { + "npm:@rollup/pluginutils@5.1.0": { "type": "npm", - "name": "npm:@rollup/pluginutils", + "name": "npm:@rollup/pluginutils@5.1.0", "data": { "version": "5.1.0", "packageName": "@rollup/pluginutils", @@ -4887,18 +4887,18 @@ "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" } }, - "npm:aria-query@5.1.3": { + "npm:aria-query": { "type": "npm", - "name": "npm:aria-query@5.1.3", + "name": "npm:aria-query", "data": { "version": "5.1.3", "packageName": "aria-query", "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" } }, - "npm:aria-query": { + "npm:aria-query@5.3.0": { "type": "npm", - "name": "npm:aria-query", + "name": "npm:aria-query@5.3.0", "data": { "version": "5.3.0", "packageName": "aria-query", @@ -5130,18 +5130,18 @@ "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" } }, - "npm:brace-expansion@1.1.11": { + "npm:brace-expansion": { "type": "npm", - "name": "npm:brace-expansion@1.1.11", + "name": "npm:brace-expansion", "data": { "version": "1.1.11", "packageName": "brace-expansion", "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" } }, - "npm:brace-expansion": { + "npm:brace-expansion@2.0.1": { "type": "npm", - "name": "npm:brace-expansion", + "name": "npm:brace-expansion@2.0.1", "data": { "version": "2.0.1", "packageName": "brace-expansion", @@ -5310,9 +5310,9 @@ "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, - "npm:chalk": { + "npm:chalk@5.3.0": { "type": "npm", - "name": "npm:chalk", + "name": "npm:chalk@5.3.0", "data": { "version": "5.3.0", "packageName": "chalk", @@ -5526,18 +5526,18 @@ "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" } }, - "npm:commander": { + "npm:commander@12.0.0": { "type": "npm", - "name": "npm:commander", + "name": "npm:commander@12.0.0", "data": { "version": "12.0.0", "packageName": "commander", "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" } }, - "npm:commander@2.20.3": { + "npm:commander": { "type": "npm", - "name": "npm:commander@2.20.3", + "name": "npm:commander", "data": { "version": "2.20.3", "packageName": "commander", @@ -6075,9 +6075,9 @@ "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" } }, - "npm:dom-accessibility-api": { + "npm:dom-accessibility-api@0.6.3": { "type": "npm", - "name": "npm:dom-accessibility-api", + "name": "npm:dom-accessibility-api@0.6.3", "data": { "version": "0.6.3", "packageName": "dom-accessibility-api", @@ -6264,18 +6264,18 @@ "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" } }, - "npm:entities@2.2.0": { + "npm:entities": { "type": "npm", - "name": "npm:entities@2.2.0", + "name": "npm:entities", "data": { "version": "2.2.0", "packageName": "entities", "hash": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" } }, - "npm:entities": { + "npm:entities@4.5.0": { "type": "npm", - "name": "npm:entities", + "name": "npm:entities@4.5.0", "data": { "version": "4.5.0", "packageName": "entities", @@ -6381,18 +6381,18 @@ "hash": "sha512-B0yxafj1D1ZTNEHkFoQxz4iboZSfaZHhaNhIug7GcUCL4ZUrVSJZTmWUAkPOFaYDfi3RNT9XM082TuGE6jpmiQ==" } }, - "npm:escape-string-regexp@1.0.5": { + "npm:escape-string-regexp": { "type": "npm", - "name": "npm:escape-string-regexp@1.0.5", + "name": "npm:escape-string-regexp", "data": { "version": "1.0.5", "packageName": "escape-string-regexp", "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, - "npm:escape-string-regexp": { + "npm:escape-string-regexp@2.0.0": { "type": "npm", - "name": "npm:escape-string-regexp", + "name": "npm:escape-string-regexp@2.0.0", "data": { "version": "2.0.0", "packageName": "escape-string-regexp", @@ -6471,18 +6471,18 @@ "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" } }, - "npm:execa@5.1.1": { + "npm:execa": { "type": "npm", - "name": "npm:execa@5.1.1", + "name": "npm:execa", "data": { "version": "5.1.1", "packageName": "execa", "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" } }, - "npm:execa": { + "npm:execa@8.0.1": { "type": "npm", - "name": "npm:execa", + "name": "npm:execa@8.0.1", "data": { "version": "8.0.1", "packageName": "execa", @@ -6759,9 +6759,9 @@ "hash": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" } }, - "npm:form-data": { + "npm:form-data@4.0.0": { "type": "npm", - "name": "npm:form-data", + "name": "npm:form-data@4.0.0", "data": { "version": "4.0.0", "packageName": "form-data", @@ -6975,9 +6975,9 @@ "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" } }, - "npm:glob": { + "npm:glob@8.1.0": { "type": "npm", - "name": "npm:glob", + "name": "npm:glob@8.1.0", "data": { "version": "8.1.0", "packageName": "glob", @@ -7209,9 +7209,9 @@ "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" } }, - "npm:hosted-git-info": { + "npm:hosted-git-info@7.0.1": { "type": "npm", - "name": "npm:hosted-git-info", + "name": "npm:hosted-git-info@7.0.1", "data": { "version": "7.0.1", "packageName": "hosted-git-info", @@ -7461,18 +7461,18 @@ "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" } }, - "npm:intl-messageformat@10.3.1": { + "npm:intl-messageformat": { "type": "npm", - "name": "npm:intl-messageformat@10.3.1", + "name": "npm:intl-messageformat", "data": { "version": "10.3.1", "packageName": "intl-messageformat", "hash": "sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==" } }, - "npm:intl-messageformat": { + "npm:intl-messageformat@10.5.11": { "type": "npm", - "name": "npm:intl-messageformat", + "name": "npm:intl-messageformat@10.5.11", "data": { "version": "10.5.11", "packageName": "intl-messageformat", @@ -7713,18 +7713,18 @@ "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" } }, - "npm:is-number": { + "npm:is-number@4.0.0": { "type": "npm", - "name": "npm:is-number", + "name": "npm:is-number@4.0.0", "data": { "version": "4.0.0", "packageName": "is-number", "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" } }, - "npm:is-number@7.0.0": { + "npm:is-number": { "type": "npm", - "name": "npm:is-number@7.0.0", + "name": "npm:is-number", "data": { "version": "7.0.0", "packageName": "is-number", @@ -7938,18 +7938,18 @@ "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" } }, - "npm:isarray@1.0.0": { + "npm:isarray": { "type": "npm", - "name": "npm:isarray@1.0.0", + "name": "npm:isarray", "data": { "version": "1.0.0", "packageName": "isarray", "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" } }, - "npm:isarray": { + "npm:isarray@2.0.5": { "type": "npm", - "name": "npm:isarray", + "name": "npm:isarray@2.0.5", "data": { "version": "2.0.5", "packageName": "isarray", @@ -8136,18 +8136,18 @@ "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" } }, - "npm:json-parse-even-better-errors@2.3.1": { + "npm:json-parse-even-better-errors": { "type": "npm", - "name": "npm:json-parse-even-better-errors@2.3.1", + "name": "npm:json-parse-even-better-errors", "data": { "version": "2.3.1", "packageName": "json-parse-even-better-errors", "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" } }, - "npm:json-parse-even-better-errors": { + "npm:json-parse-even-better-errors@3.0.1": { "type": "npm", - "name": "npm:json-parse-even-better-errors", + "name": "npm:json-parse-even-better-errors@3.0.1", "data": { "version": "3.0.1", "packageName": "json-parse-even-better-errors", @@ -8190,9 +8190,9 @@ "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, - "npm:jsonc-parser": { + "npm:jsonc-parser@3.2.0": { "type": "npm", - "name": "npm:jsonc-parser", + "name": "npm:jsonc-parser@3.2.0", "data": { "version": "3.2.0", "packageName": "jsonc-parser", @@ -8316,9 +8316,9 @@ "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" } }, - "npm:lilconfig": { + "npm:lilconfig@3.0.0": { "type": "npm", - "name": "npm:lilconfig", + "name": "npm:lilconfig@3.0.0", "data": { "version": "3.0.0", "packageName": "lilconfig", @@ -8343,9 +8343,9 @@ "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" } }, - "npm:lines-and-columns": { + "npm:lines-and-columns@2.0.4": { "type": "npm", - "name": "npm:lines-and-columns", + "name": "npm:lines-and-columns@2.0.4", "data": { "version": "2.0.4", "packageName": "lines-and-columns", @@ -8550,18 +8550,18 @@ "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" } }, - "npm:lru-cache": { + "npm:lru-cache@5.1.1": { "type": "npm", - "name": "npm:lru-cache", + "name": "npm:lru-cache@5.1.1", "data": { "version": "5.1.1", "packageName": "lru-cache", "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, - "npm:lru-cache@6.0.0": { + "npm:lru-cache": { "type": "npm", - "name": "npm:lru-cache@6.0.0", + "name": "npm:lru-cache", "data": { "version": "6.0.0", "packageName": "lru-cache", @@ -8595,9 +8595,9 @@ "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" } }, - "npm:magic-string": { + "npm:magic-string@0.30.8": { "type": "npm", - "name": "npm:magic-string", + "name": "npm:magic-string@0.30.8", "data": { "version": "0.30.8", "packageName": "magic-string", @@ -8982,9 +8982,9 @@ "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" } }, - "npm:mimic-fn@2.1.0": { + "npm:mimic-fn": { "type": "npm", - "name": "npm:mimic-fn@2.1.0", + "name": "npm:mimic-fn", "data": { "version": "2.1.0", "packageName": "mimic-fn", @@ -9000,9 +9000,9 @@ "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" } }, - "npm:mimic-fn": { + "npm:mimic-fn@4.0.0": { "type": "npm", - "name": "npm:mimic-fn", + "name": "npm:mimic-fn@4.0.0", "data": { "version": "4.0.0", "packageName": "mimic-fn", @@ -9036,9 +9036,9 @@ "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" } }, - "npm:minimatch": { + "npm:minimatch@9.0.3": { "type": "npm", - "name": "npm:minimatch", + "name": "npm:minimatch@9.0.3", "data": { "version": "9.0.3", "packageName": "minimatch", @@ -9153,9 +9153,9 @@ "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" } }, - "npm:nanoid": { + "npm:nanoid@5.0.6": { "type": "npm", - "name": "npm:nanoid", + "name": "npm:nanoid@5.0.6", "data": { "version": "5.0.6", "packageName": "nanoid", @@ -9189,9 +9189,9 @@ "hash": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==" } }, - "npm:node-fetch": { + "npm:node-fetch@2.7.0": { "type": "npm", - "name": "npm:node-fetch", + "name": "npm:node-fetch@2.7.0", "data": { "version": "2.7.0", "packageName": "node-fetch", @@ -9504,9 +9504,9 @@ "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" } }, - "npm:p-limit": { + "npm:p-limit@5.0.0": { "type": "npm", - "name": "npm:p-limit", + "name": "npm:p-limit@5.0.0", "data": { "version": "5.0.0", "packageName": "p-limit", @@ -9702,9 +9702,9 @@ "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" } }, - "npm:path-type": { + "npm:path-type@5.0.0": { "type": "npm", - "name": "npm:path-type", + "name": "npm:path-type@5.0.0", "data": { "version": "5.0.0", "packageName": "path-type", @@ -9756,18 +9756,18 @@ "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" } }, - "npm:picomatch@2.3.1": { + "npm:picomatch": { "type": "npm", - "name": "npm:picomatch@2.3.1", + "name": "npm:picomatch", "data": { "version": "2.3.1", "packageName": "picomatch", "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" } }, - "npm:picomatch": { + "npm:picomatch@4.0.1": { "type": "npm", - "name": "npm:picomatch", + "name": "npm:picomatch@4.0.1", "data": { "version": "4.0.1", "packageName": "picomatch", @@ -10179,18 +10179,18 @@ "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" } }, - "npm:react-is@17.0.2": { + "npm:react-is": { "type": "npm", - "name": "npm:react-is@17.0.2", + "name": "npm:react-is", "data": { "version": "17.0.2", "packageName": "react-is", "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" } }, - "npm:react-is": { + "npm:react-is@18.2.0": { "type": "npm", - "name": "npm:react-is", + "name": "npm:react-is@18.2.0", "data": { "version": "18.2.0", "packageName": "react-is", @@ -10251,6 +10251,15 @@ "hash": "sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==" } }, + "npm:react@17.0.2": { + "type": "npm", + "name": "npm:react@17.0.2", + "data": { + "version": "17.0.2", + "packageName": "react", + "hash": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==" + } + }, "npm:react": { "type": "npm", "name": "npm:react", @@ -10287,9 +10296,9 @@ "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" } }, - "npm:readable-stream": { + "npm:readable-stream@3.6.2": { "type": "npm", - "name": "npm:readable-stream", + "name": "npm:readable-stream@3.6.2", "data": { "version": "3.6.2", "packageName": "readable-stream", @@ -10521,9 +10530,9 @@ "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" } }, - "npm:resolve": { + "npm:resolve@1.22.8": { "type": "npm", - "name": "npm:resolve", + "name": "npm:resolve@1.22.8", "data": { "version": "1.22.8", "packageName": "resolve", @@ -10692,18 +10701,18 @@ "hash": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==" } }, - "npm:safe-buffer@5.1.2": { + "npm:safe-buffer": { "type": "npm", - "name": "npm:safe-buffer@5.1.2", + "name": "npm:safe-buffer", "data": { "version": "5.1.2", "packageName": "safe-buffer", "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" } }, - "npm:safe-buffer": { + "npm:safe-buffer@5.2.1": { "type": "npm", - "name": "npm:safe-buffer", + "name": "npm:safe-buffer@5.2.1", "data": { "version": "5.2.1", "packageName": "safe-buffer", @@ -10737,18 +10746,18 @@ "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" } }, - "npm:scheduler": { + "npm:scheduler@0.20.2": { "type": "npm", - "name": "npm:scheduler", + "name": "npm:scheduler@0.20.2", "data": { "version": "0.20.2", "packageName": "scheduler", "hash": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==" } }, - "npm:scheduler@0.23.0": { + "npm:scheduler": { "type": "npm", - "name": "npm:scheduler@0.23.0", + "name": "npm:scheduler", "data": { "version": "0.23.0", "packageName": "scheduler", @@ -10773,9 +10782,9 @@ "hash": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==" } }, - "npm:semver": { + "npm:semver@6.3.1": { "type": "npm", - "name": "npm:semver", + "name": "npm:semver@6.3.1", "data": { "version": "6.3.1", "packageName": "semver", @@ -11169,18 +11178,18 @@ "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" } }, - "npm:split2": { + "npm:split2@1.0.0": { "type": "npm", - "name": "npm:split2", + "name": "npm:split2@1.0.0", "data": { "version": "1.0.0", "packageName": "split2", "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" } }, - "npm:split2@3.2.2": { + "npm:split2": { "type": "npm", - "name": "npm:split2@3.2.2", + "name": "npm:split2", "data": { "version": "3.2.2", "packageName": "split2", @@ -11412,18 +11421,18 @@ "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" } }, - "npm:strip-bom": { + "npm:strip-bom@3.0.0": { "type": "npm", - "name": "npm:strip-bom", + "name": "npm:strip-bom@3.0.0", "data": { "version": "3.0.0", "packageName": "strip-bom", "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" } }, - "npm:strip-bom@4.0.0": { + "npm:strip-bom": { "type": "npm", - "name": "npm:strip-bom@4.0.0", + "name": "npm:strip-bom", "data": { "version": "4.0.0", "packageName": "strip-bom", @@ -11466,18 +11475,18 @@ "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" } }, - "npm:strip-json-comments@3.1.1": { + "npm:strip-json-comments": { "type": "npm", - "name": "npm:strip-json-comments@3.1.1", + "name": "npm:strip-json-comments", "data": { "version": "3.1.1", "packageName": "strip-json-comments", "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" } }, - "npm:strip-json-comments": { + "npm:strip-json-comments@5.0.1": { "type": "npm", - "name": "npm:strip-json-comments", + "name": "npm:strip-json-comments@5.0.1", "data": { "version": "5.0.1", "packageName": "strip-json-comments", @@ -11655,36 +11664,36 @@ "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" } }, - "npm:throttle-debounce": { + "npm:throttle-debounce@2.3.0": { "type": "npm", - "name": "npm:throttle-debounce", + "name": "npm:throttle-debounce@2.3.0", "data": { "version": "2.3.0", "packageName": "throttle-debounce", "hash": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==" } }, - "npm:throttle-debounce@3.0.1": { + "npm:throttle-debounce": { "type": "npm", - "name": "npm:throttle-debounce@3.0.1", + "name": "npm:throttle-debounce", "data": { "version": "3.0.1", "packageName": "throttle-debounce", "hash": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==" } }, - "npm:through2": { + "npm:through2@2.0.5": { "type": "npm", - "name": "npm:through2", + "name": "npm:through2@2.0.5", "data": { "version": "2.0.5", "packageName": "through2", "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" } }, - "npm:through2@4.0.2": { + "npm:through2": { "type": "npm", - "name": "npm:through2@4.0.2", + "name": "npm:through2", "data": { "version": "4.0.2", "packageName": "through2", @@ -11961,9 +11970,9 @@ "hash": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==" } }, - "npm:tr46": { + "npm:tr46@5.0.0": { "type": "npm", - "name": "npm:tr46", + "name": "npm:tr46@5.0.0", "data": { "version": "5.0.0", "packageName": "tr46", @@ -12294,9 +12303,9 @@ "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" } }, - "npm:universalify": { + "npm:universalify@2.0.1": { "type": "npm", - "name": "npm:universalify", + "name": "npm:universalify@2.0.1", "data": { "version": "2.0.1", "packageName": "universalify", @@ -12645,9 +12654,9 @@ "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" } }, - "npm:whatwg-url": { + "npm:whatwg-url@14.0.0": { "type": "npm", - "name": "npm:whatwg-url", + "name": "npm:whatwg-url@14.0.0", "data": { "version": "14.0.0", "packageName": "whatwg-url", @@ -12717,18 +12726,18 @@ "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" } }, - "npm:which@2.0.2": { + "npm:which": { "type": "npm", - "name": "npm:which@2.0.2", + "name": "npm:which", "data": { "version": "2.0.2", "packageName": "which", "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" } }, - "npm:which": { + "npm:which@4.0.0": { "type": "npm", - "name": "npm:which", + "name": "npm:which@4.0.0", "data": { "version": "4.0.0", "packageName": "which", @@ -12870,18 +12879,18 @@ "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" } }, - "npm:yallist": { + "npm:yallist@3.1.1": { "type": "npm", - "name": "npm:yallist", + "name": "npm:yallist@3.1.1", "data": { "version": "3.1.1", "packageName": "yallist", "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" } }, - "npm:yallist@4.0.0": { + "npm:yallist": { "type": "npm", - "name": "npm:yallist@4.0.0", + "name": "npm:yallist", "data": { "version": "4.0.0", "packageName": "yallist", @@ -13459,7 +13468,7 @@ }, { "source": "npm:@azure/core-http", - "target": "npm:@azure/core-tracing", + "target": "npm:@azure/core-tracing@1.0.0-preview.13", "type": "static" }, { @@ -13484,12 +13493,12 @@ }, { "source": "npm:@azure/core-http", - "target": "npm:form-data", + "target": "npm:form-data@4.0.0", "type": "static" }, { "source": "npm:@azure/core-http", - "target": "npm:node-fetch", + "target": "npm:node-fetch@2.7.0", "type": "static" }, { @@ -13583,12 +13592,12 @@ "type": "static" }, { - "source": "npm:@azure/core-tracing", + "source": "npm:@azure/core-tracing@1.0.0-preview.13", "target": "npm:@opentelemetry/api", "type": "static" }, { - "source": "npm:@azure/core-tracing", + "source": "npm:@azure/core-tracing@1.0.0-preview.13", "target": "npm:tslib@2.6.2", "type": "static" }, @@ -13644,7 +13653,7 @@ }, { "source": "npm:@azure/ms-rest-js", - "target": "npm:node-fetch", + "target": "npm:node-fetch@2.7.0", "type": "static" }, { @@ -13689,7 +13698,7 @@ }, { "source": "npm:@azure/storage-blob", - "target": "npm:@azure/core-tracing", + "target": "npm:@azure/core-tracing@1.0.0-preview.13", "type": "static" }, { @@ -13789,7 +13798,7 @@ }, { "source": "npm:@babel/core", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" }, { @@ -13839,12 +13848,12 @@ }, { "source": "npm:@babel/helper-compilation-targets", - "target": "npm:lru-cache", + "target": "npm:lru-cache@5.1.1", "type": "static" }, { "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" }, { @@ -13894,7 +13903,7 @@ }, { "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" }, { @@ -13914,7 +13923,7 @@ }, { "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" }, { @@ -13944,7 +13953,7 @@ }, { "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { @@ -15599,7 +15608,7 @@ }, { "source": "npm:@babel/preset-env", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" }, { @@ -15922,6 +15931,21 @@ "target": "npm:tslib@2.6.2", "type": "static" }, + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:tslib@2.6.2", + "type": "static" + }, { "source": "npm:@fluentui/date-time-utilities", "target": "npm:@fluentui/set-version", @@ -15977,6 +16001,61 @@ "target": "npm:tslib@2.6.2", "type": "static" }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:tslib@2.6.2", + "type": "static" + }, { "source": "npm:@fluentui/foundation-legacy", "target": "npm:@fluentui/merge-styles", @@ -16099,7 +16178,7 @@ }, { "source": "npm:@fluentui/react-accordion", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -16108,5967 +16187,10242 @@ "type": "static" }, { - "source": "npm:@fluentui/react-alert", - "target": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-alert", - "target": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-accordion", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-avatar", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-button", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-alert", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:react", + "source": "npm:@fluentui/react-alert", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-aria", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-alert", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-alert", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-context-selector", + "source": "npm:@fluentui/react-alert", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-alert", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-avatar", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-popover", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-button", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", - "target": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-alert", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-alert", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-alert", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-alert", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-alert", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-alert", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-alert", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-badge", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-aria", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-aria", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-badge", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-aria", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-badge", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-aria", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-aria", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-aria", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-aria", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-aria", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-aria", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", - "target": "npm:@fluentui/react-aria", + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-badge", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", - "target": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", - "target": "npm:@fluentui/react-link", + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-popover", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-tooltip", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", - "target": "npm:react", + "source": "npm:@fluentui/react-avatar", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-avatar", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-button", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-badge", "type": "static" }, { - "source": "npm:@fluentui/react-button", - "target": "npm:@fluentui/react-aria", + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-tooltip", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-avatar", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-card", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-badge", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-card", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-badge", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-badge", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-badge", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-badge", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-badge", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-badge", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-card", - "target": "npm:react", + "source": "npm:@fluentui/react-badge", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-badge", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", - "target": "npm:@fluentui/react-jsx-runtime", - "type": "static" - }, - { - "source": "npm:@fluentui/react-checkbox", - "target": "npm:@fluentui/react-label", - "type": "static" - }, - { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", - "target": "npm:@fluentui/react-tabster", - "type": "static" - }, - { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-badge", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", - "target": "npm:@fluentui/keyboard-keys", - "type": "static" - }, - { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", - "target": "npm:@fluentui/react-context-selector", - "type": "static" - }, - { - "source": "npm:@fluentui/react-combobox", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-button", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", - "target": "npm:@fluentui/react-portal", - "type": "static" - }, - { - "source": "npm:@fluentui/react-combobox", - "target": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-link", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", - "target": "npm:react", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-accordion", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-alert", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-button", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-breadcrumb", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-link", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-card", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-combobox", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-image", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-infobutton", + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-infolabel", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-input", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-label", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-link", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-menu", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-message-bar", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-popover", + "source": "npm:@fluentui/react-button", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-button", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-button", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-button", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-provider", + "source": "npm:@fluentui/react-button", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-radio", + "source": "npm:@fluentui/react-button", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-select", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-spinbutton", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-button", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-button", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-tags", + "source": "npm:@fluentui/react-button", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-button", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-button", + "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-button", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-components", + "source": "npm:@fluentui/react-card", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:@fluentui/react-virtualizer", - "type": "static" - }, - { - "source": "npm:@fluentui/react-components", + "source": "npm:@fluentui/react-card", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-components", + "source": "npm:@fluentui/react-card", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-components", + "source": "npm:@fluentui/react-card", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-components", + "source": "npm:@fluentui/react-card", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:react", + "source": "npm:@fluentui/react-card", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-components", + "source": "npm:@fluentui/react-card", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-components", - "target": "npm:scheduler", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-context-selector", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-context-selector", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-context-selector", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-context-selector", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-context-selector", - "target": "npm:react", + "source": "npm:@fluentui/react-card", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-context-selector", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-card", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-context-selector", - "target": "npm:scheduler", + "source": "npm:@fluentui/react-card", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-card", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", - "target": "npm:@fluentui/react-aria", + "source": "npm:@fluentui/react-card", + "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", - "target": "npm:@fluentui/react-context-selector", + "source": "npm:@fluentui/react-card", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", - "target": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", - "target": "npm:react", + "source": "npm:@fluentui/react-checkbox", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-checkbox", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-dialog", - "target": "npm:react-transition-group", + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-checkbox", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", - "target": "npm:@fluentui/react-dialog", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", - "target": "npm:@fluentui/react-motion-preview", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", - "target": "npm:react", + "source": "npm:@fluentui/react-combobox", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-drawer", + "source": "npm:@fluentui/react-combobox", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@fluentui/react-context-selector", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@fluentui/react-label", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-positioning", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:react", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-field", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-focus", - "target": "npm:@fluentui/keyboard-key", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-focus", - "target": "npm:@fluentui/merge-styles", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-focus", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-focus", - "target": "npm:@fluentui/style-utilities", + "source": "npm:@fluentui/react-combobox", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-focus", - "target": "npm:@fluentui/utilities@8.15.0", + "source": "npm:@fluentui/react-combobox", + "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-focus", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-combobox", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-focus", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-accordion", "type": "static" }, { - "source": "npm:@fluentui/react-focus", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-alert", "type": "static" }, { - "source": "npm:@fluentui/react-hooks", - "target": "npm:@fluentui/react-window-provider", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-avatar", "type": "static" }, { - "source": "npm:@fluentui/react-hooks", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-badge", "type": "static" }, { - "source": "npm:@fluentui/react-hooks", - "target": "npm:@fluentui/utilities", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-breadcrumb", "type": "static" }, { - "source": "npm:@fluentui/react-hooks", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-button", "type": "static" }, { - "source": "npm:@fluentui/react-hooks", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-card", "type": "static" }, { - "source": "npm:@fluentui/react-hooks", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-checkbox", "type": "static" }, { - "source": "npm:@fluentui/react-hooks@8.7.0", - "target": "npm:@fluentui/react-window-provider", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-combobox", "type": "static" }, { - "source": "npm:@fluentui/react-hooks@8.7.0", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-dialog", "type": "static" }, { - "source": "npm:@fluentui/react-hooks@8.7.0", - "target": "npm:@fluentui/utilities@8.15.0", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-divider", "type": "static" }, { - "source": "npm:@fluentui/react-hooks@8.7.0", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-drawer", "type": "static" }, { - "source": "npm:@fluentui/react-hooks@8.7.0", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@fluentui/react-hooks@8.7.0", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-image", "type": "static" }, { - "source": "npm:@fluentui/react-icons", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-infobutton", "type": "static" }, { - "source": "npm:@fluentui/react-icons", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-infolabel", "type": "static" }, { - "source": "npm:@fluentui/react-icons", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-input", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-link", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-menu", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-message-bar", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-overflow", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-persona", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-popover", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-positioning", "type": "static" }, { - "source": "npm:@fluentui/react-image", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-progress", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-provider", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-radio", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@fluentui/react-label", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-select", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@fluentui/react-popover", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-skeleton", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-slider", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-spinbutton", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-spinner", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-switch", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-table", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tabs", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-infobutton", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tags", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-text", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-textarea", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", - "target": "npm:@fluentui/react-label", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", - "target": "npm:@fluentui/react-popover", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-toast", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-toolbar", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tooltip", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tree", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-virtualizer", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", + "source": "npm:@fluentui/react-components", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", + "source": "npm:@fluentui/react-components", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", + "source": "npm:@fluentui/react-components", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-infolabel", + "source": "npm:@fluentui/react-components", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-components", + "target": "npm:scheduler@0.20.2", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-accordion", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-alert", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-avatar", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-badge", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-breadcrumb", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-button", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-card", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-checkbox", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-combobox", "type": "static" }, { - "source": "npm:@fluentui/react-input", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-dialog", "type": "static" }, { - "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-divider", "type": "static" }, { - "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-drawer", "type": "static" }, { - "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-image", "type": "static" }, { - "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:react-is@17.0.2", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-infobutton", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-infolabel", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-input", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-link", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-menu", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-message-bar", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-overflow", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-persona", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-popover", "type": "static" }, { - "source": "npm:@fluentui/react-label", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-positioning", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-progress", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-provider", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-radio", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-select", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-skeleton", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-slider", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-spinbutton", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-spinner", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:react", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-switch", "type": "static" }, { - "source": "npm:@fluentui/react-link", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-table", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tabs", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-aria", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-context-selector", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tags", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-text", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-textarea", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-toast", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-toolbar", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tooltip", "type": "static" }, { - "source": "npm:@fluentui/react-menu", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tree", "type": "static" }, { - "source": "npm:@fluentui/react-menu", + "source": "npm:@fluentui/react-components", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-menu", + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-virtualizer", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-menu", + "source": "npm:@fluentui/react-components", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-menu", + "source": "npm:@fluentui/react-components", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-menu", + "source": "npm:@fluentui/react-components", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-menu", + "source": "npm:@fluentui/react-components", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-menu", + "source": "npm:@fluentui/react-components", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", - "target": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-components", + "target": "npm:scheduler@0.20.2", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-context-selector", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-context-selector", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", + "source": "npm:@fluentui/react-context-selector", + "target": "npm:scheduler@0.20.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", + "source": "npm:@fluentui/react-context-selector", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", + "source": "npm:@fluentui/react-context-selector", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", + "source": "npm:@fluentui/react-context-selector", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", + "source": "npm:@fluentui/react-context-selector", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-message-bar", - "target": "npm:react-transition-group", - "type": "static" - }, - { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@ctrl/tinycolor", + "source": "npm:@fluentui/react-context-selector", + "target": "npm:scheduler@0.20.2", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@fluentui/fluent2-theme", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@fluentui/react", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@fluentui/react-components", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", + "source": "npm:@fluentui/react-dialog", "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@swc/helpers@0.4.36", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:react", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-migration-v8-v9", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-dialog", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-dialog", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-dialog", + "target": "npm:react-transition-group", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:react", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-motion-preview", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", - "target": "npm:@fluentui/priority-overflow", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", - "target": "npm:@fluentui/react-context-selector", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-dialog", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-dialog", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-dialog", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-dialog", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-dialog", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-dialog", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-overflow", + "source": "npm:@fluentui/react-dialog", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-persona", - "target": "npm:@fluentui/react-avatar", - "type": "static" - }, - { - "source": "npm:@fluentui/react-persona", - "target": "npm:@fluentui/react-badge", + "source": "npm:@fluentui/react-dialog", + "target": "npm:react-transition-group", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-persona", - "target": "npm:react", + "source": "npm:@fluentui/react-divider", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-persona", + "source": "npm:@fluentui/react-divider", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-aria", + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-context-selector", + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-divider", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-divider", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-divider", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-divider", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-divider", + "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-divider", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-dialog", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-motion-preview", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:react", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-popover", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat-context", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat-context", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat-context", - "target": "npm:react", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat", - "target": "npm:@fluentui/react-components", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat", - "target": "npm:@fluentui/react-portal-compat-context", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-drawer", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat", - "target": "npm:@swc/helpers@0.4.36", + "source": "npm:@fluentui/react-drawer", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-dialog", "type": "static" }, { - "source": "npm:@fluentui/react-portal-compat", - "target": "npm:react", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-motion-preview", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-portal", + "source": "npm:@fluentui/react-drawer", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-portal", - "target": "npm:use-disposable", - "type": "static" + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-context-selector", + "type": "static" }, { - "source": "npm:@fluentui/react-positioning", - "target": "npm:@floating-ui/devtools", + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", - "target": "npm:@floating-ui/dom", + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-field", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-field", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-field", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-field", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-field", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-field", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", - "target": "npm:react", + "source": "npm:@fluentui/react-field", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-positioning", + "source": "npm:@fluentui/react-field", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-progress", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-progress", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-progress", + "source": "npm:@fluentui/react-field", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/keyboard-key", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/merge-styles", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/set-version", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/style-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/utilities@8.15.0", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-focus", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@griffel/core", + "source": "npm:@fluentui/react-focus", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-focus", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/keyboard-key", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/merge-styles", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/set-version", "type": "static" }, { - "source": "npm:@fluentui/react-provider", + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-provider", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-focus", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/react-window-provider", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/set-version", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@fluentui/react-label", + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/utilities", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-hooks", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-hooks", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-hooks", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/react-window-provider", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/set-version", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/utilities", "type": "static" }, { - "source": "npm:@fluentui/react-radio", + "source": "npm:@fluentui/react-hooks", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-hooks", + "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:react", + "source": "npm:@fluentui/react-hooks", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@fluentui/react-radio", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/react-window-provider", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/set-version", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/utilities@8.15.0", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@fluentui/react-utilities", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/react-window-provider", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@griffel/react", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/set-version", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/utilities@8.15.0", "type": "static" }, { - "source": "npm:@fluentui/react-select", + "source": "npm:@fluentui/react-hooks@8.7.0", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:@types/react-dom", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:react", + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@fluentui/react-select", - "target": "npm:react-dom", + "source": "npm:@fluentui/react-icons", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-shared-contexts", - "target": "npm:@fluentui/react-theme", + "source": "npm:@fluentui/react-icons", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-shared-contexts", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-icons", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@fluentui/react-shared-contexts", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-icons", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-icons", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-icons", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", - "target": "npm:react", + "source": "npm:@fluentui/react-image", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-skeleton", + "source": "npm:@fluentui/react-image", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-slider", - "target": "npm:@fluentui/react-field", - "type": "static" - }, - { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-slider", - "target": "npm:@fluentui/react-tabster", - "type": "static" - }, - { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-slider", + "source": "npm:@fluentui/react-image", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-popover", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", - "target": "npm:react", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-spinbutton", + "source": "npm:@fluentui/react-infobutton", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-popover", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-spinner", + "source": "npm:@fluentui/react-infobutton", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-switch", - "target": "npm:@fluentui/react-field", - "type": "static" - }, - { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-switch", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-popover", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-switch", - "target": "npm:react", + "source": "npm:@fluentui/react-infolabel", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-switch", + "source": "npm:@fluentui/react-infolabel", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-table", - "target": "npm:@fluentui/keyboard-keys", - "type": "static" - }, - { - "source": "npm:@fluentui/react-table", - "target": "npm:@fluentui/react-aria", - "type": "static" - }, - { - "source": "npm:@fluentui/react-table", - "target": "npm:@fluentui/react-avatar", - "type": "static" - }, - { - "source": "npm:@fluentui/react-table", - "target": "npm:@fluentui/react-checkbox", - "type": "static" - }, - { - "source": "npm:@fluentui/react-table", - "target": "npm:@fluentui/react-context-selector", - "type": "static" - }, - { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-table", - "target": "npm:@fluentui/react-radio", + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@fluentui/react-table", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-popover", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-table", + "source": "npm:@fluentui/react-infolabel", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", - "target": "npm:@fluentui/react-context-selector", + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", - "target": "npm:@fluentui/react-tabster", - "type": "static" - }, - { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", - "target": "npm:react", + "source": "npm:@fluentui/react-input", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-tabs", + "source": "npm:@fluentui/react-input", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", - "target": "npm:keyborg", - "type": "static" - }, - { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-input", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tabster", - "target": "npm:tabster", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-tags", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-tags", - "target": "npm:@fluentui/react-aria", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-tags", - "target": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-tags", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react-is", "type": "static" }, { - "source": "npm:@fluentui/react-tags", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-tags", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-tags", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-tags", + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react-is", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-tags", + "source": "npm:@fluentui/react-label", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-tags", + "source": "npm:@fluentui/react-label", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-tags", + "source": "npm:@fluentui/react-label", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-tags", + "source": "npm:@fluentui/react-label", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-tags", + "source": "npm:@fluentui/react-label", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tags", - "target": "npm:react", + "source": "npm:@fluentui/react-label", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-tags", + "source": "npm:@fluentui/react-label", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-text", + "source": "npm:@fluentui/react-label", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", - "target": "npm:@fluentui/react-field", + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", - "target": "npm:react", + "source": "npm:@fluentui/react-link", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-textarea", + "source": "npm:@fluentui/react-link", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-theme", - "target": "npm:@fluentui/tokens", - "type": "static" - }, - { - "source": "npm:@fluentui/react-theme", - "target": "npm:@swc/helpers@0.5.7", - "type": "static" - }, - { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-toast", - "target": "npm:@fluentui/react-aria", - "type": "static" - }, - { - "source": "npm:@fluentui/react-toast", - "target": "npm:@fluentui/react-icons", - "type": "static" - }, - { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-toast", - "target": "npm:@fluentui/react-portal", - "type": "static" - }, - { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-toast", + "source": "npm:@fluentui/react-link", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-toast", - "target": "npm:react-transition-group", + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", - "target": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", - "target": "npm:@fluentui/react-divider", + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", - "target": "npm:@fluentui/react-radio", + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", - "target": "npm:react", + "source": "npm:@fluentui/react-menu", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-toolbar", + "source": "npm:@fluentui/react-menu", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-positioning", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-tooltip", + "source": "npm:@fluentui/react-menu", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-button", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-aria", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-avatar", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-button", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-checkbox", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-context-selector", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-icons", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-radio", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tree", - "target": "npm:@fluentui/react-tabster", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react-transition-group", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-message-bar", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-message-bar", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-message-bar", "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-message-bar", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-message-bar", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-message-bar", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-tree", + "source": "npm:@fluentui/react-message-bar", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-utilities", - "target": "npm:@fluentui/keyboard-keys", + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react-transition-group", "type": "static" }, { - "source": "npm:@fluentui/react-utilities", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@ctrl/tinycolor", "type": "static" }, { - "source": "npm:@fluentui/react-utilities", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/fluent2-theme", "type": "static" }, { - "source": "npm:@fluentui/react-utilities", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react", "type": "static" }, { - "source": "npm:@fluentui/react-utilities", - "target": "npm:react", + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-components", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", - "target": "npm:@fluentui/react-jsx-runtime", + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", - "target": "npm:@fluentui/react-shared-contexts", + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", + "source": "npm:@fluentui/react-migration-v8-v9", "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", + "source": "npm:@fluentui/react-migration-v8-v9", "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@swc/helpers@0.4.36", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", + "source": "npm:@fluentui/react-migration-v8-v9", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", + "source": "npm:@fluentui/react-migration-v8-v9", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", + "source": "npm:@fluentui/react-migration-v8-v9", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react-virtualizer", + "source": "npm:@fluentui/react-migration-v8-v9", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react-window-provider", - "target": "npm:@fluentui/set-version", - "type": "static" - }, - { - "source": "npm:@fluentui/react-window-provider", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react-window-provider", - "target": "npm:react", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react-window-provider", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/date-time-utilities", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/font-icons-mdl2", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/foundation-legacy", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/merge-styles", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/react-focus", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/react-hooks@8.7.0", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/react-portal-compat-context", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/react-window-provider", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/style-utilities", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/theme@2.6.43", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@fluentui/utilities", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:@microsoft/load-themed-styles", + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react", + "source": "npm:@fluentui/react-motion-preview", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react", + "source": "npm:@fluentui/react-motion-preview", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react", + "source": "npm:@fluentui/react-motion-preview", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react", + "source": "npm:@fluentui/react-motion-preview", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/priority-overflow", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/date-time-utilities", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/font-icons-mdl2", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/foundation-legacy", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/merge-styles", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/react-focus", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/react-hooks@8.7.0", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/react-portal-compat-context", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/react-window-provider", + "source": "npm:@fluentui/react-overflow", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-overflow", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/style-utilities", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/priority-overflow", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/theme@2.6.43", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@fluentui/utilities@8.15.0", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:@microsoft/load-themed-styles", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", + "source": "npm:@fluentui/react-overflow", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", + "source": "npm:@fluentui/react-overflow", "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", + "source": "npm:@fluentui/react-overflow", "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", + "source": "npm:@fluentui/react-overflow", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/react@8.117.0", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-avatar", "type": "static" }, { - "source": "npm:@fluentui/set-version", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-badge", "type": "static" }, { - "source": "npm:@fluentui/style-utilities", - "target": "npm:@fluentui/merge-styles", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/style-utilities", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/style-utilities", - "target": "npm:@fluentui/theme@2.6.43", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/style-utilities", - "target": "npm:@fluentui/utilities@8.15.0", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/style-utilities", - "target": "npm:@microsoft/load-themed-styles", + "source": "npm:@fluentui/react-persona", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/style-utilities", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-persona", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/theme", - "target": "npm:@fluentui/merge-styles", + "source": "npm:@fluentui/react-persona", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/theme", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-persona", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/theme", - "target": "npm:@fluentui/utilities", + "source": "npm:@fluentui/react-persona", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@fluentui/theme", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-persona", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/theme", - "target": "npm:react", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-avatar", "type": "static" }, { - "source": "npm:@fluentui/theme", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-badge", "type": "static" }, { - "source": "npm:@fluentui/theme@2.6.43", - "target": "npm:@fluentui/merge-styles", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/theme@2.6.43", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/theme@2.6.43", - "target": "npm:@fluentui/utilities@8.15.0", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@fluentui/theme@2.6.43", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@fluentui/theme@2.6.43", - "target": "npm:react", + "source": "npm:@fluentui/react-persona", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@fluentui/theme@2.6.43", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-persona", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@fluentui/tokens", - "target": "npm:@swc/helpers@0.5.7", + "source": "npm:@fluentui/react-persona", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@fluentui/utilities", - "target": "npm:@fluentui/dom-utilities", + "source": "npm:@fluentui/react-persona", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@fluentui/utilities", - "target": "npm:@fluentui/merge-styles", + "source": "npm:@fluentui/react-persona", + "target": "npm:react", "type": "static" }, { - "source": "npm:@fluentui/utilities", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-persona", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@fluentui/utilities", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@fluentui/utilities", - "target": "npm:react", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@fluentui/utilities", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@fluentui/utilities@8.15.0", - "target": "npm:@fluentui/dom-utilities", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@fluentui/utilities@8.15.0", - "target": "npm:@fluentui/merge-styles", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@fluentui/utilities@8.15.0", - "target": "npm:@fluentui/set-version", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-positioning", "type": "static" }, { - "source": "npm:@fluentui/utilities@8.15.0", - "target": "npm:@types/react", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@fluentui/utilities@8.15.0", - "target": "npm:react", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@fluentui/utilities@8.15.0", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@formatjs/ecma402-abstract@1.14.3", - "target": "npm:@formatjs/intl-localematcher", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@formatjs/ecma402-abstract@1.14.3", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@formatjs/ecma402-abstract", - "target": "npm:@formatjs/intl-localematcher@0.5.4", + "source": "npm:@fluentui/react-popover", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@formatjs/ecma402-abstract", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@formatjs/fast-memoize@1.2.8", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@formatjs/fast-memoize", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", - "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "source": "npm:@fluentui/react-popover", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", - "target": "npm:@formatjs/icu-skeleton-parser", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-aria", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-context-selector", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser", - "target": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-portal", "type": "static" }, { - "source": "npm:@formatjs/icu-skeleton-parser", - "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-positioning", "type": "static" }, { - "source": "npm:@formatjs/icu-skeleton-parser", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.2.6", - "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.2.6", - "target": "npm:@formatjs/intl-localematcher", + "source": "npm:@fluentui/react-popover", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.2.6", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@fluentui/react-popover", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", - "target": "npm:@formatjs/intl-localematcher@0.5.4", + "source": "npm:@fluentui/react-popover", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-popover", + "target": "npm:react", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.1.9", - "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "source": "npm:@fluentui/react-popover", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.1.9", - "target": "npm:@formatjs/intl-localematcher", + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.1.9", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", - "target": "npm:@formatjs/intl-localematcher@0.5.4", + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@formatjs/intl-localematcher", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:react", "type": "static" }, { - "source": "npm:@formatjs/intl-localematcher@0.5.4", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-components", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-portal-compat-context", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/fast-memoize", + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/icu-messageformat-parser", + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@swc/helpers@0.4.36", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/intl-displaynames", + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/intl-listformat", + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:react", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:intl-messageformat", + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:typescript", + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "source": "npm:@fluentui/react-portal", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:@formatjs/fast-memoize@1.2.8", + "source": "npm:@fluentui/react-portal", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "source": "npm:@fluentui/react-portal", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:@formatjs/intl-displaynames@6.2.6", + "source": "npm:@fluentui/react-portal", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:@formatjs/intl-listformat@7.1.9", + "source": "npm:@fluentui/react-portal", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:intl-messageformat@10.3.1", + "source": "npm:@fluentui/react-portal", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-portal", + "target": "npm:use-disposable", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:typescript", + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@griffel/core", - "target": "npm:@emotion/hash", + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@griffel/core", - "target": "npm:@griffel/style-types", + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@griffel/core", - "target": "npm:csstype", + "source": "npm:@fluentui/react-portal", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@griffel/core", - "target": "npm:rtl-css-js", + "source": "npm:@fluentui/react-portal", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@griffel/core", - "target": "npm:stylis", + "source": "npm:@fluentui/react-portal", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@griffel/core", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-portal", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@griffel/react", - "target": "npm:@griffel/core", + "source": "npm:@fluentui/react-portal", + "target": "npm:react", "type": "static" }, { - "source": "npm:@griffel/react", - "target": "npm:react", + "source": "npm:@fluentui/react-portal", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@griffel/react", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-portal", + "target": "npm:use-disposable", "type": "static" }, { - "source": "npm:@griffel/style-types", - "target": "npm:csstype", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@floating-ui/devtools", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width@5.1.2", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@floating-ui/dom", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width-cjs", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi@7.1.0", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi-cjs", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi@8.1.0", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi-cjs", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@jest/schemas", - "target": "npm:@sinclair/typebox", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/set-array", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:@fluentui/react-positioning", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:@fluentui/react-positioning", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/gen-mapping", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@floating-ui/devtools", "type": "static" }, { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@floating-ui/dom", "type": "static" }, { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/resolve-uri", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@kwsites/file-exists", - "target": "npm:debug", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@lexical/clipboard", - "target": "npm:@lexical/html", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@lexical/clipboard", - "target": "npm:@lexical/list", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@lexical/clipboard", - "target": "npm:@lexical/selection", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@lexical/clipboard", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-positioning", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@lexical/clipboard", - "target": "npm:lexical", + "source": "npm:@fluentui/react-positioning", + "target": "npm:react", "type": "static" }, { - "source": "npm:@lexical/code", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-positioning", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@lexical/code", - "target": "npm:lexical", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@lexical/code", - "target": "npm:prismjs", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@lexical/dragon", - "target": "npm:lexical", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@lexical/hashtag", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@lexical/hashtag", - "target": "npm:lexical", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@lexical/history", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-progress", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@lexical/history", - "target": "npm:lexical", + "source": "npm:@fluentui/react-progress", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@lexical/html", - "target": "npm:@lexical/selection", + "source": "npm:@fluentui/react-progress", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@lexical/html", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-progress", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@lexical/html", - "target": "npm:lexical", + "source": "npm:@fluentui/react-progress", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@lexical/link", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-progress", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@lexical/link", - "target": "npm:lexical", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@lexical/list", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@lexical/list", - "target": "npm:lexical", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@lexical/mark", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@lexical/mark", - "target": "npm:lexical", + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@lexical/markdown", - "target": "npm:@lexical/code", + "source": "npm:@fluentui/react-progress", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@lexical/markdown", - "target": "npm:@lexical/link", + "source": "npm:@fluentui/react-progress", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@lexical/markdown", - "target": "npm:@lexical/list", + "source": "npm:@fluentui/react-progress", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@lexical/markdown", - "target": "npm:@lexical/rich-text", + "source": "npm:@fluentui/react-progress", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@lexical/markdown", - "target": "npm:@lexical/text", + "source": "npm:@fluentui/react-progress", + "target": "npm:react", "type": "static" }, { - "source": "npm:@lexical/markdown", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-progress", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@lexical/markdown", - "target": "npm:lexical", - "type": "static" - }, - { - "source": "npm:@lexical/offset", - "target": "npm:lexical", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@lexical/overflow", - "target": "npm:lexical", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@lexical/plain-text", - "target": "npm:@lexical/clipboard", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@lexical/plain-text", - "target": "npm:@lexical/selection", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@lexical/plain-text", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@lexical/plain-text", - "target": "npm:lexical", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/clipboard", + "source": "npm:@fluentui/react-provider", + "target": "npm:@griffel/core", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/code", + "source": "npm:@fluentui/react-provider", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/dragon", + "source": "npm:@fluentui/react-provider", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/hashtag", + "source": "npm:@fluentui/react-provider", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/history", + "source": "npm:@fluentui/react-provider", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/link", + "source": "npm:@fluentui/react-provider", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/list", + "source": "npm:@fluentui/react-provider", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/mark", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/markdown", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/overflow", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/plain-text", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/rich-text", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/selection", + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/table", + "source": "npm:@fluentui/react-provider", + "target": "npm:@griffel/core", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/text", + "source": "npm:@fluentui/react-provider", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-provider", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:@lexical/yjs", + "source": "npm:@fluentui/react-provider", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:lexical", + "source": "npm:@fluentui/react-provider", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@lexical/react", + "source": "npm:@fluentui/react-provider", "target": "npm:react", "type": "static" }, { - "source": "npm:@lexical/react", + "source": "npm:@fluentui/react-provider", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@lexical/react", - "target": "npm:react-error-boundary", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@lexical/rich-text", - "target": "npm:@lexical/clipboard", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@lexical/rich-text", - "target": "npm:@lexical/selection", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@lexical/rich-text", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@lexical/rich-text", - "target": "npm:lexical", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@lexical/selection", - "target": "npm:lexical", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@lexical/table", - "target": "npm:@lexical/utils", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@lexical/table", - "target": "npm:lexical", + "source": "npm:@fluentui/react-radio", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@lexical/text", - "target": "npm:lexical", + "source": "npm:@fluentui/react-radio", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@lexical/utils", - "target": "npm:@lexical/list", + "source": "npm:@fluentui/react-radio", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@lexical/utils", - "target": "npm:@lexical/selection", + "source": "npm:@fluentui/react-radio", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@lexical/utils", - "target": "npm:@lexical/table", + "source": "npm:@fluentui/react-radio", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@lexical/utils", - "target": "npm:lexical", + "source": "npm:@fluentui/react-radio", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@lexical/yjs", - "target": "npm:@lexical/offset", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@lexical/yjs", - "target": "npm:lexical", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@lexical/yjs", - "target": "npm:yjs", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@microsoft/1ds-core-js", - "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/1ds-core-js", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@microsoft/1ds-core-js", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/1ds-post-js", - "target": "npm:@microsoft/1ds-core-js", + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/1ds-post-js", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-radio", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/1ds-post-js", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-radio", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@microsoft/tsdoc", + "source": "npm:@fluentui/react-radio", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@microsoft/tsdoc-config", + "source": "npm:@fluentui/react-radio", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@rushstack/node-core-library", + "source": "npm:@fluentui/react-radio", + "target": "npm:react", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/api-extractor-model", + "source": "npm:@fluentui/react-radio", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/tsdoc", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/tsdoc-config", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/node-core-library", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/rig-package", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/ts-command-line", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:colors", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:lodash", + "source": "npm:@fluentui/react-select", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:resolve", + "source": "npm:@fluentui/react-select", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:semver@7.5.4", + "source": "npm:@fluentui/react-select", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:source-map@0.6.1", + "source": "npm:@fluentui/react-select", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:typescript@5.3.3", + "source": "npm:@fluentui/react-select", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-analytics-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@fluentui/react-select", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-analytics-js", - "target": "npm:@microsoft/applicationinsights-core-js", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-analytics-js", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-analytics-js", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-analytics-js", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-channel-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-channel-js", - "target": "npm:@microsoft/applicationinsights-core-js", + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-channel-js", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-select", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-channel-js", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-select", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-channel-js", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-select", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", - "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "source": "npm:@fluentui/react-select", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-select", + "target": "npm:react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-select", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.9", - "target": "npm:@microsoft/applicationinsights-core-js", + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.9", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.9", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.9", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", - "target": "npm:tslib", + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-core-js", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-dependencies-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-dependencies-js", - "target": "npm:@microsoft/applicationinsights-core-js", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-dependencies-js", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-dependencies-js", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-dependencies-js", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-properties-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-properties-js", - "target": "npm:@microsoft/applicationinsights-core-js", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-properties-js", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-properties-js", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-properties-js", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:@microsoft/applicationinsights-common", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:@microsoft/applicationinsights-core-js", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:history", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:react", + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-analytics-js", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-channel-js", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-core-js", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-dependencies-js", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-properties-js", + "source": "npm:@fluentui/react-slider", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-shims", + "source": "npm:@fluentui/react-slider", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/dynamicproto-js", + "source": "npm:@fluentui/react-slider", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:tslib@2.6.2", + "source": "npm:@fluentui/react-slider", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:@microsoft/tsdoc", + "source": "npm:@fluentui/react-slider", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:ajv", + "source": "npm:@fluentui/react-slider", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:jju", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:resolve@1.19.0", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/abort-controller", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/arm-appinsights", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-tabster", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/arm-appservice", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/arm-operationalinsights", + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/arm-resourcegraph", + "source": "npm:@fluentui/react-slider", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/arm-resources", + "source": "npm:@fluentui/react-slider", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/arm-subscriptions", + "source": "npm:@fluentui/react-slider", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/ms-rest-azure-env", + "source": "npm:@fluentui/react-slider", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/ms-rest-js", + "source": "npm:@fluentui/react-slider", + "target": "npm:react", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@azure/storage-blob", + "source": "npm:@fluentui/react-slider", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@microsoft/vscode-azext-azureutils", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:@microsoft/vscode-azext-utils", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:dayjs", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:fs-extra", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:glob-gitignore", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:globby", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:p-retry", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:pretty-bytes", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:simple-git", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:vscode-nls", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:ws", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureappservice", - "target": "npm:yazl", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:@azure/arm-resources", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/keyboard-keys", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:@azure/arm-resources-subscriptions", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:@azure/arm-storage", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:@azure/ms-rest-js", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:@microsoft/vscode-azext-utils", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:semver@7.6.0", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-azureutils", - "target": "npm:vscode-nls", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:@microsoft/vscode-azureresources-api", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:@vscode/extension-telemetry", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:dayjs", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:escape-string-regexp", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:html-to-text", + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:open", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-jsx-runtime", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:semver@7.6.0", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-label", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:vscode-nls", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-shared-contexts", "type": "static" }, { - "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:vscode-tas-client", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-theme", "type": "static" }, { - "source": "npm:@microsoft/vscode-azureresources-api", - "target": "npm:@azure/ms-rest-azure-env", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-utilities", "type": "static" }, { - "source": "npm:@monaco-editor/loader", - "target": "npm:monaco-editor", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@griffel/react", "type": "static" }, { - "source": "npm:@monaco-editor/loader", - "target": "npm:state-local", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@swc/helpers@0.5.7", "type": "static" }, { - "source": "npm:@monaco-editor/react", - "target": "npm:@monaco-editor/loader", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@monaco-editor/react", - "target": "npm:monaco-editor", + "source": "npm:@fluentui/react-spinner", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@monaco-editor/react", + "source": "npm:@fluentui/react-spinner", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", "target": "npm:react", "type": "static" }, { - "source": "npm:@monaco-editor/react", + "source": "npm:@fluentui/react-spinner", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@2.1.5", - "target": "npm:@nodelib/fs.stat", + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-field", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@2.1.5", - "target": "npm:run-parallel", + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-icons", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir", - "target": "npm:@nodelib/fs.stat@3.0.0", + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:keyborg", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:keyborg", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-theme", + "target": "npm:@fluentui/tokens", + "type": "static" + }, + { + "source": "npm:@fluentui/react-theme", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react-transition-group", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react-transition-group", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-divider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-divider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/date-time-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/font-icons-mdl2", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/foundation-legacy", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-focus", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-hooks@8.7.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/date-time-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/font-icons-mdl2", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/foundation-legacy", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-focus", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-hooks@8.7.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/date-time-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/font-icons-mdl2", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/foundation-legacy", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-focus", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-hooks@8.7.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/set-version", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/tokens", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/dom-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/dom-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/dom-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/dom-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract@1.14.3", + "target": "npm:@formatjs/intl-localematcher@0.2.32", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract@1.14.3", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract@1.18.2", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract@1.18.2", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/fast-memoize", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/fast-memoize@2.2.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "target": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/intl-localematcher@0.2.32", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames@6.6.6", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames@6.6.6", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames@6.6.6", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/intl-localematcher@0.2.32", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat@7.5.5", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat@7.5.5", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat@7.5.5", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-localematcher@0.2.32", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-localematcher@0.5.4", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/fast-memoize@2.2.0", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/intl-displaynames@6.6.6", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/intl-listformat@7.5.5", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:intl-messageformat@10.5.11", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/fast-memoize", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-displaynames", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-listformat", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:intl-messageformat", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:@emotion/hash", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:@griffel/style-types", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:csstype", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:rtl-css-js", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:stylis", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:@griffel/core", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:@griffel/core", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@griffel/style-types", + "target": "npm:csstype", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/set-array", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@kwsites/file-exists", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/html", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/code", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/code", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/code", + "target": "npm:prismjs", + "type": "static" + }, + { + "source": "npm:@lexical/dragon", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/hashtag", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/hashtag", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/history", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/history", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/html", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/html", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/html", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/link", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/link", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/list", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/list", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/mark", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/mark", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/code", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/link", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/rich-text", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/text", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/offset", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/overflow", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/code", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/dragon", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/hashtag", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/history", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/link", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/mark", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/markdown", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/overflow", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/plain-text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/rich-text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/table", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/yjs", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react-error-boundary", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/selection", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/table", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/table", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/text", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/table", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/yjs", + "target": "npm:@lexical/offset", + "type": "static" + }, + { + "source": "npm:@lexical/yjs", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/yjs", + "target": "npm:yjs", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/1ds-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@rushstack/node-core-library", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/api-extractor-model", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/node-core-library", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/rig-package", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/ts-command-line", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:resolve@1.22.8", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:semver@7.5.4", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:typescript@5.3.3", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-common", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-common", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-common", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-common", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.18", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:history", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-analytics-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-channel-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-common", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-dependencies-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-properties-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:jju", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:resolve@1.19.0", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-appinsights", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-appservice", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-operationalinsights", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-resourcegraph", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-resources", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-subscriptions", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/ms-rest-azure-env", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/ms-rest-js", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/storage-blob", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@microsoft/vscode-azext-azureutils", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@microsoft/vscode-azext-utils", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:dayjs", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:glob-gitignore", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:p-retry", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:pretty-bytes", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:simple-git", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:vscode-nls", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:yazl", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources-subscriptions", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-storage", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/ms-rest-js", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@microsoft/vscode-azext-utils", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:vscode-nls", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:@microsoft/vscode-azureresources-api", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:@vscode/extension-telemetry", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:dayjs", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:escape-string-regexp@2.0.0", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:html-to-text", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:vscode-nls", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:vscode-tas-client", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azureresources-api", + "target": "npm:@azure/ms-rest-azure-env", + "type": "static" + }, + { + "source": "npm:@monaco-editor/loader", + "target": "npm:monaco-editor", + "type": "static" + }, + { + "source": "npm:@monaco-editor/loader", + "target": "npm:state-local", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:@monaco-editor/loader", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:monaco-editor", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir@3.0.0", + "target": "npm:@nodelib/fs.stat@3.0.0", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir@3.0.0", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk@2.0.0", + "target": "npm:@nodelib/fs.scandir@3.0.0", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk@2.0.0", + "target": "npm:fastq", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:@npmcli/promise-spawn", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-inflight", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:which@4.0.0", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:@npmcli/name-from-folder", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:minimatch@9.0.3", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:read-package-json-fast", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:@npmcli/git", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:hosted-git-info@7.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:json-parse-even-better-errors@3.0.1", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:normalize-package-data", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@npmcli/promise-spawn", + "target": "npm:which@4.0.0", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/types", + "type": "static" + }, + { + "source": "npm:@pnpm/error", + "target": "npm:@pnpm/constants", + "type": "static" + }, + { + "source": "npm:@pnpm/fetching-types", + "target": "npm:@zkochan/retry", + "type": "static" + }, + { + "source": "npm:@pnpm/fetching-types", + "target": "npm:node-fetch@3.0.0-beta.9", + "type": "static" + }, + { + "source": "npm:@pnpm/graceful-fs", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:@pnpm/logger", + "target": "npm:bole", + "type": "static" + }, + { + "source": "npm:@pnpm/logger", + "target": "npm:ndjson", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:validate-npm-package-name", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/core-loggers", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/error", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/fetching-types", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/graceful-fs", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolve-workspace-range", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolver-base", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/types", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@zkochan/retry", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:encode-registry", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:load-json-file", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:normalize-path", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-limit@3.1.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-memoize", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:parse-npm-tarball-url", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:path-temp", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ramda", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:rename-overwrite", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ssri", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-resolver", + "target": "npm:version-selector-type", + "type": "static" + }, + { + "source": "npm:@pnpm/resolve-workspace-range", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/resolver-base", + "target": "npm:@pnpm/types", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-package-arg", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-resolver", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/resolve-workspace-range", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:ramda", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:@iarna/toml", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:atomically", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:fast-ignore", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:find-up-json", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:import-meta-resolve", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:is-binary-path", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:json-sorted-stringify", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:kasi", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:pioppo", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:prettier", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:specialist", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-editorconfig", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-jsonc", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-readdir-glob", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:tiny-spinner", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:worktank", + "type": "static" + }, + { + "source": "npm:@prettier/cli", + "target": "npm:zeptomatch", + "type": "static" + }, + { + "source": "npm:@react-hookz/web", + "target": "npm:@react-hookz/deep-equal", + "type": "static" + }, + { + "source": "npm:@react-hookz/web", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@react-hookz/web", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir", - "target": "npm:run-parallel", + "source": "npm:@react-hookz/web", + "target": "npm:@react-hookz/deep-equal", "type": "static" }, { - "source": "npm:@nodelib/fs.walk@1.2.8", - "target": "npm:@nodelib/fs.scandir@2.1.5", + "source": "npm:@react-hookz/web", + "target": "npm:react", "type": "static" }, { - "source": "npm:@nodelib/fs.walk@1.2.8", - "target": "npm:fastq", + "source": "npm:@react-hookz/web", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@nodelib/fs.walk", - "target": "npm:@nodelib/fs.scandir", + "source": "npm:@reactflow/background", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@nodelib/fs.walk", - "target": "npm:fastq", + "source": "npm:@reactflow/background", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:@npmcli/promise-spawn", + "source": "npm:@reactflow/background", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:lru-cache@10.2.0", + "source": "npm:@reactflow/background", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:npm-pick-manifest", + "source": "npm:@reactflow/background", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:proc-log", + "source": "npm:@reactflow/background", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:promise-inflight", + "source": "npm:@reactflow/background", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:promise-retry", + "source": "npm:@reactflow/background", + "target": "npm:react", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:semver@7.6.0", + "source": "npm:@reactflow/background", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:which", + "source": "npm:@reactflow/background", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:@npmcli/name-from-folder", + "source": "npm:@reactflow/background", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:glob@10.3.10", + "source": "npm:@reactflow/background", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:minimatch", + "source": "npm:@reactflow/background", + "target": "npm:react", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:read-package-json-fast", + "source": "npm:@reactflow/background", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:@npmcli/git", + "source": "npm:@reactflow/background", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:glob@10.3.10", + "source": "npm:@reactflow/controls", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:hosted-git-info", + "source": "npm:@reactflow/controls", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:json-parse-even-better-errors", + "source": "npm:@reactflow/controls", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:normalize-package-data", + "source": "npm:@reactflow/controls", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:proc-log", + "source": "npm:@reactflow/controls", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:semver@7.6.0", + "source": "npm:@reactflow/controls", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@npmcli/promise-spawn", - "target": "npm:which", + "source": "npm:@reactflow/controls", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@nrwl/tao", - "target": "npm:nx", + "source": "npm:@reactflow/controls", + "target": "npm:react", "type": "static" }, { - "source": "npm:@nrwl/tao", - "target": "npm:tslib@2.6.2", + "source": "npm:@reactflow/controls", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@pnpm/core-loggers", - "target": "npm:@pnpm/logger", + "source": "npm:@reactflow/controls", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@pnpm/core-loggers", - "target": "npm:@pnpm/types", + "source": "npm:@reactflow/controls", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@pnpm/error", - "target": "npm:@pnpm/constants", + "source": "npm:@reactflow/controls", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@pnpm/fetching-types", - "target": "npm:@zkochan/retry", + "source": "npm:@reactflow/controls", + "target": "npm:react", "type": "static" }, { - "source": "npm:@pnpm/fetching-types", - "target": "npm:node-fetch@3.0.0-beta.9", + "source": "npm:@reactflow/controls", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@pnpm/graceful-fs", - "target": "npm:graceful-fs", + "source": "npm:@reactflow/controls", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@pnpm/logger", - "target": "npm:bole", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3", "type": "static" }, { - "source": "npm:@pnpm/logger", - "target": "npm:ndjson", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-drag", "type": "static" }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:hosted-git-info@4.1.0", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:semver@7.6.0", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:validate-npm-package-name", + "source": "npm:@reactflow/core", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/core-loggers", + "source": "npm:@reactflow/core", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/error", + "source": "npm:@reactflow/core", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/fetching-types", + "source": "npm:@reactflow/core", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/graceful-fs", + "source": "npm:@reactflow/core", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/logger", + "source": "npm:@reactflow/core", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/resolve-workspace-range", + "source": "npm:@reactflow/core", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/resolver-base", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/types", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-drag", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@zkochan/retry", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:encode-registry", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:load-json-file", + "source": "npm:@reactflow/core", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:lru-cache@10.2.0", + "source": "npm:@reactflow/core", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:normalize-path", + "source": "npm:@reactflow/core", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:p-limit@3.1.0", + "source": "npm:@reactflow/core", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:p-memoize", + "source": "npm:@reactflow/core", + "target": "npm:react", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:parse-npm-tarball-url", + "source": "npm:@reactflow/core", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:path-temp", + "source": "npm:@reactflow/core", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:ramda", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:rename-overwrite", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-drag", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:semver@7.6.0", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:ssri", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:version-selector-type", + "source": "npm:@reactflow/core", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@pnpm/resolve-workspace-range", - "target": "npm:semver@7.6.0", + "source": "npm:@reactflow/core", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@pnpm/resolver-base", - "target": "npm:@pnpm/types", + "source": "npm:@reactflow/core", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/npm-package-arg", + "source": "npm:@reactflow/core", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/npm-resolver", + "source": "npm:@reactflow/core", + "target": "npm:react", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/resolve-workspace-range", + "source": "npm:@reactflow/core", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:ramda", + "source": "npm:@reactflow/core", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:@iarna/toml", + "source": "npm:@reactflow/minimap", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:atomically", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:fast-ignore", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:find-up-json", + "source": "npm:@reactflow/minimap", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:import-meta-resolve", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:is-binary-path", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:js-yaml", + "source": "npm:@reactflow/minimap", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:json-sorted-stringify", + "source": "npm:@reactflow/minimap", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:json5", + "source": "npm:@reactflow/minimap", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:kasi", + "source": "npm:@reactflow/minimap", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:pioppo", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:prettier", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:specialist", + "source": "npm:@reactflow/minimap", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-editorconfig", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-jsonc", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-readdir-glob", + "source": "npm:@reactflow/minimap", + "target": "npm:react", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-spinner", + "source": "npm:@reactflow/minimap", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:worktank", + "source": "npm:@reactflow/minimap", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:zeptomatch", + "source": "npm:@reactflow/minimap", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@react-hookz/web", - "target": "npm:@react-hookz/deep-equal", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@react-hookz/web", - "target": "npm:react", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@react-hookz/web", - "target": "npm:react-dom", + "source": "npm:@reactflow/minimap", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@reactflow/background", - "target": "npm:@reactflow/core", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@reactflow/background", - "target": "npm:classcat", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@reactflow/background", + "source": "npm:@reactflow/minimap", "target": "npm:react", "type": "static" }, { - "source": "npm:@reactflow/background", + "source": "npm:@reactflow/minimap", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@reactflow/background", + "source": "npm:@reactflow/minimap", "target": "npm:zustand", "type": "static" }, { - "source": "npm:@reactflow/controls", + "source": "npm:@reactflow/node-resizer", "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@reactflow/controls", + "source": "npm:@reactflow/node-resizer", "target": "npm:classcat", "type": "static" }, { - "source": "npm:@reactflow/controls", - "target": "npm:react", - "type": "static" - }, - { - "source": "npm:@reactflow/controls", - "target": "npm:react-dom", + "source": "npm:@reactflow/node-resizer", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@reactflow/controls", - "target": "npm:zustand", + "source": "npm:@reactflow/node-resizer", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@reactflow/core", - "target": "npm:@types/d3", + "source": "npm:@reactflow/node-resizer", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@reactflow/core", - "target": "npm:@types/d3-drag", + "source": "npm:@reactflow/node-resizer", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@reactflow/core", - "target": "npm:@types/d3-selection", + "source": "npm:@reactflow/node-resizer", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@reactflow/core", - "target": "npm:@types/d3-zoom", + "source": "npm:@reactflow/node-resizer", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@reactflow/core", + "source": "npm:@reactflow/node-resizer", "target": "npm:classcat", "type": "static" }, { - "source": "npm:@reactflow/core", + "source": "npm:@reactflow/node-resizer", "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@reactflow/core", + "source": "npm:@reactflow/node-resizer", "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@reactflow/core", - "target": "npm:d3-zoom", - "type": "static" - }, - { - "source": "npm:@reactflow/core", + "source": "npm:@reactflow/node-resizer", "target": "npm:react", "type": "static" }, { - "source": "npm:@reactflow/core", + "source": "npm:@reactflow/node-resizer", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@reactflow/core", + "source": "npm:@reactflow/node-resizer", "target": "npm:zustand", "type": "static" }, { - "source": "npm:@reactflow/minimap", + "source": "npm:@reactflow/node-resizer", "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@reactflow/minimap", - "target": "npm:@types/d3-selection", - "type": "static" - }, - { - "source": "npm:@reactflow/minimap", - "target": "npm:@types/d3-zoom", - "type": "static" - }, - { - "source": "npm:@reactflow/minimap", + "source": "npm:@reactflow/node-resizer", "target": "npm:classcat", "type": "static" }, { - "source": "npm:@reactflow/minimap", - "target": "npm:d3-selection", + "source": "npm:@reactflow/node-resizer", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@reactflow/minimap", - "target": "npm:d3-zoom", + "source": "npm:@reactflow/node-resizer", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@reactflow/minimap", + "source": "npm:@reactflow/node-resizer", "target": "npm:react", "type": "static" }, { - "source": "npm:@reactflow/minimap", + "source": "npm:@reactflow/node-resizer", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@reactflow/minimap", + "source": "npm:@reactflow/node-resizer", "target": "npm:zustand", "type": "static" }, { - "source": "npm:@reactflow/node-resizer", + "source": "npm:@reactflow/node-toolbar", "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@reactflow/node-resizer", + "source": "npm:@reactflow/node-toolbar", "target": "npm:classcat", "type": "static" }, { - "source": "npm:@reactflow/node-resizer", - "target": "npm:d3-drag", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:@reactflow/node-resizer", - "target": "npm:d3-selection", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@reactflow/node-resizer", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:zustand", + "type": "static" + }, + { + "source": "npm:@reactflow/node-toolbar", + "target": "npm:@reactflow/core", + "type": "static" + }, + { + "source": "npm:@reactflow/node-toolbar", + "target": "npm:classcat", + "type": "static" + }, + { + "source": "npm:@reactflow/node-toolbar", "target": "npm:react", "type": "static" }, { - "source": "npm:@reactflow/node-resizer", + "source": "npm:@reactflow/node-toolbar", "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@reactflow/node-resizer", + "source": "npm:@reactflow/node-toolbar", "target": "npm:zustand", "type": "static" }, @@ -22102,6 +26456,36 @@ "target": "npm:immer", "type": "static" }, + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:react-redux", + "type": "static" + }, + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:redux", + "type": "static" + }, + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:redux-thunk", + "type": "static" + }, + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:reselect", + "type": "static" + }, + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:immer", + "type": "static" + }, { "source": "npm:@reduxjs/toolkit", "target": "npm:react", @@ -22139,7 +26523,7 @@ }, { "source": "npm:@rollup/plugin-babel", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { @@ -22149,7 +26533,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { @@ -22164,7 +26548,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:glob", + "target": "npm:glob@8.1.0", "type": "static" }, { @@ -22174,7 +26558,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -22184,7 +26568,7 @@ }, { "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { @@ -22209,7 +26593,7 @@ }, { "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { @@ -22219,12 +26603,12 @@ }, { "source": "npm:@rollup/plugin-replace", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { "source": "npm:@rollup/plugin-replace", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -22259,26 +26643,26 @@ }, { "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" }, { - "source": "npm:@rollup/pluginutils", + "source": "npm:@rollup/pluginutils@5.1.0", "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@rollup/pluginutils", + "source": "npm:@rollup/pluginutils@5.1.0", "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch@2.3.1", + "source": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:picomatch", "type": "static" }, { - "source": "npm:@rollup/pluginutils", + "source": "npm:@rollup/pluginutils@5.1.0", "target": "npm:rollup", "type": "static" }, @@ -22309,7 +26693,7 @@ }, { "source": "npm:@rushstack/node-core-library", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { @@ -22324,12 +26708,12 @@ }, { "source": "npm:@rushstack/rig-package", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { "source": "npm:@rushstack/rig-package", - "target": "npm:strip-json-comments@3.1.1", + "target": "npm:strip-json-comments", "type": "static" }, { @@ -22369,7 +26753,7 @@ }, { "source": "npm:@size-limit/esbuild", - "target": "npm:nanoid", + "target": "npm:nanoid@5.0.6", "type": "static" }, { @@ -22439,12 +26823,12 @@ }, { "source": "npm:@tanstack/config", - "target": "npm:chalk", + "target": "npm:chalk@5.3.0", "type": "static" }, { "source": "npm:@tanstack/config", - "target": "npm:commander", + "target": "npm:commander@12.0.0", "type": "static" }, { @@ -22539,7 +26923,7 @@ }, { "source": "npm:@testing-library/dom", - "target": "npm:aria-query@5.1.3", + "target": "npm:aria-query", "type": "static" }, { @@ -22574,7 +26958,7 @@ }, { "source": "npm:@testing-library/jest-dom", - "target": "npm:aria-query", + "target": "npm:aria-query@5.3.0", "type": "static" }, { @@ -22589,7 +26973,7 @@ }, { "source": "npm:@testing-library/jest-dom", - "target": "npm:dom-accessibility-api", + "target": "npm:dom-accessibility-api@0.6.3", "type": "static" }, { @@ -22904,7 +27288,7 @@ }, { "source": "npm:@types/node-fetch", - "target": "npm:form-data", + "target": "npm:form-data@4.0.0", "type": "static" }, { @@ -22959,7 +27343,7 @@ }, { "source": "npm:@vitest/runner", - "target": "npm:p-limit", + "target": "npm:p-limit@5.0.0", "type": "static" }, { @@ -22969,7 +27353,7 @@ }, { "source": "npm:@vitest/snapshot", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -23049,7 +27433,7 @@ }, { "source": "npm:@vue/compiler-core", - "target": "npm:entities", + "target": "npm:entities@4.5.0", "type": "static" }, { @@ -23099,7 +27483,7 @@ }, { "source": "npm:@vue/language-core", - "target": "npm:minimatch", + "target": "npm:minimatch@9.0.3", "type": "static" }, { @@ -23214,7 +27598,7 @@ }, { "source": "npm:anymatch", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" }, { @@ -23223,12 +27607,12 @@ "type": "static" }, { - "source": "npm:aria-query@5.1.3", + "source": "npm:aria-query", "target": "npm:deep-equal", "type": "static" }, { - "source": "npm:aria-query", + "source": "npm:aria-query@5.3.0", "target": "npm:dequal", "type": "static" }, @@ -23244,7 +27628,7 @@ }, { "source": "npm:array-last", - "target": "npm:is-number", + "target": "npm:is-number@4.0.0", "type": "static" }, { @@ -23269,7 +27653,7 @@ }, { "source": "npm:axios", - "target": "npm:form-data", + "target": "npm:form-data@4.0.0", "type": "static" }, { @@ -23299,7 +27683,7 @@ }, { "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" }, { @@ -23339,7 +27723,7 @@ }, { "source": "npm:bl", - "target": "npm:readable-stream", + "target": "npm:readable-stream@3.6.2", "type": "static" }, { @@ -23353,17 +27737,17 @@ "type": "static" }, { - "source": "npm:brace-expansion@1.1.11", + "source": "npm:brace-expansion", "target": "npm:balanced-match", "type": "static" }, { - "source": "npm:brace-expansion@1.1.11", + "source": "npm:brace-expansion", "target": "npm:concat-map", "type": "static" }, { - "source": "npm:brace-expansion", + "source": "npm:brace-expansion@2.0.1", "target": "npm:balanced-match", "type": "static" }, @@ -23524,7 +27908,7 @@ }, { "source": "npm:chalk@2.4.2", - "target": "npm:escape-string-regexp@1.0.5", + "target": "npm:escape-string-regexp", "type": "static" }, { @@ -23749,7 +28133,7 @@ }, { "source": "npm:cross-spawn", - "target": "npm:which@2.0.2", + "target": "npm:which", "type": "static" }, { @@ -23874,7 +28258,7 @@ }, { "source": "npm:data-urls", - "target": "npm:whatwg-url", + "target": "npm:whatwg-url@14.0.0", "type": "static" }, { @@ -23939,7 +28323,7 @@ }, { "source": "npm:deep-equal", - "target": "npm:isarray", + "target": "npm:isarray@2.0.5", "type": "static" }, { @@ -24064,7 +28448,7 @@ }, { "source": "npm:dom-serializer", - "target": "npm:entities@2.2.0", + "target": "npm:entities", "type": "static" }, { @@ -24174,7 +28558,7 @@ }, { "source": "npm:es-get-iterator", - "target": "npm:isarray", + "target": "npm:isarray@2.0.5", "type": "static" }, { @@ -24463,92 +28847,92 @@ "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:get-stream", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:human-signals", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:is-stream", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:npm-run-path", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:onetime", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:signal-exit", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:strip-final-newline", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:get-stream@8.0.1", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:human-signals@5.0.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:is-stream@3.0.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:npm-run-path@5.3.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:onetime@6.0.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:signal-exit@4.1.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:strip-final-newline@3.0.0", "type": "static" }, @@ -24564,7 +28948,7 @@ }, { "source": "npm:fast-glob", - "target": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:@nodelib/fs.walk", "type": "static" }, { @@ -24599,7 +28983,7 @@ }, { "source": "npm:figures", - "target": "npm:escape-string-regexp@1.0.5", + "target": "npm:escape-string-regexp", "type": "static" }, { @@ -24693,17 +29077,17 @@ "type": "static" }, { - "source": "npm:form-data", + "source": "npm:form-data@4.0.0", "target": "npm:asynckit", "type": "static" }, { - "source": "npm:form-data", + "source": "npm:form-data@4.0.0", "target": "npm:combined-stream", "type": "static" }, { - "source": "npm:form-data", + "source": "npm:form-data@4.0.0", "target": "npm:mime-types", "type": "static" }, @@ -24719,7 +29103,7 @@ }, { "source": "npm:fs-extra", - "target": "npm:universalify", + "target": "npm:universalify@2.0.1", "type": "static" }, { @@ -24734,7 +29118,7 @@ }, { "source": "npm:fs-extra@11.2.0", - "target": "npm:universalify", + "target": "npm:universalify@2.0.1", "type": "static" }, { @@ -24794,7 +29178,7 @@ }, { "source": "npm:git-log-parser", - "target": "npm:split2", + "target": "npm:split2@1.0.0", "type": "static" }, { @@ -24804,7 +29188,7 @@ }, { "source": "npm:git-log-parser", - "target": "npm:through2", + "target": "npm:through2@2.0.5", "type": "static" }, { @@ -24859,7 +29243,7 @@ }, { "source": "npm:glob@10.3.10", - "target": "npm:minimatch", + "target": "npm:minimatch@9.0.3", "type": "static" }, { @@ -24903,27 +29287,27 @@ "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:fs.realpath", "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:inflight", "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:inherits", "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:minimatch@5.1.6", "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:once", "type": "static" }, @@ -25014,7 +29398,7 @@ }, { "source": "npm:globby@14.0.1", - "target": "npm:path-type", + "target": "npm:path-type@5.0.0", "type": "static" }, { @@ -25064,11 +29448,11 @@ }, { "source": "npm:hosted-git-info@4.1.0", - "target": "npm:lru-cache@6.0.0", + "target": "npm:lru-cache", "type": "static" }, { - "source": "npm:hosted-git-info", + "source": "npm:hosted-git-info@7.0.1", "target": "npm:lru-cache@10.2.0", "type": "static" }, @@ -25124,7 +29508,7 @@ }, { "source": "npm:htmlparser2", - "target": "npm:entities@2.2.0", + "target": "npm:entities", "type": "static" }, { @@ -25188,42 +29572,42 @@ "type": "static" }, { - "source": "npm:intl-messageformat@10.3.1", + "source": "npm:intl-messageformat", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:intl-messageformat@10.3.1", - "target": "npm:@formatjs/fast-memoize@1.2.8", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:intl-messageformat@10.3.1", + "source": "npm:intl-messageformat", "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:intl-messageformat@10.3.1", + "source": "npm:intl-messageformat", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:intl-messageformat", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:intl-messageformat@10.5.11", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", "type": "static" }, { - "source": "npm:intl-messageformat", - "target": "npm:@formatjs/fast-memoize", + "source": "npm:intl-messageformat@10.5.11", + "target": "npm:@formatjs/fast-memoize@2.2.0", "type": "static" }, { - "source": "npm:intl-messageformat", - "target": "npm:@formatjs/icu-messageformat-parser", + "source": "npm:intl-messageformat@10.5.11", + "target": "npm:@formatjs/icu-messageformat-parser@2.7.6", "type": "static" }, { - "source": "npm:intl-messageformat", + "source": "npm:intl-messageformat@10.5.11", "target": "npm:tslib@2.6.2", "type": "static" }, @@ -25454,7 +29838,7 @@ }, { "source": "npm:jsdom", - "target": "npm:form-data", + "target": "npm:form-data@4.0.0", "type": "static" }, { @@ -25529,7 +29913,7 @@ }, { "source": "npm:jsdom", - "target": "npm:whatwg-url", + "target": "npm:whatwg-url@14.0.0", "type": "static" }, { @@ -25549,7 +29933,7 @@ }, { "source": "npm:jsonfile", - "target": "npm:universalify", + "target": "npm:universalify@2.0.1", "type": "static" }, { @@ -25564,7 +29948,7 @@ }, { "source": "npm:knip", - "target": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.walk@2.0.0", "type": "static" }, { @@ -25639,7 +30023,7 @@ }, { "source": "npm:knip", - "target": "npm:picomatch", + "target": "npm:picomatch@4.0.1", "type": "static" }, { @@ -25654,7 +30038,7 @@ }, { "source": "npm:knip", - "target": "npm:strip-json-comments", + "target": "npm:strip-json-comments@5.0.1", "type": "static" }, { @@ -25719,12 +30103,12 @@ }, { "source": "npm:liftoff", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { "source": "npm:lint-staged", - "target": "npm:chalk", + "target": "npm:chalk@5.3.0", "type": "static" }, { @@ -25739,12 +30123,12 @@ }, { "source": "npm:lint-staged", - "target": "npm:execa", + "target": "npm:execa@8.0.1", "type": "static" }, { "source": "npm:lint-staged", - "target": "npm:lilconfig", + "target": "npm:lilconfig@3.0.0", "type": "static" }, { @@ -25814,7 +30198,7 @@ }, { "source": "npm:load-json-file", - "target": "npm:strip-bom@4.0.0", + "target": "npm:strip-bom", "type": "static" }, { @@ -25888,13 +30272,13 @@ "type": "static" }, { - "source": "npm:lru-cache", - "target": "npm:yallist", + "source": "npm:lru-cache@5.1.1", + "target": "npm:yallist@3.1.1", "type": "static" }, { - "source": "npm:lru-cache@6.0.0", - "target": "npm:yallist@4.0.0", + "source": "npm:lru-cache", + "target": "npm:yallist", "type": "static" }, { @@ -25903,7 +30287,7 @@ "type": "static" }, { - "source": "npm:magic-string", + "source": "npm:magic-string@0.30.8", "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, @@ -26434,7 +30818,7 @@ }, { "source": "npm:micromatch", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" }, { @@ -26444,17 +30828,17 @@ }, { "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion@1.1.11", + "target": "npm:brace-expansion", "type": "static" }, { "source": "npm:minimatch@5.1.6", - "target": "npm:brace-expansion", + "target": "npm:brace-expansion@2.0.1", "type": "static" }, { - "source": "npm:minimatch", - "target": "npm:brace-expansion", + "source": "npm:minimatch@9.0.3", + "target": "npm:brace-expansion@2.0.1", "type": "static" }, { @@ -26564,22 +30948,22 @@ }, { "source": "npm:ndjson", - "target": "npm:readable-stream", + "target": "npm:readable-stream@3.6.2", "type": "static" }, { "source": "npm:ndjson", - "target": "npm:split2@3.2.2", + "target": "npm:split2", "type": "static" }, { "source": "npm:ndjson", - "target": "npm:through2@4.0.2", + "target": "npm:through2", "type": "static" }, { "source": "npm:nearley", - "target": "npm:commander@2.20.3", + "target": "npm:commander", "type": "static" }, { @@ -26598,7 +30982,7 @@ "type": "static" }, { - "source": "npm:node-fetch", + "source": "npm:node-fetch@2.7.0", "target": "npm:whatwg-url@5.0.0", "type": "static" }, @@ -26614,7 +30998,7 @@ }, { "source": "npm:normalize-package-data", - "target": "npm:hosted-git-info", + "target": "npm:hosted-git-info@7.0.1", "type": "static" }, { @@ -26639,7 +31023,7 @@ }, { "source": "npm:npm-package-arg", - "target": "npm:hosted-git-info", + "target": "npm:hosted-git-info@7.0.1", "type": "static" }, { @@ -26784,17 +31168,17 @@ }, { "source": "npm:nx", - "target": "npm:jsonc-parser", + "target": "npm:jsonc-parser@3.2.0", "type": "static" }, { "source": "npm:nx", - "target": "npm:lines-and-columns", + "target": "npm:lines-and-columns@2.0.4", "type": "static" }, { "source": "npm:nx", - "target": "npm:minimatch", + "target": "npm:minimatch@9.0.3", "type": "static" }, { @@ -26984,12 +31368,12 @@ }, { "source": "npm:onetime", - "target": "npm:mimic-fn@2.1.0", + "target": "npm:mimic-fn", "type": "static" }, { "source": "npm:onetime@6.0.0", - "target": "npm:mimic-fn", + "target": "npm:mimic-fn@4.0.0", "type": "static" }, { @@ -27053,7 +31437,7 @@ "type": "static" }, { - "source": "npm:p-limit", + "source": "npm:p-limit@5.0.0", "target": "npm:yocto-queue@1.0.0", "type": "static" }, @@ -27104,7 +31488,7 @@ }, { "source": "npm:parse-json", - "target": "npm:json-parse-even-better-errors@2.3.1", + "target": "npm:json-parse-even-better-errors", "type": "static" }, { @@ -27114,12 +31498,12 @@ }, { "source": "npm:parse-npm-tarball-url", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" }, { "source": "npm:parse5", - "target": "npm:entities", + "target": "npm:entities@4.5.0", "type": "static" }, { @@ -27249,7 +31633,7 @@ }, { "source": "npm:pretty-format", - "target": "npm:react-is@17.0.2", + "target": "npm:react-is", "type": "static" }, { @@ -27264,7 +31648,7 @@ }, { "source": "npm:pretty-format@29.7.0", - "target": "npm:react-is", + "target": "npm:react-is@18.2.0", "type": "static" }, { @@ -27314,7 +31698,7 @@ }, { "source": "npm:randombytes", - "target": "npm:safe-buffer", + "target": "npm:safe-buffer@5.2.1", "type": "static" }, { @@ -27324,7 +31708,7 @@ }, { "source": "npm:react-dnd-accessible-backend", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -27344,7 +31728,7 @@ }, { "source": "npm:react-dnd-multi-backend", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -27359,7 +31743,7 @@ }, { "source": "npm:react-dnd-preview", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -27402,6 +31786,46 @@ "target": "npm:hoist-non-react-statics", "type": "static" }, + { + "source": "npm:react-dnd", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:react-dnd", + "target": "npm:@react-dnd/invariant", + "type": "static" + }, + { + "source": "npm:react-dnd", + "target": "npm:@react-dnd/shallowequal", + "type": "static" + }, + { + "source": "npm:react-dnd", + "target": "npm:@types/node", + "type": "static" + }, + { + "source": "npm:react-dnd", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:react-dnd", + "target": "npm:dnd-core", + "type": "static" + }, + { + "source": "npm:react-dnd", + "target": "npm:fast-deep-equal", + "type": "static" + }, + { + "source": "npm:react-dnd", + "target": "npm:hoist-non-react-statics", + "type": "static" + }, { "source": "npm:react-dnd", "target": "npm:react", @@ -27412,6 +31836,21 @@ "target": "npm:loose-envify", "type": "static" }, + { + "source": "npm:react-dom", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:scheduler", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:loose-envify", + "type": "static" + }, { "source": "npm:react-dom", "target": "npm:react", @@ -27419,7 +31858,7 @@ }, { "source": "npm:react-dom", - "target": "npm:scheduler@0.23.0", + "target": "npm:scheduler", "type": "static" }, { @@ -27434,7 +31873,7 @@ }, { "source": "npm:react-hotkeys-hook", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -27454,7 +31893,67 @@ }, { "source": "npm:react-infinite-scroll-component", - "target": "npm:throttle-debounce", + "target": "npm:throttle-debounce@2.3.0", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:@formatjs/intl", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:@formatjs/intl-displaynames", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:@formatjs/intl-listformat", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:@types/hoist-non-react-statics", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:hoist-non-react-statics", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:intl-messageformat", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:typescript", "type": "static" }, { @@ -27469,17 +31968,17 @@ }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:@formatjs/intl-displaynames", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:@formatjs/intl-listformat", "type": "static" }, { @@ -27499,7 +31998,7 @@ }, { "source": "npm:react-intl", - "target": "npm:intl-messageformat@10.3.1", + "target": "npm:intl-messageformat", "type": "static" }, { @@ -27558,73 +32057,153 @@ "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:react", + "source": "npm:react-markdown", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:react-is@18.2.0", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:remark-parse", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:remark-rehype", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:space-separated-tokens", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:style-to-object", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:unified", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:unist-util-visit", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:vfile", + "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:broadcast-channel", + "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:match-sorter", + "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:broadcast-channel", + "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:match-sorter", "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:react-is", + "source": "npm:react-query", + "target": "npm:react", "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:remark-parse", + "source": "npm:react-query", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:remark-rehype", + "source": "npm:react-redux", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:space-separated-tokens", + "source": "npm:react-redux", + "target": "npm:@types/hoist-non-react-statics", "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:style-to-object", + "source": "npm:react-redux", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:unified", + "source": "npm:react-redux", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:unist-util-visit", + "source": "npm:react-redux", + "target": "npm:@types/use-sync-external-store", "type": "static" }, { - "source": "npm:react-markdown", - "target": "npm:vfile", + "source": "npm:react-redux", + "target": "npm:hoist-non-react-statics", "type": "static" }, { - "source": "npm:react-query", - "target": "npm:@babel/runtime", + "source": "npm:react-redux", + "target": "npm:react@17.0.2", "type": "static" }, { - "source": "npm:react-query", - "target": "npm:broadcast-channel", + "source": "npm:react-redux", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:react-query", - "target": "npm:match-sorter", + "source": "npm:react-redux", + "target": "npm:react-is@18.2.0", "type": "static" }, { - "source": "npm:react-query", - "target": "npm:react", + "source": "npm:react-redux", + "target": "npm:redux", "type": "static" }, { - "source": "npm:react-query", - "target": "npm:react-dom", + "source": "npm:react-redux", + "target": "npm:use-sync-external-store", "type": "static" }, { @@ -27669,7 +32248,7 @@ }, { "source": "npm:react-redux", - "target": "npm:react-is", + "target": "npm:react-is@18.2.0", "type": "static" }, { @@ -27702,6 +32281,36 @@ "target": "npm:prop-types", "type": "static" }, + { + "source": "npm:react-transition-group", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:react-transition-group", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:react-transition-group", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:react-transition-group", + "target": "npm:dom-helpers", + "type": "static" + }, + { + "source": "npm:react-transition-group", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:react-transition-group", + "target": "npm:prop-types", + "type": "static" + }, { "source": "npm:react-transition-group", "target": "npm:react", @@ -27789,7 +32398,7 @@ }, { "source": "npm:react-use", - "target": "npm:throttle-debounce@3.0.1", + "target": "npm:throttle-debounce", "type": "static" }, { @@ -27802,6 +32411,16 @@ "target": "npm:tslib@2.6.2", "type": "static" }, + { + "source": "npm:react@17.0.2", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:react@17.0.2", + "target": "npm:object-assign", + "type": "static" + }, { "source": "npm:react", "target": "npm:loose-envify", @@ -27837,6 +32456,86 @@ "target": "npm:@reactflow/node-toolbar", "type": "static" }, + { + "source": "npm:reactflow", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/background", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/controls", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/core", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/minimap", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/node-resizer", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/node-toolbar", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/background", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/controls", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/core", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/minimap", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/node-resizer", + "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:@reactflow/node-toolbar", + "type": "static" + }, { "source": "npm:reactflow", "target": "npm:react", @@ -27849,7 +32548,7 @@ }, { "source": "npm:read-package-json-fast", - "target": "npm:json-parse-even-better-errors", + "target": "npm:json-parse-even-better-errors@3.0.1", "type": "static" }, { @@ -27869,7 +32568,7 @@ }, { "source": "npm:readable-stream@2.3.8", - "target": "npm:isarray@1.0.0", + "target": "npm:isarray", "type": "static" }, { @@ -27879,7 +32578,7 @@ }, { "source": "npm:readable-stream@2.3.8", - "target": "npm:safe-buffer@5.1.2", + "target": "npm:safe-buffer", "type": "static" }, { @@ -27893,28 +32592,28 @@ "type": "static" }, { - "source": "npm:readable-stream", + "source": "npm:readable-stream@3.6.2", "target": "npm:inherits", "type": "static" }, { - "source": "npm:readable-stream", + "source": "npm:readable-stream@3.6.2", "target": "npm:string_decoder@1.3.0", "type": "static" }, { - "source": "npm:readable-stream", + "source": "npm:readable-stream@3.6.2", "target": "npm:util-deprecate", "type": "static" }, { "source": "npm:readdirp", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" }, { "source": "npm:rechoir", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { @@ -28068,17 +32767,17 @@ "type": "static" }, { - "source": "npm:resolve", + "source": "npm:resolve@1.22.8", "target": "npm:is-core-module", "type": "static" }, { - "source": "npm:resolve", + "source": "npm:resolve@1.22.8", "target": "npm:path-parse", "type": "static" }, { - "source": "npm:resolve", + "source": "npm:resolve@1.22.8", "target": "npm:supports-preserve-symlinks-flag", "type": "static" }, @@ -28114,12 +32813,12 @@ }, { "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -28134,7 +32833,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:chalk", + "target": "npm:chalk@5.3.0", "type": "static" }, { @@ -28149,7 +32848,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:glob", + "target": "npm:glob@8.1.0", "type": "static" }, { @@ -28194,7 +32893,7 @@ }, { "source": "npm:rollup-plugin-visualizer", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" }, { @@ -28308,17 +33007,17 @@ "type": "static" }, { - "source": "npm:scheduler", + "source": "npm:scheduler@0.20.2", "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:scheduler", + "source": "npm:scheduler@0.20.2", "target": "npm:object-assign", "type": "static" }, { - "source": "npm:scheduler@0.23.0", + "source": "npm:scheduler", "target": "npm:loose-envify", "type": "static" }, @@ -28329,12 +33028,12 @@ }, { "source": "npm:semver@7.5.4", - "target": "npm:lru-cache@6.0.0", + "target": "npm:lru-cache", "type": "static" }, { "source": "npm:semver@7.6.0", - "target": "npm:lru-cache@6.0.0", + "target": "npm:lru-cache", "type": "static" }, { @@ -28578,13 +33277,13 @@ "type": "static" }, { - "source": "npm:split2", - "target": "npm:through2", + "source": "npm:split2@1.0.0", + "target": "npm:through2@2.0.5", "type": "static" }, { - "source": "npm:split2@3.2.2", - "target": "npm:readable-stream", + "source": "npm:split2", + "target": "npm:readable-stream@3.6.2", "type": "static" }, { @@ -28689,12 +33388,12 @@ }, { "source": "npm:string_decoder", - "target": "npm:safe-buffer@5.1.2", + "target": "npm:safe-buffer", "type": "static" }, { "source": "npm:string_decoder@1.3.0", - "target": "npm:safe-buffer", + "target": "npm:safe-buffer@5.2.1", "type": "static" }, { @@ -28809,7 +33508,7 @@ }, { "source": "npm:svelte", - "target": "npm:aria-query", + "target": "npm:aria-query@5.3.0", "type": "static" }, { @@ -28844,7 +33543,7 @@ }, { "source": "npm:svelte", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -28884,7 +33583,7 @@ }, { "source": "npm:tar-stream", - "target": "npm:readable-stream", + "target": "npm:readable-stream@3.6.2", "type": "static" }, { @@ -28899,7 +33598,7 @@ }, { "source": "npm:terser", - "target": "npm:commander@2.20.3", + "target": "npm:commander", "type": "static" }, { @@ -28918,18 +33617,18 @@ "type": "static" }, { - "source": "npm:through2", + "source": "npm:through2@2.0.5", "target": "npm:readable-stream@2.3.8", "type": "static" }, { - "source": "npm:through2", + "source": "npm:through2@2.0.5", "target": "npm:xtend", "type": "static" }, { - "source": "npm:through2@4.0.2", - "target": "npm:readable-stream", + "source": "npm:through2", + "target": "npm:readable-stream@3.6.2", "type": "static" }, { @@ -29049,7 +33748,7 @@ }, { "source": "npm:to-regex-range", - "target": "npm:is-number@7.0.0", + "target": "npm:is-number", "type": "static" }, { @@ -29108,7 +33807,7 @@ "type": "static" }, { - "source": "npm:tr46", + "source": "npm:tr46@5.0.0", "target": "npm:punycode", "type": "static" }, @@ -29129,7 +33828,7 @@ }, { "source": "npm:tsconfig-paths", - "target": "npm:strip-bom", + "target": "npm:strip-bom@3.0.0", "type": "static" }, { @@ -29159,7 +33858,7 @@ }, { "source": "npm:tsup", - "target": "npm:execa@5.1.1", + "target": "npm:execa", "type": "static" }, { @@ -29352,6 +34051,26 @@ "target": "npm:@types/react-dom", "type": "static" }, + { + "source": "npm:use-disposable", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:use-disposable", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:use-disposable", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:use-disposable", + "target": "npm:@types/react-dom", + "type": "static" + }, { "source": "npm:use-disposable", "target": "npm:react", @@ -29362,6 +34081,11 @@ "target": "npm:react-dom", "type": "static" }, + { + "source": "npm:use-sync-external-store", + "target": "npm:react@17.0.2", + "type": "static" + }, { "source": "npm:use-sync-external-store", "target": "npm:react", @@ -29499,7 +34223,7 @@ }, { "source": "npm:vite-plugin-dts", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { @@ -29629,7 +34353,7 @@ }, { "source": "npm:vitest", - "target": "npm:execa", + "target": "npm:execa@8.0.1", "type": "static" }, { @@ -29644,7 +34368,7 @@ }, { "source": "npm:vitest", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -29743,12 +34467,12 @@ "type": "static" }, { - "source": "npm:whatwg-url", - "target": "npm:tr46", + "source": "npm:whatwg-url@14.0.0", + "target": "npm:tr46@5.0.0", "type": "static" }, { - "source": "npm:whatwg-url", + "source": "npm:whatwg-url@14.0.0", "target": "npm:webidl-conversions", "type": "static" }, @@ -29853,12 +34577,12 @@ "type": "static" }, { - "source": "npm:which@2.0.2", + "source": "npm:which", "target": "npm:isexe", "type": "static" }, { - "source": "npm:which", + "source": "npm:which@4.0.0", "target": "npm:isexe@3.1.1", "type": "static" }, @@ -30022,6 +34746,41 @@ "target": "npm:immer", "type": "static" }, + { + "source": "npm:zustand", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:use-sync-external-store", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:immer", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:use-sync-external-store", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:@types/react", + "type": "static" + }, { "source": "npm:zustand", "target": "npm:react", diff --git a/.nx/cache/project-graph.json b/.nx/cache/project-graph.json index 7bdd66f3a1b..f0d369e7d3c 100644 --- a/.nx/cache/project-graph.json +++ b/.nx/cache/project-graph.json @@ -886,9 +886,9 @@ "hash": "sha512-ZxS6i3eHxh86u+1eWZJiYywoN2vxvsSoAUx60Mny8cZ4nTwvt7UzVVBJO+m2PW2KIJfNiXMt59xBa59htOWL4g==" } }, - "npm:@azure/core-tracing": { + "npm:@azure/core-tracing@1.0.0-preview.13": { "type": "npm", - "name": "npm:@azure/core-tracing", + "name": "npm:@azure/core-tracing@1.0.0-preview.13", "data": { "version": "1.0.0-preview.13", "packageName": "@azure/core-tracing", @@ -3244,27 +3244,27 @@ "hash": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==" } }, - "npm:@formatjs/ecma402-abstract": { + "npm:@formatjs/ecma402-abstract@1.18.2": { "type": "npm", - "name": "npm:@formatjs/ecma402-abstract", + "name": "npm:@formatjs/ecma402-abstract@1.18.2", "data": { "version": "1.18.2", "packageName": "@formatjs/ecma402-abstract", "hash": "sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==" } }, - "npm:@formatjs/fast-memoize@1.2.8": { + "npm:@formatjs/fast-memoize": { "type": "npm", - "name": "npm:@formatjs/fast-memoize@1.2.8", + "name": "npm:@formatjs/fast-memoize", "data": { "version": "1.2.8", "packageName": "@formatjs/fast-memoize", "hash": "sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==" } }, - "npm:@formatjs/fast-memoize": { + "npm:@formatjs/fast-memoize@2.2.0": { "type": "npm", - "name": "npm:@formatjs/fast-memoize", + "name": "npm:@formatjs/fast-memoize@2.2.0", "data": { "version": "2.2.0", "packageName": "@formatjs/fast-memoize", @@ -3280,18 +3280,18 @@ "hash": "sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==" } }, - "npm:@formatjs/icu-messageformat-parser": { + "npm:@formatjs/icu-messageformat-parser@2.7.6": { "type": "npm", - "name": "npm:@formatjs/icu-messageformat-parser", + "name": "npm:@formatjs/icu-messageformat-parser@2.7.6", "data": { "version": "2.7.6", "packageName": "@formatjs/icu-messageformat-parser", "hash": "sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==" } }, - "npm:@formatjs/icu-skeleton-parser": { + "npm:@formatjs/icu-skeleton-parser@1.3.18": { "type": "npm", - "name": "npm:@formatjs/icu-skeleton-parser", + "name": "npm:@formatjs/icu-skeleton-parser@1.3.18", "data": { "version": "1.3.18", "packageName": "@formatjs/icu-skeleton-parser", @@ -3307,45 +3307,45 @@ "hash": "sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==" } }, - "npm:@formatjs/intl-displaynames@6.2.6": { + "npm:@formatjs/intl-displaynames": { "type": "npm", - "name": "npm:@formatjs/intl-displaynames@6.2.6", + "name": "npm:@formatjs/intl-displaynames", "data": { "version": "6.2.6", "packageName": "@formatjs/intl-displaynames", "hash": "sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==" } }, - "npm:@formatjs/intl-displaynames": { + "npm:@formatjs/intl-displaynames@6.6.6": { "type": "npm", - "name": "npm:@formatjs/intl-displaynames", + "name": "npm:@formatjs/intl-displaynames@6.6.6", "data": { "version": "6.6.6", "packageName": "@formatjs/intl-displaynames", "hash": "sha512-Dg5URSjx0uzF8VZXtHb6KYZ6LFEEhCbAbKoYChYHEOnMFTw/ZU3jIo/NrujzQD2EfKPgQzIq73LOUvW6Z/LpFA==" } }, - "npm:@formatjs/intl-listformat@7.1.9": { + "npm:@formatjs/intl-listformat": { "type": "npm", - "name": "npm:@formatjs/intl-listformat@7.1.9", + "name": "npm:@formatjs/intl-listformat", "data": { "version": "7.1.9", "packageName": "@formatjs/intl-listformat", "hash": "sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==" } }, - "npm:@formatjs/intl-listformat": { + "npm:@formatjs/intl-listformat@7.5.5": { "type": "npm", - "name": "npm:@formatjs/intl-listformat", + "name": "npm:@formatjs/intl-listformat@7.5.5", "data": { "version": "7.5.5", "packageName": "@formatjs/intl-listformat", "hash": "sha512-XoI52qrU6aBGJC9KJddqnacuBbPlb/bXFN+lIFVFhQ1RnFHpzuFrlFdjD9am2O7ZSYsyqzYRpkVcXeT1GHkwDQ==" } }, - "npm:@formatjs/intl-localematcher": { + "npm:@formatjs/intl-localematcher@0.2.32": { "type": "npm", - "name": "npm:@formatjs/intl-localematcher", + "name": "npm:@formatjs/intl-localematcher@0.2.32", "data": { "version": "0.2.32", "packageName": "@formatjs/intl-localematcher", @@ -3361,18 +3361,18 @@ "hash": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==" } }, - "npm:@formatjs/intl": { + "npm:@formatjs/intl@2.10.1": { "type": "npm", - "name": "npm:@formatjs/intl", + "name": "npm:@formatjs/intl@2.10.1", "data": { "version": "2.10.1", "packageName": "@formatjs/intl", "hash": "sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==" } }, - "npm:@formatjs/intl@2.6.7": { + "npm:@formatjs/intl": { "type": "npm", - "name": "npm:@formatjs/intl@2.6.7", + "name": "npm:@formatjs/intl", "data": { "version": "2.6.7", "packageName": "@formatjs/intl", @@ -3748,18 +3748,18 @@ "hash": "sha512-fMBsAEB7pWtPn43y72q9Xy5E5y55r6gMuDQqRRccccVoQDPXyS57VCj5IdATblctru0C6A8XpL2vRyNmEsu0Vg==" } }, - "npm:@microsoft/applicationinsights-common": { + "npm:@microsoft/applicationinsights-common@2.8.18": { "type": "npm", - "name": "npm:@microsoft/applicationinsights-common", + "name": "npm:@microsoft/applicationinsights-common@2.8.18", "data": { "version": "2.8.18", "packageName": "@microsoft/applicationinsights-common", "hash": "sha512-/PBRmRL6rFCoO3vWpIEHuFnu+TinEYRKWOj+I+XVUH5myZpv+nYvaRdwryVTkmCYxLyL9kxtNn7hQx8DBlhdSw==" } }, - "npm:@microsoft/applicationinsights-common@2.8.9": { + "npm:@microsoft/applicationinsights-common": { "type": "npm", - "name": "npm:@microsoft/applicationinsights-common@2.8.9", + "name": "npm:@microsoft/applicationinsights-common", "data": { "version": "2.8.9", "packageName": "@microsoft/applicationinsights-common", @@ -3919,18 +3919,18 @@ "hash": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==" } }, - "npm:@nodelib/fs.scandir@2.1.5": { + "npm:@nodelib/fs.scandir": { "type": "npm", - "name": "npm:@nodelib/fs.scandir@2.1.5", + "name": "npm:@nodelib/fs.scandir", "data": { "version": "2.1.5", "packageName": "@nodelib/fs.scandir", "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" } }, - "npm:@nodelib/fs.scandir": { + "npm:@nodelib/fs.scandir@3.0.0": { "type": "npm", - "name": "npm:@nodelib/fs.scandir", + "name": "npm:@nodelib/fs.scandir@3.0.0", "data": { "version": "3.0.0", "packageName": "@nodelib/fs.scandir", @@ -3955,18 +3955,18 @@ "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" } }, - "npm:@nodelib/fs.walk@1.2.8": { + "npm:@nodelib/fs.walk": { "type": "npm", - "name": "npm:@nodelib/fs.walk@1.2.8", + "name": "npm:@nodelib/fs.walk", "data": { "version": "1.2.8", "packageName": "@nodelib/fs.walk", "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" } }, - "npm:@nodelib/fs.walk": { + "npm:@nodelib/fs.walk@2.0.0": { "type": "npm", - "name": "npm:@nodelib/fs.walk", + "name": "npm:@nodelib/fs.walk@2.0.0", "data": { "version": "2.0.0", "packageName": "@nodelib/fs.walk", @@ -4423,9 +4423,9 @@ "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" } }, - "npm:@rollup/pluginutils": { + "npm:@rollup/pluginutils@5.1.0": { "type": "npm", - "name": "npm:@rollup/pluginutils", + "name": "npm:@rollup/pluginutils@5.1.0", "data": { "version": "5.1.0", "packageName": "@rollup/pluginutils", @@ -5557,18 +5557,18 @@ "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" } }, - "npm:aria-query@5.1.3": { + "npm:aria-query": { "type": "npm", - "name": "npm:aria-query@5.1.3", + "name": "npm:aria-query", "data": { "version": "5.1.3", "packageName": "aria-query", "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" } }, - "npm:aria-query": { + "npm:aria-query@5.3.0": { "type": "npm", - "name": "npm:aria-query", + "name": "npm:aria-query@5.3.0", "data": { "version": "5.3.0", "packageName": "aria-query", @@ -5800,18 +5800,18 @@ "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" } }, - "npm:brace-expansion@1.1.11": { + "npm:brace-expansion": { "type": "npm", - "name": "npm:brace-expansion@1.1.11", + "name": "npm:brace-expansion", "data": { "version": "1.1.11", "packageName": "brace-expansion", "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" } }, - "npm:brace-expansion": { + "npm:brace-expansion@2.0.1": { "type": "npm", - "name": "npm:brace-expansion", + "name": "npm:brace-expansion@2.0.1", "data": { "version": "2.0.1", "packageName": "brace-expansion", @@ -5980,9 +5980,9 @@ "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, - "npm:chalk": { + "npm:chalk@5.3.0": { "type": "npm", - "name": "npm:chalk", + "name": "npm:chalk@5.3.0", "data": { "version": "5.3.0", "packageName": "chalk", @@ -6196,18 +6196,18 @@ "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" } }, - "npm:commander": { + "npm:commander@12.0.0": { "type": "npm", - "name": "npm:commander", + "name": "npm:commander@12.0.0", "data": { "version": "12.0.0", "packageName": "commander", "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" } }, - "npm:commander@2.20.3": { + "npm:commander": { "type": "npm", - "name": "npm:commander@2.20.3", + "name": "npm:commander", "data": { "version": "2.20.3", "packageName": "commander", @@ -6745,9 +6745,9 @@ "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" } }, - "npm:dom-accessibility-api": { + "npm:dom-accessibility-api@0.6.3": { "type": "npm", - "name": "npm:dom-accessibility-api", + "name": "npm:dom-accessibility-api@0.6.3", "data": { "version": "0.6.3", "packageName": "dom-accessibility-api", @@ -6934,18 +6934,18 @@ "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" } }, - "npm:entities@2.2.0": { + "npm:entities": { "type": "npm", - "name": "npm:entities@2.2.0", + "name": "npm:entities", "data": { "version": "2.2.0", "packageName": "entities", "hash": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" } }, - "npm:entities": { + "npm:entities@4.5.0": { "type": "npm", - "name": "npm:entities", + "name": "npm:entities@4.5.0", "data": { "version": "4.5.0", "packageName": "entities", @@ -7051,18 +7051,18 @@ "hash": "sha512-B0yxafj1D1ZTNEHkFoQxz4iboZSfaZHhaNhIug7GcUCL4ZUrVSJZTmWUAkPOFaYDfi3RNT9XM082TuGE6jpmiQ==" } }, - "npm:escape-string-regexp@1.0.5": { + "npm:escape-string-regexp": { "type": "npm", - "name": "npm:escape-string-regexp@1.0.5", + "name": "npm:escape-string-regexp", "data": { "version": "1.0.5", "packageName": "escape-string-regexp", "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, - "npm:escape-string-regexp": { + "npm:escape-string-regexp@2.0.0": { "type": "npm", - "name": "npm:escape-string-regexp", + "name": "npm:escape-string-regexp@2.0.0", "data": { "version": "2.0.0", "packageName": "escape-string-regexp", @@ -7141,18 +7141,18 @@ "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" } }, - "npm:execa@5.1.1": { + "npm:execa": { "type": "npm", - "name": "npm:execa@5.1.1", + "name": "npm:execa", "data": { "version": "5.1.1", "packageName": "execa", "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" } }, - "npm:execa": { + "npm:execa@8.0.1": { "type": "npm", - "name": "npm:execa", + "name": "npm:execa@8.0.1", "data": { "version": "8.0.1", "packageName": "execa", @@ -7429,9 +7429,9 @@ "hash": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" } }, - "npm:form-data": { + "npm:form-data@4.0.0": { "type": "npm", - "name": "npm:form-data", + "name": "npm:form-data@4.0.0", "data": { "version": "4.0.0", "packageName": "form-data", @@ -7645,9 +7645,9 @@ "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" } }, - "npm:glob": { + "npm:glob@8.1.0": { "type": "npm", - "name": "npm:glob", + "name": "npm:glob@8.1.0", "data": { "version": "8.1.0", "packageName": "glob", @@ -7879,9 +7879,9 @@ "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" } }, - "npm:hosted-git-info": { + "npm:hosted-git-info@7.0.1": { "type": "npm", - "name": "npm:hosted-git-info", + "name": "npm:hosted-git-info@7.0.1", "data": { "version": "7.0.1", "packageName": "hosted-git-info", @@ -8131,18 +8131,18 @@ "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" } }, - "npm:intl-messageformat@10.3.1": { + "npm:intl-messageformat": { "type": "npm", - "name": "npm:intl-messageformat@10.3.1", + "name": "npm:intl-messageformat", "data": { "version": "10.3.1", "packageName": "intl-messageformat", "hash": "sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==" } }, - "npm:intl-messageformat": { + "npm:intl-messageformat@10.5.11": { "type": "npm", - "name": "npm:intl-messageformat", + "name": "npm:intl-messageformat@10.5.11", "data": { "version": "10.5.11", "packageName": "intl-messageformat", @@ -8383,18 +8383,18 @@ "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" } }, - "npm:is-number": { + "npm:is-number@4.0.0": { "type": "npm", - "name": "npm:is-number", + "name": "npm:is-number@4.0.0", "data": { "version": "4.0.0", "packageName": "is-number", "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" } }, - "npm:is-number@7.0.0": { + "npm:is-number": { "type": "npm", - "name": "npm:is-number@7.0.0", + "name": "npm:is-number", "data": { "version": "7.0.0", "packageName": "is-number", @@ -8608,18 +8608,18 @@ "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" } }, - "npm:isarray@1.0.0": { + "npm:isarray": { "type": "npm", - "name": "npm:isarray@1.0.0", + "name": "npm:isarray", "data": { "version": "1.0.0", "packageName": "isarray", "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" } }, - "npm:isarray": { + "npm:isarray@2.0.5": { "type": "npm", - "name": "npm:isarray", + "name": "npm:isarray@2.0.5", "data": { "version": "2.0.5", "packageName": "isarray", @@ -8806,18 +8806,18 @@ "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" } }, - "npm:json-parse-even-better-errors@2.3.1": { + "npm:json-parse-even-better-errors": { "type": "npm", - "name": "npm:json-parse-even-better-errors@2.3.1", + "name": "npm:json-parse-even-better-errors", "data": { "version": "2.3.1", "packageName": "json-parse-even-better-errors", "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" } }, - "npm:json-parse-even-better-errors": { + "npm:json-parse-even-better-errors@3.0.1": { "type": "npm", - "name": "npm:json-parse-even-better-errors", + "name": "npm:json-parse-even-better-errors@3.0.1", "data": { "version": "3.0.1", "packageName": "json-parse-even-better-errors", @@ -8860,9 +8860,9 @@ "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, - "npm:jsonc-parser": { + "npm:jsonc-parser@3.2.0": { "type": "npm", - "name": "npm:jsonc-parser", + "name": "npm:jsonc-parser@3.2.0", "data": { "version": "3.2.0", "packageName": "jsonc-parser", @@ -8986,9 +8986,9 @@ "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" } }, - "npm:lilconfig": { + "npm:lilconfig@3.0.0": { "type": "npm", - "name": "npm:lilconfig", + "name": "npm:lilconfig@3.0.0", "data": { "version": "3.0.0", "packageName": "lilconfig", @@ -9013,9 +9013,9 @@ "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" } }, - "npm:lines-and-columns": { + "npm:lines-and-columns@2.0.4": { "type": "npm", - "name": "npm:lines-and-columns", + "name": "npm:lines-and-columns@2.0.4", "data": { "version": "2.0.4", "packageName": "lines-and-columns", @@ -9220,18 +9220,18 @@ "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" } }, - "npm:lru-cache": { + "npm:lru-cache@5.1.1": { "type": "npm", - "name": "npm:lru-cache", + "name": "npm:lru-cache@5.1.1", "data": { "version": "5.1.1", "packageName": "lru-cache", "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, - "npm:lru-cache@6.0.0": { + "npm:lru-cache": { "type": "npm", - "name": "npm:lru-cache@6.0.0", + "name": "npm:lru-cache", "data": { "version": "6.0.0", "packageName": "lru-cache", @@ -9265,9 +9265,9 @@ "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" } }, - "npm:magic-string": { + "npm:magic-string@0.30.8": { "type": "npm", - "name": "npm:magic-string", + "name": "npm:magic-string@0.30.8", "data": { "version": "0.30.8", "packageName": "magic-string", @@ -9652,9 +9652,9 @@ "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" } }, - "npm:mimic-fn@2.1.0": { + "npm:mimic-fn": { "type": "npm", - "name": "npm:mimic-fn@2.1.0", + "name": "npm:mimic-fn", "data": { "version": "2.1.0", "packageName": "mimic-fn", @@ -9670,9 +9670,9 @@ "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" } }, - "npm:mimic-fn": { + "npm:mimic-fn@4.0.0": { "type": "npm", - "name": "npm:mimic-fn", + "name": "npm:mimic-fn@4.0.0", "data": { "version": "4.0.0", "packageName": "mimic-fn", @@ -9706,9 +9706,9 @@ "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" } }, - "npm:minimatch": { + "npm:minimatch@9.0.3": { "type": "npm", - "name": "npm:minimatch", + "name": "npm:minimatch@9.0.3", "data": { "version": "9.0.3", "packageName": "minimatch", @@ -9823,9 +9823,9 @@ "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" } }, - "npm:nanoid": { + "npm:nanoid@5.0.6": { "type": "npm", - "name": "npm:nanoid", + "name": "npm:nanoid@5.0.6", "data": { "version": "5.0.6", "packageName": "nanoid", @@ -9859,9 +9859,9 @@ "hash": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==" } }, - "npm:node-fetch": { + "npm:node-fetch@2.7.0": { "type": "npm", - "name": "npm:node-fetch", + "name": "npm:node-fetch@2.7.0", "data": { "version": "2.7.0", "packageName": "node-fetch", @@ -10174,9 +10174,9 @@ "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" } }, - "npm:p-limit": { + "npm:p-limit@5.0.0": { "type": "npm", - "name": "npm:p-limit", + "name": "npm:p-limit@5.0.0", "data": { "version": "5.0.0", "packageName": "p-limit", @@ -10372,9 +10372,9 @@ "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" } }, - "npm:path-type": { + "npm:path-type@5.0.0": { "type": "npm", - "name": "npm:path-type", + "name": "npm:path-type@5.0.0", "data": { "version": "5.0.0", "packageName": "path-type", @@ -10426,18 +10426,18 @@ "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" } }, - "npm:picomatch@2.3.1": { + "npm:picomatch": { "type": "npm", - "name": "npm:picomatch@2.3.1", + "name": "npm:picomatch", "data": { "version": "2.3.1", "packageName": "picomatch", "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" } }, - "npm:picomatch": { + "npm:picomatch@4.0.1": { "type": "npm", - "name": "npm:picomatch", + "name": "npm:picomatch@4.0.1", "data": { "version": "4.0.1", "packageName": "picomatch", @@ -10849,18 +10849,18 @@ "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" } }, - "npm:react-is@17.0.2": { + "npm:react-is": { "type": "npm", - "name": "npm:react-is@17.0.2", + "name": "npm:react-is", "data": { "version": "17.0.2", "packageName": "react-is", "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" } }, - "npm:react-is": { + "npm:react-is@18.2.0": { "type": "npm", - "name": "npm:react-is", + "name": "npm:react-is@18.2.0", "data": { "version": "18.2.0", "packageName": "react-is", @@ -10921,6 +10921,15 @@ "hash": "sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==" } }, + "npm:react@17.0.2": { + "type": "npm", + "name": "npm:react@17.0.2", + "data": { + "version": "17.0.2", + "packageName": "react", + "hash": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==" + } + }, "npm:react": { "type": "npm", "name": "npm:react", @@ -10957,9 +10966,9 @@ "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" } }, - "npm:readable-stream": { + "npm:readable-stream@3.6.2": { "type": "npm", - "name": "npm:readable-stream", + "name": "npm:readable-stream@3.6.2", "data": { "version": "3.6.2", "packageName": "readable-stream", @@ -11191,9 +11200,9 @@ "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" } }, - "npm:resolve": { + "npm:resolve@1.22.8": { "type": "npm", - "name": "npm:resolve", + "name": "npm:resolve@1.22.8", "data": { "version": "1.22.8", "packageName": "resolve", @@ -11362,18 +11371,18 @@ "hash": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==" } }, - "npm:safe-buffer@5.1.2": { + "npm:safe-buffer": { "type": "npm", - "name": "npm:safe-buffer@5.1.2", + "name": "npm:safe-buffer", "data": { "version": "5.1.2", "packageName": "safe-buffer", "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" } }, - "npm:safe-buffer": { + "npm:safe-buffer@5.2.1": { "type": "npm", - "name": "npm:safe-buffer", + "name": "npm:safe-buffer@5.2.1", "data": { "version": "5.2.1", "packageName": "safe-buffer", @@ -11407,18 +11416,18 @@ "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" } }, - "npm:scheduler": { + "npm:scheduler@0.20.2": { "type": "npm", - "name": "npm:scheduler", + "name": "npm:scheduler@0.20.2", "data": { "version": "0.20.2", "packageName": "scheduler", "hash": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==" } }, - "npm:scheduler@0.23.0": { + "npm:scheduler": { "type": "npm", - "name": "npm:scheduler@0.23.0", + "name": "npm:scheduler", "data": { "version": "0.23.0", "packageName": "scheduler", @@ -11443,9 +11452,9 @@ "hash": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==" } }, - "npm:semver": { + "npm:semver@6.3.1": { "type": "npm", - "name": "npm:semver", + "name": "npm:semver@6.3.1", "data": { "version": "6.3.1", "packageName": "semver", @@ -11839,18 +11848,18 @@ "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" } }, - "npm:split2": { + "npm:split2@1.0.0": { "type": "npm", - "name": "npm:split2", + "name": "npm:split2@1.0.0", "data": { "version": "1.0.0", "packageName": "split2", "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" } }, - "npm:split2@3.2.2": { + "npm:split2": { "type": "npm", - "name": "npm:split2@3.2.2", + "name": "npm:split2", "data": { "version": "3.2.2", "packageName": "split2", @@ -12082,18 +12091,18 @@ "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" } }, - "npm:strip-bom": { + "npm:strip-bom@3.0.0": { "type": "npm", - "name": "npm:strip-bom", + "name": "npm:strip-bom@3.0.0", "data": { "version": "3.0.0", "packageName": "strip-bom", "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" } }, - "npm:strip-bom@4.0.0": { + "npm:strip-bom": { "type": "npm", - "name": "npm:strip-bom@4.0.0", + "name": "npm:strip-bom", "data": { "version": "4.0.0", "packageName": "strip-bom", @@ -12136,18 +12145,18 @@ "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" } }, - "npm:strip-json-comments@3.1.1": { + "npm:strip-json-comments": { "type": "npm", - "name": "npm:strip-json-comments@3.1.1", + "name": "npm:strip-json-comments", "data": { "version": "3.1.1", "packageName": "strip-json-comments", "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" } }, - "npm:strip-json-comments": { + "npm:strip-json-comments@5.0.1": { "type": "npm", - "name": "npm:strip-json-comments", + "name": "npm:strip-json-comments@5.0.1", "data": { "version": "5.0.1", "packageName": "strip-json-comments", @@ -12325,36 +12334,36 @@ "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" } }, - "npm:throttle-debounce": { + "npm:throttle-debounce@2.3.0": { "type": "npm", - "name": "npm:throttle-debounce", + "name": "npm:throttle-debounce@2.3.0", "data": { "version": "2.3.0", "packageName": "throttle-debounce", "hash": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==" } }, - "npm:throttle-debounce@3.0.1": { + "npm:throttle-debounce": { "type": "npm", - "name": "npm:throttle-debounce@3.0.1", + "name": "npm:throttle-debounce", "data": { "version": "3.0.1", "packageName": "throttle-debounce", "hash": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==" } }, - "npm:through2": { + "npm:through2@2.0.5": { "type": "npm", - "name": "npm:through2", + "name": "npm:through2@2.0.5", "data": { "version": "2.0.5", "packageName": "through2", "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" } }, - "npm:through2@4.0.2": { + "npm:through2": { "type": "npm", - "name": "npm:through2@4.0.2", + "name": "npm:through2", "data": { "version": "4.0.2", "packageName": "through2", @@ -12631,9 +12640,9 @@ "hash": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==" } }, - "npm:tr46": { + "npm:tr46@5.0.0": { "type": "npm", - "name": "npm:tr46", + "name": "npm:tr46@5.0.0", "data": { "version": "5.0.0", "packageName": "tr46", @@ -12964,9 +12973,9 @@ "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" } }, - "npm:universalify": { + "npm:universalify@2.0.1": { "type": "npm", - "name": "npm:universalify", + "name": "npm:universalify@2.0.1", "data": { "version": "2.0.1", "packageName": "universalify", @@ -13315,9 +13324,9 @@ "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" } }, - "npm:whatwg-url": { + "npm:whatwg-url@14.0.0": { "type": "npm", - "name": "npm:whatwg-url", + "name": "npm:whatwg-url@14.0.0", "data": { "version": "14.0.0", "packageName": "whatwg-url", @@ -13387,18 +13396,18 @@ "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" } }, - "npm:which@2.0.2": { + "npm:which": { "type": "npm", - "name": "npm:which@2.0.2", + "name": "npm:which", "data": { "version": "2.0.2", "packageName": "which", "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" } }, - "npm:which": { + "npm:which@4.0.0": { "type": "npm", - "name": "npm:which", + "name": "npm:which@4.0.0", "data": { "version": "4.0.0", "packageName": "which", @@ -13540,18 +13549,18 @@ "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" } }, - "npm:yallist": { + "npm:yallist@3.1.1": { "type": "npm", - "name": "npm:yallist", + "name": "npm:yallist@3.1.1", "data": { "version": "3.1.1", "packageName": "yallist", "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" } }, - "npm:yallist@4.0.0": { + "npm:yallist": { "type": "npm", - "name": "npm:yallist@4.0.0", + "name": "npm:yallist", "data": { "version": "4.0.0", "packageName": "yallist", @@ -14068,137 +14077,137 @@ "@microsoft/logic-apps-designer": [ { "source": "@microsoft/logic-apps-designer", - "target": "@microsoft/logic-apps-shared", + "target": "npm:@fluentui/azure-themes", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "@microsoft/designer-ui", + "target": "npm:@fluentui/react", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:react-intl", + "target": "npm:@fluentui/react-components", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@reduxjs/toolkit", + "target": "npm:@fluentui/react-hooks", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:react-redux", + "target": "npm:@fluentui/react-icons", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@fluentui/react", + "target": "npm:@fluentui/utilities", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:to-title-case", + "target": "npm:@microsoft/applicationinsights-core-js", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:lodash.merge", + "target": "@microsoft/designer-ui", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@react-hookz/web", + "target": "@microsoft/logic-apps-shared", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:react-query", + "target": "npm:@react-hookz/web", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@fluentui/azure-themes", + "target": "npm:@reduxjs/toolkit", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@fluentui/react-components", + "target": "npm:elkjs", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:elkjs", + "target": "npm:fuse.js", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:reactflow", + "target": "npm:immer", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:immer", + "target": "npm:lodash.frompairs", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:yocto-queue", + "target": "npm:lodash.merge", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@fluentui/react-icons", + "target": "npm:react-dnd", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@fluentui/utilities", + "target": "npm:react-dnd-accessible-backend", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:react-dnd", + "target": "npm:react-dnd-html5-backend", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:react-dnd-accessible-backend", + "target": "npm:react-dnd-multi-backend", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:react-dnd-html5-backend", + "target": "npm:react-hotkeys-hook", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:react-dnd-multi-backend", + "target": "npm:react-intl", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:react-hotkeys-hook", + "target": "npm:react-query", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:lodash.frompairs", + "target": "npm:react-redux", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:fuse.js", + "target": "npm:reactflow", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:redux-thunk", "type": "static" }, { "source": "@microsoft/logic-apps-designer", - "target": "npm:@fluentui/react-hooks", + "target": "npm:to-title-case", "type": "static" }, { @@ -14206,6 +14215,11 @@ "target": "npm:util", "type": "static" }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:yocto-queue", + "type": "static" + }, { "source": "@microsoft/logic-apps-designer", "target": "npm:react", @@ -14751,7 +14765,7 @@ }, { "source": "npm:@azure/core-http", - "target": "npm:@azure/core-tracing", + "target": "npm:@azure/core-tracing@1.0.0-preview.13", "type": "static" }, { @@ -14776,12 +14790,12 @@ }, { "source": "npm:@azure/core-http", - "target": "npm:form-data", + "target": "npm:form-data@4.0.0", "type": "static" }, { "source": "npm:@azure/core-http", - "target": "npm:node-fetch", + "target": "npm:node-fetch@2.7.0", "type": "static" }, { @@ -14881,14 +14895,14 @@ "type": "static" } ], - "npm:@azure/core-tracing": [ + "npm:@azure/core-tracing@1.0.0-preview.13": [ { - "source": "npm:@azure/core-tracing", + "source": "npm:@azure/core-tracing@1.0.0-preview.13", "target": "npm:@opentelemetry/api", "type": "static" }, { - "source": "npm:@azure/core-tracing", + "source": "npm:@azure/core-tracing@1.0.0-preview.13", "target": "npm:tslib@2.6.2", "type": "static" } @@ -14954,7 +14968,7 @@ }, { "source": "npm:@azure/ms-rest-js", - "target": "npm:node-fetch", + "target": "npm:node-fetch@2.7.0", "type": "static" }, { @@ -15001,7 +15015,7 @@ }, { "source": "npm:@azure/storage-blob", - "target": "npm:@azure/core-tracing", + "target": "npm:@azure/core-tracing@1.0.0-preview.13", "type": "static" }, { @@ -15105,7 +15119,7 @@ }, { "source": "npm:@babel/core", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" } ], @@ -15163,12 +15177,12 @@ }, { "source": "npm:@babel/helper-compilation-targets", - "target": "npm:lru-cache", + "target": "npm:lru-cache@5.1.1", "type": "static" }, { "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" } ], @@ -15220,7 +15234,7 @@ }, { "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" } ], @@ -15242,7 +15256,7 @@ }, { "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" } ], @@ -15274,7 +15288,7 @@ }, { "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" } ], @@ -17115,7 +17129,7 @@ }, { "source": "npm:@babel/preset-env", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" } ], @@ -17558,13 +17572,18 @@ }, { "source": "npm:@fluentui/foundation-legacy", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/foundation-legacy", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/keyboard-key": [ @@ -17663,13 +17682,18 @@ }, { "source": "npm:@fluentui/react-accordion", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-accordion", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-alert": [ @@ -17730,13 +17754,18 @@ }, { "source": "npm:@fluentui/react-alert", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-alert", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-aria": [ @@ -17782,13 +17811,18 @@ }, { "source": "npm:@fluentui/react-aria", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-aria", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-avatar": [ @@ -17864,13 +17898,18 @@ }, { "source": "npm:@fluentui/react-avatar", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-avatar", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-badge": [ @@ -17921,13 +17960,18 @@ }, { "source": "npm:@fluentui/react-badge", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-badge", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-breadcrumb": [ @@ -17998,13 +18042,18 @@ }, { "source": "npm:@fluentui/react-breadcrumb", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-breadcrumb", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-button": [ @@ -18070,13 +18119,18 @@ }, { "source": "npm:@fluentui/react-button", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-button", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-card": [ @@ -18127,13 +18181,18 @@ }, { "source": "npm:@fluentui/react-card", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-card", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-checkbox": [ @@ -18199,13 +18258,18 @@ }, { "source": "npm:@fluentui/react-checkbox", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-checkbox", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-combobox": [ @@ -18291,13 +18355,18 @@ }, { "source": "npm:@fluentui/react-combobox", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-combobox", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-components": [ @@ -18568,7 +18637,7 @@ }, { "source": "npm:@fluentui/react-components", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -18578,10 +18647,15 @@ }, { "source": "npm:@fluentui/react-components", - "target": "npm:scheduler", + "target": "npm:scheduler@0.20.2", "type": "static" - } - ], + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:react", + "type": "static" + } + ], "npm:@fluentui/react-context-selector": [ { "source": "npm:@fluentui/react-context-selector", @@ -18605,7 +18679,7 @@ }, { "source": "npm:@fluentui/react-context-selector", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -18615,7 +18689,12 @@ }, { "source": "npm:@fluentui/react-context-selector", - "target": "npm:scheduler", + "target": "npm:scheduler@0.20.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:react", "type": "static" } ], @@ -18692,7 +18771,7 @@ }, { "source": "npm:@fluentui/react-dialog", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -18704,6 +18783,11 @@ "source": "npm:@fluentui/react-dialog", "target": "npm:react-transition-group", "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-divider": [ @@ -18749,13 +18833,18 @@ }, { "source": "npm:@fluentui/react-divider", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-divider", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-drawer": [ @@ -18816,13 +18905,18 @@ }, { "source": "npm:@fluentui/react-drawer", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-drawer", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-field": [ @@ -18878,13 +18972,18 @@ }, { "source": "npm:@fluentui/react-field", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-field", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-focus": [ @@ -18920,13 +19019,18 @@ }, { "source": "npm:@fluentui/react-focus", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-focus", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-hooks": [ @@ -18952,13 +19056,18 @@ }, { "source": "npm:@fluentui/react-hooks", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-hooks", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-hooks@8.7.0": [ @@ -18984,13 +19093,18 @@ }, { "source": "npm:@fluentui/react-hooks@8.7.0", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-hooks@8.7.0", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-icons": [ @@ -19001,13 +19115,18 @@ }, { "source": "npm:@fluentui/react-icons", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-icons", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/react-icons", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-image": [ @@ -19053,13 +19172,18 @@ }, { "source": "npm:@fluentui/react-image", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-image", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-infobutton": [ @@ -19120,13 +19244,18 @@ }, { "source": "npm:@fluentui/react-infobutton", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-infobutton", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-infolabel": [ @@ -19187,13 +19316,18 @@ }, { "source": "npm:@fluentui/react-infolabel", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-infolabel", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-input": [ @@ -19244,13 +19378,18 @@ }, { "source": "npm:@fluentui/react-input", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-input", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-jsx-runtime": [ @@ -19271,12 +19410,17 @@ }, { "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:react", + "target": "npm:react@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react-is", "type": "static" }, { "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:react-is@17.0.2", + "target": "npm:react", "type": "static" } ], @@ -19323,13 +19467,18 @@ }, { "source": "npm:@fluentui/react-label", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-label", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-link": [ @@ -19385,13 +19534,18 @@ }, { "source": "npm:@fluentui/react-link", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-link", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-menu": [ @@ -19472,13 +19626,18 @@ }, { "source": "npm:@fluentui/react-menu", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-menu", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-message-bar": [ @@ -19534,7 +19693,7 @@ }, { "source": "npm:@fluentui/react-message-bar", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -19546,6 +19705,11 @@ "source": "npm:@fluentui/react-message-bar", "target": "npm:react-transition-group", "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-migration-v8-v9": [ @@ -19658,13 +19822,18 @@ }, { "source": "npm:@fluentui/react-motion-preview", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-motion-preview", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-overflow": [ @@ -19710,13 +19879,18 @@ }, { "source": "npm:@fluentui/react-overflow", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-overflow", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-persona": [ @@ -19772,13 +19946,18 @@ }, { "source": "npm:@fluentui/react-persona", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-persona", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-popover": [ @@ -19854,13 +20033,18 @@ }, { "source": "npm:@fluentui/react-popover", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-popover", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-portal-compat-context": [ @@ -19874,6 +20058,11 @@ "target": "npm:@types/react", "type": "static" }, + { + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:react@17.0.2", + "type": "static" + }, { "source": "npm:@fluentui/react-portal-compat-context", "target": "npm:react", @@ -19950,7 +20139,7 @@ }, { "source": "npm:@fluentui/react-portal", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -19962,6 +20151,11 @@ "source": "npm:@fluentui/react-portal", "target": "npm:use-disposable", "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-positioning": [ @@ -20012,13 +20206,18 @@ }, { "source": "npm:@fluentui/react-positioning", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-positioning", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-progress": [ @@ -20069,13 +20268,18 @@ }, { "source": "npm:@fluentui/react-progress", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-progress", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-provider": [ @@ -20136,13 +20340,18 @@ }, { "source": "npm:@fluentui/react-provider", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-provider", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-radio": [ @@ -20203,13 +20412,18 @@ }, { "source": "npm:@fluentui/react-radio", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-radio", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-select": [ @@ -20265,13 +20479,18 @@ }, { "source": "npm:@fluentui/react-select", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-select", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-shared-contexts": [ @@ -20290,6 +20509,11 @@ "target": "npm:@types/react", "type": "static" }, + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:react@17.0.2", + "type": "static" + }, { "source": "npm:@fluentui/react-shared-contexts", "target": "npm:react", @@ -20344,13 +20568,18 @@ }, { "source": "npm:@fluentui/react-skeleton", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-skeleton", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-slider": [ @@ -20406,13 +20635,18 @@ }, { "source": "npm:@fluentui/react-slider", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-slider", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-spinbutton": [ @@ -20473,13 +20707,18 @@ }, { "source": "npm:@fluentui/react-spinbutton", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-spinbutton", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-spinner": [ @@ -20530,13 +20769,18 @@ }, { "source": "npm:@fluentui/react-spinner", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-spinner", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-switch": [ @@ -20602,13 +20846,18 @@ }, { "source": "npm:@fluentui/react-switch", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-switch", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-table": [ @@ -20694,13 +20943,18 @@ }, { "source": "npm:@fluentui/react-table", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-table", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-tabs": [ @@ -20756,13 +21010,18 @@ }, { "source": "npm:@fluentui/react-tabs", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-tabs", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-tabster": [ @@ -20808,7 +21067,7 @@ }, { "source": "npm:@fluentui/react-tabster", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -20820,6 +21079,11 @@ "source": "npm:@fluentui/react-tabster", "target": "npm:tabster", "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-tags": [ @@ -20890,13 +21154,18 @@ }, { "source": "npm:@fluentui/react-tags", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-tags", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-text": [ @@ -20942,13 +21211,18 @@ }, { "source": "npm:@fluentui/react-text", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-text", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-textarea": [ @@ -20999,13 +21273,18 @@ }, { "source": "npm:@fluentui/react-textarea", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-textarea", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-theme": [ @@ -21088,7 +21367,7 @@ }, { "source": "npm:@fluentui/react-toast", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -21100,6 +21379,11 @@ "source": "npm:@fluentui/react-toast", "target": "npm:react-transition-group", "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-toolbar": [ @@ -21170,13 +21454,18 @@ }, { "source": "npm:@fluentui/react-toolbar", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-toolbar", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-tooltip": [ @@ -21242,13 +21531,18 @@ }, { "source": "npm:@fluentui/react-tooltip", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-tooltip", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-tree": [ @@ -21339,13 +21633,18 @@ }, { "source": "npm:@fluentui/react-tree", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-tree", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-utilities": [ @@ -21369,6 +21668,11 @@ "target": "npm:@types/react", "type": "static" }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:react@17.0.2", + "type": "static" + }, { "source": "npm:@fluentui/react-utilities", "target": "npm:react", @@ -21413,13 +21717,18 @@ }, { "source": "npm:@fluentui/react-virtualizer", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-virtualizer", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react-window-provider": [ @@ -21435,13 +21744,18 @@ }, { "source": "npm:@fluentui/react-window-provider", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/react-window-provider", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react": [ @@ -21522,7 +21836,7 @@ }, { "source": "npm:@fluentui/react", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -21534,6 +21848,11 @@ "source": "npm:@fluentui/react", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/react@8.117.0": [ @@ -21722,13 +22041,18 @@ }, { "source": "npm:@fluentui/theme@2.6.43", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/theme@2.6.43", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/tokens": [ @@ -21761,13 +22085,18 @@ }, { "source": "npm:@fluentui/utilities", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/utilities", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:react", + "type": "static" } ], "npm:@fluentui/utilities@8.15.0": [ @@ -21793,19 +22122,24 @@ }, { "source": "npm:@fluentui/utilities@8.15.0", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@fluentui/utilities@8.15.0", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:react", + "type": "static" } ], "npm:@formatjs/ecma402-abstract@1.14.3": [ { "source": "npm:@formatjs/ecma402-abstract@1.14.3", - "target": "npm:@formatjs/intl-localematcher", + "target": "npm:@formatjs/intl-localematcher@0.2.32", "type": "static" }, { @@ -21814,28 +22148,28 @@ "type": "static" } ], - "npm:@formatjs/ecma402-abstract": [ + "npm:@formatjs/ecma402-abstract@1.18.2": [ { - "source": "npm:@formatjs/ecma402-abstract", + "source": "npm:@formatjs/ecma402-abstract@1.18.2", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/ecma402-abstract", + "source": "npm:@formatjs/ecma402-abstract@1.18.2", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/fast-memoize@1.2.8": [ + "npm:@formatjs/fast-memoize": [ { - "source": "npm:@formatjs/fast-memoize@1.2.8", + "source": "npm:@formatjs/fast-memoize", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/fast-memoize": [ + "npm:@formatjs/fast-memoize@2.2.0": [ { - "source": "npm:@formatjs/fast-memoize", + "source": "npm:@formatjs/fast-memoize@2.2.0", "target": "npm:tslib@2.6.2", "type": "static" } @@ -21848,7 +22182,7 @@ }, { "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", - "target": "npm:@formatjs/icu-skeleton-parser", + "target": "npm:@formatjs/icu-skeleton-parser@1.3.18", "type": "static" }, { @@ -21857,31 +22191,31 @@ "type": "static" } ], - "npm:@formatjs/icu-messageformat-parser": [ + "npm:@formatjs/icu-messageformat-parser@2.7.6": [ { - "source": "npm:@formatjs/icu-messageformat-parser", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser", + "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", "target": "npm:@formatjs/icu-skeleton-parser@1.8.0", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser", + "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/icu-skeleton-parser": [ + "npm:@formatjs/icu-skeleton-parser@1.3.18": [ { - "source": "npm:@formatjs/icu-skeleton-parser", + "source": "npm:@formatjs/icu-skeleton-parser@1.3.18", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/icu-skeleton-parser", + "source": "npm:@formatjs/icu-skeleton-parser@1.3.18", "target": "npm:tslib@2.6.2", "type": "static" } @@ -21889,7 +22223,7 @@ "npm:@formatjs/icu-skeleton-parser@1.8.0": [ { "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", - "target": "npm:@formatjs/ecma402-abstract", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", "type": "static" }, { @@ -21898,77 +22232,77 @@ "type": "static" } ], - "npm:@formatjs/intl-displaynames@6.2.6": [ + "npm:@formatjs/intl-displaynames": [ { - "source": "npm:@formatjs/intl-displaynames@6.2.6", + "source": "npm:@formatjs/intl-displaynames", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.2.6", - "target": "npm:@formatjs/intl-localematcher", + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/intl-localematcher@0.2.32", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.2.6", + "source": "npm:@formatjs/intl-displaynames", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/intl-displaynames": [ + "npm:@formatjs/intl-displaynames@6.6.6": [ { - "source": "npm:@formatjs/intl-displaynames", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@formatjs/intl-displaynames@6.6.6", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl-displaynames@6.6.6", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl-displaynames@6.6.6", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/intl-listformat@7.1.9": [ + "npm:@formatjs/intl-listformat": [ { - "source": "npm:@formatjs/intl-listformat@7.1.9", + "source": "npm:@formatjs/intl-listformat", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.1.9", - "target": "npm:@formatjs/intl-localematcher", + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/intl-localematcher@0.2.32", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.1.9", + "source": "npm:@formatjs/intl-listformat", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/intl-listformat": [ + "npm:@formatjs/intl-listformat@7.5.5": [ { - "source": "npm:@formatjs/intl-listformat", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@formatjs/intl-listformat@7.5.5", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl-listformat@7.5.5", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl-listformat@7.5.5", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/intl-localematcher": [ + "npm:@formatjs/intl-localematcher@0.2.32": [ { - "source": "npm:@formatjs/intl-localematcher", + "source": "npm:@formatjs/intl-localematcher@0.2.32", "target": "npm:tslib@2.6.2", "type": "static" } @@ -21980,86 +22314,86 @@ "type": "static" } ], - "npm:@formatjs/intl": [ + "npm:@formatjs/intl@2.10.1": [ { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/fast-memoize", + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/fast-memoize@2.2.0", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/icu-messageformat-parser", + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/icu-messageformat-parser@2.7.6", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/intl-displaynames@6.6.6", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:@formatjs/intl-listformat@7.5.5", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:intl-messageformat", + "source": "npm:@formatjs/intl@2.10.1", + "target": "npm:intl-messageformat@10.5.11", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.10.1", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.10.1", "target": "npm:typescript", "type": "static" } ], - "npm:@formatjs/intl@2.6.7": [ + "npm:@formatjs/intl": [ { - "source": "npm:@formatjs/intl@2.6.7", + "source": "npm:@formatjs/intl", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:@formatjs/fast-memoize@1.2.8", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", + "source": "npm:@formatjs/intl", "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:@formatjs/intl-displaynames@6.2.6", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-displaynames", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:@formatjs/intl-listformat@7.1.9", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-listformat", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", - "target": "npm:intl-messageformat@10.3.1", + "source": "npm:@formatjs/intl", + "target": "npm:intl-messageformat", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", + "source": "npm:@formatjs/intl", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl@2.6.7", + "source": "npm:@formatjs/intl", "target": "npm:typescript", "type": "static" } @@ -22104,13 +22438,18 @@ }, { "source": "npm:@griffel/react", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@griffel/react", "target": "npm:tslib@2.6.2", "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:react", + "type": "static" } ], "npm:@griffel/style-types": [ @@ -22696,7 +23035,7 @@ }, { "source": "npm:@microsoft/api-extractor", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { @@ -22718,7 +23057,7 @@ "npm:@microsoft/applicationinsights-analytics-js": [ { "source": "npm:@microsoft/applicationinsights-analytics-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-common", "type": "static" }, { @@ -22745,7 +23084,7 @@ "npm:@microsoft/applicationinsights-channel-js": [ { "source": "npm:@microsoft/applicationinsights-channel-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-common", "type": "static" }, { @@ -22769,46 +23108,46 @@ "type": "static" } ], - "npm:@microsoft/applicationinsights-common": [ + "npm:@microsoft/applicationinsights-common@2.8.18": [ { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.18", "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.18", "target": "npm:@microsoft/applicationinsights-shims", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.18", "target": "npm:@microsoft/dynamicproto-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.18", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@microsoft/applicationinsights-common@2.8.9": [ + "npm:@microsoft/applicationinsights-common": [ { - "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/applicationinsights-core-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/applicationinsights-shims", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/dynamicproto-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:tslib@2.6.2", "type": "static" } @@ -22855,7 +23194,7 @@ "npm:@microsoft/applicationinsights-dependencies-js": [ { "source": "npm:@microsoft/applicationinsights-dependencies-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-common", "type": "static" }, { @@ -22882,7 +23221,7 @@ "npm:@microsoft/applicationinsights-properties-js": [ { "source": "npm:@microsoft/applicationinsights-properties-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-common", "type": "static" }, { @@ -22909,7 +23248,7 @@ "npm:@microsoft/applicationinsights-react-js": [ { "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.18", "type": "static" }, { @@ -22956,7 +23295,7 @@ }, { "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-common", "type": "static" }, { @@ -23189,7 +23528,7 @@ }, { "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:escape-string-regexp", + "target": "npm:escape-string-regexp@2.0.0", "type": "static" }, { @@ -23259,50 +23598,50 @@ "type": "static" } ], - "npm:@nodelib/fs.scandir@2.1.5": [ + "npm:@nodelib/fs.scandir": [ { - "source": "npm:@nodelib/fs.scandir@2.1.5", + "source": "npm:@nodelib/fs.scandir", "target": "npm:@nodelib/fs.stat", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@2.1.5", + "source": "npm:@nodelib/fs.scandir", "target": "npm:run-parallel", "type": "static" } ], - "npm:@nodelib/fs.scandir": [ + "npm:@nodelib/fs.scandir@3.0.0": [ { - "source": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.scandir@3.0.0", "target": "npm:@nodelib/fs.stat@3.0.0", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.scandir@3.0.0", "target": "npm:run-parallel", "type": "static" } ], - "npm:@nodelib/fs.walk@1.2.8": [ + "npm:@nodelib/fs.walk": [ { - "source": "npm:@nodelib/fs.walk@1.2.8", - "target": "npm:@nodelib/fs.scandir@2.1.5", + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", "type": "static" }, { - "source": "npm:@nodelib/fs.walk@1.2.8", + "source": "npm:@nodelib/fs.walk", "target": "npm:fastq", "type": "static" } ], - "npm:@nodelib/fs.walk": [ + "npm:@nodelib/fs.walk@2.0.0": [ { - "source": "npm:@nodelib/fs.walk", - "target": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.walk@2.0.0", + "target": "npm:@nodelib/fs.scandir@3.0.0", "type": "static" }, { - "source": "npm:@nodelib/fs.walk", + "source": "npm:@nodelib/fs.walk@2.0.0", "target": "npm:fastq", "type": "static" } @@ -23345,7 +23684,7 @@ }, { "source": "npm:@npmcli/git", - "target": "npm:which", + "target": "npm:which@4.0.0", "type": "static" } ], @@ -23362,7 +23701,7 @@ }, { "source": "npm:@npmcli/map-workspaces", - "target": "npm:minimatch", + "target": "npm:minimatch@9.0.3", "type": "static" }, { @@ -23384,12 +23723,12 @@ }, { "source": "npm:@npmcli/package-json", - "target": "npm:hosted-git-info", + "target": "npm:hosted-git-info@7.0.1", "type": "static" }, { "source": "npm:@npmcli/package-json", - "target": "npm:json-parse-even-better-errors", + "target": "npm:json-parse-even-better-errors@3.0.1", "type": "static" }, { @@ -23411,7 +23750,7 @@ "npm:@npmcli/promise-spawn": [ { "source": "npm:@npmcli/promise-spawn", - "target": "npm:which", + "target": "npm:which@4.0.0", "type": "static" } ], @@ -23747,13 +24086,18 @@ }, { "source": "npm:@react-hookz/web", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:@react-hookz/web", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:@react-hookz/web", + "target": "npm:react", + "type": "static" } ], "npm:@reactflow/background": [ @@ -23769,7 +24113,7 @@ }, { "source": "npm:@reactflow/background", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -23781,6 +24125,11 @@ "source": "npm:@reactflow/background", "target": "npm:zustand", "type": "static" + }, + { + "source": "npm:@reactflow/background", + "target": "npm:react", + "type": "static" } ], "npm:@reactflow/controls": [ @@ -23796,7 +24145,7 @@ }, { "source": "npm:@reactflow/controls", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -23808,6 +24157,11 @@ "source": "npm:@reactflow/controls", "target": "npm:zustand", "type": "static" + }, + { + "source": "npm:@reactflow/controls", + "target": "npm:react", + "type": "static" } ], "npm:@reactflow/core": [ @@ -23853,7 +24207,7 @@ }, { "source": "npm:@reactflow/core", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -23865,6 +24219,11 @@ "source": "npm:@reactflow/core", "target": "npm:zustand", "type": "static" + }, + { + "source": "npm:@reactflow/core", + "target": "npm:react", + "type": "static" } ], "npm:@reactflow/minimap": [ @@ -23900,7 +24259,7 @@ }, { "source": "npm:@reactflow/minimap", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -23912,6 +24271,11 @@ "source": "npm:@reactflow/minimap", "target": "npm:zustand", "type": "static" + }, + { + "source": "npm:@reactflow/minimap", + "target": "npm:react", + "type": "static" } ], "npm:@reactflow/node-resizer": [ @@ -23937,7 +24301,7 @@ }, { "source": "npm:@reactflow/node-resizer", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -23949,6 +24313,11 @@ "source": "npm:@reactflow/node-resizer", "target": "npm:zustand", "type": "static" + }, + { + "source": "npm:@reactflow/node-resizer", + "target": "npm:react", + "type": "static" } ], "npm:@reactflow/node-toolbar": [ @@ -23964,7 +24333,7 @@ }, { "source": "npm:@reactflow/node-toolbar", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -23976,6 +24345,11 @@ "source": "npm:@reactflow/node-toolbar", "target": "npm:zustand", "type": "static" + }, + { + "source": "npm:@reactflow/node-toolbar", + "target": "npm:react", + "type": "static" } ], "npm:@reduxjs/toolkit": [ @@ -23986,7 +24360,7 @@ }, { "source": "npm:@reduxjs/toolkit", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -24008,6 +24382,11 @@ "source": "npm:@reduxjs/toolkit", "target": "npm:reselect", "type": "static" + }, + { + "source": "npm:@reduxjs/toolkit", + "target": "npm:react", + "type": "static" } ], "npm:@rollup/plugin-babel": [ @@ -24023,7 +24402,7 @@ }, { "source": "npm:@rollup/plugin-babel", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { @@ -24035,7 +24414,7 @@ "npm:@rollup/plugin-commonjs": [ { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { @@ -24050,7 +24429,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:glob", + "target": "npm:glob@8.1.0", "type": "static" }, { @@ -24060,7 +24439,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -24072,7 +24451,7 @@ "npm:@rollup/plugin-node-resolve": [ { "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { @@ -24097,7 +24476,7 @@ }, { "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { @@ -24109,12 +24488,12 @@ "npm:@rollup/plugin-replace": [ { "source": "npm:@rollup/plugin-replace", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { "source": "npm:@rollup/plugin-replace", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -24153,28 +24532,28 @@ }, { "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" } ], - "npm:@rollup/pluginutils": [ + "npm:@rollup/pluginutils@5.1.0": [ { - "source": "npm:@rollup/pluginutils", + "source": "npm:@rollup/pluginutils@5.1.0", "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@rollup/pluginutils", + "source": "npm:@rollup/pluginutils@5.1.0", "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch@2.3.1", + "source": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:picomatch", "type": "static" }, { - "source": "npm:@rollup/pluginutils", + "source": "npm:@rollup/pluginutils@5.1.0", "target": "npm:rollup", "type": "static" } @@ -24207,7 +24586,7 @@ }, { "source": "npm:@rushstack/node-core-library", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { @@ -24224,12 +24603,12 @@ "npm:@rushstack/rig-package": [ { "source": "npm:@rushstack/rig-package", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" }, { "source": "npm:@rushstack/rig-package", - "target": "npm:strip-json-comments@3.1.1", + "target": "npm:strip-json-comments", "type": "static" } ], @@ -24275,7 +24654,7 @@ }, { "source": "npm:@size-limit/esbuild", - "target": "npm:nanoid", + "target": "npm:nanoid@5.0.6", "type": "static" }, { @@ -24359,12 +24738,12 @@ }, { "source": "npm:@tanstack/config", - "target": "npm:chalk", + "target": "npm:chalk@5.3.0", "type": "static" }, { "source": "npm:@tanstack/config", - "target": "npm:commander", + "target": "npm:commander@12.0.0", "type": "static" }, { @@ -24461,7 +24840,7 @@ }, { "source": "npm:@testing-library/dom", - "target": "npm:aria-query@5.1.3", + "target": "npm:aria-query", "type": "static" }, { @@ -24498,7 +24877,7 @@ }, { "source": "npm:@testing-library/jest-dom", - "target": "npm:aria-query", + "target": "npm:aria-query@5.3.0", "type": "static" }, { @@ -24513,7 +24892,7 @@ }, { "source": "npm:@testing-library/jest-dom", - "target": "npm:dom-accessibility-api", + "target": "npm:dom-accessibility-api@0.6.3", "type": "static" }, { @@ -24866,7 +25245,7 @@ }, { "source": "npm:@types/node-fetch", - "target": "npm:form-data", + "target": "npm:form-data@4.0.0", "type": "static" } ], @@ -24933,7 +25312,7 @@ }, { "source": "npm:@vitest/runner", - "target": "npm:p-limit", + "target": "npm:p-limit@5.0.0", "type": "static" }, { @@ -24945,7 +25324,7 @@ "npm:@vitest/snapshot": [ { "source": "npm:@vitest/snapshot", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -25039,7 +25418,7 @@ }, { "source": "npm:@vue/compiler-core", - "target": "npm:entities", + "target": "npm:entities@4.5.0", "type": "static" }, { @@ -25093,7 +25472,7 @@ }, { "source": "npm:@vue/language-core", - "target": "npm:minimatch", + "target": "npm:minimatch@9.0.3", "type": "static" }, { @@ -25232,7 +25611,7 @@ }, { "source": "npm:anymatch", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" } ], @@ -25243,16 +25622,16 @@ "type": "static" } ], - "npm:aria-query@5.1.3": [ + "npm:aria-query": [ { - "source": "npm:aria-query@5.1.3", + "source": "npm:aria-query", "target": "npm:deep-equal", "type": "static" } ], - "npm:aria-query": [ + "npm:aria-query@5.3.0": [ { - "source": "npm:aria-query", + "source": "npm:aria-query@5.3.0", "target": "npm:dequal", "type": "static" } @@ -25272,7 +25651,7 @@ "npm:array-last": [ { "source": "npm:array-last", - "target": "npm:is-number", + "target": "npm:is-number@4.0.0", "type": "static" } ], @@ -25303,7 +25682,7 @@ }, { "source": "npm:axios", - "target": "npm:form-data", + "target": "npm:form-data@4.0.0", "type": "static" }, { @@ -25337,7 +25716,7 @@ }, { "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" } ], @@ -25383,7 +25762,7 @@ }, { "source": "npm:bl", - "target": "npm:readable-stream", + "target": "npm:readable-stream@3.6.2", "type": "static" } ], @@ -25399,21 +25778,21 @@ "type": "static" } ], - "npm:brace-expansion@1.1.11": [ + "npm:brace-expansion": [ { - "source": "npm:brace-expansion@1.1.11", + "source": "npm:brace-expansion", "target": "npm:balanced-match", "type": "static" }, { - "source": "npm:brace-expansion@1.1.11", + "source": "npm:brace-expansion", "target": "npm:concat-map", "type": "static" } ], - "npm:brace-expansion": [ + "npm:brace-expansion@2.0.1": [ { - "source": "npm:brace-expansion", + "source": "npm:brace-expansion@2.0.1", "target": "npm:balanced-match", "type": "static" } @@ -25592,7 +25971,7 @@ }, { "source": "npm:chalk@2.4.2", - "target": "npm:escape-string-regexp@1.0.5", + "target": "npm:escape-string-regexp", "type": "static" }, { @@ -25857,7 +26236,7 @@ }, { "source": "npm:cross-spawn", - "target": "npm:which@2.0.2", + "target": "npm:which", "type": "static" } ], @@ -26002,7 +26381,7 @@ }, { "source": "npm:data-urls", - "target": "npm:whatwg-url", + "target": "npm:whatwg-url@14.0.0", "type": "static" } ], @@ -26075,7 +26454,7 @@ }, { "source": "npm:deep-equal", - "target": "npm:isarray", + "target": "npm:isarray@2.0.5", "type": "static" }, { @@ -26216,7 +26595,7 @@ }, { "source": "npm:dom-serializer", - "target": "npm:entities@2.2.0", + "target": "npm:entities", "type": "static" } ], @@ -26350,7 +26729,7 @@ }, { "source": "npm:es-get-iterator", - "target": "npm:isarray", + "target": "npm:isarray@2.0.5", "type": "static" }, { @@ -26649,96 +27028,96 @@ "type": "static" } ], - "npm:execa@5.1.1": [ + "npm:execa": [ { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:get-stream", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:human-signals", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:is-stream", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:npm-run-path", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:onetime", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:signal-exit", "type": "static" }, { - "source": "npm:execa@5.1.1", + "source": "npm:execa", "target": "npm:strip-final-newline", "type": "static" } ], - "npm:execa": [ + "npm:execa@8.0.1": [ { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:get-stream@8.0.1", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:human-signals@5.0.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:is-stream@3.0.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:npm-run-path@5.3.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:onetime@6.0.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:signal-exit@4.1.0", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@8.0.1", "target": "npm:strip-final-newline@3.0.0", "type": "static" } @@ -26758,7 +27137,7 @@ }, { "source": "npm:fast-glob", - "target": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:@nodelib/fs.walk", "type": "static" }, { @@ -26801,7 +27180,7 @@ "npm:figures": [ { "source": "npm:figures", - "target": "npm:escape-string-regexp@1.0.5", + "target": "npm:escape-string-regexp", "type": "static" } ], @@ -26911,19 +27290,19 @@ "type": "static" } ], - "npm:form-data": [ + "npm:form-data@4.0.0": [ { - "source": "npm:form-data", + "source": "npm:form-data@4.0.0", "target": "npm:asynckit", "type": "static" }, { - "source": "npm:form-data", + "source": "npm:form-data@4.0.0", "target": "npm:combined-stream", "type": "static" }, { - "source": "npm:form-data", + "source": "npm:form-data@4.0.0", "target": "npm:mime-types", "type": "static" } @@ -26941,7 +27320,7 @@ }, { "source": "npm:fs-extra", - "target": "npm:universalify", + "target": "npm:universalify@2.0.1", "type": "static" } ], @@ -26958,7 +27337,7 @@ }, { "source": "npm:fs-extra@11.2.0", - "target": "npm:universalify", + "target": "npm:universalify@2.0.1", "type": "static" } ], @@ -27026,7 +27405,7 @@ }, { "source": "npm:git-log-parser", - "target": "npm:split2", + "target": "npm:split2@1.0.0", "type": "static" }, { @@ -27036,7 +27415,7 @@ }, { "source": "npm:git-log-parser", - "target": "npm:through2", + "target": "npm:through2@2.0.5", "type": "static" }, { @@ -27097,7 +27476,7 @@ }, { "source": "npm:glob@10.3.10", - "target": "npm:minimatch", + "target": "npm:minimatch@9.0.3", "type": "static" }, { @@ -27143,29 +27522,29 @@ "type": "static" } ], - "npm:glob": [ + "npm:glob@8.1.0": [ { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:fs.realpath", "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:inflight", "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:inherits", "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:minimatch@5.1.6", "type": "static" }, { - "source": "npm:glob", + "source": "npm:glob@8.1.0", "target": "npm:once", "type": "static" } @@ -27264,7 +27643,7 @@ }, { "source": "npm:globby@14.0.1", - "target": "npm:path-type", + "target": "npm:path-type@5.0.0", "type": "static" }, { @@ -27330,13 +27709,13 @@ "npm:hosted-git-info@4.1.0": [ { "source": "npm:hosted-git-info@4.1.0", - "target": "npm:lru-cache@6.0.0", + "target": "npm:lru-cache", "type": "static" } ], - "npm:hosted-git-info": [ + "npm:hosted-git-info@7.0.1": [ { - "source": "npm:hosted-git-info", + "source": "npm:hosted-git-info@7.0.1", "target": "npm:lru-cache@10.2.0", "type": "static" } @@ -27398,7 +27777,7 @@ }, { "source": "npm:htmlparser2", - "target": "npm:entities@2.2.0", + "target": "npm:entities", "type": "static" } ], @@ -27474,46 +27853,46 @@ "type": "static" } ], - "npm:intl-messageformat@10.3.1": [ + "npm:intl-messageformat": [ { - "source": "npm:intl-messageformat@10.3.1", + "source": "npm:intl-messageformat", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:intl-messageformat@10.3.1", - "target": "npm:@formatjs/fast-memoize@1.2.8", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:intl-messageformat@10.3.1", + "source": "npm:intl-messageformat", "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:intl-messageformat@10.3.1", + "source": "npm:intl-messageformat", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:intl-messageformat": [ + "npm:intl-messageformat@10.5.11": [ { - "source": "npm:intl-messageformat", - "target": "npm:@formatjs/ecma402-abstract", + "source": "npm:intl-messageformat@10.5.11", + "target": "npm:@formatjs/ecma402-abstract@1.18.2", "type": "static" }, { - "source": "npm:intl-messageformat", - "target": "npm:@formatjs/fast-memoize", + "source": "npm:intl-messageformat@10.5.11", + "target": "npm:@formatjs/fast-memoize@2.2.0", "type": "static" }, { - "source": "npm:intl-messageformat", - "target": "npm:@formatjs/icu-messageformat-parser", + "source": "npm:intl-messageformat@10.5.11", + "target": "npm:@formatjs/icu-messageformat-parser@2.7.6", "type": "static" }, { - "source": "npm:intl-messageformat", + "source": "npm:intl-messageformat@10.5.11", "target": "npm:tslib@2.6.2", "type": "static" } @@ -27806,7 +28185,7 @@ }, { "source": "npm:jsdom", - "target": "npm:form-data", + "target": "npm:form-data@4.0.0", "type": "static" }, { @@ -27881,7 +28260,7 @@ }, { "source": "npm:jsdom", - "target": "npm:whatwg-url", + "target": "npm:whatwg-url@14.0.0", "type": "static" }, { @@ -27905,7 +28284,7 @@ "npm:jsonfile": [ { "source": "npm:jsonfile", - "target": "npm:universalify", + "target": "npm:universalify@2.0.1", "type": "static" }, { @@ -27922,7 +28301,7 @@ }, { "source": "npm:knip", - "target": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.walk@2.0.0", "type": "static" }, { @@ -27997,7 +28376,7 @@ }, { "source": "npm:knip", - "target": "npm:picomatch", + "target": "npm:picomatch@4.0.1", "type": "static" }, { @@ -28012,7 +28391,7 @@ }, { "source": "npm:knip", - "target": "npm:strip-json-comments", + "target": "npm:strip-json-comments@5.0.1", "type": "static" }, { @@ -28081,14 +28460,14 @@ }, { "source": "npm:liftoff", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" } ], "npm:lint-staged": [ { "source": "npm:lint-staged", - "target": "npm:chalk", + "target": "npm:chalk@5.3.0", "type": "static" }, { @@ -28103,12 +28482,12 @@ }, { "source": "npm:lint-staged", - "target": "npm:execa", + "target": "npm:execa@8.0.1", "type": "static" }, { "source": "npm:lint-staged", - "target": "npm:lilconfig", + "target": "npm:lilconfig@3.0.0", "type": "static" }, { @@ -28182,7 +28561,7 @@ }, { "source": "npm:load-json-file", - "target": "npm:strip-bom@4.0.0", + "target": "npm:strip-bom", "type": "static" }, { @@ -28268,17 +28647,17 @@ "type": "static" } ], - "npm:lru-cache": [ + "npm:lru-cache@5.1.1": [ { - "source": "npm:lru-cache", - "target": "npm:yallist", + "source": "npm:lru-cache@5.1.1", + "target": "npm:yallist@3.1.1", "type": "static" } ], - "npm:lru-cache@6.0.0": [ + "npm:lru-cache": [ { - "source": "npm:lru-cache@6.0.0", - "target": "npm:yallist@4.0.0", + "source": "npm:lru-cache", + "target": "npm:yallist", "type": "static" } ], @@ -28289,9 +28668,9 @@ "type": "static" } ], - "npm:magic-string": [ + "npm:magic-string@0.30.8": [ { - "source": "npm:magic-string", + "source": "npm:magic-string@0.30.8", "target": "npm:@jridgewell/sourcemap-codec", "type": "static" } @@ -28876,7 +29255,7 @@ }, { "source": "npm:micromatch", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" } ], @@ -28890,21 +29269,21 @@ "npm:minimatch@3.1.2": [ { "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion@1.1.11", + "target": "npm:brace-expansion", "type": "static" } ], "npm:minimatch@5.1.6": [ { "source": "npm:minimatch@5.1.6", - "target": "npm:brace-expansion", + "target": "npm:brace-expansion@2.0.1", "type": "static" } ], - "npm:minimatch": [ + "npm:minimatch@9.0.3": [ { - "source": "npm:minimatch", - "target": "npm:brace-expansion", + "source": "npm:minimatch@9.0.3", + "target": "npm:brace-expansion@2.0.1", "type": "static" } ], @@ -29026,24 +29405,24 @@ }, { "source": "npm:ndjson", - "target": "npm:readable-stream", + "target": "npm:readable-stream@3.6.2", "type": "static" }, { "source": "npm:ndjson", - "target": "npm:split2@3.2.2", + "target": "npm:split2", "type": "static" }, { "source": "npm:ndjson", - "target": "npm:through2@4.0.2", + "target": "npm:through2", "type": "static" } ], "npm:nearley": [ { "source": "npm:nearley", - "target": "npm:commander@2.20.3", + "target": "npm:commander", "type": "static" }, { @@ -29062,9 +29441,9 @@ "type": "static" } ], - "npm:node-fetch": [ + "npm:node-fetch@2.7.0": [ { - "source": "npm:node-fetch", + "source": "npm:node-fetch@2.7.0", "target": "npm:whatwg-url@5.0.0", "type": "static" } @@ -29084,7 +29463,7 @@ "npm:normalize-package-data": [ { "source": "npm:normalize-package-data", - "target": "npm:hosted-git-info", + "target": "npm:hosted-git-info@7.0.1", "type": "static" }, { @@ -29113,7 +29492,7 @@ "npm:npm-package-arg": [ { "source": "npm:npm-package-arg", - "target": "npm:hosted-git-info", + "target": "npm:hosted-git-info@7.0.1", "type": "static" }, { @@ -29268,17 +29647,17 @@ }, { "source": "npm:nx", - "target": "npm:jsonc-parser", + "target": "npm:jsonc-parser@3.2.0", "type": "static" }, { "source": "npm:nx", - "target": "npm:lines-and-columns", + "target": "npm:lines-and-columns@2.0.4", "type": "static" }, { "source": "npm:nx", - "target": "npm:minimatch", + "target": "npm:minimatch@9.0.3", "type": "static" }, { @@ -29482,14 +29861,14 @@ "npm:onetime": [ { "source": "npm:onetime", - "target": "npm:mimic-fn@2.1.0", + "target": "npm:mimic-fn", "type": "static" } ], "npm:onetime@6.0.0": [ { "source": "npm:onetime@6.0.0", - "target": "npm:mimic-fn", + "target": "npm:mimic-fn@4.0.0", "type": "static" } ], @@ -29559,9 +29938,9 @@ "type": "static" } ], - "npm:p-limit": [ + "npm:p-limit@5.0.0": [ { - "source": "npm:p-limit", + "source": "npm:p-limit@5.0.0", "target": "npm:yocto-queue@1.0.0", "type": "static" } @@ -29622,7 +30001,7 @@ }, { "source": "npm:parse-json", - "target": "npm:json-parse-even-better-errors@2.3.1", + "target": "npm:json-parse-even-better-errors", "type": "static" }, { @@ -29634,14 +30013,14 @@ "npm:parse-npm-tarball-url": [ { "source": "npm:parse-npm-tarball-url", - "target": "npm:semver", + "target": "npm:semver@6.3.1", "type": "static" } ], "npm:parse5": [ { "source": "npm:parse5", - "target": "npm:entities", + "target": "npm:entities@4.5.0", "type": "static" } ], @@ -29797,7 +30176,7 @@ }, { "source": "npm:pretty-format", - "target": "npm:react-is@17.0.2", + "target": "npm:react-is", "type": "static" } ], @@ -29814,7 +30193,7 @@ }, { "source": "npm:pretty-format@29.7.0", - "target": "npm:react-is", + "target": "npm:react-is@18.2.0", "type": "static" } ], @@ -29876,7 +30255,7 @@ "npm:randombytes": [ { "source": "npm:randombytes", - "target": "npm:safe-buffer", + "target": "npm:safe-buffer@5.2.1", "type": "static" } ], @@ -29888,7 +30267,7 @@ }, { "source": "npm:react-dnd-accessible-backend", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -29912,7 +30291,7 @@ }, { "source": "npm:react-dnd-multi-backend", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -29929,7 +30308,7 @@ "npm:react-dnd-preview": [ { "source": "npm:react-dnd-preview", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -29974,6 +30353,11 @@ "target": "npm:hoist-non-react-statics", "type": "static" }, + { + "source": "npm:react-dnd", + "target": "npm:react@17.0.2", + "type": "static" + }, { "source": "npm:react-dnd", "target": "npm:react", @@ -29988,12 +30372,17 @@ }, { "source": "npm:react-dom", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:react-dom", - "target": "npm:scheduler@0.23.0", + "target": "npm:scheduler", + "type": "static" + }, + { + "source": "npm:react-dom", + "target": "npm:react", "type": "static" } ], @@ -30012,7 +30401,7 @@ "npm:react-hotkeys-hook": [ { "source": "npm:react-hotkeys-hook", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -30036,7 +30425,7 @@ }, { "source": "npm:react-infinite-scroll-component", - "target": "npm:throttle-debounce", + "target": "npm:throttle-debounce@2.3.0", "type": "static" } ], @@ -30053,17 +30442,17 @@ }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:@formatjs/intl-displaynames", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:@formatjs/intl-listformat", "type": "static" }, { @@ -30083,12 +30472,12 @@ }, { "source": "npm:react-intl", - "target": "npm:intl-messageformat@10.3.1", + "target": "npm:intl-messageformat", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -30100,6 +30489,11 @@ "source": "npm:react-intl", "target": "npm:typescript", "type": "static" + }, + { + "source": "npm:react-intl", + "target": "npm:react", + "type": "static" } ], "npm:react-markdown": [ @@ -30150,7 +30544,7 @@ }, { "source": "npm:react-markdown", - "target": "npm:react-is", + "target": "npm:react-is@18.2.0", "type": "static" }, { @@ -30207,13 +30601,18 @@ }, { "source": "npm:react-query", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:react-query", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:react-query", + "target": "npm:react", + "type": "static" } ], "npm:react-redux": [ @@ -30249,7 +30648,7 @@ }, { "source": "npm:react-redux", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { @@ -30259,7 +30658,7 @@ }, { "source": "npm:react-redux", - "target": "npm:react-is", + "target": "npm:react-is@18.2.0", "type": "static" }, { @@ -30271,6 +30670,11 @@ "source": "npm:react-redux", "target": "npm:use-sync-external-store", "type": "static" + }, + { + "source": "npm:react-redux", + "target": "npm:react", + "type": "static" } ], "npm:react-transition-group": [ @@ -30296,13 +30700,18 @@ }, { "source": "npm:react-transition-group", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:react-transition-group", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:react-transition-group", + "target": "npm:react", + "type": "static" } ], "npm:react-universal-interface": [ @@ -30385,7 +30794,7 @@ }, { "source": "npm:react-use", - "target": "npm:throttle-debounce@3.0.1", + "target": "npm:throttle-debounce", "type": "static" }, { @@ -30399,6 +30808,18 @@ "type": "static" } ], + "npm:react@17.0.2": [ + { + "source": "npm:react@17.0.2", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:react@17.0.2", + "target": "npm:object-assign", + "type": "static" + } + ], "npm:react": [ { "source": "npm:react", @@ -30439,19 +30860,24 @@ }, { "source": "npm:reactflow", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:reactflow", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:reactflow", + "target": "npm:react", + "type": "static" } ], "npm:read-package-json-fast": [ { "source": "npm:read-package-json-fast", - "target": "npm:json-parse-even-better-errors", + "target": "npm:json-parse-even-better-errors@3.0.1", "type": "static" }, { @@ -30473,7 +30899,7 @@ }, { "source": "npm:readable-stream@2.3.8", - "target": "npm:isarray@1.0.0", + "target": "npm:isarray", "type": "static" }, { @@ -30483,7 +30909,7 @@ }, { "source": "npm:readable-stream@2.3.8", - "target": "npm:safe-buffer@5.1.2", + "target": "npm:safe-buffer", "type": "static" }, { @@ -30497,19 +30923,19 @@ "type": "static" } ], - "npm:readable-stream": [ + "npm:readable-stream@3.6.2": [ { - "source": "npm:readable-stream", + "source": "npm:readable-stream@3.6.2", "target": "npm:inherits", "type": "static" }, { - "source": "npm:readable-stream", + "source": "npm:readable-stream@3.6.2", "target": "npm:string_decoder@1.3.0", "type": "static" }, { - "source": "npm:readable-stream", + "source": "npm:readable-stream@3.6.2", "target": "npm:util-deprecate", "type": "static" } @@ -30517,14 +30943,14 @@ "npm:readdirp": [ { "source": "npm:readdirp", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" } ], "npm:rechoir": [ { "source": "npm:rechoir", - "target": "npm:resolve", + "target": "npm:resolve@1.22.8", "type": "static" } ], @@ -30704,19 +31130,19 @@ "type": "static" } ], - "npm:resolve": [ + "npm:resolve@1.22.8": [ { - "source": "npm:resolve", + "source": "npm:resolve@1.22.8", "target": "npm:is-core-module", "type": "static" }, { - "source": "npm:resolve", + "source": "npm:resolve@1.22.8", "target": "npm:path-parse", "type": "static" }, { - "source": "npm:resolve", + "source": "npm:resolve@1.22.8", "target": "npm:supports-preserve-symlinks-flag", "type": "static" } @@ -30762,12 +31188,12 @@ "npm:rollup-plugin-preserve-directives": [ { "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -30784,7 +31210,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:chalk", + "target": "npm:chalk@5.3.0", "type": "static" }, { @@ -30799,7 +31225,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:glob", + "target": "npm:glob@8.1.0", "type": "static" }, { @@ -30848,7 +31274,7 @@ }, { "source": "npm:rollup-plugin-visualizer", - "target": "npm:picomatch@2.3.1", + "target": "npm:picomatch", "type": "static" }, { @@ -30972,21 +31398,21 @@ "type": "static" } ], - "npm:scheduler": [ + "npm:scheduler@0.20.2": [ { - "source": "npm:scheduler", + "source": "npm:scheduler@0.20.2", "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:scheduler", + "source": "npm:scheduler@0.20.2", "target": "npm:object-assign", "type": "static" } ], - "npm:scheduler@0.23.0": [ + "npm:scheduler": [ { - "source": "npm:scheduler@0.23.0", + "source": "npm:scheduler", "target": "npm:loose-envify", "type": "static" } @@ -31001,14 +31427,14 @@ "npm:semver@7.5.4": [ { "source": "npm:semver@7.5.4", - "target": "npm:lru-cache@6.0.0", + "target": "npm:lru-cache", "type": "static" } ], "npm:semver@7.6.0": [ { "source": "npm:semver@7.6.0", - "target": "npm:lru-cache@6.0.0", + "target": "npm:lru-cache", "type": "static" } ], @@ -31284,17 +31710,17 @@ "type": "static" } ], - "npm:split2": [ + "npm:split2@1.0.0": [ { - "source": "npm:split2", - "target": "npm:through2", + "source": "npm:split2@1.0.0", + "target": "npm:through2@2.0.5", "type": "static" } ], - "npm:split2@3.2.2": [ + "npm:split2": [ { - "source": "npm:split2@3.2.2", - "target": "npm:readable-stream", + "source": "npm:split2", + "target": "npm:readable-stream@3.6.2", "type": "static" } ], @@ -31421,14 +31847,14 @@ "npm:string_decoder": [ { "source": "npm:string_decoder", - "target": "npm:safe-buffer@5.1.2", + "target": "npm:safe-buffer", "type": "static" } ], "npm:string_decoder@1.3.0": [ { "source": "npm:string_decoder@1.3.0", - "target": "npm:safe-buffer", + "target": "npm:safe-buffer@5.2.1", "type": "static" } ], @@ -31563,7 +31989,7 @@ }, { "source": "npm:svelte", - "target": "npm:aria-query", + "target": "npm:aria-query@5.3.0", "type": "static" }, { @@ -31598,7 +32024,7 @@ }, { "source": "npm:svelte", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -31642,7 +32068,7 @@ }, { "source": "npm:tar-stream", - "target": "npm:readable-stream", + "target": "npm:readable-stream@3.6.2", "type": "static" } ], @@ -31659,7 +32085,7 @@ }, { "source": "npm:terser", - "target": "npm:commander@2.20.3", + "target": "npm:commander", "type": "static" }, { @@ -31682,22 +32108,22 @@ "type": "static" } ], - "npm:through2": [ + "npm:through2@2.0.5": [ { - "source": "npm:through2", + "source": "npm:through2@2.0.5", "target": "npm:readable-stream@2.3.8", "type": "static" }, { - "source": "npm:through2", + "source": "npm:through2@2.0.5", "target": "npm:xtend", "type": "static" } ], - "npm:through2@4.0.2": [ + "npm:through2": [ { - "source": "npm:through2@4.0.2", - "target": "npm:readable-stream", + "source": "npm:through2", + "target": "npm:readable-stream@3.6.2", "type": "static" } ], @@ -31839,7 +32265,7 @@ "npm:to-regex-range": [ { "source": "npm:to-regex-range", - "target": "npm:is-number@7.0.0", + "target": "npm:is-number", "type": "static" } ], @@ -31908,9 +32334,9 @@ "type": "static" } ], - "npm:tr46": [ + "npm:tr46@5.0.0": [ { - "source": "npm:tr46", + "source": "npm:tr46@5.0.0", "target": "npm:punycode", "type": "static" } @@ -31935,7 +32361,7 @@ }, { "source": "npm:tsconfig-paths", - "target": "npm:strip-bom", + "target": "npm:strip-bom@3.0.0", "type": "static" } ], @@ -31967,7 +32393,7 @@ }, { "source": "npm:tsup", - "target": "npm:execa@5.1.1", + "target": "npm:execa", "type": "static" }, { @@ -32190,16 +32616,26 @@ }, { "source": "npm:use-disposable", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:use-disposable", "target": "npm:react-dom", "type": "static" + }, + { + "source": "npm:use-disposable", + "target": "npm:react", + "type": "static" } ], "npm:use-sync-external-store": [ + { + "source": "npm:use-sync-external-store", + "target": "npm:react@17.0.2", + "type": "static" + }, { "source": "npm:use-sync-external-store", "target": "npm:react", @@ -32357,7 +32793,7 @@ }, { "source": "npm:vite-plugin-dts", - "target": "npm:@rollup/pluginutils", + "target": "npm:@rollup/pluginutils@5.1.0", "type": "static" }, { @@ -32495,7 +32931,7 @@ }, { "source": "npm:vitest", - "target": "npm:execa", + "target": "npm:execa@8.0.1", "type": "static" }, { @@ -32510,7 +32946,7 @@ }, { "source": "npm:vitest", - "target": "npm:magic-string", + "target": "npm:magic-string@0.30.8", "type": "static" }, { @@ -32621,14 +33057,14 @@ "type": "static" } ], - "npm:whatwg-url": [ + "npm:whatwg-url@14.0.0": [ { - "source": "npm:whatwg-url", - "target": "npm:tr46", + "source": "npm:whatwg-url@14.0.0", + "target": "npm:tr46@5.0.0", "type": "static" }, { - "source": "npm:whatwg-url", + "source": "npm:whatwg-url@14.0.0", "target": "npm:webidl-conversions", "type": "static" } @@ -32745,16 +33181,16 @@ "type": "static" } ], - "npm:which@2.0.2": [ + "npm:which": [ { - "source": "npm:which@2.0.2", + "source": "npm:which", "target": "npm:isexe", "type": "static" } ], - "npm:which": [ + "npm:which@4.0.0": [ { - "source": "npm:which", + "source": "npm:which@4.0.0", "target": "npm:isexe@3.1.1", "type": "static" } @@ -32946,13 +33382,18 @@ }, { "source": "npm:zustand", - "target": "npm:react", + "target": "npm:react@17.0.2", "type": "static" }, { "source": "npm:zustand", "target": "npm:use-sync-external-store", "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:react", + "type": "static" } ] }, diff --git a/libs/designer/package.json b/libs/designer/package.json index ad79ce17184..9d9495d4268 100644 --- a/libs/designer/package.json +++ b/libs/designer/package.json @@ -27,34 +27,35 @@ "build": "tsup" }, "dependencies": { - "@microsoft/logic-apps-shared": "workspace:*", - "@microsoft/designer-ui": "workspace:*", - "react-intl": "6.3.0", - "@reduxjs/toolkit": "1.8.5", - "react-redux": "8.0.2", - "@fluentui/react": "8.110.2", - "to-title-case": "1.0.0", - "lodash.merge": "4.6.2", - "@react-hookz/web": "22.0.0", - "react-query": "3.39.3", "@fluentui/azure-themes": "8.5.70", + "@fluentui/react": "8.110.2", "@fluentui/react-components": "9.42.0", - "elkjs": "0.8.2", - "reactflow": "11.8.2", - "immer": "9.0.15", - "yocto-queue": "0.1.0", + "@fluentui/react-hooks": "8.6.20", "@fluentui/react-icons": "2.0.224", "@fluentui/utilities": "8.13.16", + "@microsoft/applicationinsights-core-js": "2.8.9", + "@microsoft/designer-ui": "workspace:*", + "@microsoft/logic-apps-shared": "workspace:*", + "@react-hookz/web": "22.0.0", + "@reduxjs/toolkit": "1.8.5", + "elkjs": "0.8.2", + "fuse.js": "6.6.2", + "immer": "9.0.15", + "lodash.frompairs": "4.0.1", + "lodash.merge": "4.6.2", "react-dnd": "16.0.1", "react-dnd-accessible-backend": "1.0.1", "react-dnd-html5-backend": "16.0.1", "react-dnd-multi-backend": "8.0.0", "react-hotkeys-hook": "4.3.8", - "lodash.frompairs": "4.0.1", - "fuse.js": "6.6.2", - "@microsoft/applicationinsights-core-js": "2.8.9", - "@fluentui/react-hooks": "8.6.20", - "util": "0.12.5" + "react-intl": "6.3.0", + "react-query": "3.39.3", + "react-redux": "8.0.2", + "reactflow": "11.8.2", + "redux-thunk": "2.4.2", + "to-title-case": "1.0.0", + "util": "0.12.5", + "yocto-queue": "0.1.0" }, "peerDependencies": { "react": "^16.4.0 || ^17.0.0 || ^18.0.0", diff --git a/libs/designer/src/lib/core/state/workflow/workflowSlice.ts b/libs/designer/src/lib/core/state/workflow/workflowSlice.ts index f14b3d3bd12..f4ae1502455 100644 --- a/libs/designer/src/lib/core/state/workflow/workflowSlice.ts +++ b/libs/designer/src/lib/core/state/workflow/workflowSlice.ts @@ -33,7 +33,7 @@ import { } from '@microsoft/logic-apps-shared'; import type { MessageLevel } from '@microsoft/designer-ui'; import { getDurationStringPanelMode } from '@microsoft/designer-ui'; -import type { LogicAppsV2 } from '@microsoft/logic-apps-shared'; +import * as LogicAppsV2 from '@microsoft/logic-apps-shared/src/utils/src/lib/models/logicAppsV2'; import { createSlice, isAnyOf } from '@reduxjs/toolkit'; import type { PayloadAction } from '@reduxjs/toolkit'; import type { NodeChange, NodeDimensionChange } from 'reactflow'; diff --git a/libs/designer/tsconfig.json b/libs/designer/tsconfig.json index e1680d5097f..02405100882 100644 --- a/libs/designer/tsconfig.json +++ b/libs/designer/tsconfig.json @@ -5,23 +5,23 @@ "allowSyntheticDefaultImports": true, "strict": true, "noImplicitOverride": false, - "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "jsx": "react-jsx", "esModuleInterop": true, "resolveJsonModule": true, "outDir": "./build/lib", - "baseUrl": "./src" + "baseUrl": "./src", + + "declaration": true, + "types": ["node", "react"] }, "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } + "include": [ + "**/*.ts" + ], + "exclude": [ + "**/*.spec.ts", + "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/designer/tsconfig.lib.json b/libs/designer/tsconfig.lib.json deleted file mode 100644 index 0b751f1305e..00000000000 --- a/libs/designer/tsconfig.lib.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "./build", - "declaration": true, - "types": [] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "**/*.spec.ts", - "jest.config.ts" - ] -} \ No newline at end of file diff --git a/libs/designer/tsup.config.ts b/libs/designer/tsup.config.ts index 446439b07f9..dd765cfc894 100644 --- a/libs/designer/tsup.config.ts +++ b/libs/designer/tsup.config.ts @@ -9,7 +9,7 @@ export default defineConfig({ clean: true, dts: true, splitting: false, - tsconfig: 'tsconfig.lib.json', + tsconfig: 'tsconfig.json', format: ['cjs', 'esm'], external: ['react'], injectStyle: false, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b85ad69556a..c2364e621cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -246,22 +246,22 @@ importers: dependencies: '@fluentui/azure-themes': specifier: 8.5.70 - version: 8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react': specifier: 8.110.2 - version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-components': specifier: 9.42.0 - version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-hooks': specifier: 8.6.20 - version: 8.6.20(@types/react@18.2.70)(react@18.2.0) + version: 8.6.20(@types/react@18.2.70)(react@17.0.2) '@fluentui/react-icons': specifier: 2.0.224 - version: 2.0.224(react@18.2.0) + version: 2.0.224(react@17.0.2) '@fluentui/utilities': specifier: 8.13.16 - version: 8.13.16(@types/react@18.2.70)(react@18.2.0) + version: 8.13.16(@types/react@18.2.70)(react@17.0.2) '@microsoft/applicationinsights-core-js': specifier: 2.8.9 version: 2.8.9(tslib@2.6.2) @@ -273,10 +273,10 @@ importers: version: link:../logic-apps-shared '@react-hookz/web': specifier: 22.0.0 - version: 22.0.0(react-dom@18.2.0)(react@18.2.0) + version: 22.0.0(react-dom@18.2.0)(react@17.0.2) '@reduxjs/toolkit': specifier: 1.8.5 - version: 1.8.5(react-redux@8.0.2)(react@18.2.0) + version: 1.8.5(react-redux@8.0.2)(react@17.0.2) elkjs: specifier: 0.8.2 version: 0.8.2 @@ -294,37 +294,40 @@ importers: version: 4.6.2 react: specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 - version: 18.2.0 + version: 17.0.2 react-dnd: specifier: 16.0.1 - version: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + version: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@17.0.2) react-dnd-accessible-backend: specifier: 1.0.1 - version: 1.0.1(react-dnd@16.0.1)(react@18.2.0) + version: 1.0.1(react-dnd@16.0.1)(react@17.0.2) react-dnd-html5-backend: specifier: 16.0.1 version: 16.0.1 react-dnd-multi-backend: specifier: 8.0.0 - version: 8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@18.2.0) + version: 8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@17.0.2) react-dom: specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 - version: 18.2.0(react@18.2.0) + version: 18.2.0(react@17.0.2) react-hotkeys-hook: specifier: 4.3.8 - version: 4.3.8(react-dom@18.2.0)(react@18.2.0) + version: 4.3.8(react-dom@18.2.0)(react@17.0.2) react-intl: specifier: 6.3.0 - version: 6.3.0(react@18.2.0)(typescript@5.4.3) + version: 6.3.0(react@17.0.2)(typescript@5.4.3) react-query: specifier: 3.39.3 - version: 3.39.3(react-dom@18.2.0)(react@18.2.0) + version: 3.39.3(react-dom@18.2.0)(react@17.0.2) react-redux: specifier: 8.0.2 - version: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + redux-thunk: + specifier: 2.4.2 + version: 2.4.2(redux@4.2.1) to-title-case: specifier: 1.0.0 version: 1.0.0 @@ -423,7 +426,7 @@ importers: version: 17.4.0(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) libs/logic-apps-shared: dependencies: @@ -450,7 +453,7 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) libs/vscode-extension: dependencies: @@ -477,7 +480,7 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) tslib: specifier: 2.4.0 version: 2.4.0 @@ -2603,6 +2606,19 @@ packages: resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} dev: false + /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==} + dependencies: + '@fluentui/react': 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/set-version': 8.2.14 + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react + - react-dom + dev: false + /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==} dependencies: @@ -2643,6 +2659,18 @@ packages: - react-dom dev: false + /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==} + dependencies: + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==} dependencies: @@ -2655,6 +2683,21 @@ packages: - react dev: false + /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@types/react': 18.2.70 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==} peerDependencies: @@ -2695,6 +2738,32 @@ packages: '@swc/helpers': 0.5.7 dev: false + /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==} peerDependencies: @@ -2721,6 +2790,31 @@ packages: - scheduler dev: false + /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==} peerDependencies: @@ -2746,6 +2840,26 @@ packages: - scheduler dev: false + /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==} peerDependencies: @@ -2766,6 +2880,34 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} peerDependencies: @@ -2794,6 +2936,27 @@ packages: - scheduler dev: false + /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==} peerDependencies: @@ -2815,6 +2978,31 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} peerDependencies: @@ -2840,6 +3028,30 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-button@9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-button@9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==} peerDependencies: @@ -2864,6 +3076,27 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-card@9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-card@9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==} peerDependencies: @@ -2885,6 +3118,32 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} peerDependencies: @@ -2911,6 +3170,36 @@ packages: - scheduler dev: false + /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==} peerDependencies: @@ -2941,6 +3230,73 @@ packages: - scheduler dev: false + /@fluentui/react-components@9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + scheduler: ^0.19.0 || ^0.20.0 + dependencies: + '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + scheduler: 0.20.2 + dev: false + /@fluentui/react-components@9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} peerDependencies: @@ -3008,6 +3364,24 @@ packages: scheduler: 0.20.2 dev: false + /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + scheduler: '>=0.19.0 <=0.23.0' + dependencies: + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + scheduler: 0.20.2 + dev: false + /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==} peerDependencies: @@ -3026,6 +3400,35 @@ packages: scheduler: 0.20.2 dev: false + /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==} peerDependencies: @@ -3055,7 +3458,7 @@ packages: - scheduler dev: false - /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3063,31 +3466,28 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 '@types/react-dom': 18.2.22 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} + /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) @@ -3096,12 +3496,84 @@ packages: '@types/react-dom': 18.2.22 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler dev: false - /@fluentui/react-field@9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} + /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-field@9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-field@9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' @@ -3124,6 +3596,22 @@ packages: - scheduler dev: false + /@fluentui/react-focus@8.8.42(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/keyboard-key': 0.4.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@types/react': 18.2.70 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/react-focus@8.8.42(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} peerDependencies: @@ -3140,6 +3628,20 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/react-hooks@8.6.20(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@17.0.2) + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@17.0.2) + '@types/react': 18.2.70 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/react-hooks@8.6.20(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} peerDependencies: @@ -3154,6 +3656,20 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/react-hooks@8.7.0(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@17.0.2) + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@types/react': 18.2.70 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/react-hooks@8.7.0(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} peerDependencies: @@ -3168,6 +3684,16 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/react-icons@2.0.224(react@17.0.2): + resolution: {integrity: sha512-ld03dlc1pG7xeTQsK1y5in19jkMtWHNaoktFv+e7NV2xmrgV/SgPyyjEXbMrQHb8Naea/XCoCpNHnUNCy68akw==} + peerDependencies: + react: '>=16.8.0 <19.0.0' + dependencies: + '@griffel/react': 1.5.21(react@17.0.2) + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/react-icons@2.0.224(react@18.2.0): resolution: {integrity: sha512-ld03dlc1pG7xeTQsK1y5in19jkMtWHNaoktFv+e7NV2xmrgV/SgPyyjEXbMrQHb8Naea/XCoCpNHnUNCy68akw==} peerDependencies: @@ -3178,6 +3704,26 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/react-image@9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-image@9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==} peerDependencies: @@ -3198,6 +3744,31 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==} peerDependencies: @@ -3223,6 +3794,31 @@ packages: - scheduler dev: false + /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==} peerDependencies: @@ -3248,6 +3844,29 @@ packages: - scheduler dev: false + /@fluentui/react-input@9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-input@9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==} peerDependencies: @@ -3271,6 +3890,19 @@ packages: - scheduler dev: false + /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 17.0.2 + react-is: 17.0.2 + dev: false + /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==} peerDependencies: @@ -3284,6 +3916,26 @@ packages: react-is: 17.0.2 dev: false + /@fluentui/react-label@9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-label@9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==} peerDependencies: @@ -3304,6 +3956,28 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-link@9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-link@9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==} peerDependencies: @@ -3326,6 +4000,35 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==} peerDependencies: @@ -3355,6 +4058,29 @@ packages: - scheduler dev: false + /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) + dev: false + /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==} peerDependencies: @@ -3403,6 +4129,26 @@ packages: - scheduler dev: false + /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==} peerDependencies: @@ -3423,6 +4169,28 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/priority-overflow': 9.1.11 + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==} peerDependencies: @@ -3445,6 +4213,30 @@ packages: - scheduler dev: false + /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==} peerDependencies: @@ -3469,6 +4261,34 @@ packages: - scheduler dev: false + /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==} peerDependencies: @@ -3497,6 +4317,17 @@ packages: - scheduler dev: false + /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 17.0.2 + dev: false + /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==} peerDependencies: @@ -3526,6 +4357,26 @@ packages: - react-dom dev: false + /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + use-disposable: 1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + dev: false + /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==} peerDependencies: @@ -3546,6 +4397,27 @@ packages: use-disposable: 1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) dev: false + /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@floating-ui/devtools': 0.2.1(@floating-ui/dom@1.6.3) + '@floating-ui/dom': 1.6.3 + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==} peerDependencies: @@ -3567,6 +4439,29 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} peerDependencies: @@ -3590,6 +4485,29 @@ packages: - scheduler dev: false + /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/core': 1.15.3 + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==} peerDependencies: @@ -3613,6 +4531,31 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==} peerDependencies: @@ -3638,8 +4581,103 @@ packages: - scheduler dev: false - /@fluentui/react-select@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} + /@fluentui/react-select@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-select@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-theme': 9.1.19 + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 17.0.2 + dev: false + + /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-theme': 9.1.19 + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 18.2.0 + dev: false + + /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' @@ -3647,7 +4685,6 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 @@ -3662,20 +4699,32 @@ packages: - scheduler dev: false - /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@18.2.0): - resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - react: 18.2.0 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' @@ -3685,6 +4734,7 @@ packages: '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) @@ -3697,26 +4747,27 @@ packages: - scheduler dev: false - /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} + /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 '@types/react-dom': 18.2.22 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false @@ -3746,6 +4797,27 @@ packages: - scheduler dev: false + /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} peerDependencies: @@ -3767,6 +4839,32 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} peerDependencies: @@ -3793,6 +4891,36 @@ packages: - scheduler dev: false + /@fluentui/react-table@9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-table@9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} peerDependencies: @@ -3823,6 +4951,30 @@ packages: - scheduler dev: false + /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==} peerDependencies: @@ -3847,6 +4999,27 @@ packages: - scheduler dev: false + /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + keyborg: 2.5.0 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + tabster: 6.1.0 + dev: false + /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==} peerDependencies: @@ -3868,6 +5041,33 @@ packages: tabster: 6.1.0 dev: false + /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} peerDependencies: @@ -3895,6 +5095,26 @@ packages: - scheduler dev: false + /@fluentui/react-text@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-text@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==} peerDependencies: @@ -3915,6 +5135,29 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==} peerDependencies: @@ -3945,6 +5188,32 @@ packages: '@swc/helpers': 0.5.7 dev: false + /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) + dev: false + /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} peerDependencies: @@ -3971,6 +5240,33 @@ packages: react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false + /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==} peerDependencies: @@ -3998,6 +5294,30 @@ packages: - scheduler dev: false + /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==} peerDependencies: @@ -4022,6 +5342,37 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} peerDependencies: @@ -4053,6 +5404,19 @@ packages: - scheduler dev: false + /@fluentui/react-utilities@9.18.5(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + react: 17.0.2 + dev: false + /@fluentui/react-utilities@9.18.5(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==} peerDependencies: @@ -4066,6 +5430,25 @@ packages: react: 18.2.0 dev: false + /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==} peerDependencies: @@ -4085,6 +5468,18 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-window-provider@2.2.18(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.70 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/react-window-provider@2.2.18(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==} peerDependencies: @@ -4097,6 +5492,34 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/react@8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/date-time-utilities': 8.6.0 + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@17.0.2) + '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@17.0.2) + '@fluentui/merge-styles': 8.6.0 + '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@17.0.2) + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@17.0.2) + '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@17.0.2) + '@microsoft/load-themed-styles': 1.10.295 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + tslib: 2.6.2 + dev: false + /@fluentui/react@8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==} peerDependencies: @@ -4159,6 +5582,20 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/style-utilities@8.10.5(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==} + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@microsoft/load-themed-styles': 1.10.295 + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + /@fluentui/style-utilities@8.10.5(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==} dependencies: @@ -4187,6 +5624,20 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/theme@2.6.43(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@types/react': 18.2.70 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/theme@2.6.43(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==} peerDependencies: @@ -4207,6 +5658,20 @@ packages: '@swc/helpers': 0.5.7 dev: false + /@fluentui/utilities@8.13.16(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/dom-utilities': 2.2.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.70 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/utilities@8.13.16(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} peerDependencies: @@ -4221,6 +5686,20 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/utilities@8.15.0(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/dom-utilities': 2.2.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.70 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@fluentui/utilities@8.15.0(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==} peerDependencies: @@ -4382,6 +5861,16 @@ packages: tslib: 2.6.2 dev: false + /@griffel/react@1.5.21(react@17.0.2): + resolution: {integrity: sha512-7wuY9uFSt/0E7kLAKX//ue8NILx0IGoOtIx6WVuavEUFJXPCrvFn4uCDgnJC0211LZtJ+XH7zZGPNUtSb7nijw==} + peerDependencies: + react: '>=16.8.0 <19.0.0' + dependencies: + '@griffel/core': 1.15.3 + react: 17.0.2 + tslib: 2.6.2 + dev: false + /@griffel/react@1.5.21(react@18.2.0): resolution: {integrity: sha512-7wuY9uFSt/0E7kLAKX//ue8NILx0IGoOtIx6WVuavEUFJXPCrvFn4uCDgnJC0211LZtJ+XH7zZGPNUtSb7nijw==} peerDependencies: @@ -5377,6 +6866,21 @@ packages: resolution: {integrity: sha512-N56fTrAPUDz/R423pag+n6TXWbvlBZDtTehaGFjK0InmN+V2OFWLE/WmORhmn6Ce7dlwH5+tQN1LJFw3ngTJVg==} dev: false + /@react-hookz/web@22.0.0(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-jl4JgUXaiSvvDVQD2z/rq2/RaykjjLrAZxHOEQj2H38j4UFWIVhv5oKUH8yrKF4wX6tMX9gdrj62f9yGq/nSaQ==} + peerDependencies: + js-cookie: ^3.0.1 + react: ^16.8 || ^17 || ^18 + react-dom: ^16.8 || ^17 || ^18 + peerDependenciesMeta: + js-cookie: + optional: true + dependencies: + '@react-hookz/deep-equal': 1.0.4 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@react-hookz/web@22.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-jl4JgUXaiSvvDVQD2z/rq2/RaykjjLrAZxHOEQj2H38j4UFWIVhv5oKUH8yrKF4wX6tMX9gdrj62f9yGq/nSaQ==} peerDependencies: @@ -5392,30 +6896,256 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@reactflow/background@11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + classcat: 5.0.4 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + /@reactflow/background@11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/background@11.2.7(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/controls@11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + classcat: 5.0.4 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/controls@11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/controls@11.1.18(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/core@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@types/d3': 7.4.3 + '@types/d3-drag': 3.0.7 + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 + classcat: 5.0.4 + d3-drag: 3.0.0 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/core@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@types/d3': 7.4.3 + '@types/d3-drag': 3.0.7 + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 + classcat: 5.0.4 + d3-drag: 3.0.0 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/core@11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@types/d3': 7.4.3 + '@types/d3-drag': 3.0.7 + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 + classcat: 5.0.4 + d3-drag: 3.0.0 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/minimap@11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 + classcat: 5.0.4 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/minimap@11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 + classcat: 5.0.4 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/minimap@11.6.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 + classcat: 5.0.4 + d3-selection: 3.0.0 + d3-zoom: 3.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + + /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + d3-drag: 3.0.0 + d3-selection: 3.0.0 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/controls@11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} + /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 + d3-drag: 3.0.0 + d3-selection: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) @@ -5424,58 +7154,48 @@ packages: - immer dev: false - /@reactflow/core@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} + /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@types/d3': 7.4.3 - '@types/d3-drag': 3.0.7 - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 + '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 d3-drag: 3.0.0 d3-selection: 3.0.0 - d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/minimap@11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) classcat: 5.0.4 - d3-selection: 3.0.0 - d3-zoom: 3.0.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 - d3-drag: 3.0.0 - d3-selection: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) @@ -5484,22 +7204,41 @@ packages: - immer dev: false - /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false + /@reduxjs/toolkit@1.8.5(react-redux@8.0.2)(react@17.0.2): + resolution: {integrity: sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==} + peerDependencies: + react: ^16.9.0 || ^17.0.0 || ^18 + react-redux: ^7.2.1 || ^8.0.2 + peerDependenciesMeta: + react: + optional: true + react-redux: + optional: true + dependencies: + immer: 9.0.15 + react: 17.0.2 + react-redux: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) + redux: 4.2.1 + redux-thunk: 2.4.2(redux@4.2.1) + reselect: 4.1.8 + dev: false + /@reduxjs/toolkit@1.8.5(react-redux@8.0.2)(react@18.2.0): resolution: {integrity: sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==} peerDependencies: @@ -10279,15 +12018,15 @@ packages: safe-buffer: 5.2.1 dev: true - /react-dnd-accessible-backend@1.0.1(react-dnd@16.0.1)(react@18.2.0): + /react-dnd-accessible-backend@1.0.1(react-dnd@16.0.1)(react@17.0.2): resolution: {integrity: sha512-bh4FOA43r+zxLduELKl2bEiEsf3Ja1NahzpUOcBUn/3mdXm2i/4pV59dXblBwEZVgg8z/ZhEivy244AN7xTMLQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 react-dnd: 14.0.0 dependencies: immutability-helper: 3.1.1 - react: 18.2.0 - react-dnd: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + react: 17.0.2 + react-dnd: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@17.0.2) dev: false /react-dnd-html5-backend@16.0.1: @@ -10296,29 +12035,54 @@ packages: dnd-core: 16.0.1 dev: false - /react-dnd-multi-backend@8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@18.2.0): + /react-dnd-multi-backend@8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-sYJmGUWRJsTa4sF/bxFu4tF/KSk668vf1TWbDqGdpvR9ltik/lBBqgihV3KLVtRRWytR/8wJCd9K5slj2Ve1tg==} peerDependencies: react: ^16.14.0 || ^17.0.2 || ^18.0.0 react-dom: ^16.14.0 || ^17.0.2 || ^18.0.0 dependencies: dnd-multi-backend: 8.0.3(dnd-core@16.0.1) - react: 18.2.0 - react-dnd-preview: 8.0.3(react-dnd@16.0.1)(react@18.2.0) - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dnd-preview: 8.0.3(react-dnd@16.0.1)(react@17.0.2) + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - dnd-core - react-dnd dev: false - /react-dnd-preview@8.0.3(react-dnd@16.0.1)(react@18.2.0): + /react-dnd-preview@8.0.3(react-dnd@16.0.1)(react@17.0.2): resolution: {integrity: sha512-s69Ro47QYDthDhj73iQ0VioMCjtlZ1AytKBDkQaHKm5DTjA8D2bIaFKCBQd330QEW0SIzqLJrZGCSlIY2xraJg==} peerDependencies: react: ^16.14.0 || ^17.0.2 || ^18.0.0 react-dnd: ^16.0.1 dependencies: - react: 18.2.0 - react-dnd: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + react: 17.0.2 + react-dnd: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@17.0.2) + dev: false + + /react-dnd@16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@17.0.2): + resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} + peerDependencies: + '@types/hoist-non-react-statics': '>= 3.3.1' + '@types/node': '>= 12' + '@types/react': '>= 16' + react: '>= 16.14' + peerDependenciesMeta: + '@types/hoist-non-react-statics': + optional: true + '@types/node': + optional: true + '@types/react': + optional: true + dependencies: + '@react-dnd/invariant': 4.0.2 + '@react-dnd/shallowequal': 4.0.2 + '@types/node': 20.11.30 + '@types/react': 18.2.70 + dnd-core: 16.0.1 + fast-deep-equal: 3.1.3 + hoist-non-react-statics: 3.3.2 + react: 17.0.2 dev: false /react-dnd@16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0): @@ -10346,6 +12110,16 @@ packages: react: 18.2.0 dev: false + /react-dom@18.2.0(react@17.0.2): + resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} + peerDependencies: + react: ^18.2.0 + dependencies: + loose-envify: 1.4.0 + react: 17.0.2 + scheduler: 0.23.0 + dev: false + /react-dom@18.2.0(react@18.2.0): resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} peerDependencies: @@ -10364,14 +12138,14 @@ packages: '@babel/runtime': 7.24.1 react: 18.2.0 - /react-hotkeys-hook@4.3.8(react-dom@18.2.0)(react@18.2.0): + /react-hotkeys-hook@4.3.8(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==} peerDependencies: react: '>=16.8.1' react-dom: '>=16.8.1' dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false /react-icons@4.8.0(react@18.2.0): @@ -10391,6 +12165,29 @@ packages: throttle-debounce: 2.3.0 dev: false + /react-intl@6.3.0(react@17.0.2)(typescript@5.4.3): + resolution: {integrity: sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==} + peerDependencies: + react: ^16.6.0 || 17 || 18 + typescript: ^4.7 + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@formatjs/ecma402-abstract': 1.14.3 + '@formatjs/icu-messageformat-parser': 2.3.0 + '@formatjs/intl': 2.6.7(typescript@5.4.3) + '@formatjs/intl-displaynames': 6.2.6 + '@formatjs/intl-listformat': 7.1.9 + '@types/hoist-non-react-statics': 3.3.5 + '@types/react': 18.2.70 + hoist-non-react-statics: 3.3.2 + intl-messageformat: 10.3.1 + react: 17.0.2 + tslib: 2.6.2 + typescript: 5.4.3 + dev: false + /react-intl@6.3.0(react@18.2.0)(typescript@5.4.3): resolution: {integrity: sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==} peerDependencies: @@ -10451,6 +12248,25 @@ packages: - supports-color dev: false + /react-query@3.39.3(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: '*' + react-native: '*' + peerDependenciesMeta: + react-dom: + optional: true + react-native: + optional: true + dependencies: + '@babel/runtime': 7.24.1 + broadcast-channel: 3.7.0 + match-sorter: 6.3.4 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /react-query@3.39.3(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==} peerDependencies: @@ -10470,6 +12286,40 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /react-redux@8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1): + resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} + peerDependencies: + '@types/react': ^16.8 || ^17.0 || ^18.0 + '@types/react-dom': ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 + react-dom: ^16.8 || ^17.0 || ^18.0 + react-native: '>=0.59' + redux: ^4 + peerDependenciesMeta: + '@types/react': + optional: true + '@types/react-dom': + optional: true + react-dom: + optional: true + react-native: + optional: true + redux: + optional: true + dependencies: + '@babel/runtime': 7.24.1 + '@types/hoist-non-react-statics': 3.3.5 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + '@types/use-sync-external-store': 0.0.3 + hoist-non-react-statics: 3.3.2 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + react-is: 18.2.0 + redux: 4.2.1 + use-sync-external-store: 1.2.0(react@17.0.2) + dev: false + /react-redux@8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} peerDependencies: @@ -10504,6 +12354,20 @@ packages: use-sync-external-store: 1.2.0(react@18.2.0) dev: false + /react-transition-group@4.4.5(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} + peerDependencies: + react: '>=16.6.0' + react-dom: '>=16.6.0' + dependencies: + '@babel/runtime': 7.24.1 + dom-helpers: 5.2.1 + loose-envify: 1.4.0 + prop-types: 15.8.1 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /react-transition-group@4.4.5(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} peerDependencies: @@ -10552,12 +12416,39 @@ packages: tslib: 2.6.2 dev: false + /react@17.0.2: + resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + dev: false + /react@18.2.0: resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 + /reactflow@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/background': 11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/controls': 11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/minimap': 11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/node-resizer': 2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + /reactflow@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} peerDependencies: @@ -10577,6 +12468,25 @@ packages: - immer dev: false + /reactflow@11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/background': 11.2.7(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/controls': 11.1.18(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/minimap': 11.6.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-resizer': 2.1.4(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + /read-package-json-fast@3.0.2: resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -12077,6 +13987,20 @@ packages: requires-port: 1.0.0 dev: true + /use-disposable@1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@types/react': 18.2.70 + '@types/react-dom': 18.2.22 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /use-disposable@1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==} peerDependencies: @@ -12091,6 +14015,14 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /use-sync-external-store@1.2.0(react@17.0.2): + resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 17.0.2 + dev: false + /use-sync-external-store@1.2.0(react@18.2.0): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: @@ -12687,6 +14619,27 @@ packages: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} dev: true + /zustand@4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2): + resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} + engines: {node: '>=12.7.0'} + peerDependencies: + '@types/react': '>=16.8' + immer: '>=9.0.6' + react: '>=16.8' + peerDependenciesMeta: + '@types/react': + optional: true + immer: + optional: true + react: + optional: true + dependencies: + '@types/react': 18.2.70 + immer: 9.0.15 + react: 17.0.2 + use-sync-external-store: 1.2.0(react@17.0.2) + dev: false + /zustand@4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0): resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} engines: {node: '>=12.7.0'} @@ -12707,3 +14660,23 @@ packages: react: 18.2.0 use-sync-external-store: 1.2.0(react@18.2.0) dev: false + + /zustand@4.5.2(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} + engines: {node: '>=12.7.0'} + peerDependencies: + '@types/react': '>=16.8' + immer: '>=9.0.6' + react: '>=16.8' + peerDependenciesMeta: + '@types/react': + optional: true + immer: + optional: true + react: + optional: true + dependencies: + '@types/react': 18.2.70 + react: 18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) + dev: false diff --git a/tsconfig.base.json b/tsconfig.base.json index 1e4395d1295..ac3ebbcfde5 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -8,6 +8,7 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, + "noPropertyAccessFromIndexSignature": false, "importHelpers": true, "target": "ESNext", "module": "esnext", From 9ed95b72396efb7a4b007233aa733d3c52ed5b89 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sat, 30 Mar 2024 00:01:40 -0700 Subject: [PATCH 05/39] progress --- .nx/cache/file-map.json | 7751 ++++++++--------- .nx/cache/lockfile.hash | 2 +- .nx/cache/parsed-lock-file.json | 994 ++- .nx/cache/project-graph.json | 1088 +-- .../src/lib/tokenpicker/tokenpickerfooter.tsx | 2 +- libs/designer-ui/tsconfig.json | 22 +- libs/designer-ui/tsconfig.lib.json | 15 - libs/designer-ui/tsup.config.ts | 6 +- libs/designer/package.json | 7 + .../lib/core/actions/bjsworkflow/settings.ts | 30 +- .../src/lib/core/queries/connections.ts | 2 + .../core/state/workflow/workflowSelectors.ts | 2 + libs/designer/src/lib/core/store.ts | 2 +- libs/designer/tsconfig.json | 13 +- libs/designer/tsup.config.ts | 2 +- .../{test => __tests__}/connection.spec.ts | 0 .../src/utils/src/lib/models/index.ts | 10 +- libs/logic-apps-shared/tsconfig.json | 23 +- libs/logic-apps-shared/tsconfig.lib.json | 15 - libs/logic-apps-shared/tsup.config.ts | 3 +- package.json | 3 + pnpm-lock.yaml | 49 +- tsconfig.base.json | 3 +- 23 files changed, 5088 insertions(+), 4956 deletions(-) delete mode 100644 libs/designer-ui/tsconfig.lib.json rename libs/logic-apps-shared/src/designer-client-services/lib/standard/{test => __tests__}/connection.spec.ts (100%) delete mode 100644 libs/logic-apps-shared/tsconfig.lib.json diff --git a/.nx/cache/file-map.json b/.nx/cache/file-map.json index b302267fc9c..f66afd23503 100644 --- a/.nx/cache/file-map.json +++ b/.nx/cache/file-map.json @@ -2,6 +2,7 @@ "version": "6.0", "nxVersion": "18.1.3", "deps": { + "react-query": "3.39.3", "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3", "@babel/preset-react": "^7.24.1", @@ -43,7590 +44,7588 @@ "nxJsonPlugins": [], "fileMap": { "projectFileMap": { - "@microsoft/logic-apps-chatbot": [ + "@microsoft/logic-apps-data-mapper": [ { - "file": "libs/chatbot/package.json", - "hash": "14533386357963788386", + "file": "libs/data-mapper/package.json", + "hash": "11374210066381032052", "deps": [ "@microsoft/logic-apps-shared", "npm:react-intl", "npm:@fluentui/react", + "npm:@fluentui/react-components", "npm:@fluentui/react-icons", + "npm:react-redux", + "npm:react-icons", + "npm:reactflow", "@microsoft/designer-ui", - "npm:@fluentui/react-components", + "npm:react-query", + "npm:@fluentui/react-migration-v8-v9", + "@microsoft/logic-apps-designer", + "npm:fuse.js", + "npm:@react-hookz/web", + "npm:@fluentui/react-hooks", + "npm:redux-undo", + "npm:@fluentui/azure-themes", + "npm:@fluentui/react-portal-compat", + "npm:@microsoft/applicationinsights-react-js", + "npm:@microsoft/applicationinsights-web", + "npm:@reduxjs/toolkit", + "npm:js-yaml", + "npm:react-dnd", + "npm:react-dnd-html5-backend", + "npm:immer", + "npm:pathfinding", "npm:@types/react", "npm:react", "npm:react-dom" ] }, { - "file": "libs/chatbot/rollup.config.mjs", - "hash": "16469814706170133141" - }, - { - "file": "libs/chatbot/src/index.ts", + "file": "libs/data-mapper/src/index.ts", "hash": "5472632491119599158" }, { - "file": "libs/chatbot/src/lib/common/constants.ts", - "hash": "2429934717009400244" + "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", + "hash": "14141615103418495910" }, { - "file": "libs/chatbot/src/lib/common/models/Query.ts", - "hash": "12711516361292056739" + "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", + "hash": "17770304629225421551" }, { - "file": "libs/chatbot/src/lib/common/models/workflow.ts", - "hash": "15855456327309866932" + "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", + "hash": "6877428616429784381" }, { - "file": "libs/chatbot/src/lib/core/util/index.ts", - "hash": "5139985942597791835" + "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", + "hash": "14358690050668654180" }, { - "file": "libs/chatbot/src/lib/images/LogicApps.svg", - "hash": "2097860906489808431" + "file": "libs/data-mapper/src/lib/__mocks__/index.ts", + "hash": "2773363408802742346" }, { - "file": "libs/chatbot/src/lib/images/Sparkle.svg", - "hash": "3138281638005072555" + "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", - "hash": "12308741199338082792" + "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", + "hash": "8395782275572223290" }, { - "file": "libs/chatbot/src/lib/images/Workflow.svg", - "hash": "9644831917975499371" + "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", + "hash": "16603205122567920755" }, { - "file": "libs/chatbot/src/lib/index.tsx", - "hash": "7293379411218707820" + "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", + "hash": "10258201007008948880" }, { - "file": "libs/chatbot/src/lib/styles.less", - "hash": "17038065324912682386" + "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", + "hash": "8534942872367954833" }, { - "file": "libs/chatbot/src/lib/ui/chatbot.tsx", - "hash": "14000638668528235529" + "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", + "hash": "15022977686795039418" }, { - "file": "libs/chatbot/src/lib/ui/panelheader.tsx", - "hash": "933389736901388174" + "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", + "hash": "12397917326030950019" }, { - "file": "libs/chatbot/src/lib/ui/styles.less", - "hash": "16062592558757698716" + "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", + "hash": "1675148636656834599" }, { - "file": "libs/chatbot/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "vs-code-designer": [ - { - "file": "apps/vs-code-designer/.eslintrc.json", - "hash": "8230085774644180673" + "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", + "hash": "4500469198916948898" }, { - "file": "apps/vs-code-designer/jest.config.ts", - "hash": "17889736692752700798" + "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", + "hash": "15591781288413492668" }, { - "file": "apps/vs-code-designer/project.json", - "hash": "10833565585548221174" + "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", + "hash": "10224908465129074278" }, { - "file": "apps/vs-code-designer/src/CHANGELOG.md", - "hash": "14589377795062736305" + "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", + "hash": "2306687655733353822" }, { - "file": "apps/vs-code-designer/src/LICENSE.md", - "hash": "11929769968810875751" + "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", + "hash": "4978643643123088343" }, { - "file": "apps/vs-code-designer/src/LogicAppResolver.ts", - "hash": "15283228701684753042" + "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", + "hash": "16079196945272553302" }, { - "file": "apps/vs-code-designer/src/README.md", - "hash": "11849077759120475963" + "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", + "hash": "9459439117530038422" }, { - "file": "apps/vs-code-designer/src/app/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/data-mapper/src/lib/components/configPanel/style.less", + "hash": "1527231942813543886" }, { - "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", - "hash": "9691210983495138557" + "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", + "hash": "3490028716472595634" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", - "hash": "16521890431921928426" + "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", + "hash": "11032931063624269338" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", - "hash": "16663452797901095598" + "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", + "hash": "16949676118746384339" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", - "hash": "17141832093942421132" + "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", + "hash": "5754477981864776328" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", - "hash": "16800387599182163436" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", + "hash": "8248408736294624544" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", - "hash": "15249910961024614139" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", + "hash": "1309869007463816848" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", - "hash": "10478805085220116046" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", + "hash": "13628344667890779793" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", - "hash": "16716690566799847540" + "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", + "hash": "15205348783145905209" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", - "hash": "8933389345854657664" + "file": "libs/data-mapper/src/lib/components/index.tsx", + "hash": "14428353282588746736" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", - "hash": "9992531484797111989" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", + "hash": "2162817837155313327" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", - "hash": "9463128159380316482" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", + "hash": "13553412525983781799" }, { - "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", - "hash": "5889249415644928667" + "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", + "hash": "12346138118521841651" }, { - "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", - "hash": "5345286631159247185" + "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", + "hash": "13284155248340962799" }, { - "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", - "hash": "3989052663077740043" + "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", + "hash": "6881307329438277742" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", - "hash": "5116501926243135478" + "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", + "hash": "17557070717023693689" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", - "hash": "16288058029656980512" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", + "hash": "6406696257549309205" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", - "hash": "4974115892586946562" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", + "hash": "287685334620412869" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", - "hash": "2739542424025605778" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", + "hash": "7705748749211233193" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", - "hash": "16528307411062519273" + "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", + "hash": "3936423784858816038" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", - "hash": "8420664513479071878" + "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", + "hash": "436733766006015729" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", - "hash": "1015410722997215694" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", + "hash": "2902656052842124085" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", - "hash": "14122433799963996225" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", + "hash": "12588249875741308347" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", - "hash": "5881517096408142372" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", + "hash": "3371960444479219998" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", - "hash": "12504828417239595241" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", + "hash": "13107346633144606217" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", - "hash": "2537881784742654091" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", + "hash": "3431317465765506117" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", - "hash": "2805860689866977637" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", + "hash": "931212623622312724" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", - "hash": "236360329701387391" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", + "hash": "2252689483688433412" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", - "hash": "15398886318117594991" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", + "hash": "16227082704057520509" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", - "hash": "14182951342794946711" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", + "hash": "10162125979217322629" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", - "hash": "6145152286437918482" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", + "hash": "1365034521116895969" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", - "hash": "10097241182939210615" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", + "hash": "5783780993646471511" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", - "hash": "6085873851390612613" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", + "hash": "12114143726703313044" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", - "hash": "4790825331437291708" + "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", + "hash": "7202237167327210605" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", - "hash": "3241263939490725602" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", + "hash": "1200938118723756534" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", - "hash": "12904323188893554197" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", + "hash": "1012998571701681502" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", - "hash": "3301771322364491691" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", + "hash": "12160064669768110122" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", - "hash": "7125020395698562731" + "file": "libs/data-mapper/src/lib/components/style.less", + "hash": "16697434201106803776" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", - "hash": "1061376532103796189" + "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", + "hash": "1043813905809112628" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", - "hash": "4090283287361325395" + "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", + "hash": "9602489998542264304" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", - "hash": "12694293993123858339" + "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", + "hash": "6227532534870526144" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", - "hash": "6939607616569333271" + "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", + "hash": "7886860379443982562" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", - "hash": "16876165458358934367" + "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", + "hash": "9624723269802669778" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", - "hash": "6807352070253397014" + "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", + "hash": "8054479495813088206" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", - "hash": "602646548392219924" + "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", + "hash": "11318338330539713068" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", - "hash": "1248441447151601445" + "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", + "hash": "6683692349789938244" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", - "hash": "4382994499249808404" + "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", + "hash": "9474546573542884474" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", - "hash": "3270908220441876714" + "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", + "hash": "9216304019284249108" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", - "hash": "18197283561380557970" + "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", + "hash": "16279862027290865289" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", - "hash": "12854509727277688600" + "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", + "hash": "63281905083235104" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", - "hash": "6932473933775505497" + "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", + "hash": "2119175370219112170" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", - "hash": "15163297139299467130" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", + "hash": "4728474869371566435" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", - "hash": "12145516951279464570" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", + "hash": "15720533640718112418" }, { - "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", - "hash": "13122905205637169916" + "file": "libs/data-mapper/src/lib/core/index.ts", + "hash": "17728252828542620020" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", - "hash": "12161500855477225293" + "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", + "hash": "9336784234862841153" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", - "hash": "2961004747776184036" + "file": "libs/data-mapper/src/lib/core/queries/functions.ts", + "hash": "9075525510237815946" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", - "hash": "4522541350913132312" + "file": "libs/data-mapper/src/lib/core/queries/schema.ts", + "hash": "13294590656211176080" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", - "hash": "11258116130515669458" + "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", + "hash": "5423319519120387627" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", - "hash": "10075191348354945271" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", + "hash": "9392105193070614482" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", - "hash": "14895277555234648124" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", + "hash": "15115567686730099658" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", - "hash": "4733267574054585308" + "file": "libs/data-mapper/src/lib/core/services/index.ts", + "hash": "17713914166270244963" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", - "hash": "4897061654932299103" + "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", + "hash": "3978208177201101476" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", - "hash": "5210136330995269176" + "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", + "hash": "2345282136753381843" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", - "hash": "9188408928771288175" + "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", + "hash": "8144585438365623290" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", - "hash": "1654632113814189489" + "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", + "hash": "8329083872052003118" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", - "hash": "13903031530503885601" + "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", + "hash": "13780116185320446560" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", - "hash": "4869802028671417544" + "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", + "hash": "1844323867195659318" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", - "hash": "11183973806602428193" + "file": "libs/data-mapper/src/lib/core/state/Store.ts", + "hash": "11335664211370179539" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", - "hash": "9790108692711167549" + "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", + "hash": "14083985203055166555" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", - "hash": "8935024565840125528" + "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", + "hash": "3651895461739624717" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", - "hash": "17757783226849701195" + "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", + "hash": "9602396280237708280" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", - "hash": "3118499866503970646" + "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", + "hash": "3966523736504478114" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", - "hash": "16946336365738016652" + "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", + "hash": "3717071440296795971" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", - "hash": "14700426286273151963" + "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", + "hash": "18312574586759606725" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", - "hash": "12955984065148503188" + "file": "libs/data-mapper/src/lib/images/IconModel.ts", + "hash": "12022961688999857592" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", - "hash": "67503252290137050" + "file": "libs/data-mapper/src/lib/index.ts", + "hash": "12536403810420775901" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", - "hash": "18047538332171694914" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", + "hash": "11971351871449799719" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", - "hash": "16421460425439894219" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", + "hash": "231476621227209942" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", - "hash": "5102400899083743915" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", + "hash": "14825710363869872009" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", - "hash": "3566802881924367933" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", + "hash": "11190645468593154735" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", - "hash": "2253355473442341254" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", + "hash": "14736012937266371921" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", - "hash": "8367461168796618125" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", + "hash": "13887358761389139212" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", - "hash": "7816928161375360640" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", + "hash": "17897683696959454955" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", - "hash": "8211441423174431273" + "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", + "hash": "12140356380068737353" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", - "hash": "4543923992427156478" + "file": "libs/data-mapper/src/lib/models/Connection.ts", + "hash": "6713086379975707272" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", - "hash": "16790172706671895508" + "file": "libs/data-mapper/src/lib/models/Function.ts", + "hash": "4870906847571201219" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", - "hash": "730339459731076167" + "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", + "hash": "15870582288808787686" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", - "hash": "16387263368854184722" + "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", + "hash": "2503294176815549333" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", - "hash": "8785736729536479883" + "file": "libs/data-mapper/src/lib/models/index.ts", + "hash": "15048481124323271890" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", - "hash": "5405004095284863368" + "file": "libs/data-mapper/src/lib/styles.less", + "hash": "6908331227144989949" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", - "hash": "277688911407886724" + "file": "libs/data-mapper/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", - "hash": "10531190907180147165" + "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", + "hash": "5175306600030063384" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", - "hash": "6805897657185145282" + "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", + "hash": "10316055516907888527" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", - "hash": "4042523059976227605" + "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", + "hash": "13390357502855812372" }, { - "file": "apps/vs-code-designer/src/app/commands/openFile.ts", - "hash": "8848677839034017897" + "file": "libs/data-mapper/src/lib/ui/index.ts", + "hash": "15113147962899261470" }, { - "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", - "hash": "4414819161159148018" + "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", + "hash": "16408345537354737101" }, { - "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", - "hash": "12108392818377112463" + "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", + "hash": "1686767970297098011" }, { - "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", - "hash": "5348466410986195592" + "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", + "hash": "2434825439260665638" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", - "hash": "11825414888852326472" + "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", + "hash": "16723311339534011344" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", - "hash": "13266183717277799658" + "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", + "hash": "8480594156287949923" }, { - "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", - "hash": "9667907052210863860" + "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", + "hash": "5131927761100189734" }, { - "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", - "hash": "11431794142374272106" + "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", + "hash": "15649534183471564687" }, { - "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", - "hash": "11741482698530295281" + "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", + "hash": "8490159670981334068" }, { - "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", - "hash": "10014778861188001840" + "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", + "hash": "13852057286094725726" }, { - "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", - "hash": "17934490034222099721" + "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", + "hash": "1056814422116962324" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", - "hash": "9519170629001091669" + "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", + "hash": "7706926125373966162" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", - "hash": "2193565893393153407" + "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", + "hash": "17896084943722718154" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", - "hash": "7828137694120726708" + "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", + "hash": "17700627488664204153" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", - "hash": "11038158381580372609" + "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", + "hash": "1510231232034717112" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", - "hash": "4199684356925501631" + "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", + "hash": "9183598294036602086" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", - "hash": "11358177184398117389" + "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", + "hash": "2591378645563686133" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", - "hash": "2679770440781556642" + "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", + "hash": "3757182914660000889" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", - "hash": "4758133665418146451" + "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", + "hash": "4652895062524218585" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", - "hash": "1121723214110567542" + "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", + "hash": "16304634453111028700" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", - "hash": "7725573827694650006" + "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", + "hash": "16121681897376756515" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", - "hash": "8334894307746449914" + "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", + "hash": "15152740453553295329" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", - "hash": "8101227941012600904" + "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", + "hash": "11931976114526883032" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", - "hash": "3673010528497519226" + "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", + "hash": "3153965796357963823" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", - "hash": "11911833764116684440" + "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", + "hash": "3809914266296290977" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", - "hash": "9168734096888030444" + "file": "libs/data-mapper/src/lib/utils/index.ts", + "hash": "5033003906952262405" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", - "hash": "17061412144400724615" + "file": "libs/data-mapper/tsconfig.json", + "hash": "2883325760657722404" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", - "hash": "5828869705447588148" - }, + "file": "libs/data-mapper/typing/sort-paths.d.ts", + "hash": "13071285186636949876" + } + ], + "@microsoft/logic-apps-designer": [ { - "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", - "hash": "15656574216615797261" + "file": "libs/designer/package.json", + "hash": "8694041123093540774", + "deps": [ + "npm:@fluentui/azure-themes", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-hooks", + "npm:@fluentui/react-icons", + "npm:@fluentui/utilities", + "npm:@microsoft/applicationinsights-core-js", + "@microsoft/designer-ui", + "@microsoft/logic-apps-shared", + "npm:@react-hookz/web", + "npm:@reduxjs/toolkit", + "npm:elkjs", + "npm:fuse.js", + "npm:immer", + "npm:lodash.frompairs", + "npm:lodash.merge", + "npm:react-dnd", + "npm:react-dnd-accessible-backend", + "npm:react-dnd-html5-backend", + "npm:react-dnd-multi-backend", + "npm:react-hotkeys-hook", + "npm:react-intl", + "npm:react-query", + "npm:react-redux", + "npm:reactflow", + "npm:redux-thunk", + "npm:to-title-case", + "npm:util", + "npm:yocto-queue", + "npm:react", + "npm:react-dom" + ] }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", - "hash": "4880915516707375137" + "file": "libs/designer/src/index.ts", + "hash": "11355081150901527302" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", - "hash": "17464406121619291255" + "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", - "hash": "14683371035097063300" + "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", + "hash": "9240782448242967537" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", - "hash": "5542561233280181226" + "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", + "hash": "5214463813702224032" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", - "hash": "17702393010275360059" + "file": "libs/designer/src/lib/common/constants.ts", + "hash": "14716266680681788853" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", - "hash": "2575534504287821721" + "file": "libs/designer/src/lib/common/exceptions/exception.ts", + "hash": "4016853272413138441" }, { - "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", - "hash": "11739281340875482517" + "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", + "hash": "2438628799773606413" }, { - "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", - "hash": "9929018485526454933" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", + "hash": "13936938153293651615" }, { - "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", - "hash": "4009213837140272148" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", + "hash": "17853975463227900194" }, { - "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", - "hash": "8817565709427003190" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", + "hash": "716422980644102335" }, { - "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", - "hash": "3375335490032478024" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", + "hash": "10948104330765315206" }, { - "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", - "hash": "16615866709994104280" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", + "hash": "13744301547491746840" }, { - "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", - "hash": "7415266051392608333" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", + "hash": "5099585607600274464" }, { - "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", - "hash": "9074539896232376720" + "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", + "hash": "3057811563704111315" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", - "hash": "9267693919118671283" + "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", + "hash": "13794169093128310758" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", - "hash": "10134355830057584781" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", + "hash": "6553711262896807602" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", - "hash": "721460261511937589" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", + "hash": "3769112376720810799" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", - "hash": "5398542377692716433" + "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", + "hash": "4840054514873781546" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", - "hash": "3347403338657872606" + "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", + "hash": "13772471609559374653" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", - "hash": "5980647371085397675" + "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", + "hash": "17291714734882915823" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", - "hash": "16412382996484120538" + "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", + "hash": "8696373633900139960" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", - "hash": "604082204214613146" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", + "hash": "10209490491669077224" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", - "hash": "5211400042396365247" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", + "hash": "5762239862513015054" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", - "hash": "4323159798705886185" + "file": "libs/designer/src/lib/common/images/arrowdark.svg", + "hash": "5926111895234327525" }, { - "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", - "hash": "10473063987200566321" + "file": "libs/designer/src/lib/common/images/arrowlight.svg", + "hash": "8015769479673340480" }, { - "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", - "hash": "3595900253866256876" + "file": "libs/designer/src/lib/common/images/arrowred.svg", + "hash": "2430505900927056727" }, { - "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", - "hash": "13211032462411797929" + "file": "libs/designer/src/lib/common/images/bolt.svg", + "hash": "17462634652015284885" }, { - "file": "apps/vs-code-designer/src/app/utils/azure.ts", - "hash": "3833124319981952605" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", + "hash": "4281210752025126548" }, { - "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", - "hash": "5354517439635689223" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", + "hash": "8923215817224206799" }, { - "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", - "hash": "4202845508695897867" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", + "hash": "4347287844293995514" }, { - "file": "apps/vs-code-designer/src/app/utils/binaries.ts", - "hash": "388089461239389146" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", + "hash": "802393672600738414" }, { - "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", - "hash": "11278198487517151600" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", + "hash": "788257097228620744" }, { - "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", - "hash": "5209627703357314360" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", + "hash": "11736524123979545801" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", - "hash": "2721473099105817663" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", + "hash": "965633922044453844" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", - "hash": "16092403201611177373" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", + "hash": "10224443075493376159" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", - "hash": "17280584654313801797" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", + "hash": "488405671534951514" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", - "hash": "11434773582755922466" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", + "hash": "16381515837357068415" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", - "hash": "8914353723910010736" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", + "hash": "17856490403949387790" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", - "hash": "11370916271253948863" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", + "hash": "15243776523488424116" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", - "hash": "12851745667746697144" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", + "hash": "5699680888941228448" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", - "hash": "4992286302690682038" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", + "hash": "9764035938809534317" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", - "hash": "12439909453655537151" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", + "hash": "12326541136900487952" }, { - "file": "apps/vs-code-designer/src/app/utils/credentials.ts", - "hash": "9526611676815672231" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", + "hash": "6245055721372883370" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", - "hash": "18100208350276697387" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", + "hash": "14444337833939963797" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", - "hash": "11195002535064666626" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", + "hash": "17064721766454223509" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", - "hash": "16513329002632778630" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", + "hash": "13549953610772304995" }, { - "file": "apps/vs-code-designer/src/app/utils/errors.ts", - "hash": "6337192314829286295" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", + "hash": "9884449892115783238" }, { - "file": "apps/vs-code-designer/src/app/utils/extension.ts", - "hash": "8597463145754720643" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", + "hash": "5650084185790556380" }, { - "file": "apps/vs-code-designer/src/app/utils/feed.ts", - "hash": "11078950491452597655" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", + "hash": "16533471828587912919" }, { - "file": "apps/vs-code-designer/src/app/utils/fs.ts", - "hash": "10454176105648465536" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", + "hash": "10277570825407438664" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", - "hash": "2643409337300275114" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", + "hash": "5644614242196469494" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", - "hash": "15542602281912482110" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", + "hash": "4854754781356184488" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", - "hash": "168472165892576464" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", + "hash": "17577366797422234032" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", - "hash": "11613730303036346440" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", + "hash": "18096424898773100452" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", - "hash": "17614489772909813009" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", + "hash": "8410319851745043818" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", - "hash": "16131810591978900690" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", + "hash": "4344707577102300882" }, { - "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", - "hash": "5474082429921495272" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", + "hash": "14973565284851361466" }, { - "file": "apps/vs-code-designer/src/app/utils/git.ts", - "hash": "12773428193671641806" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", + "hash": "6940736653966224597" }, { - "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", - "hash": "8596095749121613195" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", + "hash": "10913390805409066774" }, { - "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", - "hash": "18084363227171215626" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", + "hash": "18310566090601123291" }, { - "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", - "hash": "8369160542664851064" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", + "hash": "4211895255849396300" }, { - "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", - "hash": "12408115648321618520" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", + "hash": "15249336994675481" }, { - "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", - "hash": "11916907140988211314" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", + "hash": "6229273879523350518" }, { - "file": "apps/vs-code-designer/src/app/utils/timeout.ts", - "hash": "14778113605060537252" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", + "hash": "14552059136095416702" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", - "hash": "17799585098475395215" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", + "hash": "8321402279766452771" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", - "hash": "18167521601394077735" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", + "hash": "14144206237714493160" }, { - "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", - "hash": "13920597240309833189" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", + "hash": "546764277464022095" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", - "hash": "9759327367702436958" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", + "hash": "15076765899186592786" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", - "hash": "1968553941266221567" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", + "hash": "3692508794323306407" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", - "hash": "15287783653212061089" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", + "hash": "1731479113183843607" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", - "hash": "6828207763303964975" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", + "hash": "4173490804496111343" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", - "hash": "11094466494008399309" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", + "hash": "11873669256365835624" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", - "hash": "2154894462698790548" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", + "hash": "11139441907313241224" }, { - "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", - "hash": "8439101078638289221" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", + "hash": "3241487867540139826" }, { - "file": "apps/vs-code-designer/src/app/utils/workspace.ts", - "hash": "16375631922651977733" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", + "hash": "7715913989452853316" }, { - "file": "apps/vs-code-designer/src/assets/Connection.svg", - "hash": "15647431244608701397" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", + "hash": "13582317555878671565" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", - "hash": "10584527306322621934" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", + "hash": "4977325050658584568" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", - "hash": "3810450270713476659" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", + "hash": "1045431280059616257" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", - "hash": "4245860993464393581" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", + "hash": "16640363275658842913" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", - "hash": "6824072606396484945" + "file": "libs/designer/src/lib/common/images/card/delete.svg", + "hash": "15675230980148461553" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", - "hash": "10950725022355073892" + "file": "libs/designer/src/lib/common/images/card/input_selection.svg", + "hash": "6874565955253727212" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", - "hash": "576791979954694443" + "file": "libs/designer/src/lib/common/images/card/optional_field.svg", + "hash": "13884780002161969050" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", - "hash": "12306089950511122041" + "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", + "hash": "11872211244220681036" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", - "hash": "2239336814154262202" + "file": "libs/designer/src/lib/common/images/delete.svg", + "hash": "2369920463731912593" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", - "hash": "7211845892991047855" + "file": "libs/designer/src/lib/common/images/gateway/add.svg", + "hash": "11819585580235095669" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", - "hash": "7215558518247341170" + "file": "libs/designer/src/lib/common/images/gateway/help.svg", + "hash": "12599303004882720277" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", - "hash": "4598916924084671926" + "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", + "hash": "6435518280858083886" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", - "hash": "8406210736576622585" + "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", + "hash": "12997387777000294056" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", - "hash": "9257116971448085886" + "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", + "hash": "7939169194091714776" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", - "hash": "3621284916386716836" + "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", + "hash": "16280757524503959992" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", - "hash": "16767884502249044946" + "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", + "hash": "18333062729648676215" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", - "hash": "12435277816665445182" + "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", + "hash": "17826554870116185216" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "libs/designer/src/lib/common/images/pencil.svg", + "hash": "4552542774403200136" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", - "hash": "15689618091200745940" + "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", - "hash": "5650505684305619652" + "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", + "hash": "11632821499690045898" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "libs/designer/src/lib/common/images/status_error.svg", + "hash": "7327477685402663444" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "libs/designer/src/lib/common/images/status_success.svg", + "hash": "16589415129232216666" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", - "hash": "6146631829358995396" + "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", + "hash": "8952058323183937865" }, { - "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", - "hash": "4245860993464393581" + "file": "libs/designer/src/lib/common/images/website/api.svg", + "hash": "16095509088326340538" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "libs/designer/src/lib/common/images/website/apim.svg", + "hash": "15873815965442020768" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", - "hash": "6618528922142727668" + "file": "libs/designer/src/lib/common/images/website/apim_white.svg", + "hash": "14020416160783112768" }, { - "file": "apps/vs-code-designer/src/assets/dark/export.svg", - "hash": "4203088445943374133" + "file": "libs/designer/src/lib/common/images/website/create.svg", + "hash": "16033491393116457661" }, { - "file": "apps/vs-code-designer/src/assets/dark/filter.svg", - "hash": "2157761159649928725" + "file": "libs/designer/src/lib/common/images/website/foreach.svg", + "hash": "3719190676549030233" }, { - "file": "apps/vs-code-designer/src/assets/dark/info.svg", - "hash": "10259827920845009789" + "file": "libs/designer/src/lib/common/images/website/function.svg", + "hash": "12552781765647401474" }, { - "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", - "hash": "15172864931349783756" + "file": "libs/designer/src/lib/common/models/workflow.ts", + "hash": "11724936275981787758" }, { - "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", - "hash": "12913855549590469120" + "file": "libs/designer/src/lib/common/utilities/Utils.ts", + "hash": "2333252227487981555" }, { - "file": "apps/vs-code-designer/src/assets/dark/visible.svg", - "hash": "15527356031076482326" + "file": "libs/designer/src/lib/common/utilities/error.ts", + "hash": "14761866046570043475" }, { - "file": "apps/vs-code-designer/src/assets/dark/wand.png", - "hash": "2323447109945934437" + "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", + "hash": "10226240319907572020" }, { - "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", - "hash": "3274518933561120400" + "file": "libs/designer/src/lib/core/DesignerProvider.tsx", + "hash": "8865415753051342650" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", + "hash": "1133788957422173169" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", + "hash": "13021850733178929057" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", + "hash": "10976178124567025188" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", + "hash": "8007408756114040866" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", + "hash": "12793128001647914730" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", + "hash": "9408756046827245410" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "10811906832528493729" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", + "hash": "1145445308673345143" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "6253575686098009499" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", + "hash": "8714067957965973862" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "4098931202983786207" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", + "hash": "377035099592140993" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", + "hash": "2640821823957837771" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", + "hash": "4883489638704343677" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", + "hash": "1063338721262391862" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", - "hash": "1636695999285125481" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", + "hash": "13051148389008776707" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", + "hash": "16166965666592256044" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", + "hash": "7644883283632193272" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", + "hash": "3268658162048948497" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", + "hash": "12938819441932090008" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", + "hash": "18391939971202172617" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", + "hash": "5135976908480724598" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "12187774501315130464" + "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", + "hash": "6555520085152754544" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "7368448719439030691" + "file": "libs/designer/src/lib/core/graphlayout/index.ts", + "hash": "1183230721606983661" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "1164676230893833197" + "file": "libs/designer/src/lib/core/index.ts", + "hash": "17021345483470396631" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", + "hash": "5690913620690077130" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", + "hash": "14509662786295405295" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", + "hash": "6387737565995930308" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", - "hash": "2868804174007093570" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", + "hash": "18344987115654458228" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", + "hash": "14964928502892749345" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", + "hash": "14646033592987575031" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", + "hash": "17520637296625214501" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", + "hash": "16515897955999880047" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", + "hash": "8489461695139161622" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", + "hash": "11556548277387433966" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "17474514795579720783" + "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", + "hash": "1566269831108361105" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "1966951836172479399" + "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", + "hash": "13854397699622059247" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "563534334865091586" + "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", + "hash": "7091192159636622669" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/designer/src/lib/core/queries/browse.ts", + "hash": "15277260528629014649" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/designer/src/lib/core/queries/connections.ts", + "hash": "1501738903167968950" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/designer/src/lib/core/queries/connector.ts", + "hash": "10042584932448483913" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", - "hash": "3438342450555214691" + "file": "libs/designer/src/lib/core/queries/operation.ts", + "hash": "18070523527133930267" }, { - "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", - "hash": "4245860993464393581" + "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", + "hash": "11873332201419444196" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", + "hash": "944283261874392963" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", - "hash": "12548280711520177657" + "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", + "hash": "14043559070256094030" }, { - "file": "apps/vs-code-designer/src/assets/light/export.svg", - "hash": "4203088445943374133" + "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", + "hash": "17661438812224560039" }, { - "file": "apps/vs-code-designer/src/assets/light/filter.svg", - "hash": "808289461830434574" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", + "hash": "552151791694841859" }, { - "file": "apps/vs-code-designer/src/assets/light/info.svg", - "hash": "8008068589209490939" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", + "hash": "5709160121732674319" }, { - "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", - "hash": "5714860970048264528" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", + "hash": "11880532030602689040" }, { - "file": "apps/vs-code-designer/src/assets/light/refresh.svg", - "hash": "17185510816311412914" + "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", + "hash": "15539125750855046238" }, { - "file": "apps/vs-code-designer/src/assets/light/visible.svg", - "hash": "2086515071006177202" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", + "hash": "17496610770440064597" }, { - "file": "apps/vs-code-designer/src/assets/light/wand.png", - "hash": "2740478162349478720" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", + "hash": "12399207044214169579" }, { - "file": "apps/vs-code-designer/src/assets/light/workflow.svg", - "hash": "3274518933561120400" + "file": "libs/designer/src/lib/core/state/global.ts", + "hash": "2467378088186721273" }, { - "file": "apps/vs-code-designer/src/assets/logicAppResources.png", - "hash": "7844543986362065723" + "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", + "hash": "7160406653392297178" }, { - "file": "apps/vs-code-designer/src/assets/logicapp.png", - "hash": "18231532070800362266" + "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", + "hash": "13231490325898643987" }, { - "file": "apps/vs-code-designer/src/constants.ts", - "hash": "10884448731183309126" + "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", + "hash": "580443950008935701" }, { - "file": "apps/vs-code-designer/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", + "hash": "11619174720328207349" }, { - "file": "apps/vs-code-designer/src/environments/environment.ts", - "hash": "1135292433917692033" + "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", + "hash": "12360836867786652472" }, { - "file": "apps/vs-code-designer/src/extensionVariables.ts", - "hash": "1011803126032346158" + "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", + "hash": "17837734844866824533" }, { - "file": "apps/vs-code-designer/src/localize.ts", - "hash": "8909848188136259962" + "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", + "hash": "3597817075648231871" }, { - "file": "apps/vs-code-designer/src/main.ts", - "hash": "12693268671030990594" + "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", + "hash": "8221487224681813587" }, { - "file": "apps/vs-code-designer/src/onboarding.ts", - "hash": "1284380110401789108" + "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", + "hash": "13672923006305683744" }, { - "file": "apps/vs-code-designer/src/package.json", - "hash": "11609901045508539230" + "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", + "hash": "3869560885023421381" }, { - "file": "apps/vs-code-designer/tsconfig.app.json", - "hash": "9654856818679042867" + "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", + "hash": "7513105324012396408" }, { - "file": "apps/vs-code-designer/tsconfig.json", - "hash": "1646188906733341306" + "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", + "hash": "15674134190940167340" }, { - "file": "apps/vs-code-designer/tsconfig.spec.json", - "hash": "9983375138734725293" - } - ], - "data-mapper-standalone": [ - { - "file": "apps/data-mapper-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", + "hash": "4534305780862072392" }, { - "file": "apps/data-mapper-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", + "hash": "4540330469149645148" }, { - "file": "apps/data-mapper-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", + "hash": "297492272351660565" }, { - "file": "apps/data-mapper-standalone/jest.config.ts", - "hash": "10715911984367194997" + "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", + "hash": "6447767112269051024" }, { - "file": "apps/data-mapper-standalone/project.json", - "hash": "9374513863842846490" + "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", + "hash": "21027795098134668" }, { - "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", - "hash": "16726481549457764766" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", + "hash": "10627578442358036420" }, { - "file": "apps/data-mapper-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", + "hash": "3377780393722064446" }, { - "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", - "hash": "14944117756580093119" + "file": "libs/designer/src/lib/core/store.ts", + "hash": "7675307851224561844" }, { - "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", - "hash": "1284985494789010035" + "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", + "hash": "10932912534190676887" }, { - "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", - "hash": "372080794920849111" + "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", + "hash": "10477834709138765316" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", + "hash": "6400741599488247828" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/designer/src/lib/core/utils/card.ts", + "hash": "17388048148998821366" }, { - "file": "apps/data-mapper-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", + "hash": "14380782528292918805" }, { - "file": "apps/data-mapper-standalone/src/index.html", - "hash": "1875896067774755003" + "file": "libs/designer/src/lib/core/utils/graph.ts", + "hash": "9113893809945541281" }, { - "file": "apps/data-mapper-standalone/src/main.tsx", - "hash": "10861951779782452086" + "file": "libs/designer/src/lib/core/utils/loops.ts", + "hash": "17832329493412946298" }, { - "file": "apps/data-mapper-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", + "hash": "1420254453350497458" }, { - "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", - "hash": "16987547041249191518" + "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", + "hash": "842207519268466443" }, { - "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", - "hash": "15187256273369871693" + "file": "libs/designer/src/lib/core/utils/outputs.ts", + "hash": "2523378346613014879" }, { - "file": "apps/data-mapper-standalone/src/state/Store.ts", - "hash": "7832192686281280578" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", + "hash": "3643994527394489617" }, { - "file": "apps/data-mapper-standalone/src/styles.less", - "hash": "11491636838694553899" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", + "hash": "2422344699678475886" }, { - "file": "apps/data-mapper-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", + "hash": "17504009570966731362" }, { - "file": "apps/data-mapper-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", + "hash": "14679208978083456209" }, { - "file": "apps/data-mapper-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", + "hash": "9346212500047195690" }, { - "file": "apps/data-mapper-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "@microsoft/vscode-extension-logic-apps": [ + "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", + "hash": "16944935834687261736" + }, { - "file": "libs/vscode-extension/package.json", - "hash": "15998724868521866521", - "deps": [ - "npm:@microsoft/vscode-azext-azureappservice", - "npm:@microsoft/vscode-azext-utils", - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:react-query", - "npm:axios", - "npm:@apidevtools/swagger-parser", - "npm:reactflow", - "npm:tslib" - ] + "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", + "hash": "5504094716509853138" }, { - "file": "libs/vscode-extension/src/assets/architecture.png", - "hash": "26421078174694397" + "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", + "hash": "789795195726361469" }, { - "file": "libs/vscode-extension/src/index.ts", - "hash": "13894618422633116150" + "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", + "hash": "1212164914387801521" }, { - "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", - "hash": "13120906341305634586" + "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", + "hash": "4584055025926510588" }, { - "file": "libs/vscode-extension/src/lib/helpers/index.ts", - "hash": "10780152196575928830" + "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", + "hash": "17685281869497732131" }, { - "file": "libs/vscode-extension/src/lib/models/artifact.ts", - "hash": "7146957473126889114" + "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", + "hash": "17503616740995511873" }, { - "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", - "hash": "6154477977645149666" + "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", + "hash": "5493345090301795523" }, { - "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", - "hash": "5895652225166913174" + "file": "libs/designer/src/lib/core/utils/setting.ts", + "hash": "607724160972661514" }, { - "file": "libs/vscode-extension/src/lib/models/connection.ts", - "hash": "8902288875218630610" + "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", + "hash": "300462517969513749" }, { - "file": "libs/vscode-extension/src/lib/models/context.ts", - "hash": "289535333068392984" + "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", + "hash": "710587862511662252" }, { - "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", - "hash": "10232207379279475729" + "file": "libs/designer/src/lib/core/utils/tokens.ts", + "hash": "16598154144351001077" }, { - "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", - "hash": "8661551841000564066" + "file": "libs/designer/src/lib/core/utils/validation.ts", + "hash": "3321415876925824657" }, { - "file": "libs/vscode-extension/src/lib/models/functions.ts", - "hash": "8921509321344504417" + "file": "libs/designer/src/lib/core/utils/variables.ts", + "hash": "18113110944598796795" }, { - "file": "libs/vscode-extension/src/lib/models/host.ts", - "hash": "4946881646528119602" + "file": "libs/designer/src/lib/core/utils/workflow.ts", + "hash": "2503685323390352213" }, { - "file": "libs/vscode-extension/src/lib/models/index.ts", - "hash": "8629351622118864800" + "file": "libs/designer/src/lib/index.tsx", + "hash": "3108540739134237574" }, { - "file": "libs/vscode-extension/src/lib/models/language.ts", - "hash": "12998506532698409684" + "file": "libs/designer/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/vscode-extension/src/lib/models/launch.ts", - "hash": "3299137502222266496" + "file": "libs/designer/src/lib/ui/Controls.tsx", + "hash": "11679666175589395115" }, { - "file": "libs/vscode-extension/src/lib/models/parameter.ts", - "hash": "2466587591546831647" + "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", + "hash": "18335299629456245936" }, { - "file": "libs/vscode-extension/src/lib/models/process.ts", - "hash": "12858203324101334851" + "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", + "hash": "8683562698326398762" }, { - "file": "libs/vscode-extension/src/lib/models/project.ts", - "hash": "12064643844535713228" + "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", + "hash": "6973870354555514502" }, { - "file": "libs/vscode-extension/src/lib/models/tasks.ts", - "hash": "15455125440905214634" + "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", + "hash": "2623692442355217780" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", - "hash": "11529840343560446484" + "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", + "hash": "17275763272438441218" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", - "hash": "10730630576740403610" + "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", + "hash": "16798466643167652597" }, { - "file": "libs/vscode-extension/src/lib/models/templates/index.ts", - "hash": "15419456393693419504" + "file": "libs/designer/src/lib/ui/Designer.tsx", + "hash": "16681715909651728710" }, { - "file": "libs/vscode-extension/src/lib/models/workflow.ts", - "hash": "4080408159234522751" + "file": "libs/designer/src/lib/ui/Minimap.tsx", + "hash": "16784302034175684453" }, { - "file": "libs/vscode-extension/src/lib/services/httpClient.ts", - "hash": "13366754612634721081" + "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", + "hash": "9589106174231375844" }, { - "file": "libs/vscode-extension/src/lib/services/index.ts", - "hash": "2286143948438821916" + "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", + "hash": "3078414740510575754" }, { - "file": "libs/vscode-extension/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "vs-code-react": [ + "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", + "hash": "14069610435069570388" + }, { - "file": "apps/vs-code-react/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", + "hash": "2917805269573375288" }, { - "file": "apps/vs-code-react/.browserslistrc", - "hash": "167759602395835039" + "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", + "hash": "3469127252427478749" }, { - "file": "apps/vs-code-react/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "apps/vs-code-react/jest.config.ts", - "hash": "8334961725413338902" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", + "hash": "2870378826580830856" }, { - "file": "apps/vs-code-react/project.json", - "hash": "16992379845976149116" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", - "hash": "7103226391461447657" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", + "hash": "17062398617519134809" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", - "hash": "15235190526173296646" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", - "hash": "3923189858935612561" + "file": "libs/designer/src/lib/ui/connections/edge.tsx", + "hash": "5497512017299495007" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", - "hash": "5310943053923898056" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", + "hash": "18432693650012936880" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", - "hash": "14353098042527666078" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", + "hash": "5555780360896210685" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.less", - "hash": "10860476654260307609" + "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", + "hash": "13807895509711892964" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", - "hash": "1229212044608318791" + "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", + "hash": "7876264136480687494" }, { - "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", - "hash": "1233751610250085221" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", + "hash": "2408849985874822150" }, { - "file": "apps/vs-code-react/src/app/designer/app.less", - "hash": "2873139032757981092" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", + "hash": "4860151930479659861" }, { - "file": "apps/vs-code-react/src/app/designer/app.tsx", - "hash": "14446374292339965572" + "file": "libs/designer/src/lib/ui/index.tsx", + "hash": "16341670098352328808" }, { - "file": "apps/vs-code-react/src/app/designer/constants.ts", - "hash": "5903664051922439610" + "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", + "hash": "11764721752232747899" }, { - "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", - "hash": "8677180454198120663" + "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", + "hash": "18054694947746552645" }, { - "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", - "hash": "13157754222681752876" + "file": "libs/designer/src/lib/ui/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", - "hash": "3846553792648049504" + "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", + "hash": "17569954728099794023" }, { - "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", - "hash": "2583935077415507996" + "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", + "hash": "583479515840133304" }, { - "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", - "hash": "11284208617598927726" + "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", + "hash": "12873127522514834077" }, { - "file": "apps/vs-code-react/src/app/export/export.less", - "hash": "3696757642502745218" + "file": "libs/designer/src/lib/ui/menuItems/index.tsx", + "hash": "17248340653302800129" }, { - "file": "apps/vs-code-react/src/app/export/export.tsx", - "hash": "8780683083445998923" + "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", + "hash": "11451946634355722234" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", - "hash": "1432771657034188602" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", + "hash": "8808436492128491535" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", - "hash": "920422646883876413" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", + "hash": "11188019418177543078" }, { - "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", - "hash": "11162162346257637474" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", + "hash": "10622257218635018165" }, { - "file": "apps/vs-code-react/src/app/export/status/status.tsx", - "hash": "7912554661822815221" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", + "hash": "14381813606682941152" }, { - "file": "apps/vs-code-react/src/app/export/summary/helper.ts", - "hash": "14153533387296877593" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", + "hash": "14863904385332766059" }, { - "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", - "hash": "7161124247970943148" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", + "hash": "105776725888969737" }, { - "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", - "hash": "4655457745320534508" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", + "hash": "3486053682563706186" }, { - "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", - "hash": "314441399583635160" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", + "hash": "4295986676874411230" }, { - "file": "apps/vs-code-react/src/app/export/validation/helper.ts", - "hash": "11787808914725369004" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", + "hash": "5044350433743159771" }, { - "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", - "hash": "6866286216752763150" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", + "hash": "17190185412675906484" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", - "hash": "10475247554118844324" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", + "hash": "413683764976891703" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", - "hash": "1366466573911291031" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", + "hash": "2896450508867033368" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", - "hash": "3750291621191783642" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", + "hash": "8866623228316007595" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", - "hash": "16694375718863827935" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", + "hash": "17888799308169784633" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", - "hash": "3220598036709854135" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", + "hash": "3217802139905584148" }, { - "file": "apps/vs-code-react/src/app/overview/app.tsx", - "hash": "6561625234207029430" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", + "hash": "962585077833873680" }, { - "file": "apps/vs-code-react/src/app/overview/overview.less", - "hash": "10514910349287699054" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", + "hash": "2345600340639460118" }, { - "file": "apps/vs-code-react/src/app/review/index.tsx", - "hash": "17050061761908500120" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", + "hash": "6438581048872326276" }, { - "file": "apps/vs-code-react/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", + "hash": "4636028013835727768" }, { - "file": "apps/vs-code-react/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", + "hash": "14888900866274310223" }, { - "file": "apps/vs-code-react/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", + "hash": "4040358874212544513" }, { - "file": "apps/vs-code-react/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", + "hash": "15708146643216275913" }, { - "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", - "hash": "8025372240546622652" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", + "hash": "18064072806053472795" }, { - "file": "apps/vs-code-react/src/fixtures/get-run.json", - "hash": "14954993404334898723" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", + "hash": "813895254218562259" }, { - "file": "apps/vs-code-react/src/fixtures/get-runs.json", - "hash": "16210149105685428411" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", + "hash": "16620206185148038430" }, { - "file": "apps/vs-code-react/src/index.html", - "hash": "15542557927961559597" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", + "hash": "5385478426844583686" }, { - "file": "apps/vs-code-react/src/main.tsx", - "hash": "12636954517020345187" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", + "hash": "17955152684217995627" }, { - "file": "apps/vs-code-react/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", + "hash": "8096213501021087139" }, { - "file": "apps/vs-code-react/src/resources/Caution.svg", - "hash": "12946324935578891880" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", + "hash": "6954364116161516939" }, { - "file": "apps/vs-code-react/src/resources/Error.svg", - "hash": "1306017530222758526" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", + "hash": "2774370202590136493" }, { - "file": "apps/vs-code-react/src/resources/Success.svg", - "hash": "1346479691433759862" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", + "hash": "2990072573754773610" }, { - "file": "apps/vs-code-react/src/router/index.tsx", - "hash": "15140865326278989359" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", + "hash": "16009164000053936481" }, { - "file": "apps/vs-code-react/src/run-service.ts", - "hash": "17001222516069202300" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", + "hash": "12787968918952964503" }, { - "file": "apps/vs-code-react/src/run-service/export/helper.ts", - "hash": "17978663445350106988" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", + "hash": "7320427274234546201" }, { - "file": "apps/vs-code-react/src/run-service/export/index.ts", - "hash": "8958556086353433187" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", + "hash": "1017935854018236971" }, { - "file": "apps/vs-code-react/src/run-service/types.ts", - "hash": "15571572309314646001" + "file": "libs/designer/src/lib/ui/panel/index.tsx", + "hash": "8931413980282435903" }, { - "file": "apps/vs-code-react/src/state/DataMapSlice.ts", - "hash": "12162383684219148227" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", + "hash": "691362796351085760" }, { - "file": "apps/vs-code-react/src/state/DesignerSlice.ts", - "hash": "15018588436028947609" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", + "hash": "1761891437078855966" }, { - "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", - "hash": "17422552152551623659" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", + "hash": "1057924626207991961" }, { - "file": "apps/vs-code-react/src/state/projectSlice.ts", - "hash": "17786023480081942934" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", + "hash": "6280253552466033403" }, { - "file": "apps/vs-code-react/src/state/store.ts", - "hash": "9306760291102940367" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", + "hash": "8768239693411150392" }, { - "file": "apps/vs-code-react/src/stateWrapper.tsx", - "hash": "2412499423087675880" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", + "hash": "7891578013616621917" }, { - "file": "apps/vs-code-react/src/styles.less", - "hash": "11897878901819299767" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", + "hash": "6936908943603154102" }, { - "file": "apps/vs-code-react/src/themeProvider.tsx", - "hash": "3199307216492964650" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", + "hash": "438510564774690503" }, { - "file": "apps/vs-code-react/src/webviewCommunication.tsx", - "hash": "4256707400206268801" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", + "hash": "16798406127854826620" }, { - "file": "apps/vs-code-react/tsconfig.app.json", - "hash": "4251399858593500384" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", + "hash": "3595348225477585500" }, { - "file": "apps/vs-code-react/tsconfig.json", - "hash": "10208151351921925114" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", + "hash": "11057896419932325694" }, { - "file": "apps/vs-code-react/tsconfig.spec.json", - "hash": "15143458430517966976" - } - ], - "@microsoft/designer-ui": [ - { - "file": "libs/designer-ui/package.json", - "hash": "2157918880835177019", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:@fluentui/react", - "npm:react-intl", - "npm:@fluentui/react-components", - "npm:@lexical/react", - "npm:lexical", - "npm:@react-hookz/web", - "npm:fuse.js", - "npm:react-query", - "npm:reactflow", - "npm:react-dnd", - "npm:@fluentui/react-hooks", - "npm:react-markdown", - "npm:monaco-editor", - "npm:prism-react-renderer", - "npm:react-use", - "npm:@fluentui/react-icons", - "npm:@lexical/selection", - "npm:@lexical/utils", - "npm:@lexical/link", - "npm:@fluentui/theme", - "npm:@lexical/list", - "npm:@lexical/rich-text", - "npm:@lexical/html", - "npm:@monaco-editor/react", - "npm:react-infinite-scroll-component", - "npm:@fluentui/utilities", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", + "hash": "4104206428172572624" }, { - "file": "libs/designer-ui/src/assets/search/noResults.svg", - "hash": "4909511463165872592" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", + "hash": "6547505579084266234" }, { - "file": "libs/designer-ui/src/index.ts", - "hash": "14428353282588746736" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", + "hash": "6573526002733579255" }, { - "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", - "hash": "14434568979751658338" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", + "hash": "2589613772379687118" }, { - "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", - "hash": "14908105139639555615" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", + "hash": "5973638345373933302" }, { - "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", - "hash": "7211006209534532164" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", + "hash": "15042347812954300106" }, { - "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", - "hash": "11094301716023935000" + "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", + "hash": "6338890337184233730" }, { - "file": "libs/designer-ui/src/lib/about/about.less", - "hash": "11763256971442327180" + "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", + "hash": "12332136203110463175" }, { - "file": "libs/designer-ui/src/lib/about/index.tsx", - "hash": "1885249223741047225" + "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", + "hash": "14199280944066488263" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", - "hash": "14884276543197931855" + "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", + "hash": "2615756064988394528" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", - "hash": "119144818974442509" + "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", + "hash": "17548951851137442209" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", - "hash": "2571402350210962658" + "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", + "hash": "13695075695640031897" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", - "hash": "8994554438666876777" + "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", + "hash": "5633104287798836216" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", - "hash": "5617830809914714226" + "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", + "hash": "18046537988904659224" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", - "hash": "3045029944051572215" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", + "hash": "1871737709038769946" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", - "hash": "15035395214520169992" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", + "hash": "6979096270862588135" }, { - "file": "libs/designer-ui/src/lib/apicards.less", - "hash": "13797202201533966679" + "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", + "hash": "970334209122746164" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", - "hash": "1159973821678804034" + "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", + "hash": "9667005076024681736" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", - "hash": "15663177271477515098" + "file": "libs/designer/src/lib/ui/settings/index.tsx", + "hash": "14559726202240722620" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", - "hash": "15257122625185925783" + "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", + "hash": "4578759189608616930" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", - "hash": "3440648328094660448" + "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", + "hash": "17737294470449076285" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", - "hash": "1035335925853359629" + "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", + "hash": "3442351415387182271" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", - "hash": "15902940521963280423" + "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", + "hash": "15073803307628141748" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", - "hash": "10301768307429232439" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", + "hash": "13259211909852062902" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", - "hash": "13067628806797164554" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", + "hash": "1121495998656744936" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", - "hash": "5940965594446421041" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", + "hash": "1034166355859418220" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", - "hash": "6013139278499039153" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", + "hash": "305675838625215663" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", - "hash": "14344032625786759505" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", + "hash": "1949585750942351876" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", - "hash": "12838314745302584802" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", + "hash": "4499489232140778372" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", - "hash": "12431847260795348376" + "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", + "hash": "13293113667156220544" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", - "hash": "11721662882789703309" + "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", + "hash": "9211118379886345968" }, { - "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", - "hash": "9710908466929509626" + "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", + "hash": "1426261106233320224" }, { - "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", - "hash": "11958567725113824782" + "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", + "hash": "4817919565569896749" }, { - "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", - "hash": "8161067183164594482" + "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", + "hash": "14117197387047983705" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", - "hash": "12160223154281286587" + "file": "libs/designer/src/lib/ui/styles.less", + "hash": "8828323265444774935" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", - "hash": "16430731582068929461" + "file": "libs/designer/tsconfig.json", + "hash": "9903972631138361140" }, { - "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", - "hash": "15218856122571348271" + "file": "libs/designer/tsup.config.ts", + "hash": "8336763382846384517" + } + ], + "@microsoft/logic-apps-shared": [ + { + "file": "libs/logic-apps-shared/package.json", + "hash": "16492122863359719881", + "deps": [ + "npm:@apidevtools/swagger-parser", + "npm:@formatjs/intl", + "npm:axios", + "npm:react-intl", + "npm:react-query", + "npm:reactflow", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer-ui/src/lib/authentication/authentication.less", - "hash": "13977853940860538752" + "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", + "hash": "9380633527024969017" }, { - "file": "libs/designer-ui/src/lib/authentication/index.tsx", - "hash": "12121725416726564057" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", + "hash": "4041114759273409584" }, { - "file": "libs/designer-ui/src/lib/authentication/util.ts", - "hash": "11605613898253709629" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", + "hash": "10744005867854668544" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", - "hash": "4239997238176229679" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", + "hash": "14062257101193816574" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", - "hash": "13992825478287594370" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", + "hash": "4954893213128657861" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", - "hash": "4867411311567038161" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", + "hash": "7641115249858288898" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", - "hash": "4547318522865203584" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", + "hash": "14155161053626149773" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", - "hash": "14866563066427854785" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", + "hash": "10972091389277624213" }, { - "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", - "hash": "10879704914758677366" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", + "hash": "6570789037033524363" }, { - "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", - "hash": "17307763740338983688" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", + "hash": "6476740600976986139" }, { - "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", - "hash": "14241926419350930556" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", + "hash": "4669131476797349411" }, { - "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", - "hash": "5187864438896470501" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", + "hash": "18322018366374797773" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", - "hash": "8302242870984866501" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", + "hash": "12152048241403700781" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", - "hash": "12826695037894387883" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", + "hash": "5149245040157794958" }, { - "file": "libs/designer-ui/src/lib/card/batch.less", - "hash": "10575267785363995315" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", + "hash": "17264514741585944669" }, { - "file": "libs/designer-ui/src/lib/card/card.less", - "hash": "15282637473947824061" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", + "hash": "16981660441021349989" }, { - "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", - "hash": "6484623461460191253" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", + "hash": "7841465441925735303" }, { - "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", - "hash": "16034062062771286179" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", + "hash": "8805378272928779631" }, { - "file": "libs/designer-ui/src/lib/card/cardmonitor.less", - "hash": "4871384248042757553" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", + "hash": "100886477017713472" }, { - "file": "libs/designer-ui/src/lib/card/cardv2.less", - "hash": "6593714482527657845" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", + "hash": "12010754552584586238" }, { - "file": "libs/designer-ui/src/lib/card/config/config.less", - "hash": "5613835801941506485" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", + "hash": "2493896786957967735" }, { - "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", - "hash": "8278918968245925125" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", + "hash": "4467584828026361594" }, { - "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", - "hash": "3759914967985226400" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", + "hash": "15048548058211350550" }, { - "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", - "hash": "14402384408736907567" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", + "hash": "16667370445776365408" }, { - "file": "libs/designer-ui/src/lib/card/function/function.less", - "hash": "15731313779614157076" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", + "hash": "2922519993752406611" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", - "hash": "7734290807369071142" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", + "hash": "2015298222781796439" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", - "hash": "13163728213584653339" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", + "hash": "12154580097533679529" }, { - "file": "libs/designer-ui/src/lib/card/hooks.ts", - "hash": "3280423690018226095" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", + "hash": "990168561317107639" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", - "hash": "13724223152608135682" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", + "hash": "13798407810885346784" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", - "hash": "10199587974604360910" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", + "hash": "6637693727017499456" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", - "hash": "1732185137555566396" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", + "hash": "5415884704526136465" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", - "hash": "9622432927124771" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", + "hash": "12944393287525757801" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", - "hash": "16379690233431545152" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", + "hash": "338894801370095333" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", - "hash": "18196248137118265647" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", + "hash": "4325353527285954074" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", - "hash": "7362441868927286283" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", + "hash": "14656750022224496512" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", - "hash": "14506568544666863824" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", + "hash": "8383854433493377485" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", - "hash": "13676032398949697479" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", + "hash": "14050868048024762041" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", - "hash": "12071288473248491154" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", + "hash": "3952535120512157063" }, { - "file": "libs/designer-ui/src/lib/card/images/collapse.svg", - "hash": "3724917790453240684" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", + "hash": "10227457389794045251" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", - "hash": "7710484694921752567" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", + "hash": "2276513063347032356" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.svg", - "hash": "15675230980148461553" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", + "hash": "17998935529655324249" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", + "hash": "15364460512758958557" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", + "hash": "16899240778924055950" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", - "hash": "3682275420836100854" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", + "hash": "9924011533457598450" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", + "hash": "7767572464887768924" }, { - "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", - "hash": "13253552947487643867" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", + "hash": "7686527428866436332" }, { - "file": "libs/designer-ui/src/lib/card/images/expand.svg", - "hash": "1365824124689290130" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", + "hash": "11373234010056310761" }, { - "file": "libs/designer-ui/src/lib/card/images/information.svg", - "hash": "2629543329230765405" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", + "hash": "7741997988177804309" }, { - "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", - "hash": "8036333629834072325" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", + "hash": "11285262017602894102" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", - "hash": "4791285533034835653" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", + "hash": "7834292151783220118" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", - "hash": "2827706739916533779" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", + "hash": "2689272469215697040" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", - "hash": "2205398914635833301" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", + "hash": "16730245766611684683" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", - "hash": "14020397064356319924" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", + "hash": "6313037814450709645" }, { - "file": "libs/designer-ui/src/lib/card/images/parameters.svg", - "hash": "5661870126399503537" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", + "hash": "5887391731984230327" }, { - "file": "libs/designer-ui/src/lib/card/images/plus.svg", - "hash": "11071985059296778590" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", + "hash": "2080206098440690027" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", - "hash": "15762098724270837693" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", + "hash": "2442692051774771508" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", - "hash": "14136830631826324888" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", + "hash": "13169164367036674094" }, { - "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", - "hash": "561849715759343409" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", + "hash": "16907995455120176947" }, { - "file": "libs/designer-ui/src/lib/card/index.tsx", - "hash": "13283832555519492964" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", + "hash": "1659823225545591900" }, { - "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", - "hash": "16011573732296811334" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", + "hash": "15456387445440121864" }, { - "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", - "hash": "13785447784192146498" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", + "hash": "12878592596309783536" }, { - "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", - "hash": "8715826541047287974" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", + "hash": "557554024678459944" }, { - "file": "libs/designer-ui/src/lib/card/query/query.less", - "hash": "11595797360380764326" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", + "hash": "6860029958723176995" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", - "hash": "14660261598576668135" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", + "hash": "15296018982038336090" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", - "hash": "13526667775577606191" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", + "hash": "13842792331747765980" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", - "hash": "5079305499650318742" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", + "hash": "13815149232604649499" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", - "hash": "6661024250966707869" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", + "hash": "14032597586361412245" }, { - "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", - "hash": "5399921611201970010" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", + "hash": "9974254812452410710" }, { - "file": "libs/designer-ui/src/lib/card/types.ts", - "hash": "2035207173265258244" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", + "hash": "2510786344585772506" }, { - "file": "libs/designer-ui/src/lib/card/utils.ts", - "hash": "3779033005510076581" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", + "hash": "1258465346072222717" }, { - "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", - "hash": "10318132727028056408" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", + "hash": "12947203279230431560" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", - "hash": "17281609971834388003" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", + "hash": "4700233691144783223" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", - "hash": "14718424728750458630" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", + "hash": "16210378855781819556" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", - "hash": "278286692645171379" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", + "hash": "3328556540278019081" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", - "hash": "10765956740228704595" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", + "hash": "17421938317864385521" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", - "hash": "2404121659635757544" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", + "hash": "5426595174508182540" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", - "hash": "6405085190209280425" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", + "hash": "889254322578873619" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", - "hash": "9946485231683147120" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", + "hash": "14413093575682152883" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", - "hash": "1833570921333464272" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", + "hash": "15165385131541472136" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", - "hash": "17028620127527218534" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", + "hash": "6828262639021969187" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", - "hash": "7899578072090309552" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", + "hash": "16330222175525472241" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", - "hash": "17829515265716695263" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", + "hash": "12427938755401727885" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", - "hash": "5169733349440851429" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", + "hash": "3374555813812257809" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", - "hash": "10302797527483302249" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", + "hash": "14739455734775086197" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", - "hash": "13795366944427306018" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", + "hash": "1170392313973954221" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", - "hash": "12415165516808188305" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", + "hash": "8180427621259037034" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", - "hash": "96877705819455053" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", + "hash": "15958942562504641676" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", - "hash": "4069273522099387001" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", + "hash": "7763682490519613414" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", - "hash": "12978837117575037085" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", + "hash": "4068662167400180993" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", - "hash": "8663050766979969020" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", + "hash": "4794954947494896316" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", - "hash": "15417662538862126703" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", + "hash": "11207042828717675065" }, { - "file": "libs/designer-ui/src/lib/chatbot/constants.ts", - "hash": "14764507907521508128" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", + "hash": "10901639031013279890" }, { - "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", - "hash": "4609791305957523089" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", + "hash": "16869109249828494594" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", - "hash": "5685043772510116791" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", + "hash": "4284022729214287627" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", - "hash": "1667833042679839191" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", + "hash": "5600174235635358338" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", - "hash": "13854507772202693145" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", + "hash": "8466132625137354797" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", - "hash": "17373142789703576555" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", + "hash": "1198608102687599866" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", - "hash": "1013409430604737232" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", + "hash": "8175155994288497941" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", - "hash": "661752008716122787" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", + "hash": "4654647039340233519" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", - "hash": "6716426185680659027" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", + "hash": "11206711847389194503" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", - "hash": "7382581463363358893" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", + "hash": "9525586797130627166" }, { - "file": "libs/designer-ui/src/lib/chatbot/index.tsx", - "hash": "381454499199907675" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", + "hash": "7773406589009896884" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", - "hash": "16238688331967189110" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", + "hash": "2719090974226360478" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", - "hash": "14580093519349138483" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", + "hash": "16586240603433583151" }, { - "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", - "hash": "8902335799853458705" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", + "hash": "6044024318958028975" }, { - "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", - "hash": "5171683084974637831" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", + "hash": "4971198904351819104" }, { - "file": "libs/designer-ui/src/lib/checkbox/index.tsx", - "hash": "8389410843229075694" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", + "hash": "2205405226598303423" }, { - "file": "libs/designer-ui/src/lib/code/codeeditor.less", - "hash": "11024599462256253403" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", + "hash": "7027990687631079853" }, { - "file": "libs/designer-ui/src/lib/code/index.tsx", - "hash": "13872385794669469789" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", + "hash": "4832609006995577677" }, { - "file": "libs/designer-ui/src/lib/code/util.ts", - "hash": "445144902435184601" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", + "hash": "11041788749094915589" }, { - "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", - "hash": "9564984331172164947" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", + "hash": "744175669956000073" }, { - "file": "libs/designer-ui/src/lib/colorizer/index.tsx", - "hash": "18329556158591594852" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", + "hash": "4570891349858327552" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", - "hash": "11926254562850019268" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", + "hash": "6957052954521419802" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", - "hash": "15494829096109972414" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", + "hash": "6895097639477963071" }, { - "file": "libs/designer-ui/src/lib/combobox/combobox.less", - "hash": "13345514601840043410" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", + "hash": "15484469170655437218" }, { - "file": "libs/designer-ui/src/lib/combobox/index.tsx", - "hash": "16544338680339035094" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", + "hash": "718221044385207717" }, { - "file": "libs/designer-ui/src/lib/common.less", - "hash": "5857225994291839803" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", + "hash": "14225692641617281655" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", - "hash": "9169908592251197410" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", + "hash": "11654435207820210379" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", - "hash": "3046898503439319454" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", + "hash": "11652280676139008640" }, { - "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", - "hash": "5804642269610790205" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", + "hash": "3123356813475297727" }, { - "file": "libs/designer-ui/src/lib/connectioncontainer.less", - "hash": "4274580875391808041" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", + "hash": "760782622775556782" }, { - "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", - "hash": "6660835975053117480" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", + "hash": "900472997630946196" }, { - "file": "libs/designer-ui/src/lib/connectors/index.ts", - "hash": "3193834300323525825" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", + "hash": "14957662887872082161" }, { - "file": "libs/designer-ui/src/lib/connectors/predicates.ts", - "hash": "16570364538734730436" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", + "hash": "1013983265834297086" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", - "hash": "15085878266015615396" + "file": "libs/logic-apps-shared/src/index.ts", + "hash": "9717124156846303739" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", - "hash": "18197468828345311134" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", + "hash": "15651910132769346184" }, { - "file": "libs/designer-ui/src/lib/constants.ts", - "hash": "7895778521881895365" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", + "hash": "17552605341157493404" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", - "hash": "11286495138927849850" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", + "hash": "5035985613530326321" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", - "hash": "15724424530173695319" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", + "hash": "4475004010363601986" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", - "hash": "11309293700573786127" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", + "hash": "4095382995607203736" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", - "hash": "10706937930238891864" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", + "hash": "3788387248943361249" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", - "hash": "13514247859608890614" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", + "hash": "7108713252527138781" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", - "hash": "11369730379345400687" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", + "hash": "705786194542596636" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", - "hash": "8973634346517739741" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", + "hash": "14463024152359133709" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", - "hash": "7464088425034992851" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", + "hash": "7560213327654600681" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", - "hash": "5315460135369521554" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", + "hash": "16687663207402807017" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", - "hash": "5281867526814354008" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", + "hash": "6477546291513434590" }, { - "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", - "hash": "3200362158239488916" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", + "hash": "9370844703510888737" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", - "hash": "3546074923186807401" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", + "hash": "7628537715920358813" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", - "hash": "1273753497022949897" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", + "hash": "8158361129347912029" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", - "hash": "13306096207015769369" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", + "hash": "6380830450896639043" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", - "hash": "11411020585614827947" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", + "hash": "10185664657106878859" }, { - "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", - "hash": "7281959028831627631" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", + "hash": "5951640446541949066" }, { - "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", - "hash": "8304019736247074220" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", + "hash": "9382357970073518488" }, { - "file": "libs/designer-ui/src/lib/dialogs/index.tsx", - "hash": "16665862280750290310" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", + "hash": "18017279529871760646" }, { - "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", - "hash": "13710269573446005500" + "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", + "hash": "17627181196005757916" }, { - "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", - "hash": "4819881443041728639" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", + "hash": "6040922602083171954" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", - "hash": "11966365107479255632" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", + "hash": "10055707279763634029" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", - "hash": "10228393789800803683" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", + "hash": "9089577798505505863" }, { - "file": "libs/designer-ui/src/lib/dictionary/index.tsx", - "hash": "18370968398463171770" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", + "hash": "13562749690133433887" }, { - "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", - "hash": "6335056025812075242" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", + "hash": "5663604703010066942" }, { - "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", - "hash": "15817139601189018466" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", + "hash": "2534161988511516592" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", - "hash": "6797310623515797047" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", + "hash": "16419030944505832016" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", - "hash": "8297998959357972135" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", + "hash": "15612717865703687552" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", + "hash": "13474113712208318530" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", - "hash": "9938088707494835854" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", + "hash": "881578797815144323" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", - "hash": "189492023300231559" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", + "hash": "11790935691899638544" }, { - "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", - "hash": "10317518561976442215" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", + "hash": "8385944373056976852" }, { - "file": "libs/designer-ui/src/lib/dropdown/index.tsx", - "hash": "1612483364785584630" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", + "hash": "4043313233263109351" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", - "hash": "7434182615261632600" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", + "hash": "11102785353391478346" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", - "hash": "9501607464876161573" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", + "hash": "171638812131418198" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", - "hash": "12128734607645409156" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", + "hash": "2327407329881982053" }, { - "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", - "hash": "17684652277786261310" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", + "hash": "9629066330778884542" }, { - "file": "libs/designer-ui/src/lib/editor/base/editor.less", - "hash": "12866109678262424869" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", + "hash": "16717791144236642315" }, { - "file": "libs/designer-ui/src/lib/editor/base/index.tsx", - "hash": "14166645835120534265" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", + "hash": "9536863172217279644" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", - "hash": "7693847861135382627" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", + "hash": "18142537813025869201" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", - "hash": "4541191440119529419" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", + "hash": "15387106749322046014" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", - "hash": "999476750027091176" + "file": "libs/logic-apps-shared/src/intl/src/index.ts", + "hash": "5880101155327804229" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", - "hash": "17890662429827982084" + "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", + "hash": "9493587879189422226" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", - "hash": "13945640916550609803" + "file": "libs/logic-apps-shared/src/parsers/index.ts", + "hash": "14406165726550655762" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", - "hash": "5927512080490513475" + "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", + "hash": "14434625489663341100" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", - "hash": "7428379870511488815" + "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", + "hash": "431479051526850728" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", - "hash": "16501257364338436774" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", + "hash": "1447869553729602329" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", - "hash": "7159772630000027135" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", + "hash": "5729743152469113203" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", - "hash": "826227630247342849" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", + "hash": "11639224397713257805" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", - "hash": "10708434969004690012" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", + "hash": "16375130740710703419" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", - "hash": "2147313770352251950" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", + "hash": "11953954476398047389" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", - "hash": "13449398835402371871" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", + "hash": "2210192340749619384" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", - "hash": "744582158043496767" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", + "hash": "511658573327045626" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", - "hash": "2804235267765397597" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", + "hash": "12303487102566855915" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", - "hash": "1396622124801278751" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", + "hash": "11402826658491359232" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", - "hash": "10805420593120911666" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", + "hash": "6825951630416775947" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", - "hash": "9379670679296092620" + "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", + "hash": "2805940425132879908" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", - "hash": "15576049973494503143" + "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", + "hash": "8489667444524953557" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", - "hash": "13926370169738082009" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", + "hash": "14606573267340170277" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", - "hash": "5581606338787978728" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", + "hash": "14196059685546491397" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", - "hash": "8192890641204198515" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", + "hash": "14050169068191640430" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", - "hash": "12118490130152815053" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", + "hash": "10053227308471445195" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", - "hash": "2463583388686525568" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", + "hash": "11769122580063614459" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", - "hash": "11358342835079118658" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", + "hash": "745830827396299178" }, { - "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", - "hash": "6646959457516159519" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", + "hash": "1027675781125994812" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", - "hash": "14686112532473519777" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", + "hash": "7986263690502094190" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", - "hash": "9281471718380757374" + "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", + "hash": "16722491980851361131" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", - "hash": "1534107538736673298" + "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", + "hash": "11863418691057542043" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", - "hash": "12829686526507324272" + "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", + "hash": "3814535965481203921" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", - "hash": "8810971222002859696" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", + "hash": "15552531164182029199" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", - "hash": "17758309304074598462" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", + "hash": "15707985138297454208" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", - "hash": "2856148563059087619" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", + "hash": "8203696318475998577" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", - "hash": "8005004771604368381" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", + "hash": "16965130050548374080" }, { - "file": "libs/designer-ui/src/lib/editor/index.ts", - "hash": "10519293280335263474" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", + "hash": "17677112185734595302" }, { - "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", - "hash": "5153936568516294781" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", + "hash": "10421500773173129841" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", - "hash": "16814638361287986075" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", + "hash": "6837630829095975444" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", - "hash": "5064580720179297796" + "file": "libs/logic-apps-shared/src/utils/src/index.ts", + "hash": "10410575831740573676" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", - "hash": "12121974177438633709" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", + "hash": "4727605297220290209" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", - "hash": "17176576509706398941" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", + "hash": "14486861888502652092" }, { - "file": "libs/designer-ui/src/lib/editor/shared/index.ts", - "hash": "14207176860322026590" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", + "hash": "14917406684066904829" }, { - "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", - "hash": "8024413390298642678" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", + "hash": "13784490208174778956" }, { - "file": "libs/designer-ui/src/lib/editor/string/index.tsx", - "hash": "7639585167181465561" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", + "hash": "5485574054856489322" }, { - "file": "libs/designer-ui/src/lib/error.less", - "hash": "3373390242925169530" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", + "hash": "7212073480745607382" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", - "hash": "9624981949339319323" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", + "hash": "10702209958963271416" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", - "hash": "10370400888889586543" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", + "hash": "4266295413916081180" }, { - "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", - "hash": "17617719147470187537" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", + "hash": "18218774632996040833" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", - "hash": "4277915310721666119" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", + "hash": "3921550207499097708" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", - "hash": "18032552394640042637" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", + "hash": "16323037561979992179" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", - "hash": "13003257438294379371" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", + "hash": "4346902897670598580" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", - "hash": "1819426727053970521" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", + "hash": "18306290794139362199" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", - "hash": "3938398385346396861" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", + "hash": "12827775712440356270" }, { - "file": "libs/designer-ui/src/lib/eventhandler.ts", - "hash": "9886405224726247393" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", + "hash": "12780007669564837262" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", - "hash": "6690363619180504744" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", + "hash": "10649237237708086601" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", - "hash": "17626371448885479665" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", + "hash": "16265988629726370223" }, { - "file": "libs/designer-ui/src/lib/fabric.less", - "hash": "7324803988841128995" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", + "hash": "4342729621317785815" }, { - "file": "libs/designer-ui/src/lib/fabric.ts", - "hash": "14933180766639065818" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", + "hash": "17931405780059128507" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", - "hash": "17392366590677974305" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", + "hash": "11275772986299991786" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", - "hash": "4041121768159149616" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", + "hash": "14172933526512144674" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", - "hash": "941920347758561377" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", + "hash": "8097726720353189151" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", - "hash": "4326546944393916235" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", + "hash": "17424119200157481456" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", - "hash": "10540908164326165093" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", + "hash": "6316675658315917165" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", - "hash": "11473128131775540065" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", + "hash": "17285595875462734375" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", - "hash": "14543616680076626699" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", + "hash": "10787957479004558655" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", - "hash": "4326737180955321997" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", + "hash": "924391710566473857" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", - "hash": "17137134300501690521" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", + "hash": "18221863617102146813" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", - "hash": "13351151318103125008" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", + "hash": "4421237494227621410" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", - "hash": "8736472121872865078" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", + "hash": "12775712264492385024" }, { - "file": "libs/designer-ui/src/lib/flyout/flyout.less", - "hash": "4656963404569200854" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", + "hash": "13175286304358008848" }, { - "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", - "hash": "8017317867674531104" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", + "hash": "15335411595834044598" }, { - "file": "libs/designer-ui/src/lib/flyout/index.tsx", - "hash": "1260847504997562152" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", + "hash": "13941170058709179863" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", - "hash": "11532610769239171275" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", + "hash": "5560781174328914491" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", - "hash": "6670084940779114703" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", + "hash": "13885780335314142211" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", - "hash": "9241936514538992768" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", + "hash": "14719921367101255082" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", - "hash": "4932261342436465773" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", + "hash": "14197989536257233793" }, { - "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", - "hash": "8173849641804162665" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", + "hash": "79196203943799003" }, { - "file": "libs/designer-ui/src/lib/flyout2/index.tsx", - "hash": "3411562267958358391" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", + "hash": "1773324083978265246" }, { - "file": "libs/designer-ui/src/lib/flyout2/types.ts", - "hash": "8979356059828005344" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", + "hash": "16462763711137735088" }, { - "file": "libs/designer-ui/src/lib/helper.ts", - "hash": "5189186251086759243" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", + "hash": "16779865992229698101" }, { - "file": "libs/designer-ui/src/lib/html/htmleditor.less", - "hash": "17205576638309460013" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", + "hash": "6133462328373533461" }, { - "file": "libs/designer-ui/src/lib/html/index.tsx", - "hash": "3044561647356072724" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", + "hash": "2681330121858908210" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", - "hash": "8095200699080002708" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", + "hash": "3670299451416716175" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", - "hash": "9856168573309225800" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", + "hash": "6771680877558200992" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", - "hash": "3522657421512189575" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", + "hash": "17593916544224071508" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", - "hash": "6822239360363505310" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", + "hash": "10533072781574562738" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", - "hash": "5514822623923500815" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", + "hash": "2572403417534260160" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", - "hash": "7136035197919586744" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", + "hash": "2078500890542782930" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", - "hash": "14372803173867136152" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", + "hash": "13095245056926067394" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", - "hash": "2194368813692256604" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", + "hash": "5866684311064342041" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", - "hash": "776689613520795095" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", + "hash": "10053725396844537374" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", - "hash": "6781567092509984620" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", + "hash": "11901860371911382948" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", - "hash": "7593112338545138083" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", + "hash": "3827527429415846737" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", - "hash": "2086008163121647920" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", + "hash": "9814598968821475901" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", - "hash": "6781567092509984620" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", + "hash": "9515526602733602379" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", - "hash": "214561553827607598" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", + "hash": "18237200074476379247" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", - "hash": "334782051825482473" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", + "hash": "18138026162521915000" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", - "hash": "4585057281924668716" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", + "hash": "5600260597734849270" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", - "hash": "11495204600890515354" + "file": "libs/logic-apps-shared/tsconfig.json", + "hash": "5119560921033608397" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", - "hash": "10663192197845770854" + "file": "libs/logic-apps-shared/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", - "hash": "12534895890895115814" - }, + "file": "libs/logic-apps-shared/tsup.config.ts", + "hash": "5286132973577408611" + } + ], + "vs-code-react": [ { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", - "hash": "12594388779590684473" + "file": "apps/vs-code-react/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", - "hash": "17603065135284266651" + "file": "apps/vs-code-react/.browserslistrc", + "hash": "167759602395835039" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", - "hash": "17330625502641164904" + "file": "apps/vs-code-react/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", - "hash": "18048853400467862337" + "file": "apps/vs-code-react/jest.config.ts", + "hash": "8334961725413338902" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", - "hash": "8167873247401494691" + "file": "apps/vs-code-react/project.json", + "hash": "16992379845976149116" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", - "hash": "2078509837722520921" + "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", + "hash": "7103226391461447657" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", - "hash": "13255948299069352972" + "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", + "hash": "15235190526173296646" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", - "hash": "9368588845243372286" + "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", + "hash": "3923189858935612561" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", - "hash": "17332273936381855071" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", + "hash": "5310943053923898056" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", - "hash": "3274982305516698081" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", + "hash": "14353098042527666078" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", - "hash": "9368588845243372286" + "file": "apps/vs-code-react/src/app/dataMapper/app.less", + "hash": "10860476654260307609" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", - "hash": "16690852428978853331" + "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", + "hash": "1229212044608318791" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", - "hash": "10813322944291888667" + "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", + "hash": "1233751610250085221" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", - "hash": "11230861677546471079" + "file": "apps/vs-code-react/src/app/designer/app.less", + "hash": "2873139032757981092" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", - "hash": "6747273522689120609" + "file": "apps/vs-code-react/src/app/designer/app.tsx", + "hash": "14446374292339965572" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", - "hash": "1474595322273650579" + "file": "apps/vs-code-react/src/app/designer/constants.ts", + "hash": "5903664051922439610" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", - "hash": "17970557104113324526" + "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", + "hash": "8677180454198120663" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", - "hash": "18208757820714239690" + "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", + "hash": "13157754222681752876" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", - "hash": "6124589755320637077" + "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", + "hash": "3846553792648049504" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", - "hash": "12407779132103186555" + "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", + "hash": "2583935077415507996" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", - "hash": "1920943312027348431" + "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", + "hash": "11284208617598927726" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", - "hash": "44898852948275301" + "file": "apps/vs-code-react/src/app/export/export.less", + "hash": "3696757642502745218" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", - "hash": "1073425639168601706" + "file": "apps/vs-code-react/src/app/export/export.tsx", + "hash": "8780683083445998923" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", - "hash": "647227830974271854" + "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", + "hash": "1432771657034188602" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", - "hash": "6631214352319600313" + "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", + "hash": "920422646883876413" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", - "hash": "84510633589929201" + "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", + "hash": "11162162346257637474" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", - "hash": "1593572000493596394" + "file": "apps/vs-code-react/src/app/export/status/status.tsx", + "hash": "7912554661822815221" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", - "hash": "15935181764252854583" + "file": "apps/vs-code-react/src/app/export/summary/helper.ts", + "hash": "14153533387296877593" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", - "hash": "16309623552410081075" + "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", + "hash": "7161124247970943148" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", - "hash": "10046516850053247370" + "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", + "hash": "4655457745320534508" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", - "hash": "13297355801995093412" + "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", + "hash": "314441399583635160" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", - "hash": "17542746478583457633" + "file": "apps/vs-code-react/src/app/export/validation/helper.ts", + "hash": "11787808914725369004" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", - "hash": "14476603392221631274" + "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", + "hash": "6866286216752763150" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", - "hash": "279548543693964971" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", + "hash": "10475247554118844324" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", - "hash": "6589400180024017937" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", + "hash": "1366466573911291031" }, { - "file": "libs/designer-ui/src/lib/index.ts", - "hash": "1537154823661936001" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", + "hash": "3750291621191783642" }, { - "file": "libs/designer-ui/src/lib/infoDot/index.tsx", - "hash": "889059819977718434" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", + "hash": "16694375718863827935" }, { - "file": "libs/designer-ui/src/lib/infoDot/info.svg", - "hash": "8036333629834072325" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", + "hash": "3220598036709854135" }, { - "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", - "hash": "2930019025243925433" + "file": "apps/vs-code-react/src/app/overview/app.tsx", + "hash": "6561625234207029430" }, { - "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", - "hash": "10169695948451834948" + "file": "apps/vs-code-react/src/app/overview/overview.less", + "hash": "10514910349287699054" }, { - "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", - "hash": "6801643171255754457" + "file": "apps/vs-code-react/src/app/review/index.tsx", + "hash": "17050061761908500120" }, { - "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", - "hash": "5612500499332085961" + "file": "apps/vs-code-react/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", - "hash": "5761604846243713933" + "file": "apps/vs-code-react/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer-ui/src/lib/label/index.tsx", - "hash": "12007290011607531294" + "file": "apps/vs-code-react/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "libs/designer-ui/src/lib/label/label.less", - "hash": "17687715295723073360" + "file": "apps/vs-code-react/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/designer-ui/src/lib/logicapps.less", - "hash": "8806087804226244251" + "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", + "hash": "8025372240546622652" }, { - "file": "libs/designer-ui/src/lib/mixins.less", - "hash": "230394439281864371" + "file": "apps/vs-code-react/src/fixtures/get-run.json", + "hash": "14954993404334898723" }, { - "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", - "hash": "10772217042952857206" + "file": "apps/vs-code-react/src/fixtures/get-runs.json", + "hash": "16210149105685428411" }, { - "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", - "hash": "10027427216166238825" + "file": "apps/vs-code-react/src/index.html", + "hash": "15542557927961559597" }, { - "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", - "hash": "12219677476669776727" + "file": "apps/vs-code-react/src/main.tsx", + "hash": "12636954517020345187" }, { - "file": "libs/designer-ui/src/lib/modals/index.tsx", - "hash": "15575472481408686620" + "file": "apps/vs-code-react/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/designer-ui/src/lib/modals/styles.less", - "hash": "6136638654378217309" + "file": "apps/vs-code-react/src/resources/Caution.svg", + "hash": "12946324935578891880" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", - "hash": "12736532418364604826" + "file": "apps/vs-code-react/src/resources/Error.svg", + "hash": "1306017530222758526" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", - "hash": "2313100514544127441" + "file": "apps/vs-code-react/src/resources/Success.svg", + "hash": "1346479691433759862" }, { - "file": "libs/designer-ui/src/lib/monitoring/index.tsx", - "hash": "12211943605206865211" + "file": "apps/vs-code-react/src/router/index.tsx", + "hash": "15140865326278989359" }, { - "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", - "hash": "4246492693390330142" + "file": "apps/vs-code-react/src/run-service.ts", + "hash": "17001222516069202300" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", - "hash": "419486314382071026" + "file": "apps/vs-code-react/src/run-service/export/helper.ts", + "hash": "17978663445350106988" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", - "hash": "10734404772668886632" + "file": "apps/vs-code-react/src/run-service/export/index.ts", + "hash": "8958556086353433187" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", - "hash": "9977003285799703780" + "file": "apps/vs-code-react/src/run-service/types.ts", + "hash": "15571572309314646001" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", - "hash": "18421766469300972505" + "file": "apps/vs-code-react/src/state/DataMapSlice.ts", + "hash": "12162383684219148227" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", - "hash": "6054757260707558854" + "file": "apps/vs-code-react/src/state/DesignerSlice.ts", + "hash": "15018588436028947609" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", - "hash": "6643666802199480477" + "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", + "hash": "17422552152551623659" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", - "hash": "17231865355086385495" + "file": "apps/vs-code-react/src/state/projectSlice.ts", + "hash": "17786023480081942934" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", - "hash": "3417626771857836063" + "file": "apps/vs-code-react/src/state/store.ts", + "hash": "9306760291102940367" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", - "hash": "675221209884803516" + "file": "apps/vs-code-react/src/stateWrapper.tsx", + "hash": "2412499423087675880" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", - "hash": "551002707008561532" + "file": "apps/vs-code-react/src/styles.less", + "hash": "11897878901819299767" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", - "hash": "1930433637852205854" + "file": "apps/vs-code-react/src/themeProvider.tsx", + "hash": "3199307216492964650" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", - "hash": "10690577969096041995" + "file": "apps/vs-code-react/src/webviewCommunication.tsx", + "hash": "4256707400206268801" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", - "hash": "12342263735573181103" + "file": "apps/vs-code-react/tsconfig.app.json", + "hash": "4251399858593500384" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", - "hash": "9275841064112612057" + "file": "apps/vs-code-react/tsconfig.json", + "hash": "10208151351921925114" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", - "hash": "17586715276385690633" + "file": "apps/vs-code-react/tsconfig.spec.json", + "hash": "15143458430517966976" + } + ], + "data-mapper-standalone": [ + { + "file": "apps/data-mapper-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", - "hash": "8262084751494625621" + "file": "apps/data-mapper-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", - "hash": "8411593742412961835" + "file": "apps/data-mapper-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", - "hash": "13580200872576368725" + "file": "apps/data-mapper-standalone/jest.config.ts", + "hash": "10715911984367194997" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", - "hash": "4980405611307436406" + "file": "apps/data-mapper-standalone/project.json", + "hash": "9374513863842846490" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", - "hash": "14991302223393123721" + "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", + "hash": "16726481549457764766" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", - "hash": "7600255706253655942" + "file": "apps/data-mapper-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", - "hash": "11732121204991821272" + "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", + "hash": "14944117756580093119" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", - "hash": "15288351325626444660" + "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", + "hash": "1284985494789010035" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", - "hash": "10223585420368930613" + "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", + "hash": "372080794920849111" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", - "hash": "504707717112540246" + "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", - "hash": "14110306780643171751" + "file": "apps/data-mapper-standalone/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", - "hash": "6270089317186652326" + "file": "apps/data-mapper-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", - "hash": "4141451220579211469" + "file": "apps/data-mapper-standalone/src/index.html", + "hash": "1875896067774755003" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", - "hash": "7852553993702366824" + "file": "apps/data-mapper-standalone/src/main.tsx", + "hash": "10861951779782452086" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", - "hash": "193615469479801715" + "file": "apps/data-mapper-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", - "hash": "15042873896617763231" + "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", + "hash": "16987547041249191518" }, { - "file": "libs/designer-ui/src/lib/monitoring/utils.ts", - "hash": "9811433099781057729" + "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", + "hash": "15187256273369871693" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", - "hash": "13057778445119292637" + "file": "apps/data-mapper-standalone/src/state/Store.ts", + "hash": "7832192686281280578" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", - "hash": "52763648028511711" + "file": "apps/data-mapper-standalone/src/styles.less", + "hash": "11491636838694553899" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", - "hash": "16381991897841589409" + "file": "apps/data-mapper-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", - "hash": "12682441240875703524" + "file": "apps/data-mapper-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", - "hash": "6306384484732365176" + "file": "apps/data-mapper-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", - "hash": "18165893973256629169" + "file": "apps/data-mapper-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "designer-standalone": [ + { + "file": "apps/designer-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", - "hash": "12118327048907571655" + "file": "apps/designer-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", - "hash": "4887862900344122017" + "file": "apps/designer-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", - "hash": "10393528748572104925" + "file": "apps/designer-standalone/jest.config.ts", + "hash": "5095600455584759097" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", - "hash": "12615346189074989274" + "file": "apps/designer-standalone/project.json", + "hash": "2186189716536309729" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", - "hash": "2655487222859584186" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", + "hash": "3298017156622978060" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", - "hash": "3814871834163389192" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", + "hash": "13505482435147628633" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", - "hash": "7220757242219833664" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", + "hash": "9606761639132729551" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", - "hash": "10690413901210541672" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", + "hash": "6979701506181809557" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", - "hash": "5533580780908687247" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", + "hash": "14118413145410608191" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", - "hash": "12630218434281282082" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", + "hash": "1588066658590448230" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", - "hash": "13316433634332619599" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", + "hash": "11196696306113960606" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", - "hash": "839928699017032378" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", + "hash": "14682812772519432090" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", - "hash": "11716606859887286627" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", + "hash": "4580548922855359394" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", - "hash": "5872083708451966019" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", + "hash": "12895583927495006597" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", - "hash": "15717505785974351161" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", + "hash": "2755209554830887096" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", - "hash": "12638713730095398889" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", + "hash": "16951494746367962696" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", - "hash": "13532955381020329840" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", + "hash": "11922224593998776622" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", - "hash": "9121170686559313064" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", + "hash": "9092529694739284525" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", - "hash": "13705639801361244797" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", + "hash": "14344615542145629436" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", - "hash": "293816288209646038" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", + "hash": "2732486466259074455" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", - "hash": "13516731456304339134" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", + "hash": "17257936693118977812" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", - "hash": "2820497291641580399" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", + "hash": "11766814904345254217" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", - "hash": "17782873682755923460" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", + "hash": "15343875879297750706" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", - "hash": "11078711819505237055" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", + "hash": "4446661457006721606" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", - "hash": "4715217018796897924" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", + "hash": "13092524529881537344" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", - "hash": "16386421992685205061" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", + "hash": "7976663886408218270" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", - "hash": "520098891633782607" + "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", + "hash": "13293572578025384518" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", - "hash": "16689468766866111496" + "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", + "hash": "8960093372869801569" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", - "hash": "9157709462736836045" + "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", + "hash": "17011074881319644796" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", - "hash": "8641869722527850309" + "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", + "hash": "4734349067026517129" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", - "hash": "6361707078583596524" + "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", + "hash": "11056877601318419241" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", - "hash": "16098260837036091861" + "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", + "hash": "7960030919432291768" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", - "hash": "4155946816780797736" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", + "hash": "4190195339052860475" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", - "hash": "10828769169907430728" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", + "hash": "17311351490108510384" }, { - "file": "libs/designer-ui/src/lib/overview/index.tsx", - "hash": "5264729179643401284" + "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", + "hash": "17876933317388473037" }, { - "file": "libs/designer-ui/src/lib/overview/overview.less", - "hash": "5333086232166652616" + "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", + "hash": "11182070599256684242" }, { - "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", - "hash": "15827135014312739532" + "file": "apps/designer-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", - "hash": "7234411692432418034" + "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", + "hash": "11358026391684952458" }, { - "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", - "hash": "8550481728428631124" + "file": "apps/designer-standalone/src/components/settings_box.module.less", + "hash": "9808519016183858536" }, { - "file": "libs/designer-ui/src/lib/overview/types.ts", - "hash": "2126579598831689948" + "file": "apps/designer-standalone/src/components/settings_box.tsx", + "hash": "12099490358448849702" }, { - "file": "libs/designer-ui/src/lib/overview/utils.ts", - "hash": "8577445182783549528" + "file": "apps/designer-standalone/src/components/themes.ts", + "hash": "10280533146008251816" }, { - "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", - "hash": "15075441629819938492" + "file": "apps/designer-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer-ui/src/lib/pager/index.tsx", - "hash": "3778857838129502652" + "file": "apps/designer-standalone/src/environments/environment.ts", + "hash": "5920947766445218989" }, { - "file": "libs/designer-ui/src/lib/pager/pager.less", - "hash": "8091612682225053333" + "file": "apps/designer-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", - "hash": "8696799417392234965" + "file": "apps/designer-standalone/src/index.html", + "hash": "706131400937913887" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", - "hash": "7002691248815830631" + "file": "apps/designer-standalone/src/main.tsx", + "hash": "6196242117816635624" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", - "hash": "4993809863192411632" + "file": "apps/designer-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", - "hash": "2205853508975138528" + "file": "apps/designer-standalone/src/state/connectionReferences.ts", + "hash": "3642930491684807465" }, { - "file": "libs/designer-ui/src/lib/panel/panel.less", - "hash": "17158687547008918287" + "file": "apps/designer-standalone/src/state/historyHelpers.ts", + "hash": "14898556878004432608" }, { - "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", - "hash": "18002211042063796542" + "file": "apps/designer-standalone/src/state/store.ts", + "hash": "11326541673147537080" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", - "hash": "4181156361129071511" + "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", + "hash": "2817444802055692850" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", - "hash": "3211112189585202759" + "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", + "hash": "14190318844766308247" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", - "hash": "18309244507736451743" + "file": "apps/designer-standalone/src/styles.less", + "hash": "17529353978711030180" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", - "hash": "9351907373212021698" + "file": "apps/designer-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", - "hash": "17322124435554399120" + "file": "apps/designer-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", - "hash": "11087265144024677369" + "file": "apps/designer-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", - "hash": "17348543329160266229" - }, + "file": "apps/designer-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "@microsoft/designer-ui": [ { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", - "hash": "5368141520701630173" + "file": "libs/designer-ui/package.json", + "hash": "2157918880835177019", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:@fluentui/react", + "npm:react-intl", + "npm:@fluentui/react-components", + "npm:@lexical/react", + "npm:lexical", + "npm:@react-hookz/web", + "npm:fuse.js", + "npm:react-query", + "npm:reactflow", + "npm:react-dnd", + "npm:@fluentui/react-hooks", + "npm:react-markdown", + "npm:monaco-editor", + "npm:prism-react-renderer", + "npm:react-use", + "npm:@fluentui/react-icons", + "npm:@lexical/selection", + "npm:@lexical/utils", + "npm:@lexical/link", + "npm:@fluentui/theme", + "npm:@lexical/list", + "npm:@lexical/rich-text", + "npm:@lexical/html", + "npm:@monaco-editor/react", + "npm:react-infinite-scroll-component", + "npm:@fluentui/utilities", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", - "hash": "2554387369677849010" + "file": "libs/designer-ui/src/assets/search/noResults.svg", + "hash": "4909511463165872592" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", - "hash": "12446852403660781374" + "file": "libs/designer-ui/src/index.ts", + "hash": "14428353282588746736" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", - "hash": "13683402321157268579" + "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", + "hash": "14434568979751658338" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", - "hash": "17186600491422881894" + "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", + "hash": "14908105139639555615" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", - "hash": "13482017317742840376" + "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", + "hash": "7211006209534532164" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", - "hash": "10499254465139828638" + "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", + "hash": "11094301716023935000" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", - "hash": "15977038685148705278" + "file": "libs/designer-ui/src/lib/about/about.less", + "hash": "11763256971442327180" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", - "hash": "13240583012789543499" + "file": "libs/designer-ui/src/lib/about/index.tsx", + "hash": "1885249223741047225" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", - "hash": "690447729622451295" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", + "hash": "14884276543197931855" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", - "hash": "5057205077790208047" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", + "hash": "119144818974442509" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", - "hash": "17527213518426963207" + "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", + "hash": "2571402350210962658" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", - "hash": "13212319030288067682" + "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", + "hash": "8994554438666876777" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", - "hash": "13492392163692871110" + "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", + "hash": "5617830809914714226" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", - "hash": "7178836305205375565" + "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", + "hash": "3045029944051572215" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", - "hash": "4493083848763349259" + "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", + "hash": "15035395214520169992" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", - "hash": "14018113873034060104" + "file": "libs/designer-ui/src/lib/apicards.less", + "hash": "13797202201533966679" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", - "hash": "4464919068484355896" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", + "hash": "1159973821678804034" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", - "hash": "5167621470308849386" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", + "hash": "15663177271477515098" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", - "hash": "2648744375249591554" + "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", + "hash": "15257122625185925783" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", - "hash": "2796091543049835331" + "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", + "hash": "3440648328094660448" }, { - "file": "libs/designer-ui/src/lib/peek/index.tsx", - "hash": "8312352776443040701" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", + "hash": "1035335925853359629" }, { - "file": "libs/designer-ui/src/lib/peek/peek.less", - "hash": "5179023226310307934" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", + "hash": "15902940521963280423" }, { - "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", - "hash": "16844240727319705526" + "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", + "hash": "10301768307429232439" }, { - "file": "libs/designer-ui/src/lib/picker/picker.less", - "hash": "14035428915541759770" + "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", + "hash": "13067628806797164554" }, { - "file": "libs/designer-ui/src/lib/picker/picker.tsx", - "hash": "9936757088538147447" + "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", + "hash": "5940965594446421041" }, { - "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", - "hash": "10073830036453461709" + "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", + "hash": "6013139278499039153" }, { - "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", - "hash": "6780675836712554604" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", + "hash": "14344032625786759505" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", - "hash": "17251306642395290061" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", + "hash": "12838314745302584802" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", - "hash": "8423998804948554753" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", + "hash": "12431847260795348376" }, { - "file": "libs/designer-ui/src/lib/processsimple.less", - "hash": "10920513620307106503" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", + "hash": "11721662882789703309" }, { - "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", - "hash": "2093105941834037814" + "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", + "hash": "9710908466929509626" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", - "hash": "533998977012114795" + "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", + "hash": "11958567725113824782" }, { - "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", - "hash": "12595615463356570094" + "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", + "hash": "8161067183164594482" }, { - "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", - "hash": "3970203593564315605" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", + "hash": "12160223154281286587" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", - "hash": "7958784090531085705" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", + "hash": "16430731582068929461" }, { - "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", - "hash": "12549674998744926866" + "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", + "hash": "15218856122571348271" }, { - "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", - "hash": "536082630199019015" + "file": "libs/designer-ui/src/lib/authentication/authentication.less", + "hash": "13977853940860538752" }, { - "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", - "hash": "1746916797204687586" + "file": "libs/designer-ui/src/lib/authentication/index.tsx", + "hash": "12121725416726564057" }, { - "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", - "hash": "6934817803500771674" + "file": "libs/designer-ui/src/lib/authentication/util.ts", + "hash": "11605613898253709629" }, { - "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", - "hash": "6560147387456010691" + "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", + "hash": "4239997238176229679" }, { - "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", - "hash": "9744197607426609588" + "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", + "hash": "13992825478287594370" }, { - "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", + "hash": "4867411311567038161" }, { - "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", - "hash": "2346030931533446" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", + "hash": "4547318522865203584" }, { - "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", - "hash": "15355178706122799377" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", + "hash": "14866563066427854785" }, { - "file": "libs/designer-ui/src/lib/recurrence/index.tsx", - "hash": "15658040158328195249" + "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", + "hash": "10879704914758677366" }, { - "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", - "hash": "9987048972348029337" + "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", + "hash": "17307763740338983688" }, { - "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", - "hash": "14357271788475922496" + "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", + "hash": "14241926419350930556" }, { - "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", - "hash": "1463391895963564865" + "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", + "hash": "5187864438896470501" }, { - "file": "libs/designer-ui/src/lib/recurrence/util.ts", - "hash": "5064300869787261034" + "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", + "hash": "8302242870984866501" }, { - "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", - "hash": "16105098843942226016" + "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", + "hash": "12826695037894387883" }, { - "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", - "hash": "6689323961188588931" + "file": "libs/designer-ui/src/lib/card/batch.less", + "hash": "10575267785363995315" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", - "hash": "18016790998101229210" + "file": "libs/designer-ui/src/lib/card/card.less", + "hash": "15282637473947824061" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", - "hash": "16700098916563767128" + "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", + "hash": "6484623461460191253" }, { - "file": "libs/designer-ui/src/lib/scratch/index.tsx", - "hash": "10742308626860605931" + "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", + "hash": "16034062062771286179" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", - "hash": "2888072881217849228" + "file": "libs/designer-ui/src/lib/card/cardmonitor.less", + "hash": "4871384248042757553" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", - "hash": "4384425775058724694" + "file": "libs/designer-ui/src/lib/card/cardv2.less", + "hash": "6593714482527657845" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", - "hash": "17807730621184061128" + "file": "libs/designer-ui/src/lib/card/config/config.less", + "hash": "5613835801941506485" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", - "hash": "7511337114295773791" + "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", + "hash": "8278918968245925125" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", - "hash": "15943000290012850686" + "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", + "hash": "3759914967985226400" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", - "hash": "11484685343060067972" + "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", + "hash": "14402384408736907567" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", - "hash": "1950426186543700291" + "file": "libs/designer-ui/src/lib/card/function/function.less", + "hash": "15731313779614157076" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", - "hash": "17958922138731454722" + "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", + "hash": "7734290807369071142" }, { - "file": "libs/designer-ui/src/lib/searchbox/index.tsx", - "hash": "10324532526263750215" + "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", + "hash": "13163728213584653339" }, { - "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", - "hash": "17070394820412328482" + "file": "libs/designer-ui/src/lib/card/hooks.ts", + "hash": "3280423690018226095" }, { - "file": "libs/designer-ui/src/lib/selector/listitem.less", - "hash": "4259083201646627631" + "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", + "hash": "13724223152608135682" }, { - "file": "libs/designer-ui/src/lib/selector2/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", + "hash": "10199587974604360910" }, { - "file": "libs/designer-ui/src/lib/settings/settings.less", - "hash": "7126061513937455008" + "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", + "hash": "1732185137555566396" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", - "hash": "4435894471555644765" + "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", + "hash": "9622432927124771" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", - "hash": "16334138655442976813" + "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", + "hash": "16379690233431545152" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", - "hash": "13967530428359610578" + "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", + "hash": "18196248137118265647" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", - "hash": "13906076876696414898" + "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", + "hash": "7362441868927286283" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", - "hash": "7252480758377295120" + "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", + "hash": "14506568544666863824" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", - "hash": "9727213561321302269" + "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", + "hash": "13676032398949697479" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", - "hash": "1550185295477111260" + "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", + "hash": "12071288473248491154" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", - "hash": "7979415308541757689" + "file": "libs/designer-ui/src/lib/card/images/collapse.svg", + "hash": "3724917790453240684" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", - "hash": "13272267492640030363" + "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", + "hash": "7710484694921752567" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", - "hash": "8808450834888764903" + "file": "libs/designer-ui/src/lib/card/images/delete.svg", + "hash": "15675230980148461553" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", - "hash": "12543103287299199853" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", - "hash": "17463220408421567143" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", - "hash": "3246483662127076599" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", + "hash": "3682275420836100854" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", - "hash": "12885467287687881288" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", - "hash": "13308565209626155736" + "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", + "hash": "13253552947487643867" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", - "hash": "5702994757097410519" + "file": "libs/designer-ui/src/lib/card/images/expand.svg", + "hash": "1365824124689290130" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", - "hash": "16946969717896928335" + "file": "libs/designer-ui/src/lib/card/images/information.svg", + "hash": "2629543329230765405" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", - "hash": "14406499374913114463" + "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", + "hash": "8036333629834072325" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", - "hash": "17178816657242950538" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", + "hash": "4791285533034835653" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", - "hash": "11611641119049594003" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", + "hash": "2827706739916533779" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", - "hash": "8097128120211761290" + "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", + "hash": "2205398914635833301" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", - "hash": "8962813326873104095" + "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", + "hash": "14020397064356319924" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", - "hash": "15775613625342372171" + "file": "libs/designer-ui/src/lib/card/images/parameters.svg", + "hash": "5661870126399503537" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", - "hash": "5924987678681729471" + "file": "libs/designer-ui/src/lib/card/images/plus.svg", + "hash": "11071985059296778590" }, { - "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", - "hash": "3047054082572998633" + "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", + "hash": "15762098724270837693" }, { - "file": "libs/designer-ui/src/lib/staticResult/index.tsx", - "hash": "14697580575318712867" + "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", + "hash": "14136830631826324888" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", - "hash": "15007279530654847359" + "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", + "hash": "561849715759343409" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", - "hash": "9183635823764128986" + "file": "libs/designer-ui/src/lib/card/index.tsx", + "hash": "13283832555519492964" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", - "hash": "13444849356722872452" + "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", + "hash": "16011573732296811334" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", - "hash": "1081889382541114074" + "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", + "hash": "13785447784192146498" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", - "hash": "15959079908627953579" + "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", + "hash": "8715826541047287974" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", - "hash": "12804331889147193576" + "file": "libs/designer-ui/src/lib/card/query/query.less", + "hash": "11595797360380764326" }, { - "file": "libs/designer-ui/src/lib/staticResult/util.ts", - "hash": "12130759100693724298" + "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", + "hash": "14660261598576668135" }, { - "file": "libs/designer-ui/src/lib/styles.less", - "hash": "166034430368033810" + "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", + "hash": "13526667775577606191" }, { - "file": "libs/designer-ui/src/lib/table/index.tsx", - "hash": "5811805714285822695" + "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", + "hash": "5079305499650318742" }, { - "file": "libs/designer-ui/src/lib/table/table.less", - "hash": "17717078328201216873" + "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", + "hash": "6661024250966707869" }, { - "file": "libs/designer-ui/src/lib/telemetry/models.ts", - "hash": "2036428094618159795" + "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", + "hash": "5399921611201970010" }, { - "file": "libs/designer-ui/src/lib/templates.less", - "hash": "13509739952002525059" + "file": "libs/designer-ui/src/lib/card/types.ts", + "hash": "2035207173265258244" }, { - "file": "libs/designer-ui/src/lib/texteditor.less", - "hash": "9518583984914224308" + "file": "libs/designer-ui/src/lib/card/utils.ts", + "hash": "3779033005510076581" }, { - "file": "libs/designer-ui/src/lib/themes.less", - "hash": "8746124453530709086" + "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", + "hash": "10318132727028056408" }, { - "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", - "hash": "7884539885490036668" + "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", + "hash": "17281609971834388003" }, { - "file": "libs/designer-ui/src/lib/tip/index.tsx", - "hash": "6456445400280403348" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", + "hash": "14718424728750458630" }, { - "file": "libs/designer-ui/src/lib/tip/tip.less", - "hash": "864974949945444768" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", + "hash": "278286692645171379" }, { - "file": "libs/designer-ui/src/lib/token/icon/icon.svg", - "hash": "17674597592259549335" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", + "hash": "10765956740228704595" }, { - "file": "libs/designer-ui/src/lib/token/inputToken.tsx", - "hash": "16200897783977841405" + "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", + "hash": "2404121659635757544" }, { - "file": "libs/designer-ui/src/lib/token/token.less", - "hash": "8916224308481562001" + "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", + "hash": "6405085190209280425" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", - "hash": "4123262090212438691" + "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", + "hash": "9946485231683147120" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", - "hash": "2853414685478189039" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", + "hash": "1833570921333464272" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", - "hash": "11435576967881324524" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", + "hash": "17028620127527218534" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", - "hash": "1611864088104161888" + "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", + "hash": "7899578072090309552" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", - "hash": "10333796685632066015" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", + "hash": "17829515265716695263" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", - "hash": "8960542853919965430" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", + "hash": "5169733349440851429" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", - "hash": "2081176783700482104" + "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", + "hash": "10302797527483302249" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", - "hash": "6713034013296412901" + "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", + "hash": "13795366944427306018" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", - "hash": "1216342025486624717" + "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", + "hash": "12415165516808188305" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", - "hash": "12969480948206225977" + "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", + "hash": "96877705819455053" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", - "hash": "10681588127073554750" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", + "hash": "4069273522099387001" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", - "hash": "17971317652324407497" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", + "hash": "12978837117575037085" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", - "hash": "8310355415777998215" + "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", + "hash": "8663050766979969020" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", - "hash": "4581006209134707097" + "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", + "hash": "15417662538862126703" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", - "hash": "5406357786683741015" + "file": "libs/designer-ui/src/lib/chatbot/constants.ts", + "hash": "14764507907521508128" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", - "hash": "4270550485948598125" + "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", + "hash": "4609791305957523089" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", - "hash": "2892626327870650960" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", + "hash": "5685043772510116791" }, { - "file": "libs/designer-ui/src/lib/useId.ts", - "hash": "12772098688257676898" + "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", + "hash": "1667833042679839191" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", - "hash": "3615471043450668363" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", + "hash": "13854507772202693145" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", - "hash": "13167808388628079038" + "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", + "hash": "17373142789703576555" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", - "hash": "3721402899614210136" + "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", + "hash": "1013409430604737232" }, { - "file": "libs/designer-ui/src/lib/utils/index.ts", - "hash": "2393341790798255513" + "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", + "hash": "661752008716122787" }, { - "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", - "hash": "1113426561916620063" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", + "hash": "6716426185680659027" }, { - "file": "libs/designer-ui/src/lib/utils/theme.ts", - "hash": "5123506134529499400" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", + "hash": "7382581463363358893" }, { - "file": "libs/designer-ui/src/lib/utils/utils.ts", - "hash": "11266933742857457165" + "file": "libs/designer-ui/src/lib/chatbot/index.tsx", + "hash": "381454499199907675" }, { - "file": "libs/designer-ui/src/lib/variables.less", - "hash": "13854268804298288286" + "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", + "hash": "16238688331967189110" }, { - "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", - "hash": "12608385326651885729" + "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", + "hash": "14580093519349138483" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", - "hash": "8659213389376079589" + "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", + "hash": "8902335799853458705" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", - "hash": "12870960388256787222" + "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", + "hash": "5171683084974637831" }, { - "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", - "hash": "18283668117763704654" + "file": "libs/designer-ui/src/lib/checkbox/index.tsx", + "hash": "8389410843229075694" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", - "hash": "6594421216686966274" + "file": "libs/designer-ui/src/lib/code/codeeditor.less", + "hash": "11024599462256253403" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", - "hash": "10300510257878123869" + "file": "libs/designer-ui/src/lib/code/index.tsx", + "hash": "13872385794669469789" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", - "hash": "4189180858033397576" + "file": "libs/designer-ui/src/lib/code/util.ts", + "hash": "445144902435184601" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", - "hash": "1535516984838576699" + "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", + "hash": "9564984331172164947" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", - "hash": "419696829996521827" + "file": "libs/designer-ui/src/lib/colorizer/index.tsx", + "hash": "18329556158591594852" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", - "hash": "5733233591777311890" + "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", + "hash": "11926254562850019268" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", - "hash": "9695333510577571586" + "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", + "hash": "15494829096109972414" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", - "hash": "16499630402068817431" + "file": "libs/designer-ui/src/lib/combobox/combobox.less", + "hash": "13345514601840043410" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", - "hash": "13510225378436737087" + "file": "libs/designer-ui/src/lib/combobox/index.tsx", + "hash": "16544338680339035094" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", - "hash": "7924411380748216609" + "file": "libs/designer-ui/src/lib/common.less", + "hash": "5857225994291839803" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", - "hash": "3392910215509758091" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", + "hash": "9169908592251197410" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", - "hash": "7629577700357058279" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", + "hash": "3046898503439319454" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", - "hash": "11485840583766971677" + "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", + "hash": "5804642269610790205" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", - "hash": "9051361537676115669" + "file": "libs/designer-ui/src/lib/connectioncontainer.less", + "hash": "4274580875391808041" }, { - "file": "libs/designer-ui/src/styles.less", - "hash": "29584031777522955" + "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", + "hash": "6660835975053117480" }, { - "file": "libs/designer-ui/src/types/Svg.d.ts", - "hash": "16119276421185882375" + "file": "libs/designer-ui/src/lib/connectors/index.ts", + "hash": "3193834300323525825" }, { - "file": "libs/designer-ui/tsconfig.json", - "hash": "2991600590297984719" + "file": "libs/designer-ui/src/lib/connectors/predicates.ts", + "hash": "16570364538734730436" }, { - "file": "libs/designer-ui/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", + "hash": "15085878266015615396" }, { - "file": "libs/designer-ui/tsup.config.ts", - "hash": "5034656414761252557" - } - ], - "designer-standalone": [ - { - "file": "apps/designer-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", + "hash": "18197468828345311134" }, { - "file": "apps/designer-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/designer-ui/src/lib/constants.ts", + "hash": "7895778521881895365" }, { - "file": "apps/designer-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", + "hash": "11286495138927849850" }, { - "file": "apps/designer-standalone/jest.config.ts", - "hash": "5095600455584759097" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", + "hash": "15724424530173695319" }, { - "file": "apps/designer-standalone/project.json", - "hash": "2186189716536309729" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", + "hash": "11309293700573786127" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", - "hash": "3298017156622978060" + "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", + "hash": "10706937930238891864" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", - "hash": "13505482435147628633" + "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", + "hash": "13514247859608890614" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", - "hash": "9606761639132729551" + "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", + "hash": "11369730379345400687" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", - "hash": "6979701506181809557" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", + "hash": "8973634346517739741" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", - "hash": "14118413145410608191" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", + "hash": "7464088425034992851" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", - "hash": "1588066658590448230" + "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", + "hash": "5315460135369521554" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", - "hash": "11196696306113960606" + "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", + "hash": "5281867526814354008" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", - "hash": "14682812772519432090" + "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", + "hash": "3200362158239488916" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", - "hash": "4580548922855359394" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", + "hash": "3546074923186807401" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", - "hash": "12895583927495006597" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", + "hash": "1273753497022949897" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", - "hash": "2755209554830887096" + "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", + "hash": "13306096207015769369" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", - "hash": "16951494746367962696" + "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", + "hash": "11411020585614827947" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", - "hash": "11922224593998776622" + "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", + "hash": "7281959028831627631" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", - "hash": "9092529694739284525" + "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", + "hash": "8304019736247074220" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", - "hash": "14344615542145629436" + "file": "libs/designer-ui/src/lib/dialogs/index.tsx", + "hash": "16665862280750290310" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", - "hash": "2732486466259074455" + "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", + "hash": "13710269573446005500" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", - "hash": "17257936693118977812" + "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", + "hash": "4819881443041728639" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", - "hash": "11766814904345254217" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", + "hash": "11966365107479255632" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", - "hash": "15343875879297750706" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", + "hash": "10228393789800803683" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", - "hash": "4446661457006721606" + "file": "libs/designer-ui/src/lib/dictionary/index.tsx", + "hash": "18370968398463171770" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", - "hash": "13092524529881537344" + "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", + "hash": "6335056025812075242" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", - "hash": "7976663886408218270" + "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", + "hash": "15817139601189018466" }, { - "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", - "hash": "13293572578025384518" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", + "hash": "6797310623515797047" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", - "hash": "8960093372869801569" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", + "hash": "8297998959357972135" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", - "hash": "17011074881319644796" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", - "hash": "4734349067026517129" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", + "hash": "9938088707494835854" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", - "hash": "11056877601318419241" + "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", + "hash": "189492023300231559" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", - "hash": "7960030919432291768" + "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", + "hash": "10317518561976442215" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", - "hash": "4190195339052860475" + "file": "libs/designer-ui/src/lib/dropdown/index.tsx", + "hash": "1612483364785584630" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", - "hash": "17311351490108510384" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", + "hash": "7434182615261632600" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", - "hash": "17876933317388473037" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", + "hash": "9501607464876161573" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", - "hash": "11182070599256684242" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", + "hash": "12128734607645409156" }, { - "file": "apps/designer-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", + "hash": "17684652277786261310" }, { - "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", - "hash": "11358026391684952458" + "file": "libs/designer-ui/src/lib/editor/base/editor.less", + "hash": "12866109678262424869" }, { - "file": "apps/designer-standalone/src/components/settings_box.module.less", - "hash": "9808519016183858536" + "file": "libs/designer-ui/src/lib/editor/base/index.tsx", + "hash": "14166645835120534265" }, { - "file": "apps/designer-standalone/src/components/settings_box.tsx", - "hash": "12099490358448849702" + "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", + "hash": "7693847861135382627" }, { - "file": "apps/designer-standalone/src/components/themes.ts", - "hash": "10280533146008251816" + "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", + "hash": "4541191440119529419" }, { - "file": "apps/designer-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", + "hash": "999476750027091176" }, { - "file": "apps/designer-standalone/src/environments/environment.ts", - "hash": "5920947766445218989" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", + "hash": "17890662429827982084" }, { - "file": "apps/designer-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", + "hash": "13945640916550609803" }, { - "file": "apps/designer-standalone/src/index.html", - "hash": "706131400937913887" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", + "hash": "5927512080490513475" }, { - "file": "apps/designer-standalone/src/main.tsx", - "hash": "6196242117816635624" + "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", + "hash": "7428379870511488815" }, { - "file": "apps/designer-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", + "hash": "16501257364338436774" }, { - "file": "apps/designer-standalone/src/state/connectionReferences.ts", - "hash": "3642930491684807465" + "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", + "hash": "7159772630000027135" }, { - "file": "apps/designer-standalone/src/state/historyHelpers.ts", - "hash": "14898556878004432608" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", + "hash": "826227630247342849" }, { - "file": "apps/designer-standalone/src/state/store.ts", - "hash": "11326541673147537080" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", + "hash": "10708434969004690012" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", - "hash": "2817444802055692850" + "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", + "hash": "2147313770352251950" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", - "hash": "14190318844766308247" + "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", + "hash": "13449398835402371871" }, { - "file": "apps/designer-standalone/src/styles.less", - "hash": "17529353978711030180" + "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", + "hash": "744582158043496767" }, { - "file": "apps/designer-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", + "hash": "2804235267765397597" }, { - "file": "apps/designer-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", + "hash": "1396622124801278751" }, { - "file": "apps/designer-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", + "hash": "10805420593120911666" }, { - "file": "apps/designer-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "@microsoft/logic-apps-shared": [ + "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", + "hash": "9379670679296092620" + }, { - "file": "libs/logic-apps-shared/package.json", - "hash": "16492122863359719881", - "deps": [ - "npm:@apidevtools/swagger-parser", - "npm:@formatjs/intl", - "npm:axios", - "npm:react-intl", - "npm:react-query", - "npm:reactflow", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", + "hash": "15576049973494503143" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", - "hash": "9380633527024969017" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", + "hash": "13926370169738082009" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", - "hash": "4041114759273409584" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", + "hash": "5581606338787978728" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", - "hash": "10744005867854668544" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", + "hash": "8192890641204198515" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", - "hash": "14062257101193816574" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", + "hash": "12118490130152815053" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", - "hash": "4954893213128657861" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", + "hash": "2463583388686525568" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", - "hash": "7641115249858288898" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", + "hash": "11358342835079118658" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", - "hash": "14155161053626149773" + "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", + "hash": "6646959457516159519" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", - "hash": "10972091389277624213" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", + "hash": "14686112532473519777" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", - "hash": "6570789037033524363" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", + "hash": "9281471718380757374" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", - "hash": "6476740600976986139" + "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", + "hash": "1534107538736673298" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", - "hash": "4669131476797349411" + "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", + "hash": "12829686526507324272" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", - "hash": "18322018366374797773" + "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", + "hash": "8810971222002859696" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", - "hash": "12152048241403700781" + "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", + "hash": "17758309304074598462" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", - "hash": "5149245040157794958" + "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", + "hash": "2856148563059087619" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", - "hash": "17264514741585944669" + "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", + "hash": "8005004771604368381" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", - "hash": "16981660441021349989" + "file": "libs/designer-ui/src/lib/editor/index.ts", + "hash": "10519293280335263474" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", - "hash": "7841465441925735303" + "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", + "hash": "5153936568516294781" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", - "hash": "8805378272928779631" + "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", + "hash": "16814638361287986075" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", - "hash": "100886477017713472" + "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", + "hash": "5064580720179297796" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", - "hash": "12010754552584586238" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", + "hash": "12121974177438633709" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", - "hash": "2493896786957967735" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", + "hash": "17176576509706398941" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", - "hash": "4467584828026361594" + "file": "libs/designer-ui/src/lib/editor/shared/index.ts", + "hash": "14207176860322026590" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", - "hash": "15048548058211350550" + "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", + "hash": "8024413390298642678" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", - "hash": "16667370445776365408" + "file": "libs/designer-ui/src/lib/editor/string/index.tsx", + "hash": "7639585167181465561" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", - "hash": "2922519993752406611" + "file": "libs/designer-ui/src/lib/error.less", + "hash": "3373390242925169530" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", - "hash": "2015298222781796439" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", + "hash": "9624981949339319323" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", - "hash": "12154580097533679529" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", + "hash": "10370400888889586543" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", - "hash": "990168561317107639" + "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", + "hash": "17617719147470187537" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", - "hash": "13798407810885346784" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", + "hash": "4277915310721666119" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", - "hash": "6637693727017499456" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", + "hash": "18032552394640042637" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", - "hash": "5415884704526136465" + "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", + "hash": "13003257438294379371" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", - "hash": "12944393287525757801" + "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", + "hash": "1819426727053970521" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", - "hash": "338894801370095333" + "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", + "hash": "3938398385346396861" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", - "hash": "4325353527285954074" + "file": "libs/designer-ui/src/lib/eventhandler.ts", + "hash": "9886405224726247393" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", - "hash": "14656750022224496512" + "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", + "hash": "6690363619180504744" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", - "hash": "8383854433493377485" + "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", + "hash": "17626371448885479665" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", - "hash": "14050868048024762041" + "file": "libs/designer-ui/src/lib/fabric.less", + "hash": "7324803988841128995" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", - "hash": "3952535120512157063" + "file": "libs/designer-ui/src/lib/fabric.ts", + "hash": "14933180766639065818" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", - "hash": "10227457389794045251" + "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", + "hash": "17392366590677974305" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", - "hash": "2276513063347032356" + "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", + "hash": "4041121768159149616" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", - "hash": "17998935529655324249" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", + "hash": "941920347758561377" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", - "hash": "15364460512758958557" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", + "hash": "4326546944393916235" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", - "hash": "16899240778924055950" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", + "hash": "10540908164326165093" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", - "hash": "9924011533457598450" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", + "hash": "11473128131775540065" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", - "hash": "7767572464887768924" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", + "hash": "14543616680076626699" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", - "hash": "7686527428866436332" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", + "hash": "4326737180955321997" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", - "hash": "11373234010056310761" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", + "hash": "17137134300501690521" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", - "hash": "7741997988177804309" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", + "hash": "13351151318103125008" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", - "hash": "11285262017602894102" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", + "hash": "8736472121872865078" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", - "hash": "7834292151783220118" + "file": "libs/designer-ui/src/lib/flyout/flyout.less", + "hash": "4656963404569200854" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", - "hash": "2689272469215697040" + "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", + "hash": "8017317867674531104" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", - "hash": "16730245766611684683" + "file": "libs/designer-ui/src/lib/flyout/index.tsx", + "hash": "1260847504997562152" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", - "hash": "6313037814450709645" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", + "hash": "11532610769239171275" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", - "hash": "5887391731984230327" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", + "hash": "6670084940779114703" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", - "hash": "2080206098440690027" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", + "hash": "9241936514538992768" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", - "hash": "2442692051774771508" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", + "hash": "4932261342436465773" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", - "hash": "13169164367036674094" + "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", + "hash": "8173849641804162665" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", - "hash": "16907995455120176947" + "file": "libs/designer-ui/src/lib/flyout2/index.tsx", + "hash": "3411562267958358391" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", - "hash": "1659823225545591900" + "file": "libs/designer-ui/src/lib/flyout2/types.ts", + "hash": "8979356059828005344" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", - "hash": "15456387445440121864" + "file": "libs/designer-ui/src/lib/helper.ts", + "hash": "5189186251086759243" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", - "hash": "12878592596309783536" + "file": "libs/designer-ui/src/lib/html/htmleditor.less", + "hash": "17205576638309460013" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", - "hash": "557554024678459944" + "file": "libs/designer-ui/src/lib/html/index.tsx", + "hash": "3044561647356072724" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", - "hash": "6860029958723176995" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", + "hash": "8095200699080002708" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", - "hash": "15296018982038336090" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", + "hash": "9856168573309225800" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", - "hash": "13842792331747765980" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", + "hash": "3522657421512189575" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", - "hash": "13815149232604649499" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", + "hash": "6822239360363505310" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", - "hash": "14032597586361412245" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", + "hash": "5514822623923500815" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", - "hash": "9974254812452410710" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", + "hash": "7136035197919586744" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", - "hash": "2510786344585772506" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", + "hash": "14372803173867136152" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", - "hash": "1258465346072222717" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", + "hash": "2194368813692256604" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", - "hash": "12947203279230431560" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", + "hash": "776689613520795095" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", - "hash": "4700233691144783223" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", + "hash": "6781567092509984620" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", - "hash": "16210378855781819556" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", + "hash": "7593112338545138083" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", - "hash": "3328556540278019081" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", + "hash": "2086008163121647920" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", - "hash": "17421938317864385521" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", + "hash": "6781567092509984620" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", - "hash": "5426595174508182540" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", + "hash": "214561553827607598" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", - "hash": "889254322578873619" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", + "hash": "334782051825482473" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", - "hash": "14413093575682152883" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", + "hash": "4585057281924668716" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", - "hash": "15165385131541472136" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", + "hash": "11495204600890515354" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", - "hash": "6828262639021969187" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", + "hash": "10663192197845770854" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", - "hash": "16330222175525472241" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", + "hash": "12534895890895115814" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", - "hash": "12427938755401727885" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", + "hash": "12594388779590684473" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", - "hash": "3374555813812257809" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", + "hash": "17603065135284266651" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", - "hash": "14739455734775086197" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", + "hash": "17330625502641164904" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", - "hash": "1170392313973954221" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", + "hash": "18048853400467862337" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", - "hash": "8180427621259037034" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", + "hash": "8167873247401494691" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", - "hash": "15958942562504641676" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", + "hash": "2078509837722520921" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", - "hash": "7763682490519613414" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", + "hash": "13255948299069352972" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", - "hash": "4068662167400180993" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", + "hash": "9368588845243372286" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", - "hash": "4794954947494896316" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", + "hash": "17332273936381855071" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", - "hash": "11207042828717675065" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", + "hash": "3274982305516698081" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", - "hash": "10901639031013279890" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", + "hash": "9368588845243372286" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", - "hash": "16869109249828494594" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", + "hash": "16690852428978853331" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", - "hash": "4284022729214287627" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", + "hash": "10813322944291888667" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", - "hash": "5600174235635358338" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", + "hash": "11230861677546471079" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", - "hash": "8466132625137354797" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", + "hash": "6747273522689120609" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", - "hash": "1198608102687599866" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", + "hash": "1474595322273650579" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", - "hash": "8175155994288497941" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", + "hash": "17970557104113324526" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", - "hash": "4654647039340233519" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", + "hash": "18208757820714239690" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", - "hash": "11206711847389194503" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", + "hash": "6124589755320637077" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", - "hash": "9525586797130627166" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", + "hash": "12407779132103186555" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", - "hash": "7773406589009896884" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", + "hash": "1920943312027348431" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", - "hash": "2719090974226360478" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", + "hash": "44898852948275301" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", - "hash": "16586240603433583151" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", + "hash": "1073425639168601706" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", - "hash": "6044024318958028975" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", + "hash": "647227830974271854" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", - "hash": "4971198904351819104" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", + "hash": "6631214352319600313" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", - "hash": "2205405226598303423" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", + "hash": "84510633589929201" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", - "hash": "7027990687631079853" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", + "hash": "1593572000493596394" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", - "hash": "4832609006995577677" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", + "hash": "15935181764252854583" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", - "hash": "11041788749094915589" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", + "hash": "16309623552410081075" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", - "hash": "744175669956000073" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", + "hash": "10046516850053247370" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", - "hash": "4570891349858327552" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", + "hash": "13297355801995093412" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", - "hash": "6957052954521419802" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", + "hash": "17542746478583457633" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", - "hash": "6895097639477963071" + "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", + "hash": "14476603392221631274" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", - "hash": "15484469170655437218" + "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", + "hash": "279548543693964971" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", - "hash": "718221044385207717" + "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", + "hash": "6589400180024017937" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", - "hash": "14225692641617281655" + "file": "libs/designer-ui/src/lib/index.ts", + "hash": "1537154823661936001" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", - "hash": "11654435207820210379" + "file": "libs/designer-ui/src/lib/infoDot/index.tsx", + "hash": "889059819977718434" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", - "hash": "11652280676139008640" + "file": "libs/designer-ui/src/lib/infoDot/info.svg", + "hash": "8036333629834072325" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", - "hash": "3123356813475297727" + "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", + "hash": "2930019025243925433" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", - "hash": "760782622775556782" + "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", + "hash": "10169695948451834948" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", - "hash": "900472997630946196" + "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", + "hash": "6801643171255754457" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", - "hash": "14957662887872082161" + "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", + "hash": "5612500499332085961" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", - "hash": "1013983265834297086" + "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", + "hash": "5761604846243713933" }, { - "file": "libs/logic-apps-shared/src/index.ts", - "hash": "9717124156846303739" + "file": "libs/designer-ui/src/lib/label/index.tsx", + "hash": "12007290011607531294" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", - "hash": "15651910132769346184" + "file": "libs/designer-ui/src/lib/label/label.less", + "hash": "17687715295723073360" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", - "hash": "17552605341157493404" + "file": "libs/designer-ui/src/lib/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", - "hash": "5035985613530326321" + "file": "libs/designer-ui/src/lib/mixins.less", + "hash": "230394439281864371" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", - "hash": "4475004010363601986" + "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", + "hash": "10772217042952857206" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", - "hash": "4095382995607203736" + "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", + "hash": "10027427216166238825" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", - "hash": "3788387248943361249" + "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", + "hash": "12219677476669776727" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", - "hash": "7108713252527138781" + "file": "libs/designer-ui/src/lib/modals/index.tsx", + "hash": "15575472481408686620" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", - "hash": "705786194542596636" + "file": "libs/designer-ui/src/lib/modals/styles.less", + "hash": "6136638654378217309" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", - "hash": "14463024152359133709" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", + "hash": "12736532418364604826" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", - "hash": "7560213327654600681" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", + "hash": "2313100514544127441" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", - "hash": "16687663207402807017" + "file": "libs/designer-ui/src/lib/monitoring/index.tsx", + "hash": "12211943605206865211" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", - "hash": "6477546291513434590" + "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", + "hash": "4246492693390330142" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", - "hash": "9370844703510888737" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", + "hash": "419486314382071026" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", - "hash": "7628537715920358813" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", + "hash": "10734404772668886632" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", - "hash": "8158361129347912029" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", + "hash": "9977003285799703780" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", - "hash": "6380830450896639043" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", + "hash": "18421766469300972505" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", - "hash": "10185664657106878859" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", + "hash": "6054757260707558854" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", - "hash": "5951640446541949066" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", + "hash": "6643666802199480477" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", - "hash": "9382357970073518488" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", + "hash": "17231865355086385495" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", - "hash": "18017279529871760646" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", + "hash": "3417626771857836063" }, { - "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", - "hash": "17627181196005757916" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", + "hash": "675221209884803516" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", - "hash": "6040922602083171954" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", + "hash": "551002707008561532" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", - "hash": "10055707279763634029" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", + "hash": "1930433637852205854" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", - "hash": "9089577798505505863" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", + "hash": "10690577969096041995" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", - "hash": "13562749690133433887" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", + "hash": "12342263735573181103" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", - "hash": "5663604703010066942" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", + "hash": "9275841064112612057" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", - "hash": "2534161988511516592" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", + "hash": "17586715276385690633" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", - "hash": "16419030944505832016" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", + "hash": "8262084751494625621" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", - "hash": "15612717865703687552" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", + "hash": "8411593742412961835" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", - "hash": "13474113712208318530" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", + "hash": "13580200872576368725" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", - "hash": "881578797815144323" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", + "hash": "4980405611307436406" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", - "hash": "11790935691899638544" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", + "hash": "14991302223393123721" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", - "hash": "8385944373056976852" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", + "hash": "7600255706253655942" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", - "hash": "4043313233263109351" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", + "hash": "11732121204991821272" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", - "hash": "11102785353391478346" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", + "hash": "15288351325626444660" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", - "hash": "171638812131418198" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", + "hash": "10223585420368930613" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", - "hash": "2327407329881982053" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", + "hash": "504707717112540246" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", - "hash": "9629066330778884542" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", + "hash": "14110306780643171751" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", - "hash": "16717791144236642315" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", + "hash": "6270089317186652326" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", - "hash": "9536863172217279644" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", + "hash": "4141451220579211469" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", - "hash": "18142537813025869201" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", + "hash": "7852553993702366824" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", - "hash": "15387106749322046014" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", + "hash": "193615469479801715" }, { - "file": "libs/logic-apps-shared/src/intl/src/index.ts", - "hash": "5880101155327804229" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", + "hash": "15042873896617763231" }, { - "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", - "hash": "9493587879189422226" + "file": "libs/designer-ui/src/lib/monitoring/utils.ts", + "hash": "9811433099781057729" }, { - "file": "libs/logic-apps-shared/src/parsers/index.ts", - "hash": "14406165726550655762" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", + "hash": "13057778445119292637" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", - "hash": "14434625489663341100" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", + "hash": "52763648028511711" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", - "hash": "431479051526850728" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", + "hash": "16381991897841589409" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", - "hash": "1447869553729602329" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", + "hash": "12682441240875703524" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", - "hash": "5729743152469113203" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", + "hash": "6306384484732365176" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", - "hash": "11639224397713257805" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", + "hash": "18165893973256629169" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", - "hash": "16375130740710703419" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", + "hash": "12118327048907571655" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", - "hash": "11953954476398047389" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", + "hash": "4887862900344122017" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", - "hash": "2210192340749619384" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", + "hash": "10393528748572104925" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", - "hash": "511658573327045626" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", + "hash": "12615346189074989274" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", - "hash": "12303487102566855915" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", + "hash": "2655487222859584186" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", - "hash": "11402826658491359232" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", + "hash": "3814871834163389192" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", - "hash": "6825951630416775947" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", + "hash": "7220757242219833664" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", - "hash": "2805940425132879908" + "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", + "hash": "10690413901210541672" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", - "hash": "8489667444524953557" + "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", + "hash": "5533580780908687247" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", - "hash": "14606573267340170277" + "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", + "hash": "12630218434281282082" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", - "hash": "14196059685546491397" + "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", + "hash": "13316433634332619599" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", - "hash": "14050169068191640430" + "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", + "hash": "839928699017032378" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", - "hash": "10053227308471445195" + "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", + "hash": "11716606859887286627" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", - "hash": "11769122580063614459" + "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", + "hash": "5872083708451966019" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", - "hash": "745830827396299178" + "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", + "hash": "15717505785974351161" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", - "hash": "1027675781125994812" + "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", + "hash": "12638713730095398889" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", - "hash": "7986263690502094190" + "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", + "hash": "13532955381020329840" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", - "hash": "16722491980851361131" + "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", + "hash": "9121170686559313064" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", - "hash": "11863418691057542043" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", + "hash": "13705639801361244797" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", - "hash": "3814535965481203921" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", + "hash": "293816288209646038" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", - "hash": "15552531164182029199" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", + "hash": "13516731456304339134" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", - "hash": "15707985138297454208" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", + "hash": "2820497291641580399" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", - "hash": "8203696318475998577" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", + "hash": "17782873682755923460" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", - "hash": "16965130050548374080" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", + "hash": "11078711819505237055" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", - "hash": "17677112185734595302" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", + "hash": "4715217018796897924" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", - "hash": "10421500773173129841" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", + "hash": "16386421992685205061" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", - "hash": "6837630829095975444" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", + "hash": "520098891633782607" }, { - "file": "libs/logic-apps-shared/src/utils/src/index.ts", - "hash": "10410575831740573676" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", + "hash": "16689468766866111496" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", - "hash": "4727605297220290209" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", + "hash": "9157709462736836045" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", - "hash": "14486861888502652092" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", + "hash": "8641869722527850309" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", - "hash": "14917406684066904829" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", + "hash": "6361707078583596524" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", - "hash": "13784490208174778956" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", + "hash": "16098260837036091861" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", - "hash": "5485574054856489322" + "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", + "hash": "4155946816780797736" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", - "hash": "7212073480745607382" + "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", + "hash": "10828769169907430728" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", - "hash": "10702209958963271416" + "file": "libs/designer-ui/src/lib/overview/index.tsx", + "hash": "5264729179643401284" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", - "hash": "4266295413916081180" + "file": "libs/designer-ui/src/lib/overview/overview.less", + "hash": "5333086232166652616" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", - "hash": "18218774632996040833" + "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", + "hash": "15827135014312739532" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", - "hash": "3921550207499097708" + "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", + "hash": "7234411692432418034" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", - "hash": "16323037561979992179" + "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", + "hash": "8550481728428631124" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", - "hash": "4346902897670598580" + "file": "libs/designer-ui/src/lib/overview/types.ts", + "hash": "2126579598831689948" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", - "hash": "18306290794139362199" + "file": "libs/designer-ui/src/lib/overview/utils.ts", + "hash": "8577445182783549528" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", - "hash": "12827775712440356270" + "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", + "hash": "15075441629819938492" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", - "hash": "12780007669564837262" + "file": "libs/designer-ui/src/lib/pager/index.tsx", + "hash": "3778857838129502652" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", - "hash": "10649237237708086601" + "file": "libs/designer-ui/src/lib/pager/pager.less", + "hash": "8091612682225053333" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", - "hash": "16265988629726370223" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", + "hash": "8696799417392234965" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", - "hash": "4342729621317785815" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", + "hash": "7002691248815830631" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", - "hash": "17931405780059128507" + "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", + "hash": "4993809863192411632" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", - "hash": "11275772986299991786" + "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", + "hash": "2205853508975138528" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", - "hash": "14172933526512144674" + "file": "libs/designer-ui/src/lib/panel/panel.less", + "hash": "17158687547008918287" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", - "hash": "8097726720353189151" + "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", + "hash": "18002211042063796542" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", - "hash": "17424119200157481456" + "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", + "hash": "4181156361129071511" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", - "hash": "6316675658315917165" + "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", + "hash": "3211112189585202759" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", - "hash": "17285595875462734375" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", + "hash": "18309244507736451743" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", - "hash": "10787957479004558655" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", + "hash": "9351907373212021698" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", - "hash": "924391710566473857" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", + "hash": "17322124435554399120" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", - "hash": "18221863617102146813" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", + "hash": "11087265144024677369" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", - "hash": "4421237494227621410" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", + "hash": "17348543329160266229" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", - "hash": "12775712264492385024" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", + "hash": "5368141520701630173" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", - "hash": "13175286304358008848" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", + "hash": "2554387369677849010" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", - "hash": "15335411595834044598" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", + "hash": "12446852403660781374" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", - "hash": "13941170058709179863" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", + "hash": "13683402321157268579" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", - "hash": "5560781174328914491" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", + "hash": "17186600491422881894" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", - "hash": "13885780335314142211" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", + "hash": "13482017317742840376" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", - "hash": "14719921367101255082" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", + "hash": "10499254465139828638" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", - "hash": "14197989536257233793" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", + "hash": "15977038685148705278" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", - "hash": "79196203943799003" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", + "hash": "13240583012789543499" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", - "hash": "1773324083978265246" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", + "hash": "690447729622451295" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", - "hash": "16462763711137735088" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", + "hash": "5057205077790208047" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", - "hash": "16779865992229698101" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", + "hash": "17527213518426963207" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", - "hash": "6133462328373533461" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", + "hash": "13212319030288067682" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", - "hash": "2681330121858908210" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", + "hash": "13492392163692871110" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", - "hash": "3670299451416716175" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", + "hash": "7178836305205375565" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", - "hash": "6771680877558200992" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", + "hash": "4493083848763349259" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", - "hash": "17593916544224071508" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", + "hash": "14018113873034060104" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", - "hash": "10533072781574562738" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", + "hash": "4464919068484355896" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", - "hash": "2572403417534260160" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", + "hash": "5167621470308849386" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", - "hash": "2078500890542782930" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", + "hash": "2648744375249591554" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", - "hash": "13095245056926067394" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", + "hash": "2796091543049835331" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", - "hash": "5866684311064342041" + "file": "libs/designer-ui/src/lib/peek/index.tsx", + "hash": "8312352776443040701" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", - "hash": "10053725396844537374" + "file": "libs/designer-ui/src/lib/peek/peek.less", + "hash": "5179023226310307934" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", - "hash": "11901860371911382948" + "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", + "hash": "16844240727319705526" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", - "hash": "3827527429415846737" + "file": "libs/designer-ui/src/lib/picker/picker.less", + "hash": "14035428915541759770" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", - "hash": "9814598968821475901" + "file": "libs/designer-ui/src/lib/picker/picker.tsx", + "hash": "9936757088538147447" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", - "hash": "9515526602733602379" + "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", + "hash": "10073830036453461709" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", - "hash": "18237200074476379247" + "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", + "hash": "6780675836712554604" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", - "hash": "18138026162521915000" + "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", + "hash": "17251306642395290061" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", - "hash": "5600260597734849270" + "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", + "hash": "8423998804948554753" }, { - "file": "libs/logic-apps-shared/tsconfig.json", - "hash": "5119560921033608397" + "file": "libs/designer-ui/src/lib/processsimple.less", + "hash": "10920513620307106503" }, { - "file": "libs/logic-apps-shared/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", + "hash": "2093105941834037814" }, { - "file": "libs/logic-apps-shared/tsup.config.ts", - "hash": "5286132973577408611" - } - ], - "@microsoft/logic-apps-designer": [ + "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", + "hash": "533998977012114795" + }, { - "file": "libs/designer/package.json", - "hash": "15565996915205100783", - "deps": [ - "npm:@fluentui/azure-themes", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-hooks", - "npm:@fluentui/react-icons", - "npm:@fluentui/utilities", - "npm:@microsoft/applicationinsights-core-js", - "@microsoft/designer-ui", - "@microsoft/logic-apps-shared", - "npm:@react-hookz/web", - "npm:@reduxjs/toolkit", - "npm:elkjs", - "npm:fuse.js", - "npm:immer", - "npm:lodash.frompairs", - "npm:lodash.merge", - "npm:react-dnd", - "npm:react-dnd-accessible-backend", - "npm:react-dnd-html5-backend", - "npm:react-dnd-multi-backend", - "npm:react-hotkeys-hook", - "npm:react-intl", - "npm:react-query", - "npm:react-redux", - "npm:reactflow", - "npm:redux-thunk", - "npm:to-title-case", - "npm:util", - "npm:yocto-queue", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", + "hash": "12595615463356570094" }, { - "file": "libs/designer/src/index.ts", - "hash": "11355081150901527302" + "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", + "hash": "3970203593564315605" }, { - "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", + "hash": "7958784090531085705" }, { - "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", - "hash": "9240782448242967537" + "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", + "hash": "12549674998744926866" }, { - "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", - "hash": "5214463813702224032" + "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", + "hash": "536082630199019015" }, { - "file": "libs/designer/src/lib/common/constants.ts", - "hash": "14716266680681788853" + "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", + "hash": "1746916797204687586" }, { - "file": "libs/designer/src/lib/common/exceptions/exception.ts", - "hash": "4016853272413138441" + "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", + "hash": "6934817803500771674" }, { - "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", - "hash": "2438628799773606413" + "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", + "hash": "6560147387456010691" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", - "hash": "13936938153293651615" + "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", + "hash": "9744197607426609588" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", - "hash": "17853975463227900194" + "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", - "hash": "716422980644102335" + "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", + "hash": "2346030931533446" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", - "hash": "10948104330765315206" + "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", + "hash": "15355178706122799377" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", - "hash": "13744301547491746840" + "file": "libs/designer-ui/src/lib/recurrence/index.tsx", + "hash": "15658040158328195249" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", - "hash": "5099585607600274464" + "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", + "hash": "9987048972348029337" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", - "hash": "3057811563704111315" + "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", + "hash": "14357271788475922496" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", - "hash": "13794169093128310758" + "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", + "hash": "1463391895963564865" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", - "hash": "6553711262896807602" + "file": "libs/designer-ui/src/lib/recurrence/util.ts", + "hash": "5064300869787261034" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", - "hash": "3769112376720810799" + "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", + "hash": "16105098843942226016" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", - "hash": "4840054514873781546" + "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", + "hash": "6689323961188588931" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", - "hash": "13772471609559374653" + "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", + "hash": "18016790998101229210" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", - "hash": "17291714734882915823" + "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", + "hash": "16700098916563767128" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", - "hash": "8696373633900139960" + "file": "libs/designer-ui/src/lib/scratch/index.tsx", + "hash": "10742308626860605931" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", - "hash": "10209490491669077224" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", + "hash": "2888072881217849228" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", - "hash": "5762239862513015054" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", + "hash": "4384425775058724694" }, { - "file": "libs/designer/src/lib/common/images/arrowdark.svg", - "hash": "5926111895234327525" + "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", + "hash": "17807730621184061128" }, { - "file": "libs/designer/src/lib/common/images/arrowlight.svg", - "hash": "8015769479673340480" + "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", + "hash": "7511337114295773791" }, { - "file": "libs/designer/src/lib/common/images/arrowred.svg", - "hash": "2430505900927056727" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", + "hash": "15943000290012850686" }, { - "file": "libs/designer/src/lib/common/images/bolt.svg", - "hash": "17462634652015284885" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", + "hash": "11484685343060067972" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", - "hash": "4281210752025126548" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", + "hash": "1950426186543700291" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", - "hash": "8923215817224206799" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", + "hash": "17958922138731454722" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", - "hash": "4347287844293995514" + "file": "libs/designer-ui/src/lib/searchbox/index.tsx", + "hash": "10324532526263750215" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", - "hash": "802393672600738414" + "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", + "hash": "17070394820412328482" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", - "hash": "788257097228620744" + "file": "libs/designer-ui/src/lib/selector/listitem.less", + "hash": "4259083201646627631" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", - "hash": "11736524123979545801" + "file": "libs/designer-ui/src/lib/selector2/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", - "hash": "965633922044453844" + "file": "libs/designer-ui/src/lib/settings/settings.less", + "hash": "7126061513937455008" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", - "hash": "10224443075493376159" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", + "hash": "4435894471555644765" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", - "hash": "488405671534951514" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", + "hash": "16334138655442976813" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", - "hash": "16381515837357068415" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", + "hash": "13967530428359610578" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", - "hash": "17856490403949387790" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", + "hash": "13906076876696414898" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", - "hash": "15243776523488424116" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", + "hash": "7252480758377295120" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", - "hash": "5699680888941228448" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", + "hash": "9727213561321302269" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", - "hash": "9764035938809534317" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", + "hash": "1550185295477111260" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", - "hash": "12326541136900487952" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", + "hash": "7979415308541757689" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", - "hash": "6245055721372883370" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", + "hash": "13272267492640030363" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", - "hash": "14444337833939963797" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", + "hash": "8808450834888764903" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", - "hash": "17064721766454223509" + "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", + "hash": "12543103287299199853" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", - "hash": "13549953610772304995" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", + "hash": "17463220408421567143" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", - "hash": "9884449892115783238" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", + "hash": "3246483662127076599" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", - "hash": "5650084185790556380" + "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", + "hash": "12885467287687881288" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", - "hash": "16533471828587912919" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", + "hash": "13308565209626155736" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", - "hash": "10277570825407438664" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", + "hash": "5702994757097410519" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", - "hash": "5644614242196469494" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", + "hash": "16946969717896928335" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", - "hash": "4854754781356184488" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", + "hash": "14406499374913114463" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", - "hash": "17577366797422234032" + "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", + "hash": "17178816657242950538" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", - "hash": "18096424898773100452" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", + "hash": "11611641119049594003" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", - "hash": "8410319851745043818" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", + "hash": "8097128120211761290" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", - "hash": "4344707577102300882" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", + "hash": "8962813326873104095" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", - "hash": "14973565284851361466" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", + "hash": "15775613625342372171" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", - "hash": "6940736653966224597" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", + "hash": "5924987678681729471" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", - "hash": "10913390805409066774" + "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", + "hash": "3047054082572998633" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", - "hash": "18310566090601123291" + "file": "libs/designer-ui/src/lib/staticResult/index.tsx", + "hash": "14697580575318712867" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", - "hash": "4211895255849396300" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", + "hash": "15007279530654847359" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", - "hash": "15249336994675481" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", + "hash": "9183635823764128986" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", - "hash": "6229273879523350518" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", + "hash": "13444849356722872452" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", - "hash": "14552059136095416702" + "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", + "hash": "1081889382541114074" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", - "hash": "8321402279766452771" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", + "hash": "15959079908627953579" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", - "hash": "14144206237714493160" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", + "hash": "12804331889147193576" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", - "hash": "546764277464022095" + "file": "libs/designer-ui/src/lib/staticResult/util.ts", + "hash": "12130759100693724298" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", - "hash": "15076765899186592786" + "file": "libs/designer-ui/src/lib/styles.less", + "hash": "166034430368033810" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", - "hash": "3692508794323306407" + "file": "libs/designer-ui/src/lib/table/index.tsx", + "hash": "5811805714285822695" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", - "hash": "1731479113183843607" + "file": "libs/designer-ui/src/lib/table/table.less", + "hash": "17717078328201216873" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", - "hash": "4173490804496111343" + "file": "libs/designer-ui/src/lib/telemetry/models.ts", + "hash": "2036428094618159795" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", - "hash": "11873669256365835624" + "file": "libs/designer-ui/src/lib/templates.less", + "hash": "13509739952002525059" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", - "hash": "11139441907313241224" + "file": "libs/designer-ui/src/lib/texteditor.less", + "hash": "9518583984914224308" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", - "hash": "3241487867540139826" + "file": "libs/designer-ui/src/lib/themes.less", + "hash": "8746124453530709086" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", - "hash": "7715913989452853316" + "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", + "hash": "7884539885490036668" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", - "hash": "13582317555878671565" + "file": "libs/designer-ui/src/lib/tip/index.tsx", + "hash": "6456445400280403348" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", - "hash": "4977325050658584568" + "file": "libs/designer-ui/src/lib/tip/tip.less", + "hash": "864974949945444768" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", - "hash": "1045431280059616257" + "file": "libs/designer-ui/src/lib/token/icon/icon.svg", + "hash": "17674597592259549335" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", - "hash": "16640363275658842913" + "file": "libs/designer-ui/src/lib/token/inputToken.tsx", + "hash": "16200897783977841405" }, { - "file": "libs/designer/src/lib/common/images/card/delete.svg", - "hash": "15675230980148461553" + "file": "libs/designer-ui/src/lib/token/token.less", + "hash": "8916224308481562001" }, { - "file": "libs/designer/src/lib/common/images/card/input_selection.svg", - "hash": "6874565955253727212" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", + "hash": "4123262090212438691" }, { - "file": "libs/designer/src/lib/common/images/card/optional_field.svg", - "hash": "13884780002161969050" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", + "hash": "2853414685478189039" }, { - "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", - "hash": "11872211244220681036" + "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", + "hash": "11435576967881324524" }, { - "file": "libs/designer/src/lib/common/images/delete.svg", - "hash": "2369920463731912593" + "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", + "hash": "1611864088104161888" }, { - "file": "libs/designer/src/lib/common/images/gateway/add.svg", - "hash": "11819585580235095669" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", + "hash": "10333796685632066015" }, { - "file": "libs/designer/src/lib/common/images/gateway/help.svg", - "hash": "12599303004882720277" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", + "hash": "8960542853919965430" }, { - "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", - "hash": "6435518280858083886" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", + "hash": "2081176783700482104" }, { - "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", - "hash": "12997387777000294056" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", + "hash": "6713034013296412901" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", - "hash": "7939169194091714776" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", + "hash": "1216342025486624717" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", - "hash": "16280757524503959992" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", + "hash": "12969480948206225977" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", - "hash": "18333062729648676215" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", + "hash": "10681588127073554750" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", - "hash": "17826554870116185216" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", + "hash": "17971317652324407497" }, { - "file": "libs/designer/src/lib/common/images/pencil.svg", - "hash": "4552542774403200136" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", + "hash": "8310355415777998215" }, { - "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", + "hash": "4581006209134707097" }, { - "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", + "hash": "5406357786683741015" }, { - "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", - "hash": "11632821499690045898" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", + "hash": "4270550485948598125" }, { - "file": "libs/designer/src/lib/common/images/status_error.svg", - "hash": "7327477685402663444" + "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", + "hash": "2892626327870650960" }, { - "file": "libs/designer/src/lib/common/images/status_success.svg", - "hash": "16589415129232216666" + "file": "libs/designer-ui/src/lib/useId.ts", + "hash": "12772098688257676898" }, { - "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", - "hash": "8952058323183937865" + "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", + "hash": "3615471043450668363" }, { - "file": "libs/designer/src/lib/common/images/website/api.svg", - "hash": "16095509088326340538" + "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", + "hash": "13167808388628079038" }, { - "file": "libs/designer/src/lib/common/images/website/apim.svg", - "hash": "15873815965442020768" + "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", + "hash": "3721402899614210136" }, { - "file": "libs/designer/src/lib/common/images/website/apim_white.svg", - "hash": "14020416160783112768" + "file": "libs/designer-ui/src/lib/utils/index.ts", + "hash": "2393341790798255513" }, { - "file": "libs/designer/src/lib/common/images/website/create.svg", - "hash": "16033491393116457661" + "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", + "hash": "1113426561916620063" }, { - "file": "libs/designer/src/lib/common/images/website/foreach.svg", - "hash": "3719190676549030233" + "file": "libs/designer-ui/src/lib/utils/theme.ts", + "hash": "5123506134529499400" }, { - "file": "libs/designer/src/lib/common/images/website/function.svg", - "hash": "12552781765647401474" + "file": "libs/designer-ui/src/lib/utils/utils.ts", + "hash": "11266933742857457165" }, { - "file": "libs/designer/src/lib/common/models/workflow.ts", - "hash": "11724936275981787758" + "file": "libs/designer-ui/src/lib/variables.less", + "hash": "13854268804298288286" }, { - "file": "libs/designer/src/lib/common/utilities/Utils.ts", - "hash": "2333252227487981555" + "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", + "hash": "12608385326651885729" }, { - "file": "libs/designer/src/lib/common/utilities/error.ts", - "hash": "14761866046570043475" + "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", + "hash": "8659213389376079589" }, { - "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", - "hash": "10226240319907572020" + "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", + "hash": "12870960388256787222" }, { - "file": "libs/designer/src/lib/core/DesignerProvider.tsx", - "hash": "8865415753051342650" + "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", + "hash": "18283668117763704654" }, { - "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", - "hash": "1133788957422173169" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", + "hash": "6594421216686966274" }, { - "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", - "hash": "13021850733178929057" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", + "hash": "10300510257878123869" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", - "hash": "10976178124567025188" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", + "hash": "4189180858033397576" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", - "hash": "8007408756114040866" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", + "hash": "1535516984838576699" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", - "hash": "12793128001647914730" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", + "hash": "419696829996521827" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", - "hash": "9408756046827245410" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", + "hash": "5733233591777311890" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", - "hash": "1145445308673345143" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", + "hash": "9695333510577571586" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", - "hash": "8714067957965973862" + "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", + "hash": "16499630402068817431" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", - "hash": "377035099592140993" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", + "hash": "13510225378436737087" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", - "hash": "2640821823957837771" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", + "hash": "7924411380748216609" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", - "hash": "4883489638704343677" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", + "hash": "3392910215509758091" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", - "hash": "1063338721262391862" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", + "hash": "7629577700357058279" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", - "hash": "13051148389008776707" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", + "hash": "11485840583766971677" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", - "hash": "16166965666592256044" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", + "hash": "9051361537676115669" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", - "hash": "7644883283632193272" + "file": "libs/designer-ui/src/styles.less", + "hash": "29584031777522955" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", - "hash": "3268658162048948497" + "file": "libs/designer-ui/src/types/Svg.d.ts", + "hash": "16119276421185882375" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", - "hash": "12938819441932090008" + "file": "libs/designer-ui/tsconfig.json", + "hash": "2991600590297984719" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", - "hash": "18391939971202172617" + "file": "libs/designer-ui/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", - "hash": "5135976908480724598" - }, + "file": "libs/designer-ui/tsup.config.ts", + "hash": "5034656414761252557" + } + ], + "@microsoft/logic-apps-chatbot": [ { - "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", - "hash": "6555520085152754544" + "file": "libs/chatbot/package.json", + "hash": "14533386357963788386", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "@microsoft/logic-apps-designer", + "npm:@fluentui/react", + "npm:@fluentui/react-icons", + "@microsoft/designer-ui", + "npm:@fluentui/react-components", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer/src/lib/core/graphlayout/index.ts", - "hash": "1183230721606983661" + "file": "libs/chatbot/rollup.config.mjs", + "hash": "16469814706170133141" }, { - "file": "libs/designer/src/lib/core/index.ts", - "hash": "17021345483470396631" + "file": "libs/chatbot/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", - "hash": "5690913620690077130" + "file": "libs/chatbot/src/lib/common/constants.ts", + "hash": "2429934717009400244" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", - "hash": "14509662786295405295" + "file": "libs/chatbot/src/lib/common/models/Query.ts", + "hash": "12711516361292056739" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", - "hash": "6387737565995930308" + "file": "libs/chatbot/src/lib/common/models/workflow.ts", + "hash": "15855456327309866932" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", - "hash": "18344987115654458228" + "file": "libs/chatbot/src/lib/core/util/index.ts", + "hash": "5139985942597791835" }, { - "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", - "hash": "14964928502892749345" + "file": "libs/chatbot/src/lib/images/LogicApps.svg", + "hash": "2097860906489808431" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", - "hash": "14646033592987575031" + "file": "libs/chatbot/src/lib/images/Sparkle.svg", + "hash": "3138281638005072555" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", - "hash": "17520637296625214501" + "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", + "hash": "12308741199338082792" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", - "hash": "16515897955999880047" + "file": "libs/chatbot/src/lib/images/Workflow.svg", + "hash": "9644831917975499371" }, { - "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", - "hash": "8489461695139161622" + "file": "libs/chatbot/src/lib/index.tsx", + "hash": "7293379411218707820" }, { - "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", - "hash": "11556548277387433966" + "file": "libs/chatbot/src/lib/styles.less", + "hash": "17038065324912682386" }, { - "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", - "hash": "1566269831108361105" + "file": "libs/chatbot/src/lib/ui/chatbot.tsx", + "hash": "14000638668528235529" }, { - "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", - "hash": "13854397699622059247" + "file": "libs/chatbot/src/lib/ui/panelheader.tsx", + "hash": "933389736901388174" }, { - "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", - "hash": "7091192159636622669" + "file": "libs/chatbot/src/lib/ui/styles.less", + "hash": "16062592558757698716" }, { - "file": "libs/designer/src/lib/core/queries/browse.ts", - "hash": "15277260528629014649" + "file": "libs/chatbot/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "vs-code-designer": [ + { + "file": "apps/vs-code-designer/.eslintrc.json", + "hash": "8230085774644180673" }, { - "file": "libs/designer/src/lib/core/queries/connections.ts", - "hash": "1501738903167968950" + "file": "apps/vs-code-designer/jest.config.ts", + "hash": "17889736692752700798" }, { - "file": "libs/designer/src/lib/core/queries/connector.ts", - "hash": "10042584932448483913" + "file": "apps/vs-code-designer/project.json", + "hash": "10833565585548221174" }, { - "file": "libs/designer/src/lib/core/queries/operation.ts", - "hash": "18070523527133930267" + "file": "apps/vs-code-designer/src/CHANGELOG.md", + "hash": "14589377795062736305" }, { - "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", - "hash": "11873332201419444196" + "file": "apps/vs-code-designer/src/LICENSE.md", + "hash": "11929769968810875751" }, { - "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", - "hash": "944283261874392963" + "file": "apps/vs-code-designer/src/LogicAppResolver.ts", + "hash": "15283228701684753042" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", - "hash": "14043559070256094030" + "file": "apps/vs-code-designer/src/README.md", + "hash": "11849077759120475963" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", - "hash": "17661438812224560039" + "file": "apps/vs-code-designer/src/app/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", - "hash": "552151791694841859" + "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", + "hash": "9691210983495138557" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", - "hash": "5709160121732674319" + "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", + "hash": "16521890431921928426" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", - "hash": "11880532030602689040" + "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", + "hash": "16663452797901095598" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", - "hash": "15539125750855046238" + "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", + "hash": "17141832093942421132" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", - "hash": "17496610770440064597" + "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", + "hash": "16800387599182163436" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", - "hash": "12399207044214169579" + "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", + "hash": "15249910961024614139" }, { - "file": "libs/designer/src/lib/core/state/global.ts", - "hash": "2467378088186721273" + "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", + "hash": "10478805085220116046" }, { - "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", - "hash": "7160406653392297178" + "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", + "hash": "16716690566799847540" }, { - "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", - "hash": "13231490325898643987" + "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", + "hash": "8933389345854657664" }, { - "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", - "hash": "580443950008935701" + "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", + "hash": "9992531484797111989" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", - "hash": "11619174720328207349" + "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", + "hash": "9463128159380316482" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", - "hash": "12360836867786652472" + "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", + "hash": "5889249415644928667" }, { - "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", - "hash": "17837734844866824533" + "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", + "hash": "5345286631159247185" }, { - "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", - "hash": "3597817075648231871" + "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", + "hash": "3989052663077740043" }, { - "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", - "hash": "8221487224681813587" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", + "hash": "5116501926243135478" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", - "hash": "13672923006305683744" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", + "hash": "16288058029656980512" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", - "hash": "3869560885023421381" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", + "hash": "4974115892586946562" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", - "hash": "7513105324012396408" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", + "hash": "2739542424025605778" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", - "hash": "15674134190940167340" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", + "hash": "16528307411062519273" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", - "hash": "4534305780862072392" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", + "hash": "8420664513479071878" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", - "hash": "4540330469149645148" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", + "hash": "1015410722997215694" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", - "hash": "297492272351660565" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", + "hash": "14122433799963996225" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", - "hash": "6447767112269051024" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", + "hash": "5881517096408142372" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", - "hash": "4965448880727320441" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", + "hash": "12504828417239595241" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", - "hash": "10627578442358036420" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", + "hash": "2537881784742654091" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", - "hash": "3377780393722064446" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", + "hash": "2805860689866977637" }, { - "file": "libs/designer/src/lib/core/store.ts", - "hash": "7675307851224561844" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", + "hash": "236360329701387391" }, { - "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", - "hash": "10932912534190676887" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", + "hash": "15398886318117594991" }, { - "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", - "hash": "10477834709138765316" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", + "hash": "14182951342794946711" }, { - "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", - "hash": "6400741599488247828" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", + "hash": "6145152286437918482" }, { - "file": "libs/designer/src/lib/core/utils/card.ts", - "hash": "17388048148998821366" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", + "hash": "10097241182939210615" }, { - "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", - "hash": "14380782528292918805" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", + "hash": "6085873851390612613" }, { - "file": "libs/designer/src/lib/core/utils/graph.ts", - "hash": "9113893809945541281" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", + "hash": "4790825331437291708" }, { - "file": "libs/designer/src/lib/core/utils/loops.ts", - "hash": "17832329493412946298" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", + "hash": "3241263939490725602" }, { - "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", - "hash": "1420254453350497458" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", + "hash": "12904323188893554197" }, { - "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", - "hash": "842207519268466443" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", + "hash": "3301771322364491691" }, { - "file": "libs/designer/src/lib/core/utils/outputs.ts", - "hash": "2523378346613014879" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", + "hash": "7125020395698562731" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", - "hash": "3643994527394489617" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", + "hash": "1061376532103796189" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", - "hash": "2422344699678475886" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", + "hash": "4090283287361325395" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", - "hash": "17504009570966731362" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", + "hash": "12694293993123858339" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", - "hash": "14679208978083456209" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", + "hash": "6939607616569333271" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", - "hash": "9346212500047195690" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", + "hash": "16876165458358934367" }, { - "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", - "hash": "16944935834687261736" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", + "hash": "6807352070253397014" }, { - "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", - "hash": "5504094716509853138" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", + "hash": "602646548392219924" }, { - "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", - "hash": "789795195726361469" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", + "hash": "1248441447151601445" }, { - "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", - "hash": "1212164914387801521" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", + "hash": "4382994499249808404" }, { - "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", - "hash": "4584055025926510588" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", + "hash": "3270908220441876714" }, { - "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", - "hash": "17685281869497732131" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", + "hash": "18197283561380557970" }, { - "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", - "hash": "17503616740995511873" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", + "hash": "12854509727277688600" }, { - "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", - "hash": "5493345090301795523" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", + "hash": "6932473933775505497" }, { - "file": "libs/designer/src/lib/core/utils/setting.ts", - "hash": "607724160972661514" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", + "hash": "15163297139299467130" }, { - "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", - "hash": "300462517969513749" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", + "hash": "12145516951279464570" }, { - "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", - "hash": "710587862511662252" + "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", + "hash": "13122905205637169916" }, { - "file": "libs/designer/src/lib/core/utils/tokens.ts", - "hash": "16598154144351001077" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", + "hash": "12161500855477225293" }, { - "file": "libs/designer/src/lib/core/utils/validation.ts", - "hash": "3321415876925824657" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", + "hash": "2961004747776184036" }, { - "file": "libs/designer/src/lib/core/utils/variables.ts", - "hash": "18113110944598796795" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", + "hash": "4522541350913132312" }, { - "file": "libs/designer/src/lib/core/utils/workflow.ts", - "hash": "2503685323390352213" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", + "hash": "11258116130515669458" }, { - "file": "libs/designer/src/lib/index.tsx", - "hash": "3108540739134237574" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", + "hash": "10075191348354945271" }, { - "file": "libs/designer/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", + "hash": "14895277555234648124" }, { - "file": "libs/designer/src/lib/ui/Controls.tsx", - "hash": "11679666175589395115" + "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", + "hash": "4733267574054585308" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", - "hash": "18335299629456245936" + "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", + "hash": "4897061654932299103" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", - "hash": "8683562698326398762" + "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", + "hash": "5210136330995269176" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", - "hash": "6973870354555514502" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", + "hash": "9188408928771288175" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", - "hash": "2623692442355217780" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", + "hash": "1654632113814189489" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", - "hash": "17275763272438441218" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", + "hash": "13903031530503885601" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", - "hash": "16798466643167652597" + "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", + "hash": "4869802028671417544" }, { - "file": "libs/designer/src/lib/ui/Designer.tsx", - "hash": "16681715909651728710" + "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", + "hash": "11183973806602428193" }, { - "file": "libs/designer/src/lib/ui/Minimap.tsx", - "hash": "16784302034175684453" + "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", + "hash": "9790108692711167549" }, { - "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", - "hash": "9589106174231375844" + "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", + "hash": "8935024565840125528" }, { - "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", - "hash": "3078414740510575754" + "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", + "hash": "17757783226849701195" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", - "hash": "14069610435069570388" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", + "hash": "3118499866503970646" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", - "hash": "2917805269573375288" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", + "hash": "16946336365738016652" }, { - "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", - "hash": "3469127252427478749" + "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", + "hash": "14700426286273151963" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", + "hash": "12955984065148503188" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", - "hash": "2870378826580830856" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", + "hash": "67503252290137050" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", + "hash": "18047538332171694914" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", - "hash": "17062398617519134809" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", + "hash": "16421460425439894219" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", + "hash": "5102400899083743915" }, { - "file": "libs/designer/src/lib/ui/connections/edge.tsx", - "hash": "5497512017299495007" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", + "hash": "3566802881924367933" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", - "hash": "18432693650012936880" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", + "hash": "2253355473442341254" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", - "hash": "5555780360896210685" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", + "hash": "8367461168796618125" }, { - "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", - "hash": "13807895509711892964" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", + "hash": "7816928161375360640" }, { - "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", - "hash": "7876264136480687494" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", + "hash": "8211441423174431273" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", - "hash": "2408849985874822150" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", + "hash": "4543923992427156478" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", - "hash": "4860151930479659861" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", + "hash": "16790172706671895508" }, { - "file": "libs/designer/src/lib/ui/index.tsx", - "hash": "16341670098352328808" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", + "hash": "730339459731076167" }, { - "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", - "hash": "11764721752232747899" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", + "hash": "16387263368854184722" }, { - "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", - "hash": "18054694947746552645" + "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", + "hash": "8785736729536479883" }, { - "file": "libs/designer/src/lib/ui/logicapps.less", - "hash": "8806087804226244251" + "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", + "hash": "5405004095284863368" }, { - "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", - "hash": "17569954728099794023" + "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", + "hash": "277688911407886724" }, { - "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", - "hash": "583479515840133304" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", + "hash": "10531190907180147165" }, { - "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", - "hash": "12873127522514834077" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", + "hash": "6805897657185145282" }, { - "file": "libs/designer/src/lib/ui/menuItems/index.tsx", - "hash": "17248340653302800129" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", + "hash": "4042523059976227605" }, { - "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", - "hash": "11451946634355722234" + "file": "apps/vs-code-designer/src/app/commands/openFile.ts", + "hash": "8848677839034017897" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", - "hash": "8808436492128491535" + "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", + "hash": "4414819161159148018" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", - "hash": "11188019418177543078" + "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", + "hash": "12108392818377112463" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", - "hash": "10622257218635018165" + "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", + "hash": "5348466410986195592" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", - "hash": "14381813606682941152" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", + "hash": "11825414888852326472" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", - "hash": "14863904385332766059" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", + "hash": "13266183717277799658" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", - "hash": "105776725888969737" + "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", + "hash": "9667907052210863860" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", - "hash": "3486053682563706186" + "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", + "hash": "11431794142374272106" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", - "hash": "4295986676874411230" + "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", + "hash": "11741482698530295281" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", - "hash": "5044350433743159771" + "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", + "hash": "10014778861188001840" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", - "hash": "17190185412675906484" + "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", + "hash": "17934490034222099721" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", - "hash": "413683764976891703" + "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", + "hash": "9519170629001091669" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", - "hash": "2896450508867033368" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", + "hash": "2193565893393153407" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", - "hash": "8866623228316007595" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", + "hash": "7828137694120726708" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", - "hash": "17888799308169784633" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", + "hash": "11038158381580372609" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", - "hash": "3217802139905584148" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", + "hash": "4199684356925501631" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", - "hash": "962585077833873680" + "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", + "hash": "11358177184398117389" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", - "hash": "2345600340639460118" + "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", + "hash": "2679770440781556642" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", - "hash": "6438581048872326276" + "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", + "hash": "4758133665418146451" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", - "hash": "4636028013835727768" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", + "hash": "1121723214110567542" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", - "hash": "14888900866274310223" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", + "hash": "7725573827694650006" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", - "hash": "4040358874212544513" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", + "hash": "8334894307746449914" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", - "hash": "15708146643216275913" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", + "hash": "8101227941012600904" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", - "hash": "18064072806053472795" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", + "hash": "3673010528497519226" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", - "hash": "813895254218562259" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", + "hash": "11911833764116684440" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", - "hash": "16620206185148038430" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", + "hash": "9168734096888030444" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", - "hash": "5385478426844583686" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", + "hash": "17061412144400724615" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", - "hash": "17955152684217995627" + "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", + "hash": "5828869705447588148" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", - "hash": "8096213501021087139" + "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", + "hash": "15656574216615797261" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", - "hash": "6954364116161516939" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", + "hash": "4880915516707375137" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", - "hash": "2774370202590136493" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", + "hash": "17464406121619291255" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", - "hash": "2990072573754773610" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", + "hash": "14683371035097063300" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", - "hash": "16009164000053936481" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", + "hash": "5542561233280181226" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", - "hash": "12787968918952964503" + "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", + "hash": "17702393010275360059" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", - "hash": "7320427274234546201" + "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", + "hash": "2575534504287821721" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", - "hash": "1017935854018236971" + "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", + "hash": "11739281340875482517" }, { - "file": "libs/designer/src/lib/ui/panel/index.tsx", - "hash": "8931413980282435903" + "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", + "hash": "9929018485526454933" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", - "hash": "691362796351085760" + "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", + "hash": "4009213837140272148" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", - "hash": "1761891437078855966" + "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", + "hash": "8817565709427003190" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", - "hash": "1057924626207991961" + "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", + "hash": "3375335490032478024" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", - "hash": "6280253552466033403" + "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", + "hash": "16615866709994104280" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", - "hash": "8768239693411150392" + "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", + "hash": "7415266051392608333" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", - "hash": "7891578013616621917" + "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", + "hash": "9074539896232376720" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", - "hash": "6936908943603154102" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", + "hash": "9267693919118671283" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", - "hash": "438510564774690503" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", + "hash": "10134355830057584781" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", - "hash": "16798406127854826620" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", + "hash": "721460261511937589" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", - "hash": "3595348225477585500" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", + "hash": "5398542377692716433" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", - "hash": "11057896419932325694" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", + "hash": "3347403338657872606" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", - "hash": "4104206428172572624" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", + "hash": "5980647371085397675" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", - "hash": "6547505579084266234" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", + "hash": "16412382996484120538" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", - "hash": "6573526002733579255" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", + "hash": "604082204214613146" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", - "hash": "2589613772379687118" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", + "hash": "5211400042396365247" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", - "hash": "5973638345373933302" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", + "hash": "4323159798705886185" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", - "hash": "15042347812954300106" + "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", + "hash": "10473063987200566321" }, { - "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", - "hash": "6338890337184233730" + "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", + "hash": "3595900253866256876" }, { - "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", - "hash": "12332136203110463175" + "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", + "hash": "13211032462411797929" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", - "hash": "14199280944066488263" + "file": "apps/vs-code-designer/src/app/utils/azure.ts", + "hash": "3833124319981952605" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", - "hash": "2615756064988394528" + "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", + "hash": "5354517439635689223" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", - "hash": "17548951851137442209" + "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", + "hash": "4202845508695897867" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", - "hash": "13695075695640031897" + "file": "apps/vs-code-designer/src/app/utils/binaries.ts", + "hash": "388089461239389146" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", - "hash": "5633104287798836216" + "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", + "hash": "11278198487517151600" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", - "hash": "18046537988904659224" + "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", + "hash": "5209627703357314360" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", - "hash": "1871737709038769946" + "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", + "hash": "2721473099105817663" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", - "hash": "6979096270862588135" + "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", + "hash": "16092403201611177373" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", - "hash": "970334209122746164" + "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", + "hash": "17280584654313801797" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", - "hash": "9667005076024681736" + "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", + "hash": "11434773582755922466" }, { - "file": "libs/designer/src/lib/ui/settings/index.tsx", - "hash": "14559726202240722620" + "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", + "hash": "8914353723910010736" }, { - "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", - "hash": "4578759189608616930" + "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", + "hash": "11370916271253948863" }, { - "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", - "hash": "17737294470449076285" + "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", + "hash": "12851745667746697144" }, { - "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", - "hash": "3442351415387182271" + "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", + "hash": "4992286302690682038" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", - "hash": "15073803307628141748" + "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", + "hash": "12439909453655537151" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", - "hash": "13259211909852062902" + "file": "apps/vs-code-designer/src/app/utils/credentials.ts", + "hash": "9526611676815672231" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", - "hash": "1121495998656744936" + "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", + "hash": "18100208350276697387" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", - "hash": "1034166355859418220" + "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", + "hash": "11195002535064666626" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", - "hash": "305675838625215663" + "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", + "hash": "16513329002632778630" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", - "hash": "1949585750942351876" + "file": "apps/vs-code-designer/src/app/utils/errors.ts", + "hash": "6337192314829286295" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", - "hash": "4499489232140778372" + "file": "apps/vs-code-designer/src/app/utils/extension.ts", + "hash": "8597463145754720643" }, { - "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", - "hash": "13293113667156220544" + "file": "apps/vs-code-designer/src/app/utils/feed.ts", + "hash": "11078950491452597655" }, { - "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", - "hash": "9211118379886345968" + "file": "apps/vs-code-designer/src/app/utils/fs.ts", + "hash": "10454176105648465536" }, { - "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", - "hash": "1426261106233320224" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", + "hash": "2643409337300275114" }, { - "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", - "hash": "4817919565569896749" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", + "hash": "15542602281912482110" }, { - "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", - "hash": "14117197387047983705" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", + "hash": "168472165892576464" }, { - "file": "libs/designer/src/lib/ui/styles.less", - "hash": "8828323265444774935" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", + "hash": "11613730303036346440" }, { - "file": "libs/designer/tsconfig.json", - "hash": "2991600590297984719" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", + "hash": "17614489772909813009" }, { - "file": "libs/designer/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", + "hash": "16131810591978900690" }, { - "file": "libs/designer/tsup.config.ts", - "hash": "5034656414761252557" - } - ], - "@microsoft/logic-apps-data-mapper": [ + "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", + "hash": "5474082429921495272" + }, { - "file": "libs/data-mapper/package.json", - "hash": "11374210066381032052", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-icons", - "npm:react-redux", - "npm:react-icons", - "npm:reactflow", - "@microsoft/designer-ui", - "npm:react-query", - "npm:@fluentui/react-migration-v8-v9", - "npm:fuse.js", - "npm:@react-hookz/web", - "npm:@fluentui/react-hooks", - "npm:redux-undo", - "npm:@fluentui/azure-themes", - "npm:@fluentui/react-portal-compat", - "npm:@microsoft/applicationinsights-react-js", - "npm:@microsoft/applicationinsights-web", - "npm:@reduxjs/toolkit", - "npm:js-yaml", - "npm:react-dnd", - "npm:react-dnd-html5-backend", - "npm:immer", - "npm:pathfinding", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "apps/vs-code-designer/src/app/utils/git.ts", + "hash": "12773428193671641806" }, { - "file": "libs/data-mapper/src/index.ts", - "hash": "5472632491119599158" + "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", + "hash": "8596095749121613195" }, { - "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", - "hash": "14141615103418495910" + "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", + "hash": "18084363227171215626" }, { - "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", - "hash": "17770304629225421551" + "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", + "hash": "8369160542664851064" }, { - "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", - "hash": "6877428616429784381" + "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", + "hash": "12408115648321618520" }, { - "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", - "hash": "14358690050668654180" + "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", + "hash": "11916907140988211314" }, { - "file": "libs/data-mapper/src/lib/__mocks__/index.ts", - "hash": "2773363408802742346" + "file": "apps/vs-code-designer/src/app/utils/timeout.ts", + "hash": "14778113605060537252" }, { - "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", + "hash": "17799585098475395215" }, { - "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", - "hash": "8395782275572223290" + "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", + "hash": "18167521601394077735" }, { - "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", - "hash": "16603205122567920755" + "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", + "hash": "13920597240309833189" }, { - "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", - "hash": "10258201007008948880" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", + "hash": "9759327367702436958" }, { - "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", - "hash": "8534942872367954833" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", + "hash": "1968553941266221567" }, { - "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", - "hash": "15022977686795039418" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", + "hash": "15287783653212061089" }, { - "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", - "hash": "12397917326030950019" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", + "hash": "6828207763303964975" }, { - "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", - "hash": "1675148636656834599" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", + "hash": "11094466494008399309" }, { - "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", - "hash": "4500469198916948898" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", + "hash": "2154894462698790548" }, { - "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", - "hash": "15591781288413492668" + "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", + "hash": "8439101078638289221" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", - "hash": "10224908465129074278" + "file": "apps/vs-code-designer/src/app/utils/workspace.ts", + "hash": "16375631922651977733" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", - "hash": "2306687655733353822" + "file": "apps/vs-code-designer/src/assets/Connection.svg", + "hash": "15647431244608701397" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", - "hash": "4978643643123088343" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", + "hash": "10584527306322621934" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", - "hash": "16079196945272553302" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", + "hash": "3810450270713476659" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", - "hash": "9459439117530038422" + "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", + "hash": "4245860993464393581" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/style.less", - "hash": "1527231942813543886" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", + "hash": "6824072606396484945" }, { - "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", - "hash": "3490028716472595634" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", + "hash": "10950725022355073892" }, { - "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", - "hash": "11032931063624269338" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", + "hash": "576791979954694443" }, { - "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", - "hash": "16949676118746384339" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", + "hash": "12306089950511122041" }, { - "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", - "hash": "5754477981864776328" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", + "hash": "2239336814154262202" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", - "hash": "8248408736294624544" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", + "hash": "7211845892991047855" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", - "hash": "1309869007463816848" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", + "hash": "7215558518247341170" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", - "hash": "13628344667890779793" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", + "hash": "4598916924084671926" }, { - "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", - "hash": "15205348783145905209" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", + "hash": "8406210736576622585" }, { - "file": "libs/data-mapper/src/lib/components/index.tsx", - "hash": "14428353282588746736" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", + "hash": "9257116971448085886" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", - "hash": "2162817837155313327" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", + "hash": "3621284916386716836" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", - "hash": "13553412525983781799" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", + "hash": "16767884502249044946" }, { - "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", - "hash": "12346138118521841651" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", + "hash": "12435277816665445182" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", - "hash": "13284155248340962799" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", - "hash": "6881307329438277742" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", - "hash": "17557070717023693689" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", + "hash": "15689618091200745940" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", - "hash": "6406696257549309205" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", + "hash": "5650505684305619652" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", - "hash": "287685334620412869" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", - "hash": "7705748749211233193" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", - "hash": "3936423784858816038" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", + "hash": "6146631829358995396" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", - "hash": "436733766006015729" + "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", - "hash": "2902656052842124085" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", - "hash": "12588249875741308347" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", + "hash": "6618528922142727668" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", - "hash": "3371960444479219998" + "file": "apps/vs-code-designer/src/assets/dark/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", - "hash": "13107346633144606217" + "file": "apps/vs-code-designer/src/assets/dark/filter.svg", + "hash": "2157761159649928725" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", - "hash": "3431317465765506117" + "file": "apps/vs-code-designer/src/assets/dark/info.svg", + "hash": "10259827920845009789" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", - "hash": "931212623622312724" + "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", + "hash": "15172864931349783756" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", - "hash": "2252689483688433412" + "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", + "hash": "12913855549590469120" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", - "hash": "16227082704057520509" + "file": "apps/vs-code-designer/src/assets/dark/visible.svg", + "hash": "15527356031076482326" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", - "hash": "10162125979217322629" + "file": "apps/vs-code-designer/src/assets/dark/wand.png", + "hash": "2323447109945934437" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", - "hash": "1365034521116895969" + "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", - "hash": "5783780993646471511" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", - "hash": "12114143726703313044" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", - "hash": "7202237167327210605" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", - "hash": "1200938118723756534" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", - "hash": "1012998571701681502" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", - "hash": "12160064669768110122" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/data-mapper/src/lib/components/style.less", - "hash": "16697434201106803776" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "10811906832528493729" }, { - "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", - "hash": "1043813905809112628" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "6253575686098009499" }, { - "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", - "hash": "9602489998542264304" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "4098931202983786207" }, { - "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", - "hash": "6227532534870526144" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", - "hash": "7886860379443982562" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", - "hash": "9624723269802669778" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", - "hash": "8054479495813088206" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", + "hash": "1636695999285125481" }, { - "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", - "hash": "11318338330539713068" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", - "hash": "6683692349789938244" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", - "hash": "9474546573542884474" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", - "hash": "9216304019284249108" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", - "hash": "16279862027290865289" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", - "hash": "63281905083235104" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", - "hash": "2119175370219112170" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "12187774501315130464" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", - "hash": "4728474869371566435" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "7368448719439030691" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", - "hash": "15720533640718112418" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "1164676230893833197" }, { - "file": "libs/data-mapper/src/lib/core/index.ts", - "hash": "17728252828542620020" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", - "hash": "9336784234862841153" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/data-mapper/src/lib/core/queries/functions.ts", - "hash": "9075525510237815946" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/data-mapper/src/lib/core/queries/schema.ts", - "hash": "13294590656211176080" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", + "hash": "2868804174007093570" }, { - "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", - "hash": "5423319519120387627" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", - "hash": "9392105193070614482" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", - "hash": "15115567686730099658" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/data-mapper/src/lib/core/services/index.ts", - "hash": "17713914166270244963" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", - "hash": "3978208177201101476" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", - "hash": "2345282136753381843" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", - "hash": "8144585438365623290" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "17474514795579720783" }, { - "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", - "hash": "8329083872052003118" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "1966951836172479399" }, { - "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", - "hash": "13780116185320446560" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "563534334865091586" }, { - "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", - "hash": "1844323867195659318" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/data-mapper/src/lib/core/state/Store.ts", - "hash": "11335664211370179539" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", - "hash": "14083985203055166555" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", - "hash": "3651895461739624717" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", + "hash": "3438342450555214691" }, { - "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", - "hash": "9602396280237708280" + "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", - "hash": "3966523736504478114" + "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", - "hash": "3717071440296795971" + "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", + "hash": "12548280711520177657" }, { - "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", - "hash": "18312574586759606725" + "file": "apps/vs-code-designer/src/assets/light/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/data-mapper/src/lib/images/IconModel.ts", - "hash": "12022961688999857592" + "file": "apps/vs-code-designer/src/assets/light/filter.svg", + "hash": "808289461830434574" }, { - "file": "libs/data-mapper/src/lib/index.ts", - "hash": "12536403810420775901" + "file": "apps/vs-code-designer/src/assets/light/info.svg", + "hash": "8008068589209490939" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", - "hash": "11971351871449799719" + "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", + "hash": "5714860970048264528" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", - "hash": "231476621227209942" + "file": "apps/vs-code-designer/src/assets/light/refresh.svg", + "hash": "17185510816311412914" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", - "hash": "14825710363869872009" + "file": "apps/vs-code-designer/src/assets/light/visible.svg", + "hash": "2086515071006177202" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", - "hash": "11190645468593154735" + "file": "apps/vs-code-designer/src/assets/light/wand.png", + "hash": "2740478162349478720" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", - "hash": "14736012937266371921" + "file": "apps/vs-code-designer/src/assets/light/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", - "hash": "13887358761389139212" + "file": "apps/vs-code-designer/src/assets/logicAppResources.png", + "hash": "7844543986362065723" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", - "hash": "17897683696959454955" + "file": "apps/vs-code-designer/src/assets/logicapp.png", + "hash": "18231532070800362266" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", - "hash": "12140356380068737353" + "file": "apps/vs-code-designer/src/constants.ts", + "hash": "10884448731183309126" }, { - "file": "libs/data-mapper/src/lib/models/Connection.ts", - "hash": "6713086379975707272" + "file": "apps/vs-code-designer/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/data-mapper/src/lib/models/Function.ts", - "hash": "4870906847571201219" + "file": "apps/vs-code-designer/src/environments/environment.ts", + "hash": "1135292433917692033" }, { - "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", - "hash": "15870582288808787686" + "file": "apps/vs-code-designer/src/extensionVariables.ts", + "hash": "1011803126032346158" }, { - "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", - "hash": "2503294176815549333" + "file": "apps/vs-code-designer/src/localize.ts", + "hash": "8909848188136259962" }, { - "file": "libs/data-mapper/src/lib/models/index.ts", - "hash": "15048481124323271890" + "file": "apps/vs-code-designer/src/main.ts", + "hash": "12693268671030990594" }, { - "file": "libs/data-mapper/src/lib/styles.less", - "hash": "6908331227144989949" + "file": "apps/vs-code-designer/src/onboarding.ts", + "hash": "1284380110401789108" }, { - "file": "libs/data-mapper/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "apps/vs-code-designer/src/package.json", + "hash": "11609901045508539230" }, { - "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", - "hash": "5175306600030063384" + "file": "apps/vs-code-designer/tsconfig.app.json", + "hash": "9654856818679042867" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", - "hash": "10316055516907888527" + "file": "apps/vs-code-designer/tsconfig.json", + "hash": "1646188906733341306" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", - "hash": "13390357502855812372" - }, + "file": "apps/vs-code-designer/tsconfig.spec.json", + "hash": "9983375138734725293" + } + ], + "@microsoft/vscode-extension-logic-apps": [ { - "file": "libs/data-mapper/src/lib/ui/index.ts", - "hash": "15113147962899261470" + "file": "libs/vscode-extension/package.json", + "hash": "15998724868521866521", + "deps": [ + "npm:@microsoft/vscode-azext-azureappservice", + "npm:@microsoft/vscode-azext-utils", + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:react-query", + "npm:axios", + "npm:@apidevtools/swagger-parser", + "npm:reactflow", + "npm:tslib" + ] }, { - "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", - "hash": "16408345537354737101" + "file": "libs/vscode-extension/src/assets/architecture.png", + "hash": "26421078174694397" }, { - "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", - "hash": "1686767970297098011" + "file": "libs/vscode-extension/src/index.ts", + "hash": "13894618422633116150" }, { - "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", - "hash": "2434825439260665638" + "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", + "hash": "13120906341305634586" }, { - "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", - "hash": "16723311339534011344" + "file": "libs/vscode-extension/src/lib/helpers/index.ts", + "hash": "10780152196575928830" }, { - "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", - "hash": "8480594156287949923" + "file": "libs/vscode-extension/src/lib/models/artifact.ts", + "hash": "7146957473126889114" }, { - "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", - "hash": "5131927761100189734" + "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", + "hash": "6154477977645149666" }, { - "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", - "hash": "15649534183471564687" + "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", + "hash": "5895652225166913174" }, { - "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", - "hash": "8490159670981334068" + "file": "libs/vscode-extension/src/lib/models/connection.ts", + "hash": "8902288875218630610" }, { - "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", - "hash": "13852057286094725726" + "file": "libs/vscode-extension/src/lib/models/context.ts", + "hash": "289535333068392984" }, { - "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", - "hash": "1056814422116962324" + "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", + "hash": "10232207379279475729" }, { - "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", - "hash": "7706926125373966162" + "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", + "hash": "8661551841000564066" }, { - "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", - "hash": "17896084943722718154" + "file": "libs/vscode-extension/src/lib/models/functions.ts", + "hash": "8921509321344504417" }, { - "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", - "hash": "17700627488664204153" + "file": "libs/vscode-extension/src/lib/models/host.ts", + "hash": "4946881646528119602" }, { - "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", - "hash": "1510231232034717112" + "file": "libs/vscode-extension/src/lib/models/index.ts", + "hash": "8629351622118864800" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", - "hash": "9183598294036602086" + "file": "libs/vscode-extension/src/lib/models/language.ts", + "hash": "12998506532698409684" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", - "hash": "2591378645563686133" + "file": "libs/vscode-extension/src/lib/models/launch.ts", + "hash": "3299137502222266496" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", - "hash": "3757182914660000889" + "file": "libs/vscode-extension/src/lib/models/parameter.ts", + "hash": "2466587591546831647" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", - "hash": "4652895062524218585" + "file": "libs/vscode-extension/src/lib/models/process.ts", + "hash": "12858203324101334851" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", - "hash": "16304634453111028700" + "file": "libs/vscode-extension/src/lib/models/project.ts", + "hash": "12064643844535713228" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", - "hash": "16121681897376756515" + "file": "libs/vscode-extension/src/lib/models/tasks.ts", + "hash": "15455125440905214634" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", - "hash": "15152740453553295329" + "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", + "hash": "11529840343560446484" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", - "hash": "11931976114526883032" + "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", + "hash": "10730630576740403610" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", - "hash": "3153965796357963823" + "file": "libs/vscode-extension/src/lib/models/templates/index.ts", + "hash": "15419456393693419504" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", - "hash": "3809914266296290977" + "file": "libs/vscode-extension/src/lib/models/workflow.ts", + "hash": "4080408159234522751" }, { - "file": "libs/data-mapper/src/lib/utils/index.ts", - "hash": "5033003906952262405" + "file": "libs/vscode-extension/src/lib/services/httpClient.ts", + "hash": "13366754612634721081" }, { - "file": "libs/data-mapper/tsconfig.json", - "hash": "2883325760657722404" + "file": "libs/vscode-extension/src/lib/services/index.ts", + "hash": "2286143948438821916" }, { - "file": "libs/data-mapper/typing/sort-paths.d.ts", - "hash": "13071285186636949876" + "file": "libs/vscode-extension/tsconfig.json", + "hash": "2883325760657722404" } ] }, @@ -8309,7 +8308,7 @@ }, { "file": "pnpm-lock.yaml", - "hash": "8196837673836944674" + "hash": "1487302905605367329" }, { "file": "pnpm-workspace.yaml", @@ -8325,7 +8324,7 @@ }, { "file": "tsconfig.base.json", - "hash": "10843504113140592802" + "hash": "14810489464233365651" }, { "file": "types/Svg.d.ts", diff --git a/.nx/cache/lockfile.hash b/.nx/cache/lockfile.hash index 69e11ed309d..c50e3cd205e 100644 --- a/.nx/cache/lockfile.hash +++ b/.nx/cache/lockfile.hash @@ -1 +1 @@ -6482053101569656707 \ No newline at end of file +2224653865630318614 \ No newline at end of file diff --git a/.nx/cache/parsed-lock-file.json b/.nx/cache/parsed-lock-file.json index 4046f797856..0dc59846cb5 100644 --- a/.nx/cache/parsed-lock-file.json +++ b/.nx/cache/parsed-lock-file.json @@ -216,9 +216,9 @@ "hash": "sha512-ZxS6i3eHxh86u+1eWZJiYywoN2vxvsSoAUx60Mny8cZ4nTwvt7UzVVBJO+m2PW2KIJfNiXMt59xBa59htOWL4g==" } }, - "npm:@azure/core-tracing@1.0.0-preview.13": { + "npm:@azure/core-tracing": { "type": "npm", - "name": "npm:@azure/core-tracing@1.0.0-preview.13", + "name": "npm:@azure/core-tracing", "data": { "version": "1.0.0-preview.13", "packageName": "@azure/core-tracing", @@ -2574,27 +2574,27 @@ "hash": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==" } }, - "npm:@formatjs/ecma402-abstract@1.18.2": { + "npm:@formatjs/ecma402-abstract": { "type": "npm", - "name": "npm:@formatjs/ecma402-abstract@1.18.2", + "name": "npm:@formatjs/ecma402-abstract", "data": { "version": "1.18.2", "packageName": "@formatjs/ecma402-abstract", "hash": "sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==" } }, - "npm:@formatjs/fast-memoize": { + "npm:@formatjs/fast-memoize@1.2.8": { "type": "npm", - "name": "npm:@formatjs/fast-memoize", + "name": "npm:@formatjs/fast-memoize@1.2.8", "data": { "version": "1.2.8", "packageName": "@formatjs/fast-memoize", "hash": "sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==" } }, - "npm:@formatjs/fast-memoize@2.2.0": { + "npm:@formatjs/fast-memoize": { "type": "npm", - "name": "npm:@formatjs/fast-memoize@2.2.0", + "name": "npm:@formatjs/fast-memoize", "data": { "version": "2.2.0", "packageName": "@formatjs/fast-memoize", @@ -2610,18 +2610,18 @@ "hash": "sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==" } }, - "npm:@formatjs/icu-messageformat-parser@2.7.6": { + "npm:@formatjs/icu-messageformat-parser": { "type": "npm", - "name": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "name": "npm:@formatjs/icu-messageformat-parser", "data": { "version": "2.7.6", "packageName": "@formatjs/icu-messageformat-parser", "hash": "sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==" } }, - "npm:@formatjs/icu-skeleton-parser@1.3.18": { + "npm:@formatjs/icu-skeleton-parser": { "type": "npm", - "name": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "name": "npm:@formatjs/icu-skeleton-parser", "data": { "version": "1.3.18", "packageName": "@formatjs/icu-skeleton-parser", @@ -2637,45 +2637,45 @@ "hash": "sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==" } }, - "npm:@formatjs/intl-displaynames": { + "npm:@formatjs/intl-displaynames@6.2.6": { "type": "npm", - "name": "npm:@formatjs/intl-displaynames", + "name": "npm:@formatjs/intl-displaynames@6.2.6", "data": { "version": "6.2.6", "packageName": "@formatjs/intl-displaynames", "hash": "sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==" } }, - "npm:@formatjs/intl-displaynames@6.6.6": { + "npm:@formatjs/intl-displaynames": { "type": "npm", - "name": "npm:@formatjs/intl-displaynames@6.6.6", + "name": "npm:@formatjs/intl-displaynames", "data": { "version": "6.6.6", "packageName": "@formatjs/intl-displaynames", "hash": "sha512-Dg5URSjx0uzF8VZXtHb6KYZ6LFEEhCbAbKoYChYHEOnMFTw/ZU3jIo/NrujzQD2EfKPgQzIq73LOUvW6Z/LpFA==" } }, - "npm:@formatjs/intl-listformat": { + "npm:@formatjs/intl-listformat@7.1.9": { "type": "npm", - "name": "npm:@formatjs/intl-listformat", + "name": "npm:@formatjs/intl-listformat@7.1.9", "data": { "version": "7.1.9", "packageName": "@formatjs/intl-listformat", "hash": "sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==" } }, - "npm:@formatjs/intl-listformat@7.5.5": { + "npm:@formatjs/intl-listformat": { "type": "npm", - "name": "npm:@formatjs/intl-listformat@7.5.5", + "name": "npm:@formatjs/intl-listformat", "data": { "version": "7.5.5", "packageName": "@formatjs/intl-listformat", "hash": "sha512-XoI52qrU6aBGJC9KJddqnacuBbPlb/bXFN+lIFVFhQ1RnFHpzuFrlFdjD9am2O7ZSYsyqzYRpkVcXeT1GHkwDQ==" } }, - "npm:@formatjs/intl-localematcher@0.2.32": { + "npm:@formatjs/intl-localematcher": { "type": "npm", - "name": "npm:@formatjs/intl-localematcher@0.2.32", + "name": "npm:@formatjs/intl-localematcher", "data": { "version": "0.2.32", "packageName": "@formatjs/intl-localematcher", @@ -2691,18 +2691,18 @@ "hash": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==" } }, - "npm:@formatjs/intl@2.10.1": { + "npm:@formatjs/intl": { "type": "npm", - "name": "npm:@formatjs/intl@2.10.1", + "name": "npm:@formatjs/intl", "data": { "version": "2.10.1", "packageName": "@formatjs/intl", "hash": "sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==" } }, - "npm:@formatjs/intl": { + "npm:@formatjs/intl@2.6.7": { "type": "npm", - "name": "npm:@formatjs/intl", + "name": "npm:@formatjs/intl@2.6.7", "data": { "version": "2.6.7", "packageName": "@formatjs/intl", @@ -3078,18 +3078,18 @@ "hash": "sha512-fMBsAEB7pWtPn43y72q9Xy5E5y55r6gMuDQqRRccccVoQDPXyS57VCj5IdATblctru0C6A8XpL2vRyNmEsu0Vg==" } }, - "npm:@microsoft/applicationinsights-common@2.8.18": { + "npm:@microsoft/applicationinsights-common": { "type": "npm", - "name": "npm:@microsoft/applicationinsights-common@2.8.18", + "name": "npm:@microsoft/applicationinsights-common", "data": { "version": "2.8.18", "packageName": "@microsoft/applicationinsights-common", "hash": "sha512-/PBRmRL6rFCoO3vWpIEHuFnu+TinEYRKWOj+I+XVUH5myZpv+nYvaRdwryVTkmCYxLyL9kxtNn7hQx8DBlhdSw==" } }, - "npm:@microsoft/applicationinsights-common": { + "npm:@microsoft/applicationinsights-common@2.8.9": { "type": "npm", - "name": "npm:@microsoft/applicationinsights-common", + "name": "npm:@microsoft/applicationinsights-common@2.8.9", "data": { "version": "2.8.9", "packageName": "@microsoft/applicationinsights-common", @@ -3249,18 +3249,18 @@ "hash": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==" } }, - "npm:@nodelib/fs.scandir": { + "npm:@nodelib/fs.scandir@2.1.5": { "type": "npm", - "name": "npm:@nodelib/fs.scandir", + "name": "npm:@nodelib/fs.scandir@2.1.5", "data": { "version": "2.1.5", "packageName": "@nodelib/fs.scandir", "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" } }, - "npm:@nodelib/fs.scandir@3.0.0": { + "npm:@nodelib/fs.scandir": { "type": "npm", - "name": "npm:@nodelib/fs.scandir@3.0.0", + "name": "npm:@nodelib/fs.scandir", "data": { "version": "3.0.0", "packageName": "@nodelib/fs.scandir", @@ -3285,18 +3285,18 @@ "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" } }, - "npm:@nodelib/fs.walk": { + "npm:@nodelib/fs.walk@1.2.8": { "type": "npm", - "name": "npm:@nodelib/fs.walk", + "name": "npm:@nodelib/fs.walk@1.2.8", "data": { "version": "1.2.8", "packageName": "@nodelib/fs.walk", "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" } }, - "npm:@nodelib/fs.walk@2.0.0": { + "npm:@nodelib/fs.walk": { "type": "npm", - "name": "npm:@nodelib/fs.walk@2.0.0", + "name": "npm:@nodelib/fs.walk", "data": { "version": "2.0.0", "packageName": "@nodelib/fs.walk", @@ -3753,9 +3753,9 @@ "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" } }, - "npm:@rollup/pluginutils@5.1.0": { + "npm:@rollup/pluginutils": { "type": "npm", - "name": "npm:@rollup/pluginutils@5.1.0", + "name": "npm:@rollup/pluginutils", "data": { "version": "5.1.0", "packageName": "@rollup/pluginutils", @@ -4401,6 +4401,33 @@ "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" } }, + "npm:@types/lodash.frompairs": { + "type": "npm", + "name": "npm:@types/lodash.frompairs", + "data": { + "version": "4.0.9", + "packageName": "@types/lodash.frompairs", + "hash": "sha512-OZ7YqENr/kRqpDqXlU1RxGWSQ4Ha5gLFcz9v2OhxrrspHCeQ4PfC7SobvLJ8vCvftiEv7IEfZNpaLhHYkVB5SA==" + } + }, + "npm:@types/lodash.merge": { + "type": "npm", + "name": "npm:@types/lodash.merge", + "data": { + "version": "4.6.9", + "packageName": "@types/lodash.merge", + "hash": "sha512-23sHDPmzd59kUgWyKGiOMO2Qb9YtqRO/x4IhkgNUiPQ1+5MUVqi6bCZeq9nBJ17msjIMbEIO5u+XW4Kz6aGUhQ==" + } + }, + "npm:@types/lodash": { + "type": "npm", + "name": "npm:@types/lodash", + "data": { + "version": "4.17.0", + "packageName": "@types/lodash", + "hash": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==" + } + }, "npm:@types/mdast": { "type": "npm", "name": "npm:@types/mdast", @@ -4491,6 +4518,15 @@ "hash": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" } }, + "npm:@types/to-title-case": { + "type": "npm", + "name": "npm:@types/to-title-case", + "data": { + "version": "1.0.2", + "packageName": "@types/to-title-case", + "hash": "sha512-JWCy93Z2bM/xYRcKjC2SOeU1PRYNOdZhD5ZUG8T1si9Tlau1M6UZ1wm7yR+avqdy51Du4BLEIaEB4axfPC4UKg==" + } + }, "npm:@types/tunnel": { "type": "npm", "name": "npm:@types/tunnel", @@ -4887,18 +4923,18 @@ "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" } }, - "npm:aria-query": { + "npm:aria-query@5.1.3": { "type": "npm", - "name": "npm:aria-query", + "name": "npm:aria-query@5.1.3", "data": { "version": "5.1.3", "packageName": "aria-query", "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" } }, - "npm:aria-query@5.3.0": { + "npm:aria-query": { "type": "npm", - "name": "npm:aria-query@5.3.0", + "name": "npm:aria-query", "data": { "version": "5.3.0", "packageName": "aria-query", @@ -5130,18 +5166,18 @@ "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" } }, - "npm:brace-expansion": { + "npm:brace-expansion@1.1.11": { "type": "npm", - "name": "npm:brace-expansion", + "name": "npm:brace-expansion@1.1.11", "data": { "version": "1.1.11", "packageName": "brace-expansion", "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" } }, - "npm:brace-expansion@2.0.1": { + "npm:brace-expansion": { "type": "npm", - "name": "npm:brace-expansion@2.0.1", + "name": "npm:brace-expansion", "data": { "version": "2.0.1", "packageName": "brace-expansion", @@ -5310,9 +5346,9 @@ "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, - "npm:chalk@5.3.0": { + "npm:chalk": { "type": "npm", - "name": "npm:chalk@5.3.0", + "name": "npm:chalk", "data": { "version": "5.3.0", "packageName": "chalk", @@ -5526,18 +5562,18 @@ "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" } }, - "npm:commander@12.0.0": { + "npm:commander": { "type": "npm", - "name": "npm:commander@12.0.0", + "name": "npm:commander", "data": { "version": "12.0.0", "packageName": "commander", "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" } }, - "npm:commander": { + "npm:commander@2.20.3": { "type": "npm", - "name": "npm:commander", + "name": "npm:commander@2.20.3", "data": { "version": "2.20.3", "packageName": "commander", @@ -6075,9 +6111,9 @@ "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" } }, - "npm:dom-accessibility-api@0.6.3": { + "npm:dom-accessibility-api": { "type": "npm", - "name": "npm:dom-accessibility-api@0.6.3", + "name": "npm:dom-accessibility-api", "data": { "version": "0.6.3", "packageName": "dom-accessibility-api", @@ -6264,18 +6300,18 @@ "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" } }, - "npm:entities": { + "npm:entities@2.2.0": { "type": "npm", - "name": "npm:entities", + "name": "npm:entities@2.2.0", "data": { "version": "2.2.0", "packageName": "entities", "hash": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" } }, - "npm:entities@4.5.0": { + "npm:entities": { "type": "npm", - "name": "npm:entities@4.5.0", + "name": "npm:entities", "data": { "version": "4.5.0", "packageName": "entities", @@ -6381,18 +6417,18 @@ "hash": "sha512-B0yxafj1D1ZTNEHkFoQxz4iboZSfaZHhaNhIug7GcUCL4ZUrVSJZTmWUAkPOFaYDfi3RNT9XM082TuGE6jpmiQ==" } }, - "npm:escape-string-regexp": { + "npm:escape-string-regexp@1.0.5": { "type": "npm", - "name": "npm:escape-string-regexp", + "name": "npm:escape-string-regexp@1.0.5", "data": { "version": "1.0.5", "packageName": "escape-string-regexp", "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, - "npm:escape-string-regexp@2.0.0": { + "npm:escape-string-regexp": { "type": "npm", - "name": "npm:escape-string-regexp@2.0.0", + "name": "npm:escape-string-regexp", "data": { "version": "2.0.0", "packageName": "escape-string-regexp", @@ -6471,18 +6507,18 @@ "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" } }, - "npm:execa": { + "npm:execa@5.1.1": { "type": "npm", - "name": "npm:execa", + "name": "npm:execa@5.1.1", "data": { "version": "5.1.1", "packageName": "execa", "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" } }, - "npm:execa@8.0.1": { + "npm:execa": { "type": "npm", - "name": "npm:execa@8.0.1", + "name": "npm:execa", "data": { "version": "8.0.1", "packageName": "execa", @@ -6759,9 +6795,9 @@ "hash": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" } }, - "npm:form-data@4.0.0": { + "npm:form-data": { "type": "npm", - "name": "npm:form-data@4.0.0", + "name": "npm:form-data", "data": { "version": "4.0.0", "packageName": "form-data", @@ -6975,9 +7011,9 @@ "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" } }, - "npm:glob@8.1.0": { + "npm:glob": { "type": "npm", - "name": "npm:glob@8.1.0", + "name": "npm:glob", "data": { "version": "8.1.0", "packageName": "glob", @@ -7209,9 +7245,9 @@ "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" } }, - "npm:hosted-git-info@7.0.1": { + "npm:hosted-git-info": { "type": "npm", - "name": "npm:hosted-git-info@7.0.1", + "name": "npm:hosted-git-info", "data": { "version": "7.0.1", "packageName": "hosted-git-info", @@ -7461,18 +7497,18 @@ "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" } }, - "npm:intl-messageformat": { + "npm:intl-messageformat@10.3.1": { "type": "npm", - "name": "npm:intl-messageformat", + "name": "npm:intl-messageformat@10.3.1", "data": { "version": "10.3.1", "packageName": "intl-messageformat", "hash": "sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==" } }, - "npm:intl-messageformat@10.5.11": { + "npm:intl-messageformat": { "type": "npm", - "name": "npm:intl-messageformat@10.5.11", + "name": "npm:intl-messageformat", "data": { "version": "10.5.11", "packageName": "intl-messageformat", @@ -7713,18 +7749,18 @@ "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" } }, - "npm:is-number@4.0.0": { + "npm:is-number": { "type": "npm", - "name": "npm:is-number@4.0.0", + "name": "npm:is-number", "data": { "version": "4.0.0", "packageName": "is-number", "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" } }, - "npm:is-number": { + "npm:is-number@7.0.0": { "type": "npm", - "name": "npm:is-number", + "name": "npm:is-number@7.0.0", "data": { "version": "7.0.0", "packageName": "is-number", @@ -7938,18 +7974,18 @@ "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" } }, - "npm:isarray": { + "npm:isarray@1.0.0": { "type": "npm", - "name": "npm:isarray", + "name": "npm:isarray@1.0.0", "data": { "version": "1.0.0", "packageName": "isarray", "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" } }, - "npm:isarray@2.0.5": { + "npm:isarray": { "type": "npm", - "name": "npm:isarray@2.0.5", + "name": "npm:isarray", "data": { "version": "2.0.5", "packageName": "isarray", @@ -8136,18 +8172,18 @@ "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" } }, - "npm:json-parse-even-better-errors": { + "npm:json-parse-even-better-errors@2.3.1": { "type": "npm", - "name": "npm:json-parse-even-better-errors", + "name": "npm:json-parse-even-better-errors@2.3.1", "data": { "version": "2.3.1", "packageName": "json-parse-even-better-errors", "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" } }, - "npm:json-parse-even-better-errors@3.0.1": { + "npm:json-parse-even-better-errors": { "type": "npm", - "name": "npm:json-parse-even-better-errors@3.0.1", + "name": "npm:json-parse-even-better-errors", "data": { "version": "3.0.1", "packageName": "json-parse-even-better-errors", @@ -8190,9 +8226,9 @@ "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, - "npm:jsonc-parser@3.2.0": { + "npm:jsonc-parser": { "type": "npm", - "name": "npm:jsonc-parser@3.2.0", + "name": "npm:jsonc-parser", "data": { "version": "3.2.0", "packageName": "jsonc-parser", @@ -8316,9 +8352,9 @@ "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" } }, - "npm:lilconfig@3.0.0": { + "npm:lilconfig": { "type": "npm", - "name": "npm:lilconfig@3.0.0", + "name": "npm:lilconfig", "data": { "version": "3.0.0", "packageName": "lilconfig", @@ -8343,9 +8379,9 @@ "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" } }, - "npm:lines-and-columns@2.0.4": { + "npm:lines-and-columns": { "type": "npm", - "name": "npm:lines-and-columns@2.0.4", + "name": "npm:lines-and-columns", "data": { "version": "2.0.4", "packageName": "lines-and-columns", @@ -8550,18 +8586,18 @@ "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" } }, - "npm:lru-cache@5.1.1": { + "npm:lru-cache": { "type": "npm", - "name": "npm:lru-cache@5.1.1", + "name": "npm:lru-cache", "data": { "version": "5.1.1", "packageName": "lru-cache", "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, - "npm:lru-cache": { + "npm:lru-cache@6.0.0": { "type": "npm", - "name": "npm:lru-cache", + "name": "npm:lru-cache@6.0.0", "data": { "version": "6.0.0", "packageName": "lru-cache", @@ -8595,9 +8631,9 @@ "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" } }, - "npm:magic-string@0.30.8": { + "npm:magic-string": { "type": "npm", - "name": "npm:magic-string@0.30.8", + "name": "npm:magic-string", "data": { "version": "0.30.8", "packageName": "magic-string", @@ -8982,9 +9018,9 @@ "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" } }, - "npm:mimic-fn": { + "npm:mimic-fn@2.1.0": { "type": "npm", - "name": "npm:mimic-fn", + "name": "npm:mimic-fn@2.1.0", "data": { "version": "2.1.0", "packageName": "mimic-fn", @@ -9000,9 +9036,9 @@ "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" } }, - "npm:mimic-fn@4.0.0": { + "npm:mimic-fn": { "type": "npm", - "name": "npm:mimic-fn@4.0.0", + "name": "npm:mimic-fn", "data": { "version": "4.0.0", "packageName": "mimic-fn", @@ -9036,9 +9072,9 @@ "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" } }, - "npm:minimatch@9.0.3": { + "npm:minimatch": { "type": "npm", - "name": "npm:minimatch@9.0.3", + "name": "npm:minimatch", "data": { "version": "9.0.3", "packageName": "minimatch", @@ -9153,9 +9189,9 @@ "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" } }, - "npm:nanoid@5.0.6": { + "npm:nanoid": { "type": "npm", - "name": "npm:nanoid@5.0.6", + "name": "npm:nanoid", "data": { "version": "5.0.6", "packageName": "nanoid", @@ -9189,9 +9225,9 @@ "hash": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==" } }, - "npm:node-fetch@2.7.0": { + "npm:node-fetch": { "type": "npm", - "name": "npm:node-fetch@2.7.0", + "name": "npm:node-fetch", "data": { "version": "2.7.0", "packageName": "node-fetch", @@ -9504,9 +9540,9 @@ "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" } }, - "npm:p-limit@5.0.0": { + "npm:p-limit": { "type": "npm", - "name": "npm:p-limit@5.0.0", + "name": "npm:p-limit", "data": { "version": "5.0.0", "packageName": "p-limit", @@ -9702,9 +9738,9 @@ "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" } }, - "npm:path-type@5.0.0": { + "npm:path-type": { "type": "npm", - "name": "npm:path-type@5.0.0", + "name": "npm:path-type", "data": { "version": "5.0.0", "packageName": "path-type", @@ -9756,18 +9792,18 @@ "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" } }, - "npm:picomatch": { + "npm:picomatch@2.3.1": { "type": "npm", - "name": "npm:picomatch", + "name": "npm:picomatch@2.3.1", "data": { "version": "2.3.1", "packageName": "picomatch", "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" } }, - "npm:picomatch@4.0.1": { + "npm:picomatch": { "type": "npm", - "name": "npm:picomatch@4.0.1", + "name": "npm:picomatch", "data": { "version": "4.0.1", "packageName": "picomatch", @@ -10179,18 +10215,18 @@ "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" } }, - "npm:react-is": { + "npm:react-is@17.0.2": { "type": "npm", - "name": "npm:react-is", + "name": "npm:react-is@17.0.2", "data": { "version": "17.0.2", "packageName": "react-is", "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" } }, - "npm:react-is@18.2.0": { + "npm:react-is": { "type": "npm", - "name": "npm:react-is@18.2.0", + "name": "npm:react-is", "data": { "version": "18.2.0", "packageName": "react-is", @@ -10296,9 +10332,9 @@ "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" } }, - "npm:readable-stream@3.6.2": { + "npm:readable-stream": { "type": "npm", - "name": "npm:readable-stream@3.6.2", + "name": "npm:readable-stream", "data": { "version": "3.6.2", "packageName": "readable-stream", @@ -10530,9 +10566,9 @@ "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" } }, - "npm:resolve@1.22.8": { + "npm:resolve": { "type": "npm", - "name": "npm:resolve@1.22.8", + "name": "npm:resolve", "data": { "version": "1.22.8", "packageName": "resolve", @@ -10701,18 +10737,18 @@ "hash": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==" } }, - "npm:safe-buffer": { + "npm:safe-buffer@5.1.2": { "type": "npm", - "name": "npm:safe-buffer", + "name": "npm:safe-buffer@5.1.2", "data": { "version": "5.1.2", "packageName": "safe-buffer", "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" } }, - "npm:safe-buffer@5.2.1": { + "npm:safe-buffer": { "type": "npm", - "name": "npm:safe-buffer@5.2.1", + "name": "npm:safe-buffer", "data": { "version": "5.2.1", "packageName": "safe-buffer", @@ -10746,18 +10782,18 @@ "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" } }, - "npm:scheduler@0.20.2": { + "npm:scheduler": { "type": "npm", - "name": "npm:scheduler@0.20.2", + "name": "npm:scheduler", "data": { "version": "0.20.2", "packageName": "scheduler", "hash": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==" } }, - "npm:scheduler": { + "npm:scheduler@0.23.0": { "type": "npm", - "name": "npm:scheduler", + "name": "npm:scheduler@0.23.0", "data": { "version": "0.23.0", "packageName": "scheduler", @@ -10782,9 +10818,9 @@ "hash": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==" } }, - "npm:semver@6.3.1": { + "npm:semver": { "type": "npm", - "name": "npm:semver@6.3.1", + "name": "npm:semver", "data": { "version": "6.3.1", "packageName": "semver", @@ -11178,18 +11214,18 @@ "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" } }, - "npm:split2@1.0.0": { + "npm:split2": { "type": "npm", - "name": "npm:split2@1.0.0", + "name": "npm:split2", "data": { "version": "1.0.0", "packageName": "split2", "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" } }, - "npm:split2": { + "npm:split2@3.2.2": { "type": "npm", - "name": "npm:split2", + "name": "npm:split2@3.2.2", "data": { "version": "3.2.2", "packageName": "split2", @@ -11421,18 +11457,18 @@ "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" } }, - "npm:strip-bom@3.0.0": { + "npm:strip-bom": { "type": "npm", - "name": "npm:strip-bom@3.0.0", + "name": "npm:strip-bom", "data": { "version": "3.0.0", "packageName": "strip-bom", "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" } }, - "npm:strip-bom": { + "npm:strip-bom@4.0.0": { "type": "npm", - "name": "npm:strip-bom", + "name": "npm:strip-bom@4.0.0", "data": { "version": "4.0.0", "packageName": "strip-bom", @@ -11475,18 +11511,18 @@ "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" } }, - "npm:strip-json-comments": { + "npm:strip-json-comments@3.1.1": { "type": "npm", - "name": "npm:strip-json-comments", + "name": "npm:strip-json-comments@3.1.1", "data": { "version": "3.1.1", "packageName": "strip-json-comments", "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" } }, - "npm:strip-json-comments@5.0.1": { + "npm:strip-json-comments": { "type": "npm", - "name": "npm:strip-json-comments@5.0.1", + "name": "npm:strip-json-comments", "data": { "version": "5.0.1", "packageName": "strip-json-comments", @@ -11664,36 +11700,36 @@ "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" } }, - "npm:throttle-debounce@2.3.0": { + "npm:throttle-debounce": { "type": "npm", - "name": "npm:throttle-debounce@2.3.0", + "name": "npm:throttle-debounce", "data": { "version": "2.3.0", "packageName": "throttle-debounce", "hash": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==" } }, - "npm:throttle-debounce": { + "npm:throttle-debounce@3.0.1": { "type": "npm", - "name": "npm:throttle-debounce", + "name": "npm:throttle-debounce@3.0.1", "data": { "version": "3.0.1", "packageName": "throttle-debounce", "hash": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==" } }, - "npm:through2@2.0.5": { + "npm:through2": { "type": "npm", - "name": "npm:through2@2.0.5", + "name": "npm:through2", "data": { "version": "2.0.5", "packageName": "through2", "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" } }, - "npm:through2": { + "npm:through2@4.0.2": { "type": "npm", - "name": "npm:through2", + "name": "npm:through2@4.0.2", "data": { "version": "4.0.2", "packageName": "through2", @@ -11970,9 +12006,9 @@ "hash": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==" } }, - "npm:tr46@5.0.0": { + "npm:tr46": { "type": "npm", - "name": "npm:tr46@5.0.0", + "name": "npm:tr46", "data": { "version": "5.0.0", "packageName": "tr46", @@ -12303,9 +12339,9 @@ "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" } }, - "npm:universalify@2.0.1": { + "npm:universalify": { "type": "npm", - "name": "npm:universalify@2.0.1", + "name": "npm:universalify", "data": { "version": "2.0.1", "packageName": "universalify", @@ -12654,9 +12690,9 @@ "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" } }, - "npm:whatwg-url@14.0.0": { + "npm:whatwg-url": { "type": "npm", - "name": "npm:whatwg-url@14.0.0", + "name": "npm:whatwg-url", "data": { "version": "14.0.0", "packageName": "whatwg-url", @@ -12726,18 +12762,18 @@ "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" } }, - "npm:which": { + "npm:which@2.0.2": { "type": "npm", - "name": "npm:which", + "name": "npm:which@2.0.2", "data": { "version": "2.0.2", "packageName": "which", "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" } }, - "npm:which@4.0.0": { + "npm:which": { "type": "npm", - "name": "npm:which@4.0.0", + "name": "npm:which", "data": { "version": "4.0.0", "packageName": "which", @@ -12879,18 +12915,18 @@ "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" } }, - "npm:yallist@3.1.1": { + "npm:yallist": { "type": "npm", - "name": "npm:yallist@3.1.1", + "name": "npm:yallist", "data": { "version": "3.1.1", "packageName": "yallist", "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" } }, - "npm:yallist": { + "npm:yallist@4.0.0": { "type": "npm", - "name": "npm:yallist", + "name": "npm:yallist@4.0.0", "data": { "version": "4.0.0", "packageName": "yallist", @@ -13468,7 +13504,7 @@ }, { "source": "npm:@azure/core-http", - "target": "npm:@azure/core-tracing@1.0.0-preview.13", + "target": "npm:@azure/core-tracing", "type": "static" }, { @@ -13493,12 +13529,12 @@ }, { "source": "npm:@azure/core-http", - "target": "npm:form-data@4.0.0", + "target": "npm:form-data", "type": "static" }, { "source": "npm:@azure/core-http", - "target": "npm:node-fetch@2.7.0", + "target": "npm:node-fetch", "type": "static" }, { @@ -13592,12 +13628,12 @@ "type": "static" }, { - "source": "npm:@azure/core-tracing@1.0.0-preview.13", + "source": "npm:@azure/core-tracing", "target": "npm:@opentelemetry/api", "type": "static" }, { - "source": "npm:@azure/core-tracing@1.0.0-preview.13", + "source": "npm:@azure/core-tracing", "target": "npm:tslib@2.6.2", "type": "static" }, @@ -13653,7 +13689,7 @@ }, { "source": "npm:@azure/ms-rest-js", - "target": "npm:node-fetch@2.7.0", + "target": "npm:node-fetch", "type": "static" }, { @@ -13698,7 +13734,7 @@ }, { "source": "npm:@azure/storage-blob", - "target": "npm:@azure/core-tracing@1.0.0-preview.13", + "target": "npm:@azure/core-tracing", "type": "static" }, { @@ -13798,7 +13834,7 @@ }, { "source": "npm:@babel/core", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" }, { @@ -13848,12 +13884,12 @@ }, { "source": "npm:@babel/helper-compilation-targets", - "target": "npm:lru-cache@5.1.1", + "target": "npm:lru-cache", "type": "static" }, { "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" }, { @@ -13903,7 +13939,7 @@ }, { "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" }, { @@ -13923,7 +13959,7 @@ }, { "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" }, { @@ -13953,7 +13989,7 @@ }, { "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { @@ -15608,7 +15644,7 @@ }, { "source": "npm:@babel/preset-env", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" }, { @@ -17753,7 +17789,7 @@ }, { "source": "npm:@fluentui/react-components", - "target": "npm:scheduler@0.20.2", + "target": "npm:scheduler", "type": "static" }, { @@ -18033,7 +18069,7 @@ }, { "source": "npm:@fluentui/react-components", - "target": "npm:scheduler@0.20.2", + "target": "npm:scheduler", "type": "static" }, { @@ -18068,7 +18104,7 @@ }, { "source": "npm:@fluentui/react-context-selector", - "target": "npm:scheduler@0.20.2", + "target": "npm:scheduler", "type": "static" }, { @@ -18103,7 +18139,7 @@ }, { "source": "npm:@fluentui/react-context-selector", - "target": "npm:scheduler@0.20.2", + "target": "npm:scheduler", "type": "static" }, { @@ -19348,7 +19384,7 @@ }, { "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:react-is", + "target": "npm:react-is@17.0.2", "type": "static" }, { @@ -19373,7 +19409,7 @@ }, { "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:react-is", + "target": "npm:react-is@17.0.2", "type": "static" }, { @@ -24003,7 +24039,7 @@ }, { "source": "npm:@formatjs/ecma402-abstract@1.14.3", - "target": "npm:@formatjs/intl-localematcher@0.2.32", + "target": "npm:@formatjs/intl-localematcher", "type": "static" }, { @@ -24012,22 +24048,22 @@ "type": "static" }, { - "source": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/ecma402-abstract", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/ecma402-abstract", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/fast-memoize", + "source": "npm:@formatjs/fast-memoize@1.2.8", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/fast-memoize@2.2.0", + "source": "npm:@formatjs/fast-memoize", "target": "npm:tslib@2.6.2", "type": "static" }, @@ -24038,7 +24074,7 @@ }, { "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", - "target": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "target": "npm:@formatjs/icu-skeleton-parser", "type": "static" }, { @@ -24047,33 +24083,33 @@ "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/icu-messageformat-parser", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "source": "npm:@formatjs/icu-messageformat-parser", "target": "npm:@formatjs/icu-skeleton-parser@1.8.0", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "source": "npm:@formatjs/icu-messageformat-parser", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "source": "npm:@formatjs/icu-skeleton-parser", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "source": "npm:@formatjs/icu-skeleton-parser", "target": "npm:tslib@2.6.2", "type": "static" }, { "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { @@ -24082,67 +24118,67 @@ "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl-displaynames@6.2.6", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", - "target": "npm:@formatjs/intl-localematcher@0.2.32", + "source": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:@formatjs/intl-localematcher", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl-displaynames@6.2.6", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.6.6", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.6.6", + "source": "npm:@formatjs/intl-displaynames", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.6.6", + "source": "npm:@formatjs/intl-displaynames", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl-listformat@7.1.9", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", - "target": "npm:@formatjs/intl-localematcher@0.2.32", + "source": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:@formatjs/intl-localematcher", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl-listformat@7.1.9", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.5.5", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.5.5", + "source": "npm:@formatjs/intl-listformat", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.5.5", + "source": "npm:@formatjs/intl-listformat", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl-localematcher@0.2.32", + "source": "npm:@formatjs/intl-localematcher", "target": "npm:tslib@2.6.2", "type": "static" }, @@ -24152,82 +24188,82 @@ "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/fast-memoize@2.2.0", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/icu-messageformat-parser", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/intl-displaynames@6.6.6", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-displaynames", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/intl-listformat@7.5.5", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-listformat", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:intl-messageformat@10.5.11", + "source": "npm:@formatjs/intl", + "target": "npm:intl-messageformat", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", + "source": "npm:@formatjs/intl", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", + "source": "npm:@formatjs/intl", "target": "npm:typescript", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.6.7", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/fast-memoize", + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/fast-memoize@1.2.8", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.6.7", "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl-displaynames@6.2.6", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl-listformat@7.1.9", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:intl-messageformat", + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:intl-messageformat@10.3.1", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.6.7", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.6.7", "target": "npm:typescript", "type": "static" }, @@ -24813,7 +24849,7 @@ }, { "source": "npm:@microsoft/api-extractor", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { @@ -24833,7 +24869,7 @@ }, { "source": "npm:@microsoft/applicationinsights-analytics-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -24858,7 +24894,7 @@ }, { "source": "npm:@microsoft/applicationinsights-channel-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -24882,42 +24918,42 @@ "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/applicationinsights-shims", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/dynamicproto-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.9", "target": "npm:@microsoft/applicationinsights-core-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.9", "target": "npm:@microsoft/applicationinsights-shims", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.9", "target": "npm:@microsoft/dynamicproto-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.9", "target": "npm:tslib@2.6.2", "type": "static" }, @@ -24968,7 +25004,7 @@ }, { "source": "npm:@microsoft/applicationinsights-dependencies-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -24993,7 +25029,7 @@ }, { "source": "npm:@microsoft/applicationinsights-properties-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -25018,7 +25054,7 @@ }, { "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.18", + "target": "npm:@microsoft/applicationinsights-common", "type": "static" }, { @@ -25063,7 +25099,7 @@ }, { "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -25288,7 +25324,7 @@ }, { "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:escape-string-regexp@2.0.0", + "target": "npm:escape-string-regexp", "type": "static" }, { @@ -25352,42 +25388,42 @@ "type": "static" }, { - "source": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.scandir@2.1.5", "target": "npm:@nodelib/fs.stat", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.scandir@2.1.5", "target": "npm:run-parallel", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@3.0.0", + "source": "npm:@nodelib/fs.scandir", "target": "npm:@nodelib/fs.stat@3.0.0", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@3.0.0", + "source": "npm:@nodelib/fs.scandir", "target": "npm:run-parallel", "type": "static" }, { - "source": "npm:@nodelib/fs.walk", - "target": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:@nodelib/fs.scandir@2.1.5", "type": "static" }, { - "source": "npm:@nodelib/fs.walk", + "source": "npm:@nodelib/fs.walk@1.2.8", "target": "npm:fastq", "type": "static" }, { - "source": "npm:@nodelib/fs.walk@2.0.0", - "target": "npm:@nodelib/fs.scandir@3.0.0", + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", "type": "static" }, { - "source": "npm:@nodelib/fs.walk@2.0.0", + "source": "npm:@nodelib/fs.walk", "target": "npm:fastq", "type": "static" }, @@ -25428,7 +25464,7 @@ }, { "source": "npm:@npmcli/git", - "target": "npm:which@4.0.0", + "target": "npm:which", "type": "static" }, { @@ -25443,7 +25479,7 @@ }, { "source": "npm:@npmcli/map-workspaces", - "target": "npm:minimatch@9.0.3", + "target": "npm:minimatch", "type": "static" }, { @@ -25463,12 +25499,12 @@ }, { "source": "npm:@npmcli/package-json", - "target": "npm:hosted-git-info@7.0.1", + "target": "npm:hosted-git-info", "type": "static" }, { "source": "npm:@npmcli/package-json", - "target": "npm:json-parse-even-better-errors@3.0.1", + "target": "npm:json-parse-even-better-errors", "type": "static" }, { @@ -25488,7 +25524,7 @@ }, { "source": "npm:@npmcli/promise-spawn", - "target": "npm:which@4.0.0", + "target": "npm:which", "type": "static" }, { @@ -26523,7 +26559,7 @@ }, { "source": "npm:@rollup/plugin-babel", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { @@ -26533,7 +26569,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { @@ -26548,7 +26584,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:glob@8.1.0", + "target": "npm:glob", "type": "static" }, { @@ -26558,7 +26594,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -26568,7 +26604,7 @@ }, { "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { @@ -26593,7 +26629,7 @@ }, { "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { @@ -26603,12 +26639,12 @@ }, { "source": "npm:@rollup/plugin-replace", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { "source": "npm:@rollup/plugin-replace", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -26643,26 +26679,26 @@ }, { "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:@rollup/pluginutils@5.1.0", + "source": "npm:@rollup/pluginutils", "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@rollup/pluginutils@5.1.0", + "source": "npm:@rollup/pluginutils", "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@rollup/pluginutils@5.1.0", - "target": "npm:picomatch", + "source": "npm:@rollup/pluginutils", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:@rollup/pluginutils@5.1.0", + "source": "npm:@rollup/pluginutils", "target": "npm:rollup", "type": "static" }, @@ -26693,7 +26729,7 @@ }, { "source": "npm:@rushstack/node-core-library", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { @@ -26708,12 +26744,12 @@ }, { "source": "npm:@rushstack/rig-package", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { "source": "npm:@rushstack/rig-package", - "target": "npm:strip-json-comments", + "target": "npm:strip-json-comments@3.1.1", "type": "static" }, { @@ -26753,7 +26789,7 @@ }, { "source": "npm:@size-limit/esbuild", - "target": "npm:nanoid@5.0.6", + "target": "npm:nanoid", "type": "static" }, { @@ -26823,12 +26859,12 @@ }, { "source": "npm:@tanstack/config", - "target": "npm:chalk@5.3.0", + "target": "npm:chalk", "type": "static" }, { "source": "npm:@tanstack/config", - "target": "npm:commander@12.0.0", + "target": "npm:commander", "type": "static" }, { @@ -26923,7 +26959,7 @@ }, { "source": "npm:@testing-library/dom", - "target": "npm:aria-query", + "target": "npm:aria-query@5.1.3", "type": "static" }, { @@ -26958,7 +26994,7 @@ }, { "source": "npm:@testing-library/jest-dom", - "target": "npm:aria-query@5.3.0", + "target": "npm:aria-query", "type": "static" }, { @@ -26973,7 +27009,7 @@ }, { "source": "npm:@testing-library/jest-dom", - "target": "npm:dom-accessibility-api@0.6.3", + "target": "npm:dom-accessibility-api", "type": "static" }, { @@ -27276,6 +27312,16 @@ "target": "npm:hoist-non-react-statics", "type": "static" }, + { + "source": "npm:@types/lodash.frompairs", + "target": "npm:@types/lodash", + "type": "static" + }, + { + "source": "npm:@types/lodash.merge", + "target": "npm:@types/lodash", + "type": "static" + }, { "source": "npm:@types/mdast", "target": "npm:@types/unist", @@ -27288,7 +27334,7 @@ }, { "source": "npm:@types/node-fetch", - "target": "npm:form-data@4.0.0", + "target": "npm:form-data", "type": "static" }, { @@ -27343,7 +27389,7 @@ }, { "source": "npm:@vitest/runner", - "target": "npm:p-limit@5.0.0", + "target": "npm:p-limit", "type": "static" }, { @@ -27353,7 +27399,7 @@ }, { "source": "npm:@vitest/snapshot", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -27433,7 +27479,7 @@ }, { "source": "npm:@vue/compiler-core", - "target": "npm:entities@4.5.0", + "target": "npm:entities", "type": "static" }, { @@ -27483,7 +27529,7 @@ }, { "source": "npm:@vue/language-core", - "target": "npm:minimatch@9.0.3", + "target": "npm:minimatch", "type": "static" }, { @@ -27598,7 +27644,7 @@ }, { "source": "npm:anymatch", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" }, { @@ -27607,12 +27653,12 @@ "type": "static" }, { - "source": "npm:aria-query", + "source": "npm:aria-query@5.1.3", "target": "npm:deep-equal", "type": "static" }, { - "source": "npm:aria-query@5.3.0", + "source": "npm:aria-query", "target": "npm:dequal", "type": "static" }, @@ -27628,7 +27674,7 @@ }, { "source": "npm:array-last", - "target": "npm:is-number@4.0.0", + "target": "npm:is-number", "type": "static" }, { @@ -27653,7 +27699,7 @@ }, { "source": "npm:axios", - "target": "npm:form-data@4.0.0", + "target": "npm:form-data", "type": "static" }, { @@ -27683,7 +27729,7 @@ }, { "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" }, { @@ -27723,7 +27769,7 @@ }, { "source": "npm:bl", - "target": "npm:readable-stream@3.6.2", + "target": "npm:readable-stream", "type": "static" }, { @@ -27737,17 +27783,17 @@ "type": "static" }, { - "source": "npm:brace-expansion", + "source": "npm:brace-expansion@1.1.11", "target": "npm:balanced-match", "type": "static" }, { - "source": "npm:brace-expansion", + "source": "npm:brace-expansion@1.1.11", "target": "npm:concat-map", "type": "static" }, { - "source": "npm:brace-expansion@2.0.1", + "source": "npm:brace-expansion", "target": "npm:balanced-match", "type": "static" }, @@ -27908,7 +27954,7 @@ }, { "source": "npm:chalk@2.4.2", - "target": "npm:escape-string-regexp", + "target": "npm:escape-string-regexp@1.0.5", "type": "static" }, { @@ -28133,7 +28179,7 @@ }, { "source": "npm:cross-spawn", - "target": "npm:which", + "target": "npm:which@2.0.2", "type": "static" }, { @@ -28258,7 +28304,7 @@ }, { "source": "npm:data-urls", - "target": "npm:whatwg-url@14.0.0", + "target": "npm:whatwg-url", "type": "static" }, { @@ -28323,7 +28369,7 @@ }, { "source": "npm:deep-equal", - "target": "npm:isarray@2.0.5", + "target": "npm:isarray", "type": "static" }, { @@ -28448,7 +28494,7 @@ }, { "source": "npm:dom-serializer", - "target": "npm:entities", + "target": "npm:entities@2.2.0", "type": "static" }, { @@ -28558,7 +28604,7 @@ }, { "source": "npm:es-get-iterator", - "target": "npm:isarray@2.0.5", + "target": "npm:isarray", "type": "static" }, { @@ -28847,92 +28893,92 @@ "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:get-stream", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:human-signals", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:is-stream", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:npm-run-path", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:onetime", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:signal-exit", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:strip-final-newline", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:get-stream@8.0.1", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:human-signals@5.0.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:is-stream@3.0.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:npm-run-path@5.3.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:onetime@6.0.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:signal-exit@4.1.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:strip-final-newline@3.0.0", "type": "static" }, @@ -28948,7 +28994,7 @@ }, { "source": "npm:fast-glob", - "target": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.walk@1.2.8", "type": "static" }, { @@ -28983,7 +29029,7 @@ }, { "source": "npm:figures", - "target": "npm:escape-string-regexp", + "target": "npm:escape-string-regexp@1.0.5", "type": "static" }, { @@ -29077,17 +29123,17 @@ "type": "static" }, { - "source": "npm:form-data@4.0.0", + "source": "npm:form-data", "target": "npm:asynckit", "type": "static" }, { - "source": "npm:form-data@4.0.0", + "source": "npm:form-data", "target": "npm:combined-stream", "type": "static" }, { - "source": "npm:form-data@4.0.0", + "source": "npm:form-data", "target": "npm:mime-types", "type": "static" }, @@ -29103,7 +29149,7 @@ }, { "source": "npm:fs-extra", - "target": "npm:universalify@2.0.1", + "target": "npm:universalify", "type": "static" }, { @@ -29118,7 +29164,7 @@ }, { "source": "npm:fs-extra@11.2.0", - "target": "npm:universalify@2.0.1", + "target": "npm:universalify", "type": "static" }, { @@ -29178,7 +29224,7 @@ }, { "source": "npm:git-log-parser", - "target": "npm:split2@1.0.0", + "target": "npm:split2", "type": "static" }, { @@ -29188,7 +29234,7 @@ }, { "source": "npm:git-log-parser", - "target": "npm:through2@2.0.5", + "target": "npm:through2", "type": "static" }, { @@ -29243,7 +29289,7 @@ }, { "source": "npm:glob@10.3.10", - "target": "npm:minimatch@9.0.3", + "target": "npm:minimatch", "type": "static" }, { @@ -29287,27 +29333,27 @@ "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:fs.realpath", "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:inflight", "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:inherits", "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:minimatch@5.1.6", "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:once", "type": "static" }, @@ -29398,7 +29444,7 @@ }, { "source": "npm:globby@14.0.1", - "target": "npm:path-type@5.0.0", + "target": "npm:path-type", "type": "static" }, { @@ -29448,11 +29494,11 @@ }, { "source": "npm:hosted-git-info@4.1.0", - "target": "npm:lru-cache", + "target": "npm:lru-cache@6.0.0", "type": "static" }, { - "source": "npm:hosted-git-info@7.0.1", + "source": "npm:hosted-git-info", "target": "npm:lru-cache@10.2.0", "type": "static" }, @@ -29508,7 +29554,7 @@ }, { "source": "npm:htmlparser2", - "target": "npm:entities", + "target": "npm:entities@2.2.0", "type": "static" }, { @@ -29572,42 +29618,42 @@ "type": "static" }, { - "source": "npm:intl-messageformat", + "source": "npm:intl-messageformat@10.3.1", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:intl-messageformat", - "target": "npm:@formatjs/fast-memoize", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:@formatjs/fast-memoize@1.2.8", "type": "static" }, { - "source": "npm:intl-messageformat", + "source": "npm:intl-messageformat@10.3.1", "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:intl-messageformat", + "source": "npm:intl-messageformat@10.3.1", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:intl-messageformat@10.5.11", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:intl-messageformat@10.5.11", - "target": "npm:@formatjs/fast-memoize@2.2.0", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:intl-messageformat@10.5.11", - "target": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/icu-messageformat-parser", "type": "static" }, { - "source": "npm:intl-messageformat@10.5.11", + "source": "npm:intl-messageformat", "target": "npm:tslib@2.6.2", "type": "static" }, @@ -29838,7 +29884,7 @@ }, { "source": "npm:jsdom", - "target": "npm:form-data@4.0.0", + "target": "npm:form-data", "type": "static" }, { @@ -29913,7 +29959,7 @@ }, { "source": "npm:jsdom", - "target": "npm:whatwg-url@14.0.0", + "target": "npm:whatwg-url", "type": "static" }, { @@ -29933,7 +29979,7 @@ }, { "source": "npm:jsonfile", - "target": "npm:universalify@2.0.1", + "target": "npm:universalify", "type": "static" }, { @@ -29948,7 +29994,7 @@ }, { "source": "npm:knip", - "target": "npm:@nodelib/fs.walk@2.0.0", + "target": "npm:@nodelib/fs.walk", "type": "static" }, { @@ -30023,7 +30069,7 @@ }, { "source": "npm:knip", - "target": "npm:picomatch@4.0.1", + "target": "npm:picomatch", "type": "static" }, { @@ -30038,7 +30084,7 @@ }, { "source": "npm:knip", - "target": "npm:strip-json-comments@5.0.1", + "target": "npm:strip-json-comments", "type": "static" }, { @@ -30103,12 +30149,12 @@ }, { "source": "npm:liftoff", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { "source": "npm:lint-staged", - "target": "npm:chalk@5.3.0", + "target": "npm:chalk", "type": "static" }, { @@ -30123,12 +30169,12 @@ }, { "source": "npm:lint-staged", - "target": "npm:execa@8.0.1", + "target": "npm:execa", "type": "static" }, { "source": "npm:lint-staged", - "target": "npm:lilconfig@3.0.0", + "target": "npm:lilconfig", "type": "static" }, { @@ -30198,7 +30244,7 @@ }, { "source": "npm:load-json-file", - "target": "npm:strip-bom", + "target": "npm:strip-bom@4.0.0", "type": "static" }, { @@ -30272,13 +30318,13 @@ "type": "static" }, { - "source": "npm:lru-cache@5.1.1", - "target": "npm:yallist@3.1.1", + "source": "npm:lru-cache", + "target": "npm:yallist", "type": "static" }, { - "source": "npm:lru-cache", - "target": "npm:yallist", + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", "type": "static" }, { @@ -30287,7 +30333,7 @@ "type": "static" }, { - "source": "npm:magic-string@0.30.8", + "source": "npm:magic-string", "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, @@ -30818,7 +30864,7 @@ }, { "source": "npm:micromatch", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" }, { @@ -30828,17 +30874,17 @@ }, { "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion", + "target": "npm:brace-expansion@1.1.11", "type": "static" }, { "source": "npm:minimatch@5.1.6", - "target": "npm:brace-expansion@2.0.1", + "target": "npm:brace-expansion", "type": "static" }, { - "source": "npm:minimatch@9.0.3", - "target": "npm:brace-expansion@2.0.1", + "source": "npm:minimatch", + "target": "npm:brace-expansion", "type": "static" }, { @@ -30948,22 +30994,22 @@ }, { "source": "npm:ndjson", - "target": "npm:readable-stream@3.6.2", + "target": "npm:readable-stream", "type": "static" }, { "source": "npm:ndjson", - "target": "npm:split2", + "target": "npm:split2@3.2.2", "type": "static" }, { "source": "npm:ndjson", - "target": "npm:through2", + "target": "npm:through2@4.0.2", "type": "static" }, { "source": "npm:nearley", - "target": "npm:commander", + "target": "npm:commander@2.20.3", "type": "static" }, { @@ -30982,7 +31028,7 @@ "type": "static" }, { - "source": "npm:node-fetch@2.7.0", + "source": "npm:node-fetch", "target": "npm:whatwg-url@5.0.0", "type": "static" }, @@ -30998,7 +31044,7 @@ }, { "source": "npm:normalize-package-data", - "target": "npm:hosted-git-info@7.0.1", + "target": "npm:hosted-git-info", "type": "static" }, { @@ -31023,7 +31069,7 @@ }, { "source": "npm:npm-package-arg", - "target": "npm:hosted-git-info@7.0.1", + "target": "npm:hosted-git-info", "type": "static" }, { @@ -31168,17 +31214,17 @@ }, { "source": "npm:nx", - "target": "npm:jsonc-parser@3.2.0", + "target": "npm:jsonc-parser", "type": "static" }, { "source": "npm:nx", - "target": "npm:lines-and-columns@2.0.4", + "target": "npm:lines-and-columns", "type": "static" }, { "source": "npm:nx", - "target": "npm:minimatch@9.0.3", + "target": "npm:minimatch", "type": "static" }, { @@ -31368,12 +31414,12 @@ }, { "source": "npm:onetime", - "target": "npm:mimic-fn", + "target": "npm:mimic-fn@2.1.0", "type": "static" }, { "source": "npm:onetime@6.0.0", - "target": "npm:mimic-fn@4.0.0", + "target": "npm:mimic-fn", "type": "static" }, { @@ -31437,7 +31483,7 @@ "type": "static" }, { - "source": "npm:p-limit@5.0.0", + "source": "npm:p-limit", "target": "npm:yocto-queue@1.0.0", "type": "static" }, @@ -31488,7 +31534,7 @@ }, { "source": "npm:parse-json", - "target": "npm:json-parse-even-better-errors", + "target": "npm:json-parse-even-better-errors@2.3.1", "type": "static" }, { @@ -31498,12 +31544,12 @@ }, { "source": "npm:parse-npm-tarball-url", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" }, { "source": "npm:parse5", - "target": "npm:entities@4.5.0", + "target": "npm:entities", "type": "static" }, { @@ -31633,7 +31679,7 @@ }, { "source": "npm:pretty-format", - "target": "npm:react-is", + "target": "npm:react-is@17.0.2", "type": "static" }, { @@ -31648,7 +31694,7 @@ }, { "source": "npm:pretty-format@29.7.0", - "target": "npm:react-is@18.2.0", + "target": "npm:react-is", "type": "static" }, { @@ -31698,7 +31744,7 @@ }, { "source": "npm:randombytes", - "target": "npm:safe-buffer@5.2.1", + "target": "npm:safe-buffer", "type": "static" }, { @@ -31843,7 +31889,7 @@ }, { "source": "npm:react-dom", - "target": "npm:scheduler", + "target": "npm:scheduler@0.23.0", "type": "static" }, { @@ -31858,7 +31904,7 @@ }, { "source": "npm:react-dom", - "target": "npm:scheduler", + "target": "npm:scheduler@0.23.0", "type": "static" }, { @@ -31893,7 +31939,7 @@ }, { "source": "npm:react-infinite-scroll-component", - "target": "npm:throttle-debounce@2.3.0", + "target": "npm:throttle-debounce", "type": "static" }, { @@ -31908,17 +31954,17 @@ }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl@2.6.7", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/intl-displaynames@6.2.6", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/intl-listformat@7.1.9", "type": "static" }, { @@ -31938,7 +31984,7 @@ }, { "source": "npm:react-intl", - "target": "npm:intl-messageformat", + "target": "npm:intl-messageformat@10.3.1", "type": "static" }, { @@ -31968,17 +32014,17 @@ }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl@2.6.7", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/intl-displaynames@6.2.6", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/intl-listformat@7.1.9", "type": "static" }, { @@ -31998,7 +32044,7 @@ }, { "source": "npm:react-intl", - "target": "npm:intl-messageformat", + "target": "npm:intl-messageformat@10.3.1", "type": "static" }, { @@ -32063,7 +32109,7 @@ }, { "source": "npm:react-markdown", - "target": "npm:react-is@18.2.0", + "target": "npm:react-is", "type": "static" }, { @@ -32193,7 +32239,7 @@ }, { "source": "npm:react-redux", - "target": "npm:react-is@18.2.0", + "target": "npm:react-is", "type": "static" }, { @@ -32248,7 +32294,7 @@ }, { "source": "npm:react-redux", - "target": "npm:react-is@18.2.0", + "target": "npm:react-is", "type": "static" }, { @@ -32398,7 +32444,7 @@ }, { "source": "npm:react-use", - "target": "npm:throttle-debounce", + "target": "npm:throttle-debounce@3.0.1", "type": "static" }, { @@ -32548,7 +32594,7 @@ }, { "source": "npm:read-package-json-fast", - "target": "npm:json-parse-even-better-errors@3.0.1", + "target": "npm:json-parse-even-better-errors", "type": "static" }, { @@ -32568,7 +32614,7 @@ }, { "source": "npm:readable-stream@2.3.8", - "target": "npm:isarray", + "target": "npm:isarray@1.0.0", "type": "static" }, { @@ -32578,7 +32624,7 @@ }, { "source": "npm:readable-stream@2.3.8", - "target": "npm:safe-buffer", + "target": "npm:safe-buffer@5.1.2", "type": "static" }, { @@ -32592,28 +32638,28 @@ "type": "static" }, { - "source": "npm:readable-stream@3.6.2", + "source": "npm:readable-stream", "target": "npm:inherits", "type": "static" }, { - "source": "npm:readable-stream@3.6.2", + "source": "npm:readable-stream", "target": "npm:string_decoder@1.3.0", "type": "static" }, { - "source": "npm:readable-stream@3.6.2", + "source": "npm:readable-stream", "target": "npm:util-deprecate", "type": "static" }, { "source": "npm:readdirp", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" }, { "source": "npm:rechoir", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { @@ -32767,17 +32813,17 @@ "type": "static" }, { - "source": "npm:resolve@1.22.8", + "source": "npm:resolve", "target": "npm:is-core-module", "type": "static" }, { - "source": "npm:resolve@1.22.8", + "source": "npm:resolve", "target": "npm:path-parse", "type": "static" }, { - "source": "npm:resolve@1.22.8", + "source": "npm:resolve", "target": "npm:supports-preserve-symlinks-flag", "type": "static" }, @@ -32813,12 +32859,12 @@ }, { "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -32833,7 +32879,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:chalk@5.3.0", + "target": "npm:chalk", "type": "static" }, { @@ -32848,7 +32894,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:glob@8.1.0", + "target": "npm:glob", "type": "static" }, { @@ -32893,7 +32939,7 @@ }, { "source": "npm:rollup-plugin-visualizer", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" }, { @@ -33007,17 +33053,17 @@ "type": "static" }, { - "source": "npm:scheduler@0.20.2", + "source": "npm:scheduler", "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:scheduler@0.20.2", + "source": "npm:scheduler", "target": "npm:object-assign", "type": "static" }, { - "source": "npm:scheduler", + "source": "npm:scheduler@0.23.0", "target": "npm:loose-envify", "type": "static" }, @@ -33028,12 +33074,12 @@ }, { "source": "npm:semver@7.5.4", - "target": "npm:lru-cache", + "target": "npm:lru-cache@6.0.0", "type": "static" }, { "source": "npm:semver@7.6.0", - "target": "npm:lru-cache", + "target": "npm:lru-cache@6.0.0", "type": "static" }, { @@ -33277,13 +33323,13 @@ "type": "static" }, { - "source": "npm:split2@1.0.0", - "target": "npm:through2@2.0.5", + "source": "npm:split2", + "target": "npm:through2", "type": "static" }, { - "source": "npm:split2", - "target": "npm:readable-stream@3.6.2", + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", "type": "static" }, { @@ -33388,12 +33434,12 @@ }, { "source": "npm:string_decoder", - "target": "npm:safe-buffer", + "target": "npm:safe-buffer@5.1.2", "type": "static" }, { "source": "npm:string_decoder@1.3.0", - "target": "npm:safe-buffer@5.2.1", + "target": "npm:safe-buffer", "type": "static" }, { @@ -33508,7 +33554,7 @@ }, { "source": "npm:svelte", - "target": "npm:aria-query@5.3.0", + "target": "npm:aria-query", "type": "static" }, { @@ -33543,7 +33589,7 @@ }, { "source": "npm:svelte", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -33583,7 +33629,7 @@ }, { "source": "npm:tar-stream", - "target": "npm:readable-stream@3.6.2", + "target": "npm:readable-stream", "type": "static" }, { @@ -33598,7 +33644,7 @@ }, { "source": "npm:terser", - "target": "npm:commander", + "target": "npm:commander@2.20.3", "type": "static" }, { @@ -33617,18 +33663,18 @@ "type": "static" }, { - "source": "npm:through2@2.0.5", + "source": "npm:through2", "target": "npm:readable-stream@2.3.8", "type": "static" }, { - "source": "npm:through2@2.0.5", + "source": "npm:through2", "target": "npm:xtend", "type": "static" }, { - "source": "npm:through2", - "target": "npm:readable-stream@3.6.2", + "source": "npm:through2@4.0.2", + "target": "npm:readable-stream", "type": "static" }, { @@ -33748,7 +33794,7 @@ }, { "source": "npm:to-regex-range", - "target": "npm:is-number", + "target": "npm:is-number@7.0.0", "type": "static" }, { @@ -33807,7 +33853,7 @@ "type": "static" }, { - "source": "npm:tr46@5.0.0", + "source": "npm:tr46", "target": "npm:punycode", "type": "static" }, @@ -33828,7 +33874,7 @@ }, { "source": "npm:tsconfig-paths", - "target": "npm:strip-bom@3.0.0", + "target": "npm:strip-bom", "type": "static" }, { @@ -33858,7 +33904,7 @@ }, { "source": "npm:tsup", - "target": "npm:execa", + "target": "npm:execa@5.1.1", "type": "static" }, { @@ -34223,7 +34269,7 @@ }, { "source": "npm:vite-plugin-dts", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { @@ -34353,7 +34399,7 @@ }, { "source": "npm:vitest", - "target": "npm:execa@8.0.1", + "target": "npm:execa", "type": "static" }, { @@ -34368,7 +34414,7 @@ }, { "source": "npm:vitest", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -34467,12 +34513,12 @@ "type": "static" }, { - "source": "npm:whatwg-url@14.0.0", - "target": "npm:tr46@5.0.0", + "source": "npm:whatwg-url", + "target": "npm:tr46", "type": "static" }, { - "source": "npm:whatwg-url@14.0.0", + "source": "npm:whatwg-url", "target": "npm:webidl-conversions", "type": "static" }, @@ -34577,12 +34623,12 @@ "type": "static" }, { - "source": "npm:which", + "source": "npm:which@2.0.2", "target": "npm:isexe", "type": "static" }, { - "source": "npm:which@4.0.0", + "source": "npm:which", "target": "npm:isexe@3.1.1", "type": "static" }, diff --git a/.nx/cache/project-graph.json b/.nx/cache/project-graph.json index f0d369e7d3c..4bb7252e6a6 100644 --- a/.nx/cache/project-graph.json +++ b/.nx/cache/project-graph.json @@ -886,9 +886,9 @@ "hash": "sha512-ZxS6i3eHxh86u+1eWZJiYywoN2vxvsSoAUx60Mny8cZ4nTwvt7UzVVBJO+m2PW2KIJfNiXMt59xBa59htOWL4g==" } }, - "npm:@azure/core-tracing@1.0.0-preview.13": { + "npm:@azure/core-tracing": { "type": "npm", - "name": "npm:@azure/core-tracing@1.0.0-preview.13", + "name": "npm:@azure/core-tracing", "data": { "version": "1.0.0-preview.13", "packageName": "@azure/core-tracing", @@ -3244,27 +3244,27 @@ "hash": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==" } }, - "npm:@formatjs/ecma402-abstract@1.18.2": { + "npm:@formatjs/ecma402-abstract": { "type": "npm", - "name": "npm:@formatjs/ecma402-abstract@1.18.2", + "name": "npm:@formatjs/ecma402-abstract", "data": { "version": "1.18.2", "packageName": "@formatjs/ecma402-abstract", "hash": "sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==" } }, - "npm:@formatjs/fast-memoize": { + "npm:@formatjs/fast-memoize@1.2.8": { "type": "npm", - "name": "npm:@formatjs/fast-memoize", + "name": "npm:@formatjs/fast-memoize@1.2.8", "data": { "version": "1.2.8", "packageName": "@formatjs/fast-memoize", "hash": "sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==" } }, - "npm:@formatjs/fast-memoize@2.2.0": { + "npm:@formatjs/fast-memoize": { "type": "npm", - "name": "npm:@formatjs/fast-memoize@2.2.0", + "name": "npm:@formatjs/fast-memoize", "data": { "version": "2.2.0", "packageName": "@formatjs/fast-memoize", @@ -3280,18 +3280,18 @@ "hash": "sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==" } }, - "npm:@formatjs/icu-messageformat-parser@2.7.6": { + "npm:@formatjs/icu-messageformat-parser": { "type": "npm", - "name": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "name": "npm:@formatjs/icu-messageformat-parser", "data": { "version": "2.7.6", "packageName": "@formatjs/icu-messageformat-parser", "hash": "sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==" } }, - "npm:@formatjs/icu-skeleton-parser@1.3.18": { + "npm:@formatjs/icu-skeleton-parser": { "type": "npm", - "name": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "name": "npm:@formatjs/icu-skeleton-parser", "data": { "version": "1.3.18", "packageName": "@formatjs/icu-skeleton-parser", @@ -3307,45 +3307,45 @@ "hash": "sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==" } }, - "npm:@formatjs/intl-displaynames": { + "npm:@formatjs/intl-displaynames@6.2.6": { "type": "npm", - "name": "npm:@formatjs/intl-displaynames", + "name": "npm:@formatjs/intl-displaynames@6.2.6", "data": { "version": "6.2.6", "packageName": "@formatjs/intl-displaynames", "hash": "sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==" } }, - "npm:@formatjs/intl-displaynames@6.6.6": { + "npm:@formatjs/intl-displaynames": { "type": "npm", - "name": "npm:@formatjs/intl-displaynames@6.6.6", + "name": "npm:@formatjs/intl-displaynames", "data": { "version": "6.6.6", "packageName": "@formatjs/intl-displaynames", "hash": "sha512-Dg5URSjx0uzF8VZXtHb6KYZ6LFEEhCbAbKoYChYHEOnMFTw/ZU3jIo/NrujzQD2EfKPgQzIq73LOUvW6Z/LpFA==" } }, - "npm:@formatjs/intl-listformat": { + "npm:@formatjs/intl-listformat@7.1.9": { "type": "npm", - "name": "npm:@formatjs/intl-listformat", + "name": "npm:@formatjs/intl-listformat@7.1.9", "data": { "version": "7.1.9", "packageName": "@formatjs/intl-listformat", "hash": "sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==" } }, - "npm:@formatjs/intl-listformat@7.5.5": { + "npm:@formatjs/intl-listformat": { "type": "npm", - "name": "npm:@formatjs/intl-listformat@7.5.5", + "name": "npm:@formatjs/intl-listformat", "data": { "version": "7.5.5", "packageName": "@formatjs/intl-listformat", "hash": "sha512-XoI52qrU6aBGJC9KJddqnacuBbPlb/bXFN+lIFVFhQ1RnFHpzuFrlFdjD9am2O7ZSYsyqzYRpkVcXeT1GHkwDQ==" } }, - "npm:@formatjs/intl-localematcher@0.2.32": { + "npm:@formatjs/intl-localematcher": { "type": "npm", - "name": "npm:@formatjs/intl-localematcher@0.2.32", + "name": "npm:@formatjs/intl-localematcher", "data": { "version": "0.2.32", "packageName": "@formatjs/intl-localematcher", @@ -3361,18 +3361,18 @@ "hash": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==" } }, - "npm:@formatjs/intl@2.10.1": { + "npm:@formatjs/intl": { "type": "npm", - "name": "npm:@formatjs/intl@2.10.1", + "name": "npm:@formatjs/intl", "data": { "version": "2.10.1", "packageName": "@formatjs/intl", "hash": "sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==" } }, - "npm:@formatjs/intl": { + "npm:@formatjs/intl@2.6.7": { "type": "npm", - "name": "npm:@formatjs/intl", + "name": "npm:@formatjs/intl@2.6.7", "data": { "version": "2.6.7", "packageName": "@formatjs/intl", @@ -3748,18 +3748,18 @@ "hash": "sha512-fMBsAEB7pWtPn43y72q9Xy5E5y55r6gMuDQqRRccccVoQDPXyS57VCj5IdATblctru0C6A8XpL2vRyNmEsu0Vg==" } }, - "npm:@microsoft/applicationinsights-common@2.8.18": { + "npm:@microsoft/applicationinsights-common": { "type": "npm", - "name": "npm:@microsoft/applicationinsights-common@2.8.18", + "name": "npm:@microsoft/applicationinsights-common", "data": { "version": "2.8.18", "packageName": "@microsoft/applicationinsights-common", "hash": "sha512-/PBRmRL6rFCoO3vWpIEHuFnu+TinEYRKWOj+I+XVUH5myZpv+nYvaRdwryVTkmCYxLyL9kxtNn7hQx8DBlhdSw==" } }, - "npm:@microsoft/applicationinsights-common": { + "npm:@microsoft/applicationinsights-common@2.8.9": { "type": "npm", - "name": "npm:@microsoft/applicationinsights-common", + "name": "npm:@microsoft/applicationinsights-common@2.8.9", "data": { "version": "2.8.9", "packageName": "@microsoft/applicationinsights-common", @@ -3919,18 +3919,18 @@ "hash": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==" } }, - "npm:@nodelib/fs.scandir": { + "npm:@nodelib/fs.scandir@2.1.5": { "type": "npm", - "name": "npm:@nodelib/fs.scandir", + "name": "npm:@nodelib/fs.scandir@2.1.5", "data": { "version": "2.1.5", "packageName": "@nodelib/fs.scandir", "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" } }, - "npm:@nodelib/fs.scandir@3.0.0": { + "npm:@nodelib/fs.scandir": { "type": "npm", - "name": "npm:@nodelib/fs.scandir@3.0.0", + "name": "npm:@nodelib/fs.scandir", "data": { "version": "3.0.0", "packageName": "@nodelib/fs.scandir", @@ -3955,18 +3955,18 @@ "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" } }, - "npm:@nodelib/fs.walk": { + "npm:@nodelib/fs.walk@1.2.8": { "type": "npm", - "name": "npm:@nodelib/fs.walk", + "name": "npm:@nodelib/fs.walk@1.2.8", "data": { "version": "1.2.8", "packageName": "@nodelib/fs.walk", "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" } }, - "npm:@nodelib/fs.walk@2.0.0": { + "npm:@nodelib/fs.walk": { "type": "npm", - "name": "npm:@nodelib/fs.walk@2.0.0", + "name": "npm:@nodelib/fs.walk", "data": { "version": "2.0.0", "packageName": "@nodelib/fs.walk", @@ -4423,9 +4423,9 @@ "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" } }, - "npm:@rollup/pluginutils@5.1.0": { + "npm:@rollup/pluginutils": { "type": "npm", - "name": "npm:@rollup/pluginutils@5.1.0", + "name": "npm:@rollup/pluginutils", "data": { "version": "5.1.0", "packageName": "@rollup/pluginutils", @@ -5071,6 +5071,33 @@ "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" } }, + "npm:@types/lodash.frompairs": { + "type": "npm", + "name": "npm:@types/lodash.frompairs", + "data": { + "version": "4.0.9", + "packageName": "@types/lodash.frompairs", + "hash": "sha512-OZ7YqENr/kRqpDqXlU1RxGWSQ4Ha5gLFcz9v2OhxrrspHCeQ4PfC7SobvLJ8vCvftiEv7IEfZNpaLhHYkVB5SA==" + } + }, + "npm:@types/lodash.merge": { + "type": "npm", + "name": "npm:@types/lodash.merge", + "data": { + "version": "4.6.9", + "packageName": "@types/lodash.merge", + "hash": "sha512-23sHDPmzd59kUgWyKGiOMO2Qb9YtqRO/x4IhkgNUiPQ1+5MUVqi6bCZeq9nBJ17msjIMbEIO5u+XW4Kz6aGUhQ==" + } + }, + "npm:@types/lodash": { + "type": "npm", + "name": "npm:@types/lodash", + "data": { + "version": "4.17.0", + "packageName": "@types/lodash", + "hash": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==" + } + }, "npm:@types/mdast": { "type": "npm", "name": "npm:@types/mdast", @@ -5161,6 +5188,15 @@ "hash": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" } }, + "npm:@types/to-title-case": { + "type": "npm", + "name": "npm:@types/to-title-case", + "data": { + "version": "1.0.2", + "packageName": "@types/to-title-case", + "hash": "sha512-JWCy93Z2bM/xYRcKjC2SOeU1PRYNOdZhD5ZUG8T1si9Tlau1M6UZ1wm7yR+avqdy51Du4BLEIaEB4axfPC4UKg==" + } + }, "npm:@types/tunnel": { "type": "npm", "name": "npm:@types/tunnel", @@ -5557,18 +5593,18 @@ "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" } }, - "npm:aria-query": { + "npm:aria-query@5.1.3": { "type": "npm", - "name": "npm:aria-query", + "name": "npm:aria-query@5.1.3", "data": { "version": "5.1.3", "packageName": "aria-query", "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" } }, - "npm:aria-query@5.3.0": { + "npm:aria-query": { "type": "npm", - "name": "npm:aria-query@5.3.0", + "name": "npm:aria-query", "data": { "version": "5.3.0", "packageName": "aria-query", @@ -5800,18 +5836,18 @@ "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" } }, - "npm:brace-expansion": { + "npm:brace-expansion@1.1.11": { "type": "npm", - "name": "npm:brace-expansion", + "name": "npm:brace-expansion@1.1.11", "data": { "version": "1.1.11", "packageName": "brace-expansion", "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" } }, - "npm:brace-expansion@2.0.1": { + "npm:brace-expansion": { "type": "npm", - "name": "npm:brace-expansion@2.0.1", + "name": "npm:brace-expansion", "data": { "version": "2.0.1", "packageName": "brace-expansion", @@ -5980,9 +6016,9 @@ "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, - "npm:chalk@5.3.0": { + "npm:chalk": { "type": "npm", - "name": "npm:chalk@5.3.0", + "name": "npm:chalk", "data": { "version": "5.3.0", "packageName": "chalk", @@ -6196,18 +6232,18 @@ "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" } }, - "npm:commander@12.0.0": { + "npm:commander": { "type": "npm", - "name": "npm:commander@12.0.0", + "name": "npm:commander", "data": { "version": "12.0.0", "packageName": "commander", "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" } }, - "npm:commander": { + "npm:commander@2.20.3": { "type": "npm", - "name": "npm:commander", + "name": "npm:commander@2.20.3", "data": { "version": "2.20.3", "packageName": "commander", @@ -6745,9 +6781,9 @@ "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" } }, - "npm:dom-accessibility-api@0.6.3": { + "npm:dom-accessibility-api": { "type": "npm", - "name": "npm:dom-accessibility-api@0.6.3", + "name": "npm:dom-accessibility-api", "data": { "version": "0.6.3", "packageName": "dom-accessibility-api", @@ -6934,18 +6970,18 @@ "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" } }, - "npm:entities": { + "npm:entities@2.2.0": { "type": "npm", - "name": "npm:entities", + "name": "npm:entities@2.2.0", "data": { "version": "2.2.0", "packageName": "entities", "hash": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" } }, - "npm:entities@4.5.0": { + "npm:entities": { "type": "npm", - "name": "npm:entities@4.5.0", + "name": "npm:entities", "data": { "version": "4.5.0", "packageName": "entities", @@ -7051,18 +7087,18 @@ "hash": "sha512-B0yxafj1D1ZTNEHkFoQxz4iboZSfaZHhaNhIug7GcUCL4ZUrVSJZTmWUAkPOFaYDfi3RNT9XM082TuGE6jpmiQ==" } }, - "npm:escape-string-regexp": { + "npm:escape-string-regexp@1.0.5": { "type": "npm", - "name": "npm:escape-string-regexp", + "name": "npm:escape-string-regexp@1.0.5", "data": { "version": "1.0.5", "packageName": "escape-string-regexp", "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, - "npm:escape-string-regexp@2.0.0": { + "npm:escape-string-regexp": { "type": "npm", - "name": "npm:escape-string-regexp@2.0.0", + "name": "npm:escape-string-regexp", "data": { "version": "2.0.0", "packageName": "escape-string-regexp", @@ -7141,18 +7177,18 @@ "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" } }, - "npm:execa": { + "npm:execa@5.1.1": { "type": "npm", - "name": "npm:execa", + "name": "npm:execa@5.1.1", "data": { "version": "5.1.1", "packageName": "execa", "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" } }, - "npm:execa@8.0.1": { + "npm:execa": { "type": "npm", - "name": "npm:execa@8.0.1", + "name": "npm:execa", "data": { "version": "8.0.1", "packageName": "execa", @@ -7429,9 +7465,9 @@ "hash": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" } }, - "npm:form-data@4.0.0": { + "npm:form-data": { "type": "npm", - "name": "npm:form-data@4.0.0", + "name": "npm:form-data", "data": { "version": "4.0.0", "packageName": "form-data", @@ -7645,9 +7681,9 @@ "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" } }, - "npm:glob@8.1.0": { + "npm:glob": { "type": "npm", - "name": "npm:glob@8.1.0", + "name": "npm:glob", "data": { "version": "8.1.0", "packageName": "glob", @@ -7879,9 +7915,9 @@ "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" } }, - "npm:hosted-git-info@7.0.1": { + "npm:hosted-git-info": { "type": "npm", - "name": "npm:hosted-git-info@7.0.1", + "name": "npm:hosted-git-info", "data": { "version": "7.0.1", "packageName": "hosted-git-info", @@ -8131,18 +8167,18 @@ "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" } }, - "npm:intl-messageformat": { + "npm:intl-messageformat@10.3.1": { "type": "npm", - "name": "npm:intl-messageformat", + "name": "npm:intl-messageformat@10.3.1", "data": { "version": "10.3.1", "packageName": "intl-messageformat", "hash": "sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==" } }, - "npm:intl-messageformat@10.5.11": { + "npm:intl-messageformat": { "type": "npm", - "name": "npm:intl-messageformat@10.5.11", + "name": "npm:intl-messageformat", "data": { "version": "10.5.11", "packageName": "intl-messageformat", @@ -8383,18 +8419,18 @@ "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" } }, - "npm:is-number@4.0.0": { + "npm:is-number": { "type": "npm", - "name": "npm:is-number@4.0.0", + "name": "npm:is-number", "data": { "version": "4.0.0", "packageName": "is-number", "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" } }, - "npm:is-number": { + "npm:is-number@7.0.0": { "type": "npm", - "name": "npm:is-number", + "name": "npm:is-number@7.0.0", "data": { "version": "7.0.0", "packageName": "is-number", @@ -8608,18 +8644,18 @@ "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" } }, - "npm:isarray": { + "npm:isarray@1.0.0": { "type": "npm", - "name": "npm:isarray", + "name": "npm:isarray@1.0.0", "data": { "version": "1.0.0", "packageName": "isarray", "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" } }, - "npm:isarray@2.0.5": { + "npm:isarray": { "type": "npm", - "name": "npm:isarray@2.0.5", + "name": "npm:isarray", "data": { "version": "2.0.5", "packageName": "isarray", @@ -8806,18 +8842,18 @@ "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" } }, - "npm:json-parse-even-better-errors": { + "npm:json-parse-even-better-errors@2.3.1": { "type": "npm", - "name": "npm:json-parse-even-better-errors", + "name": "npm:json-parse-even-better-errors@2.3.1", "data": { "version": "2.3.1", "packageName": "json-parse-even-better-errors", "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" } }, - "npm:json-parse-even-better-errors@3.0.1": { + "npm:json-parse-even-better-errors": { "type": "npm", - "name": "npm:json-parse-even-better-errors@3.0.1", + "name": "npm:json-parse-even-better-errors", "data": { "version": "3.0.1", "packageName": "json-parse-even-better-errors", @@ -8860,9 +8896,9 @@ "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, - "npm:jsonc-parser@3.2.0": { + "npm:jsonc-parser": { "type": "npm", - "name": "npm:jsonc-parser@3.2.0", + "name": "npm:jsonc-parser", "data": { "version": "3.2.0", "packageName": "jsonc-parser", @@ -8986,9 +9022,9 @@ "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" } }, - "npm:lilconfig@3.0.0": { + "npm:lilconfig": { "type": "npm", - "name": "npm:lilconfig@3.0.0", + "name": "npm:lilconfig", "data": { "version": "3.0.0", "packageName": "lilconfig", @@ -9013,9 +9049,9 @@ "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" } }, - "npm:lines-and-columns@2.0.4": { + "npm:lines-and-columns": { "type": "npm", - "name": "npm:lines-and-columns@2.0.4", + "name": "npm:lines-and-columns", "data": { "version": "2.0.4", "packageName": "lines-and-columns", @@ -9220,18 +9256,18 @@ "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" } }, - "npm:lru-cache@5.1.1": { + "npm:lru-cache": { "type": "npm", - "name": "npm:lru-cache@5.1.1", + "name": "npm:lru-cache", "data": { "version": "5.1.1", "packageName": "lru-cache", "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, - "npm:lru-cache": { + "npm:lru-cache@6.0.0": { "type": "npm", - "name": "npm:lru-cache", + "name": "npm:lru-cache@6.0.0", "data": { "version": "6.0.0", "packageName": "lru-cache", @@ -9265,9 +9301,9 @@ "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" } }, - "npm:magic-string@0.30.8": { + "npm:magic-string": { "type": "npm", - "name": "npm:magic-string@0.30.8", + "name": "npm:magic-string", "data": { "version": "0.30.8", "packageName": "magic-string", @@ -9652,9 +9688,9 @@ "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" } }, - "npm:mimic-fn": { + "npm:mimic-fn@2.1.0": { "type": "npm", - "name": "npm:mimic-fn", + "name": "npm:mimic-fn@2.1.0", "data": { "version": "2.1.0", "packageName": "mimic-fn", @@ -9670,9 +9706,9 @@ "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" } }, - "npm:mimic-fn@4.0.0": { + "npm:mimic-fn": { "type": "npm", - "name": "npm:mimic-fn@4.0.0", + "name": "npm:mimic-fn", "data": { "version": "4.0.0", "packageName": "mimic-fn", @@ -9706,9 +9742,9 @@ "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" } }, - "npm:minimatch@9.0.3": { + "npm:minimatch": { "type": "npm", - "name": "npm:minimatch@9.0.3", + "name": "npm:minimatch", "data": { "version": "9.0.3", "packageName": "minimatch", @@ -9823,9 +9859,9 @@ "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" } }, - "npm:nanoid@5.0.6": { + "npm:nanoid": { "type": "npm", - "name": "npm:nanoid@5.0.6", + "name": "npm:nanoid", "data": { "version": "5.0.6", "packageName": "nanoid", @@ -9859,9 +9895,9 @@ "hash": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==" } }, - "npm:node-fetch@2.7.0": { + "npm:node-fetch": { "type": "npm", - "name": "npm:node-fetch@2.7.0", + "name": "npm:node-fetch", "data": { "version": "2.7.0", "packageName": "node-fetch", @@ -10174,9 +10210,9 @@ "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" } }, - "npm:p-limit@5.0.0": { + "npm:p-limit": { "type": "npm", - "name": "npm:p-limit@5.0.0", + "name": "npm:p-limit", "data": { "version": "5.0.0", "packageName": "p-limit", @@ -10372,9 +10408,9 @@ "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" } }, - "npm:path-type@5.0.0": { + "npm:path-type": { "type": "npm", - "name": "npm:path-type@5.0.0", + "name": "npm:path-type", "data": { "version": "5.0.0", "packageName": "path-type", @@ -10426,18 +10462,18 @@ "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" } }, - "npm:picomatch": { + "npm:picomatch@2.3.1": { "type": "npm", - "name": "npm:picomatch", + "name": "npm:picomatch@2.3.1", "data": { "version": "2.3.1", "packageName": "picomatch", "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" } }, - "npm:picomatch@4.0.1": { + "npm:picomatch": { "type": "npm", - "name": "npm:picomatch@4.0.1", + "name": "npm:picomatch", "data": { "version": "4.0.1", "packageName": "picomatch", @@ -10849,18 +10885,18 @@ "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" } }, - "npm:react-is": { + "npm:react-is@17.0.2": { "type": "npm", - "name": "npm:react-is", + "name": "npm:react-is@17.0.2", "data": { "version": "17.0.2", "packageName": "react-is", "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" } }, - "npm:react-is@18.2.0": { + "npm:react-is": { "type": "npm", - "name": "npm:react-is@18.2.0", + "name": "npm:react-is", "data": { "version": "18.2.0", "packageName": "react-is", @@ -10966,9 +11002,9 @@ "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" } }, - "npm:readable-stream@3.6.2": { + "npm:readable-stream": { "type": "npm", - "name": "npm:readable-stream@3.6.2", + "name": "npm:readable-stream", "data": { "version": "3.6.2", "packageName": "readable-stream", @@ -11200,9 +11236,9 @@ "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" } }, - "npm:resolve@1.22.8": { + "npm:resolve": { "type": "npm", - "name": "npm:resolve@1.22.8", + "name": "npm:resolve", "data": { "version": "1.22.8", "packageName": "resolve", @@ -11371,18 +11407,18 @@ "hash": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==" } }, - "npm:safe-buffer": { + "npm:safe-buffer@5.1.2": { "type": "npm", - "name": "npm:safe-buffer", + "name": "npm:safe-buffer@5.1.2", "data": { "version": "5.1.2", "packageName": "safe-buffer", "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" } }, - "npm:safe-buffer@5.2.1": { + "npm:safe-buffer": { "type": "npm", - "name": "npm:safe-buffer@5.2.1", + "name": "npm:safe-buffer", "data": { "version": "5.2.1", "packageName": "safe-buffer", @@ -11416,18 +11452,18 @@ "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" } }, - "npm:scheduler@0.20.2": { + "npm:scheduler": { "type": "npm", - "name": "npm:scheduler@0.20.2", + "name": "npm:scheduler", "data": { "version": "0.20.2", "packageName": "scheduler", "hash": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==" } }, - "npm:scheduler": { + "npm:scheduler@0.23.0": { "type": "npm", - "name": "npm:scheduler", + "name": "npm:scheduler@0.23.0", "data": { "version": "0.23.0", "packageName": "scheduler", @@ -11452,9 +11488,9 @@ "hash": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==" } }, - "npm:semver@6.3.1": { + "npm:semver": { "type": "npm", - "name": "npm:semver@6.3.1", + "name": "npm:semver", "data": { "version": "6.3.1", "packageName": "semver", @@ -11848,18 +11884,18 @@ "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" } }, - "npm:split2@1.0.0": { + "npm:split2": { "type": "npm", - "name": "npm:split2@1.0.0", + "name": "npm:split2", "data": { "version": "1.0.0", "packageName": "split2", "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" } }, - "npm:split2": { + "npm:split2@3.2.2": { "type": "npm", - "name": "npm:split2", + "name": "npm:split2@3.2.2", "data": { "version": "3.2.2", "packageName": "split2", @@ -12091,18 +12127,18 @@ "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" } }, - "npm:strip-bom@3.0.0": { + "npm:strip-bom": { "type": "npm", - "name": "npm:strip-bom@3.0.0", + "name": "npm:strip-bom", "data": { "version": "3.0.0", "packageName": "strip-bom", "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" } }, - "npm:strip-bom": { + "npm:strip-bom@4.0.0": { "type": "npm", - "name": "npm:strip-bom", + "name": "npm:strip-bom@4.0.0", "data": { "version": "4.0.0", "packageName": "strip-bom", @@ -12145,18 +12181,18 @@ "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" } }, - "npm:strip-json-comments": { + "npm:strip-json-comments@3.1.1": { "type": "npm", - "name": "npm:strip-json-comments", + "name": "npm:strip-json-comments@3.1.1", "data": { "version": "3.1.1", "packageName": "strip-json-comments", "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" } }, - "npm:strip-json-comments@5.0.1": { + "npm:strip-json-comments": { "type": "npm", - "name": "npm:strip-json-comments@5.0.1", + "name": "npm:strip-json-comments", "data": { "version": "5.0.1", "packageName": "strip-json-comments", @@ -12334,36 +12370,36 @@ "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" } }, - "npm:throttle-debounce@2.3.0": { + "npm:throttle-debounce": { "type": "npm", - "name": "npm:throttle-debounce@2.3.0", + "name": "npm:throttle-debounce", "data": { "version": "2.3.0", "packageName": "throttle-debounce", "hash": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==" } }, - "npm:throttle-debounce": { + "npm:throttle-debounce@3.0.1": { "type": "npm", - "name": "npm:throttle-debounce", + "name": "npm:throttle-debounce@3.0.1", "data": { "version": "3.0.1", "packageName": "throttle-debounce", "hash": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==" } }, - "npm:through2@2.0.5": { + "npm:through2": { "type": "npm", - "name": "npm:through2@2.0.5", + "name": "npm:through2", "data": { "version": "2.0.5", "packageName": "through2", "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" } }, - "npm:through2": { + "npm:through2@4.0.2": { "type": "npm", - "name": "npm:through2", + "name": "npm:through2@4.0.2", "data": { "version": "4.0.2", "packageName": "through2", @@ -12640,9 +12676,9 @@ "hash": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==" } }, - "npm:tr46@5.0.0": { + "npm:tr46": { "type": "npm", - "name": "npm:tr46@5.0.0", + "name": "npm:tr46", "data": { "version": "5.0.0", "packageName": "tr46", @@ -12973,9 +13009,9 @@ "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" } }, - "npm:universalify@2.0.1": { + "npm:universalify": { "type": "npm", - "name": "npm:universalify@2.0.1", + "name": "npm:universalify", "data": { "version": "2.0.1", "packageName": "universalify", @@ -13324,9 +13360,9 @@ "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" } }, - "npm:whatwg-url@14.0.0": { + "npm:whatwg-url": { "type": "npm", - "name": "npm:whatwg-url@14.0.0", + "name": "npm:whatwg-url", "data": { "version": "14.0.0", "packageName": "whatwg-url", @@ -13396,18 +13432,18 @@ "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" } }, - "npm:which": { + "npm:which@2.0.2": { "type": "npm", - "name": "npm:which", + "name": "npm:which@2.0.2", "data": { "version": "2.0.2", "packageName": "which", "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" } }, - "npm:which@4.0.0": { + "npm:which": { "type": "npm", - "name": "npm:which@4.0.0", + "name": "npm:which", "data": { "version": "4.0.0", "packageName": "which", @@ -13549,18 +13585,18 @@ "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" } }, - "npm:yallist@3.1.1": { + "npm:yallist": { "type": "npm", - "name": "npm:yallist@3.1.1", + "name": "npm:yallist", "data": { "version": "3.1.1", "packageName": "yallist", "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" } }, - "npm:yallist": { + "npm:yallist@4.0.0": { "type": "npm", - "name": "npm:yallist", + "name": "npm:yallist@4.0.0", "data": { "version": "4.0.0", "packageName": "yallist", @@ -13988,6 +14024,11 @@ "target": "npm:@fluentui/react-migration-v8-v9", "type": "static" }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "@microsoft/logic-apps-designer", + "type": "static" + }, { "source": "@microsoft/logic-apps-data-mapper", "target": "npm:fuse.js", @@ -14242,6 +14283,11 @@ "target": "npm:react-intl", "type": "static" }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "@microsoft/logic-apps-designer", + "type": "static" + }, { "source": "@microsoft/logic-apps-chatbot", "target": "npm:@fluentui/react", @@ -14765,7 +14811,7 @@ }, { "source": "npm:@azure/core-http", - "target": "npm:@azure/core-tracing@1.0.0-preview.13", + "target": "npm:@azure/core-tracing", "type": "static" }, { @@ -14790,12 +14836,12 @@ }, { "source": "npm:@azure/core-http", - "target": "npm:form-data@4.0.0", + "target": "npm:form-data", "type": "static" }, { "source": "npm:@azure/core-http", - "target": "npm:node-fetch@2.7.0", + "target": "npm:node-fetch", "type": "static" }, { @@ -14895,14 +14941,14 @@ "type": "static" } ], - "npm:@azure/core-tracing@1.0.0-preview.13": [ + "npm:@azure/core-tracing": [ { - "source": "npm:@azure/core-tracing@1.0.0-preview.13", + "source": "npm:@azure/core-tracing", "target": "npm:@opentelemetry/api", "type": "static" }, { - "source": "npm:@azure/core-tracing@1.0.0-preview.13", + "source": "npm:@azure/core-tracing", "target": "npm:tslib@2.6.2", "type": "static" } @@ -14968,7 +15014,7 @@ }, { "source": "npm:@azure/ms-rest-js", - "target": "npm:node-fetch@2.7.0", + "target": "npm:node-fetch", "type": "static" }, { @@ -15015,7 +15061,7 @@ }, { "source": "npm:@azure/storage-blob", - "target": "npm:@azure/core-tracing@1.0.0-preview.13", + "target": "npm:@azure/core-tracing", "type": "static" }, { @@ -15119,7 +15165,7 @@ }, { "source": "npm:@babel/core", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" } ], @@ -15177,12 +15223,12 @@ }, { "source": "npm:@babel/helper-compilation-targets", - "target": "npm:lru-cache@5.1.1", + "target": "npm:lru-cache", "type": "static" }, { "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" } ], @@ -15234,7 +15280,7 @@ }, { "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" } ], @@ -15256,7 +15302,7 @@ }, { "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" } ], @@ -15288,7 +15334,7 @@ }, { "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" } ], @@ -17129,7 +17175,7 @@ }, { "source": "npm:@babel/preset-env", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" } ], @@ -18647,7 +18693,7 @@ }, { "source": "npm:@fluentui/react-components", - "target": "npm:scheduler@0.20.2", + "target": "npm:scheduler", "type": "static" }, { @@ -18689,7 +18735,7 @@ }, { "source": "npm:@fluentui/react-context-selector", - "target": "npm:scheduler@0.20.2", + "target": "npm:scheduler", "type": "static" }, { @@ -19415,7 +19461,7 @@ }, { "source": "npm:@fluentui/react-jsx-runtime", - "target": "npm:react-is", + "target": "npm:react-is@17.0.2", "type": "static" }, { @@ -22139,7 +22185,7 @@ "npm:@formatjs/ecma402-abstract@1.14.3": [ { "source": "npm:@formatjs/ecma402-abstract@1.14.3", - "target": "npm:@formatjs/intl-localematcher@0.2.32", + "target": "npm:@formatjs/intl-localematcher", "type": "static" }, { @@ -22148,28 +22194,28 @@ "type": "static" } ], - "npm:@formatjs/ecma402-abstract@1.18.2": [ + "npm:@formatjs/ecma402-abstract": [ { - "source": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/ecma402-abstract", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/ecma402-abstract", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/fast-memoize": [ + "npm:@formatjs/fast-memoize@1.2.8": [ { - "source": "npm:@formatjs/fast-memoize", + "source": "npm:@formatjs/fast-memoize@1.2.8", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/fast-memoize@2.2.0": [ + "npm:@formatjs/fast-memoize": [ { - "source": "npm:@formatjs/fast-memoize@2.2.0", + "source": "npm:@formatjs/fast-memoize", "target": "npm:tslib@2.6.2", "type": "static" } @@ -22182,7 +22228,7 @@ }, { "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", - "target": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "target": "npm:@formatjs/icu-skeleton-parser", "type": "static" }, { @@ -22191,31 +22237,31 @@ "type": "static" } ], - "npm:@formatjs/icu-messageformat-parser@2.7.6": [ + "npm:@formatjs/icu-messageformat-parser": [ { - "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/icu-messageformat-parser", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "source": "npm:@formatjs/icu-messageformat-parser", "target": "npm:@formatjs/icu-skeleton-parser@1.8.0", "type": "static" }, { - "source": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "source": "npm:@formatjs/icu-messageformat-parser", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/icu-skeleton-parser@1.3.18": [ + "npm:@formatjs/icu-skeleton-parser": [ { - "source": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "source": "npm:@formatjs/icu-skeleton-parser", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/icu-skeleton-parser@1.3.18", + "source": "npm:@formatjs/icu-skeleton-parser", "target": "npm:tslib@2.6.2", "type": "static" } @@ -22223,7 +22269,7 @@ "npm:@formatjs/icu-skeleton-parser@1.8.0": [ { "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { @@ -22232,77 +22278,77 @@ "type": "static" } ], - "npm:@formatjs/intl-displaynames": [ + "npm:@formatjs/intl-displaynames@6.2.6": [ { - "source": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl-displaynames@6.2.6", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", - "target": "npm:@formatjs/intl-localematcher@0.2.32", + "source": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:@formatjs/intl-localematcher", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl-displaynames@6.2.6", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/intl-displaynames@6.6.6": [ + "npm:@formatjs/intl-displaynames": [ { - "source": "npm:@formatjs/intl-displaynames@6.6.6", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.6.6", + "source": "npm:@formatjs/intl-displaynames", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/intl-displaynames@6.6.6", + "source": "npm:@formatjs/intl-displaynames", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/intl-listformat": [ + "npm:@formatjs/intl-listformat@7.1.9": [ { - "source": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl-listformat@7.1.9", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", - "target": "npm:@formatjs/intl-localematcher@0.2.32", + "source": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:@formatjs/intl-localematcher", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl-listformat@7.1.9", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/intl-listformat@7.5.5": [ + "npm:@formatjs/intl-listformat": [ { - "source": "npm:@formatjs/intl-listformat@7.5.5", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.5.5", + "source": "npm:@formatjs/intl-listformat", "target": "npm:@formatjs/intl-localematcher@0.5.4", "type": "static" }, { - "source": "npm:@formatjs/intl-listformat@7.5.5", + "source": "npm:@formatjs/intl-listformat", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@formatjs/intl-localematcher@0.2.32": [ + "npm:@formatjs/intl-localematcher": [ { - "source": "npm:@formatjs/intl-localematcher@0.2.32", + "source": "npm:@formatjs/intl-localematcher", "target": "npm:tslib@2.6.2", "type": "static" } @@ -22314,86 +22360,86 @@ "type": "static" } ], - "npm:@formatjs/intl@2.10.1": [ + "npm:@formatjs/intl": [ { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/fast-memoize@2.2.0", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/icu-messageformat-parser", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/intl-displaynames@6.6.6", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-displaynames", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:@formatjs/intl-listformat@7.5.5", + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-listformat", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", - "target": "npm:intl-messageformat@10.5.11", + "source": "npm:@formatjs/intl", + "target": "npm:intl-messageformat", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", + "source": "npm:@formatjs/intl", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl@2.10.1", + "source": "npm:@formatjs/intl", "target": "npm:typescript", "type": "static" } ], - "npm:@formatjs/intl": [ + "npm:@formatjs/intl@2.6.7": [ { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.6.7", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/fast-memoize", + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/fast-memoize@1.2.8", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.6.7", "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/intl-displaynames", + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl-displaynames@6.2.6", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:@formatjs/intl-listformat", + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl-listformat@7.1.9", "type": "static" }, { - "source": "npm:@formatjs/intl", - "target": "npm:intl-messageformat", + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:intl-messageformat@10.3.1", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.6.7", "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@formatjs/intl", + "source": "npm:@formatjs/intl@2.6.7", "target": "npm:typescript", "type": "static" } @@ -23035,7 +23081,7 @@ }, { "source": "npm:@microsoft/api-extractor", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { @@ -23057,7 +23103,7 @@ "npm:@microsoft/applicationinsights-analytics-js": [ { "source": "npm:@microsoft/applicationinsights-analytics-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -23084,7 +23130,7 @@ "npm:@microsoft/applicationinsights-channel-js": [ { "source": "npm:@microsoft/applicationinsights-channel-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -23108,46 +23154,46 @@ "type": "static" } ], - "npm:@microsoft/applicationinsights-common@2.8.18": [ + "npm:@microsoft/applicationinsights-common": [ { - "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/applicationinsights-shims", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:@microsoft/dynamicproto-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common@2.8.18", + "source": "npm:@microsoft/applicationinsights-common", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@microsoft/applicationinsights-common": [ + "npm:@microsoft/applicationinsights-common@2.8.9": [ { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.9", "target": "npm:@microsoft/applicationinsights-core-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.9", "target": "npm:@microsoft/applicationinsights-shims", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.9", "target": "npm:@microsoft/dynamicproto-js", "type": "static" }, { - "source": "npm:@microsoft/applicationinsights-common", + "source": "npm:@microsoft/applicationinsights-common@2.8.9", "target": "npm:tslib@2.6.2", "type": "static" } @@ -23194,7 +23240,7 @@ "npm:@microsoft/applicationinsights-dependencies-js": [ { "source": "npm:@microsoft/applicationinsights-dependencies-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -23221,7 +23267,7 @@ "npm:@microsoft/applicationinsights-properties-js": [ { "source": "npm:@microsoft/applicationinsights-properties-js", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -23248,7 +23294,7 @@ "npm:@microsoft/applicationinsights-react-js": [ { "source": "npm:@microsoft/applicationinsights-react-js", - "target": "npm:@microsoft/applicationinsights-common@2.8.18", + "target": "npm:@microsoft/applicationinsights-common", "type": "static" }, { @@ -23295,7 +23341,7 @@ }, { "source": "npm:@microsoft/applicationinsights-web", - "target": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", "type": "static" }, { @@ -23528,7 +23574,7 @@ }, { "source": "npm:@microsoft/vscode-azext-utils", - "target": "npm:escape-string-regexp@2.0.0", + "target": "npm:escape-string-regexp", "type": "static" }, { @@ -23598,50 +23644,50 @@ "type": "static" } ], - "npm:@nodelib/fs.scandir": [ + "npm:@nodelib/fs.scandir@2.1.5": [ { - "source": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.scandir@2.1.5", "target": "npm:@nodelib/fs.stat", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.scandir@2.1.5", "target": "npm:run-parallel", "type": "static" } ], - "npm:@nodelib/fs.scandir@3.0.0": [ + "npm:@nodelib/fs.scandir": [ { - "source": "npm:@nodelib/fs.scandir@3.0.0", + "source": "npm:@nodelib/fs.scandir", "target": "npm:@nodelib/fs.stat@3.0.0", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@3.0.0", + "source": "npm:@nodelib/fs.scandir", "target": "npm:run-parallel", "type": "static" } ], - "npm:@nodelib/fs.walk": [ + "npm:@nodelib/fs.walk@1.2.8": [ { - "source": "npm:@nodelib/fs.walk", - "target": "npm:@nodelib/fs.scandir", + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:@nodelib/fs.scandir@2.1.5", "type": "static" }, { - "source": "npm:@nodelib/fs.walk", + "source": "npm:@nodelib/fs.walk@1.2.8", "target": "npm:fastq", "type": "static" } ], - "npm:@nodelib/fs.walk@2.0.0": [ + "npm:@nodelib/fs.walk": [ { - "source": "npm:@nodelib/fs.walk@2.0.0", - "target": "npm:@nodelib/fs.scandir@3.0.0", + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", "type": "static" }, { - "source": "npm:@nodelib/fs.walk@2.0.0", + "source": "npm:@nodelib/fs.walk", "target": "npm:fastq", "type": "static" } @@ -23684,7 +23730,7 @@ }, { "source": "npm:@npmcli/git", - "target": "npm:which@4.0.0", + "target": "npm:which", "type": "static" } ], @@ -23701,7 +23747,7 @@ }, { "source": "npm:@npmcli/map-workspaces", - "target": "npm:minimatch@9.0.3", + "target": "npm:minimatch", "type": "static" }, { @@ -23723,12 +23769,12 @@ }, { "source": "npm:@npmcli/package-json", - "target": "npm:hosted-git-info@7.0.1", + "target": "npm:hosted-git-info", "type": "static" }, { "source": "npm:@npmcli/package-json", - "target": "npm:json-parse-even-better-errors@3.0.1", + "target": "npm:json-parse-even-better-errors", "type": "static" }, { @@ -23750,7 +23796,7 @@ "npm:@npmcli/promise-spawn": [ { "source": "npm:@npmcli/promise-spawn", - "target": "npm:which@4.0.0", + "target": "npm:which", "type": "static" } ], @@ -24402,7 +24448,7 @@ }, { "source": "npm:@rollup/plugin-babel", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { @@ -24414,7 +24460,7 @@ "npm:@rollup/plugin-commonjs": [ { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { @@ -24429,7 +24475,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:glob@8.1.0", + "target": "npm:glob", "type": "static" }, { @@ -24439,7 +24485,7 @@ }, { "source": "npm:@rollup/plugin-commonjs", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -24451,7 +24497,7 @@ "npm:@rollup/plugin-node-resolve": [ { "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { @@ -24476,7 +24522,7 @@ }, { "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { @@ -24488,12 +24534,12 @@ "npm:@rollup/plugin-replace": [ { "source": "npm:@rollup/plugin-replace", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { "source": "npm:@rollup/plugin-replace", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -24532,28 +24578,28 @@ }, { "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" } ], - "npm:@rollup/pluginutils@5.1.0": [ + "npm:@rollup/pluginutils": [ { - "source": "npm:@rollup/pluginutils@5.1.0", + "source": "npm:@rollup/pluginutils", "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@rollup/pluginutils@5.1.0", + "source": "npm:@rollup/pluginutils", "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@rollup/pluginutils@5.1.0", - "target": "npm:picomatch", + "source": "npm:@rollup/pluginutils", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:@rollup/pluginutils@5.1.0", + "source": "npm:@rollup/pluginutils", "target": "npm:rollup", "type": "static" } @@ -24586,7 +24632,7 @@ }, { "source": "npm:@rushstack/node-core-library", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { @@ -24603,12 +24649,12 @@ "npm:@rushstack/rig-package": [ { "source": "npm:@rushstack/rig-package", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" }, { "source": "npm:@rushstack/rig-package", - "target": "npm:strip-json-comments", + "target": "npm:strip-json-comments@3.1.1", "type": "static" } ], @@ -24654,7 +24700,7 @@ }, { "source": "npm:@size-limit/esbuild", - "target": "npm:nanoid@5.0.6", + "target": "npm:nanoid", "type": "static" }, { @@ -24738,12 +24784,12 @@ }, { "source": "npm:@tanstack/config", - "target": "npm:chalk@5.3.0", + "target": "npm:chalk", "type": "static" }, { "source": "npm:@tanstack/config", - "target": "npm:commander@12.0.0", + "target": "npm:commander", "type": "static" }, { @@ -24840,7 +24886,7 @@ }, { "source": "npm:@testing-library/dom", - "target": "npm:aria-query", + "target": "npm:aria-query@5.1.3", "type": "static" }, { @@ -24877,7 +24923,7 @@ }, { "source": "npm:@testing-library/jest-dom", - "target": "npm:aria-query@5.3.0", + "target": "npm:aria-query", "type": "static" }, { @@ -24892,7 +24938,7 @@ }, { "source": "npm:@testing-library/jest-dom", - "target": "npm:dom-accessibility-api@0.6.3", + "target": "npm:dom-accessibility-api", "type": "static" }, { @@ -25230,6 +25276,20 @@ "type": "static" } ], + "npm:@types/lodash.frompairs": [ + { + "source": "npm:@types/lodash.frompairs", + "target": "npm:@types/lodash", + "type": "static" + } + ], + "npm:@types/lodash.merge": [ + { + "source": "npm:@types/lodash.merge", + "target": "npm:@types/lodash", + "type": "static" + } + ], "npm:@types/mdast": [ { "source": "npm:@types/mdast", @@ -25245,7 +25305,7 @@ }, { "source": "npm:@types/node-fetch", - "target": "npm:form-data@4.0.0", + "target": "npm:form-data", "type": "static" } ], @@ -25312,7 +25372,7 @@ }, { "source": "npm:@vitest/runner", - "target": "npm:p-limit@5.0.0", + "target": "npm:p-limit", "type": "static" }, { @@ -25324,7 +25384,7 @@ "npm:@vitest/snapshot": [ { "source": "npm:@vitest/snapshot", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -25418,7 +25478,7 @@ }, { "source": "npm:@vue/compiler-core", - "target": "npm:entities@4.5.0", + "target": "npm:entities", "type": "static" }, { @@ -25472,7 +25532,7 @@ }, { "source": "npm:@vue/language-core", - "target": "npm:minimatch@9.0.3", + "target": "npm:minimatch", "type": "static" }, { @@ -25611,7 +25671,7 @@ }, { "source": "npm:anymatch", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" } ], @@ -25622,16 +25682,16 @@ "type": "static" } ], - "npm:aria-query": [ + "npm:aria-query@5.1.3": [ { - "source": "npm:aria-query", + "source": "npm:aria-query@5.1.3", "target": "npm:deep-equal", "type": "static" } ], - "npm:aria-query@5.3.0": [ + "npm:aria-query": [ { - "source": "npm:aria-query@5.3.0", + "source": "npm:aria-query", "target": "npm:dequal", "type": "static" } @@ -25651,7 +25711,7 @@ "npm:array-last": [ { "source": "npm:array-last", - "target": "npm:is-number@4.0.0", + "target": "npm:is-number", "type": "static" } ], @@ -25682,7 +25742,7 @@ }, { "source": "npm:axios", - "target": "npm:form-data@4.0.0", + "target": "npm:form-data", "type": "static" }, { @@ -25716,7 +25776,7 @@ }, { "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" } ], @@ -25762,7 +25822,7 @@ }, { "source": "npm:bl", - "target": "npm:readable-stream@3.6.2", + "target": "npm:readable-stream", "type": "static" } ], @@ -25778,21 +25838,21 @@ "type": "static" } ], - "npm:brace-expansion": [ + "npm:brace-expansion@1.1.11": [ { - "source": "npm:brace-expansion", + "source": "npm:brace-expansion@1.1.11", "target": "npm:balanced-match", "type": "static" }, { - "source": "npm:brace-expansion", + "source": "npm:brace-expansion@1.1.11", "target": "npm:concat-map", "type": "static" } ], - "npm:brace-expansion@2.0.1": [ + "npm:brace-expansion": [ { - "source": "npm:brace-expansion@2.0.1", + "source": "npm:brace-expansion", "target": "npm:balanced-match", "type": "static" } @@ -25971,7 +26031,7 @@ }, { "source": "npm:chalk@2.4.2", - "target": "npm:escape-string-regexp", + "target": "npm:escape-string-regexp@1.0.5", "type": "static" }, { @@ -26236,7 +26296,7 @@ }, { "source": "npm:cross-spawn", - "target": "npm:which", + "target": "npm:which@2.0.2", "type": "static" } ], @@ -26381,7 +26441,7 @@ }, { "source": "npm:data-urls", - "target": "npm:whatwg-url@14.0.0", + "target": "npm:whatwg-url", "type": "static" } ], @@ -26454,7 +26514,7 @@ }, { "source": "npm:deep-equal", - "target": "npm:isarray@2.0.5", + "target": "npm:isarray", "type": "static" }, { @@ -26595,7 +26655,7 @@ }, { "source": "npm:dom-serializer", - "target": "npm:entities", + "target": "npm:entities@2.2.0", "type": "static" } ], @@ -26729,7 +26789,7 @@ }, { "source": "npm:es-get-iterator", - "target": "npm:isarray@2.0.5", + "target": "npm:isarray", "type": "static" }, { @@ -27028,96 +27088,96 @@ "type": "static" } ], - "npm:execa": [ + "npm:execa@5.1.1": [ { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:get-stream", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:human-signals", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:is-stream", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:npm-run-path", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:onetime", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:signal-exit", "type": "static" }, { - "source": "npm:execa", + "source": "npm:execa@5.1.1", "target": "npm:strip-final-newline", "type": "static" } ], - "npm:execa@8.0.1": [ + "npm:execa": [ { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:get-stream@8.0.1", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:human-signals@5.0.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:is-stream@3.0.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:npm-run-path@5.3.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:onetime@6.0.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:signal-exit@4.1.0", "type": "static" }, { - "source": "npm:execa@8.0.1", + "source": "npm:execa", "target": "npm:strip-final-newline@3.0.0", "type": "static" } @@ -27137,7 +27197,7 @@ }, { "source": "npm:fast-glob", - "target": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.walk@1.2.8", "type": "static" }, { @@ -27180,7 +27240,7 @@ "npm:figures": [ { "source": "npm:figures", - "target": "npm:escape-string-regexp", + "target": "npm:escape-string-regexp@1.0.5", "type": "static" } ], @@ -27290,19 +27350,19 @@ "type": "static" } ], - "npm:form-data@4.0.0": [ + "npm:form-data": [ { - "source": "npm:form-data@4.0.0", + "source": "npm:form-data", "target": "npm:asynckit", "type": "static" }, { - "source": "npm:form-data@4.0.0", + "source": "npm:form-data", "target": "npm:combined-stream", "type": "static" }, { - "source": "npm:form-data@4.0.0", + "source": "npm:form-data", "target": "npm:mime-types", "type": "static" } @@ -27320,7 +27380,7 @@ }, { "source": "npm:fs-extra", - "target": "npm:universalify@2.0.1", + "target": "npm:universalify", "type": "static" } ], @@ -27337,7 +27397,7 @@ }, { "source": "npm:fs-extra@11.2.0", - "target": "npm:universalify@2.0.1", + "target": "npm:universalify", "type": "static" } ], @@ -27405,7 +27465,7 @@ }, { "source": "npm:git-log-parser", - "target": "npm:split2@1.0.0", + "target": "npm:split2", "type": "static" }, { @@ -27415,7 +27475,7 @@ }, { "source": "npm:git-log-parser", - "target": "npm:through2@2.0.5", + "target": "npm:through2", "type": "static" }, { @@ -27476,7 +27536,7 @@ }, { "source": "npm:glob@10.3.10", - "target": "npm:minimatch@9.0.3", + "target": "npm:minimatch", "type": "static" }, { @@ -27522,29 +27582,29 @@ "type": "static" } ], - "npm:glob@8.1.0": [ + "npm:glob": [ { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:fs.realpath", "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:inflight", "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:inherits", "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:minimatch@5.1.6", "type": "static" }, { - "source": "npm:glob@8.1.0", + "source": "npm:glob", "target": "npm:once", "type": "static" } @@ -27643,7 +27703,7 @@ }, { "source": "npm:globby@14.0.1", - "target": "npm:path-type@5.0.0", + "target": "npm:path-type", "type": "static" }, { @@ -27709,13 +27769,13 @@ "npm:hosted-git-info@4.1.0": [ { "source": "npm:hosted-git-info@4.1.0", - "target": "npm:lru-cache", + "target": "npm:lru-cache@6.0.0", "type": "static" } ], - "npm:hosted-git-info@7.0.1": [ + "npm:hosted-git-info": [ { - "source": "npm:hosted-git-info@7.0.1", + "source": "npm:hosted-git-info", "target": "npm:lru-cache@10.2.0", "type": "static" } @@ -27777,7 +27837,7 @@ }, { "source": "npm:htmlparser2", - "target": "npm:entities", + "target": "npm:entities@2.2.0", "type": "static" } ], @@ -27853,46 +27913,46 @@ "type": "static" } ], - "npm:intl-messageformat": [ + "npm:intl-messageformat@10.3.1": [ { - "source": "npm:intl-messageformat", + "source": "npm:intl-messageformat@10.3.1", "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:intl-messageformat", - "target": "npm:@formatjs/fast-memoize", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:@formatjs/fast-memoize@1.2.8", "type": "static" }, { - "source": "npm:intl-messageformat", + "source": "npm:intl-messageformat@10.3.1", "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:intl-messageformat", + "source": "npm:intl-messageformat@10.3.1", "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:intl-messageformat@10.5.11": [ + "npm:intl-messageformat": [ { - "source": "npm:intl-messageformat@10.5.11", - "target": "npm:@formatjs/ecma402-abstract@1.18.2", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:intl-messageformat@10.5.11", - "target": "npm:@formatjs/fast-memoize@2.2.0", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:intl-messageformat@10.5.11", - "target": "npm:@formatjs/icu-messageformat-parser@2.7.6", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/icu-messageformat-parser", "type": "static" }, { - "source": "npm:intl-messageformat@10.5.11", + "source": "npm:intl-messageformat", "target": "npm:tslib@2.6.2", "type": "static" } @@ -28185,7 +28245,7 @@ }, { "source": "npm:jsdom", - "target": "npm:form-data@4.0.0", + "target": "npm:form-data", "type": "static" }, { @@ -28260,7 +28320,7 @@ }, { "source": "npm:jsdom", - "target": "npm:whatwg-url@14.0.0", + "target": "npm:whatwg-url", "type": "static" }, { @@ -28284,7 +28344,7 @@ "npm:jsonfile": [ { "source": "npm:jsonfile", - "target": "npm:universalify@2.0.1", + "target": "npm:universalify", "type": "static" }, { @@ -28301,7 +28361,7 @@ }, { "source": "npm:knip", - "target": "npm:@nodelib/fs.walk@2.0.0", + "target": "npm:@nodelib/fs.walk", "type": "static" }, { @@ -28376,7 +28436,7 @@ }, { "source": "npm:knip", - "target": "npm:picomatch@4.0.1", + "target": "npm:picomatch", "type": "static" }, { @@ -28391,7 +28451,7 @@ }, { "source": "npm:knip", - "target": "npm:strip-json-comments@5.0.1", + "target": "npm:strip-json-comments", "type": "static" }, { @@ -28460,14 +28520,14 @@ }, { "source": "npm:liftoff", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" } ], "npm:lint-staged": [ { "source": "npm:lint-staged", - "target": "npm:chalk@5.3.0", + "target": "npm:chalk", "type": "static" }, { @@ -28482,12 +28542,12 @@ }, { "source": "npm:lint-staged", - "target": "npm:execa@8.0.1", + "target": "npm:execa", "type": "static" }, { "source": "npm:lint-staged", - "target": "npm:lilconfig@3.0.0", + "target": "npm:lilconfig", "type": "static" }, { @@ -28561,7 +28621,7 @@ }, { "source": "npm:load-json-file", - "target": "npm:strip-bom", + "target": "npm:strip-bom@4.0.0", "type": "static" }, { @@ -28647,17 +28707,17 @@ "type": "static" } ], - "npm:lru-cache@5.1.1": [ + "npm:lru-cache": [ { - "source": "npm:lru-cache@5.1.1", - "target": "npm:yallist@3.1.1", + "source": "npm:lru-cache", + "target": "npm:yallist", "type": "static" } ], - "npm:lru-cache": [ + "npm:lru-cache@6.0.0": [ { - "source": "npm:lru-cache", - "target": "npm:yallist", + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", "type": "static" } ], @@ -28668,9 +28728,9 @@ "type": "static" } ], - "npm:magic-string@0.30.8": [ + "npm:magic-string": [ { - "source": "npm:magic-string@0.30.8", + "source": "npm:magic-string", "target": "npm:@jridgewell/sourcemap-codec", "type": "static" } @@ -29255,7 +29315,7 @@ }, { "source": "npm:micromatch", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" } ], @@ -29269,21 +29329,21 @@ "npm:minimatch@3.1.2": [ { "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion", + "target": "npm:brace-expansion@1.1.11", "type": "static" } ], "npm:minimatch@5.1.6": [ { "source": "npm:minimatch@5.1.6", - "target": "npm:brace-expansion@2.0.1", + "target": "npm:brace-expansion", "type": "static" } ], - "npm:minimatch@9.0.3": [ + "npm:minimatch": [ { - "source": "npm:minimatch@9.0.3", - "target": "npm:brace-expansion@2.0.1", + "source": "npm:minimatch", + "target": "npm:brace-expansion", "type": "static" } ], @@ -29405,24 +29465,24 @@ }, { "source": "npm:ndjson", - "target": "npm:readable-stream@3.6.2", + "target": "npm:readable-stream", "type": "static" }, { "source": "npm:ndjson", - "target": "npm:split2", + "target": "npm:split2@3.2.2", "type": "static" }, { "source": "npm:ndjson", - "target": "npm:through2", + "target": "npm:through2@4.0.2", "type": "static" } ], "npm:nearley": [ { "source": "npm:nearley", - "target": "npm:commander", + "target": "npm:commander@2.20.3", "type": "static" }, { @@ -29441,9 +29501,9 @@ "type": "static" } ], - "npm:node-fetch@2.7.0": [ + "npm:node-fetch": [ { - "source": "npm:node-fetch@2.7.0", + "source": "npm:node-fetch", "target": "npm:whatwg-url@5.0.0", "type": "static" } @@ -29463,7 +29523,7 @@ "npm:normalize-package-data": [ { "source": "npm:normalize-package-data", - "target": "npm:hosted-git-info@7.0.1", + "target": "npm:hosted-git-info", "type": "static" }, { @@ -29492,7 +29552,7 @@ "npm:npm-package-arg": [ { "source": "npm:npm-package-arg", - "target": "npm:hosted-git-info@7.0.1", + "target": "npm:hosted-git-info", "type": "static" }, { @@ -29647,17 +29707,17 @@ }, { "source": "npm:nx", - "target": "npm:jsonc-parser@3.2.0", + "target": "npm:jsonc-parser", "type": "static" }, { "source": "npm:nx", - "target": "npm:lines-and-columns@2.0.4", + "target": "npm:lines-and-columns", "type": "static" }, { "source": "npm:nx", - "target": "npm:minimatch@9.0.3", + "target": "npm:minimatch", "type": "static" }, { @@ -29861,14 +29921,14 @@ "npm:onetime": [ { "source": "npm:onetime", - "target": "npm:mimic-fn", + "target": "npm:mimic-fn@2.1.0", "type": "static" } ], "npm:onetime@6.0.0": [ { "source": "npm:onetime@6.0.0", - "target": "npm:mimic-fn@4.0.0", + "target": "npm:mimic-fn", "type": "static" } ], @@ -29938,9 +29998,9 @@ "type": "static" } ], - "npm:p-limit@5.0.0": [ + "npm:p-limit": [ { - "source": "npm:p-limit@5.0.0", + "source": "npm:p-limit", "target": "npm:yocto-queue@1.0.0", "type": "static" } @@ -30001,7 +30061,7 @@ }, { "source": "npm:parse-json", - "target": "npm:json-parse-even-better-errors", + "target": "npm:json-parse-even-better-errors@2.3.1", "type": "static" }, { @@ -30013,14 +30073,14 @@ "npm:parse-npm-tarball-url": [ { "source": "npm:parse-npm-tarball-url", - "target": "npm:semver@6.3.1", + "target": "npm:semver", "type": "static" } ], "npm:parse5": [ { "source": "npm:parse5", - "target": "npm:entities@4.5.0", + "target": "npm:entities", "type": "static" } ], @@ -30176,7 +30236,7 @@ }, { "source": "npm:pretty-format", - "target": "npm:react-is", + "target": "npm:react-is@17.0.2", "type": "static" } ], @@ -30193,7 +30253,7 @@ }, { "source": "npm:pretty-format@29.7.0", - "target": "npm:react-is@18.2.0", + "target": "npm:react-is", "type": "static" } ], @@ -30255,7 +30315,7 @@ "npm:randombytes": [ { "source": "npm:randombytes", - "target": "npm:safe-buffer@5.2.1", + "target": "npm:safe-buffer", "type": "static" } ], @@ -30377,7 +30437,7 @@ }, { "source": "npm:react-dom", - "target": "npm:scheduler", + "target": "npm:scheduler@0.23.0", "type": "static" }, { @@ -30425,7 +30485,7 @@ }, { "source": "npm:react-infinite-scroll-component", - "target": "npm:throttle-debounce@2.3.0", + "target": "npm:throttle-debounce", "type": "static" } ], @@ -30442,17 +30502,17 @@ }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl@2.6.7", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/intl-displaynames@6.2.6", "type": "static" }, { "source": "npm:react-intl", - "target": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/intl-listformat@7.1.9", "type": "static" }, { @@ -30472,7 +30532,7 @@ }, { "source": "npm:react-intl", - "target": "npm:intl-messageformat", + "target": "npm:intl-messageformat@10.3.1", "type": "static" }, { @@ -30544,7 +30604,7 @@ }, { "source": "npm:react-markdown", - "target": "npm:react-is@18.2.0", + "target": "npm:react-is", "type": "static" }, { @@ -30658,7 +30718,7 @@ }, { "source": "npm:react-redux", - "target": "npm:react-is@18.2.0", + "target": "npm:react-is", "type": "static" }, { @@ -30794,7 +30854,7 @@ }, { "source": "npm:react-use", - "target": "npm:throttle-debounce", + "target": "npm:throttle-debounce@3.0.1", "type": "static" }, { @@ -30877,7 +30937,7 @@ "npm:read-package-json-fast": [ { "source": "npm:read-package-json-fast", - "target": "npm:json-parse-even-better-errors@3.0.1", + "target": "npm:json-parse-even-better-errors", "type": "static" }, { @@ -30899,7 +30959,7 @@ }, { "source": "npm:readable-stream@2.3.8", - "target": "npm:isarray", + "target": "npm:isarray@1.0.0", "type": "static" }, { @@ -30909,7 +30969,7 @@ }, { "source": "npm:readable-stream@2.3.8", - "target": "npm:safe-buffer", + "target": "npm:safe-buffer@5.1.2", "type": "static" }, { @@ -30923,19 +30983,19 @@ "type": "static" } ], - "npm:readable-stream@3.6.2": [ + "npm:readable-stream": [ { - "source": "npm:readable-stream@3.6.2", + "source": "npm:readable-stream", "target": "npm:inherits", "type": "static" }, { - "source": "npm:readable-stream@3.6.2", + "source": "npm:readable-stream", "target": "npm:string_decoder@1.3.0", "type": "static" }, { - "source": "npm:readable-stream@3.6.2", + "source": "npm:readable-stream", "target": "npm:util-deprecate", "type": "static" } @@ -30943,14 +31003,14 @@ "npm:readdirp": [ { "source": "npm:readdirp", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" } ], "npm:rechoir": [ { "source": "npm:rechoir", - "target": "npm:resolve@1.22.8", + "target": "npm:resolve", "type": "static" } ], @@ -31130,19 +31190,19 @@ "type": "static" } ], - "npm:resolve@1.22.8": [ + "npm:resolve": [ { - "source": "npm:resolve@1.22.8", + "source": "npm:resolve", "target": "npm:is-core-module", "type": "static" }, { - "source": "npm:resolve@1.22.8", + "source": "npm:resolve", "target": "npm:path-parse", "type": "static" }, { - "source": "npm:resolve@1.22.8", + "source": "npm:resolve", "target": "npm:supports-preserve-symlinks-flag", "type": "static" } @@ -31188,12 +31248,12 @@ "npm:rollup-plugin-preserve-directives": [ { "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -31210,7 +31270,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:chalk@5.3.0", + "target": "npm:chalk", "type": "static" }, { @@ -31225,7 +31285,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:glob@8.1.0", + "target": "npm:glob", "type": "static" }, { @@ -31274,7 +31334,7 @@ }, { "source": "npm:rollup-plugin-visualizer", - "target": "npm:picomatch", + "target": "npm:picomatch@2.3.1", "type": "static" }, { @@ -31398,21 +31458,21 @@ "type": "static" } ], - "npm:scheduler@0.20.2": [ + "npm:scheduler": [ { - "source": "npm:scheduler@0.20.2", + "source": "npm:scheduler", "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:scheduler@0.20.2", + "source": "npm:scheduler", "target": "npm:object-assign", "type": "static" } ], - "npm:scheduler": [ + "npm:scheduler@0.23.0": [ { - "source": "npm:scheduler", + "source": "npm:scheduler@0.23.0", "target": "npm:loose-envify", "type": "static" } @@ -31427,14 +31487,14 @@ "npm:semver@7.5.4": [ { "source": "npm:semver@7.5.4", - "target": "npm:lru-cache", + "target": "npm:lru-cache@6.0.0", "type": "static" } ], "npm:semver@7.6.0": [ { "source": "npm:semver@7.6.0", - "target": "npm:lru-cache", + "target": "npm:lru-cache@6.0.0", "type": "static" } ], @@ -31710,17 +31770,17 @@ "type": "static" } ], - "npm:split2@1.0.0": [ + "npm:split2": [ { - "source": "npm:split2@1.0.0", - "target": "npm:through2@2.0.5", + "source": "npm:split2", + "target": "npm:through2", "type": "static" } ], - "npm:split2": [ + "npm:split2@3.2.2": [ { - "source": "npm:split2", - "target": "npm:readable-stream@3.6.2", + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", "type": "static" } ], @@ -31847,14 +31907,14 @@ "npm:string_decoder": [ { "source": "npm:string_decoder", - "target": "npm:safe-buffer", + "target": "npm:safe-buffer@5.1.2", "type": "static" } ], "npm:string_decoder@1.3.0": [ { "source": "npm:string_decoder@1.3.0", - "target": "npm:safe-buffer@5.2.1", + "target": "npm:safe-buffer", "type": "static" } ], @@ -31989,7 +32049,7 @@ }, { "source": "npm:svelte", - "target": "npm:aria-query@5.3.0", + "target": "npm:aria-query", "type": "static" }, { @@ -32024,7 +32084,7 @@ }, { "source": "npm:svelte", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -32068,7 +32128,7 @@ }, { "source": "npm:tar-stream", - "target": "npm:readable-stream@3.6.2", + "target": "npm:readable-stream", "type": "static" } ], @@ -32085,7 +32145,7 @@ }, { "source": "npm:terser", - "target": "npm:commander", + "target": "npm:commander@2.20.3", "type": "static" }, { @@ -32108,22 +32168,22 @@ "type": "static" } ], - "npm:through2@2.0.5": [ + "npm:through2": [ { - "source": "npm:through2@2.0.5", + "source": "npm:through2", "target": "npm:readable-stream@2.3.8", "type": "static" }, { - "source": "npm:through2@2.0.5", + "source": "npm:through2", "target": "npm:xtend", "type": "static" } ], - "npm:through2": [ + "npm:through2@4.0.2": [ { - "source": "npm:through2", - "target": "npm:readable-stream@3.6.2", + "source": "npm:through2@4.0.2", + "target": "npm:readable-stream", "type": "static" } ], @@ -32265,7 +32325,7 @@ "npm:to-regex-range": [ { "source": "npm:to-regex-range", - "target": "npm:is-number", + "target": "npm:is-number@7.0.0", "type": "static" } ], @@ -32334,9 +32394,9 @@ "type": "static" } ], - "npm:tr46@5.0.0": [ + "npm:tr46": [ { - "source": "npm:tr46@5.0.0", + "source": "npm:tr46", "target": "npm:punycode", "type": "static" } @@ -32361,7 +32421,7 @@ }, { "source": "npm:tsconfig-paths", - "target": "npm:strip-bom@3.0.0", + "target": "npm:strip-bom", "type": "static" } ], @@ -32393,7 +32453,7 @@ }, { "source": "npm:tsup", - "target": "npm:execa", + "target": "npm:execa@5.1.1", "type": "static" }, { @@ -32793,7 +32853,7 @@ }, { "source": "npm:vite-plugin-dts", - "target": "npm:@rollup/pluginutils@5.1.0", + "target": "npm:@rollup/pluginutils", "type": "static" }, { @@ -32931,7 +32991,7 @@ }, { "source": "npm:vitest", - "target": "npm:execa@8.0.1", + "target": "npm:execa", "type": "static" }, { @@ -32946,7 +33006,7 @@ }, { "source": "npm:vitest", - "target": "npm:magic-string@0.30.8", + "target": "npm:magic-string", "type": "static" }, { @@ -33057,14 +33117,14 @@ "type": "static" } ], - "npm:whatwg-url@14.0.0": [ + "npm:whatwg-url": [ { - "source": "npm:whatwg-url@14.0.0", - "target": "npm:tr46@5.0.0", + "source": "npm:whatwg-url", + "target": "npm:tr46", "type": "static" }, { - "source": "npm:whatwg-url@14.0.0", + "source": "npm:whatwg-url", "target": "npm:webidl-conversions", "type": "static" } @@ -33181,16 +33241,16 @@ "type": "static" } ], - "npm:which": [ + "npm:which@2.0.2": [ { - "source": "npm:which", + "source": "npm:which@2.0.2", "target": "npm:isexe", "type": "static" } ], - "npm:which@4.0.0": [ + "npm:which": [ { - "source": "npm:which@4.0.0", + "source": "npm:which", "target": "npm:isexe@3.1.1", "type": "static" } diff --git a/libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx b/libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx index 576d980a099..1b21e2cd48b 100644 --- a/libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx +++ b/libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx @@ -108,7 +108,7 @@ export function TokenPickerFooter({ try { currExpression = ExpressionParser.parseExpression(expression.value); } catch (ex) { - if (ex instanceof ScannerException && ex.message === ExpressionExceptionCode.MISUSED_DOUBLE_QUOTES) { + if (ex instanceof ScannerException && (ex as any).message === ExpressionExceptionCode.MISUSED_DOUBLE_QUOTES) { // if the expression contains misused double quotes, we'll show a different error message setExpressionEditorError(invalidExpressionQuotations); } else { diff --git a/libs/designer-ui/tsconfig.json b/libs/designer-ui/tsconfig.json index e1680d5097f..692b862536b 100644 --- a/libs/designer-ui/tsconfig.json +++ b/libs/designer-ui/tsconfig.json @@ -12,16 +12,18 @@ "esModuleInterop": true, "resolveJsonModule": true, "outDir": "./build/lib", - "baseUrl": "./src" + "baseUrl": "./src", + "rootDir": "./src", + "declaration": true }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } + "files":[], + "include": [ + "**/src/**/*.ts", + "**/src/**/*.tsx" + ], + "exclude": [ + "**/__test__/**", + "**/__tests__/**", + "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/designer-ui/tsconfig.lib.json b/libs/designer-ui/tsconfig.lib.json deleted file mode 100644 index 0b751f1305e..00000000000 --- a/libs/designer-ui/tsconfig.lib.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "./build", - "declaration": true, - "types": [] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "**/*.spec.ts", - "jest.config.ts" - ] -} \ No newline at end of file diff --git a/libs/designer-ui/tsup.config.ts b/libs/designer-ui/tsup.config.ts index 446439b07f9..fc8a8689be0 100644 --- a/libs/designer-ui/tsup.config.ts +++ b/libs/designer-ui/tsup.config.ts @@ -3,13 +3,13 @@ import { defineConfig } from 'tsup'; export default defineConfig({ entry: ['src/index.ts'], treeshake: true, - outDir: 'build', + outDir: 'build/lib', sourcemap: 'inline', minify: true, clean: true, - dts: true, + // dts: true, splitting: false, - tsconfig: 'tsconfig.lib.json', + tsconfig: 'tsconfig.json', format: ['cjs', 'esm'], external: ['react'], injectStyle: false, diff --git a/libs/designer/package.json b/libs/designer/package.json index b28fddefa80..9cf6f0f9547 100644 --- a/libs/designer/package.json +++ b/libs/designer/package.json @@ -53,6 +53,7 @@ "react-redux": "8.0.2", "reactflow": "11.8.2", "redux-thunk": "2.4.2", + "reselect": "4.1.8", "to-title-case": "1.0.0", "util": "0.12.5", "yocto-queue": "0.1.0" @@ -60,5 +61,11 @@ "peerDependencies": { "react": "^16.4.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" + }, + "devDependencies": { + "@formatjs/intl": "^2.10.1", + "@types/lodash.frompairs": "^4.0.9", + "@types/lodash.merge": "^4.6.9", + "@types/to-title-case": "^1.0.2" } } \ No newline at end of file diff --git a/libs/designer/src/lib/core/actions/bjsworkflow/settings.ts b/libs/designer/src/lib/core/actions/bjsworkflow/settings.ts index 17652fc5bbf..e51e256157c 100644 --- a/libs/designer/src/lib/core/actions/bjsworkflow/settings.ts +++ b/libs/designer/src/lib/core/actions/bjsworkflow/settings.ts @@ -495,12 +495,12 @@ const getRetryPolicy = ( const isRetryPolicySupported = (isTrigger: boolean, operationType: string, manifest?: OperationManifest): boolean => { return manifest ? isSettingSupportedFromOperationManifest( - getOperationSettingFromManifest(manifest, 'retryPolicy') as OperationManifestSetting, - isTrigger - ) + getOperationSettingFromManifest(manifest, 'retryPolicy') as OperationManifestSetting, + isTrigger + ) : [Constants.NODE.TYPE.API_CONNECTION, Constants.NODE.TYPE.API_CONNECTION_WEBHOOK, Constants.NODE.TYPE.HTTP].indexOf( - operationType.toLowerCase() - ) > -1; + operationType.toLowerCase() + ) > -1; }; const getSequential = (definition?: LogicAppsV2.OperationDefinition): boolean => { @@ -601,9 +601,9 @@ const getTimeout = ( ): string | undefined => { const isTimeoutable = manifest ? isSettingSupportedFromOperationManifest( - getOperationSettingFromManifest(manifest, 'timeout') as OperationManifestSetting, - isTrigger - ) + getOperationSettingFromManifest(manifest, 'timeout') as OperationManifestSetting, + isTrigger + ) : isTimeoutableAction(nodeType); if (isTimeoutable) { @@ -622,9 +622,9 @@ const isTimeoutableAction = (operationType: string): boolean => { const isTimeoutSupported = (isTrigger: boolean, nodeType: string, manifest?: OperationManifest): boolean => { return manifest ? isSettingSupportedFromOperationManifest( - getOperationSettingFromManifest(manifest, 'timeout') as OperationManifestSetting, - isTrigger - ) + getOperationSettingFromManifest(manifest, 'timeout') as OperationManifestSetting, + isTrigger + ) : isTimeoutableAction(nodeType); }; @@ -758,9 +758,9 @@ export const isChunkedTransferModeSupported = ( const getDownloadChunkSize = (definition?: LogicAppsV2.OperationDefinition): number | undefined => { return definition ? getObjectPropertyValue(getRuntimeConfiguration(definition), [ - Constants.SETTINGS.PROPERTY_NAMES.CONTENT_TRANSFER, - Constants.SETTINGS.PROPERTY_NAMES.DOWNLOAD_CHUNK_SIZE, - ]) + Constants.SETTINGS.PROPERTY_NAMES.CONTENT_TRANSFER, + Constants.SETTINGS.PROPERTY_NAMES.DOWNLOAD_CHUNK_SIZE, + ]) : undefined; }; @@ -861,7 +861,7 @@ const getConditionExpressions = (definition?: LogicAppsV2.TriggerDefinition): st }; const getRunAfter = (definition?: LogicAppsV2.ActionDefinition): GraphEdge[] => { - const graphEdges = []; + const graphEdges: GraphEdge[] = []; if (definition?.runAfter) { for (const [predecessorId, statuses] of Object.entries(definition.runAfter)) { graphEdges.push({ predecessorId, statuses }); diff --git a/libs/designer/src/lib/core/queries/connections.ts b/libs/designer/src/lib/core/queries/connections.ts index 1124fd59fa0..21a895081c3 100644 --- a/libs/designer/src/lib/core/queries/connections.ts +++ b/libs/designer/src/lib/core/queries/connections.ts @@ -3,6 +3,8 @@ import { ConnectionService, SwaggerParser, equals } from '@microsoft/logic-apps- import type { Connector } from '@microsoft/logic-apps-shared'; import { useMemo } from 'react'; import { useQuery } from 'react-query'; +import type { } from '@microsoft/logic-apps-shared/node_modules/react-query/types'; + const connectionKey = 'connections'; export interface ConnectorWithParsedSwagger { diff --git a/libs/designer/src/lib/core/state/workflow/workflowSelectors.ts b/libs/designer/src/lib/core/state/workflow/workflowSelectors.ts index a8a4760f5b6..f10d33ab1f4 100644 --- a/libs/designer/src/lib/core/state/workflow/workflowSelectors.ts +++ b/libs/designer/src/lib/core/state/workflow/workflowSelectors.ts @@ -9,6 +9,8 @@ import { createSelector } from '@reduxjs/toolkit'; import { useMemo } from 'react'; import { useSelector } from 'react-redux'; import Queue from 'yocto-queue'; +import type {} from "reselect"; +import type {} from 'react-query'; export const getWorkflowState = (state: RootState): WorkflowState => state.workflow; diff --git a/libs/designer/src/lib/core/store.ts b/libs/designer/src/lib/core/store.ts index 41ae301cbab..ad78ae83f80 100644 --- a/libs/designer/src/lib/core/store.ts +++ b/libs/designer/src/lib/core/store.ts @@ -10,7 +10,7 @@ import tokens from './state/tokens/tokensSlice'; import workflowReducer from './state/workflow/workflowSlice'; import workflowParametersReducer from './state/workflowparameters/workflowparametersSlice'; import { configureStore } from '@reduxjs/toolkit'; - +import type {} from 'redux-thunk'; export const store = configureStore({ reducer: { workflow: workflowReducer, diff --git a/libs/designer/tsconfig.json b/libs/designer/tsconfig.json index 02405100882..da3396d32bd 100644 --- a/libs/designer/tsconfig.json +++ b/libs/designer/tsconfig.json @@ -4,7 +4,9 @@ "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "strict": true, + "noImplicitAny": true, "noImplicitOverride": false, + "noPropertyAccessFromIndexSignature": false, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "jsx": "react-jsx", @@ -12,16 +14,21 @@ "resolveJsonModule": true, "outDir": "./build/lib", "baseUrl": "./src", - + "rootDir": "./src", "declaration": true, - "types": ["node", "react"] + "types": [ + "node", + "react", + "react-query" + ] }, "files": [], "include": [ - "**/*.ts" + "**/src/*.ts" ], "exclude": [ "**/*.spec.ts", + "**/__test__/**", "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/designer/tsup.config.ts b/libs/designer/tsup.config.ts index dd765cfc894..1f74daaf878 100644 --- a/libs/designer/tsup.config.ts +++ b/libs/designer/tsup.config.ts @@ -7,7 +7,7 @@ export default defineConfig({ sourcemap: 'inline', minify: true, clean: true, - dts: true, + // dts: true, splitting: false, tsconfig: 'tsconfig.json', format: ['cjs', 'esm'], diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts b/libs/logic-apps-shared/src/designer-client-services/lib/standard/__tests__/connection.spec.ts similarity index 100% rename from libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts rename to libs/logic-apps-shared/src/designer-client-services/lib/standard/__tests__/connection.spec.ts diff --git a/libs/logic-apps-shared/src/utils/src/lib/models/index.ts b/libs/logic-apps-shared/src/utils/src/lib/models/index.ts index 95fa685e4f2..e3a19bbb236 100644 --- a/libs/logic-apps-shared/src/utils/src/lib/models/index.ts +++ b/libs/logic-apps-shared/src/utils/src/lib/models/index.ts @@ -13,7 +13,9 @@ export * from './theme'; export * from './dataMap'; export * from './dataMapSchema'; -export * as LogicApps from './logicApps'; -export * as LogicAppsV2 from './logicAppsV2'; -export * as OpenAPIV2 from './openApiV2'; -export * as Swagger from './swagger'; +import * as LogicApps from './logicApps'; +import * as LogicAppsV2 from './logicAppsV2'; +import * as OpenAPIV2 from './openApiV2'; +import * as Swagger from './swagger'; + +export { LogicApps, LogicAppsV2, OpenAPIV2, Swagger }; \ No newline at end of file diff --git a/libs/logic-apps-shared/tsconfig.json b/libs/logic-apps-shared/tsconfig.json index b1b07138d4a..d83f8ec4146 100644 --- a/libs/logic-apps-shared/tsconfig.json +++ b/libs/logic-apps-shared/tsconfig.json @@ -11,8 +11,11 @@ "jsx": "react", "esModuleInterop": true, "resolveJsonModule": true, - "outDir": "./build", + "outDir": "./build/lib", "baseUrl": "./src", + "rootDir": "./src", + "declaration": true, + "types": [], "paths": { "@microsoft/intl-logic-apps": [ "intl/src/index.ts" @@ -25,14 +28,14 @@ ] } }, - "files": [], - "include": [], - "references": [ - { - "path": "./tsconfig.lib.json" - }, - { - "path": "./tsconfig.spec.json" - } + "files":[], + "include": [ + "**/src/**/*.ts", + "**/src/**/*.tsx" + ], + "exclude": [ + "**/__test__/**", + "**/__tests__/**", + "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/logic-apps-shared/tsconfig.lib.json b/libs/logic-apps-shared/tsconfig.lib.json deleted file mode 100644 index 0b751f1305e..00000000000 --- a/libs/logic-apps-shared/tsconfig.lib.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "./build", - "declaration": true, - "types": [] - }, - "include": [ - "**/*.ts" - ], - "exclude": [ - "**/*.spec.ts", - "jest.config.ts" - ] -} \ No newline at end of file diff --git a/libs/logic-apps-shared/tsup.config.ts b/libs/logic-apps-shared/tsup.config.ts index 14692590b39..7bcc8651009 100644 --- a/libs/logic-apps-shared/tsup.config.ts +++ b/libs/logic-apps-shared/tsup.config.ts @@ -7,9 +7,8 @@ export default defineConfig({ outDir: 'build/lib', minify: true, clean: true, - dts: true, splitting: false, - tsconfig: 'tsconfig.lib.json', + tsconfig: 'tsconfig.json', format: ['cjs', 'esm'], external: ['react'], injectStyle: false, diff --git a/package.json b/package.json index 2b6aeb650b8..d554d315a4b 100644 --- a/package.json +++ b/package.json @@ -84,5 +84,8 @@ "eslint --cache --fix", "biome check --apply" ] + }, + "dependencies": { + "react-query": "3.39.3" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2364e621cb..70a380334ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,6 +7,10 @@ settings: importers: .: + dependencies: + react-query: + specifier: 3.39.3 + version: 3.39.3(react-dom@18.2.0)(react@18.2.0) devDependencies: '@babel/core': specifier: ^7.24.3 @@ -328,6 +332,9 @@ importers: redux-thunk: specifier: 2.4.2 version: 2.4.2(redux@4.2.1) + reselect: + specifier: 4.1.8 + version: 4.1.8 to-title-case: specifier: 1.0.0 version: 1.0.0 @@ -337,6 +344,19 @@ importers: yocto-queue: specifier: 0.1.0 version: 0.1.0 + devDependencies: + '@formatjs/intl': + specifier: ^2.10.1 + version: 2.10.1(typescript@5.4.3) + '@types/lodash.frompairs': + specifier: ^4.0.9 + version: 4.0.9 + '@types/lodash.merge': + specifier: ^4.6.9 + version: 4.6.9 + '@types/to-title-case': + specifier: ^1.0.2 + version: 1.0.2 libs/designer-ui: dependencies: @@ -5726,7 +5746,6 @@ packages: dependencies: '@formatjs/intl-localematcher': 0.5.4 tslib: 2.6.2 - dev: false /@formatjs/fast-memoize@1.2.8: resolution: {integrity: sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==} @@ -5738,7 +5757,6 @@ packages: resolution: {integrity: sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==} dependencies: tslib: 2.6.2 - dev: false /@formatjs/icu-messageformat-parser@2.3.0: resolution: {integrity: sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==} @@ -5754,7 +5772,6 @@ packages: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/icu-skeleton-parser': 1.8.0 tslib: 2.6.2 - dev: false /@formatjs/icu-skeleton-parser@1.3.18: resolution: {integrity: sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==} @@ -5768,7 +5785,6 @@ packages: dependencies: '@formatjs/ecma402-abstract': 1.18.2 tslib: 2.6.2 - dev: false /@formatjs/intl-displaynames@6.2.6: resolution: {integrity: sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==} @@ -5784,7 +5800,6 @@ packages: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/intl-localematcher': 0.5.4 tslib: 2.6.2 - dev: false /@formatjs/intl-listformat@7.1.9: resolution: {integrity: sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==} @@ -5800,7 +5815,6 @@ packages: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/intl-localematcher': 0.5.4 tslib: 2.6.2 - dev: false /@formatjs/intl-localematcher@0.2.32: resolution: {integrity: sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==} @@ -5812,7 +5826,6 @@ packages: resolution: {integrity: sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==} dependencies: tslib: 2.6.2 - dev: false /@formatjs/intl@2.10.1(typescript@5.4.3): resolution: {integrity: sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==} @@ -5830,7 +5843,6 @@ packages: intl-messageformat: 10.5.11 tslib: 2.6.2 typescript: 5.4.3 - dev: false /@formatjs/intl@2.6.7(typescript@5.4.3): resolution: {integrity: sha512-9FvEJfUMzlmP5ZBK3EE0928kVsZmD5aeWXg+faP8+mKIvG3c0hkLEXQ2MiUrXQt4rsEzOPbYVtBdthzSM0e2fw==} @@ -7916,6 +7928,22 @@ packages: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} dev: false + /@types/lodash.frompairs@4.0.9: + resolution: {integrity: sha512-OZ7YqENr/kRqpDqXlU1RxGWSQ4Ha5gLFcz9v2OhxrrspHCeQ4PfC7SobvLJ8vCvftiEv7IEfZNpaLhHYkVB5SA==} + dependencies: + '@types/lodash': 4.17.0 + dev: true + + /@types/lodash.merge@4.6.9: + resolution: {integrity: sha512-23sHDPmzd59kUgWyKGiOMO2Qb9YtqRO/x4IhkgNUiPQ1+5MUVqi6bCZeq9nBJ17msjIMbEIO5u+XW4Kz6aGUhQ==} + dependencies: + '@types/lodash': 4.17.0 + dev: true + + /@types/lodash@4.17.0: + resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} + dev: true + /@types/mdast@3.0.15: resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} dependencies: @@ -7964,6 +7992,10 @@ packages: /@types/scheduler@0.16.8: resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} + /@types/to-title-case@1.0.2: + resolution: {integrity: sha512-JWCy93Z2bM/xYRcKjC2SOeU1PRYNOdZhD5ZUG8T1si9Tlau1M6UZ1wm7yR+avqdy51Du4BLEIaEB4axfPC4UKg==} + dev: true + /@types/tunnel@0.0.3: resolution: {integrity: sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==} dependencies: @@ -10098,7 +10130,6 @@ packages: '@formatjs/fast-memoize': 2.2.0 '@formatjs/icu-messageformat-parser': 2.7.6 tslib: 2.6.2 - dev: false /ionstore@1.0.0: resolution: {integrity: sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==} diff --git a/tsconfig.base.json b/tsconfig.base.json index ac3ebbcfde5..90fdf59b65c 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -2,11 +2,10 @@ "$schema": "https://json.schemastore.org/tsconfig", "compileOnSave": false, "compilerOptions": { - "rootDir": ".", "sourceMap": true, "declaration": false, "moduleResolution": "node", - "emitDecoratorMetadata": true, + "emitDecoratorMetadata": false, "experimentalDecorators": true, "noPropertyAccessFromIndexSignature": false, "importHelpers": true, From e7eef9d4e61b0c6684d40c0de039126a3fd9876f Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sat, 30 Mar 2024 00:34:09 -0700 Subject: [PATCH 06/39] progress --- .../src/lib/core/queries/connections.ts | 9 ++++----- .../state/connection/connectionSelector.ts | 9 +++++---- .../state/selectors/actionMetadataSelector.ts | 18 +++++++++--------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/libs/designer/src/lib/core/queries/connections.ts b/libs/designer/src/lib/core/queries/connections.ts index 21a895081c3..0d9a4dcb85d 100644 --- a/libs/designer/src/lib/core/queries/connections.ts +++ b/libs/designer/src/lib/core/queries/connections.ts @@ -1,9 +1,8 @@ import { getReactQueryClient } from '../ReactQueryProvider'; import { ConnectionService, SwaggerParser, equals } from '@microsoft/logic-apps-shared'; -import type { Connector } from '@microsoft/logic-apps-shared'; +import type { Connection, Connector } from '@microsoft/logic-apps-shared'; import { useMemo } from 'react'; -import { useQuery } from 'react-query'; -import type { } from '@microsoft/logic-apps-shared/node_modules/react-query/types'; +import { UseQueryResult, useQuery } from 'react-query'; const connectionKey = 'connections'; @@ -51,7 +50,7 @@ export const useConnectionById = (connectionId: string, connectorId: string) => result: undefined, }; - const foundConnection = connections.find((connection) => equals(connection.id, connectionId)); + const foundConnection = connections.find((connection: any) => equals(connection.id, connectionId)); return { isLoading, result: foundConnection ?? connection, @@ -59,7 +58,7 @@ export const useConnectionById = (connectionId: string, connectorId: string) => }, [connection, connectionId, connections, connectorId, isLoading]); }; -export const useAllConnections = () => { +export const useAllConnections = (): UseQueryResult => { return useQuery([connectionKey], () => ConnectionService().getConnections(), { cacheTime: 0, staleTime: 0, diff --git a/libs/designer/src/lib/core/state/connection/connectionSelector.ts b/libs/designer/src/lib/core/state/connection/connectionSelector.ts index f2f8c638a65..72630096672 100644 --- a/libs/designer/src/lib/core/state/connection/connectionSelector.ts +++ b/libs/designer/src/lib/core/state/connection/connectionSelector.ts @@ -12,13 +12,14 @@ import { isServiceProviderOperation, getRecordEntry, type Connector, + Gateway } from '@microsoft/logic-apps-shared'; import { useMemo } from 'react'; -import { useQuery } from 'react-query'; +import { UseQueryResult, useQuery } from 'react-query'; import { useSelector } from 'react-redux'; -export const useConnector = (connectorId: string | undefined, enabled = true) => { - const { data, ...rest } = useConnectorAndSwagger(connectorId, enabled); +export const useConnector = (connectorId: string | undefined, enabled = true): UseQueryResult => { + const { data, ...rest }: any = useConnectorAndSwagger(connectorId, enabled); return { data: data?.connector, ...rest }; }; @@ -39,7 +40,7 @@ export const useConnectorAndSwagger = (connectorId: string | undefined, enabled ); }; -export const useGateways = (subscriptionId: string, connectorName: string) => { +export const useGateways = (subscriptionId: string, connectorName: string): UseQueryResult => { return useQuery( ['gateways', { subscriptionId }, { connectorName }], async () => GatewayService().getGateways(subscriptionId, connectorName), diff --git a/libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts b/libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts index b8c33a3d216..6f4823bf677 100644 --- a/libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts +++ b/libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts @@ -5,10 +5,10 @@ import type { RootState } from '../../store'; import { useConnector, useConnectorAndSwagger, useNodeConnectionId } from '../connection/connectionSelector'; import type { NodeOperation } from '../operation/operationMetadataSlice'; import { OperationManifestService, SwaggerParser, getObjectPropertyValue, getRecordEntry } from '@microsoft/logic-apps-shared'; -import type { LAOperation } from '@microsoft/logic-apps-shared'; +import type { LAOperation, OperationManifest } from '@microsoft/logic-apps-shared'; import { createSelector } from '@reduxjs/toolkit'; import { useMemo } from 'react'; -import { useQuery } from 'react-query'; +import { UseQueryResult, useQuery } from 'react-query'; import { useSelector } from 'react-redux'; interface QueryResult { @@ -34,13 +34,13 @@ export const useNodeConnectionName = (nodeId: string): QueryResult => { () => nodeId && connectionId ? { - isLoading, - result: !isLoading ? connection?.properties?.displayName ?? connectionId.split('/').at(-1) : '', - } + isLoading, + result: !isLoading ? connection?.properties?.displayName ?? connectionId.split('/').at(-1) : '', + } : { - isLoading: false, - result: undefined, - }, + isLoading: false, + result: undefined, + }, [nodeId, connection?.properties?.displayName, connectionId, isLoading] ); }; @@ -63,7 +63,7 @@ export const useOutputParameters = (nodeId: string) => { return useSelector((state: RootState) => selector(state, nodeId)); }; -export const useOperationManifest = (operationInfo?: NodeOperation, enabled = true) => { +export const useOperationManifest = (operationInfo?: NodeOperation, enabled = true): UseQueryResult => { const operationManifestService = OperationManifestService(); const connectorId = operationInfo?.connectorId?.toLowerCase(); const operationId = operationInfo?.operationId?.toLowerCase(); From e796b3a4f62e493b120cd0cdb8c01fae0a9247bc Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sat, 30 Mar 2024 00:34:20 -0700 Subject: [PATCH 07/39] Small Adjustment --- .nx/cache/file-map.json | 7745 +++++++++++++++---------------- .nx/cache/lockfile.hash | 2 +- .nx/cache/parsed-lock-file.json | 16 +- .nx/cache/project-graph.json | 16 +- package.json | 5 +- pnpm-lock.yaml | 96 +- 6 files changed, 3938 insertions(+), 3942 deletions(-) diff --git a/.nx/cache/file-map.json b/.nx/cache/file-map.json index f66afd23503..94a9963ceb8 100644 --- a/.nx/cache/file-map.json +++ b/.nx/cache/file-map.json @@ -2,7 +2,6 @@ "version": "6.0", "nxVersion": "18.1.3", "deps": { - "react-query": "3.39.3", "@babel/core": "^7.24.3", "@babel/preset-env": "^7.24.3", "@babel/preset-react": "^7.24.1", @@ -37,7595 +36,7595 @@ "sherif": "^0.8.1", "size-limit": "^11.1.2", "tsup": "^8.0.2", - "typescript": "5.4.3", + "typescript": "4.7.4", "vitest": "^1.4.0" }, "pathMappings": {}, "nxJsonPlugins": [], "fileMap": { "projectFileMap": { - "@microsoft/logic-apps-data-mapper": [ + "@microsoft/logic-apps-chatbot": [ { - "file": "libs/data-mapper/package.json", - "hash": "11374210066381032052", + "file": "libs/chatbot/package.json", + "hash": "14533386357963788386", "deps": [ "@microsoft/logic-apps-shared", "npm:react-intl", + "@microsoft/logic-apps-designer", "npm:@fluentui/react", - "npm:@fluentui/react-components", "npm:@fluentui/react-icons", - "npm:react-redux", - "npm:react-icons", - "npm:reactflow", "@microsoft/designer-ui", - "npm:react-query", - "npm:@fluentui/react-migration-v8-v9", - "@microsoft/logic-apps-designer", - "npm:fuse.js", - "npm:@react-hookz/web", - "npm:@fluentui/react-hooks", - "npm:redux-undo", - "npm:@fluentui/azure-themes", - "npm:@fluentui/react-portal-compat", - "npm:@microsoft/applicationinsights-react-js", - "npm:@microsoft/applicationinsights-web", - "npm:@reduxjs/toolkit", - "npm:js-yaml", - "npm:react-dnd", - "npm:react-dnd-html5-backend", - "npm:immer", - "npm:pathfinding", + "npm:@fluentui/react-components", "npm:@types/react", "npm:react", "npm:react-dom" ] }, { - "file": "libs/data-mapper/src/index.ts", - "hash": "5472632491119599158" + "file": "libs/chatbot/rollup.config.mjs", + "hash": "16469814706170133141" }, { - "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", - "hash": "14141615103418495910" + "file": "libs/chatbot/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", - "hash": "17770304629225421551" + "file": "libs/chatbot/src/lib/common/constants.ts", + "hash": "2429934717009400244" }, { - "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", - "hash": "6877428616429784381" + "file": "libs/chatbot/src/lib/common/models/Query.ts", + "hash": "12711516361292056739" }, { - "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", - "hash": "14358690050668654180" + "file": "libs/chatbot/src/lib/common/models/workflow.ts", + "hash": "15855456327309866932" }, { - "file": "libs/data-mapper/src/lib/__mocks__/index.ts", - "hash": "2773363408802742346" + "file": "libs/chatbot/src/lib/core/util/index.ts", + "hash": "5139985942597791835" }, { - "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/chatbot/src/lib/images/LogicApps.svg", + "hash": "2097860906489808431" }, { - "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", - "hash": "8395782275572223290" + "file": "libs/chatbot/src/lib/images/Sparkle.svg", + "hash": "3138281638005072555" }, { - "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", - "hash": "16603205122567920755" + "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", + "hash": "12308741199338082792" }, { - "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", - "hash": "10258201007008948880" + "file": "libs/chatbot/src/lib/images/Workflow.svg", + "hash": "9644831917975499371" }, { - "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", - "hash": "8534942872367954833" + "file": "libs/chatbot/src/lib/index.tsx", + "hash": "7293379411218707820" }, { - "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", - "hash": "15022977686795039418" + "file": "libs/chatbot/src/lib/styles.less", + "hash": "17038065324912682386" }, { - "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", - "hash": "12397917326030950019" + "file": "libs/chatbot/src/lib/ui/chatbot.tsx", + "hash": "14000638668528235529" }, { - "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", - "hash": "1675148636656834599" + "file": "libs/chatbot/src/lib/ui/panelheader.tsx", + "hash": "933389736901388174" }, { - "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", - "hash": "4500469198916948898" + "file": "libs/chatbot/src/lib/ui/styles.less", + "hash": "16062592558757698716" }, { - "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", - "hash": "15591781288413492668" + "file": "libs/chatbot/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "vs-code-react": [ + { + "file": "apps/vs-code-react/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", - "hash": "10224908465129074278" + "file": "apps/vs-code-react/.browserslistrc", + "hash": "167759602395835039" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", - "hash": "2306687655733353822" + "file": "apps/vs-code-react/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", - "hash": "4978643643123088343" + "file": "apps/vs-code-react/jest.config.ts", + "hash": "8334961725413338902" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", - "hash": "16079196945272553302" + "file": "apps/vs-code-react/project.json", + "hash": "16992379845976149116" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", - "hash": "9459439117530038422" + "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", + "hash": "7103226391461447657" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/style.less", - "hash": "1527231942813543886" + "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", + "hash": "15235190526173296646" }, { - "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", - "hash": "3490028716472595634" + "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", + "hash": "3923189858935612561" }, { - "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", - "hash": "11032931063624269338" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", + "hash": "5310943053923898056" }, { - "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", - "hash": "16949676118746384339" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", + "hash": "14353098042527666078" }, { - "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", - "hash": "5754477981864776328" + "file": "apps/vs-code-react/src/app/dataMapper/app.less", + "hash": "10860476654260307609" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", - "hash": "8248408736294624544" + "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", + "hash": "1229212044608318791" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", - "hash": "1309869007463816848" + "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", + "hash": "1233751610250085221" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", - "hash": "13628344667890779793" + "file": "apps/vs-code-react/src/app/designer/app.less", + "hash": "2873139032757981092" }, { - "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", - "hash": "15205348783145905209" + "file": "apps/vs-code-react/src/app/designer/app.tsx", + "hash": "14446374292339965572" }, { - "file": "libs/data-mapper/src/lib/components/index.tsx", - "hash": "14428353282588746736" + "file": "apps/vs-code-react/src/app/designer/constants.ts", + "hash": "5903664051922439610" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", - "hash": "2162817837155313327" + "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", + "hash": "8677180454198120663" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", - "hash": "13553412525983781799" + "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", + "hash": "13157754222681752876" }, { - "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", - "hash": "12346138118521841651" + "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", + "hash": "3846553792648049504" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", - "hash": "13284155248340962799" + "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", + "hash": "2583935077415507996" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", - "hash": "6881307329438277742" + "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", + "hash": "11284208617598927726" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", - "hash": "17557070717023693689" + "file": "apps/vs-code-react/src/app/export/export.less", + "hash": "3696757642502745218" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", - "hash": "6406696257549309205" + "file": "apps/vs-code-react/src/app/export/export.tsx", + "hash": "8780683083445998923" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", - "hash": "287685334620412869" + "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", + "hash": "1432771657034188602" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", - "hash": "7705748749211233193" + "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", + "hash": "920422646883876413" }, { - "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", - "hash": "3936423784858816038" + "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", + "hash": "11162162346257637474" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", - "hash": "436733766006015729" + "file": "apps/vs-code-react/src/app/export/status/status.tsx", + "hash": "7912554661822815221" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", - "hash": "2902656052842124085" + "file": "apps/vs-code-react/src/app/export/summary/helper.ts", + "hash": "14153533387296877593" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", - "hash": "12588249875741308347" + "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", + "hash": "7161124247970943148" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", - "hash": "3371960444479219998" + "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", + "hash": "4655457745320534508" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", - "hash": "13107346633144606217" + "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", + "hash": "314441399583635160" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", - "hash": "3431317465765506117" + "file": "apps/vs-code-react/src/app/export/validation/helper.ts", + "hash": "11787808914725369004" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", - "hash": "931212623622312724" + "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", + "hash": "6866286216752763150" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", - "hash": "2252689483688433412" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", + "hash": "10475247554118844324" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", - "hash": "16227082704057520509" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", + "hash": "1366466573911291031" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", - "hash": "10162125979217322629" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", + "hash": "3750291621191783642" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", - "hash": "1365034521116895969" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", + "hash": "16694375718863827935" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", - "hash": "5783780993646471511" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", + "hash": "3220598036709854135" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", - "hash": "12114143726703313044" + "file": "apps/vs-code-react/src/app/overview/app.tsx", + "hash": "6561625234207029430" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", - "hash": "7202237167327210605" + "file": "apps/vs-code-react/src/app/overview/overview.less", + "hash": "10514910349287699054" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", - "hash": "1200938118723756534" + "file": "apps/vs-code-react/src/app/review/index.tsx", + "hash": "17050061761908500120" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", - "hash": "1012998571701681502" + "file": "apps/vs-code-react/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", - "hash": "12160064669768110122" + "file": "apps/vs-code-react/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/data-mapper/src/lib/components/style.less", - "hash": "16697434201106803776" + "file": "apps/vs-code-react/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", - "hash": "1043813905809112628" + "file": "apps/vs-code-react/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", - "hash": "9602489998542264304" + "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", + "hash": "8025372240546622652" }, { - "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", - "hash": "6227532534870526144" + "file": "apps/vs-code-react/src/fixtures/get-run.json", + "hash": "14954993404334898723" }, { - "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", - "hash": "7886860379443982562" + "file": "apps/vs-code-react/src/fixtures/get-runs.json", + "hash": "16210149105685428411" }, { - "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", - "hash": "9624723269802669778" + "file": "apps/vs-code-react/src/index.html", + "hash": "15542557927961559597" }, { - "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", - "hash": "8054479495813088206" + "file": "apps/vs-code-react/src/main.tsx", + "hash": "12636954517020345187" }, { - "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", - "hash": "11318338330539713068" + "file": "apps/vs-code-react/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", - "hash": "6683692349789938244" + "file": "apps/vs-code-react/src/resources/Caution.svg", + "hash": "12946324935578891880" }, { - "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", - "hash": "9474546573542884474" + "file": "apps/vs-code-react/src/resources/Error.svg", + "hash": "1306017530222758526" }, { - "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", - "hash": "9216304019284249108" + "file": "apps/vs-code-react/src/resources/Success.svg", + "hash": "1346479691433759862" }, { - "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", - "hash": "16279862027290865289" + "file": "apps/vs-code-react/src/router/index.tsx", + "hash": "15140865326278989359" }, { - "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", - "hash": "63281905083235104" + "file": "apps/vs-code-react/src/run-service.ts", + "hash": "17001222516069202300" }, { - "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", - "hash": "2119175370219112170" + "file": "apps/vs-code-react/src/run-service/export/helper.ts", + "hash": "17978663445350106988" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", - "hash": "4728474869371566435" + "file": "apps/vs-code-react/src/run-service/export/index.ts", + "hash": "8958556086353433187" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", - "hash": "15720533640718112418" + "file": "apps/vs-code-react/src/run-service/types.ts", + "hash": "15571572309314646001" }, { - "file": "libs/data-mapper/src/lib/core/index.ts", - "hash": "17728252828542620020" + "file": "apps/vs-code-react/src/state/DataMapSlice.ts", + "hash": "12162383684219148227" }, { - "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", - "hash": "9336784234862841153" + "file": "apps/vs-code-react/src/state/DesignerSlice.ts", + "hash": "15018588436028947609" }, { - "file": "libs/data-mapper/src/lib/core/queries/functions.ts", - "hash": "9075525510237815946" + "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", + "hash": "17422552152551623659" }, { - "file": "libs/data-mapper/src/lib/core/queries/schema.ts", - "hash": "13294590656211176080" + "file": "apps/vs-code-react/src/state/projectSlice.ts", + "hash": "17786023480081942934" }, { - "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", - "hash": "5423319519120387627" + "file": "apps/vs-code-react/src/state/store.ts", + "hash": "9306760291102940367" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", - "hash": "9392105193070614482" + "file": "apps/vs-code-react/src/stateWrapper.tsx", + "hash": "2412499423087675880" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", - "hash": "15115567686730099658" + "file": "apps/vs-code-react/src/styles.less", + "hash": "11897878901819299767" }, { - "file": "libs/data-mapper/src/lib/core/services/index.ts", - "hash": "17713914166270244963" + "file": "apps/vs-code-react/src/themeProvider.tsx", + "hash": "3199307216492964650" }, { - "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", - "hash": "3978208177201101476" + "file": "apps/vs-code-react/src/webviewCommunication.tsx", + "hash": "4256707400206268801" }, { - "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", - "hash": "2345282136753381843" + "file": "apps/vs-code-react/tsconfig.app.json", + "hash": "4251399858593500384" }, { - "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", - "hash": "8144585438365623290" + "file": "apps/vs-code-react/tsconfig.json", + "hash": "10208151351921925114" }, { - "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", - "hash": "8329083872052003118" + "file": "apps/vs-code-react/tsconfig.spec.json", + "hash": "15143458430517966976" + } + ], + "@microsoft/designer-ui": [ + { + "file": "libs/designer-ui/package.json", + "hash": "2157918880835177019", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:@fluentui/react", + "npm:react-intl", + "npm:@fluentui/react-components", + "npm:@lexical/react", + "npm:lexical", + "npm:@react-hookz/web", + "npm:fuse.js", + "npm:react-query", + "npm:reactflow", + "npm:react-dnd", + "npm:@fluentui/react-hooks", + "npm:react-markdown", + "npm:monaco-editor", + "npm:prism-react-renderer", + "npm:react-use", + "npm:@fluentui/react-icons", + "npm:@lexical/selection", + "npm:@lexical/utils", + "npm:@lexical/link", + "npm:@fluentui/theme", + "npm:@lexical/list", + "npm:@lexical/rich-text", + "npm:@lexical/html", + "npm:@monaco-editor/react", + "npm:react-infinite-scroll-component", + "npm:@fluentui/utilities", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", - "hash": "13780116185320446560" + "file": "libs/designer-ui/src/assets/search/noResults.svg", + "hash": "4909511463165872592" }, { - "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", - "hash": "1844323867195659318" + "file": "libs/designer-ui/src/index.ts", + "hash": "14428353282588746736" }, { - "file": "libs/data-mapper/src/lib/core/state/Store.ts", - "hash": "11335664211370179539" + "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", + "hash": "14434568979751658338" }, { - "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", - "hash": "14083985203055166555" + "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", + "hash": "14908105139639555615" }, { - "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", - "hash": "3651895461739624717" + "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", + "hash": "7211006209534532164" }, { - "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", - "hash": "9602396280237708280" + "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", + "hash": "11094301716023935000" }, { - "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", - "hash": "3966523736504478114" + "file": "libs/designer-ui/src/lib/about/about.less", + "hash": "11763256971442327180" }, { - "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", - "hash": "3717071440296795971" + "file": "libs/designer-ui/src/lib/about/index.tsx", + "hash": "1885249223741047225" }, { - "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", - "hash": "18312574586759606725" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", + "hash": "14884276543197931855" }, { - "file": "libs/data-mapper/src/lib/images/IconModel.ts", - "hash": "12022961688999857592" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", + "hash": "119144818974442509" }, { - "file": "libs/data-mapper/src/lib/index.ts", - "hash": "12536403810420775901" + "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", + "hash": "2571402350210962658" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", - "hash": "11971351871449799719" + "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", + "hash": "8994554438666876777" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", - "hash": "231476621227209942" + "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", + "hash": "5617830809914714226" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", - "hash": "14825710363869872009" + "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", + "hash": "3045029944051572215" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", - "hash": "11190645468593154735" + "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", + "hash": "15035395214520169992" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", - "hash": "14736012937266371921" + "file": "libs/designer-ui/src/lib/apicards.less", + "hash": "13797202201533966679" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", - "hash": "13887358761389139212" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", + "hash": "1159973821678804034" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", - "hash": "17897683696959454955" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", + "hash": "15663177271477515098" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", - "hash": "12140356380068737353" + "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", + "hash": "15257122625185925783" }, { - "file": "libs/data-mapper/src/lib/models/Connection.ts", - "hash": "6713086379975707272" + "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", + "hash": "3440648328094660448" }, { - "file": "libs/data-mapper/src/lib/models/Function.ts", - "hash": "4870906847571201219" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", + "hash": "1035335925853359629" }, { - "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", - "hash": "15870582288808787686" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", + "hash": "15902940521963280423" }, { - "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", - "hash": "2503294176815549333" + "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", + "hash": "10301768307429232439" }, { - "file": "libs/data-mapper/src/lib/models/index.ts", - "hash": "15048481124323271890" + "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", + "hash": "13067628806797164554" }, { - "file": "libs/data-mapper/src/lib/styles.less", - "hash": "6908331227144989949" + "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", + "hash": "5940965594446421041" }, { - "file": "libs/data-mapper/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", + "hash": "6013139278499039153" }, { - "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", - "hash": "5175306600030063384" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", + "hash": "14344032625786759505" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", - "hash": "10316055516907888527" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", + "hash": "12838314745302584802" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", - "hash": "13390357502855812372" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", + "hash": "12431847260795348376" }, { - "file": "libs/data-mapper/src/lib/ui/index.ts", - "hash": "15113147962899261470" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", + "hash": "11721662882789703309" }, { - "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", - "hash": "16408345537354737101" + "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", + "hash": "9710908466929509626" }, { - "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", - "hash": "1686767970297098011" + "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", + "hash": "11958567725113824782" }, { - "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", - "hash": "2434825439260665638" + "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", + "hash": "8161067183164594482" }, { - "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", - "hash": "16723311339534011344" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", + "hash": "12160223154281286587" }, { - "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", - "hash": "8480594156287949923" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", + "hash": "16430731582068929461" }, { - "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", - "hash": "5131927761100189734" + "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", + "hash": "15218856122571348271" }, { - "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", - "hash": "15649534183471564687" + "file": "libs/designer-ui/src/lib/authentication/authentication.less", + "hash": "13977853940860538752" }, { - "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", - "hash": "8490159670981334068" + "file": "libs/designer-ui/src/lib/authentication/index.tsx", + "hash": "12121725416726564057" }, { - "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", - "hash": "13852057286094725726" + "file": "libs/designer-ui/src/lib/authentication/util.ts", + "hash": "11605613898253709629" }, { - "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", - "hash": "1056814422116962324" + "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", + "hash": "4239997238176229679" }, { - "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", - "hash": "7706926125373966162" + "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", + "hash": "13992825478287594370" }, { - "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", - "hash": "17896084943722718154" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", + "hash": "4867411311567038161" }, { - "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", - "hash": "17700627488664204153" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", + "hash": "4547318522865203584" }, { - "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", - "hash": "1510231232034717112" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", + "hash": "14866563066427854785" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", - "hash": "9183598294036602086" + "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", + "hash": "10879704914758677366" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", - "hash": "2591378645563686133" + "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", + "hash": "17307763740338983688" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", - "hash": "3757182914660000889" + "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", + "hash": "14241926419350930556" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", - "hash": "4652895062524218585" + "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", + "hash": "5187864438896470501" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", - "hash": "16304634453111028700" + "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", + "hash": "8302242870984866501" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", - "hash": "16121681897376756515" + "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", + "hash": "12826695037894387883" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", - "hash": "15152740453553295329" + "file": "libs/designer-ui/src/lib/card/batch.less", + "hash": "10575267785363995315" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", - "hash": "11931976114526883032" + "file": "libs/designer-ui/src/lib/card/card.less", + "hash": "15282637473947824061" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", - "hash": "3153965796357963823" + "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", + "hash": "6484623461460191253" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", - "hash": "3809914266296290977" + "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", + "hash": "16034062062771286179" }, { - "file": "libs/data-mapper/src/lib/utils/index.ts", - "hash": "5033003906952262405" + "file": "libs/designer-ui/src/lib/card/cardmonitor.less", + "hash": "4871384248042757553" }, { - "file": "libs/data-mapper/tsconfig.json", - "hash": "2883325760657722404" + "file": "libs/designer-ui/src/lib/card/cardv2.less", + "hash": "6593714482527657845" }, { - "file": "libs/data-mapper/typing/sort-paths.d.ts", - "hash": "13071285186636949876" - } - ], - "@microsoft/logic-apps-designer": [ - { - "file": "libs/designer/package.json", - "hash": "8694041123093540774", - "deps": [ - "npm:@fluentui/azure-themes", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-hooks", - "npm:@fluentui/react-icons", - "npm:@fluentui/utilities", - "npm:@microsoft/applicationinsights-core-js", - "@microsoft/designer-ui", - "@microsoft/logic-apps-shared", - "npm:@react-hookz/web", - "npm:@reduxjs/toolkit", - "npm:elkjs", - "npm:fuse.js", - "npm:immer", - "npm:lodash.frompairs", - "npm:lodash.merge", - "npm:react-dnd", - "npm:react-dnd-accessible-backend", - "npm:react-dnd-html5-backend", - "npm:react-dnd-multi-backend", - "npm:react-hotkeys-hook", - "npm:react-intl", - "npm:react-query", - "npm:react-redux", - "npm:reactflow", - "npm:redux-thunk", - "npm:to-title-case", - "npm:util", - "npm:yocto-queue", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer-ui/src/lib/card/config/config.less", + "hash": "5613835801941506485" }, { - "file": "libs/designer/src/index.ts", - "hash": "11355081150901527302" + "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", + "hash": "8278918968245925125" }, { - "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", + "hash": "3759914967985226400" }, { - "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", - "hash": "9240782448242967537" + "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", + "hash": "14402384408736907567" }, { - "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", - "hash": "5214463813702224032" + "file": "libs/designer-ui/src/lib/card/function/function.less", + "hash": "15731313779614157076" }, { - "file": "libs/designer/src/lib/common/constants.ts", - "hash": "14716266680681788853" + "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", + "hash": "7734290807369071142" }, { - "file": "libs/designer/src/lib/common/exceptions/exception.ts", - "hash": "4016853272413138441" + "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", + "hash": "13163728213584653339" }, { - "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", - "hash": "2438628799773606413" + "file": "libs/designer-ui/src/lib/card/hooks.ts", + "hash": "3280423690018226095" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", - "hash": "13936938153293651615" + "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", + "hash": "13724223152608135682" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", - "hash": "17853975463227900194" + "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", + "hash": "10199587974604360910" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", - "hash": "716422980644102335" + "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", + "hash": "1732185137555566396" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", - "hash": "10948104330765315206" + "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", + "hash": "9622432927124771" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", - "hash": "13744301547491746840" + "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", + "hash": "16379690233431545152" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", - "hash": "5099585607600274464" + "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", + "hash": "18196248137118265647" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", - "hash": "3057811563704111315" + "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", + "hash": "7362441868927286283" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", - "hash": "13794169093128310758" + "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", + "hash": "14506568544666863824" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", - "hash": "6553711262896807602" + "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", + "hash": "13676032398949697479" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", - "hash": "3769112376720810799" + "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", + "hash": "12071288473248491154" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", - "hash": "4840054514873781546" + "file": "libs/designer-ui/src/lib/card/images/collapse.svg", + "hash": "3724917790453240684" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", - "hash": "13772471609559374653" + "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", + "hash": "7710484694921752567" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", - "hash": "17291714734882915823" + "file": "libs/designer-ui/src/lib/card/images/delete.svg", + "hash": "15675230980148461553" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", - "hash": "8696373633900139960" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", - "hash": "10209490491669077224" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", - "hash": "5762239862513015054" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", + "hash": "3682275420836100854" }, { - "file": "libs/designer/src/lib/common/images/arrowdark.svg", - "hash": "5926111895234327525" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "libs/designer/src/lib/common/images/arrowlight.svg", - "hash": "8015769479673340480" + "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", + "hash": "13253552947487643867" }, { - "file": "libs/designer/src/lib/common/images/arrowred.svg", - "hash": "2430505900927056727" + "file": "libs/designer-ui/src/lib/card/images/expand.svg", + "hash": "1365824124689290130" }, { - "file": "libs/designer/src/lib/common/images/bolt.svg", - "hash": "17462634652015284885" + "file": "libs/designer-ui/src/lib/card/images/information.svg", + "hash": "2629543329230765405" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", - "hash": "4281210752025126548" + "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", + "hash": "8036333629834072325" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", - "hash": "8923215817224206799" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", + "hash": "4791285533034835653" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", - "hash": "4347287844293995514" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", + "hash": "2827706739916533779" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", - "hash": "802393672600738414" + "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", + "hash": "2205398914635833301" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", - "hash": "788257097228620744" + "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", + "hash": "14020397064356319924" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", - "hash": "11736524123979545801" + "file": "libs/designer-ui/src/lib/card/images/parameters.svg", + "hash": "5661870126399503537" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", - "hash": "965633922044453844" + "file": "libs/designer-ui/src/lib/card/images/plus.svg", + "hash": "11071985059296778590" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", - "hash": "10224443075493376159" + "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", + "hash": "15762098724270837693" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", - "hash": "488405671534951514" + "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", + "hash": "14136830631826324888" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", - "hash": "16381515837357068415" + "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", + "hash": "561849715759343409" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", - "hash": "17856490403949387790" + "file": "libs/designer-ui/src/lib/card/index.tsx", + "hash": "13283832555519492964" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", - "hash": "15243776523488424116" + "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", + "hash": "16011573732296811334" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", - "hash": "5699680888941228448" + "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", + "hash": "13785447784192146498" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", - "hash": "9764035938809534317" + "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", + "hash": "8715826541047287974" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", - "hash": "12326541136900487952" + "file": "libs/designer-ui/src/lib/card/query/query.less", + "hash": "11595797360380764326" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", - "hash": "6245055721372883370" + "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", + "hash": "14660261598576668135" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", - "hash": "14444337833939963797" + "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", + "hash": "13526667775577606191" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", - "hash": "17064721766454223509" + "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", + "hash": "5079305499650318742" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", - "hash": "13549953610772304995" + "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", + "hash": "6661024250966707869" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", - "hash": "9884449892115783238" + "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", + "hash": "5399921611201970010" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", - "hash": "5650084185790556380" + "file": "libs/designer-ui/src/lib/card/types.ts", + "hash": "2035207173265258244" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", - "hash": "16533471828587912919" + "file": "libs/designer-ui/src/lib/card/utils.ts", + "hash": "3779033005510076581" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", - "hash": "10277570825407438664" + "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", + "hash": "10318132727028056408" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", - "hash": "5644614242196469494" + "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", + "hash": "17281609971834388003" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", - "hash": "4854754781356184488" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", + "hash": "14718424728750458630" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", - "hash": "17577366797422234032" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", + "hash": "278286692645171379" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", - "hash": "18096424898773100452" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", + "hash": "10765956740228704595" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", - "hash": "8410319851745043818" + "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", + "hash": "2404121659635757544" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", - "hash": "4344707577102300882" + "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", + "hash": "6405085190209280425" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", - "hash": "14973565284851361466" + "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", + "hash": "9946485231683147120" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", - "hash": "6940736653966224597" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", + "hash": "1833570921333464272" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", - "hash": "10913390805409066774" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", + "hash": "17028620127527218534" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", - "hash": "18310566090601123291" + "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", + "hash": "7899578072090309552" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", - "hash": "4211895255849396300" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", + "hash": "17829515265716695263" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", - "hash": "15249336994675481" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", + "hash": "5169733349440851429" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", - "hash": "6229273879523350518" + "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", + "hash": "10302797527483302249" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", - "hash": "14552059136095416702" + "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", + "hash": "13795366944427306018" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", - "hash": "8321402279766452771" + "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", + "hash": "12415165516808188305" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", - "hash": "14144206237714493160" + "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", + "hash": "96877705819455053" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", - "hash": "546764277464022095" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", + "hash": "4069273522099387001" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", - "hash": "15076765899186592786" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", + "hash": "12978837117575037085" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", - "hash": "3692508794323306407" + "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", + "hash": "8663050766979969020" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", - "hash": "1731479113183843607" + "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", + "hash": "15417662538862126703" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", - "hash": "4173490804496111343" + "file": "libs/designer-ui/src/lib/chatbot/constants.ts", + "hash": "14764507907521508128" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", - "hash": "11873669256365835624" + "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", + "hash": "4609791305957523089" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", - "hash": "11139441907313241224" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", + "hash": "5685043772510116791" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", - "hash": "3241487867540139826" + "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", + "hash": "1667833042679839191" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", - "hash": "7715913989452853316" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", + "hash": "13854507772202693145" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", - "hash": "13582317555878671565" + "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", + "hash": "17373142789703576555" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", - "hash": "4977325050658584568" + "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", + "hash": "1013409430604737232" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", - "hash": "1045431280059616257" + "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", + "hash": "661752008716122787" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", - "hash": "16640363275658842913" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", + "hash": "6716426185680659027" }, { - "file": "libs/designer/src/lib/common/images/card/delete.svg", - "hash": "15675230980148461553" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", + "hash": "7382581463363358893" }, { - "file": "libs/designer/src/lib/common/images/card/input_selection.svg", - "hash": "6874565955253727212" + "file": "libs/designer-ui/src/lib/chatbot/index.tsx", + "hash": "381454499199907675" }, { - "file": "libs/designer/src/lib/common/images/card/optional_field.svg", - "hash": "13884780002161969050" + "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", + "hash": "16238688331967189110" }, { - "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", - "hash": "11872211244220681036" + "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", + "hash": "14580093519349138483" }, { - "file": "libs/designer/src/lib/common/images/delete.svg", - "hash": "2369920463731912593" + "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", + "hash": "8902335799853458705" }, { - "file": "libs/designer/src/lib/common/images/gateway/add.svg", - "hash": "11819585580235095669" + "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", + "hash": "5171683084974637831" }, { - "file": "libs/designer/src/lib/common/images/gateway/help.svg", - "hash": "12599303004882720277" + "file": "libs/designer-ui/src/lib/checkbox/index.tsx", + "hash": "8389410843229075694" }, { - "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", - "hash": "6435518280858083886" + "file": "libs/designer-ui/src/lib/code/codeeditor.less", + "hash": "11024599462256253403" }, { - "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", - "hash": "12997387777000294056" + "file": "libs/designer-ui/src/lib/code/index.tsx", + "hash": "13872385794669469789" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", - "hash": "7939169194091714776" + "file": "libs/designer-ui/src/lib/code/util.ts", + "hash": "445144902435184601" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", - "hash": "16280757524503959992" + "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", + "hash": "9564984331172164947" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", - "hash": "18333062729648676215" + "file": "libs/designer-ui/src/lib/colorizer/index.tsx", + "hash": "18329556158591594852" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", - "hash": "17826554870116185216" + "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", + "hash": "11926254562850019268" }, { - "file": "libs/designer/src/lib/common/images/pencil.svg", - "hash": "4552542774403200136" + "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", + "hash": "15494829096109972414" }, { - "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "libs/designer-ui/src/lib/combobox/combobox.less", + "hash": "13345514601840043410" }, { - "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/designer-ui/src/lib/combobox/index.tsx", + "hash": "16544338680339035094" }, { - "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", - "hash": "11632821499690045898" + "file": "libs/designer-ui/src/lib/common.less", + "hash": "5857225994291839803" }, { - "file": "libs/designer/src/lib/common/images/status_error.svg", - "hash": "7327477685402663444" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", + "hash": "9169908592251197410" }, { - "file": "libs/designer/src/lib/common/images/status_success.svg", - "hash": "16589415129232216666" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", + "hash": "3046898503439319454" }, { - "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", - "hash": "8952058323183937865" + "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", + "hash": "5804642269610790205" }, { - "file": "libs/designer/src/lib/common/images/website/api.svg", - "hash": "16095509088326340538" + "file": "libs/designer-ui/src/lib/connectioncontainer.less", + "hash": "4274580875391808041" }, { - "file": "libs/designer/src/lib/common/images/website/apim.svg", - "hash": "15873815965442020768" + "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", + "hash": "6660835975053117480" }, { - "file": "libs/designer/src/lib/common/images/website/apim_white.svg", - "hash": "14020416160783112768" + "file": "libs/designer-ui/src/lib/connectors/index.ts", + "hash": "3193834300323525825" }, { - "file": "libs/designer/src/lib/common/images/website/create.svg", - "hash": "16033491393116457661" + "file": "libs/designer-ui/src/lib/connectors/predicates.ts", + "hash": "16570364538734730436" }, { - "file": "libs/designer/src/lib/common/images/website/foreach.svg", - "hash": "3719190676549030233" + "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", + "hash": "15085878266015615396" }, { - "file": "libs/designer/src/lib/common/images/website/function.svg", - "hash": "12552781765647401474" + "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", + "hash": "18197468828345311134" }, { - "file": "libs/designer/src/lib/common/models/workflow.ts", - "hash": "11724936275981787758" + "file": "libs/designer-ui/src/lib/constants.ts", + "hash": "7895778521881895365" }, { - "file": "libs/designer/src/lib/common/utilities/Utils.ts", - "hash": "2333252227487981555" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", + "hash": "11286495138927849850" }, { - "file": "libs/designer/src/lib/common/utilities/error.ts", - "hash": "14761866046570043475" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", + "hash": "15724424530173695319" }, { - "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", - "hash": "10226240319907572020" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", + "hash": "11309293700573786127" }, { - "file": "libs/designer/src/lib/core/DesignerProvider.tsx", - "hash": "8865415753051342650" + "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", + "hash": "10706937930238891864" }, { - "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", - "hash": "1133788957422173169" + "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", + "hash": "13514247859608890614" }, { - "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", - "hash": "13021850733178929057" + "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", + "hash": "11369730379345400687" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", - "hash": "10976178124567025188" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", + "hash": "8973634346517739741" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", - "hash": "8007408756114040866" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", + "hash": "7464088425034992851" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", - "hash": "12793128001647914730" + "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", + "hash": "5315460135369521554" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", - "hash": "9408756046827245410" + "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", + "hash": "5281867526814354008" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", - "hash": "1145445308673345143" + "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", + "hash": "3200362158239488916" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", - "hash": "8714067957965973862" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", + "hash": "3546074923186807401" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", - "hash": "377035099592140993" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", + "hash": "1273753497022949897" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", - "hash": "2640821823957837771" + "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", + "hash": "13306096207015769369" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", - "hash": "4883489638704343677" + "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", + "hash": "11411020585614827947" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", - "hash": "1063338721262391862" + "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", + "hash": "7281959028831627631" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", - "hash": "13051148389008776707" + "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", + "hash": "8304019736247074220" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", - "hash": "16166965666592256044" + "file": "libs/designer-ui/src/lib/dialogs/index.tsx", + "hash": "16665862280750290310" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", - "hash": "7644883283632193272" + "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", + "hash": "13710269573446005500" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", - "hash": "3268658162048948497" + "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", + "hash": "4819881443041728639" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", - "hash": "12938819441932090008" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", + "hash": "11966365107479255632" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", - "hash": "18391939971202172617" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", + "hash": "10228393789800803683" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", - "hash": "5135976908480724598" + "file": "libs/designer-ui/src/lib/dictionary/index.tsx", + "hash": "18370968398463171770" }, { - "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", - "hash": "6555520085152754544" + "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", + "hash": "6335056025812075242" }, { - "file": "libs/designer/src/lib/core/graphlayout/index.ts", - "hash": "1183230721606983661" + "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", + "hash": "15817139601189018466" }, { - "file": "libs/designer/src/lib/core/index.ts", - "hash": "17021345483470396631" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", + "hash": "6797310623515797047" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", - "hash": "5690913620690077130" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", + "hash": "8297998959357972135" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", - "hash": "14509662786295405295" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", - "hash": "6387737565995930308" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", + "hash": "9938088707494835854" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", - "hash": "18344987115654458228" + "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", + "hash": "189492023300231559" }, { - "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", - "hash": "14964928502892749345" + "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", + "hash": "10317518561976442215" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", - "hash": "14646033592987575031" + "file": "libs/designer-ui/src/lib/dropdown/index.tsx", + "hash": "1612483364785584630" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", - "hash": "17520637296625214501" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", + "hash": "7434182615261632600" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", - "hash": "16515897955999880047" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", + "hash": "9501607464876161573" }, { - "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", - "hash": "8489461695139161622" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", + "hash": "12128734607645409156" }, { - "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", - "hash": "11556548277387433966" + "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", + "hash": "17684652277786261310" }, { - "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", - "hash": "1566269831108361105" + "file": "libs/designer-ui/src/lib/editor/base/editor.less", + "hash": "12866109678262424869" }, { - "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", - "hash": "13854397699622059247" + "file": "libs/designer-ui/src/lib/editor/base/index.tsx", + "hash": "14166645835120534265" }, { - "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", - "hash": "7091192159636622669" + "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", + "hash": "7693847861135382627" }, { - "file": "libs/designer/src/lib/core/queries/browse.ts", - "hash": "15277260528629014649" + "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", + "hash": "4541191440119529419" }, { - "file": "libs/designer/src/lib/core/queries/connections.ts", - "hash": "1501738903167968950" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", + "hash": "999476750027091176" }, { - "file": "libs/designer/src/lib/core/queries/connector.ts", - "hash": "10042584932448483913" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", + "hash": "17890662429827982084" }, { - "file": "libs/designer/src/lib/core/queries/operation.ts", - "hash": "18070523527133930267" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", + "hash": "13945640916550609803" }, { - "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", - "hash": "11873332201419444196" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", + "hash": "5927512080490513475" }, { - "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", - "hash": "944283261874392963" + "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", + "hash": "7428379870511488815" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", - "hash": "14043559070256094030" + "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", + "hash": "16501257364338436774" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", - "hash": "17661438812224560039" + "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", + "hash": "7159772630000027135" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", - "hash": "552151791694841859" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", + "hash": "826227630247342849" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", - "hash": "5709160121732674319" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", + "hash": "10708434969004690012" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", - "hash": "11880532030602689040" + "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", + "hash": "2147313770352251950" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", - "hash": "15539125750855046238" + "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", + "hash": "13449398835402371871" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", - "hash": "17496610770440064597" + "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", + "hash": "744582158043496767" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", - "hash": "12399207044214169579" + "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", + "hash": "2804235267765397597" }, { - "file": "libs/designer/src/lib/core/state/global.ts", - "hash": "2467378088186721273" + "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", + "hash": "1396622124801278751" }, { - "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", - "hash": "7160406653392297178" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", + "hash": "10805420593120911666" }, { - "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", - "hash": "13231490325898643987" + "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", + "hash": "9379670679296092620" }, { - "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", - "hash": "580443950008935701" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", + "hash": "15576049973494503143" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", - "hash": "11619174720328207349" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", + "hash": "13926370169738082009" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", - "hash": "12360836867786652472" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", + "hash": "5581606338787978728" }, { - "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", - "hash": "17837734844866824533" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", + "hash": "8192890641204198515" }, { - "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", - "hash": "3597817075648231871" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", + "hash": "12118490130152815053" }, { - "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", - "hash": "8221487224681813587" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", + "hash": "2463583388686525568" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", - "hash": "13672923006305683744" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", + "hash": "11358342835079118658" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", - "hash": "3869560885023421381" + "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", + "hash": "6646959457516159519" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", - "hash": "7513105324012396408" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", + "hash": "14686112532473519777" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", - "hash": "15674134190940167340" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", + "hash": "9281471718380757374" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", - "hash": "4534305780862072392" + "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", + "hash": "1534107538736673298" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", - "hash": "4540330469149645148" + "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", + "hash": "12829686526507324272" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", - "hash": "297492272351660565" + "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", + "hash": "8810971222002859696" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", - "hash": "6447767112269051024" + "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", + "hash": "17758309304074598462" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", - "hash": "21027795098134668" + "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", + "hash": "2856148563059087619" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", - "hash": "10627578442358036420" + "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", + "hash": "8005004771604368381" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", - "hash": "3377780393722064446" + "file": "libs/designer-ui/src/lib/editor/index.ts", + "hash": "10519293280335263474" }, { - "file": "libs/designer/src/lib/core/store.ts", - "hash": "7675307851224561844" + "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", + "hash": "5153936568516294781" }, { - "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", - "hash": "10932912534190676887" + "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", + "hash": "16814638361287986075" }, { - "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", - "hash": "10477834709138765316" + "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", + "hash": "5064580720179297796" }, { - "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", - "hash": "6400741599488247828" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", + "hash": "12121974177438633709" }, { - "file": "libs/designer/src/lib/core/utils/card.ts", - "hash": "17388048148998821366" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", + "hash": "17176576509706398941" }, { - "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", - "hash": "14380782528292918805" + "file": "libs/designer-ui/src/lib/editor/shared/index.ts", + "hash": "14207176860322026590" }, { - "file": "libs/designer/src/lib/core/utils/graph.ts", - "hash": "9113893809945541281" + "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", + "hash": "8024413390298642678" }, { - "file": "libs/designer/src/lib/core/utils/loops.ts", - "hash": "17832329493412946298" + "file": "libs/designer-ui/src/lib/editor/string/index.tsx", + "hash": "7639585167181465561" }, { - "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", - "hash": "1420254453350497458" + "file": "libs/designer-ui/src/lib/error.less", + "hash": "3373390242925169530" }, { - "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", - "hash": "842207519268466443" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", + "hash": "9624981949339319323" }, { - "file": "libs/designer/src/lib/core/utils/outputs.ts", - "hash": "2523378346613014879" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", + "hash": "10370400888889586543" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", - "hash": "3643994527394489617" + "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", + "hash": "17617719147470187537" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", - "hash": "2422344699678475886" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", + "hash": "4277915310721666119" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", - "hash": "17504009570966731362" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", + "hash": "18032552394640042637" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", - "hash": "14679208978083456209" + "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", + "hash": "13003257438294379371" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", - "hash": "9346212500047195690" + "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", + "hash": "1819426727053970521" }, { - "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", - "hash": "16944935834687261736" + "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", + "hash": "3938398385346396861" }, { - "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", - "hash": "5504094716509853138" + "file": "libs/designer-ui/src/lib/eventhandler.ts", + "hash": "9886405224726247393" }, { - "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", - "hash": "789795195726361469" + "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", + "hash": "6690363619180504744" }, { - "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", - "hash": "1212164914387801521" + "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", + "hash": "17626371448885479665" }, { - "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", - "hash": "4584055025926510588" + "file": "libs/designer-ui/src/lib/fabric.less", + "hash": "7324803988841128995" }, { - "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", - "hash": "17685281869497732131" + "file": "libs/designer-ui/src/lib/fabric.ts", + "hash": "14933180766639065818" }, { - "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", - "hash": "17503616740995511873" + "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", + "hash": "17392366590677974305" }, { - "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", - "hash": "5493345090301795523" + "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", + "hash": "4041121768159149616" }, { - "file": "libs/designer/src/lib/core/utils/setting.ts", - "hash": "607724160972661514" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", + "hash": "941920347758561377" }, { - "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", - "hash": "300462517969513749" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", + "hash": "4326546944393916235" }, { - "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", - "hash": "710587862511662252" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", + "hash": "10540908164326165093" }, { - "file": "libs/designer/src/lib/core/utils/tokens.ts", - "hash": "16598154144351001077" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", + "hash": "11473128131775540065" }, { - "file": "libs/designer/src/lib/core/utils/validation.ts", - "hash": "3321415876925824657" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", + "hash": "14543616680076626699" }, { - "file": "libs/designer/src/lib/core/utils/variables.ts", - "hash": "18113110944598796795" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", + "hash": "4326737180955321997" }, { - "file": "libs/designer/src/lib/core/utils/workflow.ts", - "hash": "2503685323390352213" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", + "hash": "17137134300501690521" }, { - "file": "libs/designer/src/lib/index.tsx", - "hash": "3108540739134237574" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", + "hash": "13351151318103125008" }, { - "file": "libs/designer/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", + "hash": "8736472121872865078" }, { - "file": "libs/designer/src/lib/ui/Controls.tsx", - "hash": "11679666175589395115" + "file": "libs/designer-ui/src/lib/flyout/flyout.less", + "hash": "4656963404569200854" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", - "hash": "18335299629456245936" + "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", + "hash": "8017317867674531104" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", - "hash": "8683562698326398762" + "file": "libs/designer-ui/src/lib/flyout/index.tsx", + "hash": "1260847504997562152" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", - "hash": "6973870354555514502" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", + "hash": "11532610769239171275" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", - "hash": "2623692442355217780" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", + "hash": "6670084940779114703" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", - "hash": "17275763272438441218" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", + "hash": "9241936514538992768" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", - "hash": "16798466643167652597" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", + "hash": "4932261342436465773" }, { - "file": "libs/designer/src/lib/ui/Designer.tsx", - "hash": "16681715909651728710" + "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", + "hash": "8173849641804162665" }, { - "file": "libs/designer/src/lib/ui/Minimap.tsx", - "hash": "16784302034175684453" + "file": "libs/designer-ui/src/lib/flyout2/index.tsx", + "hash": "3411562267958358391" }, { - "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", - "hash": "9589106174231375844" + "file": "libs/designer-ui/src/lib/flyout2/types.ts", + "hash": "8979356059828005344" }, { - "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", - "hash": "3078414740510575754" + "file": "libs/designer-ui/src/lib/helper.ts", + "hash": "5189186251086759243" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", - "hash": "14069610435069570388" + "file": "libs/designer-ui/src/lib/html/htmleditor.less", + "hash": "17205576638309460013" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", - "hash": "2917805269573375288" + "file": "libs/designer-ui/src/lib/html/index.tsx", + "hash": "3044561647356072724" }, { - "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", - "hash": "3469127252427478749" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", + "hash": "8095200699080002708" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", + "hash": "9856168573309225800" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", - "hash": "2870378826580830856" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", + "hash": "3522657421512189575" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", + "hash": "6822239360363505310" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", - "hash": "17062398617519134809" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", + "hash": "5514822623923500815" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", + "hash": "7136035197919586744" }, { - "file": "libs/designer/src/lib/ui/connections/edge.tsx", - "hash": "5497512017299495007" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", + "hash": "14372803173867136152" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", - "hash": "18432693650012936880" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", + "hash": "2194368813692256604" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", - "hash": "5555780360896210685" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", + "hash": "776689613520795095" }, { - "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", - "hash": "13807895509711892964" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", + "hash": "6781567092509984620" }, { - "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", - "hash": "7876264136480687494" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", + "hash": "7593112338545138083" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", - "hash": "2408849985874822150" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", + "hash": "2086008163121647920" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", - "hash": "4860151930479659861" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", + "hash": "6781567092509984620" }, { - "file": "libs/designer/src/lib/ui/index.tsx", - "hash": "16341670098352328808" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", + "hash": "214561553827607598" }, { - "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", - "hash": "11764721752232747899" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", + "hash": "334782051825482473" }, { - "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", - "hash": "18054694947746552645" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", + "hash": "4585057281924668716" }, { - "file": "libs/designer/src/lib/ui/logicapps.less", - "hash": "8806087804226244251" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", + "hash": "11495204600890515354" }, { - "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", - "hash": "17569954728099794023" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", + "hash": "10663192197845770854" }, { - "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", - "hash": "583479515840133304" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", + "hash": "12534895890895115814" }, { - "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", - "hash": "12873127522514834077" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", + "hash": "12594388779590684473" }, { - "file": "libs/designer/src/lib/ui/menuItems/index.tsx", - "hash": "17248340653302800129" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", + "hash": "17603065135284266651" }, { - "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", - "hash": "11451946634355722234" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", + "hash": "17330625502641164904" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", - "hash": "8808436492128491535" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", + "hash": "18048853400467862337" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", - "hash": "11188019418177543078" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", + "hash": "8167873247401494691" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", - "hash": "10622257218635018165" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", + "hash": "2078509837722520921" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", - "hash": "14381813606682941152" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", + "hash": "13255948299069352972" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", - "hash": "14863904385332766059" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", + "hash": "9368588845243372286" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", - "hash": "105776725888969737" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", + "hash": "17332273936381855071" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", - "hash": "3486053682563706186" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", + "hash": "3274982305516698081" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", - "hash": "4295986676874411230" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", + "hash": "9368588845243372286" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", - "hash": "5044350433743159771" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", + "hash": "16690852428978853331" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", - "hash": "17190185412675906484" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", + "hash": "10813322944291888667" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", - "hash": "413683764976891703" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", + "hash": "11230861677546471079" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", - "hash": "2896450508867033368" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", + "hash": "6747273522689120609" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", - "hash": "8866623228316007595" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", + "hash": "1474595322273650579" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", - "hash": "17888799308169784633" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", + "hash": "17970557104113324526" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", - "hash": "3217802139905584148" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", + "hash": "18208757820714239690" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", - "hash": "962585077833873680" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", + "hash": "6124589755320637077" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", - "hash": "2345600340639460118" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", + "hash": "12407779132103186555" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", - "hash": "6438581048872326276" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", + "hash": "1920943312027348431" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", - "hash": "4636028013835727768" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", + "hash": "44898852948275301" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", - "hash": "14888900866274310223" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", + "hash": "1073425639168601706" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", - "hash": "4040358874212544513" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", + "hash": "647227830974271854" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", - "hash": "15708146643216275913" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", + "hash": "6631214352319600313" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", - "hash": "18064072806053472795" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", + "hash": "84510633589929201" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", - "hash": "813895254218562259" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", + "hash": "1593572000493596394" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", - "hash": "16620206185148038430" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", + "hash": "15935181764252854583" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", - "hash": "5385478426844583686" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", + "hash": "16309623552410081075" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", - "hash": "17955152684217995627" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", + "hash": "10046516850053247370" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", - "hash": "8096213501021087139" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", + "hash": "13297355801995093412" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", - "hash": "6954364116161516939" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", + "hash": "17542746478583457633" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", - "hash": "2774370202590136493" + "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", + "hash": "14476603392221631274" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", - "hash": "2990072573754773610" + "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", + "hash": "279548543693964971" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", - "hash": "16009164000053936481" + "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", + "hash": "6589400180024017937" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", - "hash": "12787968918952964503" + "file": "libs/designer-ui/src/lib/index.ts", + "hash": "1537154823661936001" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", - "hash": "7320427274234546201" + "file": "libs/designer-ui/src/lib/infoDot/index.tsx", + "hash": "889059819977718434" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", - "hash": "1017935854018236971" + "file": "libs/designer-ui/src/lib/infoDot/info.svg", + "hash": "8036333629834072325" }, { - "file": "libs/designer/src/lib/ui/panel/index.tsx", - "hash": "8931413980282435903" + "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", + "hash": "2930019025243925433" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", - "hash": "691362796351085760" + "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", + "hash": "10169695948451834948" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", - "hash": "1761891437078855966" + "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", + "hash": "6801643171255754457" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", - "hash": "1057924626207991961" + "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", + "hash": "5612500499332085961" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", - "hash": "6280253552466033403" + "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", + "hash": "5761604846243713933" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", - "hash": "8768239693411150392" + "file": "libs/designer-ui/src/lib/label/index.tsx", + "hash": "12007290011607531294" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", - "hash": "7891578013616621917" + "file": "libs/designer-ui/src/lib/label/label.less", + "hash": "17687715295723073360" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", - "hash": "6936908943603154102" + "file": "libs/designer-ui/src/lib/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", - "hash": "438510564774690503" + "file": "libs/designer-ui/src/lib/mixins.less", + "hash": "230394439281864371" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", - "hash": "16798406127854826620" + "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", + "hash": "10772217042952857206" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", - "hash": "3595348225477585500" + "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", + "hash": "10027427216166238825" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", - "hash": "11057896419932325694" + "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", + "hash": "12219677476669776727" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", - "hash": "4104206428172572624" + "file": "libs/designer-ui/src/lib/modals/index.tsx", + "hash": "15575472481408686620" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", - "hash": "6547505579084266234" + "file": "libs/designer-ui/src/lib/modals/styles.less", + "hash": "6136638654378217309" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", - "hash": "6573526002733579255" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", + "hash": "12736532418364604826" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", - "hash": "2589613772379687118" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", + "hash": "2313100514544127441" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", - "hash": "5973638345373933302" + "file": "libs/designer-ui/src/lib/monitoring/index.tsx", + "hash": "12211943605206865211" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", - "hash": "15042347812954300106" + "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", + "hash": "4246492693390330142" }, { - "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", - "hash": "6338890337184233730" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", + "hash": "419486314382071026" }, { - "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", - "hash": "12332136203110463175" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", + "hash": "10734404772668886632" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", - "hash": "14199280944066488263" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", + "hash": "9977003285799703780" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", - "hash": "2615756064988394528" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", + "hash": "18421766469300972505" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", - "hash": "17548951851137442209" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", + "hash": "6054757260707558854" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", - "hash": "13695075695640031897" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", + "hash": "6643666802199480477" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", - "hash": "5633104287798836216" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", + "hash": "17231865355086385495" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", - "hash": "18046537988904659224" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", + "hash": "3417626771857836063" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", - "hash": "1871737709038769946" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", + "hash": "675221209884803516" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", - "hash": "6979096270862588135" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", + "hash": "551002707008561532" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", - "hash": "970334209122746164" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", + "hash": "1930433637852205854" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", - "hash": "9667005076024681736" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", + "hash": "10690577969096041995" }, { - "file": "libs/designer/src/lib/ui/settings/index.tsx", - "hash": "14559726202240722620" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", + "hash": "12342263735573181103" }, { - "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", - "hash": "4578759189608616930" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", + "hash": "9275841064112612057" }, { - "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", - "hash": "17737294470449076285" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", + "hash": "17586715276385690633" }, { - "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", - "hash": "3442351415387182271" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", + "hash": "8262084751494625621" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", - "hash": "15073803307628141748" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", + "hash": "8411593742412961835" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", - "hash": "13259211909852062902" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", + "hash": "13580200872576368725" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", - "hash": "1121495998656744936" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", + "hash": "4980405611307436406" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", - "hash": "1034166355859418220" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", + "hash": "14991302223393123721" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", - "hash": "305675838625215663" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", + "hash": "7600255706253655942" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", - "hash": "1949585750942351876" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", + "hash": "11732121204991821272" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", - "hash": "4499489232140778372" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", + "hash": "15288351325626444660" }, { - "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", - "hash": "13293113667156220544" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", + "hash": "10223585420368930613" }, { - "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", - "hash": "9211118379886345968" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", + "hash": "504707717112540246" }, { - "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", - "hash": "1426261106233320224" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", + "hash": "14110306780643171751" }, { - "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", - "hash": "4817919565569896749" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", + "hash": "6270089317186652326" }, { - "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", - "hash": "14117197387047983705" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", + "hash": "4141451220579211469" }, { - "file": "libs/designer/src/lib/ui/styles.less", - "hash": "8828323265444774935" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", + "hash": "7852553993702366824" }, { - "file": "libs/designer/tsconfig.json", - "hash": "9903972631138361140" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", + "hash": "193615469479801715" }, { - "file": "libs/designer/tsup.config.ts", - "hash": "8336763382846384517" - } - ], - "@microsoft/logic-apps-shared": [ - { - "file": "libs/logic-apps-shared/package.json", - "hash": "16492122863359719881", - "deps": [ - "npm:@apidevtools/swagger-parser", - "npm:@formatjs/intl", - "npm:axios", - "npm:react-intl", - "npm:react-query", - "npm:reactflow", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", + "hash": "15042873896617763231" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", - "hash": "9380633527024969017" + "file": "libs/designer-ui/src/lib/monitoring/utils.ts", + "hash": "9811433099781057729" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", - "hash": "4041114759273409584" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", + "hash": "13057778445119292637" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", - "hash": "10744005867854668544" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", + "hash": "52763648028511711" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", - "hash": "14062257101193816574" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", + "hash": "16381991897841589409" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", - "hash": "4954893213128657861" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", + "hash": "12682441240875703524" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", - "hash": "7641115249858288898" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", + "hash": "6306384484732365176" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", - "hash": "14155161053626149773" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", + "hash": "18165893973256629169" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", - "hash": "10972091389277624213" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", + "hash": "12118327048907571655" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", - "hash": "6570789037033524363" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", + "hash": "4887862900344122017" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", - "hash": "6476740600976986139" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", + "hash": "10393528748572104925" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", - "hash": "4669131476797349411" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", + "hash": "12615346189074989274" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", - "hash": "18322018366374797773" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", + "hash": "2655487222859584186" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", - "hash": "12152048241403700781" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", + "hash": "3814871834163389192" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", - "hash": "5149245040157794958" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", + "hash": "7220757242219833664" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", - "hash": "17264514741585944669" + "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", + "hash": "10690413901210541672" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", - "hash": "16981660441021349989" + "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", + "hash": "5533580780908687247" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", - "hash": "7841465441925735303" + "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", + "hash": "12630218434281282082" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", - "hash": "8805378272928779631" + "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", + "hash": "13316433634332619599" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", - "hash": "100886477017713472" + "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", + "hash": "839928699017032378" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", - "hash": "12010754552584586238" + "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", + "hash": "11716606859887286627" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", - "hash": "2493896786957967735" + "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", + "hash": "5872083708451966019" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", - "hash": "4467584828026361594" + "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", + "hash": "15717505785974351161" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", - "hash": "15048548058211350550" + "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", + "hash": "12638713730095398889" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", - "hash": "16667370445776365408" + "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", + "hash": "13532955381020329840" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", - "hash": "2922519993752406611" + "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", + "hash": "9121170686559313064" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", - "hash": "2015298222781796439" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", + "hash": "13705639801361244797" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", - "hash": "12154580097533679529" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", + "hash": "293816288209646038" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", - "hash": "990168561317107639" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", + "hash": "13516731456304339134" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", - "hash": "13798407810885346784" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", + "hash": "2820497291641580399" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", - "hash": "6637693727017499456" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", + "hash": "17782873682755923460" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", - "hash": "5415884704526136465" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", + "hash": "11078711819505237055" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", - "hash": "12944393287525757801" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", + "hash": "4715217018796897924" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", - "hash": "338894801370095333" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", + "hash": "16386421992685205061" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", - "hash": "4325353527285954074" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", + "hash": "520098891633782607" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", - "hash": "14656750022224496512" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", + "hash": "16689468766866111496" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", - "hash": "8383854433493377485" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", + "hash": "9157709462736836045" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", - "hash": "14050868048024762041" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", + "hash": "8641869722527850309" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", - "hash": "3952535120512157063" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", + "hash": "6361707078583596524" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", - "hash": "10227457389794045251" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", + "hash": "16098260837036091861" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", - "hash": "2276513063347032356" + "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", + "hash": "4155946816780797736" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", - "hash": "17998935529655324249" + "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", + "hash": "10828769169907430728" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", - "hash": "15364460512758958557" + "file": "libs/designer-ui/src/lib/overview/index.tsx", + "hash": "5264729179643401284" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", - "hash": "16899240778924055950" + "file": "libs/designer-ui/src/lib/overview/overview.less", + "hash": "5333086232166652616" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", - "hash": "9924011533457598450" + "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", + "hash": "15827135014312739532" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", - "hash": "7767572464887768924" + "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", + "hash": "7234411692432418034" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", - "hash": "7686527428866436332" + "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", + "hash": "8550481728428631124" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", - "hash": "11373234010056310761" + "file": "libs/designer-ui/src/lib/overview/types.ts", + "hash": "2126579598831689948" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", - "hash": "7741997988177804309" + "file": "libs/designer-ui/src/lib/overview/utils.ts", + "hash": "8577445182783549528" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", - "hash": "11285262017602894102" + "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", + "hash": "15075441629819938492" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", - "hash": "7834292151783220118" + "file": "libs/designer-ui/src/lib/pager/index.tsx", + "hash": "3778857838129502652" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", - "hash": "2689272469215697040" + "file": "libs/designer-ui/src/lib/pager/pager.less", + "hash": "8091612682225053333" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", - "hash": "16730245766611684683" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", + "hash": "8696799417392234965" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", - "hash": "6313037814450709645" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", + "hash": "7002691248815830631" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", - "hash": "5887391731984230327" + "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", + "hash": "4993809863192411632" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", - "hash": "2080206098440690027" + "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", + "hash": "2205853508975138528" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", - "hash": "2442692051774771508" + "file": "libs/designer-ui/src/lib/panel/panel.less", + "hash": "17158687547008918287" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", - "hash": "13169164367036674094" + "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", + "hash": "18002211042063796542" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", - "hash": "16907995455120176947" + "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", + "hash": "4181156361129071511" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", - "hash": "1659823225545591900" + "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", + "hash": "3211112189585202759" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", - "hash": "15456387445440121864" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", + "hash": "18309244507736451743" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", - "hash": "12878592596309783536" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", + "hash": "9351907373212021698" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", - "hash": "557554024678459944" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", + "hash": "17322124435554399120" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", - "hash": "6860029958723176995" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", + "hash": "11087265144024677369" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", - "hash": "15296018982038336090" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", + "hash": "17348543329160266229" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", - "hash": "13842792331747765980" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", + "hash": "5368141520701630173" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", - "hash": "13815149232604649499" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", + "hash": "2554387369677849010" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", - "hash": "14032597586361412245" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", + "hash": "12446852403660781374" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", - "hash": "9974254812452410710" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", + "hash": "13683402321157268579" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", - "hash": "2510786344585772506" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", + "hash": "17186600491422881894" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", - "hash": "1258465346072222717" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", + "hash": "13482017317742840376" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", - "hash": "12947203279230431560" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", + "hash": "10499254465139828638" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", - "hash": "4700233691144783223" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", + "hash": "15977038685148705278" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", - "hash": "16210378855781819556" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", + "hash": "13240583012789543499" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", - "hash": "3328556540278019081" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", + "hash": "690447729622451295" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", - "hash": "17421938317864385521" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", + "hash": "5057205077790208047" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", - "hash": "5426595174508182540" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", + "hash": "17527213518426963207" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", - "hash": "889254322578873619" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", + "hash": "13212319030288067682" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", - "hash": "14413093575682152883" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", + "hash": "13492392163692871110" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", - "hash": "15165385131541472136" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", + "hash": "7178836305205375565" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", - "hash": "6828262639021969187" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", + "hash": "4493083848763349259" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", - "hash": "16330222175525472241" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", + "hash": "14018113873034060104" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", - "hash": "12427938755401727885" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", + "hash": "4464919068484355896" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", - "hash": "3374555813812257809" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", + "hash": "5167621470308849386" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", - "hash": "14739455734775086197" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", + "hash": "2648744375249591554" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", - "hash": "1170392313973954221" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", + "hash": "2796091543049835331" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", - "hash": "8180427621259037034" + "file": "libs/designer-ui/src/lib/peek/index.tsx", + "hash": "8312352776443040701" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", - "hash": "15958942562504641676" + "file": "libs/designer-ui/src/lib/peek/peek.less", + "hash": "5179023226310307934" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", - "hash": "7763682490519613414" + "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", + "hash": "16844240727319705526" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", - "hash": "4068662167400180993" + "file": "libs/designer-ui/src/lib/picker/picker.less", + "hash": "14035428915541759770" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", - "hash": "4794954947494896316" + "file": "libs/designer-ui/src/lib/picker/picker.tsx", + "hash": "9936757088538147447" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", - "hash": "11207042828717675065" + "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", + "hash": "10073830036453461709" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", - "hash": "10901639031013279890" + "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", + "hash": "6780675836712554604" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", - "hash": "16869109249828494594" + "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", + "hash": "17251306642395290061" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", - "hash": "4284022729214287627" + "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", + "hash": "8423998804948554753" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", - "hash": "5600174235635358338" + "file": "libs/designer-ui/src/lib/processsimple.less", + "hash": "10920513620307106503" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", - "hash": "8466132625137354797" + "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", + "hash": "2093105941834037814" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", - "hash": "1198608102687599866" + "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", + "hash": "533998977012114795" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", - "hash": "8175155994288497941" + "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", + "hash": "12595615463356570094" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", - "hash": "4654647039340233519" + "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", + "hash": "3970203593564315605" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", - "hash": "11206711847389194503" + "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", + "hash": "7958784090531085705" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", - "hash": "9525586797130627166" + "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", + "hash": "12549674998744926866" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", - "hash": "7773406589009896884" + "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", + "hash": "536082630199019015" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", - "hash": "2719090974226360478" + "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", + "hash": "1746916797204687586" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", - "hash": "16586240603433583151" + "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", + "hash": "6934817803500771674" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", - "hash": "6044024318958028975" + "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", + "hash": "6560147387456010691" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", - "hash": "4971198904351819104" + "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", + "hash": "9744197607426609588" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", - "hash": "2205405226598303423" + "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", - "hash": "7027990687631079853" + "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", + "hash": "2346030931533446" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", - "hash": "4832609006995577677" + "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", + "hash": "15355178706122799377" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", - "hash": "11041788749094915589" + "file": "libs/designer-ui/src/lib/recurrence/index.tsx", + "hash": "15658040158328195249" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", - "hash": "744175669956000073" + "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", + "hash": "9987048972348029337" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", - "hash": "4570891349858327552" + "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", + "hash": "14357271788475922496" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", - "hash": "6957052954521419802" + "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", + "hash": "1463391895963564865" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", - "hash": "6895097639477963071" + "file": "libs/designer-ui/src/lib/recurrence/util.ts", + "hash": "5064300869787261034" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", - "hash": "15484469170655437218" + "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", + "hash": "16105098843942226016" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", - "hash": "718221044385207717" + "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", + "hash": "6689323961188588931" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", - "hash": "14225692641617281655" + "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", + "hash": "18016790998101229210" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", - "hash": "11654435207820210379" + "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", + "hash": "16700098916563767128" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", - "hash": "11652280676139008640" + "file": "libs/designer-ui/src/lib/scratch/index.tsx", + "hash": "10742308626860605931" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", - "hash": "3123356813475297727" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", + "hash": "2888072881217849228" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", - "hash": "760782622775556782" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", + "hash": "4384425775058724694" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", - "hash": "900472997630946196" + "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", + "hash": "17807730621184061128" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", - "hash": "14957662887872082161" + "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", + "hash": "7511337114295773791" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", - "hash": "1013983265834297086" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", + "hash": "15943000290012850686" }, { - "file": "libs/logic-apps-shared/src/index.ts", - "hash": "9717124156846303739" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", + "hash": "11484685343060067972" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", - "hash": "15651910132769346184" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", + "hash": "1950426186543700291" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", - "hash": "17552605341157493404" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", + "hash": "17958922138731454722" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", - "hash": "5035985613530326321" + "file": "libs/designer-ui/src/lib/searchbox/index.tsx", + "hash": "10324532526263750215" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", - "hash": "4475004010363601986" + "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", + "hash": "17070394820412328482" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", - "hash": "4095382995607203736" + "file": "libs/designer-ui/src/lib/selector/listitem.less", + "hash": "4259083201646627631" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", - "hash": "3788387248943361249" + "file": "libs/designer-ui/src/lib/selector2/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", - "hash": "7108713252527138781" + "file": "libs/designer-ui/src/lib/settings/settings.less", + "hash": "7126061513937455008" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", - "hash": "705786194542596636" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", + "hash": "4435894471555644765" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", - "hash": "14463024152359133709" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", + "hash": "16334138655442976813" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", - "hash": "7560213327654600681" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", + "hash": "13967530428359610578" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", - "hash": "16687663207402807017" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", + "hash": "13906076876696414898" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", - "hash": "6477546291513434590" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", + "hash": "7252480758377295120" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", - "hash": "9370844703510888737" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", + "hash": "9727213561321302269" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", - "hash": "7628537715920358813" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", + "hash": "1550185295477111260" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", - "hash": "8158361129347912029" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", + "hash": "7979415308541757689" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", - "hash": "6380830450896639043" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", + "hash": "13272267492640030363" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", - "hash": "10185664657106878859" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", + "hash": "8808450834888764903" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", - "hash": "5951640446541949066" + "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", + "hash": "12543103287299199853" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", - "hash": "9382357970073518488" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", + "hash": "17463220408421567143" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", - "hash": "18017279529871760646" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", + "hash": "3246483662127076599" }, { - "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", - "hash": "17627181196005757916" + "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", + "hash": "12885467287687881288" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", - "hash": "6040922602083171954" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", + "hash": "13308565209626155736" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", - "hash": "10055707279763634029" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", + "hash": "5702994757097410519" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", - "hash": "9089577798505505863" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", + "hash": "16946969717896928335" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", - "hash": "13562749690133433887" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", + "hash": "14406499374913114463" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", - "hash": "5663604703010066942" + "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", + "hash": "17178816657242950538" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", - "hash": "2534161988511516592" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", + "hash": "11611641119049594003" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", - "hash": "16419030944505832016" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", + "hash": "8097128120211761290" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", - "hash": "15612717865703687552" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", + "hash": "8962813326873104095" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", - "hash": "13474113712208318530" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", + "hash": "15775613625342372171" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", - "hash": "881578797815144323" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", + "hash": "5924987678681729471" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", - "hash": "11790935691899638544" + "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", + "hash": "3047054082572998633" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", - "hash": "8385944373056976852" + "file": "libs/designer-ui/src/lib/staticResult/index.tsx", + "hash": "14697580575318712867" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", - "hash": "4043313233263109351" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", + "hash": "15007279530654847359" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", - "hash": "11102785353391478346" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", + "hash": "9183635823764128986" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", - "hash": "171638812131418198" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", + "hash": "13444849356722872452" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", - "hash": "2327407329881982053" + "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", + "hash": "1081889382541114074" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", - "hash": "9629066330778884542" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", + "hash": "15959079908627953579" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", - "hash": "16717791144236642315" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", + "hash": "12804331889147193576" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", - "hash": "9536863172217279644" + "file": "libs/designer-ui/src/lib/staticResult/util.ts", + "hash": "12130759100693724298" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", - "hash": "18142537813025869201" + "file": "libs/designer-ui/src/lib/styles.less", + "hash": "166034430368033810" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", - "hash": "15387106749322046014" + "file": "libs/designer-ui/src/lib/table/index.tsx", + "hash": "5811805714285822695" }, { - "file": "libs/logic-apps-shared/src/intl/src/index.ts", - "hash": "5880101155327804229" + "file": "libs/designer-ui/src/lib/table/table.less", + "hash": "17717078328201216873" }, { - "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", - "hash": "9493587879189422226" + "file": "libs/designer-ui/src/lib/telemetry/models.ts", + "hash": "2036428094618159795" }, { - "file": "libs/logic-apps-shared/src/parsers/index.ts", - "hash": "14406165726550655762" + "file": "libs/designer-ui/src/lib/templates.less", + "hash": "13509739952002525059" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", - "hash": "14434625489663341100" + "file": "libs/designer-ui/src/lib/texteditor.less", + "hash": "9518583984914224308" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", - "hash": "431479051526850728" + "file": "libs/designer-ui/src/lib/themes.less", + "hash": "8746124453530709086" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", - "hash": "1447869553729602329" + "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", + "hash": "7884539885490036668" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", - "hash": "5729743152469113203" + "file": "libs/designer-ui/src/lib/tip/index.tsx", + "hash": "6456445400280403348" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", - "hash": "11639224397713257805" + "file": "libs/designer-ui/src/lib/tip/tip.less", + "hash": "864974949945444768" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", - "hash": "16375130740710703419" + "file": "libs/designer-ui/src/lib/token/icon/icon.svg", + "hash": "17674597592259549335" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", - "hash": "11953954476398047389" + "file": "libs/designer-ui/src/lib/token/inputToken.tsx", + "hash": "16200897783977841405" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", - "hash": "2210192340749619384" + "file": "libs/designer-ui/src/lib/token/token.less", + "hash": "8916224308481562001" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", - "hash": "511658573327045626" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", + "hash": "4123262090212438691" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", - "hash": "12303487102566855915" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", + "hash": "2853414685478189039" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", - "hash": "11402826658491359232" + "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", + "hash": "11435576967881324524" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", - "hash": "6825951630416775947" + "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", + "hash": "1611864088104161888" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", - "hash": "2805940425132879908" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", + "hash": "10333796685632066015" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", - "hash": "8489667444524953557" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", + "hash": "8960542853919965430" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", - "hash": "14606573267340170277" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", + "hash": "2081176783700482104" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", - "hash": "14196059685546491397" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", + "hash": "6713034013296412901" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", - "hash": "14050169068191640430" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", + "hash": "1216342025486624717" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", - "hash": "10053227308471445195" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", + "hash": "12969480948206225977" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", - "hash": "11769122580063614459" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", + "hash": "10681588127073554750" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", - "hash": "745830827396299178" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", + "hash": "17971317652324407497" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", - "hash": "1027675781125994812" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", + "hash": "8310355415777998215" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", - "hash": "7986263690502094190" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", + "hash": "4581006209134707097" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", - "hash": "16722491980851361131" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", + "hash": "5406357786683741015" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", - "hash": "11863418691057542043" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", + "hash": "4270550485948598125" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", - "hash": "3814535965481203921" + "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", + "hash": "2892626327870650960" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", - "hash": "15552531164182029199" + "file": "libs/designer-ui/src/lib/useId.ts", + "hash": "12772098688257676898" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", - "hash": "15707985138297454208" + "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", + "hash": "3615471043450668363" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", - "hash": "8203696318475998577" + "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", + "hash": "13167808388628079038" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", - "hash": "16965130050548374080" + "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", + "hash": "3721402899614210136" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", - "hash": "17677112185734595302" + "file": "libs/designer-ui/src/lib/utils/index.ts", + "hash": "2393341790798255513" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", - "hash": "10421500773173129841" + "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", + "hash": "1113426561916620063" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", - "hash": "6837630829095975444" + "file": "libs/designer-ui/src/lib/utils/theme.ts", + "hash": "5123506134529499400" }, { - "file": "libs/logic-apps-shared/src/utils/src/index.ts", - "hash": "10410575831740573676" + "file": "libs/designer-ui/src/lib/utils/utils.ts", + "hash": "11266933742857457165" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", - "hash": "4727605297220290209" + "file": "libs/designer-ui/src/lib/variables.less", + "hash": "13854268804298288286" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", - "hash": "14486861888502652092" + "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", + "hash": "12608385326651885729" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", - "hash": "14917406684066904829" + "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", + "hash": "8659213389376079589" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", - "hash": "13784490208174778956" + "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", + "hash": "12870960388256787222" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", - "hash": "5485574054856489322" + "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", + "hash": "18283668117763704654" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", - "hash": "7212073480745607382" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", + "hash": "6594421216686966274" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", - "hash": "10702209958963271416" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", + "hash": "10300510257878123869" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", - "hash": "4266295413916081180" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", + "hash": "4189180858033397576" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", - "hash": "18218774632996040833" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", + "hash": "1535516984838576699" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", - "hash": "3921550207499097708" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", + "hash": "419696829996521827" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", - "hash": "16323037561979992179" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", + "hash": "5733233591777311890" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", - "hash": "4346902897670598580" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", + "hash": "9695333510577571586" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", - "hash": "18306290794139362199" + "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", + "hash": "16499630402068817431" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", - "hash": "12827775712440356270" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", + "hash": "13510225378436737087" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", - "hash": "12780007669564837262" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", + "hash": "7924411380748216609" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", - "hash": "10649237237708086601" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", + "hash": "3392910215509758091" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", - "hash": "16265988629726370223" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", + "hash": "7629577700357058279" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", - "hash": "4342729621317785815" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", + "hash": "11485840583766971677" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", - "hash": "17931405780059128507" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", + "hash": "9051361537676115669" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", - "hash": "11275772986299991786" + "file": "libs/designer-ui/src/styles.less", + "hash": "29584031777522955" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", - "hash": "14172933526512144674" + "file": "libs/designer-ui/src/types/Svg.d.ts", + "hash": "16119276421185882375" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", - "hash": "8097726720353189151" + "file": "libs/designer-ui/tsconfig.json", + "hash": "2991600590297984719" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", - "hash": "17424119200157481456" + "file": "libs/designer-ui/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", - "hash": "6316675658315917165" + "file": "libs/designer-ui/tsup.config.ts", + "hash": "5034656414761252557" + } + ], + "@microsoft/logic-apps-shared": [ + { + "file": "libs/logic-apps-shared/package.json", + "hash": "16492122863359719881", + "deps": [ + "npm:@apidevtools/swagger-parser", + "npm:@formatjs/intl", + "npm:axios", + "npm:react-intl", + "npm:react-query", + "npm:reactflow", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", - "hash": "17285595875462734375" + "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", + "hash": "9380633527024969017" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", - "hash": "10787957479004558655" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", + "hash": "4041114759273409584" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", - "hash": "924391710566473857" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", + "hash": "10744005867854668544" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", - "hash": "18221863617102146813" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", + "hash": "14062257101193816574" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", - "hash": "4421237494227621410" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", + "hash": "4954893213128657861" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", - "hash": "12775712264492385024" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", + "hash": "7641115249858288898" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", - "hash": "13175286304358008848" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", + "hash": "14155161053626149773" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", - "hash": "15335411595834044598" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", + "hash": "10972091389277624213" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", - "hash": "13941170058709179863" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", + "hash": "6570789037033524363" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", - "hash": "5560781174328914491" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", + "hash": "6476740600976986139" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", - "hash": "13885780335314142211" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", + "hash": "4669131476797349411" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", - "hash": "14719921367101255082" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", + "hash": "18322018366374797773" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", - "hash": "14197989536257233793" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", + "hash": "12152048241403700781" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", - "hash": "79196203943799003" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", + "hash": "5149245040157794958" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", - "hash": "1773324083978265246" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", + "hash": "17264514741585944669" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", - "hash": "16462763711137735088" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", + "hash": "16981660441021349989" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", - "hash": "16779865992229698101" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", + "hash": "7841465441925735303" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", - "hash": "6133462328373533461" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", + "hash": "8805378272928779631" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", - "hash": "2681330121858908210" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", + "hash": "100886477017713472" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", - "hash": "3670299451416716175" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", + "hash": "12010754552584586238" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", - "hash": "6771680877558200992" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", + "hash": "2493896786957967735" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", - "hash": "17593916544224071508" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", + "hash": "4467584828026361594" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", - "hash": "10533072781574562738" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", + "hash": "15048548058211350550" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", - "hash": "2572403417534260160" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", + "hash": "16667370445776365408" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", - "hash": "2078500890542782930" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", + "hash": "2922519993752406611" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", - "hash": "13095245056926067394" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", + "hash": "2015298222781796439" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", - "hash": "5866684311064342041" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", + "hash": "12154580097533679529" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", - "hash": "10053725396844537374" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", + "hash": "990168561317107639" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", - "hash": "11901860371911382948" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", + "hash": "13798407810885346784" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", - "hash": "3827527429415846737" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", + "hash": "6637693727017499456" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", - "hash": "9814598968821475901" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", + "hash": "5415884704526136465" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", - "hash": "9515526602733602379" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", + "hash": "12944393287525757801" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", - "hash": "18237200074476379247" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", + "hash": "338894801370095333" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", - "hash": "18138026162521915000" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", + "hash": "4325353527285954074" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", - "hash": "5600260597734849270" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", + "hash": "14656750022224496512" }, { - "file": "libs/logic-apps-shared/tsconfig.json", - "hash": "5119560921033608397" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", + "hash": "8383854433493377485" }, { - "file": "libs/logic-apps-shared/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", + "hash": "14050868048024762041" }, { - "file": "libs/logic-apps-shared/tsup.config.ts", - "hash": "5286132973577408611" - } - ], - "vs-code-react": [ + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", + "hash": "3952535120512157063" + }, { - "file": "apps/vs-code-react/.babelrc", - "hash": "7338834004944326044" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", + "hash": "10227457389794045251" }, { - "file": "apps/vs-code-react/.browserslistrc", - "hash": "167759602395835039" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", + "hash": "2276513063347032356" }, { - "file": "apps/vs-code-react/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", + "hash": "17998935529655324249" }, { - "file": "apps/vs-code-react/jest.config.ts", - "hash": "8334961725413338902" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", + "hash": "15364460512758958557" }, { - "file": "apps/vs-code-react/project.json", - "hash": "16992379845976149116" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", + "hash": "16899240778924055950" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", - "hash": "7103226391461447657" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", + "hash": "9924011533457598450" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", - "hash": "15235190526173296646" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", + "hash": "7767572464887768924" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", - "hash": "3923189858935612561" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", + "hash": "7686527428866436332" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", - "hash": "5310943053923898056" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", + "hash": "11373234010056310761" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", - "hash": "14353098042527666078" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", + "hash": "7741997988177804309" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.less", - "hash": "10860476654260307609" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", + "hash": "11285262017602894102" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", - "hash": "1229212044608318791" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", + "hash": "7834292151783220118" }, { - "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", - "hash": "1233751610250085221" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", + "hash": "2689272469215697040" }, { - "file": "apps/vs-code-react/src/app/designer/app.less", - "hash": "2873139032757981092" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", + "hash": "16730245766611684683" }, { - "file": "apps/vs-code-react/src/app/designer/app.tsx", - "hash": "14446374292339965572" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", + "hash": "6313037814450709645" }, { - "file": "apps/vs-code-react/src/app/designer/constants.ts", - "hash": "5903664051922439610" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", + "hash": "5887391731984230327" }, { - "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", - "hash": "8677180454198120663" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", + "hash": "2080206098440690027" }, { - "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", - "hash": "13157754222681752876" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", + "hash": "2442692051774771508" }, { - "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", - "hash": "3846553792648049504" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", + "hash": "13169164367036674094" }, { - "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", - "hash": "2583935077415507996" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", + "hash": "16907995455120176947" }, { - "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", - "hash": "11284208617598927726" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", + "hash": "1659823225545591900" }, { - "file": "apps/vs-code-react/src/app/export/export.less", - "hash": "3696757642502745218" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", + "hash": "15456387445440121864" }, { - "file": "apps/vs-code-react/src/app/export/export.tsx", - "hash": "8780683083445998923" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", + "hash": "12878592596309783536" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", - "hash": "1432771657034188602" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", + "hash": "557554024678459944" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", - "hash": "920422646883876413" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", + "hash": "6860029958723176995" }, { - "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", - "hash": "11162162346257637474" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", + "hash": "15296018982038336090" }, { - "file": "apps/vs-code-react/src/app/export/status/status.tsx", - "hash": "7912554661822815221" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", + "hash": "13842792331747765980" }, { - "file": "apps/vs-code-react/src/app/export/summary/helper.ts", - "hash": "14153533387296877593" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", + "hash": "13815149232604649499" }, { - "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", - "hash": "7161124247970943148" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", + "hash": "14032597586361412245" }, { - "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", - "hash": "4655457745320534508" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", + "hash": "9974254812452410710" }, { - "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", - "hash": "314441399583635160" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", + "hash": "2510786344585772506" }, { - "file": "apps/vs-code-react/src/app/export/validation/helper.ts", - "hash": "11787808914725369004" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", + "hash": "1258465346072222717" }, { - "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", - "hash": "6866286216752763150" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", + "hash": "12947203279230431560" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", - "hash": "10475247554118844324" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", + "hash": "4700233691144783223" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", - "hash": "1366466573911291031" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", + "hash": "16210378855781819556" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", - "hash": "3750291621191783642" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", + "hash": "3328556540278019081" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", - "hash": "16694375718863827935" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", + "hash": "17421938317864385521" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", - "hash": "3220598036709854135" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", + "hash": "5426595174508182540" }, { - "file": "apps/vs-code-react/src/app/overview/app.tsx", - "hash": "6561625234207029430" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", + "hash": "889254322578873619" }, { - "file": "apps/vs-code-react/src/app/overview/overview.less", - "hash": "10514910349287699054" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", + "hash": "14413093575682152883" }, { - "file": "apps/vs-code-react/src/app/review/index.tsx", - "hash": "17050061761908500120" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", + "hash": "15165385131541472136" }, { - "file": "apps/vs-code-react/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", + "hash": "6828262639021969187" }, { - "file": "apps/vs-code-react/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", + "hash": "16330222175525472241" }, { - "file": "apps/vs-code-react/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", + "hash": "12427938755401727885" }, { - "file": "apps/vs-code-react/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", + "hash": "3374555813812257809" }, { - "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", - "hash": "8025372240546622652" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", + "hash": "14739455734775086197" }, { - "file": "apps/vs-code-react/src/fixtures/get-run.json", - "hash": "14954993404334898723" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", + "hash": "1170392313973954221" }, { - "file": "apps/vs-code-react/src/fixtures/get-runs.json", - "hash": "16210149105685428411" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", + "hash": "8180427621259037034" }, { - "file": "apps/vs-code-react/src/index.html", - "hash": "15542557927961559597" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", + "hash": "15958942562504641676" }, { - "file": "apps/vs-code-react/src/main.tsx", - "hash": "12636954517020345187" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", + "hash": "7763682490519613414" }, { - "file": "apps/vs-code-react/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", + "hash": "4068662167400180993" }, { - "file": "apps/vs-code-react/src/resources/Caution.svg", - "hash": "12946324935578891880" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", + "hash": "4794954947494896316" }, { - "file": "apps/vs-code-react/src/resources/Error.svg", - "hash": "1306017530222758526" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", + "hash": "11207042828717675065" }, { - "file": "apps/vs-code-react/src/resources/Success.svg", - "hash": "1346479691433759862" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", + "hash": "10901639031013279890" }, { - "file": "apps/vs-code-react/src/router/index.tsx", - "hash": "15140865326278989359" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", + "hash": "16869109249828494594" }, { - "file": "apps/vs-code-react/src/run-service.ts", - "hash": "17001222516069202300" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", + "hash": "4284022729214287627" }, { - "file": "apps/vs-code-react/src/run-service/export/helper.ts", - "hash": "17978663445350106988" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", + "hash": "5600174235635358338" }, { - "file": "apps/vs-code-react/src/run-service/export/index.ts", - "hash": "8958556086353433187" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", + "hash": "8466132625137354797" }, { - "file": "apps/vs-code-react/src/run-service/types.ts", - "hash": "15571572309314646001" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", + "hash": "1198608102687599866" }, { - "file": "apps/vs-code-react/src/state/DataMapSlice.ts", - "hash": "12162383684219148227" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", + "hash": "8175155994288497941" }, { - "file": "apps/vs-code-react/src/state/DesignerSlice.ts", - "hash": "15018588436028947609" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", + "hash": "4654647039340233519" }, { - "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", - "hash": "17422552152551623659" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", + "hash": "11206711847389194503" }, { - "file": "apps/vs-code-react/src/state/projectSlice.ts", - "hash": "17786023480081942934" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", + "hash": "9525586797130627166" }, { - "file": "apps/vs-code-react/src/state/store.ts", - "hash": "9306760291102940367" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", + "hash": "7773406589009896884" }, { - "file": "apps/vs-code-react/src/stateWrapper.tsx", - "hash": "2412499423087675880" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", + "hash": "2719090974226360478" }, { - "file": "apps/vs-code-react/src/styles.less", - "hash": "11897878901819299767" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", + "hash": "16586240603433583151" }, { - "file": "apps/vs-code-react/src/themeProvider.tsx", - "hash": "3199307216492964650" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", + "hash": "6044024318958028975" }, { - "file": "apps/vs-code-react/src/webviewCommunication.tsx", - "hash": "4256707400206268801" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", + "hash": "4971198904351819104" }, { - "file": "apps/vs-code-react/tsconfig.app.json", - "hash": "4251399858593500384" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", + "hash": "2205405226598303423" }, { - "file": "apps/vs-code-react/tsconfig.json", - "hash": "10208151351921925114" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", + "hash": "7027990687631079853" }, { - "file": "apps/vs-code-react/tsconfig.spec.json", - "hash": "15143458430517966976" - } - ], - "data-mapper-standalone": [ - { - "file": "apps/data-mapper-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", + "hash": "4832609006995577677" }, { - "file": "apps/data-mapper-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", + "hash": "11041788749094915589" }, { - "file": "apps/data-mapper-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", + "hash": "744175669956000073" }, { - "file": "apps/data-mapper-standalone/jest.config.ts", - "hash": "10715911984367194997" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", + "hash": "4570891349858327552" }, { - "file": "apps/data-mapper-standalone/project.json", - "hash": "9374513863842846490" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", + "hash": "6957052954521419802" }, { - "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", - "hash": "16726481549457764766" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", + "hash": "6895097639477963071" }, { - "file": "apps/data-mapper-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", + "hash": "15484469170655437218" }, { - "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", - "hash": "14944117756580093119" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", + "hash": "718221044385207717" }, { - "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", - "hash": "1284985494789010035" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", + "hash": "14225692641617281655" }, { - "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", - "hash": "372080794920849111" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", + "hash": "11654435207820210379" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", + "hash": "11652280676139008640" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", + "hash": "3123356813475297727" }, { - "file": "apps/data-mapper-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", + "hash": "760782622775556782" }, { - "file": "apps/data-mapper-standalone/src/index.html", - "hash": "1875896067774755003" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", + "hash": "900472997630946196" }, { - "file": "apps/data-mapper-standalone/src/main.tsx", - "hash": "10861951779782452086" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", + "hash": "14957662887872082161" }, { - "file": "apps/data-mapper-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", + "hash": "1013983265834297086" }, { - "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", - "hash": "16987547041249191518" + "file": "libs/logic-apps-shared/src/index.ts", + "hash": "9717124156846303739" }, { - "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", - "hash": "15187256273369871693" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", + "hash": "15651910132769346184" }, { - "file": "apps/data-mapper-standalone/src/state/Store.ts", - "hash": "7832192686281280578" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", + "hash": "17552605341157493404" }, { - "file": "apps/data-mapper-standalone/src/styles.less", - "hash": "11491636838694553899" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", + "hash": "5035985613530326321" }, { - "file": "apps/data-mapper-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", + "hash": "4475004010363601986" }, { - "file": "apps/data-mapper-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", + "hash": "4095382995607203736" }, { - "file": "apps/data-mapper-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", + "hash": "3788387248943361249" }, { - "file": "apps/data-mapper-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "designer-standalone": [ - { - "file": "apps/designer-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", + "hash": "7108713252527138781" }, { - "file": "apps/designer-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", + "hash": "705786194542596636" }, { - "file": "apps/designer-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", + "hash": "14463024152359133709" }, { - "file": "apps/designer-standalone/jest.config.ts", - "hash": "5095600455584759097" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", + "hash": "7560213327654600681" }, { - "file": "apps/designer-standalone/project.json", - "hash": "2186189716536309729" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", + "hash": "16687663207402807017" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", - "hash": "3298017156622978060" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", + "hash": "6477546291513434590" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", - "hash": "13505482435147628633" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", + "hash": "9370844703510888737" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", - "hash": "9606761639132729551" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", + "hash": "7628537715920358813" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", - "hash": "6979701506181809557" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", + "hash": "8158361129347912029" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", - "hash": "14118413145410608191" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", + "hash": "6380830450896639043" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", - "hash": "1588066658590448230" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", + "hash": "10185664657106878859" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", - "hash": "11196696306113960606" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", + "hash": "5951640446541949066" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", - "hash": "14682812772519432090" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", + "hash": "9382357970073518488" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", - "hash": "4580548922855359394" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", + "hash": "18017279529871760646" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", - "hash": "12895583927495006597" + "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", + "hash": "17627181196005757916" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", - "hash": "2755209554830887096" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", + "hash": "6040922602083171954" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", - "hash": "16951494746367962696" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", + "hash": "10055707279763634029" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", - "hash": "11922224593998776622" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", + "hash": "9089577798505505863" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", - "hash": "9092529694739284525" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", + "hash": "13562749690133433887" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", - "hash": "14344615542145629436" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", + "hash": "5663604703010066942" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", - "hash": "2732486466259074455" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", + "hash": "2534161988511516592" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", - "hash": "17257936693118977812" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", + "hash": "16419030944505832016" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", - "hash": "11766814904345254217" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", + "hash": "15612717865703687552" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", - "hash": "15343875879297750706" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", + "hash": "13474113712208318530" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", - "hash": "4446661457006721606" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", + "hash": "881578797815144323" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", - "hash": "13092524529881537344" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", + "hash": "11790935691899638544" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", - "hash": "7976663886408218270" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", + "hash": "8385944373056976852" }, { - "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", - "hash": "13293572578025384518" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", + "hash": "4043313233263109351" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", - "hash": "8960093372869801569" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", + "hash": "11102785353391478346" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", - "hash": "17011074881319644796" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", + "hash": "171638812131418198" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", - "hash": "4734349067026517129" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", + "hash": "2327407329881982053" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", - "hash": "11056877601318419241" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", + "hash": "9629066330778884542" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", - "hash": "7960030919432291768" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", + "hash": "16717791144236642315" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", - "hash": "4190195339052860475" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", + "hash": "9536863172217279644" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", - "hash": "17311351490108510384" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", + "hash": "18142537813025869201" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", - "hash": "17876933317388473037" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", + "hash": "15387106749322046014" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", - "hash": "11182070599256684242" + "file": "libs/logic-apps-shared/src/intl/src/index.ts", + "hash": "5880101155327804229" }, { - "file": "apps/designer-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", + "hash": "9493587879189422226" }, { - "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", - "hash": "11358026391684952458" + "file": "libs/logic-apps-shared/src/parsers/index.ts", + "hash": "14406165726550655762" }, { - "file": "apps/designer-standalone/src/components/settings_box.module.less", - "hash": "9808519016183858536" + "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", + "hash": "14434625489663341100" }, { - "file": "apps/designer-standalone/src/components/settings_box.tsx", - "hash": "12099490358448849702" + "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", + "hash": "431479051526850728" }, { - "file": "apps/designer-standalone/src/components/themes.ts", - "hash": "10280533146008251816" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", + "hash": "1447869553729602329" }, { - "file": "apps/designer-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", + "hash": "5729743152469113203" }, { - "file": "apps/designer-standalone/src/environments/environment.ts", - "hash": "5920947766445218989" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", + "hash": "11639224397713257805" }, { - "file": "apps/designer-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", + "hash": "16375130740710703419" }, { - "file": "apps/designer-standalone/src/index.html", - "hash": "706131400937913887" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", + "hash": "11953954476398047389" }, { - "file": "apps/designer-standalone/src/main.tsx", - "hash": "6196242117816635624" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", + "hash": "2210192340749619384" }, { - "file": "apps/designer-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", + "hash": "511658573327045626" }, { - "file": "apps/designer-standalone/src/state/connectionReferences.ts", - "hash": "3642930491684807465" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", + "hash": "12303487102566855915" }, { - "file": "apps/designer-standalone/src/state/historyHelpers.ts", - "hash": "14898556878004432608" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", + "hash": "11402826658491359232" }, { - "file": "apps/designer-standalone/src/state/store.ts", - "hash": "11326541673147537080" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", + "hash": "6825951630416775947" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", - "hash": "2817444802055692850" + "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", + "hash": "2805940425132879908" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", - "hash": "14190318844766308247" + "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", + "hash": "8489667444524953557" }, { - "file": "apps/designer-standalone/src/styles.less", - "hash": "17529353978711030180" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", + "hash": "14606573267340170277" }, { - "file": "apps/designer-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", + "hash": "14196059685546491397" }, { - "file": "apps/designer-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", + "hash": "14050169068191640430" }, { - "file": "apps/designer-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", + "hash": "10053227308471445195" }, { - "file": "apps/designer-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "@microsoft/designer-ui": [ - { - "file": "libs/designer-ui/package.json", - "hash": "2157918880835177019", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:@fluentui/react", - "npm:react-intl", - "npm:@fluentui/react-components", - "npm:@lexical/react", - "npm:lexical", - "npm:@react-hookz/web", - "npm:fuse.js", - "npm:react-query", - "npm:reactflow", - "npm:react-dnd", - "npm:@fluentui/react-hooks", - "npm:react-markdown", - "npm:monaco-editor", - "npm:prism-react-renderer", - "npm:react-use", - "npm:@fluentui/react-icons", - "npm:@lexical/selection", - "npm:@lexical/utils", - "npm:@lexical/link", - "npm:@fluentui/theme", - "npm:@lexical/list", - "npm:@lexical/rich-text", - "npm:@lexical/html", - "npm:@monaco-editor/react", - "npm:react-infinite-scroll-component", - "npm:@fluentui/utilities", - "npm:react", - "npm:react-dom" - ] + "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", + "hash": "11769122580063614459" }, { - "file": "libs/designer-ui/src/assets/search/noResults.svg", - "hash": "4909511463165872592" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", + "hash": "745830827396299178" }, { - "file": "libs/designer-ui/src/index.ts", - "hash": "14428353282588746736" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", + "hash": "1027675781125994812" }, { - "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", - "hash": "14434568979751658338" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", + "hash": "7986263690502094190" }, { - "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", - "hash": "14908105139639555615" + "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", + "hash": "16722491980851361131" }, { - "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", - "hash": "7211006209534532164" + "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", + "hash": "11863418691057542043" }, { - "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", - "hash": "11094301716023935000" + "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", + "hash": "3814535965481203921" }, { - "file": "libs/designer-ui/src/lib/about/about.less", - "hash": "11763256971442327180" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", + "hash": "15552531164182029199" }, { - "file": "libs/designer-ui/src/lib/about/index.tsx", - "hash": "1885249223741047225" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", + "hash": "15707985138297454208" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", - "hash": "14884276543197931855" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", + "hash": "8203696318475998577" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", - "hash": "119144818974442509" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", + "hash": "16965130050548374080" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", - "hash": "2571402350210962658" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", + "hash": "17677112185734595302" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", - "hash": "8994554438666876777" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", + "hash": "10421500773173129841" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", - "hash": "5617830809914714226" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", + "hash": "6837630829095975444" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", - "hash": "3045029944051572215" + "file": "libs/logic-apps-shared/src/utils/src/index.ts", + "hash": "10410575831740573676" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", - "hash": "15035395214520169992" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", + "hash": "4727605297220290209" }, { - "file": "libs/designer-ui/src/lib/apicards.less", - "hash": "13797202201533966679" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", + "hash": "14486861888502652092" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", - "hash": "1159973821678804034" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", + "hash": "14917406684066904829" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", - "hash": "15663177271477515098" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", + "hash": "13784490208174778956" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", - "hash": "15257122625185925783" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", + "hash": "5485574054856489322" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", - "hash": "3440648328094660448" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", + "hash": "7212073480745607382" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", - "hash": "1035335925853359629" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", + "hash": "10702209958963271416" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", - "hash": "15902940521963280423" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", + "hash": "4266295413916081180" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", - "hash": "10301768307429232439" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", + "hash": "18218774632996040833" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", - "hash": "13067628806797164554" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", + "hash": "3921550207499097708" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", - "hash": "5940965594446421041" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", + "hash": "16323037561979992179" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", - "hash": "6013139278499039153" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", + "hash": "4346902897670598580" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", - "hash": "14344032625786759505" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", + "hash": "18306290794139362199" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", - "hash": "12838314745302584802" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", + "hash": "12827775712440356270" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", - "hash": "12431847260795348376" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", + "hash": "12780007669564837262" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", - "hash": "11721662882789703309" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", + "hash": "10649237237708086601" }, { - "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", - "hash": "9710908466929509626" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", + "hash": "16265988629726370223" }, { - "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", - "hash": "11958567725113824782" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", + "hash": "4342729621317785815" }, { - "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", - "hash": "8161067183164594482" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", + "hash": "17931405780059128507" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", - "hash": "12160223154281286587" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", + "hash": "11275772986299991786" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", - "hash": "16430731582068929461" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", + "hash": "14172933526512144674" }, { - "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", - "hash": "15218856122571348271" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", + "hash": "8097726720353189151" }, { - "file": "libs/designer-ui/src/lib/authentication/authentication.less", - "hash": "13977853940860538752" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", + "hash": "17424119200157481456" }, { - "file": "libs/designer-ui/src/lib/authentication/index.tsx", - "hash": "12121725416726564057" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", + "hash": "6316675658315917165" }, { - "file": "libs/designer-ui/src/lib/authentication/util.ts", - "hash": "11605613898253709629" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", + "hash": "17285595875462734375" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", - "hash": "4239997238176229679" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", + "hash": "10787957479004558655" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", - "hash": "13992825478287594370" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", + "hash": "924391710566473857" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", - "hash": "4867411311567038161" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", + "hash": "18221863617102146813" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", - "hash": "4547318522865203584" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", + "hash": "4421237494227621410" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", - "hash": "14866563066427854785" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", + "hash": "12775712264492385024" }, { - "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", - "hash": "10879704914758677366" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", + "hash": "13175286304358008848" }, { - "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", - "hash": "17307763740338983688" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", + "hash": "15335411595834044598" }, { - "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", - "hash": "14241926419350930556" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", + "hash": "13941170058709179863" }, { - "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", - "hash": "5187864438896470501" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", + "hash": "5560781174328914491" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", - "hash": "8302242870984866501" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", + "hash": "13885780335314142211" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", - "hash": "12826695037894387883" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", + "hash": "14719921367101255082" }, { - "file": "libs/designer-ui/src/lib/card/batch.less", - "hash": "10575267785363995315" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", + "hash": "14197989536257233793" }, { - "file": "libs/designer-ui/src/lib/card/card.less", - "hash": "15282637473947824061" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", + "hash": "79196203943799003" }, { - "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", - "hash": "6484623461460191253" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", + "hash": "1773324083978265246" }, { - "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", - "hash": "16034062062771286179" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", + "hash": "16462763711137735088" }, { - "file": "libs/designer-ui/src/lib/card/cardmonitor.less", - "hash": "4871384248042757553" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", + "hash": "16779865992229698101" }, { - "file": "libs/designer-ui/src/lib/card/cardv2.less", - "hash": "6593714482527657845" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", + "hash": "6133462328373533461" }, { - "file": "libs/designer-ui/src/lib/card/config/config.less", - "hash": "5613835801941506485" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", + "hash": "2681330121858908210" }, { - "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", - "hash": "8278918968245925125" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", + "hash": "3670299451416716175" }, { - "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", - "hash": "3759914967985226400" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", + "hash": "6771680877558200992" }, { - "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", - "hash": "14402384408736907567" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", + "hash": "17593916544224071508" }, { - "file": "libs/designer-ui/src/lib/card/function/function.less", - "hash": "15731313779614157076" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", + "hash": "10533072781574562738" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", - "hash": "7734290807369071142" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", + "hash": "2572403417534260160" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", - "hash": "13163728213584653339" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", + "hash": "2078500890542782930" }, { - "file": "libs/designer-ui/src/lib/card/hooks.ts", - "hash": "3280423690018226095" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", + "hash": "13095245056926067394" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", - "hash": "13724223152608135682" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", + "hash": "5866684311064342041" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", - "hash": "10199587974604360910" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", + "hash": "10053725396844537374" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", - "hash": "1732185137555566396" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", + "hash": "11901860371911382948" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", - "hash": "9622432927124771" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", + "hash": "3827527429415846737" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", - "hash": "16379690233431545152" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", + "hash": "9814598968821475901" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", - "hash": "18196248137118265647" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", + "hash": "9515526602733602379" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", - "hash": "7362441868927286283" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", + "hash": "18237200074476379247" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", - "hash": "14506568544666863824" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", + "hash": "18138026162521915000" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", - "hash": "13676032398949697479" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", + "hash": "5600260597734849270" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", - "hash": "12071288473248491154" + "file": "libs/logic-apps-shared/tsconfig.json", + "hash": "5119560921033608397" }, { - "file": "libs/designer-ui/src/lib/card/images/collapse.svg", - "hash": "3724917790453240684" + "file": "libs/logic-apps-shared/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", - "hash": "7710484694921752567" - }, + "file": "libs/logic-apps-shared/tsup.config.ts", + "hash": "5286132973577408611" + } + ], + "data-mapper-standalone": [ { - "file": "libs/designer-ui/src/lib/card/images/delete.svg", - "hash": "15675230980148461553" + "file": "apps/data-mapper-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "apps/data-mapper-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "apps/data-mapper-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", - "hash": "3682275420836100854" + "file": "apps/data-mapper-standalone/jest.config.ts", + "hash": "10715911984367194997" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "apps/data-mapper-standalone/project.json", + "hash": "9374513863842846490" }, { - "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", - "hash": "13253552947487643867" + "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", + "hash": "16726481549457764766" }, { - "file": "libs/designer-ui/src/lib/card/images/expand.svg", - "hash": "1365824124689290130" + "file": "apps/data-mapper-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/src/lib/card/images/information.svg", - "hash": "2629543329230765405" + "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", + "hash": "14944117756580093119" }, { - "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", - "hash": "8036333629834072325" + "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", + "hash": "1284985494789010035" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", - "hash": "4791285533034835653" + "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", + "hash": "372080794920849111" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", - "hash": "2827706739916533779" + "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", - "hash": "2205398914635833301" + "file": "apps/data-mapper-standalone/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", - "hash": "14020397064356319924" + "file": "apps/data-mapper-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/designer-ui/src/lib/card/images/parameters.svg", - "hash": "5661870126399503537" + "file": "apps/data-mapper-standalone/src/index.html", + "hash": "1875896067774755003" }, { - "file": "libs/designer-ui/src/lib/card/images/plus.svg", - "hash": "11071985059296778590" + "file": "apps/data-mapper-standalone/src/main.tsx", + "hash": "10861951779782452086" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", - "hash": "15762098724270837693" + "file": "apps/data-mapper-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", - "hash": "14136830631826324888" + "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", + "hash": "16987547041249191518" }, { - "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", - "hash": "561849715759343409" + "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", + "hash": "15187256273369871693" }, { - "file": "libs/designer-ui/src/lib/card/index.tsx", - "hash": "13283832555519492964" + "file": "apps/data-mapper-standalone/src/state/Store.ts", + "hash": "7832192686281280578" }, { - "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", - "hash": "16011573732296811334" + "file": "apps/data-mapper-standalone/src/styles.less", + "hash": "11491636838694553899" }, { - "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", - "hash": "13785447784192146498" + "file": "apps/data-mapper-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", - "hash": "8715826541047287974" + "file": "apps/data-mapper-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "libs/designer-ui/src/lib/card/query/query.less", - "hash": "11595797360380764326" + "file": "apps/data-mapper-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", - "hash": "14660261598576668135" - }, + "file": "apps/data-mapper-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "@microsoft/logic-apps-data-mapper": [ { - "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", - "hash": "13526667775577606191" + "file": "libs/data-mapper/package.json", + "hash": "11374210066381032052", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-icons", + "npm:react-redux", + "npm:react-icons", + "npm:reactflow", + "@microsoft/designer-ui", + "npm:react-query", + "npm:@fluentui/react-migration-v8-v9", + "@microsoft/logic-apps-designer", + "npm:fuse.js", + "npm:@react-hookz/web", + "npm:@fluentui/react-hooks", + "npm:redux-undo", + "npm:@fluentui/azure-themes", + "npm:@fluentui/react-portal-compat", + "npm:@microsoft/applicationinsights-react-js", + "npm:@microsoft/applicationinsights-web", + "npm:@reduxjs/toolkit", + "npm:js-yaml", + "npm:react-dnd", + "npm:react-dnd-html5-backend", + "npm:immer", + "npm:pathfinding", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", - "hash": "5079305499650318742" + "file": "libs/data-mapper/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", - "hash": "6661024250966707869" + "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", + "hash": "14141615103418495910" }, { - "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", - "hash": "5399921611201970010" + "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", + "hash": "17770304629225421551" }, { - "file": "libs/designer-ui/src/lib/card/types.ts", - "hash": "2035207173265258244" + "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", + "hash": "6877428616429784381" }, { - "file": "libs/designer-ui/src/lib/card/utils.ts", - "hash": "3779033005510076581" + "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", + "hash": "14358690050668654180" }, { - "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", - "hash": "10318132727028056408" + "file": "libs/data-mapper/src/lib/__mocks__/index.ts", + "hash": "2773363408802742346" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", - "hash": "17281609971834388003" + "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", - "hash": "14718424728750458630" + "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", + "hash": "8395782275572223290" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", - "hash": "278286692645171379" + "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", + "hash": "16603205122567920755" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", - "hash": "10765956740228704595" + "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", + "hash": "10258201007008948880" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", - "hash": "2404121659635757544" + "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", + "hash": "8534942872367954833" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", - "hash": "6405085190209280425" + "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", + "hash": "15022977686795039418" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", - "hash": "9946485231683147120" + "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", + "hash": "12397917326030950019" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", - "hash": "1833570921333464272" + "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", + "hash": "1675148636656834599" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", - "hash": "17028620127527218534" + "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", + "hash": "4500469198916948898" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", - "hash": "7899578072090309552" + "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", + "hash": "15591781288413492668" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", - "hash": "17829515265716695263" + "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", + "hash": "10224908465129074278" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", - "hash": "5169733349440851429" + "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", + "hash": "2306687655733353822" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", - "hash": "10302797527483302249" + "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", + "hash": "4978643643123088343" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", - "hash": "13795366944427306018" + "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", + "hash": "16079196945272553302" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", - "hash": "12415165516808188305" + "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", + "hash": "9459439117530038422" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", - "hash": "96877705819455053" + "file": "libs/data-mapper/src/lib/components/configPanel/style.less", + "hash": "1527231942813543886" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", - "hash": "4069273522099387001" + "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", + "hash": "3490028716472595634" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", - "hash": "12978837117575037085" + "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", + "hash": "11032931063624269338" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", - "hash": "8663050766979969020" + "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", + "hash": "16949676118746384339" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", - "hash": "15417662538862126703" + "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", + "hash": "5754477981864776328" }, { - "file": "libs/designer-ui/src/lib/chatbot/constants.ts", - "hash": "14764507907521508128" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", + "hash": "8248408736294624544" }, { - "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", - "hash": "4609791305957523089" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", + "hash": "1309869007463816848" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", - "hash": "5685043772510116791" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", + "hash": "13628344667890779793" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", - "hash": "1667833042679839191" + "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", + "hash": "15205348783145905209" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", - "hash": "13854507772202693145" + "file": "libs/data-mapper/src/lib/components/index.tsx", + "hash": "14428353282588746736" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", - "hash": "17373142789703576555" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", + "hash": "2162817837155313327" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", - "hash": "1013409430604737232" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", + "hash": "13553412525983781799" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", - "hash": "661752008716122787" + "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", + "hash": "12346138118521841651" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", - "hash": "6716426185680659027" + "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", + "hash": "13284155248340962799" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", - "hash": "7382581463363358893" + "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", + "hash": "6881307329438277742" }, { - "file": "libs/designer-ui/src/lib/chatbot/index.tsx", - "hash": "381454499199907675" + "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", + "hash": "17557070717023693689" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", - "hash": "16238688331967189110" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", + "hash": "6406696257549309205" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", - "hash": "14580093519349138483" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", + "hash": "287685334620412869" }, { - "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", - "hash": "8902335799853458705" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", + "hash": "7705748749211233193" }, { - "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", - "hash": "5171683084974637831" + "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", + "hash": "3936423784858816038" }, { - "file": "libs/designer-ui/src/lib/checkbox/index.tsx", - "hash": "8389410843229075694" + "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", + "hash": "436733766006015729" }, { - "file": "libs/designer-ui/src/lib/code/codeeditor.less", - "hash": "11024599462256253403" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", + "hash": "2902656052842124085" }, { - "file": "libs/designer-ui/src/lib/code/index.tsx", - "hash": "13872385794669469789" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", + "hash": "12588249875741308347" }, { - "file": "libs/designer-ui/src/lib/code/util.ts", - "hash": "445144902435184601" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", + "hash": "3371960444479219998" }, { - "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", - "hash": "9564984331172164947" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", + "hash": "13107346633144606217" }, { - "file": "libs/designer-ui/src/lib/colorizer/index.tsx", - "hash": "18329556158591594852" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", + "hash": "3431317465765506117" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", - "hash": "11926254562850019268" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", + "hash": "931212623622312724" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", - "hash": "15494829096109972414" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", + "hash": "2252689483688433412" }, { - "file": "libs/designer-ui/src/lib/combobox/combobox.less", - "hash": "13345514601840043410" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", + "hash": "16227082704057520509" }, { - "file": "libs/designer-ui/src/lib/combobox/index.tsx", - "hash": "16544338680339035094" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", + "hash": "10162125979217322629" }, { - "file": "libs/designer-ui/src/lib/common.less", - "hash": "5857225994291839803" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", + "hash": "1365034521116895969" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", - "hash": "9169908592251197410" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", + "hash": "5783780993646471511" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", - "hash": "3046898503439319454" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", + "hash": "12114143726703313044" }, { - "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", - "hash": "5804642269610790205" + "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", + "hash": "7202237167327210605" }, { - "file": "libs/designer-ui/src/lib/connectioncontainer.less", - "hash": "4274580875391808041" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", + "hash": "1200938118723756534" }, { - "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", - "hash": "6660835975053117480" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", + "hash": "1012998571701681502" }, { - "file": "libs/designer-ui/src/lib/connectors/index.ts", - "hash": "3193834300323525825" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", + "hash": "12160064669768110122" }, { - "file": "libs/designer-ui/src/lib/connectors/predicates.ts", - "hash": "16570364538734730436" + "file": "libs/data-mapper/src/lib/components/style.less", + "hash": "16697434201106803776" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", - "hash": "15085878266015615396" + "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", + "hash": "1043813905809112628" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", - "hash": "18197468828345311134" + "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", + "hash": "9602489998542264304" }, { - "file": "libs/designer-ui/src/lib/constants.ts", - "hash": "7895778521881895365" + "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", + "hash": "6227532534870526144" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", - "hash": "11286495138927849850" + "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", + "hash": "7886860379443982562" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", - "hash": "15724424530173695319" + "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", + "hash": "9624723269802669778" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", - "hash": "11309293700573786127" + "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", + "hash": "8054479495813088206" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", - "hash": "10706937930238891864" + "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", + "hash": "11318338330539713068" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", - "hash": "13514247859608890614" + "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", + "hash": "6683692349789938244" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", - "hash": "11369730379345400687" + "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", + "hash": "9474546573542884474" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", - "hash": "8973634346517739741" + "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", + "hash": "9216304019284249108" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", - "hash": "7464088425034992851" + "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", + "hash": "16279862027290865289" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", - "hash": "5315460135369521554" + "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", + "hash": "63281905083235104" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", - "hash": "5281867526814354008" + "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", + "hash": "2119175370219112170" }, { - "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", - "hash": "3200362158239488916" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", + "hash": "4728474869371566435" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", - "hash": "3546074923186807401" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", + "hash": "15720533640718112418" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", - "hash": "1273753497022949897" + "file": "libs/data-mapper/src/lib/core/index.ts", + "hash": "17728252828542620020" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", - "hash": "13306096207015769369" + "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", + "hash": "9336784234862841153" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", - "hash": "11411020585614827947" + "file": "libs/data-mapper/src/lib/core/queries/functions.ts", + "hash": "9075525510237815946" }, { - "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", - "hash": "7281959028831627631" + "file": "libs/data-mapper/src/lib/core/queries/schema.ts", + "hash": "13294590656211176080" }, { - "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", - "hash": "8304019736247074220" + "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", + "hash": "5423319519120387627" }, { - "file": "libs/designer-ui/src/lib/dialogs/index.tsx", - "hash": "16665862280750290310" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", + "hash": "9392105193070614482" }, { - "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", - "hash": "13710269573446005500" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", + "hash": "15115567686730099658" }, { - "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", - "hash": "4819881443041728639" + "file": "libs/data-mapper/src/lib/core/services/index.ts", + "hash": "17713914166270244963" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", - "hash": "11966365107479255632" + "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", + "hash": "3978208177201101476" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", - "hash": "10228393789800803683" + "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", + "hash": "2345282136753381843" }, { - "file": "libs/designer-ui/src/lib/dictionary/index.tsx", - "hash": "18370968398463171770" + "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", + "hash": "8144585438365623290" }, { - "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", - "hash": "6335056025812075242" + "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", + "hash": "8329083872052003118" }, { - "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", - "hash": "15817139601189018466" + "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", + "hash": "13780116185320446560" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", - "hash": "6797310623515797047" + "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", + "hash": "1844323867195659318" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", - "hash": "8297998959357972135" + "file": "libs/data-mapper/src/lib/core/state/Store.ts", + "hash": "11335664211370179539" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", + "hash": "14083985203055166555" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", - "hash": "9938088707494835854" + "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", + "hash": "3651895461739624717" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", - "hash": "189492023300231559" + "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", + "hash": "9602396280237708280" }, { - "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", - "hash": "10317518561976442215" + "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", + "hash": "3966523736504478114" }, { - "file": "libs/designer-ui/src/lib/dropdown/index.tsx", - "hash": "1612483364785584630" + "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", + "hash": "3717071440296795971" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", - "hash": "7434182615261632600" + "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", + "hash": "18312574586759606725" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", - "hash": "9501607464876161573" + "file": "libs/data-mapper/src/lib/images/IconModel.ts", + "hash": "12022961688999857592" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", - "hash": "12128734607645409156" + "file": "libs/data-mapper/src/lib/index.ts", + "hash": "12536403810420775901" }, { - "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", - "hash": "17684652277786261310" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", + "hash": "11971351871449799719" }, { - "file": "libs/designer-ui/src/lib/editor/base/editor.less", - "hash": "12866109678262424869" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", + "hash": "231476621227209942" }, { - "file": "libs/designer-ui/src/lib/editor/base/index.tsx", - "hash": "14166645835120534265" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", + "hash": "14825710363869872009" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", - "hash": "7693847861135382627" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", + "hash": "11190645468593154735" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", - "hash": "4541191440119529419" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", + "hash": "14736012937266371921" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", - "hash": "999476750027091176" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", + "hash": "13887358761389139212" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", - "hash": "17890662429827982084" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", + "hash": "17897683696959454955" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", - "hash": "13945640916550609803" + "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", + "hash": "12140356380068737353" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", - "hash": "5927512080490513475" + "file": "libs/data-mapper/src/lib/models/Connection.ts", + "hash": "6713086379975707272" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", - "hash": "7428379870511488815" + "file": "libs/data-mapper/src/lib/models/Function.ts", + "hash": "4870906847571201219" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", - "hash": "16501257364338436774" + "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", + "hash": "15870582288808787686" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", - "hash": "7159772630000027135" + "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", + "hash": "2503294176815549333" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", - "hash": "826227630247342849" + "file": "libs/data-mapper/src/lib/models/index.ts", + "hash": "15048481124323271890" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", - "hash": "10708434969004690012" + "file": "libs/data-mapper/src/lib/styles.less", + "hash": "6908331227144989949" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", - "hash": "2147313770352251950" + "file": "libs/data-mapper/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", - "hash": "13449398835402371871" + "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", + "hash": "5175306600030063384" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", - "hash": "744582158043496767" + "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", + "hash": "10316055516907888527" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", - "hash": "2804235267765397597" + "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", + "hash": "13390357502855812372" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", - "hash": "1396622124801278751" + "file": "libs/data-mapper/src/lib/ui/index.ts", + "hash": "15113147962899261470" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", - "hash": "10805420593120911666" + "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", + "hash": "16408345537354737101" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", - "hash": "9379670679296092620" + "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", + "hash": "1686767970297098011" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", - "hash": "15576049973494503143" + "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", + "hash": "2434825439260665638" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", - "hash": "13926370169738082009" + "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", + "hash": "16723311339534011344" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", - "hash": "5581606338787978728" + "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", + "hash": "8480594156287949923" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", - "hash": "8192890641204198515" + "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", + "hash": "5131927761100189734" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", - "hash": "12118490130152815053" + "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", + "hash": "15649534183471564687" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", - "hash": "2463583388686525568" + "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", + "hash": "8490159670981334068" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", - "hash": "11358342835079118658" + "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", + "hash": "13852057286094725726" }, { - "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", - "hash": "6646959457516159519" + "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", + "hash": "1056814422116962324" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", - "hash": "14686112532473519777" + "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", + "hash": "7706926125373966162" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", - "hash": "9281471718380757374" + "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", + "hash": "17896084943722718154" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", - "hash": "1534107538736673298" + "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", + "hash": "17700627488664204153" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", - "hash": "12829686526507324272" + "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", + "hash": "1510231232034717112" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", - "hash": "8810971222002859696" + "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", + "hash": "9183598294036602086" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", - "hash": "17758309304074598462" + "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", + "hash": "2591378645563686133" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", - "hash": "2856148563059087619" + "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", + "hash": "3757182914660000889" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", - "hash": "8005004771604368381" + "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", + "hash": "4652895062524218585" }, { - "file": "libs/designer-ui/src/lib/editor/index.ts", - "hash": "10519293280335263474" + "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", + "hash": "16304634453111028700" }, { - "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", - "hash": "5153936568516294781" + "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", + "hash": "16121681897376756515" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", - "hash": "16814638361287986075" + "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", + "hash": "15152740453553295329" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", - "hash": "5064580720179297796" + "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", + "hash": "11931976114526883032" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", - "hash": "12121974177438633709" + "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", + "hash": "3153965796357963823" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", - "hash": "17176576509706398941" + "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", + "hash": "3809914266296290977" }, { - "file": "libs/designer-ui/src/lib/editor/shared/index.ts", - "hash": "14207176860322026590" + "file": "libs/data-mapper/src/lib/utils/index.ts", + "hash": "5033003906952262405" }, { - "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", - "hash": "8024413390298642678" + "file": "libs/data-mapper/tsconfig.json", + "hash": "2883325760657722404" }, { - "file": "libs/designer-ui/src/lib/editor/string/index.tsx", - "hash": "7639585167181465561" + "file": "libs/data-mapper/typing/sort-paths.d.ts", + "hash": "13071285186636949876" + } + ], + "@microsoft/vscode-extension-logic-apps": [ + { + "file": "libs/vscode-extension/package.json", + "hash": "15998724868521866521", + "deps": [ + "npm:@microsoft/vscode-azext-azureappservice", + "npm:@microsoft/vscode-azext-utils", + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:react-query", + "npm:axios", + "npm:@apidevtools/swagger-parser", + "npm:reactflow", + "npm:tslib" + ] }, { - "file": "libs/designer-ui/src/lib/error.less", - "hash": "3373390242925169530" + "file": "libs/vscode-extension/src/assets/architecture.png", + "hash": "26421078174694397" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", - "hash": "9624981949339319323" + "file": "libs/vscode-extension/src/index.ts", + "hash": "13894618422633116150" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", - "hash": "10370400888889586543" + "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", + "hash": "13120906341305634586" }, { - "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", - "hash": "17617719147470187537" + "file": "libs/vscode-extension/src/lib/helpers/index.ts", + "hash": "10780152196575928830" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", - "hash": "4277915310721666119" + "file": "libs/vscode-extension/src/lib/models/artifact.ts", + "hash": "7146957473126889114" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", - "hash": "18032552394640042637" + "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", + "hash": "6154477977645149666" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", - "hash": "13003257438294379371" + "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", + "hash": "5895652225166913174" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", - "hash": "1819426727053970521" + "file": "libs/vscode-extension/src/lib/models/connection.ts", + "hash": "8902288875218630610" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", - "hash": "3938398385346396861" + "file": "libs/vscode-extension/src/lib/models/context.ts", + "hash": "289535333068392984" }, { - "file": "libs/designer-ui/src/lib/eventhandler.ts", - "hash": "9886405224726247393" + "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", + "hash": "10232207379279475729" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", - "hash": "6690363619180504744" + "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", + "hash": "8661551841000564066" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", - "hash": "17626371448885479665" + "file": "libs/vscode-extension/src/lib/models/functions.ts", + "hash": "8921509321344504417" }, { - "file": "libs/designer-ui/src/lib/fabric.less", - "hash": "7324803988841128995" + "file": "libs/vscode-extension/src/lib/models/host.ts", + "hash": "4946881646528119602" }, { - "file": "libs/designer-ui/src/lib/fabric.ts", - "hash": "14933180766639065818" + "file": "libs/vscode-extension/src/lib/models/index.ts", + "hash": "8629351622118864800" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", - "hash": "17392366590677974305" + "file": "libs/vscode-extension/src/lib/models/language.ts", + "hash": "12998506532698409684" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", - "hash": "4041121768159149616" + "file": "libs/vscode-extension/src/lib/models/launch.ts", + "hash": "3299137502222266496" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", - "hash": "941920347758561377" + "file": "libs/vscode-extension/src/lib/models/parameter.ts", + "hash": "2466587591546831647" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", - "hash": "4326546944393916235" + "file": "libs/vscode-extension/src/lib/models/process.ts", + "hash": "12858203324101334851" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", - "hash": "10540908164326165093" + "file": "libs/vscode-extension/src/lib/models/project.ts", + "hash": "12064643844535713228" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", - "hash": "11473128131775540065" + "file": "libs/vscode-extension/src/lib/models/tasks.ts", + "hash": "15455125440905214634" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", - "hash": "14543616680076626699" + "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", + "hash": "11529840343560446484" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", - "hash": "4326737180955321997" + "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", + "hash": "10730630576740403610" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", - "hash": "17137134300501690521" + "file": "libs/vscode-extension/src/lib/models/templates/index.ts", + "hash": "15419456393693419504" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", - "hash": "13351151318103125008" + "file": "libs/vscode-extension/src/lib/models/workflow.ts", + "hash": "4080408159234522751" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", - "hash": "8736472121872865078" + "file": "libs/vscode-extension/src/lib/services/httpClient.ts", + "hash": "13366754612634721081" }, { - "file": "libs/designer-ui/src/lib/flyout/flyout.less", - "hash": "4656963404569200854" + "file": "libs/vscode-extension/src/lib/services/index.ts", + "hash": "2286143948438821916" }, { - "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", - "hash": "8017317867674531104" - }, + "file": "libs/vscode-extension/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "vs-code-designer": [ { - "file": "libs/designer-ui/src/lib/flyout/index.tsx", - "hash": "1260847504997562152" + "file": "apps/vs-code-designer/.eslintrc.json", + "hash": "8230085774644180673" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", - "hash": "11532610769239171275" + "file": "apps/vs-code-designer/jest.config.ts", + "hash": "17889736692752700798" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", - "hash": "6670084940779114703" + "file": "apps/vs-code-designer/project.json", + "hash": "10833565585548221174" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", - "hash": "9241936514538992768" + "file": "apps/vs-code-designer/src/CHANGELOG.md", + "hash": "14589377795062736305" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", - "hash": "4932261342436465773" + "file": "apps/vs-code-designer/src/LICENSE.md", + "hash": "11929769968810875751" }, { - "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", - "hash": "8173849641804162665" + "file": "apps/vs-code-designer/src/LogicAppResolver.ts", + "hash": "15283228701684753042" }, { - "file": "libs/designer-ui/src/lib/flyout2/index.tsx", - "hash": "3411562267958358391" + "file": "apps/vs-code-designer/src/README.md", + "hash": "11849077759120475963" }, { - "file": "libs/designer-ui/src/lib/flyout2/types.ts", - "hash": "8979356059828005344" + "file": "apps/vs-code-designer/src/app/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/src/lib/helper.ts", - "hash": "5189186251086759243" + "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", + "hash": "9691210983495138557" }, { - "file": "libs/designer-ui/src/lib/html/htmleditor.less", - "hash": "17205576638309460013" + "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", + "hash": "16521890431921928426" }, { - "file": "libs/designer-ui/src/lib/html/index.tsx", - "hash": "3044561647356072724" + "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", + "hash": "16663452797901095598" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", - "hash": "8095200699080002708" + "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", + "hash": "17141832093942421132" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", - "hash": "9856168573309225800" + "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", + "hash": "16800387599182163436" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", - "hash": "3522657421512189575" + "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", + "hash": "15249910961024614139" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", - "hash": "6822239360363505310" + "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", + "hash": "10478805085220116046" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", - "hash": "5514822623923500815" + "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", + "hash": "16716690566799847540" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", - "hash": "7136035197919586744" + "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", + "hash": "8933389345854657664" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", - "hash": "14372803173867136152" + "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", + "hash": "9992531484797111989" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", - "hash": "2194368813692256604" + "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", + "hash": "9463128159380316482" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", - "hash": "776689613520795095" + "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", + "hash": "5889249415644928667" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", - "hash": "6781567092509984620" + "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", + "hash": "5345286631159247185" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", - "hash": "7593112338545138083" + "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", + "hash": "3989052663077740043" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", - "hash": "2086008163121647920" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", + "hash": "5116501926243135478" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", - "hash": "6781567092509984620" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", + "hash": "16288058029656980512" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", - "hash": "214561553827607598" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", + "hash": "4974115892586946562" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", - "hash": "334782051825482473" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", + "hash": "2739542424025605778" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", - "hash": "4585057281924668716" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", + "hash": "16528307411062519273" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", - "hash": "11495204600890515354" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", + "hash": "8420664513479071878" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", - "hash": "10663192197845770854" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", + "hash": "1015410722997215694" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", - "hash": "12534895890895115814" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", + "hash": "14122433799963996225" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", - "hash": "12594388779590684473" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", + "hash": "5881517096408142372" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", - "hash": "17603065135284266651" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", + "hash": "12504828417239595241" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", - "hash": "17330625502641164904" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", + "hash": "2537881784742654091" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", - "hash": "18048853400467862337" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", + "hash": "2805860689866977637" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", - "hash": "8167873247401494691" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", + "hash": "236360329701387391" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", - "hash": "2078509837722520921" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", + "hash": "15398886318117594991" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", - "hash": "13255948299069352972" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", + "hash": "14182951342794946711" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", - "hash": "9368588845243372286" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", + "hash": "6145152286437918482" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", - "hash": "17332273936381855071" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", + "hash": "10097241182939210615" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", - "hash": "3274982305516698081" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", + "hash": "6085873851390612613" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", - "hash": "9368588845243372286" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", + "hash": "4790825331437291708" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", - "hash": "16690852428978853331" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", + "hash": "3241263939490725602" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", - "hash": "10813322944291888667" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", + "hash": "12904323188893554197" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", - "hash": "11230861677546471079" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", + "hash": "3301771322364491691" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", - "hash": "6747273522689120609" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", + "hash": "7125020395698562731" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", - "hash": "1474595322273650579" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", + "hash": "1061376532103796189" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", - "hash": "17970557104113324526" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", + "hash": "4090283287361325395" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", - "hash": "18208757820714239690" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", + "hash": "12694293993123858339" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", - "hash": "6124589755320637077" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", + "hash": "6939607616569333271" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", - "hash": "12407779132103186555" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", + "hash": "16876165458358934367" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", - "hash": "1920943312027348431" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", + "hash": "6807352070253397014" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", - "hash": "44898852948275301" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", + "hash": "602646548392219924" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", - "hash": "1073425639168601706" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", + "hash": "1248441447151601445" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", - "hash": "647227830974271854" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", + "hash": "4382994499249808404" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", - "hash": "6631214352319600313" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", + "hash": "3270908220441876714" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", - "hash": "84510633589929201" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", + "hash": "18197283561380557970" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", - "hash": "1593572000493596394" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", + "hash": "12854509727277688600" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", - "hash": "15935181764252854583" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", + "hash": "6932473933775505497" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", - "hash": "16309623552410081075" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", + "hash": "15163297139299467130" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", - "hash": "10046516850053247370" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", + "hash": "12145516951279464570" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", - "hash": "13297355801995093412" + "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", + "hash": "13122905205637169916" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", - "hash": "17542746478583457633" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", + "hash": "12161500855477225293" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", - "hash": "14476603392221631274" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", + "hash": "2961004747776184036" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", - "hash": "279548543693964971" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", + "hash": "4522541350913132312" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", - "hash": "6589400180024017937" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", + "hash": "11258116130515669458" }, { - "file": "libs/designer-ui/src/lib/index.ts", - "hash": "1537154823661936001" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", + "hash": "10075191348354945271" }, { - "file": "libs/designer-ui/src/lib/infoDot/index.tsx", - "hash": "889059819977718434" + "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", + "hash": "14895277555234648124" }, { - "file": "libs/designer-ui/src/lib/infoDot/info.svg", - "hash": "8036333629834072325" + "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", + "hash": "4733267574054585308" }, { - "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", - "hash": "2930019025243925433" + "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", + "hash": "4897061654932299103" }, { - "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", - "hash": "10169695948451834948" + "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", + "hash": "5210136330995269176" }, { - "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", - "hash": "6801643171255754457" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", + "hash": "9188408928771288175" }, { - "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", - "hash": "5612500499332085961" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", + "hash": "1654632113814189489" }, { - "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", - "hash": "5761604846243713933" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", + "hash": "13903031530503885601" }, { - "file": "libs/designer-ui/src/lib/label/index.tsx", - "hash": "12007290011607531294" + "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", + "hash": "4869802028671417544" }, { - "file": "libs/designer-ui/src/lib/label/label.less", - "hash": "17687715295723073360" + "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", + "hash": "11183973806602428193" }, { - "file": "libs/designer-ui/src/lib/logicapps.less", - "hash": "8806087804226244251" + "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", + "hash": "9790108692711167549" }, { - "file": "libs/designer-ui/src/lib/mixins.less", - "hash": "230394439281864371" + "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", + "hash": "8935024565840125528" }, { - "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", - "hash": "10772217042952857206" + "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", + "hash": "17757783226849701195" }, { - "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", - "hash": "10027427216166238825" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", + "hash": "3118499866503970646" }, { - "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", - "hash": "12219677476669776727" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", + "hash": "16946336365738016652" }, { - "file": "libs/designer-ui/src/lib/modals/index.tsx", - "hash": "15575472481408686620" + "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", + "hash": "14700426286273151963" }, { - "file": "libs/designer-ui/src/lib/modals/styles.less", - "hash": "6136638654378217309" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", + "hash": "12955984065148503188" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", - "hash": "12736532418364604826" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", + "hash": "67503252290137050" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", - "hash": "2313100514544127441" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", + "hash": "18047538332171694914" }, { - "file": "libs/designer-ui/src/lib/monitoring/index.tsx", - "hash": "12211943605206865211" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", + "hash": "16421460425439894219" }, { - "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", - "hash": "4246492693390330142" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", + "hash": "5102400899083743915" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", - "hash": "419486314382071026" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", + "hash": "3566802881924367933" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", - "hash": "10734404772668886632" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", + "hash": "2253355473442341254" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", - "hash": "9977003285799703780" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", + "hash": "8367461168796618125" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", - "hash": "18421766469300972505" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", + "hash": "7816928161375360640" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", - "hash": "6054757260707558854" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", + "hash": "8211441423174431273" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", - "hash": "6643666802199480477" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", + "hash": "4543923992427156478" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", - "hash": "17231865355086385495" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", + "hash": "16790172706671895508" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", - "hash": "3417626771857836063" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", + "hash": "730339459731076167" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", - "hash": "675221209884803516" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", + "hash": "16387263368854184722" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", - "hash": "551002707008561532" + "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", + "hash": "8785736729536479883" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", - "hash": "1930433637852205854" + "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", + "hash": "5405004095284863368" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", - "hash": "10690577969096041995" + "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", + "hash": "277688911407886724" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", - "hash": "12342263735573181103" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", + "hash": "10531190907180147165" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", - "hash": "9275841064112612057" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", + "hash": "6805897657185145282" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", - "hash": "17586715276385690633" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", + "hash": "4042523059976227605" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", - "hash": "8262084751494625621" + "file": "apps/vs-code-designer/src/app/commands/openFile.ts", + "hash": "8848677839034017897" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", - "hash": "8411593742412961835" + "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", + "hash": "4414819161159148018" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", - "hash": "13580200872576368725" + "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", + "hash": "12108392818377112463" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", - "hash": "4980405611307436406" + "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", + "hash": "5348466410986195592" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", - "hash": "14991302223393123721" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", + "hash": "11825414888852326472" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", - "hash": "7600255706253655942" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", + "hash": "13266183717277799658" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", - "hash": "11732121204991821272" + "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", + "hash": "9667907052210863860" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", - "hash": "15288351325626444660" + "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", + "hash": "11431794142374272106" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", - "hash": "10223585420368930613" + "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", + "hash": "11741482698530295281" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", - "hash": "504707717112540246" + "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", + "hash": "10014778861188001840" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", - "hash": "14110306780643171751" + "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", + "hash": "17934490034222099721" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", - "hash": "6270089317186652326" + "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", + "hash": "9519170629001091669" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", - "hash": "4141451220579211469" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", + "hash": "2193565893393153407" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", - "hash": "7852553993702366824" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", + "hash": "7828137694120726708" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", - "hash": "193615469479801715" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", + "hash": "11038158381580372609" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", - "hash": "15042873896617763231" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", + "hash": "4199684356925501631" }, { - "file": "libs/designer-ui/src/lib/monitoring/utils.ts", - "hash": "9811433099781057729" + "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", + "hash": "11358177184398117389" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", - "hash": "13057778445119292637" + "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", + "hash": "2679770440781556642" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", - "hash": "52763648028511711" + "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", + "hash": "4758133665418146451" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", - "hash": "16381991897841589409" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", + "hash": "1121723214110567542" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", - "hash": "12682441240875703524" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", + "hash": "7725573827694650006" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", - "hash": "6306384484732365176" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", + "hash": "8334894307746449914" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", - "hash": "18165893973256629169" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", + "hash": "8101227941012600904" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", - "hash": "12118327048907571655" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", + "hash": "3673010528497519226" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", - "hash": "4887862900344122017" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", + "hash": "11911833764116684440" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", - "hash": "10393528748572104925" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", + "hash": "9168734096888030444" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", - "hash": "12615346189074989274" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", + "hash": "17061412144400724615" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", - "hash": "2655487222859584186" + "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", + "hash": "5828869705447588148" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", - "hash": "3814871834163389192" + "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", + "hash": "15656574216615797261" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", - "hash": "7220757242219833664" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", + "hash": "4880915516707375137" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", - "hash": "10690413901210541672" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", + "hash": "17464406121619291255" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", - "hash": "5533580780908687247" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", + "hash": "14683371035097063300" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", - "hash": "12630218434281282082" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", + "hash": "5542561233280181226" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", - "hash": "13316433634332619599" + "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", + "hash": "17702393010275360059" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", - "hash": "839928699017032378" + "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", + "hash": "2575534504287821721" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", - "hash": "11716606859887286627" + "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", + "hash": "11739281340875482517" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", - "hash": "5872083708451966019" + "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", + "hash": "9929018485526454933" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", - "hash": "15717505785974351161" + "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", + "hash": "4009213837140272148" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", - "hash": "12638713730095398889" + "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", + "hash": "8817565709427003190" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", - "hash": "13532955381020329840" + "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", + "hash": "3375335490032478024" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", - "hash": "9121170686559313064" + "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", + "hash": "16615866709994104280" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", - "hash": "13705639801361244797" + "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", + "hash": "7415266051392608333" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", - "hash": "293816288209646038" + "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", + "hash": "9074539896232376720" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", - "hash": "13516731456304339134" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", + "hash": "9267693919118671283" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", - "hash": "2820497291641580399" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", + "hash": "10134355830057584781" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", - "hash": "17782873682755923460" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", + "hash": "721460261511937589" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", - "hash": "11078711819505237055" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", + "hash": "5398542377692716433" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", - "hash": "4715217018796897924" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", + "hash": "3347403338657872606" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", - "hash": "16386421992685205061" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", + "hash": "5980647371085397675" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", - "hash": "520098891633782607" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", + "hash": "16412382996484120538" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", - "hash": "16689468766866111496" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", + "hash": "604082204214613146" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", - "hash": "9157709462736836045" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", + "hash": "5211400042396365247" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", - "hash": "8641869722527850309" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", + "hash": "4323159798705886185" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", - "hash": "6361707078583596524" + "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", + "hash": "10473063987200566321" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", - "hash": "16098260837036091861" + "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", + "hash": "3595900253866256876" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", - "hash": "4155946816780797736" + "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", + "hash": "13211032462411797929" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", - "hash": "10828769169907430728" + "file": "apps/vs-code-designer/src/app/utils/azure.ts", + "hash": "3833124319981952605" }, { - "file": "libs/designer-ui/src/lib/overview/index.tsx", - "hash": "5264729179643401284" + "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", + "hash": "5354517439635689223" }, { - "file": "libs/designer-ui/src/lib/overview/overview.less", - "hash": "5333086232166652616" + "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", + "hash": "4202845508695897867" }, { - "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", - "hash": "15827135014312739532" + "file": "apps/vs-code-designer/src/app/utils/binaries.ts", + "hash": "388089461239389146" }, { - "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", - "hash": "7234411692432418034" + "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", + "hash": "11278198487517151600" }, { - "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", - "hash": "8550481728428631124" + "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", + "hash": "5209627703357314360" }, { - "file": "libs/designer-ui/src/lib/overview/types.ts", - "hash": "2126579598831689948" + "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", + "hash": "2721473099105817663" }, { - "file": "libs/designer-ui/src/lib/overview/utils.ts", - "hash": "8577445182783549528" + "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", + "hash": "16092403201611177373" }, { - "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", - "hash": "15075441629819938492" + "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", + "hash": "17280584654313801797" }, { - "file": "libs/designer-ui/src/lib/pager/index.tsx", - "hash": "3778857838129502652" + "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", + "hash": "11434773582755922466" }, { - "file": "libs/designer-ui/src/lib/pager/pager.less", - "hash": "8091612682225053333" + "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", + "hash": "8914353723910010736" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", - "hash": "8696799417392234965" + "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", + "hash": "11370916271253948863" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", - "hash": "7002691248815830631" + "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", + "hash": "12851745667746697144" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", - "hash": "4993809863192411632" + "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", + "hash": "4992286302690682038" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", - "hash": "2205853508975138528" + "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", + "hash": "12439909453655537151" }, { - "file": "libs/designer-ui/src/lib/panel/panel.less", - "hash": "17158687547008918287" + "file": "apps/vs-code-designer/src/app/utils/credentials.ts", + "hash": "9526611676815672231" }, { - "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", - "hash": "18002211042063796542" + "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", + "hash": "18100208350276697387" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", - "hash": "4181156361129071511" + "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", + "hash": "11195002535064666626" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", - "hash": "3211112189585202759" + "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", + "hash": "16513329002632778630" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", - "hash": "18309244507736451743" + "file": "apps/vs-code-designer/src/app/utils/errors.ts", + "hash": "6337192314829286295" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", - "hash": "9351907373212021698" + "file": "apps/vs-code-designer/src/app/utils/extension.ts", + "hash": "8597463145754720643" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", - "hash": "17322124435554399120" + "file": "apps/vs-code-designer/src/app/utils/feed.ts", + "hash": "11078950491452597655" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", - "hash": "11087265144024677369" + "file": "apps/vs-code-designer/src/app/utils/fs.ts", + "hash": "10454176105648465536" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", - "hash": "17348543329160266229" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", + "hash": "2643409337300275114" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", - "hash": "5368141520701630173" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", + "hash": "15542602281912482110" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", - "hash": "2554387369677849010" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", + "hash": "168472165892576464" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", - "hash": "12446852403660781374" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", + "hash": "11613730303036346440" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", - "hash": "13683402321157268579" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", + "hash": "17614489772909813009" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", - "hash": "17186600491422881894" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", + "hash": "16131810591978900690" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", - "hash": "13482017317742840376" + "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", + "hash": "5474082429921495272" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", - "hash": "10499254465139828638" + "file": "apps/vs-code-designer/src/app/utils/git.ts", + "hash": "12773428193671641806" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", - "hash": "15977038685148705278" + "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", + "hash": "8596095749121613195" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", - "hash": "13240583012789543499" + "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", + "hash": "18084363227171215626" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", - "hash": "690447729622451295" + "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", + "hash": "8369160542664851064" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", - "hash": "5057205077790208047" + "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", + "hash": "12408115648321618520" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", - "hash": "17527213518426963207" + "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", + "hash": "11916907140988211314" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", - "hash": "13212319030288067682" + "file": "apps/vs-code-designer/src/app/utils/timeout.ts", + "hash": "14778113605060537252" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", - "hash": "13492392163692871110" + "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", + "hash": "17799585098475395215" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", - "hash": "7178836305205375565" + "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", + "hash": "18167521601394077735" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", - "hash": "4493083848763349259" + "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", + "hash": "13920597240309833189" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", - "hash": "14018113873034060104" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", + "hash": "9759327367702436958" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", - "hash": "4464919068484355896" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", + "hash": "1968553941266221567" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", - "hash": "5167621470308849386" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", + "hash": "15287783653212061089" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", - "hash": "2648744375249591554" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", + "hash": "6828207763303964975" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", - "hash": "2796091543049835331" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", + "hash": "11094466494008399309" }, { - "file": "libs/designer-ui/src/lib/peek/index.tsx", - "hash": "8312352776443040701" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", + "hash": "2154894462698790548" }, { - "file": "libs/designer-ui/src/lib/peek/peek.less", - "hash": "5179023226310307934" + "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", + "hash": "8439101078638289221" }, { - "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", - "hash": "16844240727319705526" + "file": "apps/vs-code-designer/src/app/utils/workspace.ts", + "hash": "16375631922651977733" }, { - "file": "libs/designer-ui/src/lib/picker/picker.less", - "hash": "14035428915541759770" + "file": "apps/vs-code-designer/src/assets/Connection.svg", + "hash": "15647431244608701397" }, { - "file": "libs/designer-ui/src/lib/picker/picker.tsx", - "hash": "9936757088538147447" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", + "hash": "10584527306322621934" }, { - "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", - "hash": "10073830036453461709" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", + "hash": "3810450270713476659" }, { - "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", - "hash": "6780675836712554604" + "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", - "hash": "17251306642395290061" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", + "hash": "6824072606396484945" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", - "hash": "8423998804948554753" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", + "hash": "10950725022355073892" }, { - "file": "libs/designer-ui/src/lib/processsimple.less", - "hash": "10920513620307106503" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", + "hash": "576791979954694443" }, { - "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", - "hash": "2093105941834037814" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", + "hash": "12306089950511122041" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", - "hash": "533998977012114795" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", + "hash": "2239336814154262202" }, { - "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", - "hash": "12595615463356570094" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", + "hash": "7211845892991047855" }, { - "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", - "hash": "3970203593564315605" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", + "hash": "7215558518247341170" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", - "hash": "7958784090531085705" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", + "hash": "4598916924084671926" }, { - "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", - "hash": "12549674998744926866" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", + "hash": "8406210736576622585" }, { - "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", - "hash": "536082630199019015" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", + "hash": "9257116971448085886" }, { - "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", - "hash": "1746916797204687586" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", + "hash": "3621284916386716836" }, { - "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", - "hash": "6934817803500771674" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", + "hash": "16767884502249044946" }, { - "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", - "hash": "6560147387456010691" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", + "hash": "12435277816665445182" }, { - "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", - "hash": "9744197607426609588" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", - "hash": "2346030931533446" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", + "hash": "15689618091200745940" }, { - "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", - "hash": "15355178706122799377" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", + "hash": "5650505684305619652" }, { - "file": "libs/designer-ui/src/lib/recurrence/index.tsx", - "hash": "15658040158328195249" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", - "hash": "9987048972348029337" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", - "hash": "14357271788475922496" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", + "hash": "6146631829358995396" }, { - "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", - "hash": "1463391895963564865" + "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer-ui/src/lib/recurrence/util.ts", - "hash": "5064300869787261034" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", - "hash": "16105098843942226016" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", + "hash": "6618528922142727668" }, { - "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", - "hash": "6689323961188588931" + "file": "apps/vs-code-designer/src/assets/dark/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", - "hash": "18016790998101229210" + "file": "apps/vs-code-designer/src/assets/dark/filter.svg", + "hash": "2157761159649928725" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", - "hash": "16700098916563767128" + "file": "apps/vs-code-designer/src/assets/dark/info.svg", + "hash": "10259827920845009789" }, { - "file": "libs/designer-ui/src/lib/scratch/index.tsx", - "hash": "10742308626860605931" + "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", + "hash": "15172864931349783756" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", - "hash": "2888072881217849228" + "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", + "hash": "12913855549590469120" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", - "hash": "4384425775058724694" + "file": "apps/vs-code-designer/src/assets/dark/visible.svg", + "hash": "15527356031076482326" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", - "hash": "17807730621184061128" + "file": "apps/vs-code-designer/src/assets/dark/wand.png", + "hash": "2323447109945934437" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", - "hash": "7511337114295773791" + "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", - "hash": "15943000290012850686" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", - "hash": "11484685343060067972" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", - "hash": "1950426186543700291" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", - "hash": "17958922138731454722" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer-ui/src/lib/searchbox/index.tsx", - "hash": "10324532526263750215" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", - "hash": "17070394820412328482" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer-ui/src/lib/selector/listitem.less", - "hash": "4259083201646627631" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "10811906832528493729" }, { - "file": "libs/designer-ui/src/lib/selector2/.gitkeep", - "hash": "3244421341483603138" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "6253575686098009499" }, { - "file": "libs/designer-ui/src/lib/settings/settings.less", - "hash": "7126061513937455008" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "4098931202983786207" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", - "hash": "4435894471555644765" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", - "hash": "16334138655442976813" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", - "hash": "13967530428359610578" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", - "hash": "13906076876696414898" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", + "hash": "1636695999285125481" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", - "hash": "7252480758377295120" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", - "hash": "9727213561321302269" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", - "hash": "1550185295477111260" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", - "hash": "7979415308541757689" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", - "hash": "13272267492640030363" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", - "hash": "8808450834888764903" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", - "hash": "12543103287299199853" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "12187774501315130464" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", - "hash": "17463220408421567143" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "7368448719439030691" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", - "hash": "3246483662127076599" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "1164676230893833197" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", - "hash": "12885467287687881288" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", - "hash": "13308565209626155736" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", - "hash": "5702994757097410519" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", - "hash": "16946969717896928335" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", + "hash": "2868804174007093570" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", - "hash": "14406499374913114463" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", - "hash": "17178816657242950538" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", - "hash": "11611641119049594003" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", - "hash": "8097128120211761290" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", - "hash": "8962813326873104095" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", - "hash": "15775613625342372171" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", - "hash": "5924987678681729471" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "17474514795579720783" }, { - "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", - "hash": "3047054082572998633" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "1966951836172479399" }, { - "file": "libs/designer-ui/src/lib/staticResult/index.tsx", - "hash": "14697580575318712867" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "563534334865091586" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", - "hash": "15007279530654847359" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", - "hash": "9183635823764128986" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", - "hash": "13444849356722872452" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", - "hash": "1081889382541114074" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", + "hash": "3438342450555214691" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", - "hash": "15959079908627953579" + "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", - "hash": "12804331889147193576" + "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/designer-ui/src/lib/staticResult/util.ts", - "hash": "12130759100693724298" + "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", + "hash": "12548280711520177657" }, { - "file": "libs/designer-ui/src/lib/styles.less", - "hash": "166034430368033810" + "file": "apps/vs-code-designer/src/assets/light/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/designer-ui/src/lib/table/index.tsx", - "hash": "5811805714285822695" + "file": "apps/vs-code-designer/src/assets/light/filter.svg", + "hash": "808289461830434574" }, { - "file": "libs/designer-ui/src/lib/table/table.less", - "hash": "17717078328201216873" + "file": "apps/vs-code-designer/src/assets/light/info.svg", + "hash": "8008068589209490939" }, { - "file": "libs/designer-ui/src/lib/telemetry/models.ts", - "hash": "2036428094618159795" + "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", + "hash": "5714860970048264528" }, { - "file": "libs/designer-ui/src/lib/templates.less", - "hash": "13509739952002525059" + "file": "apps/vs-code-designer/src/assets/light/refresh.svg", + "hash": "17185510816311412914" }, { - "file": "libs/designer-ui/src/lib/texteditor.less", - "hash": "9518583984914224308" + "file": "apps/vs-code-designer/src/assets/light/visible.svg", + "hash": "2086515071006177202" }, { - "file": "libs/designer-ui/src/lib/themes.less", - "hash": "8746124453530709086" + "file": "apps/vs-code-designer/src/assets/light/wand.png", + "hash": "2740478162349478720" }, { - "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", - "hash": "7884539885490036668" + "file": "apps/vs-code-designer/src/assets/light/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/designer-ui/src/lib/tip/index.tsx", - "hash": "6456445400280403348" + "file": "apps/vs-code-designer/src/assets/logicAppResources.png", + "hash": "7844543986362065723" }, { - "file": "libs/designer-ui/src/lib/tip/tip.less", - "hash": "864974949945444768" + "file": "apps/vs-code-designer/src/assets/logicapp.png", + "hash": "18231532070800362266" }, { - "file": "libs/designer-ui/src/lib/token/icon/icon.svg", - "hash": "17674597592259549335" + "file": "apps/vs-code-designer/src/constants.ts", + "hash": "10884448731183309126" }, { - "file": "libs/designer-ui/src/lib/token/inputToken.tsx", - "hash": "16200897783977841405" + "file": "apps/vs-code-designer/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer-ui/src/lib/token/token.less", - "hash": "8916224308481562001" + "file": "apps/vs-code-designer/src/environments/environment.ts", + "hash": "1135292433917692033" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", - "hash": "4123262090212438691" + "file": "apps/vs-code-designer/src/extensionVariables.ts", + "hash": "1011803126032346158" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", - "hash": "2853414685478189039" + "file": "apps/vs-code-designer/src/localize.ts", + "hash": "8909848188136259962" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", - "hash": "11435576967881324524" + "file": "apps/vs-code-designer/src/main.ts", + "hash": "12693268671030990594" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", - "hash": "1611864088104161888" + "file": "apps/vs-code-designer/src/onboarding.ts", + "hash": "1284380110401789108" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", - "hash": "10333796685632066015" + "file": "apps/vs-code-designer/src/package.json", + "hash": "11609901045508539230" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", - "hash": "8960542853919965430" + "file": "apps/vs-code-designer/tsconfig.app.json", + "hash": "9654856818679042867" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", - "hash": "2081176783700482104" + "file": "apps/vs-code-designer/tsconfig.json", + "hash": "1646188906733341306" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", - "hash": "6713034013296412901" - }, + "file": "apps/vs-code-designer/tsconfig.spec.json", + "hash": "9983375138734725293" + } + ], + "designer-standalone": [ { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", - "hash": "1216342025486624717" + "file": "apps/designer-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", - "hash": "12969480948206225977" + "file": "apps/designer-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", - "hash": "10681588127073554750" + "file": "apps/designer-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", - "hash": "17971317652324407497" + "file": "apps/designer-standalone/jest.config.ts", + "hash": "5095600455584759097" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", - "hash": "8310355415777998215" + "file": "apps/designer-standalone/project.json", + "hash": "2186189716536309729" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", - "hash": "4581006209134707097" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", + "hash": "3298017156622978060" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", - "hash": "5406357786683741015" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", + "hash": "13505482435147628633" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", - "hash": "4270550485948598125" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", + "hash": "9606761639132729551" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", - "hash": "2892626327870650960" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", + "hash": "6979701506181809557" }, { - "file": "libs/designer-ui/src/lib/useId.ts", - "hash": "12772098688257676898" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", + "hash": "14118413145410608191" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", - "hash": "3615471043450668363" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", + "hash": "1588066658590448230" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", - "hash": "13167808388628079038" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", + "hash": "11196696306113960606" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", - "hash": "3721402899614210136" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", + "hash": "14682812772519432090" }, { - "file": "libs/designer-ui/src/lib/utils/index.ts", - "hash": "2393341790798255513" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", + "hash": "4580548922855359394" }, { - "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", - "hash": "1113426561916620063" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", + "hash": "12895583927495006597" }, { - "file": "libs/designer-ui/src/lib/utils/theme.ts", - "hash": "5123506134529499400" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", + "hash": "2755209554830887096" }, { - "file": "libs/designer-ui/src/lib/utils/utils.ts", - "hash": "11266933742857457165" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", + "hash": "16951494746367962696" }, { - "file": "libs/designer-ui/src/lib/variables.less", - "hash": "13854268804298288286" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", + "hash": "11922224593998776622" }, { - "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", - "hash": "12608385326651885729" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", + "hash": "9092529694739284525" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", - "hash": "8659213389376079589" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", + "hash": "14344615542145629436" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", - "hash": "12870960388256787222" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", + "hash": "2732486466259074455" }, { - "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", - "hash": "18283668117763704654" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", + "hash": "17257936693118977812" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", - "hash": "6594421216686966274" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", + "hash": "11766814904345254217" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", - "hash": "10300510257878123869" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", + "hash": "15343875879297750706" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", - "hash": "4189180858033397576" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", + "hash": "4446661457006721606" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", - "hash": "1535516984838576699" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", + "hash": "13092524529881537344" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", - "hash": "419696829996521827" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", + "hash": "7976663886408218270" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", - "hash": "5733233591777311890" + "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", + "hash": "13293572578025384518" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", - "hash": "9695333510577571586" + "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", + "hash": "8960093372869801569" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", - "hash": "16499630402068817431" + "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", + "hash": "17011074881319644796" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", - "hash": "13510225378436737087" + "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", + "hash": "4734349067026517129" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", - "hash": "7924411380748216609" + "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", + "hash": "11056877601318419241" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", - "hash": "3392910215509758091" + "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", + "hash": "7960030919432291768" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", - "hash": "7629577700357058279" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", + "hash": "4190195339052860475" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", - "hash": "11485840583766971677" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", + "hash": "17311351490108510384" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", - "hash": "9051361537676115669" + "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", + "hash": "17876933317388473037" }, { - "file": "libs/designer-ui/src/styles.less", - "hash": "29584031777522955" + "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", + "hash": "11182070599256684242" }, { - "file": "libs/designer-ui/src/types/Svg.d.ts", - "hash": "16119276421185882375" + "file": "apps/designer-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/tsconfig.json", - "hash": "2991600590297984719" + "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", + "hash": "11358026391684952458" }, { - "file": "libs/designer-ui/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "apps/designer-standalone/src/components/settings_box.module.less", + "hash": "9808519016183858536" }, { - "file": "libs/designer-ui/tsup.config.ts", - "hash": "5034656414761252557" - } - ], - "@microsoft/logic-apps-chatbot": [ + "file": "apps/designer-standalone/src/components/settings_box.tsx", + "hash": "12099490358448849702" + }, { - "file": "libs/chatbot/package.json", - "hash": "14533386357963788386", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "@microsoft/logic-apps-designer", - "npm:@fluentui/react", - "npm:@fluentui/react-icons", - "@microsoft/designer-ui", - "npm:@fluentui/react-components", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "apps/designer-standalone/src/components/themes.ts", + "hash": "10280533146008251816" }, { - "file": "libs/chatbot/rollup.config.mjs", - "hash": "16469814706170133141" + "file": "apps/designer-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/chatbot/src/index.ts", - "hash": "5472632491119599158" + "file": "apps/designer-standalone/src/environments/environment.ts", + "hash": "5920947766445218989" }, { - "file": "libs/chatbot/src/lib/common/constants.ts", - "hash": "2429934717009400244" + "file": "apps/designer-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/chatbot/src/lib/common/models/Query.ts", - "hash": "12711516361292056739" + "file": "apps/designer-standalone/src/index.html", + "hash": "706131400937913887" }, { - "file": "libs/chatbot/src/lib/common/models/workflow.ts", - "hash": "15855456327309866932" + "file": "apps/designer-standalone/src/main.tsx", + "hash": "6196242117816635624" }, { - "file": "libs/chatbot/src/lib/core/util/index.ts", - "hash": "5139985942597791835" + "file": "apps/designer-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/chatbot/src/lib/images/LogicApps.svg", - "hash": "2097860906489808431" + "file": "apps/designer-standalone/src/state/connectionReferences.ts", + "hash": "3642930491684807465" }, { - "file": "libs/chatbot/src/lib/images/Sparkle.svg", - "hash": "3138281638005072555" + "file": "apps/designer-standalone/src/state/historyHelpers.ts", + "hash": "14898556878004432608" }, { - "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", - "hash": "12308741199338082792" + "file": "apps/designer-standalone/src/state/store.ts", + "hash": "11326541673147537080" }, { - "file": "libs/chatbot/src/lib/images/Workflow.svg", - "hash": "9644831917975499371" + "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", + "hash": "2817444802055692850" }, { - "file": "libs/chatbot/src/lib/index.tsx", - "hash": "7293379411218707820" + "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", + "hash": "14190318844766308247" }, { - "file": "libs/chatbot/src/lib/styles.less", - "hash": "17038065324912682386" + "file": "apps/designer-standalone/src/styles.less", + "hash": "17529353978711030180" }, { - "file": "libs/chatbot/src/lib/ui/chatbot.tsx", - "hash": "14000638668528235529" + "file": "apps/designer-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/chatbot/src/lib/ui/panelheader.tsx", - "hash": "933389736901388174" + "file": "apps/designer-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "libs/chatbot/src/lib/ui/styles.less", - "hash": "16062592558757698716" + "file": "apps/designer-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "libs/chatbot/tsconfig.json", - "hash": "2883325760657722404" + "file": "apps/designer-standalone/tsconfig.spec.json", + "hash": "420895369075964006" } ], - "vs-code-designer": [ + "@microsoft/logic-apps-designer": [ { - "file": "apps/vs-code-designer/.eslintrc.json", - "hash": "8230085774644180673" + "file": "libs/designer/package.json", + "hash": "8694041123093540774", + "deps": [ + "npm:@fluentui/azure-themes", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-hooks", + "npm:@fluentui/react-icons", + "npm:@fluentui/utilities", + "npm:@microsoft/applicationinsights-core-js", + "@microsoft/designer-ui", + "@microsoft/logic-apps-shared", + "npm:@react-hookz/web", + "npm:@reduxjs/toolkit", + "npm:elkjs", + "npm:fuse.js", + "npm:immer", + "npm:lodash.frompairs", + "npm:lodash.merge", + "npm:react-dnd", + "npm:react-dnd-accessible-backend", + "npm:react-dnd-html5-backend", + "npm:react-dnd-multi-backend", + "npm:react-hotkeys-hook", + "npm:react-intl", + "npm:react-query", + "npm:react-redux", + "npm:reactflow", + "npm:redux-thunk", + "npm:to-title-case", + "npm:util", + "npm:yocto-queue", + "npm:react", + "npm:react-dom" + ] }, { - "file": "apps/vs-code-designer/jest.config.ts", - "hash": "17889736692752700798" + "file": "libs/designer/src/index.ts", + "hash": "11355081150901527302" }, { - "file": "apps/vs-code-designer/project.json", - "hash": "10833565585548221174" + "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "apps/vs-code-designer/src/CHANGELOG.md", - "hash": "14589377795062736305" + "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", + "hash": "9240782448242967537" }, { - "file": "apps/vs-code-designer/src/LICENSE.md", - "hash": "11929769968810875751" + "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", + "hash": "5214463813702224032" }, { - "file": "apps/vs-code-designer/src/LogicAppResolver.ts", - "hash": "15283228701684753042" + "file": "libs/designer/src/lib/common/constants.ts", + "hash": "14716266680681788853" }, { - "file": "apps/vs-code-designer/src/README.md", - "hash": "11849077759120475963" + "file": "libs/designer/src/lib/common/exceptions/exception.ts", + "hash": "4016853272413138441" }, { - "file": "apps/vs-code-designer/src/app/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", + "hash": "2438628799773606413" }, { - "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", - "hash": "9691210983495138557" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", + "hash": "13936938153293651615" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", - "hash": "16521890431921928426" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", + "hash": "17853975463227900194" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", - "hash": "16663452797901095598" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", + "hash": "716422980644102335" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", - "hash": "17141832093942421132" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", + "hash": "10948104330765315206" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", - "hash": "16800387599182163436" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", + "hash": "13744301547491746840" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", - "hash": "15249910961024614139" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", + "hash": "5099585607600274464" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", - "hash": "10478805085220116046" + "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", + "hash": "3057811563704111315" + }, + { + "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", + "hash": "13794169093128310758" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", - "hash": "16716690566799847540" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", + "hash": "6553711262896807602" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", - "hash": "8933389345854657664" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", + "hash": "3769112376720810799" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", - "hash": "9992531484797111989" + "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", + "hash": "4840054514873781546" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", - "hash": "9463128159380316482" + "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", + "hash": "13772471609559374653" }, { - "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", - "hash": "5889249415644928667" + "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", + "hash": "17291714734882915823" }, { - "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", - "hash": "5345286631159247185" + "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", + "hash": "8696373633900139960" }, { - "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", - "hash": "3989052663077740043" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", + "hash": "10209490491669077224" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", - "hash": "5116501926243135478" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", + "hash": "5762239862513015054" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", - "hash": "16288058029656980512" + "file": "libs/designer/src/lib/common/images/arrowdark.svg", + "hash": "5926111895234327525" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", - "hash": "4974115892586946562" + "file": "libs/designer/src/lib/common/images/arrowlight.svg", + "hash": "8015769479673340480" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", - "hash": "2739542424025605778" + "file": "libs/designer/src/lib/common/images/arrowred.svg", + "hash": "2430505900927056727" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", - "hash": "16528307411062519273" + "file": "libs/designer/src/lib/common/images/bolt.svg", + "hash": "17462634652015284885" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", - "hash": "8420664513479071878" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", + "hash": "4281210752025126548" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", - "hash": "1015410722997215694" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", + "hash": "8923215817224206799" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", - "hash": "14122433799963996225" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", + "hash": "4347287844293995514" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", - "hash": "5881517096408142372" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", + "hash": "802393672600738414" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", - "hash": "12504828417239595241" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", + "hash": "788257097228620744" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", - "hash": "2537881784742654091" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", + "hash": "11736524123979545801" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", - "hash": "2805860689866977637" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", + "hash": "965633922044453844" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", - "hash": "236360329701387391" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", + "hash": "10224443075493376159" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", - "hash": "15398886318117594991" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", + "hash": "488405671534951514" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", - "hash": "14182951342794946711" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", + "hash": "16381515837357068415" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", - "hash": "6145152286437918482" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", + "hash": "17856490403949387790" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", - "hash": "10097241182939210615" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", + "hash": "15243776523488424116" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", - "hash": "6085873851390612613" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", + "hash": "5699680888941228448" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", - "hash": "4790825331437291708" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", + "hash": "9764035938809534317" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", - "hash": "3241263939490725602" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", + "hash": "12326541136900487952" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", - "hash": "12904323188893554197" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", + "hash": "6245055721372883370" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", - "hash": "3301771322364491691" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", + "hash": "14444337833939963797" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", - "hash": "7125020395698562731" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", + "hash": "17064721766454223509" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", - "hash": "1061376532103796189" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", + "hash": "13549953610772304995" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", - "hash": "4090283287361325395" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", + "hash": "9884449892115783238" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", - "hash": "12694293993123858339" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", + "hash": "5650084185790556380" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", - "hash": "6939607616569333271" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", + "hash": "16533471828587912919" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", - "hash": "16876165458358934367" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", + "hash": "10277570825407438664" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", - "hash": "6807352070253397014" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", + "hash": "5644614242196469494" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", - "hash": "602646548392219924" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", + "hash": "4854754781356184488" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", - "hash": "1248441447151601445" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", + "hash": "17577366797422234032" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", - "hash": "4382994499249808404" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", + "hash": "18096424898773100452" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", - "hash": "3270908220441876714" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", + "hash": "8410319851745043818" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", - "hash": "18197283561380557970" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", + "hash": "4344707577102300882" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", - "hash": "12854509727277688600" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", + "hash": "14973565284851361466" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", - "hash": "6932473933775505497" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", + "hash": "6940736653966224597" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", - "hash": "15163297139299467130" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", + "hash": "10913390805409066774" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", - "hash": "12145516951279464570" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", + "hash": "18310566090601123291" }, { - "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", - "hash": "13122905205637169916" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", + "hash": "4211895255849396300" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", - "hash": "12161500855477225293" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", + "hash": "15249336994675481" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", - "hash": "2961004747776184036" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", + "hash": "6229273879523350518" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", - "hash": "4522541350913132312" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", + "hash": "14552059136095416702" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", - "hash": "11258116130515669458" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", + "hash": "8321402279766452771" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", - "hash": "10075191348354945271" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", + "hash": "14144206237714493160" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", - "hash": "14895277555234648124" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", + "hash": "546764277464022095" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", - "hash": "4733267574054585308" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", + "hash": "15076765899186592786" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", - "hash": "4897061654932299103" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", + "hash": "3692508794323306407" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", - "hash": "5210136330995269176" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", + "hash": "1731479113183843607" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", - "hash": "9188408928771288175" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", + "hash": "4173490804496111343" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", - "hash": "1654632113814189489" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", + "hash": "11873669256365835624" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", - "hash": "13903031530503885601" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", + "hash": "11139441907313241224" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", - "hash": "4869802028671417544" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", + "hash": "3241487867540139826" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", - "hash": "11183973806602428193" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", + "hash": "7715913989452853316" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", - "hash": "9790108692711167549" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", + "hash": "13582317555878671565" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", - "hash": "8935024565840125528" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", + "hash": "4977325050658584568" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", - "hash": "17757783226849701195" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", + "hash": "1045431280059616257" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", - "hash": "3118499866503970646" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", + "hash": "16640363275658842913" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", - "hash": "16946336365738016652" + "file": "libs/designer/src/lib/common/images/card/delete.svg", + "hash": "15675230980148461553" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", - "hash": "14700426286273151963" + "file": "libs/designer/src/lib/common/images/card/input_selection.svg", + "hash": "6874565955253727212" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", - "hash": "12955984065148503188" + "file": "libs/designer/src/lib/common/images/card/optional_field.svg", + "hash": "13884780002161969050" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", - "hash": "67503252290137050" + "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", + "hash": "11872211244220681036" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", - "hash": "18047538332171694914" + "file": "libs/designer/src/lib/common/images/delete.svg", + "hash": "2369920463731912593" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", - "hash": "16421460425439894219" + "file": "libs/designer/src/lib/common/images/gateway/add.svg", + "hash": "11819585580235095669" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", - "hash": "5102400899083743915" + "file": "libs/designer/src/lib/common/images/gateway/help.svg", + "hash": "12599303004882720277" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", - "hash": "3566802881924367933" + "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", + "hash": "6435518280858083886" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", - "hash": "2253355473442341254" + "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", + "hash": "12997387777000294056" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", - "hash": "8367461168796618125" + "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", + "hash": "7939169194091714776" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", - "hash": "7816928161375360640" + "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", + "hash": "16280757524503959992" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", - "hash": "8211441423174431273" + "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", + "hash": "18333062729648676215" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", - "hash": "4543923992427156478" + "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", + "hash": "17826554870116185216" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", - "hash": "16790172706671895508" + "file": "libs/designer/src/lib/common/images/pencil.svg", + "hash": "4552542774403200136" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", - "hash": "730339459731076167" + "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", - "hash": "16387263368854184722" + "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", - "hash": "8785736729536479883" + "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", + "hash": "11632821499690045898" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", - "hash": "5405004095284863368" + "file": "libs/designer/src/lib/common/images/status_error.svg", + "hash": "7327477685402663444" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", - "hash": "277688911407886724" + "file": "libs/designer/src/lib/common/images/status_success.svg", + "hash": "16589415129232216666" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", - "hash": "10531190907180147165" + "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", + "hash": "8952058323183937865" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", - "hash": "6805897657185145282" + "file": "libs/designer/src/lib/common/images/website/api.svg", + "hash": "16095509088326340538" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", - "hash": "4042523059976227605" + "file": "libs/designer/src/lib/common/images/website/apim.svg", + "hash": "15873815965442020768" }, { - "file": "apps/vs-code-designer/src/app/commands/openFile.ts", - "hash": "8848677839034017897" + "file": "libs/designer/src/lib/common/images/website/apim_white.svg", + "hash": "14020416160783112768" }, { - "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", - "hash": "4414819161159148018" + "file": "libs/designer/src/lib/common/images/website/create.svg", + "hash": "16033491393116457661" }, { - "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", - "hash": "12108392818377112463" + "file": "libs/designer/src/lib/common/images/website/foreach.svg", + "hash": "3719190676549030233" }, { - "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", - "hash": "5348466410986195592" + "file": "libs/designer/src/lib/common/images/website/function.svg", + "hash": "12552781765647401474" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", - "hash": "11825414888852326472" + "file": "libs/designer/src/lib/common/models/workflow.ts", + "hash": "11724936275981787758" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", - "hash": "13266183717277799658" + "file": "libs/designer/src/lib/common/utilities/Utils.ts", + "hash": "2333252227487981555" }, { - "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", - "hash": "9667907052210863860" + "file": "libs/designer/src/lib/common/utilities/error.ts", + "hash": "14761866046570043475" }, { - "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", - "hash": "11431794142374272106" + "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", + "hash": "10226240319907572020" }, { - "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", - "hash": "11741482698530295281" + "file": "libs/designer/src/lib/core/DesignerProvider.tsx", + "hash": "8865415753051342650" }, { - "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", - "hash": "10014778861188001840" + "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", + "hash": "1133788957422173169" }, { - "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", - "hash": "17934490034222099721" + "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", + "hash": "13021850733178929057" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", - "hash": "9519170629001091669" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", + "hash": "10976178124567025188" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", - "hash": "2193565893393153407" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", + "hash": "8007408756114040866" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", - "hash": "7828137694120726708" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", + "hash": "12793128001647914730" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", - "hash": "11038158381580372609" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", + "hash": "9408756046827245410" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", - "hash": "4199684356925501631" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", + "hash": "1145445308673345143" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", - "hash": "11358177184398117389" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", + "hash": "8714067957965973862" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", - "hash": "2679770440781556642" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", + "hash": "377035099592140993" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", - "hash": "4758133665418146451" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", + "hash": "2640821823957837771" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", - "hash": "1121723214110567542" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", + "hash": "4883489638704343677" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", - "hash": "7725573827694650006" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", + "hash": "1063338721262391862" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", - "hash": "8334894307746449914" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", + "hash": "13051148389008776707" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", - "hash": "8101227941012600904" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", + "hash": "16166965666592256044" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", - "hash": "3673010528497519226" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", + "hash": "7644883283632193272" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", - "hash": "11911833764116684440" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", + "hash": "3268658162048948497" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", - "hash": "9168734096888030444" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", + "hash": "12938819441932090008" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", - "hash": "17061412144400724615" + "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", + "hash": "18391939971202172617" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", - "hash": "5828869705447588148" + "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", + "hash": "5135976908480724598" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", - "hash": "15656574216615797261" + "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", + "hash": "6555520085152754544" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", - "hash": "4880915516707375137" + "file": "libs/designer/src/lib/core/graphlayout/index.ts", + "hash": "1183230721606983661" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", - "hash": "17464406121619291255" + "file": "libs/designer/src/lib/core/index.ts", + "hash": "17021345483470396631" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", - "hash": "14683371035097063300" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", + "hash": "5690913620690077130" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", - "hash": "5542561233280181226" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", + "hash": "14509662786295405295" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", - "hash": "17702393010275360059" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", + "hash": "6387737565995930308" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", - "hash": "2575534504287821721" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", + "hash": "18344987115654458228" }, { - "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", - "hash": "11739281340875482517" + "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", + "hash": "14964928502892749345" }, { - "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", - "hash": "9929018485526454933" + "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", + "hash": "14646033592987575031" }, { - "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", - "hash": "4009213837140272148" + "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", + "hash": "17520637296625214501" }, { - "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", - "hash": "8817565709427003190" + "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", + "hash": "16515897955999880047" }, { - "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", - "hash": "3375335490032478024" + "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", + "hash": "8489461695139161622" }, { - "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", - "hash": "16615866709994104280" + "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", + "hash": "11556548277387433966" }, { - "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", - "hash": "7415266051392608333" + "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", + "hash": "1566269831108361105" }, { - "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", - "hash": "9074539896232376720" + "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", + "hash": "13854397699622059247" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", - "hash": "9267693919118671283" + "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", + "hash": "7091192159636622669" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", - "hash": "10134355830057584781" + "file": "libs/designer/src/lib/core/queries/browse.ts", + "hash": "15277260528629014649" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", - "hash": "721460261511937589" + "file": "libs/designer/src/lib/core/queries/connections.ts", + "hash": "1501738903167968950" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", - "hash": "5398542377692716433" + "file": "libs/designer/src/lib/core/queries/connector.ts", + "hash": "10042584932448483913" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", - "hash": "3347403338657872606" + "file": "libs/designer/src/lib/core/queries/operation.ts", + "hash": "18070523527133930267" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", - "hash": "5980647371085397675" + "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", + "hash": "11873332201419444196" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", - "hash": "16412382996484120538" + "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", + "hash": "944283261874392963" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", - "hash": "604082204214613146" + "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", + "hash": "14043559070256094030" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", - "hash": "5211400042396365247" + "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", + "hash": "17661438812224560039" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", - "hash": "4323159798705886185" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", + "hash": "552151791694841859" }, { - "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", - "hash": "10473063987200566321" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", + "hash": "5709160121732674319" }, { - "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", - "hash": "3595900253866256876" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", + "hash": "11880532030602689040" }, { - "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", - "hash": "13211032462411797929" + "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", + "hash": "15539125750855046238" }, { - "file": "apps/vs-code-designer/src/app/utils/azure.ts", - "hash": "3833124319981952605" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", + "hash": "17496610770440064597" }, { - "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", - "hash": "5354517439635689223" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", + "hash": "12399207044214169579" }, { - "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", - "hash": "4202845508695897867" + "file": "libs/designer/src/lib/core/state/global.ts", + "hash": "2467378088186721273" }, { - "file": "apps/vs-code-designer/src/app/utils/binaries.ts", - "hash": "388089461239389146" + "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", + "hash": "7160406653392297178" }, { - "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", - "hash": "11278198487517151600" + "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", + "hash": "13231490325898643987" }, { - "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", - "hash": "5209627703357314360" + "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", + "hash": "580443950008935701" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", - "hash": "2721473099105817663" + "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", + "hash": "11619174720328207349" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", - "hash": "16092403201611177373" + "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", + "hash": "12360836867786652472" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", - "hash": "17280584654313801797" + "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", + "hash": "17837734844866824533" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", - "hash": "11434773582755922466" + "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", + "hash": "3597817075648231871" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", - "hash": "8914353723910010736" + "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", + "hash": "8221487224681813587" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", - "hash": "11370916271253948863" + "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", + "hash": "13672923006305683744" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", - "hash": "12851745667746697144" + "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", + "hash": "3869560885023421381" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", - "hash": "4992286302690682038" + "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", + "hash": "7513105324012396408" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", - "hash": "12439909453655537151" + "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", + "hash": "15674134190940167340" }, { - "file": "apps/vs-code-designer/src/app/utils/credentials.ts", - "hash": "9526611676815672231" + "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", + "hash": "4534305780862072392" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", - "hash": "18100208350276697387" + "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", + "hash": "4540330469149645148" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", - "hash": "11195002535064666626" + "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", + "hash": "297492272351660565" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", - "hash": "16513329002632778630" + "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", + "hash": "6447767112269051024" }, { - "file": "apps/vs-code-designer/src/app/utils/errors.ts", - "hash": "6337192314829286295" + "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", + "hash": "21027795098134668" }, { - "file": "apps/vs-code-designer/src/app/utils/extension.ts", - "hash": "8597463145754720643" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", + "hash": "10627578442358036420" }, { - "file": "apps/vs-code-designer/src/app/utils/feed.ts", - "hash": "11078950491452597655" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", + "hash": "3377780393722064446" }, { - "file": "apps/vs-code-designer/src/app/utils/fs.ts", - "hash": "10454176105648465536" + "file": "libs/designer/src/lib/core/store.ts", + "hash": "7675307851224561844" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", - "hash": "2643409337300275114" + "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", + "hash": "10932912534190676887" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", - "hash": "15542602281912482110" + "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", + "hash": "10477834709138765316" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", - "hash": "168472165892576464" + "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", + "hash": "6400741599488247828" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", - "hash": "11613730303036346440" + "file": "libs/designer/src/lib/core/utils/card.ts", + "hash": "17388048148998821366" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", - "hash": "17614489772909813009" + "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", + "hash": "14380782528292918805" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", - "hash": "16131810591978900690" + "file": "libs/designer/src/lib/core/utils/graph.ts", + "hash": "9113893809945541281" }, { - "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", - "hash": "5474082429921495272" + "file": "libs/designer/src/lib/core/utils/loops.ts", + "hash": "17832329493412946298" }, { - "file": "apps/vs-code-designer/src/app/utils/git.ts", - "hash": "12773428193671641806" + "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", + "hash": "1420254453350497458" }, { - "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", - "hash": "8596095749121613195" + "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", + "hash": "842207519268466443" }, { - "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", - "hash": "18084363227171215626" + "file": "libs/designer/src/lib/core/utils/outputs.ts", + "hash": "2523378346613014879" }, { - "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", - "hash": "8369160542664851064" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", + "hash": "3643994527394489617" }, { - "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", - "hash": "12408115648321618520" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", + "hash": "2422344699678475886" }, { - "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", - "hash": "11916907140988211314" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", + "hash": "17504009570966731362" }, { - "file": "apps/vs-code-designer/src/app/utils/timeout.ts", - "hash": "14778113605060537252" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", + "hash": "14679208978083456209" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", - "hash": "17799585098475395215" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", + "hash": "9346212500047195690" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", - "hash": "18167521601394077735" + "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", + "hash": "16944935834687261736" }, { - "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", - "hash": "13920597240309833189" + "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", + "hash": "5504094716509853138" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", - "hash": "9759327367702436958" + "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", + "hash": "789795195726361469" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", - "hash": "1968553941266221567" + "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", + "hash": "1212164914387801521" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", - "hash": "15287783653212061089" + "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", + "hash": "4584055025926510588" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", - "hash": "6828207763303964975" + "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", + "hash": "17685281869497732131" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", - "hash": "11094466494008399309" + "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", + "hash": "17503616740995511873" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", - "hash": "2154894462698790548" + "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", + "hash": "5493345090301795523" }, { - "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", - "hash": "8439101078638289221" + "file": "libs/designer/src/lib/core/utils/setting.ts", + "hash": "607724160972661514" }, { - "file": "apps/vs-code-designer/src/app/utils/workspace.ts", - "hash": "16375631922651977733" + "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", + "hash": "300462517969513749" }, { - "file": "apps/vs-code-designer/src/assets/Connection.svg", - "hash": "15647431244608701397" + "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", + "hash": "710587862511662252" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", - "hash": "10584527306322621934" + "file": "libs/designer/src/lib/core/utils/tokens.ts", + "hash": "16598154144351001077" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", - "hash": "3810450270713476659" + "file": "libs/designer/src/lib/core/utils/validation.ts", + "hash": "3321415876925824657" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", - "hash": "4245860993464393581" + "file": "libs/designer/src/lib/core/utils/variables.ts", + "hash": "18113110944598796795" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", - "hash": "6824072606396484945" + "file": "libs/designer/src/lib/core/utils/workflow.ts", + "hash": "2503685323390352213" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", - "hash": "10950725022355073892" + "file": "libs/designer/src/lib/index.tsx", + "hash": "3108540739134237574" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", - "hash": "576791979954694443" + "file": "libs/designer/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", - "hash": "12306089950511122041" + "file": "libs/designer/src/lib/ui/Controls.tsx", + "hash": "11679666175589395115" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", - "hash": "2239336814154262202" + "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", + "hash": "18335299629456245936" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", - "hash": "7211845892991047855" + "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", + "hash": "8683562698326398762" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", - "hash": "7215558518247341170" + "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", + "hash": "6973870354555514502" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", - "hash": "4598916924084671926" + "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", + "hash": "2623692442355217780" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", - "hash": "8406210736576622585" + "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", + "hash": "17275763272438441218" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", - "hash": "9257116971448085886" + "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", + "hash": "16798466643167652597" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", - "hash": "3621284916386716836" + "file": "libs/designer/src/lib/ui/Designer.tsx", + "hash": "16681715909651728710" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", - "hash": "16767884502249044946" + "file": "libs/designer/src/lib/ui/Minimap.tsx", + "hash": "16784302034175684453" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", - "hash": "12435277816665445182" + "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", + "hash": "9589106174231375844" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", + "hash": "3078414740510575754" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", + "hash": "14069610435069570388" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", - "hash": "15689618091200745940" + "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", + "hash": "2917805269573375288" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", - "hash": "5650505684305619652" + "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", + "hash": "3469127252427478749" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", + "hash": "2870378826580830856" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", - "hash": "6146631829358995396" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", - "hash": "4245860993464393581" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", + "hash": "17062398617519134809" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", - "hash": "6618528922142727668" + "file": "libs/designer/src/lib/ui/connections/edge.tsx", + "hash": "5497512017299495007" }, { - "file": "apps/vs-code-designer/src/assets/dark/export.svg", - "hash": "4203088445943374133" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", + "hash": "18432693650012936880" }, { - "file": "apps/vs-code-designer/src/assets/dark/filter.svg", - "hash": "2157761159649928725" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", + "hash": "5555780360896210685" }, { - "file": "apps/vs-code-designer/src/assets/dark/info.svg", - "hash": "10259827920845009789" + "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", + "hash": "13807895509711892964" }, { - "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", - "hash": "15172864931349783756" + "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", + "hash": "7876264136480687494" }, { - "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", - "hash": "12913855549590469120" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", + "hash": "2408849985874822150" }, { - "file": "apps/vs-code-designer/src/assets/dark/visible.svg", - "hash": "15527356031076482326" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", + "hash": "4860151930479659861" }, { - "file": "apps/vs-code-designer/src/assets/dark/wand.png", - "hash": "2323447109945934437" + "file": "libs/designer/src/lib/ui/index.tsx", + "hash": "16341670098352328808" }, { - "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", - "hash": "3274518933561120400" + "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", + "hash": "11764721752232747899" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", + "hash": "18054694947746552645" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/designer/src/lib/ui/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", + "hash": "17569954728099794023" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", + "hash": "583479515840133304" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", + "hash": "12873127522514834077" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/designer/src/lib/ui/menuItems/index.tsx", + "hash": "17248340653302800129" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "10811906832528493729" + "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", + "hash": "11451946634355722234" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "6253575686098009499" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", + "hash": "8808436492128491535" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "4098931202983786207" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", + "hash": "11188019418177543078" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", + "hash": "10622257218635018165" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", + "hash": "14381813606682941152" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", + "hash": "14863904385332766059" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", - "hash": "1636695999285125481" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", + "hash": "105776725888969737" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", + "hash": "3486053682563706186" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", + "hash": "4295986676874411230" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", + "hash": "5044350433743159771" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", + "hash": "17190185412675906484" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", + "hash": "413683764976891703" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", + "hash": "2896450508867033368" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "12187774501315130464" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", + "hash": "8866623228316007595" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "7368448719439030691" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", + "hash": "17888799308169784633" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "1164676230893833197" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", + "hash": "3217802139905584148" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", + "hash": "962585077833873680" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", + "hash": "2345600340639460118" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", + "hash": "6438581048872326276" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", - "hash": "2868804174007093570" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", + "hash": "4636028013835727768" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", + "hash": "14888900866274310223" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", + "hash": "4040358874212544513" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", + "hash": "15708146643216275913" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", + "hash": "18064072806053472795" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", + "hash": "813895254218562259" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", + "hash": "16620206185148038430" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "17474514795579720783" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", + "hash": "5385478426844583686" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "1966951836172479399" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", + "hash": "17955152684217995627" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "563534334865091586" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", + "hash": "8096213501021087139" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", + "hash": "6954364116161516939" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", + "hash": "2774370202590136493" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", + "hash": "2990072573754773610" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", - "hash": "3438342450555214691" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", + "hash": "16009164000053936481" }, { - "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", - "hash": "4245860993464393581" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", + "hash": "12787968918952964503" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", + "hash": "7320427274234546201" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", - "hash": "12548280711520177657" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", + "hash": "1017935854018236971" }, { - "file": "apps/vs-code-designer/src/assets/light/export.svg", - "hash": "4203088445943374133" + "file": "libs/designer/src/lib/ui/panel/index.tsx", + "hash": "8931413980282435903" }, { - "file": "apps/vs-code-designer/src/assets/light/filter.svg", - "hash": "808289461830434574" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", + "hash": "691362796351085760" }, { - "file": "apps/vs-code-designer/src/assets/light/info.svg", - "hash": "8008068589209490939" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", + "hash": "1761891437078855966" }, { - "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", - "hash": "5714860970048264528" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", + "hash": "1057924626207991961" }, { - "file": "apps/vs-code-designer/src/assets/light/refresh.svg", - "hash": "17185510816311412914" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", + "hash": "6280253552466033403" }, { - "file": "apps/vs-code-designer/src/assets/light/visible.svg", - "hash": "2086515071006177202" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", + "hash": "8768239693411150392" }, { - "file": "apps/vs-code-designer/src/assets/light/wand.png", - "hash": "2740478162349478720" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", + "hash": "7891578013616621917" }, { - "file": "apps/vs-code-designer/src/assets/light/workflow.svg", - "hash": "3274518933561120400" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", + "hash": "6936908943603154102" }, { - "file": "apps/vs-code-designer/src/assets/logicAppResources.png", - "hash": "7844543986362065723" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", + "hash": "438510564774690503" }, { - "file": "apps/vs-code-designer/src/assets/logicapp.png", - "hash": "18231532070800362266" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", + "hash": "16798406127854826620" }, { - "file": "apps/vs-code-designer/src/constants.ts", - "hash": "10884448731183309126" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", + "hash": "3595348225477585500" }, { - "file": "apps/vs-code-designer/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", + "hash": "11057896419932325694" }, { - "file": "apps/vs-code-designer/src/environments/environment.ts", - "hash": "1135292433917692033" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", + "hash": "4104206428172572624" }, { - "file": "apps/vs-code-designer/src/extensionVariables.ts", - "hash": "1011803126032346158" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", + "hash": "6547505579084266234" }, { - "file": "apps/vs-code-designer/src/localize.ts", - "hash": "8909848188136259962" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", + "hash": "6573526002733579255" }, { - "file": "apps/vs-code-designer/src/main.ts", - "hash": "12693268671030990594" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", + "hash": "2589613772379687118" }, { - "file": "apps/vs-code-designer/src/onboarding.ts", - "hash": "1284380110401789108" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", + "hash": "5973638345373933302" }, { - "file": "apps/vs-code-designer/src/package.json", - "hash": "11609901045508539230" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", + "hash": "15042347812954300106" }, { - "file": "apps/vs-code-designer/tsconfig.app.json", - "hash": "9654856818679042867" + "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", + "hash": "6338890337184233730" }, { - "file": "apps/vs-code-designer/tsconfig.json", - "hash": "1646188906733341306" + "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", + "hash": "12332136203110463175" }, { - "file": "apps/vs-code-designer/tsconfig.spec.json", - "hash": "9983375138734725293" - } - ], - "@microsoft/vscode-extension-logic-apps": [ + "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", + "hash": "14199280944066488263" + }, { - "file": "libs/vscode-extension/package.json", - "hash": "15998724868521866521", - "deps": [ - "npm:@microsoft/vscode-azext-azureappservice", - "npm:@microsoft/vscode-azext-utils", - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:react-query", - "npm:axios", - "npm:@apidevtools/swagger-parser", - "npm:reactflow", - "npm:tslib" - ] + "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", + "hash": "2615756064988394528" }, { - "file": "libs/vscode-extension/src/assets/architecture.png", - "hash": "26421078174694397" + "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", + "hash": "17548951851137442209" }, { - "file": "libs/vscode-extension/src/index.ts", - "hash": "13894618422633116150" + "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", + "hash": "13695075695640031897" }, { - "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", - "hash": "13120906341305634586" + "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", + "hash": "5633104287798836216" }, { - "file": "libs/vscode-extension/src/lib/helpers/index.ts", - "hash": "10780152196575928830" + "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", + "hash": "18046537988904659224" }, { - "file": "libs/vscode-extension/src/lib/models/artifact.ts", - "hash": "7146957473126889114" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", + "hash": "1871737709038769946" }, { - "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", - "hash": "6154477977645149666" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", + "hash": "6979096270862588135" }, { - "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", - "hash": "5895652225166913174" + "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", + "hash": "970334209122746164" }, { - "file": "libs/vscode-extension/src/lib/models/connection.ts", - "hash": "8902288875218630610" + "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", + "hash": "9667005076024681736" }, { - "file": "libs/vscode-extension/src/lib/models/context.ts", - "hash": "289535333068392984" + "file": "libs/designer/src/lib/ui/settings/index.tsx", + "hash": "14559726202240722620" }, { - "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", - "hash": "10232207379279475729" + "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", + "hash": "4578759189608616930" }, { - "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", - "hash": "8661551841000564066" + "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", + "hash": "17737294470449076285" }, { - "file": "libs/vscode-extension/src/lib/models/functions.ts", - "hash": "8921509321344504417" + "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", + "hash": "3442351415387182271" }, { - "file": "libs/vscode-extension/src/lib/models/host.ts", - "hash": "4946881646528119602" + "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", + "hash": "15073803307628141748" }, { - "file": "libs/vscode-extension/src/lib/models/index.ts", - "hash": "8629351622118864800" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", + "hash": "13259211909852062902" }, { - "file": "libs/vscode-extension/src/lib/models/language.ts", - "hash": "12998506532698409684" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", + "hash": "1121495998656744936" }, { - "file": "libs/vscode-extension/src/lib/models/launch.ts", - "hash": "3299137502222266496" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", + "hash": "1034166355859418220" }, { - "file": "libs/vscode-extension/src/lib/models/parameter.ts", - "hash": "2466587591546831647" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", + "hash": "305675838625215663" }, { - "file": "libs/vscode-extension/src/lib/models/process.ts", - "hash": "12858203324101334851" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", + "hash": "1949585750942351876" }, { - "file": "libs/vscode-extension/src/lib/models/project.ts", - "hash": "12064643844535713228" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", + "hash": "4499489232140778372" }, { - "file": "libs/vscode-extension/src/lib/models/tasks.ts", - "hash": "15455125440905214634" + "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", + "hash": "13293113667156220544" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", - "hash": "11529840343560446484" + "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", + "hash": "9211118379886345968" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", - "hash": "10730630576740403610" + "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", + "hash": "1426261106233320224" }, { - "file": "libs/vscode-extension/src/lib/models/templates/index.ts", - "hash": "15419456393693419504" + "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", + "hash": "4817919565569896749" }, { - "file": "libs/vscode-extension/src/lib/models/workflow.ts", - "hash": "4080408159234522751" + "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", + "hash": "14117197387047983705" }, { - "file": "libs/vscode-extension/src/lib/services/httpClient.ts", - "hash": "13366754612634721081" + "file": "libs/designer/src/lib/ui/styles.less", + "hash": "8828323265444774935" }, { - "file": "libs/vscode-extension/src/lib/services/index.ts", - "hash": "2286143948438821916" + "file": "libs/designer/tsconfig.json", + "hash": "9903972631138361140" }, { - "file": "libs/vscode-extension/tsconfig.json", - "hash": "2883325760657722404" + "file": "libs/designer/tsup.config.ts", + "hash": "8336763382846384517" } ] }, diff --git a/.nx/cache/lockfile.hash b/.nx/cache/lockfile.hash index c50e3cd205e..123be7cc4cb 100644 --- a/.nx/cache/lockfile.hash +++ b/.nx/cache/lockfile.hash @@ -1 +1 @@ -2224653865630318614 \ No newline at end of file +7456647317889741320 \ No newline at end of file diff --git a/.nx/cache/parsed-lock-file.json b/.nx/cache/parsed-lock-file.json index 0dc59846cb5..885deadb1cc 100644 --- a/.nx/cache/parsed-lock-file.json +++ b/.nx/cache/parsed-lock-file.json @@ -12150,22 +12150,22 @@ "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" } }, - "npm:typescript@5.3.3": { + "npm:typescript": { "type": "npm", - "name": "npm:typescript@5.3.3", + "name": "npm:typescript", "data": { - "version": "5.3.3", + "version": "4.7.4", "packageName": "typescript", - "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + "hash": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" } }, - "npm:typescript": { + "npm:typescript@5.3.3": { "type": "npm", - "name": "npm:typescript", + "name": "npm:typescript@5.3.3", "data": { - "version": "5.4.3", + "version": "5.3.3", "packageName": "typescript", - "hash": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" } }, "npm:ufo": { diff --git a/.nx/cache/project-graph.json b/.nx/cache/project-graph.json index 4bb7252e6a6..80679b57afe 100644 --- a/.nx/cache/project-graph.json +++ b/.nx/cache/project-graph.json @@ -12820,22 +12820,22 @@ "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" } }, - "npm:typescript@5.3.3": { + "npm:typescript": { "type": "npm", - "name": "npm:typescript@5.3.3", + "name": "npm:typescript", "data": { - "version": "5.3.3", + "version": "4.7.4", "packageName": "typescript", - "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + "hash": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" } }, - "npm:typescript": { + "npm:typescript@5.3.3": { "type": "npm", - "name": "npm:typescript", + "name": "npm:typescript@5.3.3", "data": { - "version": "5.4.3", + "version": "5.3.3", "packageName": "typescript", - "hash": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" } }, "npm:ufo": { diff --git a/package.json b/package.json index d554d315a4b..8b64df7ad57 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "sherif": "^0.8.1", "size-limit": "^11.1.2", "tsup": "^8.0.2", - "typescript": "5.4.3", + "typescript": "4.7.4", "vitest": "^1.4.0" }, "lint-staged": { @@ -84,8 +84,5 @@ "eslint --cache --fix", "biome check --apply" ] - }, - "dependencies": { - "react-query": "3.39.3" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 70a380334ad..28ab286f9a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,7 +47,7 @@ importers: version: 11.1.2(size-limit@11.1.2) '@tanstack/config': specifier: ^0.6.0 - version: 0.6.0(@types/node@20.11.30)(esbuild@0.20.2)(rollup@4.13.0)(typescript@5.4.3)(vite@5.2.6) + version: 0.6.0(@types/node@20.11.30)(esbuild@0.20.2)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6) '@testing-library/jest-dom': specifier: ^6.4.2 version: 6.4.2(vitest@1.4.0) @@ -77,7 +77,7 @@ importers: version: 24.0.0 knip: specifier: ^5.2.2 - version: 5.5.0(@types/node@20.11.30)(typescript@5.4.3) + version: 5.5.0(@types/node@20.11.30)(typescript@4.7.4) lint-staged: specifier: ^15.2.2 version: 15.2.2 @@ -113,10 +113,10 @@ importers: version: 11.1.2 tsup: specifier: ^8.0.2 - version: 8.0.2(typescript@5.4.3) + version: 8.0.2(typescript@4.7.4) typescript: - specifier: 5.4.3 - version: 5.4.3 + specifier: 4.7.4 + version: 4.7.4 vitest: specifier: ^1.4.0 version: 1.4.0(@types/node@20.11.30)(jsdom@24.0.0) @@ -146,7 +146,7 @@ importers: version: 18.2.0(react@18.2.0) react-intl: specifier: 6.3.0 - version: 6.3.0(react@18.2.0)(typescript@5.4.3) + version: 6.3.0(react@18.2.0)(typescript@4.7.4) devDependencies: '@types/react': specifier: ^18.2.69 @@ -225,7 +225,7 @@ importers: version: 4.8.0(react@18.2.0) react-intl: specifier: 6.3.0 - version: 6.3.0(react@18.2.0)(typescript@5.4.3) + version: 6.3.0(react@18.2.0)(typescript@4.7.4) react-query: specifier: 3.39.3 version: 3.39.3(react-dom@18.2.0)(react@18.2.0) @@ -319,7 +319,7 @@ importers: version: 4.3.8(react-dom@18.2.0)(react@17.0.2) react-intl: specifier: 6.3.0 - version: 6.3.0(react@17.0.2)(typescript@5.4.3) + version: 6.3.0(react@17.0.2)(typescript@4.7.4) react-query: specifier: 3.39.3 version: 3.39.3(react-dom@18.2.0)(react@17.0.2) @@ -347,7 +347,7 @@ importers: devDependencies: '@formatjs/intl': specifier: ^2.10.1 - version: 2.10.1(typescript@5.4.3) + version: 2.10.1(typescript@4.7.4) '@types/lodash.frompairs': specifier: ^4.0.9 version: 4.0.9 @@ -434,7 +434,7 @@ importers: version: 6.1.0(react@18.2.0) react-intl: specifier: 6.3.0 - version: 6.3.0(react@18.2.0)(typescript@5.4.3) + version: 6.3.0(react@18.2.0)(typescript@4.7.4) react-markdown: specifier: 8.0.5 version: 8.0.5(@types/react@18.2.70)(react@18.2.0) @@ -455,7 +455,7 @@ importers: version: 10.0.3(openapi-types@12.1.3) '@formatjs/intl': specifier: ^2.10.1 - version: 2.10.1(typescript@5.4.3) + version: 2.10.1(typescript@4.7.4) axios: specifier: 1.6.0 version: 1.6.0 @@ -467,7 +467,7 @@ importers: version: 18.2.0(react@18.2.0) react-intl: specifier: 6.3.0 - version: 6.3.0(react@18.2.0)(typescript@5.4.3) + version: 6.3.0(react@18.2.0)(typescript@4.7.4) react-query: specifier: 3.39.3 version: 3.39.3(react-dom@18.2.0)(react@18.2.0) @@ -494,7 +494,7 @@ importers: version: 1.6.0 react-intl: specifier: 6.3.0 - version: 6.3.0(react@18.2.0)(typescript@5.4.3) + version: 6.3.0(react@18.2.0)(typescript@4.7.4) react-query: specifier: 3.39.3 version: 3.39.3(react-dom@18.2.0)(react@18.2.0) @@ -5827,7 +5827,7 @@ packages: dependencies: tslib: 2.6.2 - /@formatjs/intl@2.10.1(typescript@5.4.3): + /@formatjs/intl@2.10.1(typescript@4.7.4): resolution: {integrity: sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==} peerDependencies: typescript: ^4.7 || 5 @@ -5842,9 +5842,9 @@ packages: '@formatjs/intl-listformat': 7.5.5 intl-messageformat: 10.5.11 tslib: 2.6.2 - typescript: 5.4.3 + typescript: 4.7.4 - /@formatjs/intl@2.6.7(typescript@5.4.3): + /@formatjs/intl@2.6.7(typescript@4.7.4): resolution: {integrity: sha512-9FvEJfUMzlmP5ZBK3EE0928kVsZmD5aeWXg+faP8+mKIvG3c0hkLEXQ2MiUrXQt4rsEzOPbYVtBdthzSM0e2fw==} peerDependencies: typescript: ^4.7 @@ -5859,7 +5859,7 @@ packages: '@formatjs/intl-listformat': 7.1.9 intl-messageformat: 10.3.1 tslib: 2.6.2 - typescript: 5.4.3 + typescript: 4.7.4 dev: false /@griffel/core@1.15.3: @@ -7590,7 +7590,7 @@ packages: tslib: 2.6.2 dev: false - /@tanstack/config@0.6.0(@types/node@20.11.30)(esbuild@0.20.2)(rollup@4.13.0)(typescript@5.4.3)(vite@5.2.6): + /@tanstack/config@0.6.0(@types/node@20.11.30)(esbuild@0.20.2)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): resolution: {integrity: sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==} engines: {node: '>=18'} hasBin: true @@ -7611,9 +7611,9 @@ packages: semver: 7.6.0 stream-to-array: 2.3.0 v8flags: 4.0.1 - vite-plugin-dts: 3.7.3(@types/node@20.11.30)(rollup@4.13.0)(typescript@5.4.3)(vite@5.2.6) + vite-plugin-dts: 3.7.3(@types/node@20.11.30)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6) vite-plugin-externalize-deps: 0.8.0(vite@5.2.6) - vite-tsconfig-paths: 4.3.2(typescript@5.4.3)(vite@5.2.6) + vite-tsconfig-paths: 4.3.2(typescript@4.7.4)(vite@5.2.6) transitivePeerDependencies: - '@types/node' - esbuild @@ -8095,7 +8095,7 @@ packages: '@vue/shared': 3.4.21 dev: true - /@vue/language-core@1.8.27(typescript@5.4.3): + /@vue/language-core@1.8.27(typescript@4.7.4): resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} peerDependencies: typescript: '*' @@ -8111,7 +8111,7 @@ packages: minimatch: 9.0.3 muggle-string: 0.3.1 path-browserify: 1.0.1 - typescript: 5.4.3 + typescript: 4.7.4 vue-template-compiler: 2.7.16 dev: true @@ -10646,7 +10646,7 @@ packages: engines: {node: '>=6'} dev: false - /knip@5.5.0(@types/node@20.11.30)(typescript@5.4.3): + /knip@5.5.0(@types/node@20.11.30)(typescript@4.7.4): resolution: {integrity: sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==} engines: {node: '>=18.6.0'} hasBin: true @@ -10675,7 +10675,7 @@ packages: smol-toml: 1.1.4 strip-json-comments: 5.0.1 summary: 2.1.0 - typescript: 5.4.3 + typescript: 4.7.4 zod: 3.22.4 zod-validation-error: 3.0.3(zod@3.22.4) transitivePeerDependencies: @@ -12196,7 +12196,7 @@ packages: throttle-debounce: 2.3.0 dev: false - /react-intl@6.3.0(react@17.0.2)(typescript@5.4.3): + /react-intl@6.3.0(react@17.0.2)(typescript@4.7.4): resolution: {integrity: sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==} peerDependencies: react: ^16.6.0 || 17 || 18 @@ -12207,7 +12207,7 @@ packages: dependencies: '@formatjs/ecma402-abstract': 1.14.3 '@formatjs/icu-messageformat-parser': 2.3.0 - '@formatjs/intl': 2.6.7(typescript@5.4.3) + '@formatjs/intl': 2.6.7(typescript@4.7.4) '@formatjs/intl-displaynames': 6.2.6 '@formatjs/intl-listformat': 7.1.9 '@types/hoist-non-react-statics': 3.3.5 @@ -12216,10 +12216,10 @@ packages: intl-messageformat: 10.3.1 react: 17.0.2 tslib: 2.6.2 - typescript: 5.4.3 + typescript: 4.7.4 dev: false - /react-intl@6.3.0(react@18.2.0)(typescript@5.4.3): + /react-intl@6.3.0(react@18.2.0)(typescript@4.7.4): resolution: {integrity: sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==} peerDependencies: react: ^16.6.0 || 17 || 18 @@ -12230,7 +12230,7 @@ packages: dependencies: '@formatjs/ecma402-abstract': 1.14.3 '@formatjs/icu-messageformat-parser': 2.3.0 - '@formatjs/intl': 2.6.7(typescript@5.4.3) + '@formatjs/intl': 2.6.7(typescript@4.7.4) '@formatjs/intl-displaynames': 6.2.6 '@formatjs/intl-listformat': 7.1.9 '@types/hoist-non-react-statics': 3.3.5 @@ -12239,7 +12239,7 @@ packages: intl-messageformat: 10.3.1 react: 18.2.0 tslib: 2.6.2 - typescript: 5.4.3 + typescript: 4.7.4 dev: false /react-is@16.13.1: @@ -13773,7 +13773,7 @@ packages: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /tsconfck@3.0.3(typescript@5.4.3): + /tsconfck@3.0.3(typescript@4.7.4): resolution: {integrity: sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==} engines: {node: ^18 || >=20} hasBin: true @@ -13783,7 +13783,7 @@ packages: typescript: optional: true dependencies: - typescript: 5.4.3 + typescript: 4.7.4 dev: true /tsconfig-paths@4.2.0: @@ -13806,7 +13806,7 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsup@8.0.2(typescript@5.4.3): + /tsup@8.0.2(typescript@4.7.4): resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==} engines: {node: '>=18'} hasBin: true @@ -13839,7 +13839,7 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.35.0 tree-kill: 1.2.2 - typescript: 5.4.3 + typescript: 4.7.4 transitivePeerDependencies: - supports-color - ts-node @@ -13860,17 +13860,17 @@ packages: engines: {node: '>=8'} dev: true + /typescript@4.7.4: + resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} + engines: {node: '>=4.2.0'} + hasBin: true + /typescript@5.3.3: resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} engines: {node: '>=14.17'} hasBin: true dev: true - /typescript@5.4.3: - resolution: {integrity: sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==} - engines: {node: '>=14.17'} - hasBin: true - /ufo@1.5.3: resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} dev: true @@ -14171,7 +14171,7 @@ packages: - terser dev: true - /vite-plugin-dts@3.7.3(@types/node@20.11.30)(rollup@4.13.0)(typescript@5.4.3)(vite@5.2.6): + /vite-plugin-dts@3.7.3(@types/node@20.11.30)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): resolution: {integrity: sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -14183,12 +14183,12 @@ packages: dependencies: '@microsoft/api-extractor': 7.39.0(@types/node@20.11.30) '@rollup/pluginutils': 5.1.0(rollup@4.13.0) - '@vue/language-core': 1.8.27(typescript@5.4.3) + '@vue/language-core': 1.8.27(typescript@4.7.4) debug: 4.3.4 kolorist: 1.8.0 - typescript: 5.4.3 + typescript: 4.7.4 vite: 5.2.6(@types/node@20.11.30) - vue-tsc: 1.8.27(typescript@5.4.3) + vue-tsc: 1.8.27(typescript@4.7.4) transitivePeerDependencies: - '@types/node' - rollup @@ -14203,7 +14203,7 @@ packages: vite: 5.2.6(@types/node@20.11.30) dev: true - /vite-tsconfig-paths@4.3.2(typescript@5.4.3)(vite@5.2.6): + /vite-tsconfig-paths@4.3.2(typescript@4.7.4)(vite@5.2.6): resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==} peerDependencies: vite: '*' @@ -14213,7 +14213,7 @@ packages: dependencies: debug: 4.3.4 globrex: 0.1.2 - tsconfck: 3.0.3(typescript@5.4.3) + tsconfck: 3.0.3(typescript@4.7.4) vite: 5.2.6(@types/node@20.11.30) transitivePeerDependencies: - supports-color @@ -14335,16 +14335,16 @@ packages: he: 1.2.0 dev: true - /vue-tsc@1.8.27(typescript@5.4.3): + /vue-tsc@1.8.27(typescript@4.7.4): resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/typescript': 1.11.1 - '@vue/language-core': 1.8.27(typescript@5.4.3) + '@vue/language-core': 1.8.27(typescript@4.7.4) semver: 7.6.0 - typescript: 5.4.3 + typescript: 4.7.4 dev: true /w3c-xmlserializer@5.0.0: From ee917855975c94313dfc1f0f6d6e2a199cc10e7c Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sat, 30 Mar 2024 09:38:24 -0700 Subject: [PATCH 08/39] More work --- .nx/cache/file-map.json | 5349 +++++++++-------- .nx/cache/lockfile.hash | 2 +- .nx/cache/parsed-lock-file.json | 867 ++- .nx/cache/project-graph.json | 926 ++- libs/chatbot/package.json | 26 +- libs/chatbot/rollup.config.mjs | 17 - libs/chatbot/src/types/Svg.d.ts | 4 + libs/chatbot/tsconfig.json | 30 +- libs/chatbot/tsup.config.ts | 23 + libs/designer-ui/package.json | 7 +- .../src/lib/editor/base/themes/editorTheme.ts | 2 +- libs/designer-ui/src/lib/fabric.ts | 2 +- libs/designer-ui/tsup.config.ts | 12 +- libs/designer/package.json | 10 +- libs/designer/src/index.ts | 2 +- libs/designer/src/lib/ui/styles.less | 2 +- libs/designer/tsup.config.ts | 11 +- libs/logic-apps-shared/package.json | 7 +- libs/logic-apps-shared/tsup.config.ts | 6 +- package.json | 3 + pnpm-lock.yaml | 428 +- 21 files changed, 4973 insertions(+), 2763 deletions(-) delete mode 100644 libs/chatbot/rollup.config.mjs create mode 100644 libs/chatbot/src/types/Svg.d.ts create mode 100644 libs/chatbot/tsup.config.ts diff --git a/.nx/cache/file-map.json b/.nx/cache/file-map.json index 94a9963ceb8..be2fa03108a 100644 --- a/.nx/cache/file-map.json +++ b/.nx/cache/file-map.json @@ -21,6 +21,9 @@ "@types/react": "^18.2.69", "@types/react-dom": "^18.2.22", "child_process": "^1.0.2", + "esbuild-plugin-less": "^1.3.3", + "esbuild-plugin-svg": "^0.1.0", + "esbuild-plugin-svgr": "^2.1.0", "husky": "^9.0.11", "jsdom": "^24.0.0", "knip": "^5.2.2", @@ -43,375 +46,241 @@ "nxJsonPlugins": [], "fileMap": { "projectFileMap": { - "@microsoft/logic-apps-chatbot": [ + "designer-standalone": [ { - "file": "libs/chatbot/package.json", - "hash": "14533386357963788386", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "@microsoft/logic-apps-designer", - "npm:@fluentui/react", - "npm:@fluentui/react-icons", - "@microsoft/designer-ui", - "npm:@fluentui/react-components", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "apps/designer-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/chatbot/rollup.config.mjs", - "hash": "16469814706170133141" + "file": "apps/designer-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/chatbot/src/index.ts", - "hash": "5472632491119599158" + "file": "apps/designer-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/chatbot/src/lib/common/constants.ts", - "hash": "2429934717009400244" + "file": "apps/designer-standalone/jest.config.ts", + "hash": "5095600455584759097" }, { - "file": "libs/chatbot/src/lib/common/models/Query.ts", - "hash": "12711516361292056739" + "file": "apps/designer-standalone/project.json", + "hash": "2186189716536309729" }, { - "file": "libs/chatbot/src/lib/common/models/workflow.ts", - "hash": "15855456327309866932" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", + "hash": "3298017156622978060" }, { - "file": "libs/chatbot/src/lib/core/util/index.ts", - "hash": "5139985942597791835" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", + "hash": "13505482435147628633" }, { - "file": "libs/chatbot/src/lib/images/LogicApps.svg", - "hash": "2097860906489808431" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", + "hash": "9606761639132729551" }, { - "file": "libs/chatbot/src/lib/images/Sparkle.svg", - "hash": "3138281638005072555" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", + "hash": "6979701506181809557" }, { - "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", - "hash": "12308741199338082792" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", + "hash": "14118413145410608191" }, { - "file": "libs/chatbot/src/lib/images/Workflow.svg", - "hash": "9644831917975499371" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", + "hash": "1588066658590448230" }, { - "file": "libs/chatbot/src/lib/index.tsx", - "hash": "7293379411218707820" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", + "hash": "11196696306113960606" }, { - "file": "libs/chatbot/src/lib/styles.less", - "hash": "17038065324912682386" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", + "hash": "14682812772519432090" }, { - "file": "libs/chatbot/src/lib/ui/chatbot.tsx", - "hash": "14000638668528235529" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", + "hash": "4580548922855359394" }, { - "file": "libs/chatbot/src/lib/ui/panelheader.tsx", - "hash": "933389736901388174" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", + "hash": "12895583927495006597" }, { - "file": "libs/chatbot/src/lib/ui/styles.less", - "hash": "16062592558757698716" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", + "hash": "2755209554830887096" }, { - "file": "libs/chatbot/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "vs-code-react": [ - { - "file": "apps/vs-code-react/.babelrc", - "hash": "7338834004944326044" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", + "hash": "16951494746367962696" }, { - "file": "apps/vs-code-react/.browserslistrc", - "hash": "167759602395835039" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", + "hash": "11922224593998776622" }, { - "file": "apps/vs-code-react/.eslintrc.json", - "hash": "10075191527724852300" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", + "hash": "9092529694739284525" }, { - "file": "apps/vs-code-react/jest.config.ts", - "hash": "8334961725413338902" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", + "hash": "14344615542145629436" }, { - "file": "apps/vs-code-react/project.json", - "hash": "16992379845976149116" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", + "hash": "2732486466259074455" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", - "hash": "7103226391461447657" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", + "hash": "17257936693118977812" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", - "hash": "15235190526173296646" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", + "hash": "11766814904345254217" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", - "hash": "3923189858935612561" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", + "hash": "15343875879297750706" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", - "hash": "5310943053923898056" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", + "hash": "4446661457006721606" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", - "hash": "14353098042527666078" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", + "hash": "13092524529881537344" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.less", - "hash": "10860476654260307609" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", + "hash": "7976663886408218270" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", - "hash": "1229212044608318791" + "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", + "hash": "13293572578025384518" }, { - "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", - "hash": "1233751610250085221" + "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", + "hash": "8960093372869801569" }, { - "file": "apps/vs-code-react/src/app/designer/app.less", - "hash": "2873139032757981092" + "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", + "hash": "17011074881319644796" }, { - "file": "apps/vs-code-react/src/app/designer/app.tsx", - "hash": "14446374292339965572" + "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", + "hash": "4734349067026517129" }, { - "file": "apps/vs-code-react/src/app/designer/constants.ts", - "hash": "5903664051922439610" + "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", + "hash": "11056877601318419241" }, { - "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", - "hash": "8677180454198120663" + "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", + "hash": "7960030919432291768" }, { - "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", - "hash": "13157754222681752876" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", + "hash": "4190195339052860475" }, { - "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", - "hash": "3846553792648049504" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", + "hash": "17311351490108510384" }, { - "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", - "hash": "2583935077415507996" + "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", + "hash": "17876933317388473037" }, { - "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", - "hash": "11284208617598927726" + "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", + "hash": "11182070599256684242" }, { - "file": "apps/vs-code-react/src/app/export/export.less", - "hash": "3696757642502745218" + "file": "apps/designer-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "apps/vs-code-react/src/app/export/export.tsx", - "hash": "8780683083445998923" + "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", + "hash": "11358026391684952458" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", - "hash": "1432771657034188602" + "file": "apps/designer-standalone/src/components/settings_box.module.less", + "hash": "9808519016183858536" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", - "hash": "920422646883876413" + "file": "apps/designer-standalone/src/components/settings_box.tsx", + "hash": "12099490358448849702" }, { - "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", - "hash": "11162162346257637474" + "file": "apps/designer-standalone/src/components/themes.ts", + "hash": "10280533146008251816" }, { - "file": "apps/vs-code-react/src/app/export/status/status.tsx", - "hash": "7912554661822815221" + "file": "apps/designer-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "apps/vs-code-react/src/app/export/summary/helper.ts", - "hash": "14153533387296877593" + "file": "apps/designer-standalone/src/environments/environment.ts", + "hash": "5920947766445218989" }, { - "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", - "hash": "7161124247970943148" + "file": "apps/designer-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", - "hash": "4655457745320534508" + "file": "apps/designer-standalone/src/index.html", + "hash": "706131400937913887" }, { - "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", - "hash": "314441399583635160" + "file": "apps/designer-standalone/src/main.tsx", + "hash": "6196242117816635624" }, { - "file": "apps/vs-code-react/src/app/export/validation/helper.ts", - "hash": "11787808914725369004" + "file": "apps/designer-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", - "hash": "6866286216752763150" + "file": "apps/designer-standalone/src/state/connectionReferences.ts", + "hash": "3642930491684807465" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", - "hash": "10475247554118844324" + "file": "apps/designer-standalone/src/state/historyHelpers.ts", + "hash": "14898556878004432608" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", - "hash": "1366466573911291031" + "file": "apps/designer-standalone/src/state/store.ts", + "hash": "11326541673147537080" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", - "hash": "3750291621191783642" + "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", + "hash": "2817444802055692850" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", - "hash": "16694375718863827935" + "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", + "hash": "14190318844766308247" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", - "hash": "3220598036709854135" + "file": "apps/designer-standalone/src/styles.less", + "hash": "17529353978711030180" }, { - "file": "apps/vs-code-react/src/app/overview/app.tsx", - "hash": "6561625234207029430" + "file": "apps/designer-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/vs-code-react/src/app/overview/overview.less", - "hash": "10514910349287699054" + "file": "apps/designer-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "apps/vs-code-react/src/app/review/index.tsx", - "hash": "17050061761908500120" + "file": "apps/designer-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "apps/vs-code-react/src/assets/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "apps/vs-code-react/src/environments/environment.prod.ts", - "hash": "10220522844224226756" - }, - { - "file": "apps/vs-code-react/src/environments/environment.ts", - "hash": "11309522437153898482" - }, - { - "file": "apps/vs-code-react/src/favicon.ico", - "hash": "9303420814833116677" - }, - { - "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", - "hash": "8025372240546622652" - }, - { - "file": "apps/vs-code-react/src/fixtures/get-run.json", - "hash": "14954993404334898723" - }, - { - "file": "apps/vs-code-react/src/fixtures/get-runs.json", - "hash": "16210149105685428411" - }, - { - "file": "apps/vs-code-react/src/index.html", - "hash": "15542557927961559597" - }, - { - "file": "apps/vs-code-react/src/main.tsx", - "hash": "12636954517020345187" - }, - { - "file": "apps/vs-code-react/src/polyfills.ts", - "hash": "17041846422484582267" - }, - { - "file": "apps/vs-code-react/src/resources/Caution.svg", - "hash": "12946324935578891880" - }, - { - "file": "apps/vs-code-react/src/resources/Error.svg", - "hash": "1306017530222758526" - }, - { - "file": "apps/vs-code-react/src/resources/Success.svg", - "hash": "1346479691433759862" - }, - { - "file": "apps/vs-code-react/src/router/index.tsx", - "hash": "15140865326278989359" - }, - { - "file": "apps/vs-code-react/src/run-service.ts", - "hash": "17001222516069202300" - }, - { - "file": "apps/vs-code-react/src/run-service/export/helper.ts", - "hash": "17978663445350106988" - }, - { - "file": "apps/vs-code-react/src/run-service/export/index.ts", - "hash": "8958556086353433187" - }, - { - "file": "apps/vs-code-react/src/run-service/types.ts", - "hash": "15571572309314646001" - }, - { - "file": "apps/vs-code-react/src/state/DataMapSlice.ts", - "hash": "12162383684219148227" - }, - { - "file": "apps/vs-code-react/src/state/DesignerSlice.ts", - "hash": "15018588436028947609" - }, - { - "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", - "hash": "17422552152551623659" - }, - { - "file": "apps/vs-code-react/src/state/projectSlice.ts", - "hash": "17786023480081942934" - }, - { - "file": "apps/vs-code-react/src/state/store.ts", - "hash": "9306760291102940367" - }, - { - "file": "apps/vs-code-react/src/stateWrapper.tsx", - "hash": "2412499423087675880" - }, - { - "file": "apps/vs-code-react/src/styles.less", - "hash": "11897878901819299767" - }, - { - "file": "apps/vs-code-react/src/themeProvider.tsx", - "hash": "3199307216492964650" - }, - { - "file": "apps/vs-code-react/src/webviewCommunication.tsx", - "hash": "4256707400206268801" - }, - { - "file": "apps/vs-code-react/tsconfig.app.json", - "hash": "4251399858593500384" - }, - { - "file": "apps/vs-code-react/tsconfig.json", - "hash": "10208151351921925114" - }, - { - "file": "apps/vs-code-react/tsconfig.spec.json", - "hash": "15143458430517966976" - } - ], - "@microsoft/designer-ui": [ + "file": "apps/designer-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "@microsoft/designer-ui": [ { "file": "libs/designer-ui/package.json", "hash": "2157918880835177019", @@ -2908,4723 +2777,4857 @@ "hash": "5034656414761252557" } ], - "@microsoft/logic-apps-shared": [ + "vs-code-react": [ { - "file": "libs/logic-apps-shared/package.json", - "hash": "16492122863359719881", - "deps": [ - "npm:@apidevtools/swagger-parser", - "npm:@formatjs/intl", - "npm:axios", - "npm:react-intl", - "npm:react-query", - "npm:reactflow", - "npm:react", - "npm:react-dom" - ] + "file": "apps/vs-code-react/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", - "hash": "9380633527024969017" + "file": "apps/vs-code-react/.browserslistrc", + "hash": "167759602395835039" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", - "hash": "4041114759273409584" + "file": "apps/vs-code-react/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", - "hash": "10744005867854668544" + "file": "apps/vs-code-react/jest.config.ts", + "hash": "8334961725413338902" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", - "hash": "14062257101193816574" + "file": "apps/vs-code-react/project.json", + "hash": "16992379845976149116" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", - "hash": "4954893213128657861" + "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", + "hash": "7103226391461447657" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", - "hash": "7641115249858288898" + "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", + "hash": "15235190526173296646" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", - "hash": "14155161053626149773" + "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", + "hash": "3923189858935612561" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", - "hash": "10972091389277624213" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", + "hash": "5310943053923898056" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", - "hash": "6570789037033524363" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", + "hash": "14353098042527666078" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", - "hash": "6476740600976986139" + "file": "apps/vs-code-react/src/app/dataMapper/app.less", + "hash": "10860476654260307609" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", - "hash": "4669131476797349411" + "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", + "hash": "1229212044608318791" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", - "hash": "18322018366374797773" + "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", + "hash": "1233751610250085221" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", - "hash": "12152048241403700781" + "file": "apps/vs-code-react/src/app/designer/app.less", + "hash": "2873139032757981092" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", - "hash": "5149245040157794958" + "file": "apps/vs-code-react/src/app/designer/app.tsx", + "hash": "14446374292339965572" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", - "hash": "17264514741585944669" + "file": "apps/vs-code-react/src/app/designer/constants.ts", + "hash": "5903664051922439610" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", - "hash": "16981660441021349989" + "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", + "hash": "8677180454198120663" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", - "hash": "7841465441925735303" + "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", + "hash": "13157754222681752876" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", - "hash": "8805378272928779631" + "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", + "hash": "3846553792648049504" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", - "hash": "100886477017713472" + "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", + "hash": "2583935077415507996" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", - "hash": "12010754552584586238" + "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", + "hash": "11284208617598927726" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", - "hash": "2493896786957967735" + "file": "apps/vs-code-react/src/app/export/export.less", + "hash": "3696757642502745218" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", - "hash": "4467584828026361594" + "file": "apps/vs-code-react/src/app/export/export.tsx", + "hash": "8780683083445998923" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", - "hash": "15048548058211350550" + "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", + "hash": "1432771657034188602" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", - "hash": "16667370445776365408" + "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", + "hash": "920422646883876413" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", - "hash": "2922519993752406611" + "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", + "hash": "11162162346257637474" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", - "hash": "2015298222781796439" + "file": "apps/vs-code-react/src/app/export/status/status.tsx", + "hash": "7912554661822815221" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", - "hash": "12154580097533679529" + "file": "apps/vs-code-react/src/app/export/summary/helper.ts", + "hash": "14153533387296877593" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", - "hash": "990168561317107639" + "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", + "hash": "7161124247970943148" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", - "hash": "13798407810885346784" + "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", + "hash": "4655457745320534508" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", - "hash": "6637693727017499456" + "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", + "hash": "314441399583635160" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", - "hash": "5415884704526136465" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", - "hash": "12944393287525757801" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", - "hash": "338894801370095333" + "file": "apps/vs-code-react/src/app/export/validation/helper.ts", + "hash": "11787808914725369004" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", - "hash": "4325353527285954074" + "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", + "hash": "6866286216752763150" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", - "hash": "14656750022224496512" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", + "hash": "10475247554118844324" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", - "hash": "8383854433493377485" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", + "hash": "1366466573911291031" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", - "hash": "14050868048024762041" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", + "hash": "3750291621191783642" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", - "hash": "3952535120512157063" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", + "hash": "16694375718863827935" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", - "hash": "10227457389794045251" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", + "hash": "3220598036709854135" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", - "hash": "2276513063347032356" + "file": "apps/vs-code-react/src/app/overview/app.tsx", + "hash": "6561625234207029430" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", - "hash": "17998935529655324249" + "file": "apps/vs-code-react/src/app/overview/overview.less", + "hash": "10514910349287699054" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", - "hash": "15364460512758958557" + "file": "apps/vs-code-react/src/app/review/index.tsx", + "hash": "17050061761908500120" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", - "hash": "16899240778924055950" + "file": "apps/vs-code-react/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", - "hash": "9924011533457598450" + "file": "apps/vs-code-react/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", - "hash": "7767572464887768924" + "file": "apps/vs-code-react/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", - "hash": "7686527428866436332" + "file": "apps/vs-code-react/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", - "hash": "11373234010056310761" + "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", + "hash": "8025372240546622652" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", - "hash": "7741997988177804309" + "file": "apps/vs-code-react/src/fixtures/get-run.json", + "hash": "14954993404334898723" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", - "hash": "11285262017602894102" + "file": "apps/vs-code-react/src/fixtures/get-runs.json", + "hash": "16210149105685428411" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", - "hash": "7834292151783220118" + "file": "apps/vs-code-react/src/index.html", + "hash": "15542557927961559597" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", - "hash": "2689272469215697040" + "file": "apps/vs-code-react/src/main.tsx", + "hash": "12636954517020345187" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", - "hash": "16730245766611684683" + "file": "apps/vs-code-react/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", - "hash": "6313037814450709645" + "file": "apps/vs-code-react/src/resources/Caution.svg", + "hash": "12946324935578891880" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", - "hash": "5887391731984230327" + "file": "apps/vs-code-react/src/resources/Error.svg", + "hash": "1306017530222758526" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", - "hash": "2080206098440690027" + "file": "apps/vs-code-react/src/resources/Success.svg", + "hash": "1346479691433759862" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", - "hash": "2442692051774771508" + "file": "apps/vs-code-react/src/router/index.tsx", + "hash": "15140865326278989359" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", - "hash": "13169164367036674094" + "file": "apps/vs-code-react/src/run-service.ts", + "hash": "17001222516069202300" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", - "hash": "16907995455120176947" + "file": "apps/vs-code-react/src/run-service/export/helper.ts", + "hash": "17978663445350106988" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", - "hash": "1659823225545591900" + "file": "apps/vs-code-react/src/run-service/export/index.ts", + "hash": "8958556086353433187" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", - "hash": "15456387445440121864" + "file": "apps/vs-code-react/src/run-service/types.ts", + "hash": "15571572309314646001" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", - "hash": "12878592596309783536" + "file": "apps/vs-code-react/src/state/DataMapSlice.ts", + "hash": "12162383684219148227" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", - "hash": "557554024678459944" + "file": "apps/vs-code-react/src/state/DesignerSlice.ts", + "hash": "15018588436028947609" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", - "hash": "6860029958723176995" + "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", + "hash": "17422552152551623659" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", - "hash": "15296018982038336090" + "file": "apps/vs-code-react/src/state/projectSlice.ts", + "hash": "17786023480081942934" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", - "hash": "13842792331747765980" + "file": "apps/vs-code-react/src/state/store.ts", + "hash": "9306760291102940367" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", - "hash": "13815149232604649499" + "file": "apps/vs-code-react/src/stateWrapper.tsx", + "hash": "2412499423087675880" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", - "hash": "14032597586361412245" + "file": "apps/vs-code-react/src/styles.less", + "hash": "11897878901819299767" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", - "hash": "9974254812452410710" + "file": "apps/vs-code-react/src/themeProvider.tsx", + "hash": "3199307216492964650" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", - "hash": "2510786344585772506" + "file": "apps/vs-code-react/src/webviewCommunication.tsx", + "hash": "4256707400206268801" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", - "hash": "1258465346072222717" + "file": "apps/vs-code-react/tsconfig.app.json", + "hash": "4251399858593500384" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", - "hash": "12947203279230431560" + "file": "apps/vs-code-react/tsconfig.json", + "hash": "10208151351921925114" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", - "hash": "4700233691144783223" - }, + "file": "apps/vs-code-react/tsconfig.spec.json", + "hash": "15143458430517966976" + } + ], + "@microsoft/logic-apps-chatbot": [ { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", - "hash": "16210378855781819556" + "file": "libs/chatbot/package.json", + "hash": "14533386357963788386", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "@microsoft/logic-apps-designer", + "npm:@fluentui/react", + "npm:@fluentui/react-icons", + "@microsoft/designer-ui", + "npm:@fluentui/react-components", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", - "hash": "3328556540278019081" + "file": "libs/chatbot/rollup.config.mjs", + "hash": "16469814706170133141" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", - "hash": "17421938317864385521" + "file": "libs/chatbot/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", - "hash": "5426595174508182540" + "file": "libs/chatbot/src/lib/common/constants.ts", + "hash": "2429934717009400244" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", - "hash": "889254322578873619" + "file": "libs/chatbot/src/lib/common/models/Query.ts", + "hash": "12711516361292056739" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", - "hash": "14413093575682152883" + "file": "libs/chatbot/src/lib/common/models/workflow.ts", + "hash": "15855456327309866932" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", - "hash": "15165385131541472136" + "file": "libs/chatbot/src/lib/core/util/index.ts", + "hash": "5139985942597791835" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", - "hash": "6828262639021969187" + "file": "libs/chatbot/src/lib/images/LogicApps.svg", + "hash": "2097860906489808431" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", - "hash": "16330222175525472241" + "file": "libs/chatbot/src/lib/images/Sparkle.svg", + "hash": "3138281638005072555" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", - "hash": "12427938755401727885" + "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", + "hash": "12308741199338082792" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", - "hash": "3374555813812257809" + "file": "libs/chatbot/src/lib/images/Workflow.svg", + "hash": "9644831917975499371" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", - "hash": "14739455734775086197" + "file": "libs/chatbot/src/lib/index.tsx", + "hash": "7293379411218707820" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", - "hash": "1170392313973954221" + "file": "libs/chatbot/src/lib/styles.less", + "hash": "17038065324912682386" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", - "hash": "8180427621259037034" + "file": "libs/chatbot/src/lib/ui/chatbot.tsx", + "hash": "14000638668528235529" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", - "hash": "15958942562504641676" + "file": "libs/chatbot/src/lib/ui/panelheader.tsx", + "hash": "933389736901388174" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", - "hash": "7763682490519613414" + "file": "libs/chatbot/src/lib/ui/styles.less", + "hash": "16062592558757698716" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", - "hash": "4068662167400180993" - }, + "file": "libs/chatbot/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "@microsoft/logic-apps-designer": [ { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", - "hash": "4794954947494896316" + "file": "libs/designer/package.json", + "hash": "8694041123093540774", + "deps": [ + "npm:@fluentui/azure-themes", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-hooks", + "npm:@fluentui/react-icons", + "npm:@fluentui/utilities", + "npm:@microsoft/applicationinsights-core-js", + "@microsoft/designer-ui", + "@microsoft/logic-apps-shared", + "npm:@react-hookz/web", + "npm:@reduxjs/toolkit", + "npm:elkjs", + "npm:fuse.js", + "npm:immer", + "npm:lodash.frompairs", + "npm:lodash.merge", + "npm:react-dnd", + "npm:react-dnd-accessible-backend", + "npm:react-dnd-html5-backend", + "npm:react-dnd-multi-backend", + "npm:react-hotkeys-hook", + "npm:react-intl", + "npm:react-query", + "npm:react-redux", + "npm:reactflow", + "npm:redux-thunk", + "npm:to-title-case", + "npm:util", + "npm:yocto-queue", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", - "hash": "11207042828717675065" + "file": "libs/designer/src/index.ts", + "hash": "11355081150901527302" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", - "hash": "10901639031013279890" + "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", - "hash": "16869109249828494594" + "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", + "hash": "9240782448242967537" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", - "hash": "4284022729214287627" + "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", + "hash": "5214463813702224032" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", - "hash": "5600174235635358338" + "file": "libs/designer/src/lib/common/constants.ts", + "hash": "14716266680681788853" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", - "hash": "8466132625137354797" + "file": "libs/designer/src/lib/common/exceptions/exception.ts", + "hash": "4016853272413138441" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", - "hash": "1198608102687599866" + "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", + "hash": "2438628799773606413" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", - "hash": "8175155994288497941" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", + "hash": "13936938153293651615" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", - "hash": "4654647039340233519" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", + "hash": "17853975463227900194" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", - "hash": "11206711847389194503" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", + "hash": "716422980644102335" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", - "hash": "9525586797130627166" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", + "hash": "10948104330765315206" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", - "hash": "7773406589009896884" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", + "hash": "13744301547491746840" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", - "hash": "2719090974226360478" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", + "hash": "5099585607600274464" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", - "hash": "16586240603433583151" + "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", + "hash": "3057811563704111315" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", - "hash": "6044024318958028975" + "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", + "hash": "13794169093128310758" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", - "hash": "4971198904351819104" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", + "hash": "6553711262896807602" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", - "hash": "2205405226598303423" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", + "hash": "3769112376720810799" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", - "hash": "7027990687631079853" + "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", + "hash": "4840054514873781546" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", - "hash": "4832609006995577677" + "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", + "hash": "13772471609559374653" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", - "hash": "11041788749094915589" + "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", + "hash": "17291714734882915823" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", - "hash": "744175669956000073" + "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", + "hash": "8696373633900139960" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", - "hash": "4570891349858327552" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", + "hash": "10209490491669077224" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", - "hash": "6957052954521419802" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", + "hash": "5762239862513015054" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", - "hash": "6895097639477963071" + "file": "libs/designer/src/lib/common/images/arrowdark.svg", + "hash": "5926111895234327525" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", - "hash": "15484469170655437218" + "file": "libs/designer/src/lib/common/images/arrowlight.svg", + "hash": "8015769479673340480" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", - "hash": "718221044385207717" + "file": "libs/designer/src/lib/common/images/arrowred.svg", + "hash": "2430505900927056727" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", - "hash": "14225692641617281655" + "file": "libs/designer/src/lib/common/images/bolt.svg", + "hash": "17462634652015284885" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", - "hash": "11654435207820210379" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", + "hash": "4281210752025126548" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", - "hash": "11652280676139008640" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", + "hash": "8923215817224206799" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", - "hash": "3123356813475297727" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", + "hash": "4347287844293995514" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", - "hash": "760782622775556782" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", + "hash": "802393672600738414" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", - "hash": "900472997630946196" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", + "hash": "788257097228620744" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", - "hash": "14957662887872082161" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", + "hash": "11736524123979545801" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", - "hash": "1013983265834297086" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", + "hash": "965633922044453844" }, { - "file": "libs/logic-apps-shared/src/index.ts", - "hash": "9717124156846303739" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", + "hash": "10224443075493376159" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", - "hash": "15651910132769346184" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", + "hash": "488405671534951514" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", - "hash": "17552605341157493404" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", + "hash": "16381515837357068415" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", - "hash": "5035985613530326321" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", + "hash": "17856490403949387790" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", - "hash": "4475004010363601986" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", + "hash": "15243776523488424116" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", - "hash": "4095382995607203736" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", + "hash": "5699680888941228448" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", - "hash": "3788387248943361249" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", + "hash": "9764035938809534317" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", - "hash": "7108713252527138781" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", + "hash": "12326541136900487952" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", - "hash": "705786194542596636" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", + "hash": "6245055721372883370" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", - "hash": "14463024152359133709" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", + "hash": "14444337833939963797" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", - "hash": "7560213327654600681" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", + "hash": "17064721766454223509" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", - "hash": "16687663207402807017" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", + "hash": "13549953610772304995" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", - "hash": "6477546291513434590" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", + "hash": "9884449892115783238" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", - "hash": "9370844703510888737" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", + "hash": "5650084185790556380" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", - "hash": "7628537715920358813" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", + "hash": "16533471828587912919" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", - "hash": "8158361129347912029" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", + "hash": "10277570825407438664" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", - "hash": "6380830450896639043" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", + "hash": "5644614242196469494" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", - "hash": "10185664657106878859" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", + "hash": "4854754781356184488" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", - "hash": "5951640446541949066" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", + "hash": "17577366797422234032" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", - "hash": "9382357970073518488" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", + "hash": "18096424898773100452" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", - "hash": "18017279529871760646" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", + "hash": "8410319851745043818" }, { - "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", - "hash": "17627181196005757916" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", + "hash": "4344707577102300882" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", - "hash": "6040922602083171954" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", + "hash": "14973565284851361466" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", - "hash": "10055707279763634029" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", + "hash": "6940736653966224597" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", - "hash": "9089577798505505863" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", + "hash": "10913390805409066774" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", - "hash": "13562749690133433887" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", + "hash": "18310566090601123291" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", - "hash": "5663604703010066942" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", + "hash": "4211895255849396300" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", - "hash": "2534161988511516592" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", + "hash": "15249336994675481" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", - "hash": "16419030944505832016" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", + "hash": "6229273879523350518" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", - "hash": "15612717865703687552" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", + "hash": "14552059136095416702" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", - "hash": "13474113712208318530" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", + "hash": "8321402279766452771" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", - "hash": "881578797815144323" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", + "hash": "14144206237714493160" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", - "hash": "11790935691899638544" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", + "hash": "546764277464022095" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", - "hash": "8385944373056976852" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", + "hash": "15076765899186592786" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", - "hash": "4043313233263109351" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", + "hash": "3692508794323306407" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", - "hash": "11102785353391478346" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", + "hash": "1731479113183843607" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", - "hash": "171638812131418198" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", + "hash": "4173490804496111343" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", - "hash": "2327407329881982053" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", + "hash": "11873669256365835624" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", - "hash": "9629066330778884542" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", + "hash": "11139441907313241224" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", - "hash": "16717791144236642315" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", + "hash": "3241487867540139826" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", - "hash": "9536863172217279644" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", + "hash": "7715913989452853316" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", - "hash": "18142537813025869201" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", + "hash": "13582317555878671565" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", - "hash": "15387106749322046014" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", + "hash": "4977325050658584568" }, { - "file": "libs/logic-apps-shared/src/intl/src/index.ts", - "hash": "5880101155327804229" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", + "hash": "1045431280059616257" }, { - "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", - "hash": "9493587879189422226" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", + "hash": "16640363275658842913" }, { - "file": "libs/logic-apps-shared/src/parsers/index.ts", - "hash": "14406165726550655762" + "file": "libs/designer/src/lib/common/images/card/delete.svg", + "hash": "15675230980148461553" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", - "hash": "14434625489663341100" + "file": "libs/designer/src/lib/common/images/card/input_selection.svg", + "hash": "6874565955253727212" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", - "hash": "431479051526850728" + "file": "libs/designer/src/lib/common/images/card/optional_field.svg", + "hash": "13884780002161969050" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", - "hash": "1447869553729602329" + "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", + "hash": "11872211244220681036" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", - "hash": "5729743152469113203" + "file": "libs/designer/src/lib/common/images/delete.svg", + "hash": "2369920463731912593" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", - "hash": "11639224397713257805" + "file": "libs/designer/src/lib/common/images/gateway/add.svg", + "hash": "11819585580235095669" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", - "hash": "16375130740710703419" + "file": "libs/designer/src/lib/common/images/gateway/help.svg", + "hash": "12599303004882720277" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", - "hash": "11953954476398047389" + "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", + "hash": "6435518280858083886" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", - "hash": "2210192340749619384" + "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", + "hash": "12997387777000294056" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", - "hash": "511658573327045626" + "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", + "hash": "7939169194091714776" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", - "hash": "12303487102566855915" + "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", + "hash": "16280757524503959992" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", - "hash": "11402826658491359232" + "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", + "hash": "18333062729648676215" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", - "hash": "6825951630416775947" + "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", + "hash": "17826554870116185216" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", - "hash": "2805940425132879908" + "file": "libs/designer/src/lib/common/images/pencil.svg", + "hash": "4552542774403200136" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", - "hash": "8489667444524953557" + "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", - "hash": "14606573267340170277" + "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", - "hash": "14196059685546491397" + "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", + "hash": "11632821499690045898" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", - "hash": "14050169068191640430" + "file": "libs/designer/src/lib/common/images/status_error.svg", + "hash": "7327477685402663444" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", - "hash": "10053227308471445195" + "file": "libs/designer/src/lib/common/images/status_success.svg", + "hash": "16589415129232216666" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", - "hash": "11769122580063614459" + "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", + "hash": "8952058323183937865" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", - "hash": "745830827396299178" + "file": "libs/designer/src/lib/common/images/website/api.svg", + "hash": "16095509088326340538" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", - "hash": "1027675781125994812" + "file": "libs/designer/src/lib/common/images/website/apim.svg", + "hash": "15873815965442020768" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", - "hash": "7986263690502094190" + "file": "libs/designer/src/lib/common/images/website/apim_white.svg", + "hash": "14020416160783112768" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", - "hash": "16722491980851361131" + "file": "libs/designer/src/lib/common/images/website/create.svg", + "hash": "16033491393116457661" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", - "hash": "11863418691057542043" + "file": "libs/designer/src/lib/common/images/website/foreach.svg", + "hash": "3719190676549030233" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", - "hash": "3814535965481203921" + "file": "libs/designer/src/lib/common/images/website/function.svg", + "hash": "12552781765647401474" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", - "hash": "15552531164182029199" + "file": "libs/designer/src/lib/common/models/workflow.ts", + "hash": "11724936275981787758" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", - "hash": "15707985138297454208" + "file": "libs/designer/src/lib/common/utilities/Utils.ts", + "hash": "2333252227487981555" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", - "hash": "8203696318475998577" + "file": "libs/designer/src/lib/common/utilities/error.ts", + "hash": "14761866046570043475" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", - "hash": "16965130050548374080" + "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", + "hash": "10226240319907572020" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", - "hash": "17677112185734595302" + "file": "libs/designer/src/lib/core/DesignerProvider.tsx", + "hash": "8865415753051342650" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", - "hash": "10421500773173129841" + "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", + "hash": "1133788957422173169" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", - "hash": "6837630829095975444" + "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", + "hash": "13021850733178929057" }, { - "file": "libs/logic-apps-shared/src/utils/src/index.ts", - "hash": "10410575831740573676" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", + "hash": "10976178124567025188" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", - "hash": "4727605297220290209" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", + "hash": "8007408756114040866" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", - "hash": "14486861888502652092" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", + "hash": "12793128001647914730" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", - "hash": "14917406684066904829" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", + "hash": "9408756046827245410" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", - "hash": "13784490208174778956" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", + "hash": "1145445308673345143" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", - "hash": "5485574054856489322" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", + "hash": "8714067957965973862" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", - "hash": "7212073480745607382" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", + "hash": "377035099592140993" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", - "hash": "10702209958963271416" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", + "hash": "2640821823957837771" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", - "hash": "4266295413916081180" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", + "hash": "4883489638704343677" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", - "hash": "18218774632996040833" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", + "hash": "1063338721262391862" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", - "hash": "3921550207499097708" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", + "hash": "13051148389008776707" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", - "hash": "16323037561979992179" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", + "hash": "16166965666592256044" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", - "hash": "4346902897670598580" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", + "hash": "7644883283632193272" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", - "hash": "18306290794139362199" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", + "hash": "3268658162048948497" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", - "hash": "12827775712440356270" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", + "hash": "12938819441932090008" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", - "hash": "12780007669564837262" + "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", + "hash": "18391939971202172617" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", - "hash": "10649237237708086601" + "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", + "hash": "5135976908480724598" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", - "hash": "16265988629726370223" + "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", + "hash": "6555520085152754544" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", - "hash": "4342729621317785815" + "file": "libs/designer/src/lib/core/graphlayout/index.ts", + "hash": "1183230721606983661" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", - "hash": "17931405780059128507" + "file": "libs/designer/src/lib/core/index.ts", + "hash": "17021345483470396631" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", - "hash": "11275772986299991786" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", + "hash": "5690913620690077130" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", - "hash": "14172933526512144674" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", + "hash": "14509662786295405295" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", - "hash": "8097726720353189151" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", + "hash": "6387737565995930308" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", - "hash": "17424119200157481456" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", + "hash": "18344987115654458228" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", - "hash": "6316675658315917165" + "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", + "hash": "14964928502892749345" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", - "hash": "17285595875462734375" + "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", + "hash": "14646033592987575031" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", - "hash": "10787957479004558655" + "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", + "hash": "17520637296625214501" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", - "hash": "924391710566473857" + "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", + "hash": "16515897955999880047" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", - "hash": "18221863617102146813" + "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", + "hash": "8489461695139161622" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", - "hash": "4421237494227621410" + "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", + "hash": "11556548277387433966" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", - "hash": "12775712264492385024" + "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", + "hash": "1566269831108361105" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", - "hash": "13175286304358008848" + "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", + "hash": "13854397699622059247" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", - "hash": "15335411595834044598" + "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", + "hash": "7091192159636622669" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", - "hash": "13941170058709179863" + "file": "libs/designer/src/lib/core/queries/browse.ts", + "hash": "15277260528629014649" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", - "hash": "5560781174328914491" + "file": "libs/designer/src/lib/core/queries/connections.ts", + "hash": "1501738903167968950" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", - "hash": "13885780335314142211" + "file": "libs/designer/src/lib/core/queries/connector.ts", + "hash": "10042584932448483913" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", - "hash": "14719921367101255082" + "file": "libs/designer/src/lib/core/queries/operation.ts", + "hash": "18070523527133930267" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", - "hash": "14197989536257233793" + "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", + "hash": "11873332201419444196" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", - "hash": "79196203943799003" + "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", + "hash": "944283261874392963" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", - "hash": "1773324083978265246" + "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", + "hash": "14043559070256094030" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", - "hash": "16462763711137735088" + "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", + "hash": "17661438812224560039" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", - "hash": "16779865992229698101" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", + "hash": "552151791694841859" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", - "hash": "6133462328373533461" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", + "hash": "5709160121732674319" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", - "hash": "2681330121858908210" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", + "hash": "11880532030602689040" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", - "hash": "3670299451416716175" + "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", + "hash": "15539125750855046238" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", - "hash": "6771680877558200992" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", + "hash": "17496610770440064597" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", - "hash": "17593916544224071508" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", + "hash": "12399207044214169579" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", - "hash": "10533072781574562738" + "file": "libs/designer/src/lib/core/state/global.ts", + "hash": "2467378088186721273" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", - "hash": "2572403417534260160" + "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", + "hash": "7160406653392297178" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", - "hash": "2078500890542782930" + "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", + "hash": "13231490325898643987" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", - "hash": "13095245056926067394" + "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", + "hash": "580443950008935701" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", - "hash": "5866684311064342041" + "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", + "hash": "11619174720328207349" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", - "hash": "10053725396844537374" + "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", + "hash": "12360836867786652472" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", - "hash": "11901860371911382948" + "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", + "hash": "17837734844866824533" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", - "hash": "3827527429415846737" + "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", + "hash": "3597817075648231871" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", - "hash": "9814598968821475901" + "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", + "hash": "8221487224681813587" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", - "hash": "9515526602733602379" + "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", + "hash": "13672923006305683744" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", - "hash": "18237200074476379247" + "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", + "hash": "3869560885023421381" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", - "hash": "18138026162521915000" + "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", + "hash": "7513105324012396408" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", - "hash": "5600260597734849270" + "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", + "hash": "15674134190940167340" }, { - "file": "libs/logic-apps-shared/tsconfig.json", - "hash": "5119560921033608397" + "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", + "hash": "4534305780862072392" }, { - "file": "libs/logic-apps-shared/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", + "hash": "4540330469149645148" }, { - "file": "libs/logic-apps-shared/tsup.config.ts", - "hash": "5286132973577408611" - } - ], - "data-mapper-standalone": [ + "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", + "hash": "297492272351660565" + }, { - "file": "apps/data-mapper-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", + "hash": "6447767112269051024" }, { - "file": "apps/data-mapper-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", + "hash": "21027795098134668" }, { - "file": "apps/data-mapper-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", + "hash": "10627578442358036420" }, { - "file": "apps/data-mapper-standalone/jest.config.ts", - "hash": "10715911984367194997" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", + "hash": "3377780393722064446" }, { - "file": "apps/data-mapper-standalone/project.json", - "hash": "9374513863842846490" + "file": "libs/designer/src/lib/core/store.ts", + "hash": "7675307851224561844" }, { - "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", - "hash": "16726481549457764766" + "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", + "hash": "10932912534190676887" }, { - "file": "apps/data-mapper-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", + "hash": "10477834709138765316" }, { - "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", - "hash": "14944117756580093119" + "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", + "hash": "6400741599488247828" }, { - "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", - "hash": "1284985494789010035" + "file": "libs/designer/src/lib/core/utils/card.ts", + "hash": "17388048148998821366" }, { - "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", - "hash": "372080794920849111" + "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", + "hash": "14380782528292918805" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/core/utils/graph.ts", + "hash": "9113893809945541281" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/designer/src/lib/core/utils/loops.ts", + "hash": "17832329493412946298" }, { - "file": "apps/data-mapper-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", + "hash": "1420254453350497458" }, { - "file": "apps/data-mapper-standalone/src/index.html", - "hash": "1875896067774755003" + "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", + "hash": "842207519268466443" }, { - "file": "apps/data-mapper-standalone/src/main.tsx", - "hash": "10861951779782452086" + "file": "libs/designer/src/lib/core/utils/outputs.ts", + "hash": "2523378346613014879" }, { - "file": "apps/data-mapper-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", + "hash": "3643994527394489617" }, { - "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", - "hash": "16987547041249191518" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", + "hash": "2422344699678475886" }, { - "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", - "hash": "15187256273369871693" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", + "hash": "17504009570966731362" }, { - "file": "apps/data-mapper-standalone/src/state/Store.ts", - "hash": "7832192686281280578" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", + "hash": "14679208978083456209" }, { - "file": "apps/data-mapper-standalone/src/styles.less", - "hash": "11491636838694553899" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", + "hash": "9346212500047195690" }, { - "file": "apps/data-mapper-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", + "hash": "16944935834687261736" }, { - "file": "apps/data-mapper-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", + "hash": "5504094716509853138" }, { - "file": "apps/data-mapper-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", + "hash": "789795195726361469" }, { - "file": "apps/data-mapper-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "@microsoft/logic-apps-data-mapper": [ - { - "file": "libs/data-mapper/package.json", - "hash": "11374210066381032052", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-icons", - "npm:react-redux", - "npm:react-icons", - "npm:reactflow", - "@microsoft/designer-ui", - "npm:react-query", - "npm:@fluentui/react-migration-v8-v9", - "@microsoft/logic-apps-designer", - "npm:fuse.js", - "npm:@react-hookz/web", - "npm:@fluentui/react-hooks", - "npm:redux-undo", - "npm:@fluentui/azure-themes", - "npm:@fluentui/react-portal-compat", - "npm:@microsoft/applicationinsights-react-js", - "npm:@microsoft/applicationinsights-web", - "npm:@reduxjs/toolkit", - "npm:js-yaml", - "npm:react-dnd", - "npm:react-dnd-html5-backend", - "npm:immer", - "npm:pathfinding", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", + "hash": "1212164914387801521" }, { - "file": "libs/data-mapper/src/index.ts", - "hash": "5472632491119599158" + "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", + "hash": "4584055025926510588" }, { - "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", - "hash": "14141615103418495910" + "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", + "hash": "17685281869497732131" }, { - "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", - "hash": "17770304629225421551" + "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", + "hash": "17503616740995511873" }, { - "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", - "hash": "6877428616429784381" + "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", + "hash": "5493345090301795523" }, { - "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", - "hash": "14358690050668654180" + "file": "libs/designer/src/lib/core/utils/setting.ts", + "hash": "607724160972661514" }, { - "file": "libs/data-mapper/src/lib/__mocks__/index.ts", - "hash": "2773363408802742346" + "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", + "hash": "300462517969513749" }, { - "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", + "hash": "710587862511662252" }, { - "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", - "hash": "8395782275572223290" + "file": "libs/designer/src/lib/core/utils/tokens.ts", + "hash": "16598154144351001077" }, { - "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", - "hash": "16603205122567920755" + "file": "libs/designer/src/lib/core/utils/validation.ts", + "hash": "3321415876925824657" }, { - "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", - "hash": "10258201007008948880" + "file": "libs/designer/src/lib/core/utils/variables.ts", + "hash": "18113110944598796795" }, { - "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", - "hash": "8534942872367954833" + "file": "libs/designer/src/lib/core/utils/workflow.ts", + "hash": "2503685323390352213" }, { - "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", - "hash": "15022977686795039418" + "file": "libs/designer/src/lib/index.tsx", + "hash": "3108540739134237574" }, { - "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", - "hash": "12397917326030950019" + "file": "libs/designer/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", - "hash": "1675148636656834599" + "file": "libs/designer/src/lib/ui/Controls.tsx", + "hash": "11679666175589395115" }, { - "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", - "hash": "4500469198916948898" + "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", + "hash": "18335299629456245936" }, { - "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", - "hash": "15591781288413492668" + "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", + "hash": "8683562698326398762" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", - "hash": "10224908465129074278" + "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", + "hash": "6973870354555514502" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", - "hash": "2306687655733353822" + "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", + "hash": "2623692442355217780" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", - "hash": "4978643643123088343" + "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", + "hash": "17275763272438441218" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", - "hash": "16079196945272553302" + "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", + "hash": "16798466643167652597" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", - "hash": "9459439117530038422" + "file": "libs/designer/src/lib/ui/Designer.tsx", + "hash": "16681715909651728710" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/style.less", - "hash": "1527231942813543886" + "file": "libs/designer/src/lib/ui/Minimap.tsx", + "hash": "16784302034175684453" }, { - "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", - "hash": "3490028716472595634" + "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", + "hash": "9589106174231375844" }, { - "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", - "hash": "11032931063624269338" + "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", + "hash": "3078414740510575754" }, { - "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", - "hash": "16949676118746384339" + "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", + "hash": "14069610435069570388" }, { - "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", - "hash": "5754477981864776328" + "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", + "hash": "2917805269573375288" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", - "hash": "8248408736294624544" + "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", + "hash": "3469127252427478749" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", - "hash": "1309869007463816848" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", - "hash": "13628344667890779793" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", + "hash": "2870378826580830856" }, { - "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", - "hash": "15205348783145905209" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "libs/data-mapper/src/lib/components/index.tsx", - "hash": "14428353282588746736" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", + "hash": "17062398617519134809" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", - "hash": "2162817837155313327" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", - "hash": "13553412525983781799" + "file": "libs/designer/src/lib/ui/connections/edge.tsx", + "hash": "5497512017299495007" }, { - "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", - "hash": "12346138118521841651" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", + "hash": "18432693650012936880" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", - "hash": "13284155248340962799" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", + "hash": "5555780360896210685" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", - "hash": "6881307329438277742" + "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", + "hash": "13807895509711892964" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", - "hash": "17557070717023693689" + "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", + "hash": "7876264136480687494" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", - "hash": "6406696257549309205" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", + "hash": "2408849985874822150" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", - "hash": "287685334620412869" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", + "hash": "4860151930479659861" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", - "hash": "7705748749211233193" + "file": "libs/designer/src/lib/ui/index.tsx", + "hash": "16341670098352328808" }, { - "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", - "hash": "3936423784858816038" + "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", + "hash": "11764721752232747899" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", - "hash": "436733766006015729" + "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", + "hash": "18054694947746552645" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", - "hash": "2902656052842124085" + "file": "libs/designer/src/lib/ui/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", - "hash": "12588249875741308347" + "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", + "hash": "17569954728099794023" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", - "hash": "3371960444479219998" + "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", + "hash": "583479515840133304" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", - "hash": "13107346633144606217" + "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", + "hash": "12873127522514834077" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", - "hash": "3431317465765506117" + "file": "libs/designer/src/lib/ui/menuItems/index.tsx", + "hash": "17248340653302800129" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", - "hash": "931212623622312724" + "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", + "hash": "11451946634355722234" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", - "hash": "2252689483688433412" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", + "hash": "8808436492128491535" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", - "hash": "16227082704057520509" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", + "hash": "11188019418177543078" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", - "hash": "10162125979217322629" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", + "hash": "10622257218635018165" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", - "hash": "1365034521116895969" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", + "hash": "14381813606682941152" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", - "hash": "5783780993646471511" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", + "hash": "14863904385332766059" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", - "hash": "12114143726703313044" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", + "hash": "105776725888969737" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", - "hash": "7202237167327210605" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", + "hash": "3486053682563706186" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", - "hash": "1200938118723756534" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", + "hash": "4295986676874411230" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", - "hash": "1012998571701681502" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", + "hash": "5044350433743159771" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", - "hash": "12160064669768110122" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", + "hash": "17190185412675906484" }, { - "file": "libs/data-mapper/src/lib/components/style.less", - "hash": "16697434201106803776" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", + "hash": "413683764976891703" }, { - "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", - "hash": "1043813905809112628" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", + "hash": "2896450508867033368" }, { - "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", - "hash": "9602489998542264304" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", + "hash": "8866623228316007595" }, { - "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", - "hash": "6227532534870526144" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", + "hash": "17888799308169784633" }, { - "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", - "hash": "7886860379443982562" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", + "hash": "3217802139905584148" }, { - "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", - "hash": "9624723269802669778" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", + "hash": "962585077833873680" }, { - "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", - "hash": "8054479495813088206" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", + "hash": "2345600340639460118" }, { - "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", - "hash": "11318338330539713068" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", + "hash": "6438581048872326276" }, { - "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", - "hash": "6683692349789938244" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", + "hash": "4636028013835727768" }, { - "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", - "hash": "9474546573542884474" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", + "hash": "14888900866274310223" }, { - "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", - "hash": "9216304019284249108" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", + "hash": "4040358874212544513" }, { - "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", - "hash": "16279862027290865289" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", + "hash": "15708146643216275913" }, { - "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", - "hash": "63281905083235104" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", + "hash": "18064072806053472795" }, { - "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", - "hash": "2119175370219112170" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", + "hash": "813895254218562259" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", - "hash": "4728474869371566435" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", + "hash": "16620206185148038430" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", - "hash": "15720533640718112418" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", + "hash": "5385478426844583686" }, { - "file": "libs/data-mapper/src/lib/core/index.ts", - "hash": "17728252828542620020" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", + "hash": "17955152684217995627" }, { - "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", - "hash": "9336784234862841153" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", + "hash": "8096213501021087139" }, { - "file": "libs/data-mapper/src/lib/core/queries/functions.ts", - "hash": "9075525510237815946" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", + "hash": "6954364116161516939" }, { - "file": "libs/data-mapper/src/lib/core/queries/schema.ts", - "hash": "13294590656211176080" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", + "hash": "2774370202590136493" }, { - "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", - "hash": "5423319519120387627" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", + "hash": "2990072573754773610" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", - "hash": "9392105193070614482" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", + "hash": "16009164000053936481" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", - "hash": "15115567686730099658" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", + "hash": "12787968918952964503" }, { - "file": "libs/data-mapper/src/lib/core/services/index.ts", - "hash": "17713914166270244963" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", + "hash": "7320427274234546201" }, { - "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", - "hash": "3978208177201101476" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", + "hash": "1017935854018236971" }, { - "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", - "hash": "2345282136753381843" + "file": "libs/designer/src/lib/ui/panel/index.tsx", + "hash": "8931413980282435903" }, { - "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", - "hash": "8144585438365623290" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", + "hash": "691362796351085760" }, { - "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", - "hash": "8329083872052003118" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", + "hash": "1761891437078855966" }, { - "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", - "hash": "13780116185320446560" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", + "hash": "1057924626207991961" }, { - "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", - "hash": "1844323867195659318" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", + "hash": "6280253552466033403" }, { - "file": "libs/data-mapper/src/lib/core/state/Store.ts", - "hash": "11335664211370179539" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", + "hash": "8768239693411150392" }, { - "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", - "hash": "14083985203055166555" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", + "hash": "7891578013616621917" }, { - "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", - "hash": "3651895461739624717" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", + "hash": "6936908943603154102" }, { - "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", - "hash": "9602396280237708280" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", + "hash": "438510564774690503" }, { - "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", - "hash": "3966523736504478114" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", + "hash": "16798406127854826620" }, { - "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", - "hash": "3717071440296795971" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", + "hash": "3595348225477585500" }, { - "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", - "hash": "18312574586759606725" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", + "hash": "11057896419932325694" }, { - "file": "libs/data-mapper/src/lib/images/IconModel.ts", - "hash": "12022961688999857592" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", + "hash": "4104206428172572624" }, { - "file": "libs/data-mapper/src/lib/index.ts", - "hash": "12536403810420775901" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", + "hash": "6547505579084266234" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", - "hash": "11971351871449799719" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", + "hash": "6573526002733579255" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", - "hash": "231476621227209942" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", + "hash": "2589613772379687118" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", - "hash": "14825710363869872009" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", + "hash": "5973638345373933302" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", - "hash": "11190645468593154735" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", + "hash": "15042347812954300106" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", - "hash": "14736012937266371921" + "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", + "hash": "6338890337184233730" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", - "hash": "13887358761389139212" + "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", + "hash": "12332136203110463175" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", - "hash": "17897683696959454955" + "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", + "hash": "14199280944066488263" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", - "hash": "12140356380068737353" + "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", + "hash": "2615756064988394528" }, { - "file": "libs/data-mapper/src/lib/models/Connection.ts", - "hash": "6713086379975707272" + "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", + "hash": "17548951851137442209" }, { - "file": "libs/data-mapper/src/lib/models/Function.ts", - "hash": "4870906847571201219" + "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", + "hash": "13695075695640031897" }, { - "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", - "hash": "15870582288808787686" + "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", + "hash": "5633104287798836216" }, { - "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", - "hash": "2503294176815549333" + "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", + "hash": "18046537988904659224" }, { - "file": "libs/data-mapper/src/lib/models/index.ts", - "hash": "15048481124323271890" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", + "hash": "1871737709038769946" }, { - "file": "libs/data-mapper/src/lib/styles.less", - "hash": "6908331227144989949" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", + "hash": "6979096270862588135" }, { - "file": "libs/data-mapper/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", + "hash": "970334209122746164" }, { - "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", - "hash": "5175306600030063384" + "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", + "hash": "9667005076024681736" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", - "hash": "10316055516907888527" + "file": "libs/designer/src/lib/ui/settings/index.tsx", + "hash": "14559726202240722620" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", - "hash": "13390357502855812372" + "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", + "hash": "4578759189608616930" }, { - "file": "libs/data-mapper/src/lib/ui/index.ts", - "hash": "15113147962899261470" + "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", + "hash": "17737294470449076285" }, { - "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", - "hash": "16408345537354737101" + "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", + "hash": "3442351415387182271" }, { - "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", - "hash": "1686767970297098011" + "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", + "hash": "15073803307628141748" }, { - "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", - "hash": "2434825439260665638" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", + "hash": "13259211909852062902" }, { - "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", - "hash": "16723311339534011344" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", + "hash": "1121495998656744936" }, { - "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", - "hash": "8480594156287949923" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", + "hash": "1034166355859418220" }, { - "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", - "hash": "5131927761100189734" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", + "hash": "305675838625215663" }, { - "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", - "hash": "15649534183471564687" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", + "hash": "1949585750942351876" }, { - "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", - "hash": "8490159670981334068" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", + "hash": "4499489232140778372" }, { - "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", - "hash": "13852057286094725726" + "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", + "hash": "13293113667156220544" }, { - "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", - "hash": "1056814422116962324" + "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", + "hash": "9211118379886345968" }, { - "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", - "hash": "7706926125373966162" + "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", + "hash": "1426261106233320224" }, { - "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", - "hash": "17896084943722718154" + "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", + "hash": "4817919565569896749" }, { - "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", - "hash": "17700627488664204153" + "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", + "hash": "14117197387047983705" }, { - "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", - "hash": "1510231232034717112" + "file": "libs/designer/src/lib/ui/styles.less", + "hash": "8828323265444774935" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", - "hash": "9183598294036602086" + "file": "libs/designer/tsconfig.json", + "hash": "9903972631138361140" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", - "hash": "2591378645563686133" - }, + "file": "libs/designer/tsup.config.ts", + "hash": "8336763382846384517" + } + ], + "@microsoft/logic-apps-shared": [ { - "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", - "hash": "3757182914660000889" + "file": "libs/logic-apps-shared/package.json", + "hash": "16492122863359719881", + "deps": [ + "npm:@apidevtools/swagger-parser", + "npm:@formatjs/intl", + "npm:axios", + "npm:react-intl", + "npm:react-query", + "npm:reactflow", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", - "hash": "4652895062524218585" + "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", + "hash": "9380633527024969017" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", - "hash": "16304634453111028700" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", + "hash": "4041114759273409584" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", - "hash": "16121681897376756515" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", + "hash": "10744005867854668544" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", - "hash": "15152740453553295329" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", + "hash": "14062257101193816574" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", - "hash": "11931976114526883032" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", + "hash": "4954893213128657861" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", - "hash": "3153965796357963823" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", + "hash": "7641115249858288898" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", - "hash": "3809914266296290977" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", + "hash": "14155161053626149773" }, { - "file": "libs/data-mapper/src/lib/utils/index.ts", - "hash": "5033003906952262405" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", + "hash": "10972091389277624213" }, { - "file": "libs/data-mapper/tsconfig.json", - "hash": "2883325760657722404" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", + "hash": "6570789037033524363" }, { - "file": "libs/data-mapper/typing/sort-paths.d.ts", - "hash": "13071285186636949876" - } - ], - "@microsoft/vscode-extension-logic-apps": [ - { - "file": "libs/vscode-extension/package.json", - "hash": "15998724868521866521", - "deps": [ - "npm:@microsoft/vscode-azext-azureappservice", - "npm:@microsoft/vscode-azext-utils", - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:react-query", - "npm:axios", - "npm:@apidevtools/swagger-parser", - "npm:reactflow", - "npm:tslib" - ] + "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", + "hash": "6476740600976986139" }, { - "file": "libs/vscode-extension/src/assets/architecture.png", - "hash": "26421078174694397" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", + "hash": "4669131476797349411" }, { - "file": "libs/vscode-extension/src/index.ts", - "hash": "13894618422633116150" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", + "hash": "18322018366374797773" }, { - "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", - "hash": "13120906341305634586" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", + "hash": "12152048241403700781" }, { - "file": "libs/vscode-extension/src/lib/helpers/index.ts", - "hash": "10780152196575928830" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", + "hash": "5149245040157794958" }, { - "file": "libs/vscode-extension/src/lib/models/artifact.ts", - "hash": "7146957473126889114" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", + "hash": "17264514741585944669" }, { - "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", - "hash": "6154477977645149666" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", + "hash": "16981660441021349989" }, { - "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", - "hash": "5895652225166913174" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", + "hash": "7841465441925735303" }, { - "file": "libs/vscode-extension/src/lib/models/connection.ts", - "hash": "8902288875218630610" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", + "hash": "8805378272928779631" }, { - "file": "libs/vscode-extension/src/lib/models/context.ts", - "hash": "289535333068392984" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", + "hash": "100886477017713472" }, { - "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", - "hash": "10232207379279475729" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", + "hash": "12010754552584586238" }, { - "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", - "hash": "8661551841000564066" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", + "hash": "2493896786957967735" }, { - "file": "libs/vscode-extension/src/lib/models/functions.ts", - "hash": "8921509321344504417" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", + "hash": "4467584828026361594" }, { - "file": "libs/vscode-extension/src/lib/models/host.ts", - "hash": "4946881646528119602" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", + "hash": "15048548058211350550" }, { - "file": "libs/vscode-extension/src/lib/models/index.ts", - "hash": "8629351622118864800" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", + "hash": "16667370445776365408" }, { - "file": "libs/vscode-extension/src/lib/models/language.ts", - "hash": "12998506532698409684" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", + "hash": "2922519993752406611" }, { - "file": "libs/vscode-extension/src/lib/models/launch.ts", - "hash": "3299137502222266496" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", + "hash": "2015298222781796439" }, { - "file": "libs/vscode-extension/src/lib/models/parameter.ts", - "hash": "2466587591546831647" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", + "hash": "12154580097533679529" }, { - "file": "libs/vscode-extension/src/lib/models/process.ts", - "hash": "12858203324101334851" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", + "hash": "990168561317107639" }, { - "file": "libs/vscode-extension/src/lib/models/project.ts", - "hash": "12064643844535713228" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", + "hash": "13798407810885346784" }, { - "file": "libs/vscode-extension/src/lib/models/tasks.ts", - "hash": "15455125440905214634" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", + "hash": "6637693727017499456" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", - "hash": "11529840343560446484" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", + "hash": "5415884704526136465" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", - "hash": "10730630576740403610" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", + "hash": "12944393287525757801" }, { - "file": "libs/vscode-extension/src/lib/models/templates/index.ts", - "hash": "15419456393693419504" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", + "hash": "338894801370095333" }, { - "file": "libs/vscode-extension/src/lib/models/workflow.ts", - "hash": "4080408159234522751" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", + "hash": "4325353527285954074" }, { - "file": "libs/vscode-extension/src/lib/services/httpClient.ts", - "hash": "13366754612634721081" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", + "hash": "14656750022224496512" }, { - "file": "libs/vscode-extension/src/lib/services/index.ts", - "hash": "2286143948438821916" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", + "hash": "8383854433493377485" }, { - "file": "libs/vscode-extension/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "vs-code-designer": [ + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", + "hash": "14050868048024762041" + }, { - "file": "apps/vs-code-designer/.eslintrc.json", - "hash": "8230085774644180673" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", + "hash": "3952535120512157063" }, { - "file": "apps/vs-code-designer/jest.config.ts", - "hash": "17889736692752700798" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", + "hash": "10227457389794045251" }, { - "file": "apps/vs-code-designer/project.json", - "hash": "10833565585548221174" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", + "hash": "2276513063347032356" }, { - "file": "apps/vs-code-designer/src/CHANGELOG.md", - "hash": "14589377795062736305" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", + "hash": "17998935529655324249" }, { - "file": "apps/vs-code-designer/src/LICENSE.md", - "hash": "11929769968810875751" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", + "hash": "15364460512758958557" }, { - "file": "apps/vs-code-designer/src/LogicAppResolver.ts", - "hash": "15283228701684753042" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", + "hash": "16899240778924055950" }, { - "file": "apps/vs-code-designer/src/README.md", - "hash": "11849077759120475963" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", + "hash": "9924011533457598450" }, { - "file": "apps/vs-code-designer/src/app/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", + "hash": "7767572464887768924" }, { - "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", - "hash": "9691210983495138557" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", + "hash": "7686527428866436332" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", - "hash": "16521890431921928426" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", + "hash": "11373234010056310761" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", - "hash": "16663452797901095598" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", + "hash": "7741997988177804309" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", - "hash": "17141832093942421132" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", + "hash": "11285262017602894102" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", - "hash": "16800387599182163436" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", + "hash": "7834292151783220118" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", - "hash": "15249910961024614139" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", + "hash": "2689272469215697040" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", - "hash": "10478805085220116046" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", + "hash": "16730245766611684683" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", - "hash": "16716690566799847540" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", + "hash": "6313037814450709645" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", - "hash": "8933389345854657664" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", + "hash": "5887391731984230327" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", - "hash": "9992531484797111989" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", + "hash": "2080206098440690027" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", - "hash": "9463128159380316482" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", + "hash": "2442692051774771508" }, { - "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", - "hash": "5889249415644928667" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", + "hash": "13169164367036674094" }, { - "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", - "hash": "5345286631159247185" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", + "hash": "16907995455120176947" }, { - "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", - "hash": "3989052663077740043" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", + "hash": "1659823225545591900" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", - "hash": "5116501926243135478" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", + "hash": "15456387445440121864" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", - "hash": "16288058029656980512" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", + "hash": "12878592596309783536" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", - "hash": "4974115892586946562" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", + "hash": "557554024678459944" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", - "hash": "2739542424025605778" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", + "hash": "6860029958723176995" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", - "hash": "16528307411062519273" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", + "hash": "15296018982038336090" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", - "hash": "8420664513479071878" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", + "hash": "13842792331747765980" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", - "hash": "1015410722997215694" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", + "hash": "13815149232604649499" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", - "hash": "14122433799963996225" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", + "hash": "14032597586361412245" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", - "hash": "5881517096408142372" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", + "hash": "9974254812452410710" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", - "hash": "12504828417239595241" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", + "hash": "2510786344585772506" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", - "hash": "2537881784742654091" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", + "hash": "1258465346072222717" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", - "hash": "2805860689866977637" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", + "hash": "12947203279230431560" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", - "hash": "236360329701387391" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", + "hash": "4700233691144783223" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", - "hash": "15398886318117594991" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", + "hash": "16210378855781819556" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", - "hash": "14182951342794946711" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", + "hash": "3328556540278019081" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", - "hash": "6145152286437918482" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", + "hash": "17421938317864385521" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", - "hash": "10097241182939210615" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", + "hash": "5426595174508182540" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", - "hash": "6085873851390612613" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", + "hash": "889254322578873619" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", - "hash": "4790825331437291708" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", + "hash": "14413093575682152883" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", - "hash": "3241263939490725602" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", + "hash": "15165385131541472136" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", - "hash": "12904323188893554197" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", + "hash": "6828262639021969187" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", - "hash": "3301771322364491691" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", + "hash": "16330222175525472241" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", - "hash": "7125020395698562731" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", + "hash": "12427938755401727885" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", - "hash": "1061376532103796189" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", + "hash": "3374555813812257809" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", - "hash": "4090283287361325395" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", + "hash": "14739455734775086197" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", - "hash": "12694293993123858339" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", + "hash": "1170392313973954221" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", - "hash": "6939607616569333271" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", + "hash": "8180427621259037034" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", - "hash": "16876165458358934367" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", + "hash": "15958942562504641676" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", - "hash": "6807352070253397014" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", + "hash": "7763682490519613414" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", - "hash": "602646548392219924" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", + "hash": "4068662167400180993" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", - "hash": "1248441447151601445" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", + "hash": "4794954947494896316" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", - "hash": "4382994499249808404" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", + "hash": "11207042828717675065" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", - "hash": "3270908220441876714" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", + "hash": "10901639031013279890" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", - "hash": "18197283561380557970" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", + "hash": "16869109249828494594" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", - "hash": "12854509727277688600" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", + "hash": "4284022729214287627" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", - "hash": "6932473933775505497" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", + "hash": "5600174235635358338" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", - "hash": "15163297139299467130" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", + "hash": "8466132625137354797" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", - "hash": "12145516951279464570" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", + "hash": "1198608102687599866" }, { - "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", - "hash": "13122905205637169916" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", + "hash": "8175155994288497941" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", - "hash": "12161500855477225293" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", + "hash": "4654647039340233519" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", - "hash": "2961004747776184036" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", + "hash": "11206711847389194503" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", - "hash": "4522541350913132312" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", + "hash": "9525586797130627166" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", - "hash": "11258116130515669458" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", + "hash": "7773406589009896884" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", - "hash": "10075191348354945271" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", + "hash": "2719090974226360478" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", - "hash": "14895277555234648124" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", + "hash": "16586240603433583151" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", - "hash": "4733267574054585308" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", + "hash": "6044024318958028975" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", - "hash": "4897061654932299103" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", + "hash": "4971198904351819104" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", - "hash": "5210136330995269176" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", + "hash": "2205405226598303423" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", - "hash": "9188408928771288175" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", + "hash": "7027990687631079853" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", - "hash": "1654632113814189489" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", + "hash": "4832609006995577677" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", - "hash": "13903031530503885601" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", + "hash": "11041788749094915589" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", - "hash": "4869802028671417544" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", + "hash": "744175669956000073" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", - "hash": "11183973806602428193" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", + "hash": "4570891349858327552" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", - "hash": "9790108692711167549" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", + "hash": "6957052954521419802" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", - "hash": "8935024565840125528" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", + "hash": "6895097639477963071" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", - "hash": "17757783226849701195" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", + "hash": "15484469170655437218" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", - "hash": "3118499866503970646" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", + "hash": "718221044385207717" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", - "hash": "16946336365738016652" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", + "hash": "14225692641617281655" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", - "hash": "14700426286273151963" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", + "hash": "11654435207820210379" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", - "hash": "12955984065148503188" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", + "hash": "11652280676139008640" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", - "hash": "67503252290137050" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", + "hash": "3123356813475297727" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", - "hash": "18047538332171694914" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", + "hash": "760782622775556782" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", - "hash": "16421460425439894219" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", + "hash": "900472997630946196" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", - "hash": "5102400899083743915" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", + "hash": "14957662887872082161" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", - "hash": "3566802881924367933" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", + "hash": "1013983265834297086" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", - "hash": "2253355473442341254" + "file": "libs/logic-apps-shared/src/index.ts", + "hash": "9717124156846303739" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", - "hash": "8367461168796618125" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", + "hash": "15651910132769346184" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", - "hash": "7816928161375360640" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", + "hash": "17552605341157493404" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", - "hash": "8211441423174431273" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", + "hash": "5035985613530326321" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", - "hash": "4543923992427156478" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", + "hash": "4475004010363601986" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", - "hash": "16790172706671895508" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", + "hash": "4095382995607203736" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", - "hash": "730339459731076167" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", + "hash": "3788387248943361249" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", - "hash": "16387263368854184722" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", + "hash": "7108713252527138781" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", - "hash": "8785736729536479883" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", + "hash": "705786194542596636" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", - "hash": "5405004095284863368" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", + "hash": "14463024152359133709" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", - "hash": "277688911407886724" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", + "hash": "7560213327654600681" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", - "hash": "10531190907180147165" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", + "hash": "16687663207402807017" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", - "hash": "6805897657185145282" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", + "hash": "6477546291513434590" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", - "hash": "4042523059976227605" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", + "hash": "9370844703510888737" }, { - "file": "apps/vs-code-designer/src/app/commands/openFile.ts", - "hash": "8848677839034017897" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", + "hash": "7628537715920358813" }, { - "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", - "hash": "4414819161159148018" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", + "hash": "8158361129347912029" }, { - "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", - "hash": "12108392818377112463" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", + "hash": "6380830450896639043" }, { - "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", - "hash": "5348466410986195592" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", + "hash": "10185664657106878859" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", - "hash": "11825414888852326472" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", + "hash": "5951640446541949066" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", - "hash": "13266183717277799658" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", + "hash": "9382357970073518488" }, { - "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", - "hash": "9667907052210863860" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", + "hash": "18017279529871760646" }, { - "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", - "hash": "11431794142374272106" + "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", + "hash": "17627181196005757916" }, { - "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", - "hash": "11741482698530295281" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", + "hash": "6040922602083171954" }, { - "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", - "hash": "10014778861188001840" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", + "hash": "10055707279763634029" }, { - "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", - "hash": "17934490034222099721" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", + "hash": "9089577798505505863" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", - "hash": "9519170629001091669" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", + "hash": "13562749690133433887" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", - "hash": "2193565893393153407" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", + "hash": "5663604703010066942" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", - "hash": "7828137694120726708" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", + "hash": "2534161988511516592" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", - "hash": "11038158381580372609" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", + "hash": "16419030944505832016" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", - "hash": "4199684356925501631" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", + "hash": "15612717865703687552" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", - "hash": "11358177184398117389" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", + "hash": "13474113712208318530" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", - "hash": "2679770440781556642" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", + "hash": "881578797815144323" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", - "hash": "4758133665418146451" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", + "hash": "11790935691899638544" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", - "hash": "1121723214110567542" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", + "hash": "8385944373056976852" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", - "hash": "7725573827694650006" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", + "hash": "4043313233263109351" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", - "hash": "8334894307746449914" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", + "hash": "11102785353391478346" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", - "hash": "8101227941012600904" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", + "hash": "171638812131418198" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", - "hash": "3673010528497519226" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", + "hash": "2327407329881982053" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", - "hash": "11911833764116684440" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", + "hash": "9629066330778884542" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", - "hash": "9168734096888030444" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", + "hash": "16717791144236642315" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", - "hash": "17061412144400724615" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", + "hash": "9536863172217279644" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", - "hash": "5828869705447588148" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", + "hash": "18142537813025869201" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", - "hash": "15656574216615797261" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", + "hash": "15387106749322046014" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", - "hash": "4880915516707375137" + "file": "libs/logic-apps-shared/src/intl/src/index.ts", + "hash": "5880101155327804229" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", - "hash": "17464406121619291255" + "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", + "hash": "9493587879189422226" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", - "hash": "14683371035097063300" + "file": "libs/logic-apps-shared/src/parsers/index.ts", + "hash": "14406165726550655762" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", - "hash": "5542561233280181226" + "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", + "hash": "14434625489663341100" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", - "hash": "17702393010275360059" + "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", + "hash": "431479051526850728" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", - "hash": "2575534504287821721" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", + "hash": "1447869553729602329" }, { - "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", - "hash": "11739281340875482517" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", + "hash": "5729743152469113203" }, { - "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", - "hash": "9929018485526454933" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", + "hash": "11639224397713257805" }, { - "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", - "hash": "4009213837140272148" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", + "hash": "16375130740710703419" }, { - "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", - "hash": "8817565709427003190" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", + "hash": "11953954476398047389" }, { - "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", - "hash": "3375335490032478024" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", + "hash": "2210192340749619384" }, { - "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", - "hash": "16615866709994104280" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", + "hash": "511658573327045626" }, { - "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", - "hash": "7415266051392608333" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", + "hash": "12303487102566855915" }, { - "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", - "hash": "9074539896232376720" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", + "hash": "11402826658491359232" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", - "hash": "9267693919118671283" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", + "hash": "6825951630416775947" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", - "hash": "10134355830057584781" + "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", + "hash": "2805940425132879908" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", - "hash": "721460261511937589" + "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", + "hash": "8489667444524953557" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", - "hash": "5398542377692716433" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", + "hash": "14606573267340170277" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", - "hash": "3347403338657872606" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", + "hash": "14196059685546491397" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", - "hash": "5980647371085397675" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", + "hash": "14050169068191640430" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", - "hash": "16412382996484120538" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", + "hash": "10053227308471445195" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", - "hash": "604082204214613146" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", + "hash": "11769122580063614459" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", - "hash": "5211400042396365247" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", + "hash": "745830827396299178" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", - "hash": "4323159798705886185" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", + "hash": "1027675781125994812" }, { - "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", - "hash": "10473063987200566321" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", + "hash": "7986263690502094190" }, { - "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", - "hash": "3595900253866256876" + "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", + "hash": "16722491980851361131" }, { - "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", - "hash": "13211032462411797929" + "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", + "hash": "11863418691057542043" }, { - "file": "apps/vs-code-designer/src/app/utils/azure.ts", - "hash": "3833124319981952605" + "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", + "hash": "3814535965481203921" }, { - "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", - "hash": "5354517439635689223" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", + "hash": "15552531164182029199" }, { - "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", - "hash": "4202845508695897867" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", + "hash": "15707985138297454208" }, { - "file": "apps/vs-code-designer/src/app/utils/binaries.ts", - "hash": "388089461239389146" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", + "hash": "8203696318475998577" }, { - "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", - "hash": "11278198487517151600" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", + "hash": "16965130050548374080" }, { - "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", - "hash": "5209627703357314360" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", + "hash": "17677112185734595302" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", - "hash": "2721473099105817663" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", + "hash": "10421500773173129841" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", - "hash": "16092403201611177373" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", + "hash": "6837630829095975444" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", - "hash": "17280584654313801797" + "file": "libs/logic-apps-shared/src/utils/src/index.ts", + "hash": "10410575831740573676" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", - "hash": "11434773582755922466" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", + "hash": "4727605297220290209" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", - "hash": "8914353723910010736" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", + "hash": "14486861888502652092" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", - "hash": "11370916271253948863" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", + "hash": "14917406684066904829" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", - "hash": "12851745667746697144" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", + "hash": "13784490208174778956" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", - "hash": "4992286302690682038" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", + "hash": "5485574054856489322" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", - "hash": "12439909453655537151" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", + "hash": "7212073480745607382" }, { - "file": "apps/vs-code-designer/src/app/utils/credentials.ts", - "hash": "9526611676815672231" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", + "hash": "10702209958963271416" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", - "hash": "18100208350276697387" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", + "hash": "4266295413916081180" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", - "hash": "11195002535064666626" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", + "hash": "18218774632996040833" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", - "hash": "16513329002632778630" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", + "hash": "3921550207499097708" }, { - "file": "apps/vs-code-designer/src/app/utils/errors.ts", - "hash": "6337192314829286295" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", + "hash": "16323037561979992179" }, { - "file": "apps/vs-code-designer/src/app/utils/extension.ts", - "hash": "8597463145754720643" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", + "hash": "4346902897670598580" }, { - "file": "apps/vs-code-designer/src/app/utils/feed.ts", - "hash": "11078950491452597655" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", + "hash": "18306290794139362199" }, { - "file": "apps/vs-code-designer/src/app/utils/fs.ts", - "hash": "10454176105648465536" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", + "hash": "12827775712440356270" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", - "hash": "2643409337300275114" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", + "hash": "12780007669564837262" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", - "hash": "15542602281912482110" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", + "hash": "10649237237708086601" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", - "hash": "168472165892576464" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", + "hash": "16265988629726370223" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", - "hash": "11613730303036346440" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", + "hash": "4342729621317785815" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", - "hash": "17614489772909813009" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", + "hash": "17931405780059128507" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", - "hash": "16131810591978900690" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", + "hash": "11275772986299991786" }, { - "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", - "hash": "5474082429921495272" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", + "hash": "14172933526512144674" }, { - "file": "apps/vs-code-designer/src/app/utils/git.ts", - "hash": "12773428193671641806" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", + "hash": "8097726720353189151" }, { - "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", - "hash": "8596095749121613195" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", + "hash": "17424119200157481456" }, { - "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", - "hash": "18084363227171215626" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", + "hash": "6316675658315917165" }, { - "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", - "hash": "8369160542664851064" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", + "hash": "17285595875462734375" }, { - "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", - "hash": "12408115648321618520" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", + "hash": "10787957479004558655" }, { - "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", - "hash": "11916907140988211314" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", + "hash": "924391710566473857" }, { - "file": "apps/vs-code-designer/src/app/utils/timeout.ts", - "hash": "14778113605060537252" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", + "hash": "18221863617102146813" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", - "hash": "17799585098475395215" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", + "hash": "4421237494227621410" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", - "hash": "18167521601394077735" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", + "hash": "12775712264492385024" }, { - "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", - "hash": "13920597240309833189" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", + "hash": "13175286304358008848" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", - "hash": "9759327367702436958" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", + "hash": "15335411595834044598" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", - "hash": "1968553941266221567" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", + "hash": "13941170058709179863" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", - "hash": "15287783653212061089" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", + "hash": "5560781174328914491" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", - "hash": "6828207763303964975" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", + "hash": "13885780335314142211" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", - "hash": "11094466494008399309" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", + "hash": "14719921367101255082" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", - "hash": "2154894462698790548" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", + "hash": "14197989536257233793" }, { - "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", - "hash": "8439101078638289221" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", + "hash": "79196203943799003" }, { - "file": "apps/vs-code-designer/src/app/utils/workspace.ts", - "hash": "16375631922651977733" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", + "hash": "1773324083978265246" }, { - "file": "apps/vs-code-designer/src/assets/Connection.svg", - "hash": "15647431244608701397" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", + "hash": "16462763711137735088" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", - "hash": "10584527306322621934" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", + "hash": "16779865992229698101" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", - "hash": "3810450270713476659" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", + "hash": "6133462328373533461" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", - "hash": "4245860993464393581" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", + "hash": "2681330121858908210" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", - "hash": "6824072606396484945" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", + "hash": "3670299451416716175" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", - "hash": "10950725022355073892" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", + "hash": "6771680877558200992" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", - "hash": "576791979954694443" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", + "hash": "17593916544224071508" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", - "hash": "12306089950511122041" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", + "hash": "10533072781574562738" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", - "hash": "2239336814154262202" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", + "hash": "2572403417534260160" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", - "hash": "7211845892991047855" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", + "hash": "2078500890542782930" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", - "hash": "7215558518247341170" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", + "hash": "13095245056926067394" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", - "hash": "4598916924084671926" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", + "hash": "5866684311064342041" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", - "hash": "8406210736576622585" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", + "hash": "10053725396844537374" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", - "hash": "9257116971448085886" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", + "hash": "11901860371911382948" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", - "hash": "3621284916386716836" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", + "hash": "3827527429415846737" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", - "hash": "16767884502249044946" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", + "hash": "9814598968821475901" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", - "hash": "12435277816665445182" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", + "hash": "9515526602733602379" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", + "hash": "18237200074476379247" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", + "hash": "18138026162521915000" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", - "hash": "15689618091200745940" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", + "hash": "5600260597734849270" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", - "hash": "5650505684305619652" + "file": "libs/logic-apps-shared/tsconfig.json", + "hash": "5119560921033608397" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "libs/logic-apps-shared/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "libs/logic-apps-shared/tsup.config.ts", + "hash": "5286132973577408611" + } + ], + "data-mapper-standalone": [ + { + "file": "apps/data-mapper-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", - "hash": "6146631829358995396" + "file": "apps/data-mapper-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", - "hash": "4245860993464393581" + "file": "apps/data-mapper-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "apps/data-mapper-standalone/jest.config.ts", + "hash": "10715911984367194997" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", - "hash": "6618528922142727668" + "file": "apps/data-mapper-standalone/project.json", + "hash": "9374513863842846490" }, { - "file": "apps/vs-code-designer/src/assets/dark/export.svg", - "hash": "4203088445943374133" + "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", + "hash": "16726481549457764766" }, { - "file": "apps/vs-code-designer/src/assets/dark/filter.svg", - "hash": "2157761159649928725" + "file": "apps/data-mapper-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "apps/vs-code-designer/src/assets/dark/info.svg", - "hash": "10259827920845009789" + "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", + "hash": "14944117756580093119" }, { - "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", - "hash": "15172864931349783756" + "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", + "hash": "1284985494789010035" }, { - "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", - "hash": "12913855549590469120" + "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", + "hash": "372080794920849111" }, { - "file": "apps/vs-code-designer/src/assets/dark/visible.svg", - "hash": "15527356031076482326" + "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "apps/vs-code-designer/src/assets/dark/wand.png", - "hash": "2323447109945934437" + "file": "apps/data-mapper-standalone/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", - "hash": "3274518933561120400" + "file": "apps/data-mapper-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "apps/data-mapper-standalone/src/index.html", + "hash": "1875896067774755003" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "apps/data-mapper-standalone/src/main.tsx", + "hash": "10861951779782452086" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "apps/data-mapper-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", + "hash": "16987547041249191518" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", + "hash": "15187256273369871693" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "apps/data-mapper-standalone/src/state/Store.ts", + "hash": "7832192686281280578" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "10811906832528493729" + "file": "apps/data-mapper-standalone/src/styles.less", + "hash": "11491636838694553899" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "6253575686098009499" + "file": "apps/data-mapper-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "4098931202983786207" + "file": "apps/data-mapper-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "apps/data-mapper-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "apps/data-mapper-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "@microsoft/logic-apps-data-mapper": [ + { + "file": "libs/data-mapper/package.json", + "hash": "11374210066381032052", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-icons", + "npm:react-redux", + "npm:react-icons", + "npm:reactflow", + "@microsoft/designer-ui", + "npm:react-query", + "npm:@fluentui/react-migration-v8-v9", + "@microsoft/logic-apps-designer", + "npm:fuse.js", + "npm:@react-hookz/web", + "npm:@fluentui/react-hooks", + "npm:redux-undo", + "npm:@fluentui/azure-themes", + "npm:@fluentui/react-portal-compat", + "npm:@microsoft/applicationinsights-react-js", + "npm:@microsoft/applicationinsights-web", + "npm:@reduxjs/toolkit", + "npm:js-yaml", + "npm:react-dnd", + "npm:react-dnd-html5-backend", + "npm:immer", + "npm:pathfinding", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/data-mapper/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", - "hash": "1636695999285125481" + "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", + "hash": "14141615103418495910" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", + "hash": "17770304629225421551" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", + "hash": "6877428616429784381" + }, + { + "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", + "hash": "14358690050668654180" + }, + { + "file": "libs/data-mapper/src/lib/__mocks__/index.ts", + "hash": "2773363408802742346" + }, + { + "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" + }, + { + "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", + "hash": "8395782275572223290" + }, + { + "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", + "hash": "16603205122567920755" + }, + { + "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", + "hash": "10258201007008948880" + }, + { + "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", + "hash": "8534942872367954833" + }, + { + "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", + "hash": "15022977686795039418" + }, + { + "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", + "hash": "12397917326030950019" + }, + { + "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", + "hash": "1675148636656834599" + }, + { + "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", + "hash": "4500469198916948898" + }, + { + "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", + "hash": "15591781288413492668" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", + "hash": "10224908465129074278" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", + "hash": "2306687655733353822" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", + "hash": "4978643643123088343" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", + "hash": "16079196945272553302" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", + "hash": "9459439117530038422" + }, + { + "file": "libs/data-mapper/src/lib/components/configPanel/style.less", + "hash": "1527231942813543886" + }, + { + "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", + "hash": "3490028716472595634" + }, + { + "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", + "hash": "11032931063624269338" + }, + { + "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", + "hash": "16949676118746384339" + }, + { + "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", + "hash": "5754477981864776328" + }, + { + "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", + "hash": "8248408736294624544" + }, + { + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", + "hash": "1309869007463816848" + }, + { + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", + "hash": "13628344667890779793" + }, + { + "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", + "hash": "15205348783145905209" + }, + { + "file": "libs/data-mapper/src/lib/components/index.tsx", + "hash": "14428353282588746736" + }, + { + "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", + "hash": "2162817837155313327" + }, + { + "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", + "hash": "13553412525983781799" + }, + { + "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", + "hash": "12346138118521841651" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", + "hash": "13284155248340962799" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", + "hash": "6881307329438277742" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", + "hash": "17557070717023693689" + }, + { + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", + "hash": "6406696257549309205" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", + "hash": "287685334620412869" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", + "hash": "7705748749211233193" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", + "hash": "3936423784858816038" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", + "hash": "436733766006015729" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "12187774501315130464" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", + "hash": "2902656052842124085" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "7368448719439030691" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", + "hash": "12588249875741308347" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "1164676230893833197" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", + "hash": "3371960444479219998" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", + "hash": "13107346633144606217" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", + "hash": "3431317465765506117" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", + "hash": "931212623622312724" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", - "hash": "2868804174007093570" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", + "hash": "2252689483688433412" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", + "hash": "16227082704057520509" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", + "hash": "10162125979217322629" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", + "hash": "1365034521116895969" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", + "hash": "5783780993646471511" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", + "hash": "12114143726703313044" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", + "hash": "7202237167327210605" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "17474514795579720783" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", + "hash": "1200938118723756534" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "1966951836172479399" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", + "hash": "1012998571701681502" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "563534334865091586" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", + "hash": "12160064669768110122" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/data-mapper/src/lib/components/style.less", + "hash": "16697434201106803776" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", + "hash": "1043813905809112628" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", + "hash": "9602489998542264304" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", - "hash": "3438342450555214691" + "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", + "hash": "6227532534870526144" }, { - "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", - "hash": "4245860993464393581" + "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", + "hash": "7886860379443982562" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", + "hash": "9624723269802669778" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", - "hash": "12548280711520177657" + "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", + "hash": "8054479495813088206" }, { - "file": "apps/vs-code-designer/src/assets/light/export.svg", - "hash": "4203088445943374133" + "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", + "hash": "11318338330539713068" }, { - "file": "apps/vs-code-designer/src/assets/light/filter.svg", - "hash": "808289461830434574" + "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", + "hash": "6683692349789938244" }, { - "file": "apps/vs-code-designer/src/assets/light/info.svg", - "hash": "8008068589209490939" + "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", + "hash": "9474546573542884474" }, { - "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", - "hash": "5714860970048264528" + "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", + "hash": "9216304019284249108" }, { - "file": "apps/vs-code-designer/src/assets/light/refresh.svg", - "hash": "17185510816311412914" + "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", + "hash": "16279862027290865289" }, { - "file": "apps/vs-code-designer/src/assets/light/visible.svg", - "hash": "2086515071006177202" + "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", + "hash": "63281905083235104" }, { - "file": "apps/vs-code-designer/src/assets/light/wand.png", - "hash": "2740478162349478720" + "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", + "hash": "2119175370219112170" }, { - "file": "apps/vs-code-designer/src/assets/light/workflow.svg", - "hash": "3274518933561120400" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", + "hash": "4728474869371566435" }, { - "file": "apps/vs-code-designer/src/assets/logicAppResources.png", - "hash": "7844543986362065723" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", + "hash": "15720533640718112418" }, { - "file": "apps/vs-code-designer/src/assets/logicapp.png", - "hash": "18231532070800362266" + "file": "libs/data-mapper/src/lib/core/index.ts", + "hash": "17728252828542620020" }, { - "file": "apps/vs-code-designer/src/constants.ts", - "hash": "10884448731183309126" + "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", + "hash": "9336784234862841153" }, { - "file": "apps/vs-code-designer/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/data-mapper/src/lib/core/queries/functions.ts", + "hash": "9075525510237815946" }, { - "file": "apps/vs-code-designer/src/environments/environment.ts", - "hash": "1135292433917692033" + "file": "libs/data-mapper/src/lib/core/queries/schema.ts", + "hash": "13294590656211176080" }, { - "file": "apps/vs-code-designer/src/extensionVariables.ts", - "hash": "1011803126032346158" + "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", + "hash": "5423319519120387627" }, { - "file": "apps/vs-code-designer/src/localize.ts", - "hash": "8909848188136259962" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", + "hash": "9392105193070614482" }, { - "file": "apps/vs-code-designer/src/main.ts", - "hash": "12693268671030990594" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", + "hash": "15115567686730099658" }, { - "file": "apps/vs-code-designer/src/onboarding.ts", - "hash": "1284380110401789108" + "file": "libs/data-mapper/src/lib/core/services/index.ts", + "hash": "17713914166270244963" }, { - "file": "apps/vs-code-designer/src/package.json", - "hash": "11609901045508539230" + "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", + "hash": "3978208177201101476" }, { - "file": "apps/vs-code-designer/tsconfig.app.json", - "hash": "9654856818679042867" + "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", + "hash": "2345282136753381843" }, { - "file": "apps/vs-code-designer/tsconfig.json", - "hash": "1646188906733341306" + "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", + "hash": "8144585438365623290" }, { - "file": "apps/vs-code-designer/tsconfig.spec.json", - "hash": "9983375138734725293" - } - ], - "designer-standalone": [ - { - "file": "apps/designer-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", + "hash": "8329083872052003118" }, { - "file": "apps/designer-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", + "hash": "13780116185320446560" }, { - "file": "apps/designer-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", + "hash": "1844323867195659318" }, { - "file": "apps/designer-standalone/jest.config.ts", - "hash": "5095600455584759097" + "file": "libs/data-mapper/src/lib/core/state/Store.ts", + "hash": "11335664211370179539" }, { - "file": "apps/designer-standalone/project.json", - "hash": "2186189716536309729" + "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", + "hash": "14083985203055166555" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", - "hash": "3298017156622978060" + "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", + "hash": "3651895461739624717" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", - "hash": "13505482435147628633" + "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", + "hash": "9602396280237708280" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", - "hash": "9606761639132729551" + "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", + "hash": "3966523736504478114" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", - "hash": "6979701506181809557" + "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", + "hash": "3717071440296795971" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", - "hash": "14118413145410608191" + "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", + "hash": "18312574586759606725" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", - "hash": "1588066658590448230" + "file": "libs/data-mapper/src/lib/images/IconModel.ts", + "hash": "12022961688999857592" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", - "hash": "11196696306113960606" + "file": "libs/data-mapper/src/lib/index.ts", + "hash": "12536403810420775901" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", - "hash": "14682812772519432090" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", + "hash": "11971351871449799719" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", - "hash": "4580548922855359394" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", + "hash": "231476621227209942" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", - "hash": "12895583927495006597" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", + "hash": "14825710363869872009" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", - "hash": "2755209554830887096" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", + "hash": "11190645468593154735" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", - "hash": "16951494746367962696" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", + "hash": "14736012937266371921" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", - "hash": "11922224593998776622" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", + "hash": "13887358761389139212" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", - "hash": "9092529694739284525" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", + "hash": "17897683696959454955" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", - "hash": "14344615542145629436" + "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", + "hash": "12140356380068737353" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", - "hash": "2732486466259074455" + "file": "libs/data-mapper/src/lib/models/Connection.ts", + "hash": "6713086379975707272" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", - "hash": "17257936693118977812" + "file": "libs/data-mapper/src/lib/models/Function.ts", + "hash": "4870906847571201219" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", - "hash": "11766814904345254217" + "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", + "hash": "15870582288808787686" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", - "hash": "15343875879297750706" + "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", + "hash": "2503294176815549333" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", - "hash": "4446661457006721606" + "file": "libs/data-mapper/src/lib/models/index.ts", + "hash": "15048481124323271890" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", - "hash": "13092524529881537344" + "file": "libs/data-mapper/src/lib/styles.less", + "hash": "6908331227144989949" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", - "hash": "7976663886408218270" + "file": "libs/data-mapper/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", - "hash": "13293572578025384518" + "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", + "hash": "5175306600030063384" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", - "hash": "8960093372869801569" + "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", + "hash": "10316055516907888527" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", - "hash": "17011074881319644796" + "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", + "hash": "13390357502855812372" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", - "hash": "4734349067026517129" + "file": "libs/data-mapper/src/lib/ui/index.ts", + "hash": "15113147962899261470" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", - "hash": "11056877601318419241" + "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", + "hash": "16408345537354737101" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", - "hash": "7960030919432291768" + "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", + "hash": "1686767970297098011" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", - "hash": "4190195339052860475" + "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", + "hash": "2434825439260665638" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", - "hash": "17311351490108510384" + "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", + "hash": "16723311339534011344" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", - "hash": "17876933317388473037" + "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", + "hash": "8480594156287949923" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", - "hash": "11182070599256684242" + "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", + "hash": "5131927761100189734" }, { - "file": "apps/designer-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", + "hash": "15649534183471564687" }, { - "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", - "hash": "11358026391684952458" + "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", + "hash": "8490159670981334068" }, { - "file": "apps/designer-standalone/src/components/settings_box.module.less", - "hash": "9808519016183858536" + "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", + "hash": "13852057286094725726" }, { - "file": "apps/designer-standalone/src/components/settings_box.tsx", - "hash": "12099490358448849702" + "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", + "hash": "1056814422116962324" }, { - "file": "apps/designer-standalone/src/components/themes.ts", - "hash": "10280533146008251816" + "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", + "hash": "7706926125373966162" }, { - "file": "apps/designer-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", + "hash": "17896084943722718154" }, { - "file": "apps/designer-standalone/src/environments/environment.ts", - "hash": "5920947766445218989" + "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", + "hash": "17700627488664204153" }, { - "file": "apps/designer-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", + "hash": "1510231232034717112" }, { - "file": "apps/designer-standalone/src/index.html", - "hash": "706131400937913887" + "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", + "hash": "9183598294036602086" }, { - "file": "apps/designer-standalone/src/main.tsx", - "hash": "6196242117816635624" + "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", + "hash": "2591378645563686133" }, { - "file": "apps/designer-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", + "hash": "3757182914660000889" }, { - "file": "apps/designer-standalone/src/state/connectionReferences.ts", - "hash": "3642930491684807465" + "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", + "hash": "4652895062524218585" }, { - "file": "apps/designer-standalone/src/state/historyHelpers.ts", - "hash": "14898556878004432608" + "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", + "hash": "16304634453111028700" }, { - "file": "apps/designer-standalone/src/state/store.ts", - "hash": "11326541673147537080" + "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", + "hash": "16121681897376756515" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", - "hash": "2817444802055692850" + "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", + "hash": "15152740453553295329" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", - "hash": "14190318844766308247" + "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", + "hash": "11931976114526883032" }, { - "file": "apps/designer-standalone/src/styles.less", - "hash": "17529353978711030180" + "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", + "hash": "3153965796357963823" }, { - "file": "apps/designer-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", + "hash": "3809914266296290977" }, { - "file": "apps/designer-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/data-mapper/src/lib/utils/index.ts", + "hash": "5033003906952262405" }, { - "file": "apps/designer-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/data-mapper/tsconfig.json", + "hash": "2883325760657722404" }, { - "file": "apps/designer-standalone/tsconfig.spec.json", - "hash": "420895369075964006" + "file": "libs/data-mapper/typing/sort-paths.d.ts", + "hash": "13071285186636949876" } ], - "@microsoft/logic-apps-designer": [ + "@microsoft/vscode-extension-logic-apps": [ { - "file": "libs/designer/package.json", - "hash": "8694041123093540774", + "file": "libs/vscode-extension/package.json", + "hash": "15998724868521866521", "deps": [ - "npm:@fluentui/azure-themes", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-hooks", - "npm:@fluentui/react-icons", - "npm:@fluentui/utilities", - "npm:@microsoft/applicationinsights-core-js", - "@microsoft/designer-ui", + "npm:@microsoft/vscode-azext-azureappservice", + "npm:@microsoft/vscode-azext-utils", "@microsoft/logic-apps-shared", - "npm:@react-hookz/web", - "npm:@reduxjs/toolkit", - "npm:elkjs", - "npm:fuse.js", - "npm:immer", - "npm:lodash.frompairs", - "npm:lodash.merge", - "npm:react-dnd", - "npm:react-dnd-accessible-backend", - "npm:react-dnd-html5-backend", - "npm:react-dnd-multi-backend", - "npm:react-hotkeys-hook", "npm:react-intl", "npm:react-query", - "npm:react-redux", + "npm:axios", + "npm:@apidevtools/swagger-parser", "npm:reactflow", - "npm:redux-thunk", - "npm:to-title-case", - "npm:util", - "npm:yocto-queue", - "npm:react", - "npm:react-dom" + "npm:tslib" ] }, { - "file": "libs/designer/src/index.ts", - "hash": "11355081150901527302" - }, - { - "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/vscode-extension/src/assets/architecture.png", + "hash": "26421078174694397" }, { - "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", - "hash": "9240782448242967537" + "file": "libs/vscode-extension/src/index.ts", + "hash": "13894618422633116150" }, { - "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", - "hash": "5214463813702224032" + "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", + "hash": "13120906341305634586" }, { - "file": "libs/designer/src/lib/common/constants.ts", - "hash": "14716266680681788853" + "file": "libs/vscode-extension/src/lib/helpers/index.ts", + "hash": "10780152196575928830" }, { - "file": "libs/designer/src/lib/common/exceptions/exception.ts", - "hash": "4016853272413138441" + "file": "libs/vscode-extension/src/lib/models/artifact.ts", + "hash": "7146957473126889114" }, { - "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", - "hash": "2438628799773606413" + "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", + "hash": "6154477977645149666" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", - "hash": "13936938153293651615" + "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", + "hash": "5895652225166913174" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", - "hash": "17853975463227900194" + "file": "libs/vscode-extension/src/lib/models/connection.ts", + "hash": "8902288875218630610" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", - "hash": "716422980644102335" + "file": "libs/vscode-extension/src/lib/models/context.ts", + "hash": "289535333068392984" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", - "hash": "10948104330765315206" + "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", + "hash": "10232207379279475729" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", - "hash": "13744301547491746840" + "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", + "hash": "8661551841000564066" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", - "hash": "5099585607600274464" + "file": "libs/vscode-extension/src/lib/models/functions.ts", + "hash": "8921509321344504417" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", - "hash": "3057811563704111315" + "file": "libs/vscode-extension/src/lib/models/host.ts", + "hash": "4946881646528119602" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", - "hash": "13794169093128310758" + "file": "libs/vscode-extension/src/lib/models/index.ts", + "hash": "8629351622118864800" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", - "hash": "6553711262896807602" + "file": "libs/vscode-extension/src/lib/models/language.ts", + "hash": "12998506532698409684" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", - "hash": "3769112376720810799" + "file": "libs/vscode-extension/src/lib/models/launch.ts", + "hash": "3299137502222266496" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", - "hash": "4840054514873781546" + "file": "libs/vscode-extension/src/lib/models/parameter.ts", + "hash": "2466587591546831647" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", - "hash": "13772471609559374653" + "file": "libs/vscode-extension/src/lib/models/process.ts", + "hash": "12858203324101334851" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", - "hash": "17291714734882915823" + "file": "libs/vscode-extension/src/lib/models/project.ts", + "hash": "12064643844535713228" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", - "hash": "8696373633900139960" + "file": "libs/vscode-extension/src/lib/models/tasks.ts", + "hash": "15455125440905214634" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", - "hash": "10209490491669077224" + "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", + "hash": "11529840343560446484" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", - "hash": "5762239862513015054" + "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", + "hash": "10730630576740403610" }, { - "file": "libs/designer/src/lib/common/images/arrowdark.svg", - "hash": "5926111895234327525" + "file": "libs/vscode-extension/src/lib/models/templates/index.ts", + "hash": "15419456393693419504" }, { - "file": "libs/designer/src/lib/common/images/arrowlight.svg", - "hash": "8015769479673340480" + "file": "libs/vscode-extension/src/lib/models/workflow.ts", + "hash": "4080408159234522751" }, { - "file": "libs/designer/src/lib/common/images/arrowred.svg", - "hash": "2430505900927056727" + "file": "libs/vscode-extension/src/lib/services/httpClient.ts", + "hash": "13366754612634721081" }, { - "file": "libs/designer/src/lib/common/images/bolt.svg", - "hash": "17462634652015284885" + "file": "libs/vscode-extension/src/lib/services/index.ts", + "hash": "2286143948438821916" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", - "hash": "4281210752025126548" - }, + "file": "libs/vscode-extension/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "vs-code-designer": [ { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", - "hash": "8923215817224206799" + "file": "apps/vs-code-designer/.eslintrc.json", + "hash": "8230085774644180673" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", - "hash": "4347287844293995514" + "file": "apps/vs-code-designer/jest.config.ts", + "hash": "17889736692752700798" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", - "hash": "802393672600738414" + "file": "apps/vs-code-designer/project.json", + "hash": "10833565585548221174" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", - "hash": "788257097228620744" + "file": "apps/vs-code-designer/src/CHANGELOG.md", + "hash": "14589377795062736305" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", - "hash": "11736524123979545801" + "file": "apps/vs-code-designer/src/LICENSE.md", + "hash": "11929769968810875751" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", - "hash": "965633922044453844" + "file": "apps/vs-code-designer/src/LogicAppResolver.ts", + "hash": "15283228701684753042" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", - "hash": "10224443075493376159" + "file": "apps/vs-code-designer/src/README.md", + "hash": "11849077759120475963" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", - "hash": "488405671534951514" + "file": "apps/vs-code-designer/src/app/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", - "hash": "16381515837357068415" + "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", + "hash": "9691210983495138557" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", - "hash": "17856490403949387790" + "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", + "hash": "16521890431921928426" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", - "hash": "15243776523488424116" + "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", + "hash": "16663452797901095598" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", - "hash": "5699680888941228448" + "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", + "hash": "17141832093942421132" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", - "hash": "9764035938809534317" + "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", + "hash": "16800387599182163436" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", - "hash": "12326541136900487952" + "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", + "hash": "15249910961024614139" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", - "hash": "6245055721372883370" + "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", + "hash": "10478805085220116046" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", - "hash": "14444337833939963797" + "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", + "hash": "16716690566799847540" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", - "hash": "17064721766454223509" + "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", + "hash": "8933389345854657664" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", - "hash": "13549953610772304995" + "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", + "hash": "9992531484797111989" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", - "hash": "9884449892115783238" + "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", + "hash": "9463128159380316482" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", - "hash": "5650084185790556380" + "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", + "hash": "5889249415644928667" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", - "hash": "16533471828587912919" + "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", + "hash": "5345286631159247185" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", - "hash": "10277570825407438664" + "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", + "hash": "3989052663077740043" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", - "hash": "5644614242196469494" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", + "hash": "5116501926243135478" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", - "hash": "4854754781356184488" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", + "hash": "16288058029656980512" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", - "hash": "17577366797422234032" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", + "hash": "4974115892586946562" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", - "hash": "18096424898773100452" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", + "hash": "2739542424025605778" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", - "hash": "8410319851745043818" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", + "hash": "16528307411062519273" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", - "hash": "4344707577102300882" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", + "hash": "8420664513479071878" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", - "hash": "14973565284851361466" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", + "hash": "1015410722997215694" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", - "hash": "6940736653966224597" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", + "hash": "14122433799963996225" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", - "hash": "10913390805409066774" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", + "hash": "5881517096408142372" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", - "hash": "18310566090601123291" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", + "hash": "12504828417239595241" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", - "hash": "4211895255849396300" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", + "hash": "2537881784742654091" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", - "hash": "15249336994675481" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", + "hash": "2805860689866977637" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", - "hash": "6229273879523350518" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", + "hash": "236360329701387391" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", - "hash": "14552059136095416702" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", + "hash": "15398886318117594991" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", - "hash": "8321402279766452771" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", + "hash": "14182951342794946711" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", - "hash": "14144206237714493160" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", + "hash": "6145152286437918482" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", - "hash": "546764277464022095" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", + "hash": "10097241182939210615" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", - "hash": "15076765899186592786" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", + "hash": "6085873851390612613" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", - "hash": "3692508794323306407" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", + "hash": "4790825331437291708" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", - "hash": "1731479113183843607" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", + "hash": "3241263939490725602" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", - "hash": "4173490804496111343" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", + "hash": "12904323188893554197" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", - "hash": "11873669256365835624" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", + "hash": "3301771322364491691" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", - "hash": "11139441907313241224" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", + "hash": "7125020395698562731" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", - "hash": "3241487867540139826" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", + "hash": "1061376532103796189" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", - "hash": "7715913989452853316" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", + "hash": "4090283287361325395" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", - "hash": "13582317555878671565" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", + "hash": "12694293993123858339" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", - "hash": "4977325050658584568" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", + "hash": "6939607616569333271" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", - "hash": "1045431280059616257" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", + "hash": "16876165458358934367" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", - "hash": "16640363275658842913" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", + "hash": "6807352070253397014" }, { - "file": "libs/designer/src/lib/common/images/card/delete.svg", - "hash": "15675230980148461553" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", + "hash": "602646548392219924" }, { - "file": "libs/designer/src/lib/common/images/card/input_selection.svg", - "hash": "6874565955253727212" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", + "hash": "1248441447151601445" }, { - "file": "libs/designer/src/lib/common/images/card/optional_field.svg", - "hash": "13884780002161969050" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", + "hash": "4382994499249808404" }, { - "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", - "hash": "11872211244220681036" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", + "hash": "3270908220441876714" }, { - "file": "libs/designer/src/lib/common/images/delete.svg", - "hash": "2369920463731912593" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", + "hash": "18197283561380557970" }, { - "file": "libs/designer/src/lib/common/images/gateway/add.svg", - "hash": "11819585580235095669" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", + "hash": "12854509727277688600" }, { - "file": "libs/designer/src/lib/common/images/gateway/help.svg", - "hash": "12599303004882720277" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", + "hash": "6932473933775505497" }, { - "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", - "hash": "6435518280858083886" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", + "hash": "15163297139299467130" }, { - "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", - "hash": "12997387777000294056" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", + "hash": "12145516951279464570" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", - "hash": "7939169194091714776" + "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", + "hash": "13122905205637169916" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", - "hash": "16280757524503959992" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", + "hash": "12161500855477225293" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", - "hash": "18333062729648676215" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", + "hash": "2961004747776184036" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", - "hash": "17826554870116185216" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", + "hash": "4522541350913132312" }, { - "file": "libs/designer/src/lib/common/images/pencil.svg", - "hash": "4552542774403200136" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", + "hash": "11258116130515669458" }, { - "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", + "hash": "10075191348354945271" }, { - "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", - "hash": "5071015496602458535" + "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", + "hash": "14895277555234648124" }, { - "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", - "hash": "11632821499690045898" + "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", + "hash": "4733267574054585308" }, { - "file": "libs/designer/src/lib/common/images/status_error.svg", - "hash": "7327477685402663444" + "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", + "hash": "4897061654932299103" }, { - "file": "libs/designer/src/lib/common/images/status_success.svg", - "hash": "16589415129232216666" + "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", + "hash": "5210136330995269176" }, { - "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", - "hash": "8952058323183937865" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", + "hash": "9188408928771288175" }, { - "file": "libs/designer/src/lib/common/images/website/api.svg", - "hash": "16095509088326340538" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", + "hash": "1654632113814189489" }, { - "file": "libs/designer/src/lib/common/images/website/apim.svg", - "hash": "15873815965442020768" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", + "hash": "13903031530503885601" }, { - "file": "libs/designer/src/lib/common/images/website/apim_white.svg", - "hash": "14020416160783112768" + "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", + "hash": "4869802028671417544" }, { - "file": "libs/designer/src/lib/common/images/website/create.svg", - "hash": "16033491393116457661" + "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", + "hash": "11183973806602428193" }, { - "file": "libs/designer/src/lib/common/images/website/foreach.svg", - "hash": "3719190676549030233" + "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", + "hash": "9790108692711167549" }, { - "file": "libs/designer/src/lib/common/images/website/function.svg", - "hash": "12552781765647401474" + "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", + "hash": "8935024565840125528" }, { - "file": "libs/designer/src/lib/common/models/workflow.ts", - "hash": "11724936275981787758" + "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", + "hash": "17757783226849701195" }, { - "file": "libs/designer/src/lib/common/utilities/Utils.ts", - "hash": "2333252227487981555" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", + "hash": "3118499866503970646" }, { - "file": "libs/designer/src/lib/common/utilities/error.ts", - "hash": "14761866046570043475" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", + "hash": "16946336365738016652" }, { - "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", - "hash": "10226240319907572020" + "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", + "hash": "14700426286273151963" }, { - "file": "libs/designer/src/lib/core/DesignerProvider.tsx", - "hash": "8865415753051342650" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", + "hash": "12955984065148503188" }, { - "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", - "hash": "1133788957422173169" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", + "hash": "67503252290137050" }, { - "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", - "hash": "13021850733178929057" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", + "hash": "18047538332171694914" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", - "hash": "10976178124567025188" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", + "hash": "16421460425439894219" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", - "hash": "8007408756114040866" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", + "hash": "5102400899083743915" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", - "hash": "12793128001647914730" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", + "hash": "3566802881924367933" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", - "hash": "9408756046827245410" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", + "hash": "2253355473442341254" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", - "hash": "1145445308673345143" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", + "hash": "8367461168796618125" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", - "hash": "8714067957965973862" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", + "hash": "7816928161375360640" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", - "hash": "377035099592140993" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", + "hash": "8211441423174431273" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", - "hash": "2640821823957837771" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", + "hash": "4543923992427156478" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", - "hash": "4883489638704343677" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", + "hash": "16790172706671895508" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", - "hash": "1063338721262391862" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", + "hash": "730339459731076167" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", - "hash": "13051148389008776707" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", + "hash": "16387263368854184722" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", - "hash": "16166965666592256044" + "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", + "hash": "8785736729536479883" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", - "hash": "7644883283632193272" + "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", + "hash": "5405004095284863368" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", - "hash": "3268658162048948497" + "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", + "hash": "277688911407886724" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", - "hash": "12938819441932090008" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", + "hash": "10531190907180147165" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", - "hash": "18391939971202172617" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", + "hash": "6805897657185145282" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", - "hash": "5135976908480724598" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", + "hash": "4042523059976227605" }, { - "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", - "hash": "6555520085152754544" + "file": "apps/vs-code-designer/src/app/commands/openFile.ts", + "hash": "8848677839034017897" }, { - "file": "libs/designer/src/lib/core/graphlayout/index.ts", - "hash": "1183230721606983661" + "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", + "hash": "4414819161159148018" }, { - "file": "libs/designer/src/lib/core/index.ts", - "hash": "17021345483470396631" + "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", + "hash": "12108392818377112463" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", - "hash": "5690913620690077130" + "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", + "hash": "5348466410986195592" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", - "hash": "14509662786295405295" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", + "hash": "11825414888852326472" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", - "hash": "6387737565995930308" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", + "hash": "13266183717277799658" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", - "hash": "18344987115654458228" + "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", + "hash": "9667907052210863860" }, { - "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", - "hash": "14964928502892749345" + "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", + "hash": "11431794142374272106" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", - "hash": "14646033592987575031" + "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", + "hash": "11741482698530295281" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", - "hash": "17520637296625214501" + "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", + "hash": "10014778861188001840" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", - "hash": "16515897955999880047" + "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", + "hash": "17934490034222099721" }, { - "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", - "hash": "8489461695139161622" + "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", + "hash": "9519170629001091669" }, { - "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", - "hash": "11556548277387433966" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", + "hash": "2193565893393153407" }, { - "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", - "hash": "1566269831108361105" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", + "hash": "7828137694120726708" }, { - "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", - "hash": "13854397699622059247" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", + "hash": "11038158381580372609" }, { - "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", - "hash": "7091192159636622669" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", + "hash": "4199684356925501631" }, { - "file": "libs/designer/src/lib/core/queries/browse.ts", - "hash": "15277260528629014649" + "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", + "hash": "11358177184398117389" }, { - "file": "libs/designer/src/lib/core/queries/connections.ts", - "hash": "1501738903167968950" + "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", + "hash": "2679770440781556642" }, { - "file": "libs/designer/src/lib/core/queries/connector.ts", - "hash": "10042584932448483913" + "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", + "hash": "4758133665418146451" }, { - "file": "libs/designer/src/lib/core/queries/operation.ts", - "hash": "18070523527133930267" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", + "hash": "1121723214110567542" }, { - "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", - "hash": "11873332201419444196" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", + "hash": "7725573827694650006" }, { - "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", - "hash": "944283261874392963" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", + "hash": "8334894307746449914" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", - "hash": "14043559070256094030" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", + "hash": "8101227941012600904" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", - "hash": "17661438812224560039" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", + "hash": "3673010528497519226" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", - "hash": "552151791694841859" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", + "hash": "11911833764116684440" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", - "hash": "5709160121732674319" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", + "hash": "9168734096888030444" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", - "hash": "11880532030602689040" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", + "hash": "17061412144400724615" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", - "hash": "15539125750855046238" + "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", + "hash": "5828869705447588148" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", - "hash": "17496610770440064597" + "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", + "hash": "15656574216615797261" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", - "hash": "12399207044214169579" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", + "hash": "4880915516707375137" }, { - "file": "libs/designer/src/lib/core/state/global.ts", - "hash": "2467378088186721273" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", + "hash": "17464406121619291255" }, { - "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", - "hash": "7160406653392297178" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", + "hash": "14683371035097063300" }, { - "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", - "hash": "13231490325898643987" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", + "hash": "5542561233280181226" }, { - "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", - "hash": "580443950008935701" + "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", + "hash": "17702393010275360059" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", - "hash": "11619174720328207349" + "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", + "hash": "2575534504287821721" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", - "hash": "12360836867786652472" + "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", + "hash": "11739281340875482517" }, { - "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", - "hash": "17837734844866824533" + "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", + "hash": "9929018485526454933" }, { - "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", - "hash": "3597817075648231871" + "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", + "hash": "4009213837140272148" }, { - "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", - "hash": "8221487224681813587" + "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", + "hash": "8817565709427003190" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", - "hash": "13672923006305683744" + "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", + "hash": "3375335490032478024" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", - "hash": "3869560885023421381" + "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", + "hash": "16615866709994104280" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", - "hash": "7513105324012396408" + "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", + "hash": "7415266051392608333" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", - "hash": "15674134190940167340" + "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", + "hash": "9074539896232376720" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", - "hash": "4534305780862072392" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", + "hash": "9267693919118671283" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", - "hash": "4540330469149645148" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", + "hash": "10134355830057584781" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", - "hash": "297492272351660565" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", + "hash": "721460261511937589" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", - "hash": "6447767112269051024" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", + "hash": "5398542377692716433" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", - "hash": "21027795098134668" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", + "hash": "3347403338657872606" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", - "hash": "10627578442358036420" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", + "hash": "5980647371085397675" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", - "hash": "3377780393722064446" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", + "hash": "16412382996484120538" }, { - "file": "libs/designer/src/lib/core/store.ts", - "hash": "7675307851224561844" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", + "hash": "604082204214613146" }, { - "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", - "hash": "10932912534190676887" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", + "hash": "5211400042396365247" }, { - "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", - "hash": "10477834709138765316" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", + "hash": "4323159798705886185" }, { - "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", - "hash": "6400741599488247828" + "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", + "hash": "10473063987200566321" }, { - "file": "libs/designer/src/lib/core/utils/card.ts", - "hash": "17388048148998821366" + "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", + "hash": "3595900253866256876" }, { - "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", - "hash": "14380782528292918805" + "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", + "hash": "13211032462411797929" }, { - "file": "libs/designer/src/lib/core/utils/graph.ts", - "hash": "9113893809945541281" + "file": "apps/vs-code-designer/src/app/utils/azure.ts", + "hash": "3833124319981952605" }, { - "file": "libs/designer/src/lib/core/utils/loops.ts", - "hash": "17832329493412946298" + "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", + "hash": "5354517439635689223" }, { - "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", - "hash": "1420254453350497458" + "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", + "hash": "4202845508695897867" }, { - "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", - "hash": "842207519268466443" + "file": "apps/vs-code-designer/src/app/utils/binaries.ts", + "hash": "388089461239389146" }, { - "file": "libs/designer/src/lib/core/utils/outputs.ts", - "hash": "2523378346613014879" + "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", + "hash": "11278198487517151600" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", - "hash": "3643994527394489617" + "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", + "hash": "5209627703357314360" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", - "hash": "2422344699678475886" + "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", + "hash": "2721473099105817663" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", - "hash": "17504009570966731362" + "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", + "hash": "16092403201611177373" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", - "hash": "14679208978083456209" + "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", + "hash": "17280584654313801797" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", - "hash": "9346212500047195690" + "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", + "hash": "11434773582755922466" }, { - "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", - "hash": "16944935834687261736" + "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", + "hash": "8914353723910010736" }, { - "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", - "hash": "5504094716509853138" + "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", + "hash": "11370916271253948863" }, { - "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", - "hash": "789795195726361469" + "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", + "hash": "12851745667746697144" }, { - "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", - "hash": "1212164914387801521" + "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", + "hash": "4992286302690682038" }, { - "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", - "hash": "4584055025926510588" + "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", + "hash": "12439909453655537151" }, { - "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", - "hash": "17685281869497732131" + "file": "apps/vs-code-designer/src/app/utils/credentials.ts", + "hash": "9526611676815672231" }, { - "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", - "hash": "17503616740995511873" + "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", + "hash": "18100208350276697387" }, { - "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", - "hash": "5493345090301795523" + "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", + "hash": "11195002535064666626" }, { - "file": "libs/designer/src/lib/core/utils/setting.ts", - "hash": "607724160972661514" + "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", + "hash": "16513329002632778630" }, { - "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", - "hash": "300462517969513749" + "file": "apps/vs-code-designer/src/app/utils/errors.ts", + "hash": "6337192314829286295" }, { - "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", - "hash": "710587862511662252" + "file": "apps/vs-code-designer/src/app/utils/extension.ts", + "hash": "8597463145754720643" }, { - "file": "libs/designer/src/lib/core/utils/tokens.ts", - "hash": "16598154144351001077" + "file": "apps/vs-code-designer/src/app/utils/feed.ts", + "hash": "11078950491452597655" }, { - "file": "libs/designer/src/lib/core/utils/validation.ts", - "hash": "3321415876925824657" + "file": "apps/vs-code-designer/src/app/utils/fs.ts", + "hash": "10454176105648465536" }, { - "file": "libs/designer/src/lib/core/utils/variables.ts", - "hash": "18113110944598796795" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", + "hash": "2643409337300275114" }, { - "file": "libs/designer/src/lib/core/utils/workflow.ts", - "hash": "2503685323390352213" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", + "hash": "15542602281912482110" }, { - "file": "libs/designer/src/lib/index.tsx", - "hash": "3108540739134237574" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", + "hash": "168472165892576464" }, { - "file": "libs/designer/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", + "hash": "11613730303036346440" }, { - "file": "libs/designer/src/lib/ui/Controls.tsx", - "hash": "11679666175589395115" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", + "hash": "17614489772909813009" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", - "hash": "18335299629456245936" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", + "hash": "16131810591978900690" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", - "hash": "8683562698326398762" + "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", + "hash": "5474082429921495272" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", - "hash": "6973870354555514502" + "file": "apps/vs-code-designer/src/app/utils/git.ts", + "hash": "12773428193671641806" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", - "hash": "2623692442355217780" + "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", + "hash": "8596095749121613195" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", - "hash": "17275763272438441218" + "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", + "hash": "18084363227171215626" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", - "hash": "16798466643167652597" + "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", + "hash": "8369160542664851064" }, { - "file": "libs/designer/src/lib/ui/Designer.tsx", - "hash": "16681715909651728710" + "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", + "hash": "12408115648321618520" }, { - "file": "libs/designer/src/lib/ui/Minimap.tsx", - "hash": "16784302034175684453" + "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", + "hash": "11916907140988211314" }, { - "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", - "hash": "9589106174231375844" + "file": "apps/vs-code-designer/src/app/utils/timeout.ts", + "hash": "14778113605060537252" }, { - "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", - "hash": "3078414740510575754" + "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", + "hash": "17799585098475395215" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", - "hash": "14069610435069570388" + "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", + "hash": "18167521601394077735" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", - "hash": "2917805269573375288" + "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", + "hash": "13920597240309833189" }, { - "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", - "hash": "3469127252427478749" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", + "hash": "9759327367702436958" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", + "hash": "1968553941266221567" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", - "hash": "2870378826580830856" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", + "hash": "15287783653212061089" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", + "hash": "6828207763303964975" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", - "hash": "17062398617519134809" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", + "hash": "11094466494008399309" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", + "hash": "2154894462698790548" }, { - "file": "libs/designer/src/lib/ui/connections/edge.tsx", - "hash": "5497512017299495007" + "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", + "hash": "8439101078638289221" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", - "hash": "18432693650012936880" + "file": "apps/vs-code-designer/src/app/utils/workspace.ts", + "hash": "16375631922651977733" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", - "hash": "5555780360896210685" + "file": "apps/vs-code-designer/src/assets/Connection.svg", + "hash": "15647431244608701397" }, { - "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", - "hash": "13807895509711892964" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", + "hash": "10584527306322621934" }, { - "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", - "hash": "7876264136480687494" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", + "hash": "3810450270713476659" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", - "hash": "2408849985874822150" + "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", - "hash": "4860151930479659861" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", + "hash": "6824072606396484945" }, { - "file": "libs/designer/src/lib/ui/index.tsx", - "hash": "16341670098352328808" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", + "hash": "10950725022355073892" }, { - "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", - "hash": "11764721752232747899" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", + "hash": "576791979954694443" }, { - "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", - "hash": "18054694947746552645" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", + "hash": "12306089950511122041" }, { - "file": "libs/designer/src/lib/ui/logicapps.less", - "hash": "8806087804226244251" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", + "hash": "2239336814154262202" }, { - "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", - "hash": "17569954728099794023" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", + "hash": "7211845892991047855" }, { - "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", - "hash": "583479515840133304" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", + "hash": "7215558518247341170" }, { - "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", - "hash": "12873127522514834077" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", + "hash": "4598916924084671926" }, { - "file": "libs/designer/src/lib/ui/menuItems/index.tsx", - "hash": "17248340653302800129" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", + "hash": "8406210736576622585" }, { - "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", - "hash": "11451946634355722234" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", + "hash": "9257116971448085886" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", - "hash": "8808436492128491535" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", + "hash": "3621284916386716836" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", - "hash": "11188019418177543078" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", + "hash": "16767884502249044946" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", - "hash": "10622257218635018165" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", + "hash": "12435277816665445182" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", - "hash": "14381813606682941152" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", - "hash": "14863904385332766059" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", - "hash": "105776725888969737" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", + "hash": "15689618091200745940" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", - "hash": "3486053682563706186" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", + "hash": "5650505684305619652" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", - "hash": "4295986676874411230" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", - "hash": "5044350433743159771" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", - "hash": "17190185412675906484" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", + "hash": "6146631829358995396" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", - "hash": "413683764976891703" + "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", - "hash": "2896450508867033368" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", - "hash": "8866623228316007595" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", + "hash": "6618528922142727668" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", - "hash": "17888799308169784633" + "file": "apps/vs-code-designer/src/assets/dark/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", - "hash": "3217802139905584148" + "file": "apps/vs-code-designer/src/assets/dark/filter.svg", + "hash": "2157761159649928725" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", - "hash": "962585077833873680" + "file": "apps/vs-code-designer/src/assets/dark/info.svg", + "hash": "10259827920845009789" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", - "hash": "2345600340639460118" + "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", + "hash": "15172864931349783756" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", - "hash": "6438581048872326276" + "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", + "hash": "12913855549590469120" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", - "hash": "4636028013835727768" + "file": "apps/vs-code-designer/src/assets/dark/visible.svg", + "hash": "15527356031076482326" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", - "hash": "14888900866274310223" + "file": "apps/vs-code-designer/src/assets/dark/wand.png", + "hash": "2323447109945934437" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", - "hash": "4040358874212544513" + "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", - "hash": "15708146643216275913" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", - "hash": "18064072806053472795" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", - "hash": "813895254218562259" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", - "hash": "16620206185148038430" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", - "hash": "5385478426844583686" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", - "hash": "17955152684217995627" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", - "hash": "8096213501021087139" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "10811906832528493729" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", - "hash": "6954364116161516939" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "6253575686098009499" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", - "hash": "2774370202590136493" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "4098931202983786207" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", - "hash": "2990072573754773610" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", - "hash": "16009164000053936481" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", - "hash": "12787968918952964503" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", - "hash": "7320427274234546201" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", + "hash": "1636695999285125481" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", - "hash": "1017935854018236971" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer/src/lib/ui/panel/index.tsx", - "hash": "8931413980282435903" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", - "hash": "691362796351085760" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", - "hash": "1761891437078855966" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", - "hash": "1057924626207991961" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", - "hash": "6280253552466033403" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", - "hash": "8768239693411150392" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "12187774501315130464" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", - "hash": "7891578013616621917" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "7368448719439030691" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", - "hash": "6936908943603154102" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "1164676230893833197" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", - "hash": "438510564774690503" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", - "hash": "16798406127854826620" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", - "hash": "3595348225477585500" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", - "hash": "11057896419932325694" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", + "hash": "2868804174007093570" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", - "hash": "4104206428172572624" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", - "hash": "6547505579084266234" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", - "hash": "6573526002733579255" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", - "hash": "2589613772379687118" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", - "hash": "5973638345373933302" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", - "hash": "15042347812954300106" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", - "hash": "6338890337184233730" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "17474514795579720783" }, { - "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", - "hash": "12332136203110463175" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "1966951836172479399" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", - "hash": "14199280944066488263" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "563534334865091586" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", - "hash": "2615756064988394528" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", - "hash": "17548951851137442209" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", - "hash": "13695075695640031897" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", - "hash": "5633104287798836216" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", + "hash": "3438342450555214691" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", - "hash": "18046537988904659224" + "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", - "hash": "1871737709038769946" + "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", - "hash": "6979096270862588135" + "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", + "hash": "12548280711520177657" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", - "hash": "970334209122746164" + "file": "apps/vs-code-designer/src/assets/light/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", - "hash": "9667005076024681736" + "file": "apps/vs-code-designer/src/assets/light/filter.svg", + "hash": "808289461830434574" }, { - "file": "libs/designer/src/lib/ui/settings/index.tsx", - "hash": "14559726202240722620" + "file": "apps/vs-code-designer/src/assets/light/info.svg", + "hash": "8008068589209490939" }, { - "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", - "hash": "4578759189608616930" + "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", + "hash": "5714860970048264528" }, { - "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", - "hash": "17737294470449076285" + "file": "apps/vs-code-designer/src/assets/light/refresh.svg", + "hash": "17185510816311412914" }, { - "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", - "hash": "3442351415387182271" + "file": "apps/vs-code-designer/src/assets/light/visible.svg", + "hash": "2086515071006177202" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", - "hash": "15073803307628141748" + "file": "apps/vs-code-designer/src/assets/light/wand.png", + "hash": "2740478162349478720" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", - "hash": "13259211909852062902" + "file": "apps/vs-code-designer/src/assets/light/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", - "hash": "1121495998656744936" + "file": "apps/vs-code-designer/src/assets/logicAppResources.png", + "hash": "7844543986362065723" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", - "hash": "1034166355859418220" + "file": "apps/vs-code-designer/src/assets/logicapp.png", + "hash": "18231532070800362266" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", - "hash": "305675838625215663" + "file": "apps/vs-code-designer/src/constants.ts", + "hash": "10884448731183309126" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", - "hash": "1949585750942351876" + "file": "apps/vs-code-designer/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", - "hash": "4499489232140778372" + "file": "apps/vs-code-designer/src/environments/environment.ts", + "hash": "1135292433917692033" }, { - "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", - "hash": "13293113667156220544" + "file": "apps/vs-code-designer/src/extensionVariables.ts", + "hash": "1011803126032346158" }, { - "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", - "hash": "9211118379886345968" + "file": "apps/vs-code-designer/src/localize.ts", + "hash": "8909848188136259962" }, { - "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", - "hash": "1426261106233320224" + "file": "apps/vs-code-designer/src/main.ts", + "hash": "12693268671030990594" }, { - "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", - "hash": "4817919565569896749" + "file": "apps/vs-code-designer/src/onboarding.ts", + "hash": "1284380110401789108" }, { - "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", - "hash": "14117197387047983705" + "file": "apps/vs-code-designer/src/package.json", + "hash": "11609901045508539230" }, { - "file": "libs/designer/src/lib/ui/styles.less", - "hash": "8828323265444774935" + "file": "apps/vs-code-designer/tsconfig.app.json", + "hash": "9654856818679042867" }, { - "file": "libs/designer/tsconfig.json", - "hash": "9903972631138361140" + "file": "apps/vs-code-designer/tsconfig.json", + "hash": "1646188906733341306" }, { - "file": "libs/designer/tsup.config.ts", - "hash": "8336763382846384517" + "file": "apps/vs-code-designer/tsconfig.spec.json", + "hash": "9983375138734725293" } ] }, diff --git a/.nx/cache/lockfile.hash b/.nx/cache/lockfile.hash index 123be7cc4cb..47b691fb683 100644 --- a/.nx/cache/lockfile.hash +++ b/.nx/cache/lockfile.hash @@ -1 +1 @@ -7456647317889741320 \ No newline at end of file +1200448737034430556 \ No newline at end of file diff --git a/.nx/cache/parsed-lock-file.json b/.nx/cache/parsed-lock-file.json index 885deadb1cc..dd5a3242012 100644 --- a/.nx/cache/parsed-lock-file.json +++ b/.nx/cache/parsed-lock-file.json @@ -3969,6 +3969,114 @@ "hash": "sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==" } }, + "npm:@svgr/babel-plugin-add-jsx-attribute": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-add-jsx-attribute", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-add-jsx-attribute", + "hash": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==" + } + }, + "npm:@svgr/babel-plugin-remove-jsx-attribute": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-remove-jsx-attribute", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-remove-jsx-attribute", + "hash": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==" + } + }, + "npm:@svgr/babel-plugin-remove-jsx-empty-expression": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-remove-jsx-empty-expression", + "hash": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==" + } + }, + "npm:@svgr/babel-plugin-replace-jsx-attribute-value": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-replace-jsx-attribute-value", + "hash": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==" + } + }, + "npm:@svgr/babel-plugin-svg-dynamic-title": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-svg-dynamic-title", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-svg-dynamic-title", + "hash": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==" + } + }, + "npm:@svgr/babel-plugin-svg-em-dimensions": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-svg-em-dimensions", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-svg-em-dimensions", + "hash": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==" + } + }, + "npm:@svgr/babel-plugin-transform-react-native-svg": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-transform-react-native-svg", + "data": { + "version": "8.1.0", + "packageName": "@svgr/babel-plugin-transform-react-native-svg", + "hash": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==" + } + }, + "npm:@svgr/babel-plugin-transform-svg-component": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-transform-svg-component", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-transform-svg-component", + "hash": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==" + } + }, + "npm:@svgr/babel-preset": { + "type": "npm", + "name": "npm:@svgr/babel-preset", + "data": { + "version": "8.1.0", + "packageName": "@svgr/babel-preset", + "hash": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==" + } + }, + "npm:@svgr/core": { + "type": "npm", + "name": "npm:@svgr/core", + "data": { + "version": "8.1.0", + "packageName": "@svgr/core", + "hash": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==" + } + }, + "npm:@svgr/hast-util-to-babel-ast": { + "type": "npm", + "name": "npm:@svgr/hast-util-to-babel-ast", + "data": { + "version": "8.0.0", + "packageName": "@svgr/hast-util-to-babel-ast", + "hash": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==" + } + }, + "npm:@svgr/plugin-jsx": { + "type": "npm", + "name": "npm:@svgr/plugin-jsx", + "data": { + "version": "8.1.0", + "packageName": "@svgr/plugin-jsx", + "hash": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==" + } + }, "npm:legacy-swc-helpers": { "type": "npm", "name": "npm:legacy-swc-helpers", @@ -4041,6 +4149,15 @@ "hash": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==" } }, + "npm:@trysound/sax": { + "type": "npm", + "name": "npm:@trysound/sax", + "data": { + "version": "0.2.0", + "packageName": "@trysound/sax", + "hash": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" + } + }, "npm:@types/argparse": { "type": "npm", "name": "npm:@types/argparse", @@ -4401,6 +4518,15 @@ "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" } }, + "npm:@types/less": { + "type": "npm", + "name": "npm:@types/less", + "data": { + "version": "3.0.6", + "packageName": "@types/less", + "hash": "sha512-PecSzorDGdabF57OBeQO/xFbAkYWo88g4Xvnsx7LRwqLC17I7OoKtA3bQB9uXkY6UkMWCOsA8HSVpaoitscdXw==" + } + }, "npm:@types/lodash.frompairs": { "type": "npm", "name": "npm:@types/lodash.frompairs", @@ -5166,6 +5292,15 @@ "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" } }, + "npm:boolbase": { + "type": "npm", + "name": "npm:boolbase", + "data": { + "version": "1.0.0", + "packageName": "boolbase", + "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + } + }, "npm:brace-expansion@1.1.11": { "type": "npm", "name": "npm:brace-expansion@1.1.11", @@ -5301,6 +5436,24 @@ "hash": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==" } }, + "npm:callsites": { + "type": "npm", + "name": "npm:callsites", + "data": { + "version": "3.1.0", + "packageName": "callsites", + "hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + } + }, + "npm:camelcase": { + "type": "npm", + "name": "npm:camelcase", + "data": { + "version": "6.3.0", + "packageName": "camelcase", + "hash": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + } + }, "npm:caniuse-lite": { "type": "npm", "name": "npm:caniuse-lite", @@ -5589,6 +5742,15 @@ "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" } }, + "npm:commander@7.2.0": { + "type": "npm", + "name": "npm:commander@7.2.0", + "data": { + "version": "7.2.0", + "packageName": "commander", + "hash": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" + } + }, "npm:commander@9.5.0": { "type": "npm", "name": "npm:commander@9.5.0", @@ -5670,6 +5832,15 @@ "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" } }, + "npm:copy-anything": { + "type": "npm", + "name": "npm:copy-anything", + "data": { + "version": "2.0.6", + "packageName": "copy-anything", + "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" + } + }, "npm:copy-to-clipboard": { "type": "npm", "name": "npm:copy-to-clipboard", @@ -5697,6 +5868,15 @@ "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" } }, + "npm:cosmiconfig": { + "type": "npm", + "name": "npm:cosmiconfig", + "data": { + "version": "8.3.6", + "packageName": "cosmiconfig", + "hash": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" + } + }, "npm:cross-spawn@5.1.0": { "type": "npm", "name": "npm:cross-spawn@5.1.0", @@ -5733,6 +5913,15 @@ "hash": "sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==" } }, + "npm:css-select": { + "type": "npm", + "name": "npm:css-select", + "data": { + "version": "4.3.0", + "packageName": "css-select", + "hash": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" + } + }, "npm:css-tree": { "type": "npm", "name": "npm:css-tree", @@ -5751,6 +5940,15 @@ "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" } }, + "npm:css-what": { + "type": "npm", + "name": "npm:css-what", + "data": { + "version": "6.1.0", + "packageName": "css-what", + "hash": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" + } + }, "npm:css.escape": { "type": "npm", "name": "npm:css.escape", @@ -5760,6 +5958,15 @@ "hash": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" } }, + "npm:csso": { + "type": "npm", + "name": "npm:csso", + "data": { + "version": "4.2.0", + "packageName": "csso", + "hash": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==" + } + }, "npm:cssstyle": { "type": "npm", "name": "npm:cssstyle", @@ -6165,6 +6372,15 @@ "hash": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" } }, + "npm:dot-case": { + "type": "npm", + "name": "npm:dot-case", + "data": { + "version": "3.0.4", + "packageName": "dot-case", + "hash": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==" + } + }, "npm:dot-prop": { "type": "npm", "name": "npm:dot-prop", @@ -6327,6 +6543,15 @@ "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" } }, + "npm:errno": { + "type": "npm", + "name": "npm:errno", + "data": { + "version": "0.1.8", + "packageName": "errno", + "hash": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==" + } + }, "npm:error-ex": { "type": "npm", "name": "npm:error-ex", @@ -6372,6 +6597,33 @@ "hash": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==" } }, + "npm:esbuild-plugin-less": { + "type": "npm", + "name": "npm:esbuild-plugin-less", + "data": { + "version": "1.3.3", + "packageName": "esbuild-plugin-less", + "hash": "sha512-dYXuCtLh0Jm0Uci45w4Hlel4ajkawIQva1MxrLyaarcrEtSxUZWoaZuiLzr/dDzT/p+wRKobbop5Tp8yALSfGw==" + } + }, + "npm:esbuild-plugin-svg": { + "type": "npm", + "name": "npm:esbuild-plugin-svg", + "data": { + "version": "0.1.0", + "packageName": "esbuild-plugin-svg", + "hash": "sha512-/9ZhvIpl+Ovl6glVK3BedvIwrOwSQnECw4Fy6ZwysWib3Ns7UkX6WNGjMOWtvQ1Cnm0uc7sptiKGm0BthKCAJA==" + } + }, + "npm:esbuild-plugin-svgr": { + "type": "npm", + "name": "npm:esbuild-plugin-svgr", + "data": { + "version": "2.1.0", + "packageName": "esbuild-plugin-svgr", + "hash": "sha512-BKJOlQvXjLipPDPYfX+N6i2tPxSuVOhlg+hEF/nkQwMwFV6IymvuCRO0wLvf9tGyL3mc3yIZ4n9pfxcCx/7v2Q==" + } + }, "npm:esbuild-register": { "type": "npm", "name": "npm:esbuild-register", @@ -7371,6 +7623,15 @@ "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" } }, + "npm:image-size": { + "type": "npm", + "name": "npm:image-size", + "data": { + "version": "0.5.5", + "packageName": "image-size", + "hash": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==" + } + }, "npm:immer": { "type": "npm", "name": "npm:immer", @@ -7389,6 +7650,15 @@ "hash": "sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ==" } }, + "npm:import-fresh": { + "type": "npm", + "name": "npm:import-fresh", + "data": { + "version": "3.3.0", + "packageName": "import-fresh", + "hash": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" + } + }, "npm:import-lazy": { "type": "npm", "name": "npm:import-lazy", @@ -7956,6 +8226,15 @@ "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" } }, + "npm:is-what": { + "type": "npm", + "name": "npm:is-what", + "data": { + "version": "3.14.1", + "packageName": "is-what", + "hash": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" + } + }, "npm:is-windows": { "type": "npm", "name": "npm:is-windows", @@ -8325,6 +8604,15 @@ "hash": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" } }, + "npm:less": { + "type": "npm", + "name": "npm:less", + "data": { + "version": "4.2.0", + "packageName": "less", + "hash": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==" + } + }, "npm:lexical": { "type": "npm", "name": "npm:lexical", @@ -8568,6 +8856,15 @@ "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" } }, + "npm:lower-case": { + "type": "npm", + "name": "npm:lower-case", + "data": { + "version": "2.0.2", + "packageName": "lower-case", + "hash": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==" + } + }, "npm:lru-cache@10.2.0": { "type": "npm", "name": "npm:lru-cache@10.2.0", @@ -8649,6 +8946,15 @@ "hash": "sha512-sgK2SAzxT19rWU+qxKUcn6PAh/swiIiz2F8C2cZjLc1z4iwYIfdoihqFIDQ8BDzAGtWPYJ6Sr13K1j/DXynDLA==" } }, + "npm:make-dir": { + "type": "npm", + "name": "npm:make-dir", + "data": { + "version": "2.1.0", + "packageName": "make-dir", + "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" + } + }, "npm:make-iterator": { "type": "npm", "name": "npm:make-iterator", @@ -9018,6 +9324,15 @@ "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" } }, + "npm:mime": { + "type": "npm", + "name": "npm:mime", + "data": { + "version": "1.6.0", + "packageName": "mime", + "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + } + }, "npm:mimic-fn@2.1.0": { "type": "npm", "name": "npm:mimic-fn@2.1.0", @@ -9225,6 +9540,24 @@ "hash": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==" } }, + "npm:needle": { + "type": "npm", + "name": "npm:needle", + "data": { + "version": "3.3.1", + "packageName": "needle", + "hash": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==" + } + }, + "npm:no-case": { + "type": "npm", + "name": "npm:no-case", + "data": { + "version": "3.0.4", + "packageName": "no-case", + "hash": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" + } + }, "npm:node-fetch": { "type": "npm", "name": "npm:node-fetch", @@ -9342,6 +9675,15 @@ "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" } }, + "npm:nth-check": { + "type": "npm", + "name": "npm:nth-check", + "data": { + "version": "2.1.1", + "packageName": "nth-check", + "hash": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" + } + }, "npm:nwsapi": { "type": "npm", "name": "npm:nwsapi", @@ -9576,6 +9918,15 @@ "hash": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==" } }, + "npm:parent-module": { + "type": "npm", + "name": "npm:parent-module", + "data": { + "version": "1.0.1", + "packageName": "parent-module", + "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" + } + }, "npm:parse-filepath": { "type": "npm", "name": "npm:parse-filepath", @@ -9603,6 +9954,15 @@ "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" } }, + "npm:parse-node-version": { + "type": "npm", + "name": "npm:parse-node-version", + "data": { + "version": "1.0.1", + "packageName": "parse-node-version", + "hash": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==" + } + }, "npm:parse-npm-tarball-url": { "type": "npm", "name": "npm:parse-npm-tarball-url", @@ -9819,6 +10179,15 @@ "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" } }, + "npm:pify": { + "type": "npm", + "name": "npm:pify", + "data": { + "version": "4.0.1", + "packageName": "pify", + "hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } + }, "npm:pioppo": { "type": "npm", "name": "npm:pioppo", @@ -10035,6 +10404,15 @@ "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" } }, + "npm:prr": { + "type": "npm", + "name": "npm:prr", + "data": { + "version": "1.0.1", + "packageName": "prr", + "hash": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" + } + }, "npm:pseudomap": { "type": "npm", "name": "npm:pseudomap", @@ -10539,6 +10917,15 @@ "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" } }, + "npm:resolve-from@4.0.0": { + "type": "npm", + "name": "npm:resolve-from@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "resolve-from", + "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + }, "npm:resolve-from": { "type": "npm", "name": "npm:resolve-from", @@ -10818,6 +11205,15 @@ "hash": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==" } }, + "npm:semver@5.7.2": { + "type": "npm", + "name": "npm:semver@5.7.2", + "data": { + "version": "5.7.2", + "packageName": "semver", + "hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + } + }, "npm:semver": { "type": "npm", "name": "npm:semver", @@ -11097,6 +11493,15 @@ "hash": "sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==" } }, + "npm:snake-case": { + "type": "npm", + "name": "npm:snake-case", + "data": { + "version": "3.0.4", + "packageName": "snake-case", + "hash": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==" + } + }, "npm:source-map-js": { "type": "npm", "name": "npm:source-map-js", @@ -11259,6 +11664,15 @@ "hash": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==" } }, + "npm:stable": { + "type": "npm", + "name": "npm:stable", + "data": { + "version": "0.1.8", + "packageName": "stable", + "hash": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + } + }, "npm:stack-generator": { "type": "npm", "name": "npm:stack-generator", @@ -11628,6 +12042,24 @@ "hash": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==" } }, + "npm:svg-parser": { + "type": "npm", + "name": "npm:svg-parser", + "data": { + "version": "2.0.4", + "packageName": "svg-parser", + "hash": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + } + }, + "npm:svgo": { + "type": "npm", + "name": "npm:svgo", + "data": { + "version": "2.8.0", + "packageName": "svgo", + "hash": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==" + } + }, "npm:symbol-tree": { "type": "npm", "name": "npm:symbol-tree", @@ -26833,38 +27265,183 @@ "type": "static" }, { - "source": "npm:legacy-swc-helpers", - "target": "npm:tslib@2.6.2", + "source": "npm:@svgr/babel-plugin-add-jsx-attribute", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@swc/helpers@0.4.36", - "target": "npm:legacy-swc-helpers", + "source": "npm:@svgr/babel-plugin-remove-jsx-attribute", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@swc/helpers@0.4.36", - "target": "npm:tslib@2.6.2", + "source": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@swc/helpers@0.5.7", - "target": "npm:tslib@2.6.2", + "source": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:@commitlint/parse", + "source": "npm:@svgr/babel-plugin-svg-dynamic-title", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:chalk", + "source": "npm:@svgr/babel-plugin-svg-em-dimensions", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:commander", + "source": "npm:@svgr/babel-plugin-transform-react-native-svg", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@svgr/babel-plugin-transform-svg-component", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-add-jsx-attribute", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-remove-jsx-attribute", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-svg-dynamic-title", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-svg-em-dimensions", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-transform-react-native-svg", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-transform-svg-component", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:@svgr/babel-preset", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:camelcase", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:cosmiconfig", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:snake-case", + "type": "static" + }, + { + "source": "npm:@svgr/hast-util-to-babel-ast", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@svgr/hast-util-to-babel-ast", + "target": "npm:entities", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:@svgr/babel-preset", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:@svgr/core", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:@svgr/hast-util-to-babel-ast", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:svg-parser", + "type": "static" + }, + { + "source": "npm:legacy-swc-helpers", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@swc/helpers@0.4.36", + "target": "npm:legacy-swc-helpers", + "type": "static" + }, + { + "source": "npm:@swc/helpers@0.4.36", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@swc/helpers@0.5.7", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:@commitlint/parse", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:chalk", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:commander", "type": "static" }, { @@ -28142,6 +28719,11 @@ "target": "npm:split2@4.2.0", "type": "static" }, + { + "source": "npm:copy-anything", + "target": "npm:is-what", + "type": "static" + }, { "source": "npm:copy-to-clipboard", "target": "npm:toggle-selection", @@ -28152,6 +28734,31 @@ "target": "npm:browserslist", "type": "static" }, + { + "source": "npm:cosmiconfig", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:path-type@4.0.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:typescript", + "type": "static" + }, { "source": "npm:cross-spawn@5.1.0", "target": "npm:lru-cache@4.1.5", @@ -28187,6 +28794,31 @@ "target": "npm:hyphenate-style-name", "type": "static" }, + { + "source": "npm:css-select", + "target": "npm:boolbase", + "type": "static" + }, + { + "source": "npm:css-select", + "target": "npm:css-what", + "type": "static" + }, + { + "source": "npm:css-select", + "target": "npm:domhandler", + "type": "static" + }, + { + "source": "npm:css-select", + "target": "npm:domutils", + "type": "static" + }, + { + "source": "npm:css-select", + "target": "npm:nth-check", + "type": "static" + }, { "source": "npm:css-tree", "target": "npm:mdn-data", @@ -28207,6 +28839,11 @@ "target": "npm:source-map-js", "type": "static" }, + { + "source": "npm:csso", + "target": "npm:css-tree", + "type": "static" + }, { "source": "npm:cssstyle", "target": "npm:rrweb-cssom", @@ -28517,6 +29154,16 @@ "target": "npm:domhandler", "type": "static" }, + { + "source": "npm:dot-case", + "target": "npm:no-case", + "type": "static" + }, + { + "source": "npm:dot-case", + "target": "npm:tslib@2.6.2", + "type": "static" + }, { "source": "npm:dot-prop", "target": "npm:is-obj", @@ -28552,6 +29199,11 @@ "target": "npm:ansi-colors", "type": "static" }, + { + "source": "npm:errno", + "target": "npm:prr", + "type": "static" + }, { "source": "npm:error-ex", "target": "npm:is-arrayish", @@ -28612,6 +29264,41 @@ "target": "npm:stop-iteration-iterator", "type": "static" }, + { + "source": "npm:esbuild-plugin-less", + "target": "npm:@types/less", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-less", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-less", + "target": "npm:less", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-svg", + "target": "npm:svgo", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-svgr", + "target": "npm:@svgr/core", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-svgr", + "target": "npm:@svgr/plugin-jsx", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-svgr", + "target": "npm:esbuild", + "type": "static" + }, { "source": "npm:esbuild-register", "target": "npm:debug", @@ -28619,7 +29306,7 @@ }, { "source": "npm:esbuild-register", - "target": "npm:esbuild@0.20.2", + "target": "npm:esbuild", "type": "static" }, { @@ -29582,6 +30269,16 @@ "target": "npm:safer-buffer", "type": "static" }, + { + "source": "npm:import-fresh", + "target": "npm:parent-module", + "type": "static" + }, + { + "source": "npm:import-fresh", + "target": "npm:resolve-from@4.0.0", + "type": "static" + }, { "source": "npm:inflight", "target": "npm:once", @@ -30107,6 +30804,56 @@ "target": "npm:zod-validation-error", "type": "static" }, + { + "source": "npm:less", + "target": "npm:copy-anything", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:parse-node-version", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:errno", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:image-size", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:needle", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:source-map@0.6.1", + "type": "static" + }, { "source": "npm:lib0", "target": "npm:isomorphic.js", @@ -30307,6 +31054,11 @@ "target": "npm:get-func-name", "type": "static" }, + { + "source": "npm:lower-case", + "target": "npm:tslib@2.6.2", + "type": "static" + }, { "source": "npm:lru-cache@4.1.5", "target": "npm:pseudomap", @@ -30337,6 +31089,16 @@ "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, + { + "source": "npm:make-dir", + "target": "npm:pify", + "type": "static" + }, + { + "source": "npm:make-dir", + "target": "npm:semver@5.7.2", + "type": "static" + }, { "source": "npm:make-iterator", "target": "npm:kind-of", @@ -31027,6 +31789,26 @@ "target": "npm:randexp", "type": "static" }, + { + "source": "npm:needle", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:needle", + "target": "npm:sax", + "type": "static" + }, + { + "source": "npm:no-case", + "target": "npm:lower-case", + "type": "static" + }, + { + "source": "npm:no-case", + "target": "npm:tslib@2.6.2", + "type": "static" + }, { "source": "npm:node-fetch", "target": "npm:whatwg-url@5.0.0", @@ -31122,6 +31904,11 @@ "target": "npm:path-key@4.0.0", "type": "static" }, + { + "source": "npm:nth-check", + "target": "npm:boolbase", + "type": "static" + }, { "source": "npm:nx", "target": "npm:@nrwl/tao", @@ -31507,6 +32294,11 @@ "target": "npm:retry", "type": "static" }, + { + "source": "npm:parent-module", + "target": "npm:callsites", + "type": "static" + }, { "source": "npm:parse-filepath", "target": "npm:is-absolute", @@ -33267,6 +34059,16 @@ "target": "npm:is-fullwidth-code-point@5.0.0", "type": "static" }, + { + "source": "npm:snake-case", + "target": "npm:dot-case", + "type": "static" + }, + { + "source": "npm:snake-case", + "target": "npm:tslib@2.6.2", + "type": "static" + }, { "source": "npm:source-map-support", "target": "npm:buffer-from", @@ -33597,6 +34399,41 @@ "target": "npm:periscopic", "type": "static" }, + { + "source": "npm:svgo", + "target": "npm:@trysound/sax", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:commander@7.2.0", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:css-select", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:css-tree", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:csso", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:stable", + "type": "static" + }, { "source": "npm:tabster", "target": "npm:keyborg", diff --git a/.nx/cache/project-graph.json b/.nx/cache/project-graph.json index 80679b57afe..aefd796e9c0 100644 --- a/.nx/cache/project-graph.json +++ b/.nx/cache/project-graph.json @@ -645,10 +645,17 @@ "data": { "root": "libs/chatbot", "targets": { - "yalcpush": { + "build": { "executor": "nx:run-script", + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ], "options": { - "script": "yalcpush" + "script": "build" }, "configurations": {} }, @@ -4639,6 +4646,114 @@ "hash": "sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==" } }, + "npm:@svgr/babel-plugin-add-jsx-attribute": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-add-jsx-attribute", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-add-jsx-attribute", + "hash": "sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==" + } + }, + "npm:@svgr/babel-plugin-remove-jsx-attribute": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-remove-jsx-attribute", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-remove-jsx-attribute", + "hash": "sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==" + } + }, + "npm:@svgr/babel-plugin-remove-jsx-empty-expression": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-remove-jsx-empty-expression", + "hash": "sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==" + } + }, + "npm:@svgr/babel-plugin-replace-jsx-attribute-value": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-replace-jsx-attribute-value", + "hash": "sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==" + } + }, + "npm:@svgr/babel-plugin-svg-dynamic-title": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-svg-dynamic-title", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-svg-dynamic-title", + "hash": "sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==" + } + }, + "npm:@svgr/babel-plugin-svg-em-dimensions": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-svg-em-dimensions", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-svg-em-dimensions", + "hash": "sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==" + } + }, + "npm:@svgr/babel-plugin-transform-react-native-svg": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-transform-react-native-svg", + "data": { + "version": "8.1.0", + "packageName": "@svgr/babel-plugin-transform-react-native-svg", + "hash": "sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==" + } + }, + "npm:@svgr/babel-plugin-transform-svg-component": { + "type": "npm", + "name": "npm:@svgr/babel-plugin-transform-svg-component", + "data": { + "version": "8.0.0", + "packageName": "@svgr/babel-plugin-transform-svg-component", + "hash": "sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==" + } + }, + "npm:@svgr/babel-preset": { + "type": "npm", + "name": "npm:@svgr/babel-preset", + "data": { + "version": "8.1.0", + "packageName": "@svgr/babel-preset", + "hash": "sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==" + } + }, + "npm:@svgr/core": { + "type": "npm", + "name": "npm:@svgr/core", + "data": { + "version": "8.1.0", + "packageName": "@svgr/core", + "hash": "sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==" + } + }, + "npm:@svgr/hast-util-to-babel-ast": { + "type": "npm", + "name": "npm:@svgr/hast-util-to-babel-ast", + "data": { + "version": "8.0.0", + "packageName": "@svgr/hast-util-to-babel-ast", + "hash": "sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==" + } + }, + "npm:@svgr/plugin-jsx": { + "type": "npm", + "name": "npm:@svgr/plugin-jsx", + "data": { + "version": "8.1.0", + "packageName": "@svgr/plugin-jsx", + "hash": "sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==" + } + }, "npm:legacy-swc-helpers": { "type": "npm", "name": "npm:legacy-swc-helpers", @@ -4711,6 +4826,15 @@ "hash": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==" } }, + "npm:@trysound/sax": { + "type": "npm", + "name": "npm:@trysound/sax", + "data": { + "version": "0.2.0", + "packageName": "@trysound/sax", + "hash": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==" + } + }, "npm:@types/argparse": { "type": "npm", "name": "npm:@types/argparse", @@ -5071,6 +5195,15 @@ "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" } }, + "npm:@types/less": { + "type": "npm", + "name": "npm:@types/less", + "data": { + "version": "3.0.6", + "packageName": "@types/less", + "hash": "sha512-PecSzorDGdabF57OBeQO/xFbAkYWo88g4Xvnsx7LRwqLC17I7OoKtA3bQB9uXkY6UkMWCOsA8HSVpaoitscdXw==" + } + }, "npm:@types/lodash.frompairs": { "type": "npm", "name": "npm:@types/lodash.frompairs", @@ -5836,6 +5969,15 @@ "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" } }, + "npm:boolbase": { + "type": "npm", + "name": "npm:boolbase", + "data": { + "version": "1.0.0", + "packageName": "boolbase", + "hash": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + } + }, "npm:brace-expansion@1.1.11": { "type": "npm", "name": "npm:brace-expansion@1.1.11", @@ -5971,6 +6113,24 @@ "hash": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==" } }, + "npm:callsites": { + "type": "npm", + "name": "npm:callsites", + "data": { + "version": "3.1.0", + "packageName": "callsites", + "hash": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + } + }, + "npm:camelcase": { + "type": "npm", + "name": "npm:camelcase", + "data": { + "version": "6.3.0", + "packageName": "camelcase", + "hash": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + } + }, "npm:caniuse-lite": { "type": "npm", "name": "npm:caniuse-lite", @@ -6259,6 +6419,15 @@ "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" } }, + "npm:commander@7.2.0": { + "type": "npm", + "name": "npm:commander@7.2.0", + "data": { + "version": "7.2.0", + "packageName": "commander", + "hash": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" + } + }, "npm:commander@9.5.0": { "type": "npm", "name": "npm:commander@9.5.0", @@ -6340,6 +6509,15 @@ "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" } }, + "npm:copy-anything": { + "type": "npm", + "name": "npm:copy-anything", + "data": { + "version": "2.0.6", + "packageName": "copy-anything", + "hash": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==" + } + }, "npm:copy-to-clipboard": { "type": "npm", "name": "npm:copy-to-clipboard", @@ -6367,6 +6545,15 @@ "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" } }, + "npm:cosmiconfig": { + "type": "npm", + "name": "npm:cosmiconfig", + "data": { + "version": "8.3.6", + "packageName": "cosmiconfig", + "hash": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" + } + }, "npm:cross-spawn@5.1.0": { "type": "npm", "name": "npm:cross-spawn@5.1.0", @@ -6403,6 +6590,15 @@ "hash": "sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==" } }, + "npm:css-select": { + "type": "npm", + "name": "npm:css-select", + "data": { + "version": "4.3.0", + "packageName": "css-select", + "hash": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==" + } + }, "npm:css-tree": { "type": "npm", "name": "npm:css-tree", @@ -6421,6 +6617,15 @@ "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" } }, + "npm:css-what": { + "type": "npm", + "name": "npm:css-what", + "data": { + "version": "6.1.0", + "packageName": "css-what", + "hash": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" + } + }, "npm:css.escape": { "type": "npm", "name": "npm:css.escape", @@ -6430,6 +6635,15 @@ "hash": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" } }, + "npm:csso": { + "type": "npm", + "name": "npm:csso", + "data": { + "version": "4.2.0", + "packageName": "csso", + "hash": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==" + } + }, "npm:cssstyle": { "type": "npm", "name": "npm:cssstyle", @@ -6835,6 +7049,15 @@ "hash": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" } }, + "npm:dot-case": { + "type": "npm", + "name": "npm:dot-case", + "data": { + "version": "3.0.4", + "packageName": "dot-case", + "hash": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==" + } + }, "npm:dot-prop": { "type": "npm", "name": "npm:dot-prop", @@ -6997,6 +7220,15 @@ "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" } }, + "npm:errno": { + "type": "npm", + "name": "npm:errno", + "data": { + "version": "0.1.8", + "packageName": "errno", + "hash": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==" + } + }, "npm:error-ex": { "type": "npm", "name": "npm:error-ex", @@ -7042,6 +7274,33 @@ "hash": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==" } }, + "npm:esbuild-plugin-less": { + "type": "npm", + "name": "npm:esbuild-plugin-less", + "data": { + "version": "1.3.3", + "packageName": "esbuild-plugin-less", + "hash": "sha512-dYXuCtLh0Jm0Uci45w4Hlel4ajkawIQva1MxrLyaarcrEtSxUZWoaZuiLzr/dDzT/p+wRKobbop5Tp8yALSfGw==" + } + }, + "npm:esbuild-plugin-svg": { + "type": "npm", + "name": "npm:esbuild-plugin-svg", + "data": { + "version": "0.1.0", + "packageName": "esbuild-plugin-svg", + "hash": "sha512-/9ZhvIpl+Ovl6glVK3BedvIwrOwSQnECw4Fy6ZwysWib3Ns7UkX6WNGjMOWtvQ1Cnm0uc7sptiKGm0BthKCAJA==" + } + }, + "npm:esbuild-plugin-svgr": { + "type": "npm", + "name": "npm:esbuild-plugin-svgr", + "data": { + "version": "2.1.0", + "packageName": "esbuild-plugin-svgr", + "hash": "sha512-BKJOlQvXjLipPDPYfX+N6i2tPxSuVOhlg+hEF/nkQwMwFV6IymvuCRO0wLvf9tGyL3mc3yIZ4n9pfxcCx/7v2Q==" + } + }, "npm:esbuild-register": { "type": "npm", "name": "npm:esbuild-register", @@ -8041,6 +8300,15 @@ "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" } }, + "npm:image-size": { + "type": "npm", + "name": "npm:image-size", + "data": { + "version": "0.5.5", + "packageName": "image-size", + "hash": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==" + } + }, "npm:immer": { "type": "npm", "name": "npm:immer", @@ -8059,6 +8327,15 @@ "hash": "sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ==" } }, + "npm:import-fresh": { + "type": "npm", + "name": "npm:import-fresh", + "data": { + "version": "3.3.0", + "packageName": "import-fresh", + "hash": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" + } + }, "npm:import-lazy": { "type": "npm", "name": "npm:import-lazy", @@ -8626,6 +8903,15 @@ "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" } }, + "npm:is-what": { + "type": "npm", + "name": "npm:is-what", + "data": { + "version": "3.14.1", + "packageName": "is-what", + "hash": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==" + } + }, "npm:is-windows": { "type": "npm", "name": "npm:is-windows", @@ -8995,6 +9281,15 @@ "hash": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" } }, + "npm:less": { + "type": "npm", + "name": "npm:less", + "data": { + "version": "4.2.0", + "packageName": "less", + "hash": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==" + } + }, "npm:lexical": { "type": "npm", "name": "npm:lexical", @@ -9238,6 +9533,15 @@ "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" } }, + "npm:lower-case": { + "type": "npm", + "name": "npm:lower-case", + "data": { + "version": "2.0.2", + "packageName": "lower-case", + "hash": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==" + } + }, "npm:lru-cache@10.2.0": { "type": "npm", "name": "npm:lru-cache@10.2.0", @@ -9319,6 +9623,15 @@ "hash": "sha512-sgK2SAzxT19rWU+qxKUcn6PAh/swiIiz2F8C2cZjLc1z4iwYIfdoihqFIDQ8BDzAGtWPYJ6Sr13K1j/DXynDLA==" } }, + "npm:make-dir": { + "type": "npm", + "name": "npm:make-dir", + "data": { + "version": "2.1.0", + "packageName": "make-dir", + "hash": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==" + } + }, "npm:make-iterator": { "type": "npm", "name": "npm:make-iterator", @@ -9688,6 +10001,15 @@ "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" } }, + "npm:mime": { + "type": "npm", + "name": "npm:mime", + "data": { + "version": "1.6.0", + "packageName": "mime", + "hash": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + } + }, "npm:mimic-fn@2.1.0": { "type": "npm", "name": "npm:mimic-fn@2.1.0", @@ -9895,6 +10217,24 @@ "hash": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==" } }, + "npm:needle": { + "type": "npm", + "name": "npm:needle", + "data": { + "version": "3.3.1", + "packageName": "needle", + "hash": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==" + } + }, + "npm:no-case": { + "type": "npm", + "name": "npm:no-case", + "data": { + "version": "3.0.4", + "packageName": "no-case", + "hash": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==" + } + }, "npm:node-fetch": { "type": "npm", "name": "npm:node-fetch", @@ -10012,6 +10352,15 @@ "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" } }, + "npm:nth-check": { + "type": "npm", + "name": "npm:nth-check", + "data": { + "version": "2.1.1", + "packageName": "nth-check", + "hash": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==" + } + }, "npm:nwsapi": { "type": "npm", "name": "npm:nwsapi", @@ -10246,6 +10595,15 @@ "hash": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==" } }, + "npm:parent-module": { + "type": "npm", + "name": "npm:parent-module", + "data": { + "version": "1.0.1", + "packageName": "parent-module", + "hash": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" + } + }, "npm:parse-filepath": { "type": "npm", "name": "npm:parse-filepath", @@ -10273,6 +10631,15 @@ "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" } }, + "npm:parse-node-version": { + "type": "npm", + "name": "npm:parse-node-version", + "data": { + "version": "1.0.1", + "packageName": "parse-node-version", + "hash": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==" + } + }, "npm:parse-npm-tarball-url": { "type": "npm", "name": "npm:parse-npm-tarball-url", @@ -10489,6 +10856,15 @@ "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" } }, + "npm:pify": { + "type": "npm", + "name": "npm:pify", + "data": { + "version": "4.0.1", + "packageName": "pify", + "hash": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==" + } + }, "npm:pioppo": { "type": "npm", "name": "npm:pioppo", @@ -10705,6 +11081,15 @@ "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" } }, + "npm:prr": { + "type": "npm", + "name": "npm:prr", + "data": { + "version": "1.0.1", + "packageName": "prr", + "hash": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==" + } + }, "npm:pseudomap": { "type": "npm", "name": "npm:pseudomap", @@ -11209,6 +11594,15 @@ "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" } }, + "npm:resolve-from@4.0.0": { + "type": "npm", + "name": "npm:resolve-from@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "resolve-from", + "hash": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + } + }, "npm:resolve-from": { "type": "npm", "name": "npm:resolve-from", @@ -11488,6 +11882,15 @@ "hash": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==" } }, + "npm:semver@5.7.2": { + "type": "npm", + "name": "npm:semver@5.7.2", + "data": { + "version": "5.7.2", + "packageName": "semver", + "hash": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + } + }, "npm:semver": { "type": "npm", "name": "npm:semver", @@ -11767,6 +12170,15 @@ "hash": "sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==" } }, + "npm:snake-case": { + "type": "npm", + "name": "npm:snake-case", + "data": { + "version": "3.0.4", + "packageName": "snake-case", + "hash": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==" + } + }, "npm:source-map-js": { "type": "npm", "name": "npm:source-map-js", @@ -11929,6 +12341,15 @@ "hash": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==" } }, + "npm:stable": { + "type": "npm", + "name": "npm:stable", + "data": { + "version": "0.1.8", + "packageName": "stable", + "hash": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + } + }, "npm:stack-generator": { "type": "npm", "name": "npm:stack-generator", @@ -12298,6 +12719,24 @@ "hash": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==" } }, + "npm:svg-parser": { + "type": "npm", + "name": "npm:svg-parser", + "data": { + "version": "2.0.4", + "packageName": "svg-parser", + "hash": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + } + }, + "npm:svgo": { + "type": "npm", + "name": "npm:svgo", + "data": { + "version": "2.8.0", + "packageName": "svgo", + "hash": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==" + } + }, "npm:symbol-tree": { "type": "npm", "name": "npm:symbol-tree", @@ -24750,19 +25189,188 @@ "type": "static" } ], - "npm:legacy-swc-helpers": [ + "npm:@svgr/babel-plugin-add-jsx-attribute": [ { - "source": "npm:legacy-swc-helpers", - "target": "npm:tslib@2.6.2", + "source": "npm:@svgr/babel-plugin-add-jsx-attribute", + "target": "npm:@babel/core", "type": "static" } ], - "npm:@swc/helpers@0.4.36": [ + "npm:@svgr/babel-plugin-remove-jsx-attribute": [ { - "source": "npm:@swc/helpers@0.4.36", - "target": "npm:legacy-swc-helpers", + "source": "npm:@svgr/babel-plugin-remove-jsx-attribute", + "target": "npm:@babel/core", "type": "static" - }, + } + ], + "npm:@svgr/babel-plugin-remove-jsx-empty-expression": [ + { + "source": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@svgr/babel-plugin-replace-jsx-attribute-value": [ + { + "source": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@svgr/babel-plugin-svg-dynamic-title": [ + { + "source": "npm:@svgr/babel-plugin-svg-dynamic-title", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@svgr/babel-plugin-svg-em-dimensions": [ + { + "source": "npm:@svgr/babel-plugin-svg-em-dimensions", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@svgr/babel-plugin-transform-react-native-svg": [ + { + "source": "npm:@svgr/babel-plugin-transform-react-native-svg", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@svgr/babel-plugin-transform-svg-component": [ + { + "source": "npm:@svgr/babel-plugin-transform-svg-component", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@svgr/babel-preset": [ + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-add-jsx-attribute", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-remove-jsx-attribute", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-remove-jsx-empty-expression", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-replace-jsx-attribute-value", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-svg-dynamic-title", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-svg-em-dimensions", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-transform-react-native-svg", + "type": "static" + }, + { + "source": "npm:@svgr/babel-preset", + "target": "npm:@svgr/babel-plugin-transform-svg-component", + "type": "static" + } + ], + "npm:@svgr/core": [ + { + "source": "npm:@svgr/core", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:@svgr/babel-preset", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:camelcase", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:cosmiconfig", + "type": "static" + }, + { + "source": "npm:@svgr/core", + "target": "npm:snake-case", + "type": "static" + } + ], + "npm:@svgr/hast-util-to-babel-ast": [ + { + "source": "npm:@svgr/hast-util-to-babel-ast", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@svgr/hast-util-to-babel-ast", + "target": "npm:entities", + "type": "static" + } + ], + "npm:@svgr/plugin-jsx": [ + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:@svgr/babel-preset", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:@svgr/core", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:@svgr/hast-util-to-babel-ast", + "type": "static" + }, + { + "source": "npm:@svgr/plugin-jsx", + "target": "npm:svg-parser", + "type": "static" + } + ], + "npm:legacy-swc-helpers": [ + { + "source": "npm:legacy-swc-helpers", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@swc/helpers@0.4.36": [ + { + "source": "npm:@swc/helpers@0.4.36", + "target": "npm:legacy-swc-helpers", + "type": "static" + }, { "source": "npm:@swc/helpers@0.4.36", "target": "npm:tslib@2.6.2", @@ -26252,6 +26860,13 @@ "type": "static" } ], + "npm:copy-anything": [ + { + "source": "npm:copy-anything", + "target": "npm:is-what", + "type": "static" + } + ], "npm:copy-to-clipboard": [ { "source": "npm:copy-to-clipboard", @@ -26266,6 +26881,33 @@ "type": "static" } ], + "npm:cosmiconfig": [ + { + "source": "npm:cosmiconfig", + "target": "npm:import-fresh", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:parse-json", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:path-type@4.0.0", + "type": "static" + }, + { + "source": "npm:cosmiconfig", + "target": "npm:typescript", + "type": "static" + } + ], "npm:cross-spawn@5.1.0": [ { "source": "npm:cross-spawn@5.1.0", @@ -26307,6 +26949,33 @@ "type": "static" } ], + "npm:css-select": [ + { + "source": "npm:css-select", + "target": "npm:boolbase", + "type": "static" + }, + { + "source": "npm:css-select", + "target": "npm:css-what", + "type": "static" + }, + { + "source": "npm:css-select", + "target": "npm:domhandler", + "type": "static" + }, + { + "source": "npm:css-select", + "target": "npm:domutils", + "type": "static" + }, + { + "source": "npm:css-select", + "target": "npm:nth-check", + "type": "static" + } + ], "npm:css-tree": [ { "source": "npm:css-tree", @@ -26331,6 +27000,13 @@ "type": "static" } ], + "npm:csso": [ + { + "source": "npm:csso", + "target": "npm:css-tree", + "type": "static" + } + ], "npm:cssstyle": [ { "source": "npm:cssstyle", @@ -26683,6 +27359,18 @@ "type": "static" } ], + "npm:dot-case": [ + { + "source": "npm:dot-case", + "target": "npm:no-case", + "type": "static" + }, + { + "source": "npm:dot-case", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], "npm:dot-prop": [ { "source": "npm:dot-prop", @@ -26730,6 +27418,13 @@ "type": "static" } ], + "npm:errno": [ + { + "source": "npm:errno", + "target": "npm:prr", + "type": "static" + } + ], "npm:error-ex": [ { "source": "npm:error-ex", @@ -26798,6 +27493,47 @@ "type": "static" } ], + "npm:esbuild-plugin-less": [ + { + "source": "npm:esbuild-plugin-less", + "target": "npm:@types/less", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-less", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-less", + "target": "npm:less", + "type": "static" + } + ], + "npm:esbuild-plugin-svg": [ + { + "source": "npm:esbuild-plugin-svg", + "target": "npm:svgo", + "type": "static" + } + ], + "npm:esbuild-plugin-svgr": [ + { + "source": "npm:esbuild-plugin-svgr", + "target": "npm:@svgr/core", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-svgr", + "target": "npm:@svgr/plugin-jsx", + "type": "static" + }, + { + "source": "npm:esbuild-plugin-svgr", + "target": "npm:esbuild", + "type": "static" + } + ], "npm:esbuild-register": [ { "source": "npm:esbuild-register", @@ -26806,7 +27542,7 @@ }, { "source": "npm:esbuild-register", - "target": "npm:esbuild@0.20.2", + "target": "npm:esbuild", "type": "static" } ], @@ -27872,6 +28608,18 @@ "type": "static" } ], + "npm:import-fresh": [ + { + "source": "npm:import-fresh", + "target": "npm:parent-module", + "type": "static" + }, + { + "source": "npm:import-fresh", + "target": "npm:resolve-from@4.0.0", + "type": "static" + } + ], "npm:inflight": [ { "source": "npm:inflight", @@ -28475,6 +29223,58 @@ "type": "static" } ], + "npm:less": [ + { + "source": "npm:less", + "target": "npm:copy-anything", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:parse-node-version", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:errno", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:graceful-fs", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:image-size", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:make-dir", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:mime", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:needle", + "type": "static" + }, + { + "source": "npm:less", + "target": "npm:source-map@0.6.1", + "type": "static" + } + ], "npm:lib0": [ { "source": "npm:lib0", @@ -28695,6 +29495,13 @@ "type": "static" } ], + "npm:lower-case": [ + { + "source": "npm:lower-case", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], "npm:lru-cache@4.1.5": [ { "source": "npm:lru-cache@4.1.5", @@ -28735,6 +29542,18 @@ "type": "static" } ], + "npm:make-dir": [ + { + "source": "npm:make-dir", + "target": "npm:pify", + "type": "static" + }, + { + "source": "npm:make-dir", + "target": "npm:semver@5.7.2", + "type": "static" + } + ], "npm:make-iterator": [ { "source": "npm:make-iterator", @@ -29501,6 +30320,30 @@ "type": "static" } ], + "npm:needle": [ + { + "source": "npm:needle", + "target": "npm:iconv-lite", + "type": "static" + }, + { + "source": "npm:needle", + "target": "npm:sax", + "type": "static" + } + ], + "npm:no-case": [ + { + "source": "npm:no-case", + "target": "npm:lower-case", + "type": "static" + }, + { + "source": "npm:no-case", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], "npm:node-fetch": [ { "source": "npm:node-fetch", @@ -29614,6 +30457,13 @@ "type": "static" } ], + "npm:nth-check": [ + { + "source": "npm:nth-check", + "target": "npm:boolbase", + "type": "static" + } + ], "npm:nx": [ { "source": "npm:nx", @@ -30031,6 +30881,13 @@ "type": "static" } ], + "npm:parent-module": [ + { + "source": "npm:parent-module", + "target": "npm:callsites", + "type": "static" + } + ], "npm:parse-filepath": [ { "source": "npm:parse-filepath", @@ -31705,6 +32562,18 @@ "type": "static" } ], + "npm:snake-case": [ + { + "source": "npm:snake-case", + "target": "npm:dot-case", + "type": "static" + }, + { + "source": "npm:snake-case", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], "npm:source-map-support": [ { "source": "npm:source-map-support", @@ -32093,6 +32962,43 @@ "type": "static" } ], + "npm:svgo": [ + { + "source": "npm:svgo", + "target": "npm:@trysound/sax", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:commander@7.2.0", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:css-select", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:css-tree", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:csso", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:svgo", + "target": "npm:stable", + "type": "static" + } + ], "npm:tabster": [ { "source": "npm:tabster", diff --git a/libs/chatbot/package.json b/libs/chatbot/package.json index ab77b881bf4..3306f4bc90c 100644 --- a/libs/chatbot/package.json +++ b/libs/chatbot/package.json @@ -1,8 +1,30 @@ { "name": "@microsoft/logic-apps-chatbot", "version": "3.2.0", + "license": "MIT", + "type": "commonjs", + "module": "build/lib/index.esm.js", + "main": "build/lib/index.js", + "types": "build/lib/index.d.ts", + "exports": { + ".": { + "types": "./build/lib/index.d.ts", + "import": "./build/lib/index.mjs", + "default": "./build/lib/index.js" + }, + "./package.json": "./package.json", + "./build/lib/index.css": "./build/lib/index.css" + }, + "sideEffects": false, + "engines": { + "node": ">=12" + }, + "files": [ + "build/lib/**/*", + "src" + ], "scripts": { - "yalcpush": "yalc push ../../dist/libs/chatbot" + "build": "tsup && tsc --emitDeclarationOnly" }, "dependencies": { "@microsoft/logic-apps-shared": "workspace:*", @@ -21,4 +43,4 @@ "react": "^16.4.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" } -} +} \ No newline at end of file diff --git a/libs/chatbot/rollup.config.mjs b/libs/chatbot/rollup.config.mjs deleted file mode 100644 index 7470971c88c..00000000000 --- a/libs/chatbot/rollup.config.mjs +++ /dev/null @@ -1,17 +0,0 @@ -// @ts-check - -import { defineConfig } from 'rollup'; -import { buildConfigs } from '../../scripts/getRollupConfig.js'; - -export default defineConfig( - buildConfigs({ - name: 'react-table', - jsName: 'ReactTable', - outputFile: 'index', - entryFile: 'src/index.tsx', - external: ['react', '@tanstack/table-core'], - globals: { - react: 'React', - }, - }) -); diff --git a/libs/chatbot/src/types/Svg.d.ts b/libs/chatbot/src/types/Svg.d.ts new file mode 100644 index 00000000000..091d25e2101 --- /dev/null +++ b/libs/chatbot/src/types/Svg.d.ts @@ -0,0 +1,4 @@ +declare module '*.svg' { + const content: any; + export default content; +} diff --git a/libs/chatbot/tsconfig.json b/libs/chatbot/tsconfig.json index 4b531b036c9..692b862536b 100644 --- a/libs/chatbot/tsconfig.json +++ b/libs/chatbot/tsconfig.json @@ -1,9 +1,29 @@ { - "extends": "../../tsconfig.json", + "extends": "../../tsconfig.base.json", "compilerOptions": { - "jsx": "react", + "forceConsistentCasingInFileNames": true, + "allowSyntheticDefaultImports": true, + "strict": true, + "noImplicitOverride": false, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "jsx": "react-jsx", + "esModuleInterop": true, + "resolveJsonModule": true, + "outDir": "./build/lib", + "baseUrl": "./src", "rootDir": "./src", - "outDir": "./build/lib" + "declaration": true }, - "include": ["src"] -} + "files":[], + "include": [ + "**/src/**/*.ts", + "**/src/**/*.tsx" + ], + "exclude": [ + "**/__test__/**", + "**/__tests__/**", + "jest.config.ts" + ] +} \ No newline at end of file diff --git a/libs/chatbot/tsup.config.ts b/libs/chatbot/tsup.config.ts new file mode 100644 index 00000000000..95f39d1aef6 --- /dev/null +++ b/libs/chatbot/tsup.config.ts @@ -0,0 +1,23 @@ +import { defineConfig } from 'tsup'; +import { lessLoader } from 'esbuild-plugin-less'; +import svgr from 'esbuild-plugin-svgr' +export default defineConfig({ + entry: ['src/index.ts'], + treeshake: true, + outDir: 'build/lib', + sourcemap: 'inline', + minify: false, + clean: true, + // dts: true, + splitting: false, + tsconfig: 'tsconfig.json', + format: ['cjs', 'esm'], + external: ['react'], + injectStyle: false, + loader: { + '.svg': 'dataurl', + }, + esbuildPlugins: [ + lessLoader(), + ], +}); \ No newline at end of file diff --git a/libs/designer-ui/package.json b/libs/designer-ui/package.json index d543a44ac6e..f10ba68bc95 100644 --- a/libs/designer-ui/package.json +++ b/libs/designer-ui/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/designer-ui", "version": "3.2.0", "license": "MIT", - "type": "commonjs", + "type": "module", "module": "build/lib/index.esm.js", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", @@ -19,12 +19,11 @@ "node": ">=12" }, "files": [ - "build/lib/*", - "build/umd/*", + "build/lib/**/*", "src" ], "scripts": { - "build": "tsup" + "build": "tsup && tsc --emitDeclarationOnly" }, "dependencies": { "@microsoft/logic-apps-shared": "workspace:*", diff --git a/libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts b/libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts index b761cde3ae0..617dddca11b 100644 --- a/libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts +++ b/libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts @@ -1,4 +1,4 @@ -// import './editorTheme.less'; +import './editorTheme.less'; import type { EditorThemeClasses } from 'lexical'; const theme: EditorThemeClasses = { diff --git a/libs/designer-ui/src/lib/fabric.ts b/libs/designer-ui/src/lib/fabric.ts index d102bca66ef..b43c82a5131 100644 --- a/libs/designer-ui/src/lib/fabric.ts +++ b/libs/designer-ui/src/lib/fabric.ts @@ -1,4 +1,4 @@ -// import './fabric.less'; +import './fabric.less'; import type { IButtonStyles, ICalloutContentStyles, diff --git a/libs/designer-ui/tsup.config.ts b/libs/designer-ui/tsup.config.ts index fc8a8689be0..4eef27d9262 100644 --- a/libs/designer-ui/tsup.config.ts +++ b/libs/designer-ui/tsup.config.ts @@ -1,11 +1,11 @@ import { defineConfig } from 'tsup'; - +import { lessLoader } from 'esbuild-plugin-less'; export default defineConfig({ entry: ['src/index.ts'], treeshake: true, outDir: 'build/lib', sourcemap: 'inline', - minify: true, + minify: false, clean: true, // dts: true, splitting: false, @@ -13,4 +13,10 @@ export default defineConfig({ format: ['cjs', 'esm'], external: ['react'], injectStyle: false, -}); \ No newline at end of file + loader: { + '.svg': 'dataurl', + }, + esbuildPlugins: [ + lessLoader(), + ], +}); diff --git a/libs/designer/package.json b/libs/designer/package.json index 9cf6f0f9547..d7cedfd5d6d 100644 --- a/libs/designer/package.json +++ b/libs/designer/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/logic-apps-designer", "version": "3.2.0", "license": "MIT", - "type": "commonjs", + "type": "module", "module": "build/lib/index.esm.js", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", @@ -12,19 +12,19 @@ "import": "./build/lib/index.mjs", "default": "./build/lib/index.js" }, - "./package.json": "./package.json" + "./package.json": "./package.json", + "./build/lib/index.css": "./build/lib/index.css" }, "sideEffects": false, "engines": { "node": ">=12" }, "files": [ - "build/lib/*", - "build/umd/*", + "build/lib/**/*", "src" ], "scripts": { - "build": "tsup" + "build": "tsup && tsc --emitDeclarationOnly" }, "dependencies": { "@fluentui/azure-themes": "8.5.70", diff --git a/libs/designer/src/index.ts b/libs/designer/src/index.ts index de8fe6a2467..2e9d0617b17 100644 --- a/libs/designer/src/index.ts +++ b/libs/designer/src/index.ts @@ -1,3 +1,3 @@ -// import './lib/ui/styles.less'; +import './lib/ui/styles.less'; export * from './lib'; diff --git a/libs/designer/src/lib/ui/styles.less b/libs/designer/src/lib/ui/styles.less index b9899ffdf54..7ce3d9bbc78 100644 --- a/libs/designer/src/lib/ui/styles.less +++ b/libs/designer/src/lib/ui/styles.less @@ -2,7 +2,7 @@ @import './settings/sections/runafterconfiguration/runafterconfiguration.less'; @import './connections/runAfterIndicator/styles.less'; @import './panel/connectionsPanel/connectionsPanel.less'; -@import (css) '~reactflow/dist/style.css'; +@import (css) 'reactflow/dist/style.css'; .react-flow__edge { cursor: grab; diff --git a/libs/designer/tsup.config.ts b/libs/designer/tsup.config.ts index 1f74daaf878..5d3810a2d6f 100644 --- a/libs/designer/tsup.config.ts +++ b/libs/designer/tsup.config.ts @@ -1,11 +1,12 @@ import { defineConfig } from 'tsup'; +import { lessLoader } from 'esbuild-plugin-less'; export default defineConfig({ entry: ['src/index.ts'], treeshake: true, - outDir: 'build', + outDir: 'build/lib', sourcemap: 'inline', - minify: true, + minify: false, clean: true, // dts: true, splitting: false, @@ -13,4 +14,10 @@ export default defineConfig({ format: ['cjs', 'esm'], external: ['react'], injectStyle: false, + loader: { + '.svg': 'dataurl', + }, + esbuildPlugins: [ + lessLoader() + ], }); \ No newline at end of file diff --git a/libs/logic-apps-shared/package.json b/libs/logic-apps-shared/package.json index b9e5448bed6..e56f80c8584 100644 --- a/libs/logic-apps-shared/package.json +++ b/libs/logic-apps-shared/package.json @@ -2,7 +2,7 @@ "name": "@microsoft/logic-apps-shared", "version": "3.2.0", "license": "MIT", - "type": "commonjs", + "type": "module", "module": "build/lib/index.esm.js", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", @@ -19,12 +19,11 @@ "node": ">=12" }, "files": [ - "build/lib/*", - "build/umd/*", + "build/lib/**/*", "src" ], "scripts": { - "build": "tsup" + "build": "tsup && tsc --emitDeclarationOnly" }, "dependencies": { "@apidevtools/swagger-parser": "10.0.3", diff --git a/libs/logic-apps-shared/tsup.config.ts b/libs/logic-apps-shared/tsup.config.ts index 7bcc8651009..3a8fe544a7f 100644 --- a/libs/logic-apps-shared/tsup.config.ts +++ b/libs/logic-apps-shared/tsup.config.ts @@ -1,15 +1,19 @@ import { defineConfig } from 'tsup'; +import svgr from 'esbuild-plugin-svgr' export default defineConfig({ entry: ['src/index.ts'], treeshake: true, sourcemap: 'inline', outDir: 'build/lib', - minify: true, + minify: false, clean: true, splitting: false, tsconfig: 'tsconfig.json', format: ['cjs', 'esm'], external: ['react'], injectStyle: false, + loader: { + '.svg': 'dataurl', + }, }); \ No newline at end of file diff --git a/package.json b/package.json index 8b64df7ad57..3eb186c9402 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,9 @@ "@types/react": "^18.2.69", "@types/react-dom": "^18.2.22", "child_process": "^1.0.2", + "esbuild-plugin-less": "^1.3.3", + "esbuild-plugin-svg": "^0.1.0", + "esbuild-plugin-svgr": "^2.1.0", "husky": "^9.0.11", "jsdom": "^24.0.0", "knip": "^5.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28ab286f9a2..207260e2a23 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,10 +7,6 @@ settings: importers: .: - dependencies: - react-query: - specifier: 3.39.3 - version: 3.39.3(react-dom@18.2.0)(react@18.2.0) devDependencies: '@babel/core': specifier: ^7.24.3 @@ -47,7 +43,7 @@ importers: version: 11.1.2(size-limit@11.1.2) '@tanstack/config': specifier: ^0.6.0 - version: 0.6.0(@types/node@20.11.30)(esbuild@0.20.2)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6) + version: 0.6.0(@types/node@20.11.30)(esbuild@0.19.12)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6) '@testing-library/jest-dom': specifier: ^6.4.2 version: 6.4.2(vitest@1.4.0) @@ -69,6 +65,15 @@ importers: child_process: specifier: ^1.0.2 version: 1.0.2 + esbuild-plugin-less: + specifier: ^1.3.3 + version: 1.3.3(esbuild@0.19.12) + esbuild-plugin-svg: + specifier: ^0.1.0 + version: 0.1.0 + esbuild-plugin-svgr: + specifier: ^2.1.0 + version: 2.1.0(esbuild@0.19.12)(typescript@4.7.4) husky: specifier: ^9.0.11 version: 9.0.11 @@ -7571,6 +7576,132 @@ packages: p-map: 4.0.0 dev: true + /@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.24.3): + resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.24.3): + resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.24.3): + resolution: {integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.24.3): + resolution: {integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.24.3): + resolution: {integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.24.3): + resolution: {integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.24.3): + resolution: {integrity: sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.24.3): + resolution: {integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==} + engines: {node: '>=12'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + dev: true + + /@svgr/babel-preset@8.1.0(@babel/core@7.24.3): + resolution: {integrity: sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.24.3) + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.24.3) + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.24.3) + '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.24.3) + '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.24.3) + '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.24.3) + '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.24.3) + '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.24.3) + dev: true + + /@svgr/core@8.1.0(typescript@4.7.4): + resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} + engines: {node: '>=14'} + dependencies: + '@babel/core': 7.24.3 + '@svgr/babel-preset': 8.1.0(@babel/core@7.24.3) + camelcase: 6.3.0 + cosmiconfig: 8.3.6(typescript@4.7.4) + snake-case: 3.0.4 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@svgr/hast-util-to-babel-ast@8.0.0: + resolution: {integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==} + engines: {node: '>=14'} + dependencies: + '@babel/types': 7.24.0 + entities: 4.5.0 + dev: true + + /@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0): + resolution: {integrity: sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==} + engines: {node: '>=14'} + peerDependencies: + '@svgr/core': '*' + dependencies: + '@babel/core': 7.24.3 + '@svgr/babel-preset': 8.1.0(@babel/core@7.24.3) + '@svgr/core': 8.1.0(typescript@4.7.4) + '@svgr/hast-util-to-babel-ast': 8.0.0 + svg-parser: 2.0.4 + transitivePeerDependencies: + - supports-color + dev: true + /@swc/helpers@0.4.14: resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==} dependencies: @@ -7590,7 +7721,7 @@ packages: tslib: 2.6.2 dev: false - /@tanstack/config@0.6.0(@types/node@20.11.30)(esbuild@0.20.2)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): + /@tanstack/config@0.6.0(@types/node@20.11.30)(esbuild@0.19.12)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): resolution: {integrity: sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==} engines: {node: '>=18'} hasBin: true @@ -7600,7 +7731,7 @@ packages: chalk: 5.3.0 commander: 12.0.0 current-git-branch: 1.1.0 - esbuild-register: 3.5.0(esbuild@0.20.2) + esbuild-register: 3.5.0(esbuild@0.19.12) git-log-parser: 1.2.0 interpret: 3.1.1 jsonfile: 6.1.0 @@ -7706,6 +7837,11 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true + /@trysound/sax@0.2.0: + resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} + engines: {node: '>=10.13.0'} + dev: true + /@types/argparse@1.0.38: resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} dev: true @@ -7928,6 +8064,10 @@ packages: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} dev: false + /@types/less@3.0.6: + resolution: {integrity: sha512-PecSzorDGdabF57OBeQO/xFbAkYWo88g4Xvnsx7LRwqLC17I7OoKtA3bQB9uXkY6UkMWCOsA8HSVpaoitscdXw==} + dev: true + /@types/lodash.frompairs@4.0.9: resolution: {integrity: sha512-OZ7YqENr/kRqpDqXlU1RxGWSQ4Ha5gLFcz9v2OhxrrspHCeQ4PfC7SobvLJ8vCvftiEv7IEfZNpaLhHYkVB5SA==} dependencies: @@ -8449,6 +8589,10 @@ packages: individual: 3.0.0 dev: true + /boolbase@1.0.0: + resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} + dev: true + /brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: @@ -8551,6 +8695,16 @@ packages: resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} dev: false + /callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + dev: true + + /camelcase@6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + dev: true + /caniuse-lite@1.0.30001600: resolution: {integrity: sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==} dev: true @@ -8750,6 +8904,11 @@ packages: engines: {node: '>= 6'} dev: true + /commander@7.2.0: + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} + dev: true + /commander@9.5.0: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} engines: {node: ^12.20.0 || >=14} @@ -8802,6 +8961,12 @@ packages: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: true + /copy-anything@2.0.6: + resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} + dependencies: + is-what: 3.14.1 + dev: true + /copy-to-clipboard@3.3.3: resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} dependencies: @@ -8818,6 +8983,22 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true + /cosmiconfig@8.3.6(typescript@4.7.4): + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + import-fresh: 3.3.0 + js-yaml: 4.1.0 + parse-json: 5.2.0 + path-type: 4.0.0 + typescript: 4.7.4 + dev: true + /cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} dependencies: @@ -8846,13 +9027,22 @@ packages: hyphenate-style-name: 1.0.4 dev: false + /css-select@4.3.0: + resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} + dependencies: + boolbase: 1.0.0 + css-what: 6.1.0 + domhandler: 4.3.1 + domutils: 2.8.0 + nth-check: 2.1.1 + dev: true + /css-tree@1.1.3: resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} engines: {node: '>=8.0.0'} dependencies: mdn-data: 2.0.14 source-map: 0.6.1 - dev: false /css-tree@2.3.1: resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} @@ -8862,10 +9052,22 @@ packages: source-map-js: 1.2.0 dev: true + /css-what@6.1.0: + resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + engines: {node: '>= 6'} + dev: true + /css.escape@1.5.1: resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} dev: true + /csso@4.2.0: + resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} + engines: {node: '>=8.0.0'} + dependencies: + css-tree: 1.1.3 + dev: true + /cssstyle@4.0.1: resolution: {integrity: sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==} engines: {node: '>=18'} @@ -9136,18 +9338,15 @@ packages: domelementtype: 2.3.0 domhandler: 4.3.1 entities: 2.2.0 - dev: false /domelementtype@2.3.0: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} - dev: false /domhandler@4.3.1: resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} engines: {node: '>= 4'} dependencies: domelementtype: 2.3.0 - dev: false /domutils@2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} @@ -9155,7 +9354,13 @@ packages: dom-serializer: 1.4.1 domelementtype: 2.3.0 domhandler: 4.3.1 - dev: false + + /dot-case@3.0.4: + resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + dev: true /dot-prop@5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} @@ -9238,7 +9443,6 @@ packages: /entities@2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} - dev: false /entities@4.5.0: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} @@ -9249,6 +9453,15 @@ packages: resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} dev: true + /errno@0.1.8: + resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} + hasBin: true + requiresBuild: true + dependencies: + prr: 1.0.1 + dev: true + optional: true + /error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: @@ -9285,13 +9498,42 @@ packages: stop-iteration-iterator: 1.0.0 dev: true - /esbuild-register@3.5.0(esbuild@0.20.2): + /esbuild-plugin-less@1.3.3(esbuild@0.19.12): + resolution: {integrity: sha512-dYXuCtLh0Jm0Uci45w4Hlel4ajkawIQva1MxrLyaarcrEtSxUZWoaZuiLzr/dDzT/p+wRKobbop5Tp8yALSfGw==} + peerDependencies: + esbuild: ^0.14.x || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 + dependencies: + '@types/less': 3.0.6 + esbuild: 0.19.12 + less: 4.2.0 + dev: true + + /esbuild-plugin-svg@0.1.0: + resolution: {integrity: sha512-/9ZhvIpl+Ovl6glVK3BedvIwrOwSQnECw4Fy6ZwysWib3Ns7UkX6WNGjMOWtvQ1Cnm0uc7sptiKGm0BthKCAJA==} + dependencies: + svgo: 2.8.0 + dev: true + + /esbuild-plugin-svgr@2.1.0(esbuild@0.19.12)(typescript@4.7.4): + resolution: {integrity: sha512-BKJOlQvXjLipPDPYfX+N6i2tPxSuVOhlg+hEF/nkQwMwFV6IymvuCRO0wLvf9tGyL3mc3yIZ4n9pfxcCx/7v2Q==} + peerDependencies: + esbuild: ^0.19.1 + dependencies: + '@svgr/core': 8.1.0(typescript@4.7.4) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) + esbuild: 0.19.12 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /esbuild-register@3.5.0(esbuild@0.19.12): resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} peerDependencies: esbuild: '>=0.12 <1' dependencies: debug: 4.3.4 - esbuild: 0.20.2 + esbuild: 0.19.12 transitivePeerDependencies: - supports-color dev: true @@ -10046,6 +10288,14 @@ packages: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} + /image-size@0.5.5: + resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==} + engines: {node: '>=0.10.0'} + hasBin: true + requiresBuild: true + dev: true + optional: true + /immer@9.0.15: resolution: {integrity: sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==} dev: false @@ -10054,6 +10304,14 @@ packages: resolution: {integrity: sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ==} dev: false + /import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + dev: true + /import-lazy@4.0.0: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} engines: {node: '>=8'} @@ -10419,6 +10677,10 @@ packages: get-intrinsic: 1.2.4 dev: true + /is-what@3.14.1: + resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==} + dev: true + /is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} @@ -10687,6 +10949,24 @@ packages: resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} dev: true + /less@4.2.0: + resolution: {integrity: sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==} + engines: {node: '>=6'} + hasBin: true + dependencies: + copy-anything: 2.0.6 + parse-node-version: 1.0.1 + tslib: 2.6.2 + optionalDependencies: + errno: 0.1.8 + graceful-fs: 4.2.11 + image-size: 0.5.5 + make-dir: 2.1.0 + mime: 1.6.0 + needle: 3.3.1 + source-map: 0.6.1 + dev: true + /lexical@0.12.4: resolution: {integrity: sha512-giNrnp45H6P4IHFhkKaHEPTF+bKLBWdEIDL/FGjRZf+to7l7TORIBk/23Zdchzt/VGgKGWu950EOvGh53gkVMQ==} dev: false @@ -10859,6 +11139,12 @@ packages: get-func-name: 2.0.2 dev: true + /lower-case@2.0.2: + resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} + dependencies: + tslib: 2.6.2 + dev: true + /lru-cache@10.2.0: resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} engines: {node: 14 || >=16.14} @@ -10911,6 +11197,16 @@ packages: engines: {node: '>=0.10.0'} dev: false + /make-dir@2.1.0: + resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} + engines: {node: '>=6'} + requiresBuild: true + dependencies: + pify: 4.0.1 + semver: 5.7.2 + dev: true + optional: true + /make-iterator@1.0.1: resolution: {integrity: sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==} engines: {node: '>=0.10.0'} @@ -10990,7 +11286,6 @@ packages: /mdn-data@2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} - dev: false /mdn-data@2.0.30: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} @@ -11221,6 +11516,14 @@ packages: dependencies: mime-db: 1.52.0 + /mime@1.6.0: + resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} + engines: {node: '>=4'} + hasBin: true + requiresBuild: true + dev: true + optional: true + /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} @@ -11369,6 +11672,24 @@ packages: randexp: 0.4.6 dev: false + /needle@3.3.1: + resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==} + engines: {node: '>= 4.4.x'} + hasBin: true + requiresBuild: true + dependencies: + iconv-lite: 0.6.3 + sax: 1.3.0 + dev: true + optional: true + + /no-case@3.0.4: + resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + dependencies: + lower-case: 2.0.2 + tslib: 2.6.2 + dev: true + /node-fetch@2.7.0: resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} engines: {node: 4.x || >=6.0.0} @@ -11467,6 +11788,12 @@ packages: path-key: 4.0.0 dev: true + /nth-check@2.1.1: + resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + dependencies: + boolbase: 1.0.0 + dev: true + /nwsapi@2.2.7: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} dev: true @@ -11693,6 +12020,13 @@ packages: retry: 0.12.0 dev: false + /parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + dependencies: + callsites: 3.1.0 + dev: true + /parse-filepath@1.0.2: resolution: {integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==} engines: {node: '>=0.8'} @@ -11717,6 +12051,11 @@ packages: engines: {node: '>=18'} dev: true + /parse-node-version@1.0.1: + resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==} + engines: {node: '>= 0.10'} + dev: true + /parse-npm-tarball-url@3.0.0: resolution: {integrity: sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==} engines: {node: '>=8.15'} @@ -11846,6 +12185,13 @@ packages: hasBin: true dev: true + /pify@4.0.1: + resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} + engines: {node: '>=6'} + requiresBuild: true + dev: true + optional: true + /pioppo@1.1.0: resolution: {integrity: sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==} dependencies: @@ -12011,6 +12357,12 @@ packages: /proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + /prr@1.0.1: + resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} + requiresBuild: true + dev: true + optional: true + /pseudomap@1.0.2: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} dev: true @@ -12692,6 +13044,11 @@ packages: global-modules: 1.0.0 dev: true + /resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + dev: true + /resolve-from@5.0.0: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} @@ -12879,11 +13236,11 @@ packages: /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + requiresBuild: true dev: true /sax@1.3.0: resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} - dev: false /saxes@6.0.0: resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} @@ -12915,6 +13272,13 @@ packages: parseley: 0.7.0 dev: false + /semver@5.7.2: + resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + hasBin: true + requiresBuild: true + dev: true + optional: true + /semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true @@ -13136,6 +13500,13 @@ packages: engines: {node: '>= 18', pnpm: '>= 8'} dev: true + /snake-case@3.0.4: + resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + dev: true + /source-map-js@1.2.0: resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} engines: {node: '>=0.10.0'} @@ -13236,6 +13607,11 @@ packages: minipass: 7.0.4 dev: true + /stable@0.1.8: + resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} + deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' + dev: true + /stack-generator@2.0.10: resolution: {integrity: sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==} dependencies: @@ -13488,6 +13864,24 @@ packages: periscopic: 3.1.0 dev: true + /svg-parser@2.0.4: + resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} + dev: true + + /svgo@2.8.0: + resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==} + engines: {node: '>=10.13.0'} + hasBin: true + dependencies: + '@trysound/sax': 0.2.0 + commander: 7.2.0 + css-select: 4.3.0 + css-tree: 1.1.3 + csso: 4.2.0 + picocolors: 1.0.0 + stable: 0.1.8 + dev: true + /symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: true From 067484877d180ed65c718bfd7c374a6c6f60b1f1 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sat, 30 Mar 2024 09:55:22 -0700 Subject: [PATCH 09/39] More work --- .nx/cache/file-map.json | 7790 +++++++++++++++++----------------- .nx/cache/project-graph.json | 316 +- babel.config.cjs | 32 - format.js | 4 +- jest.config.ts | 5 - jest.preset.js | 3 - nx.json | 56 - package.json | 25 +- pnpm-lock.yaml | 7024 ++++++++++++------------------ 9 files changed, 6779 insertions(+), 8476 deletions(-) delete mode 100644 babel.config.cjs delete mode 100644 jest.config.ts delete mode 100644 jest.preset.js delete mode 100644 nx.json diff --git a/.nx/cache/file-map.json b/.nx/cache/file-map.json index be2fa03108a..69c2faed1e4 100644 --- a/.nx/cache/file-map.json +++ b/.nx/cache/file-map.json @@ -2,40 +2,24 @@ "version": "6.0", "nxVersion": "18.1.3", "deps": { - "@babel/core": "^7.24.3", - "@babel/preset-env": "^7.24.3", - "@babel/preset-react": "^7.24.1", - "@babel/preset-typescript": "^7.24.1", "@faker-js/faker": "^8.4.1", - "@rollup/plugin-babel": "^6.0.4", - "@rollup/plugin-commonjs": "^25.0.7", - "@rollup/plugin-node-resolve": "^15.2.3", - "@rollup/plugin-replace": "^5.0.5", - "@rollup/plugin-terser": "^0.4.4", "@size-limit/preset-small-lib": "^11.1.2", + "@biomejs/biome": "1.6.3", "@tanstack/config": "^0.6.0", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.2", "@testing-library/react-hooks": "^8.0.1", - "@types/node": "^20.11.30", - "@types/react": "^18.2.69", - "@types/react-dom": "^18.2.22", + "@types/node": "^20.12.2", + "@types/react": "^18.2.73", + "@types/react-dom": "^18.2.23", "child_process": "^1.0.2", "esbuild-plugin-less": "^1.3.3", "esbuild-plugin-svg": "^0.1.0", "esbuild-plugin-svgr": "^2.1.0", "husky": "^9.0.11", "jsdom": "^24.0.0", - "knip": "^5.2.2", "lint-staged": "^15.2.2", - "nx": "^18.1.2", - "prettier": "^4.0.0-alpha.8", - "prettier-plugin-svelte": "^3.2.2", "rimraf": "^5.0.5", - "rollup": "^4.13.0", - "rollup-plugin-size": "^0.3.1", - "rollup-plugin-svelte": "^7.2.0", - "rollup-plugin-visualizer": "^5.12.0", "sherif": "^0.8.1", "size-limit": "^11.1.2", "tsup": "^8.0.2", @@ -46,7588 +30,7588 @@ "nxJsonPlugins": [], "fileMap": { "projectFileMap": { - "designer-standalone": [ + "@microsoft/logic-apps-shared": [ { - "file": "apps/designer-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/logic-apps-shared/package.json", + "hash": "16492122863359719881", + "deps": [ + "npm:@apidevtools/swagger-parser", + "npm:@formatjs/intl", + "npm:axios", + "npm:react-intl", + "npm:react-query", + "npm:reactflow", + "npm:react", + "npm:react-dom" + ] }, { - "file": "apps/designer-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", + "hash": "9380633527024969017" }, { - "file": "apps/designer-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", + "hash": "4041114759273409584" }, { - "file": "apps/designer-standalone/jest.config.ts", - "hash": "5095600455584759097" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", + "hash": "10744005867854668544" }, { - "file": "apps/designer-standalone/project.json", - "hash": "2186189716536309729" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", + "hash": "14062257101193816574" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", - "hash": "3298017156622978060" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", + "hash": "4954893213128657861" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", - "hash": "13505482435147628633" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", + "hash": "7641115249858288898" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", - "hash": "9606761639132729551" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", + "hash": "14155161053626149773" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", - "hash": "6979701506181809557" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", + "hash": "10972091389277624213" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", - "hash": "14118413145410608191" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", + "hash": "6570789037033524363" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", - "hash": "1588066658590448230" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", + "hash": "6476740600976986139" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", - "hash": "11196696306113960606" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", + "hash": "4669131476797349411" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", - "hash": "14682812772519432090" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", + "hash": "18322018366374797773" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", - "hash": "4580548922855359394" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", + "hash": "12152048241403700781" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", - "hash": "12895583927495006597" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", + "hash": "5149245040157794958" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", - "hash": "2755209554830887096" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", + "hash": "17264514741585944669" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", - "hash": "16951494746367962696" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", + "hash": "16981660441021349989" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", - "hash": "11922224593998776622" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", + "hash": "7841465441925735303" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", - "hash": "9092529694739284525" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", + "hash": "8805378272928779631" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", - "hash": "14344615542145629436" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", + "hash": "100886477017713472" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", - "hash": "2732486466259074455" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", + "hash": "12010754552584586238" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", - "hash": "17257936693118977812" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", + "hash": "2493896786957967735" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", - "hash": "11766814904345254217" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", + "hash": "4467584828026361594" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", - "hash": "15343875879297750706" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", + "hash": "15048548058211350550" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", - "hash": "4446661457006721606" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", + "hash": "16667370445776365408" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", - "hash": "13092524529881537344" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", + "hash": "2922519993752406611" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", - "hash": "7976663886408218270" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", + "hash": "2015298222781796439" }, { - "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", - "hash": "13293572578025384518" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", + "hash": "12154580097533679529" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", - "hash": "8960093372869801569" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", + "hash": "990168561317107639" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", - "hash": "17011074881319644796" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", + "hash": "13798407810885346784" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", - "hash": "4734349067026517129" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", + "hash": "6637693727017499456" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", - "hash": "11056877601318419241" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", + "hash": "5415884704526136465" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", - "hash": "7960030919432291768" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", + "hash": "12944393287525757801" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", - "hash": "4190195339052860475" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", + "hash": "338894801370095333" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", - "hash": "17311351490108510384" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", + "hash": "4325353527285954074" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", - "hash": "17876933317388473037" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", + "hash": "14656750022224496512" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", - "hash": "11182070599256684242" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", + "hash": "8383854433493377485" }, { - "file": "apps/designer-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", + "hash": "14050868048024762041" }, { - "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", - "hash": "11358026391684952458" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", + "hash": "3952535120512157063" }, { - "file": "apps/designer-standalone/src/components/settings_box.module.less", - "hash": "9808519016183858536" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", + "hash": "10227457389794045251" }, { - "file": "apps/designer-standalone/src/components/settings_box.tsx", - "hash": "12099490358448849702" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", + "hash": "2276513063347032356" }, { - "file": "apps/designer-standalone/src/components/themes.ts", - "hash": "10280533146008251816" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", + "hash": "17998935529655324249" }, { - "file": "apps/designer-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", + "hash": "15364460512758958557" }, { - "file": "apps/designer-standalone/src/environments/environment.ts", - "hash": "5920947766445218989" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", + "hash": "16899240778924055950" }, { - "file": "apps/designer-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", + "hash": "9924011533457598450" }, { - "file": "apps/designer-standalone/src/index.html", - "hash": "706131400937913887" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", + "hash": "7767572464887768924" }, { - "file": "apps/designer-standalone/src/main.tsx", - "hash": "6196242117816635624" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", + "hash": "7686527428866436332" }, { - "file": "apps/designer-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", + "hash": "11373234010056310761" }, { - "file": "apps/designer-standalone/src/state/connectionReferences.ts", - "hash": "3642930491684807465" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", + "hash": "7741997988177804309" }, { - "file": "apps/designer-standalone/src/state/historyHelpers.ts", - "hash": "14898556878004432608" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", + "hash": "11285262017602894102" }, { - "file": "apps/designer-standalone/src/state/store.ts", - "hash": "11326541673147537080" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", + "hash": "7834292151783220118" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", - "hash": "2817444802055692850" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", + "hash": "2689272469215697040" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", - "hash": "14190318844766308247" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", + "hash": "16730245766611684683" }, { - "file": "apps/designer-standalone/src/styles.less", - "hash": "17529353978711030180" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", + "hash": "6313037814450709645" }, { - "file": "apps/designer-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", + "hash": "5887391731984230327" }, { - "file": "apps/designer-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", + "hash": "2080206098440690027" }, { - "file": "apps/designer-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", + "hash": "2442692051774771508" }, { - "file": "apps/designer-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "@microsoft/designer-ui": [ + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", + "hash": "13169164367036674094" + }, { - "file": "libs/designer-ui/package.json", - "hash": "2157918880835177019", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:@fluentui/react", - "npm:react-intl", - "npm:@fluentui/react-components", - "npm:@lexical/react", - "npm:lexical", - "npm:@react-hookz/web", - "npm:fuse.js", - "npm:react-query", - "npm:reactflow", - "npm:react-dnd", - "npm:@fluentui/react-hooks", - "npm:react-markdown", - "npm:monaco-editor", - "npm:prism-react-renderer", - "npm:react-use", - "npm:@fluentui/react-icons", - "npm:@lexical/selection", - "npm:@lexical/utils", - "npm:@lexical/link", - "npm:@fluentui/theme", - "npm:@lexical/list", - "npm:@lexical/rich-text", - "npm:@lexical/html", - "npm:@monaco-editor/react", - "npm:react-infinite-scroll-component", - "npm:@fluentui/utilities", - "npm:react", - "npm:react-dom" - ] + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", + "hash": "16907995455120176947" }, { - "file": "libs/designer-ui/src/assets/search/noResults.svg", - "hash": "4909511463165872592" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", + "hash": "1659823225545591900" }, { - "file": "libs/designer-ui/src/index.ts", - "hash": "14428353282588746736" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", + "hash": "15456387445440121864" }, { - "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", - "hash": "14434568979751658338" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", + "hash": "12878592596309783536" }, { - "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", - "hash": "14908105139639555615" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", + "hash": "557554024678459944" }, { - "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", - "hash": "7211006209534532164" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", + "hash": "6860029958723176995" }, { - "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", - "hash": "11094301716023935000" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", + "hash": "15296018982038336090" }, { - "file": "libs/designer-ui/src/lib/about/about.less", - "hash": "11763256971442327180" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", + "hash": "13842792331747765980" }, { - "file": "libs/designer-ui/src/lib/about/index.tsx", - "hash": "1885249223741047225" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", + "hash": "13815149232604649499" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", - "hash": "14884276543197931855" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", + "hash": "14032597586361412245" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", - "hash": "119144818974442509" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", + "hash": "9974254812452410710" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", - "hash": "2571402350210962658" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", + "hash": "2510786344585772506" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", - "hash": "8994554438666876777" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", + "hash": "1258465346072222717" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", - "hash": "5617830809914714226" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", + "hash": "12947203279230431560" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", - "hash": "3045029944051572215" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", + "hash": "4700233691144783223" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", - "hash": "15035395214520169992" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", + "hash": "16210378855781819556" }, { - "file": "libs/designer-ui/src/lib/apicards.less", - "hash": "13797202201533966679" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", + "hash": "3328556540278019081" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", - "hash": "1159973821678804034" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", + "hash": "17421938317864385521" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", - "hash": "15663177271477515098" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", + "hash": "5426595174508182540" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", - "hash": "15257122625185925783" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", + "hash": "889254322578873619" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", - "hash": "3440648328094660448" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", + "hash": "14413093575682152883" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", - "hash": "1035335925853359629" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", + "hash": "15165385131541472136" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", - "hash": "15902940521963280423" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", + "hash": "6828262639021969187" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", - "hash": "10301768307429232439" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", + "hash": "16330222175525472241" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", - "hash": "13067628806797164554" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", + "hash": "12427938755401727885" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", - "hash": "5940965594446421041" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", + "hash": "3374555813812257809" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", - "hash": "6013139278499039153" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", + "hash": "14739455734775086197" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", - "hash": "14344032625786759505" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", + "hash": "1170392313973954221" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", - "hash": "12838314745302584802" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", + "hash": "8180427621259037034" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", - "hash": "12431847260795348376" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", + "hash": "15958942562504641676" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", - "hash": "11721662882789703309" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", + "hash": "7763682490519613414" }, { - "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", - "hash": "9710908466929509626" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", + "hash": "4068662167400180993" }, { - "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", - "hash": "11958567725113824782" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", + "hash": "4794954947494896316" }, { - "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", - "hash": "8161067183164594482" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", + "hash": "11207042828717675065" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", - "hash": "12160223154281286587" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", + "hash": "10901639031013279890" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", - "hash": "16430731582068929461" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", + "hash": "16869109249828494594" }, { - "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", - "hash": "15218856122571348271" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", + "hash": "4284022729214287627" }, { - "file": "libs/designer-ui/src/lib/authentication/authentication.less", - "hash": "13977853940860538752" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", + "hash": "5600174235635358338" }, { - "file": "libs/designer-ui/src/lib/authentication/index.tsx", - "hash": "12121725416726564057" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", + "hash": "8466132625137354797" }, { - "file": "libs/designer-ui/src/lib/authentication/util.ts", - "hash": "11605613898253709629" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", + "hash": "1198608102687599866" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", - "hash": "4239997238176229679" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", + "hash": "8175155994288497941" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", - "hash": "13992825478287594370" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", + "hash": "4654647039340233519" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", - "hash": "4867411311567038161" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", + "hash": "11206711847389194503" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", - "hash": "4547318522865203584" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", + "hash": "9525586797130627166" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", - "hash": "14866563066427854785" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", + "hash": "7773406589009896884" }, { - "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", - "hash": "10879704914758677366" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", + "hash": "2719090974226360478" }, { - "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", - "hash": "17307763740338983688" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", + "hash": "16586240603433583151" }, { - "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", - "hash": "14241926419350930556" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", + "hash": "6044024318958028975" }, { - "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", - "hash": "5187864438896470501" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", + "hash": "4971198904351819104" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", - "hash": "8302242870984866501" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", + "hash": "2205405226598303423" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", - "hash": "12826695037894387883" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", + "hash": "7027990687631079853" }, { - "file": "libs/designer-ui/src/lib/card/batch.less", - "hash": "10575267785363995315" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", + "hash": "4832609006995577677" }, { - "file": "libs/designer-ui/src/lib/card/card.less", - "hash": "15282637473947824061" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", + "hash": "11041788749094915589" }, { - "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", - "hash": "6484623461460191253" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", + "hash": "744175669956000073" }, { - "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", - "hash": "16034062062771286179" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", + "hash": "4570891349858327552" }, { - "file": "libs/designer-ui/src/lib/card/cardmonitor.less", - "hash": "4871384248042757553" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", + "hash": "6957052954521419802" }, { - "file": "libs/designer-ui/src/lib/card/cardv2.less", - "hash": "6593714482527657845" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", + "hash": "6895097639477963071" }, { - "file": "libs/designer-ui/src/lib/card/config/config.less", - "hash": "5613835801941506485" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", + "hash": "15484469170655437218" }, { - "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", - "hash": "8278918968245925125" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", + "hash": "718221044385207717" }, { - "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", - "hash": "3759914967985226400" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", + "hash": "14225692641617281655" }, { - "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", - "hash": "14402384408736907567" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", + "hash": "11654435207820210379" }, { - "file": "libs/designer-ui/src/lib/card/function/function.less", - "hash": "15731313779614157076" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", + "hash": "11652280676139008640" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", - "hash": "7734290807369071142" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", + "hash": "3123356813475297727" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", - "hash": "13163728213584653339" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", + "hash": "760782622775556782" }, { - "file": "libs/designer-ui/src/lib/card/hooks.ts", - "hash": "3280423690018226095" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", + "hash": "900472997630946196" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", - "hash": "13724223152608135682" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", + "hash": "14957662887872082161" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", - "hash": "10199587974604360910" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", + "hash": "1013983265834297086" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", - "hash": "1732185137555566396" + "file": "libs/logic-apps-shared/src/index.ts", + "hash": "9717124156846303739" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", - "hash": "9622432927124771" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", + "hash": "15651910132769346184" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", - "hash": "16379690233431545152" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", + "hash": "17552605341157493404" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", - "hash": "18196248137118265647" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", + "hash": "5035985613530326321" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", - "hash": "7362441868927286283" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", + "hash": "4475004010363601986" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", - "hash": "14506568544666863824" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", + "hash": "4095382995607203736" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", - "hash": "13676032398949697479" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", + "hash": "3788387248943361249" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", - "hash": "12071288473248491154" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", + "hash": "7108713252527138781" }, { - "file": "libs/designer-ui/src/lib/card/images/collapse.svg", - "hash": "3724917790453240684" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", + "hash": "705786194542596636" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", - "hash": "7710484694921752567" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", + "hash": "14463024152359133709" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.svg", - "hash": "15675230980148461553" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", + "hash": "7560213327654600681" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", + "hash": "16687663207402807017" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", + "hash": "6477546291513434590" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", - "hash": "3682275420836100854" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", + "hash": "9370844703510888737" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", + "hash": "7628537715920358813" }, { - "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", - "hash": "13253552947487643867" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", + "hash": "8158361129347912029" }, { - "file": "libs/designer-ui/src/lib/card/images/expand.svg", - "hash": "1365824124689290130" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", + "hash": "6380830450896639043" }, { - "file": "libs/designer-ui/src/lib/card/images/information.svg", - "hash": "2629543329230765405" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", + "hash": "10185664657106878859" }, { - "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", - "hash": "8036333629834072325" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", + "hash": "5951640446541949066" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", - "hash": "4791285533034835653" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", + "hash": "9382357970073518488" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", - "hash": "2827706739916533779" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", + "hash": "18017279529871760646" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", - "hash": "2205398914635833301" + "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", + "hash": "17627181196005757916" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", - "hash": "14020397064356319924" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", + "hash": "6040922602083171954" }, { - "file": "libs/designer-ui/src/lib/card/images/parameters.svg", - "hash": "5661870126399503537" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", + "hash": "10055707279763634029" }, { - "file": "libs/designer-ui/src/lib/card/images/plus.svg", - "hash": "11071985059296778590" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", + "hash": "9089577798505505863" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", - "hash": "15762098724270837693" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", + "hash": "13562749690133433887" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", - "hash": "14136830631826324888" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", + "hash": "5663604703010066942" }, { - "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", - "hash": "561849715759343409" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", + "hash": "2534161988511516592" }, { - "file": "libs/designer-ui/src/lib/card/index.tsx", - "hash": "13283832555519492964" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", + "hash": "16419030944505832016" }, { - "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", - "hash": "16011573732296811334" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", + "hash": "15612717865703687552" }, { - "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", - "hash": "13785447784192146498" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", + "hash": "13474113712208318530" }, { - "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", - "hash": "8715826541047287974" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", + "hash": "881578797815144323" }, { - "file": "libs/designer-ui/src/lib/card/query/query.less", - "hash": "11595797360380764326" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", + "hash": "11790935691899638544" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", - "hash": "14660261598576668135" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", + "hash": "8385944373056976852" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", - "hash": "13526667775577606191" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", + "hash": "4043313233263109351" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", - "hash": "5079305499650318742" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", + "hash": "11102785353391478346" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", - "hash": "6661024250966707869" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", + "hash": "171638812131418198" }, { - "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", - "hash": "5399921611201970010" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", + "hash": "2327407329881982053" }, { - "file": "libs/designer-ui/src/lib/card/types.ts", - "hash": "2035207173265258244" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", + "hash": "9629066330778884542" }, { - "file": "libs/designer-ui/src/lib/card/utils.ts", - "hash": "3779033005510076581" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", + "hash": "16717791144236642315" }, { - "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", - "hash": "10318132727028056408" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", + "hash": "9536863172217279644" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", - "hash": "17281609971834388003" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", + "hash": "18142537813025869201" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", - "hash": "14718424728750458630" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", + "hash": "15387106749322046014" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", - "hash": "278286692645171379" + "file": "libs/logic-apps-shared/src/intl/src/index.ts", + "hash": "5880101155327804229" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", - "hash": "10765956740228704595" + "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", + "hash": "9493587879189422226" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", - "hash": "2404121659635757544" + "file": "libs/logic-apps-shared/src/parsers/index.ts", + "hash": "14406165726550655762" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", - "hash": "6405085190209280425" + "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", + "hash": "14434625489663341100" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", - "hash": "9946485231683147120" + "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", + "hash": "431479051526850728" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", - "hash": "1833570921333464272" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", + "hash": "1447869553729602329" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", - "hash": "17028620127527218534" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", + "hash": "5729743152469113203" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", - "hash": "7899578072090309552" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", + "hash": "11639224397713257805" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", - "hash": "17829515265716695263" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", + "hash": "16375130740710703419" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", - "hash": "5169733349440851429" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", + "hash": "11953954476398047389" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", - "hash": "10302797527483302249" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", + "hash": "2210192340749619384" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", - "hash": "13795366944427306018" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", + "hash": "511658573327045626" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", - "hash": "12415165516808188305" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", + "hash": "12303487102566855915" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", - "hash": "96877705819455053" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", + "hash": "11402826658491359232" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", - "hash": "4069273522099387001" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", + "hash": "6825951630416775947" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", - "hash": "12978837117575037085" + "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", + "hash": "2805940425132879908" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", - "hash": "8663050766979969020" + "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", + "hash": "8489667444524953557" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", - "hash": "15417662538862126703" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", + "hash": "14606573267340170277" }, { - "file": "libs/designer-ui/src/lib/chatbot/constants.ts", - "hash": "14764507907521508128" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", + "hash": "14196059685546491397" }, { - "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", - "hash": "4609791305957523089" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", + "hash": "14050169068191640430" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", - "hash": "5685043772510116791" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", + "hash": "10053227308471445195" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", - "hash": "1667833042679839191" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", + "hash": "11769122580063614459" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", - "hash": "13854507772202693145" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", + "hash": "745830827396299178" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", - "hash": "17373142789703576555" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", + "hash": "1027675781125994812" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", - "hash": "1013409430604737232" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", + "hash": "7986263690502094190" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", - "hash": "661752008716122787" + "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", + "hash": "16722491980851361131" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", - "hash": "6716426185680659027" + "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", + "hash": "11863418691057542043" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", - "hash": "7382581463363358893" + "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", + "hash": "3814535965481203921" }, { - "file": "libs/designer-ui/src/lib/chatbot/index.tsx", - "hash": "381454499199907675" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", + "hash": "15552531164182029199" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", - "hash": "16238688331967189110" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", + "hash": "15707985138297454208" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", - "hash": "14580093519349138483" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", + "hash": "8203696318475998577" }, { - "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", - "hash": "8902335799853458705" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", + "hash": "16965130050548374080" }, { - "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", - "hash": "5171683084974637831" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", + "hash": "17677112185734595302" }, { - "file": "libs/designer-ui/src/lib/checkbox/index.tsx", - "hash": "8389410843229075694" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", + "hash": "10421500773173129841" }, { - "file": "libs/designer-ui/src/lib/code/codeeditor.less", - "hash": "11024599462256253403" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", + "hash": "6837630829095975444" }, { - "file": "libs/designer-ui/src/lib/code/index.tsx", - "hash": "13872385794669469789" + "file": "libs/logic-apps-shared/src/utils/src/index.ts", + "hash": "10410575831740573676" }, { - "file": "libs/designer-ui/src/lib/code/util.ts", - "hash": "445144902435184601" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", + "hash": "4727605297220290209" }, { - "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", - "hash": "9564984331172164947" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", + "hash": "14486861888502652092" }, { - "file": "libs/designer-ui/src/lib/colorizer/index.tsx", - "hash": "18329556158591594852" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", + "hash": "14917406684066904829" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", - "hash": "11926254562850019268" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", + "hash": "13784490208174778956" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", - "hash": "15494829096109972414" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", + "hash": "5485574054856489322" }, { - "file": "libs/designer-ui/src/lib/combobox/combobox.less", - "hash": "13345514601840043410" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", + "hash": "7212073480745607382" }, { - "file": "libs/designer-ui/src/lib/combobox/index.tsx", - "hash": "16544338680339035094" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", + "hash": "10702209958963271416" }, { - "file": "libs/designer-ui/src/lib/common.less", - "hash": "5857225994291839803" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", + "hash": "4266295413916081180" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", - "hash": "9169908592251197410" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", + "hash": "18218774632996040833" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", - "hash": "3046898503439319454" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", + "hash": "3921550207499097708" }, { - "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", - "hash": "5804642269610790205" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", + "hash": "16323037561979992179" }, { - "file": "libs/designer-ui/src/lib/connectioncontainer.less", - "hash": "4274580875391808041" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", + "hash": "4346902897670598580" }, { - "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", - "hash": "6660835975053117480" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", + "hash": "18306290794139362199" }, { - "file": "libs/designer-ui/src/lib/connectors/index.ts", - "hash": "3193834300323525825" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", + "hash": "12827775712440356270" }, { - "file": "libs/designer-ui/src/lib/connectors/predicates.ts", - "hash": "16570364538734730436" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", + "hash": "12780007669564837262" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", - "hash": "15085878266015615396" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", + "hash": "10649237237708086601" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", - "hash": "18197468828345311134" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", + "hash": "16265988629726370223" }, { - "file": "libs/designer-ui/src/lib/constants.ts", - "hash": "7895778521881895365" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", + "hash": "4342729621317785815" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", - "hash": "11286495138927849850" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", + "hash": "17931405780059128507" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", - "hash": "15724424530173695319" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", + "hash": "11275772986299991786" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", - "hash": "11309293700573786127" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", + "hash": "14172933526512144674" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", - "hash": "10706937930238891864" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", + "hash": "8097726720353189151" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", - "hash": "13514247859608890614" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", + "hash": "17424119200157481456" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", - "hash": "11369730379345400687" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", + "hash": "6316675658315917165" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", - "hash": "8973634346517739741" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", + "hash": "17285595875462734375" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", - "hash": "7464088425034992851" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", + "hash": "10787957479004558655" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", - "hash": "5315460135369521554" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", + "hash": "924391710566473857" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", - "hash": "5281867526814354008" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", + "hash": "18221863617102146813" }, { - "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", - "hash": "3200362158239488916" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", + "hash": "4421237494227621410" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", - "hash": "3546074923186807401" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", + "hash": "12775712264492385024" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", - "hash": "1273753497022949897" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", + "hash": "13175286304358008848" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", - "hash": "13306096207015769369" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", + "hash": "15335411595834044598" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", - "hash": "11411020585614827947" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", + "hash": "13941170058709179863" }, { - "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", - "hash": "7281959028831627631" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", + "hash": "5560781174328914491" }, { - "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", - "hash": "8304019736247074220" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", + "hash": "13885780335314142211" }, { - "file": "libs/designer-ui/src/lib/dialogs/index.tsx", - "hash": "16665862280750290310" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", + "hash": "14719921367101255082" }, { - "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", - "hash": "13710269573446005500" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", + "hash": "14197989536257233793" }, { - "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", - "hash": "4819881443041728639" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", + "hash": "79196203943799003" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", - "hash": "11966365107479255632" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", + "hash": "1773324083978265246" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", - "hash": "10228393789800803683" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", + "hash": "16462763711137735088" }, { - "file": "libs/designer-ui/src/lib/dictionary/index.tsx", - "hash": "18370968398463171770" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", - "hash": "6335056025812075242" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", - "hash": "15817139601189018466" - }, - { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", - "hash": "6797310623515797047" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", + "hash": "16779865992229698101" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", - "hash": "8297998959357972135" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", + "hash": "6133462328373533461" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", + "hash": "2681330121858908210" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", - "hash": "9938088707494835854" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", + "hash": "3670299451416716175" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", - "hash": "189492023300231559" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", + "hash": "6771680877558200992" }, { - "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", - "hash": "10317518561976442215" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", + "hash": "17593916544224071508" }, { - "file": "libs/designer-ui/src/lib/dropdown/index.tsx", - "hash": "1612483364785584630" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", + "hash": "10533072781574562738" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", - "hash": "7434182615261632600" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", + "hash": "2572403417534260160" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", - "hash": "9501607464876161573" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", + "hash": "2078500890542782930" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", - "hash": "12128734607645409156" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", + "hash": "13095245056926067394" }, { - "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", - "hash": "17684652277786261310" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", + "hash": "5866684311064342041" }, { - "file": "libs/designer-ui/src/lib/editor/base/editor.less", - "hash": "12866109678262424869" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", + "hash": "10053725396844537374" }, { - "file": "libs/designer-ui/src/lib/editor/base/index.tsx", - "hash": "14166645835120534265" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", + "hash": "11901860371911382948" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", - "hash": "7693847861135382627" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", + "hash": "3827527429415846737" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", - "hash": "4541191440119529419" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", + "hash": "9814598968821475901" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", - "hash": "999476750027091176" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", + "hash": "9515526602733602379" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", - "hash": "17890662429827982084" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", + "hash": "18237200074476379247" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", - "hash": "13945640916550609803" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", + "hash": "18138026162521915000" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", - "hash": "5927512080490513475" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", + "hash": "5600260597734849270" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", - "hash": "7428379870511488815" + "file": "libs/logic-apps-shared/tsconfig.json", + "hash": "5119560921033608397" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", - "hash": "16501257364338436774" + "file": "libs/logic-apps-shared/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", - "hash": "7159772630000027135" - }, + "file": "libs/logic-apps-shared/tsup.config.ts", + "hash": "5286132973577408611" + } + ], + "data-mapper-standalone": [ { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", - "hash": "826227630247342849" + "file": "apps/data-mapper-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", - "hash": "10708434969004690012" + "file": "apps/data-mapper-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", - "hash": "2147313770352251950" + "file": "apps/data-mapper-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", - "hash": "13449398835402371871" + "file": "apps/data-mapper-standalone/jest.config.ts", + "hash": "10715911984367194997" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", - "hash": "744582158043496767" + "file": "apps/data-mapper-standalone/project.json", + "hash": "9374513863842846490" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", - "hash": "2804235267765397597" + "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", + "hash": "16726481549457764766" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", - "hash": "1396622124801278751" + "file": "apps/data-mapper-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", - "hash": "10805420593120911666" + "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", + "hash": "14944117756580093119" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", - "hash": "9379670679296092620" + "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", + "hash": "1284985494789010035" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", - "hash": "15576049973494503143" + "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", + "hash": "372080794920849111" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", - "hash": "13926370169738082009" + "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", - "hash": "5581606338787978728" + "file": "apps/data-mapper-standalone/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", - "hash": "8192890641204198515" + "file": "apps/data-mapper-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", - "hash": "12118490130152815053" + "file": "apps/data-mapper-standalone/src/index.html", + "hash": "1875896067774755003" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", - "hash": "2463583388686525568" + "file": "apps/data-mapper-standalone/src/main.tsx", + "hash": "10861951779782452086" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", - "hash": "11358342835079118658" + "file": "apps/data-mapper-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", - "hash": "6646959457516159519" + "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", + "hash": "16987547041249191518" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", - "hash": "14686112532473519777" + "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", + "hash": "15187256273369871693" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", - "hash": "9281471718380757374" + "file": "apps/data-mapper-standalone/src/state/Store.ts", + "hash": "7832192686281280578" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", - "hash": "1534107538736673298" + "file": "apps/data-mapper-standalone/src/styles.less", + "hash": "11491636838694553899" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", - "hash": "12829686526507324272" + "file": "apps/data-mapper-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", - "hash": "8810971222002859696" + "file": "apps/data-mapper-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", - "hash": "17758309304074598462" + "file": "apps/data-mapper-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", - "hash": "2856148563059087619" - }, + "file": "apps/data-mapper-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "@microsoft/designer-ui": [ { - "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", - "hash": "8005004771604368381" + "file": "libs/designer-ui/package.json", + "hash": "2157918880835177019", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:@fluentui/react", + "npm:react-intl", + "npm:@fluentui/react-components", + "npm:@lexical/react", + "npm:lexical", + "npm:@react-hookz/web", + "npm:fuse.js", + "npm:react-query", + "npm:reactflow", + "npm:react-dnd", + "npm:@fluentui/react-hooks", + "npm:react-markdown", + "npm:monaco-editor", + "npm:prism-react-renderer", + "npm:react-use", + "npm:@fluentui/react-icons", + "npm:@lexical/selection", + "npm:@lexical/utils", + "npm:@lexical/link", + "npm:@fluentui/theme", + "npm:@lexical/list", + "npm:@lexical/rich-text", + "npm:@lexical/html", + "npm:@monaco-editor/react", + "npm:react-infinite-scroll-component", + "npm:@fluentui/utilities", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer-ui/src/lib/editor/index.ts", - "hash": "10519293280335263474" + "file": "libs/designer-ui/src/assets/search/noResults.svg", + "hash": "4909511463165872592" }, { - "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", - "hash": "5153936568516294781" + "file": "libs/designer-ui/src/index.ts", + "hash": "14428353282588746736" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", - "hash": "16814638361287986075" + "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", + "hash": "14434568979751658338" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", - "hash": "5064580720179297796" + "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", + "hash": "14908105139639555615" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", - "hash": "12121974177438633709" + "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", + "hash": "7211006209534532164" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", - "hash": "17176576509706398941" + "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", + "hash": "11094301716023935000" }, { - "file": "libs/designer-ui/src/lib/editor/shared/index.ts", - "hash": "14207176860322026590" + "file": "libs/designer-ui/src/lib/about/about.less", + "hash": "11763256971442327180" }, { - "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", - "hash": "8024413390298642678" + "file": "libs/designer-ui/src/lib/about/index.tsx", + "hash": "1885249223741047225" }, { - "file": "libs/designer-ui/src/lib/editor/string/index.tsx", - "hash": "7639585167181465561" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", + "hash": "14884276543197931855" }, { - "file": "libs/designer-ui/src/lib/error.less", - "hash": "3373390242925169530" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", + "hash": "119144818974442509" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", - "hash": "9624981949339319323" + "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", + "hash": "2571402350210962658" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", - "hash": "10370400888889586543" + "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", + "hash": "8994554438666876777" }, { - "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", - "hash": "17617719147470187537" + "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", + "hash": "5617830809914714226" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", - "hash": "4277915310721666119" + "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", + "hash": "3045029944051572215" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", - "hash": "18032552394640042637" + "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", + "hash": "15035395214520169992" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", - "hash": "13003257438294379371" + "file": "libs/designer-ui/src/lib/apicards.less", + "hash": "13797202201533966679" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", - "hash": "1819426727053970521" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", + "hash": "1159973821678804034" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", - "hash": "3938398385346396861" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", + "hash": "15663177271477515098" }, { - "file": "libs/designer-ui/src/lib/eventhandler.ts", - "hash": "9886405224726247393" + "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", + "hash": "15257122625185925783" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", - "hash": "6690363619180504744" + "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", + "hash": "3440648328094660448" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", - "hash": "17626371448885479665" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", + "hash": "1035335925853359629" }, { - "file": "libs/designer-ui/src/lib/fabric.less", - "hash": "7324803988841128995" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", + "hash": "15902940521963280423" }, { - "file": "libs/designer-ui/src/lib/fabric.ts", - "hash": "14933180766639065818" + "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", + "hash": "10301768307429232439" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", - "hash": "17392366590677974305" + "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", + "hash": "13067628806797164554" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", - "hash": "4041121768159149616" + "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", + "hash": "5940965594446421041" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", - "hash": "941920347758561377" + "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", + "hash": "6013139278499039153" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", - "hash": "4326546944393916235" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", + "hash": "14344032625786759505" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", - "hash": "10540908164326165093" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", + "hash": "12838314745302584802" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", - "hash": "11473128131775540065" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", + "hash": "12431847260795348376" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", - "hash": "14543616680076626699" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", + "hash": "11721662882789703309" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", - "hash": "4326737180955321997" + "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", + "hash": "9710908466929509626" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", - "hash": "17137134300501690521" + "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", + "hash": "11958567725113824782" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", - "hash": "13351151318103125008" + "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", + "hash": "8161067183164594482" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", - "hash": "8736472121872865078" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", + "hash": "12160223154281286587" }, { - "file": "libs/designer-ui/src/lib/flyout/flyout.less", - "hash": "4656963404569200854" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", + "hash": "16430731582068929461" }, { - "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", - "hash": "8017317867674531104" + "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", + "hash": "15218856122571348271" }, { - "file": "libs/designer-ui/src/lib/flyout/index.tsx", - "hash": "1260847504997562152" + "file": "libs/designer-ui/src/lib/authentication/authentication.less", + "hash": "13977853940860538752" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", - "hash": "11532610769239171275" + "file": "libs/designer-ui/src/lib/authentication/index.tsx", + "hash": "12121725416726564057" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", - "hash": "6670084940779114703" + "file": "libs/designer-ui/src/lib/authentication/util.ts", + "hash": "11605613898253709629" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", - "hash": "9241936514538992768" + "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", + "hash": "4239997238176229679" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", - "hash": "4932261342436465773" + "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", + "hash": "13992825478287594370" }, { - "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", - "hash": "8173849641804162665" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", + "hash": "4867411311567038161" }, { - "file": "libs/designer-ui/src/lib/flyout2/index.tsx", - "hash": "3411562267958358391" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", + "hash": "4547318522865203584" }, { - "file": "libs/designer-ui/src/lib/flyout2/types.ts", - "hash": "8979356059828005344" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", + "hash": "14866563066427854785" }, { - "file": "libs/designer-ui/src/lib/helper.ts", - "hash": "5189186251086759243" + "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", + "hash": "10879704914758677366" }, { - "file": "libs/designer-ui/src/lib/html/htmleditor.less", - "hash": "17205576638309460013" + "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", + "hash": "17307763740338983688" }, { - "file": "libs/designer-ui/src/lib/html/index.tsx", - "hash": "3044561647356072724" + "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", + "hash": "14241926419350930556" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", - "hash": "8095200699080002708" + "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", + "hash": "5187864438896470501" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", - "hash": "9856168573309225800" + "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", + "hash": "8302242870984866501" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", - "hash": "3522657421512189575" + "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", + "hash": "12826695037894387883" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", - "hash": "6822239360363505310" + "file": "libs/designer-ui/src/lib/card/batch.less", + "hash": "10575267785363995315" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", - "hash": "5514822623923500815" + "file": "libs/designer-ui/src/lib/card/card.less", + "hash": "15282637473947824061" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", - "hash": "7136035197919586744" + "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", + "hash": "6484623461460191253" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", - "hash": "14372803173867136152" + "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", + "hash": "16034062062771286179" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", - "hash": "2194368813692256604" + "file": "libs/designer-ui/src/lib/card/cardmonitor.less", + "hash": "4871384248042757553" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", - "hash": "776689613520795095" + "file": "libs/designer-ui/src/lib/card/cardv2.less", + "hash": "6593714482527657845" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", - "hash": "6781567092509984620" + "file": "libs/designer-ui/src/lib/card/config/config.less", + "hash": "5613835801941506485" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", - "hash": "7593112338545138083" + "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", + "hash": "8278918968245925125" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", - "hash": "2086008163121647920" + "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", + "hash": "3759914967985226400" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", - "hash": "6781567092509984620" + "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", + "hash": "14402384408736907567" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", - "hash": "214561553827607598" + "file": "libs/designer-ui/src/lib/card/function/function.less", + "hash": "15731313779614157076" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", - "hash": "334782051825482473" + "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", + "hash": "7734290807369071142" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", - "hash": "4585057281924668716" + "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", + "hash": "13163728213584653339" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", - "hash": "11495204600890515354" + "file": "libs/designer-ui/src/lib/card/hooks.ts", + "hash": "3280423690018226095" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", - "hash": "10663192197845770854" + "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", + "hash": "13724223152608135682" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", - "hash": "12534895890895115814" + "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", + "hash": "10199587974604360910" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", - "hash": "12594388779590684473" + "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", + "hash": "1732185137555566396" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", - "hash": "17603065135284266651" + "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", + "hash": "9622432927124771" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", - "hash": "17330625502641164904" + "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", + "hash": "16379690233431545152" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", - "hash": "18048853400467862337" + "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", + "hash": "18196248137118265647" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", - "hash": "8167873247401494691" + "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", + "hash": "7362441868927286283" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", - "hash": "2078509837722520921" + "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", + "hash": "14506568544666863824" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", - "hash": "13255948299069352972" + "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", + "hash": "13676032398949697479" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", - "hash": "9368588845243372286" + "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", + "hash": "12071288473248491154" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", - "hash": "17332273936381855071" + "file": "libs/designer-ui/src/lib/card/images/collapse.svg", + "hash": "3724917790453240684" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", - "hash": "3274982305516698081" + "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", + "hash": "7710484694921752567" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", - "hash": "9368588845243372286" + "file": "libs/designer-ui/src/lib/card/images/delete.svg", + "hash": "15675230980148461553" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", - "hash": "16690852428978853331" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", - "hash": "10813322944291888667" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", - "hash": "11230861677546471079" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", + "hash": "3682275420836100854" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", - "hash": "6747273522689120609" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", - "hash": "1474595322273650579" + "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", + "hash": "13253552947487643867" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", - "hash": "17970557104113324526" + "file": "libs/designer-ui/src/lib/card/images/expand.svg", + "hash": "1365824124689290130" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", - "hash": "18208757820714239690" + "file": "libs/designer-ui/src/lib/card/images/information.svg", + "hash": "2629543329230765405" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", - "hash": "6124589755320637077" + "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", + "hash": "8036333629834072325" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", - "hash": "12407779132103186555" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", + "hash": "4791285533034835653" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", - "hash": "1920943312027348431" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", + "hash": "2827706739916533779" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", - "hash": "44898852948275301" + "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", + "hash": "2205398914635833301" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", - "hash": "1073425639168601706" + "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", + "hash": "14020397064356319924" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", - "hash": "647227830974271854" + "file": "libs/designer-ui/src/lib/card/images/parameters.svg", + "hash": "5661870126399503537" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", - "hash": "6631214352319600313" + "file": "libs/designer-ui/src/lib/card/images/plus.svg", + "hash": "11071985059296778590" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", - "hash": "84510633589929201" + "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", + "hash": "15762098724270837693" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", - "hash": "1593572000493596394" + "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", + "hash": "14136830631826324888" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", - "hash": "15935181764252854583" + "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", + "hash": "561849715759343409" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", - "hash": "16309623552410081075" + "file": "libs/designer-ui/src/lib/card/index.tsx", + "hash": "13283832555519492964" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", - "hash": "10046516850053247370" + "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", + "hash": "16011573732296811334" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", - "hash": "13297355801995093412" + "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", + "hash": "13785447784192146498" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", - "hash": "17542746478583457633" + "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", + "hash": "8715826541047287974" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", - "hash": "14476603392221631274" + "file": "libs/designer-ui/src/lib/card/query/query.less", + "hash": "11595797360380764326" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", - "hash": "279548543693964971" + "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", + "hash": "14660261598576668135" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", - "hash": "6589400180024017937" + "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", + "hash": "13526667775577606191" }, { - "file": "libs/designer-ui/src/lib/index.ts", - "hash": "1537154823661936001" + "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", + "hash": "5079305499650318742" }, { - "file": "libs/designer-ui/src/lib/infoDot/index.tsx", - "hash": "889059819977718434" + "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", + "hash": "6661024250966707869" }, { - "file": "libs/designer-ui/src/lib/infoDot/info.svg", - "hash": "8036333629834072325" + "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", + "hash": "5399921611201970010" }, { - "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", - "hash": "2930019025243925433" + "file": "libs/designer-ui/src/lib/card/types.ts", + "hash": "2035207173265258244" }, { - "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", - "hash": "10169695948451834948" + "file": "libs/designer-ui/src/lib/card/utils.ts", + "hash": "3779033005510076581" }, { - "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", - "hash": "6801643171255754457" + "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", + "hash": "10318132727028056408" }, { - "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", - "hash": "5612500499332085961" + "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", + "hash": "17281609971834388003" }, { - "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", - "hash": "5761604846243713933" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", + "hash": "14718424728750458630" }, { - "file": "libs/designer-ui/src/lib/label/index.tsx", - "hash": "12007290011607531294" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", + "hash": "278286692645171379" }, { - "file": "libs/designer-ui/src/lib/label/label.less", - "hash": "17687715295723073360" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", + "hash": "10765956740228704595" }, { - "file": "libs/designer-ui/src/lib/logicapps.less", - "hash": "8806087804226244251" + "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", + "hash": "2404121659635757544" }, { - "file": "libs/designer-ui/src/lib/mixins.less", - "hash": "230394439281864371" + "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", + "hash": "6405085190209280425" }, { - "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", - "hash": "10772217042952857206" + "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", + "hash": "9946485231683147120" }, { - "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", - "hash": "10027427216166238825" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", + "hash": "1833570921333464272" }, { - "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", - "hash": "12219677476669776727" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", + "hash": "17028620127527218534" }, { - "file": "libs/designer-ui/src/lib/modals/index.tsx", - "hash": "15575472481408686620" + "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", + "hash": "7899578072090309552" }, { - "file": "libs/designer-ui/src/lib/modals/styles.less", - "hash": "6136638654378217309" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", + "hash": "17829515265716695263" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", - "hash": "12736532418364604826" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", + "hash": "5169733349440851429" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", - "hash": "2313100514544127441" + "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", + "hash": "10302797527483302249" }, { - "file": "libs/designer-ui/src/lib/monitoring/index.tsx", - "hash": "12211943605206865211" + "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", + "hash": "13795366944427306018" }, { - "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", - "hash": "4246492693390330142" + "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", + "hash": "12415165516808188305" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", - "hash": "419486314382071026" + "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", + "hash": "96877705819455053" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", - "hash": "10734404772668886632" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", + "hash": "4069273522099387001" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", - "hash": "9977003285799703780" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", + "hash": "12978837117575037085" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", - "hash": "18421766469300972505" + "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", + "hash": "8663050766979969020" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", - "hash": "6054757260707558854" + "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", + "hash": "15417662538862126703" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", - "hash": "6643666802199480477" + "file": "libs/designer-ui/src/lib/chatbot/constants.ts", + "hash": "14764507907521508128" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", - "hash": "17231865355086385495" + "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", + "hash": "4609791305957523089" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", - "hash": "3417626771857836063" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", + "hash": "5685043772510116791" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", - "hash": "675221209884803516" + "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", + "hash": "1667833042679839191" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", - "hash": "551002707008561532" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", + "hash": "13854507772202693145" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", - "hash": "1930433637852205854" + "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", + "hash": "17373142789703576555" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", - "hash": "10690577969096041995" + "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", + "hash": "1013409430604737232" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", - "hash": "12342263735573181103" + "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", + "hash": "661752008716122787" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", - "hash": "9275841064112612057" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", + "hash": "6716426185680659027" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", - "hash": "17586715276385690633" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", + "hash": "7382581463363358893" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", - "hash": "8262084751494625621" + "file": "libs/designer-ui/src/lib/chatbot/index.tsx", + "hash": "381454499199907675" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", - "hash": "8411593742412961835" + "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", + "hash": "16238688331967189110" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", - "hash": "13580200872576368725" + "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", + "hash": "14580093519349138483" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", - "hash": "4980405611307436406" + "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", + "hash": "8902335799853458705" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", - "hash": "14991302223393123721" + "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", + "hash": "5171683084974637831" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", - "hash": "7600255706253655942" + "file": "libs/designer-ui/src/lib/checkbox/index.tsx", + "hash": "8389410843229075694" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", - "hash": "11732121204991821272" + "file": "libs/designer-ui/src/lib/code/codeeditor.less", + "hash": "11024599462256253403" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", - "hash": "15288351325626444660" + "file": "libs/designer-ui/src/lib/code/index.tsx", + "hash": "13872385794669469789" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", - "hash": "10223585420368930613" + "file": "libs/designer-ui/src/lib/code/util.ts", + "hash": "445144902435184601" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", - "hash": "504707717112540246" + "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", + "hash": "9564984331172164947" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", - "hash": "14110306780643171751" + "file": "libs/designer-ui/src/lib/colorizer/index.tsx", + "hash": "18329556158591594852" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", - "hash": "6270089317186652326" + "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", + "hash": "11926254562850019268" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", - "hash": "4141451220579211469" + "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", + "hash": "15494829096109972414" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", - "hash": "7852553993702366824" + "file": "libs/designer-ui/src/lib/combobox/combobox.less", + "hash": "13345514601840043410" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", - "hash": "193615469479801715" + "file": "libs/designer-ui/src/lib/combobox/index.tsx", + "hash": "16544338680339035094" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", - "hash": "15042873896617763231" + "file": "libs/designer-ui/src/lib/common.less", + "hash": "5857225994291839803" }, { - "file": "libs/designer-ui/src/lib/monitoring/utils.ts", - "hash": "9811433099781057729" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", + "hash": "9169908592251197410" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", - "hash": "13057778445119292637" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", + "hash": "3046898503439319454" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", - "hash": "52763648028511711" + "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", + "hash": "5804642269610790205" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", - "hash": "16381991897841589409" + "file": "libs/designer-ui/src/lib/connectioncontainer.less", + "hash": "4274580875391808041" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", - "hash": "12682441240875703524" + "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", + "hash": "6660835975053117480" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", - "hash": "6306384484732365176" + "file": "libs/designer-ui/src/lib/connectors/index.ts", + "hash": "3193834300323525825" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", - "hash": "18165893973256629169" + "file": "libs/designer-ui/src/lib/connectors/predicates.ts", + "hash": "16570364538734730436" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", - "hash": "12118327048907571655" + "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", + "hash": "15085878266015615396" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", - "hash": "4887862900344122017" + "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", + "hash": "18197468828345311134" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", - "hash": "10393528748572104925" + "file": "libs/designer-ui/src/lib/constants.ts", + "hash": "7895778521881895365" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", - "hash": "12615346189074989274" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", + "hash": "11286495138927849850" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", - "hash": "2655487222859584186" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", + "hash": "15724424530173695319" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", - "hash": "3814871834163389192" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", + "hash": "11309293700573786127" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", - "hash": "7220757242219833664" + "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", + "hash": "10706937930238891864" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", - "hash": "10690413901210541672" + "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", + "hash": "13514247859608890614" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", - "hash": "5533580780908687247" + "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", + "hash": "11369730379345400687" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", - "hash": "12630218434281282082" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", + "hash": "8973634346517739741" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", - "hash": "13316433634332619599" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", + "hash": "7464088425034992851" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", - "hash": "839928699017032378" + "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", + "hash": "5315460135369521554" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", - "hash": "11716606859887286627" + "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", + "hash": "5281867526814354008" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", - "hash": "5872083708451966019" + "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", + "hash": "3200362158239488916" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", - "hash": "15717505785974351161" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", + "hash": "3546074923186807401" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", - "hash": "12638713730095398889" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", + "hash": "1273753497022949897" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", - "hash": "13532955381020329840" + "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", + "hash": "13306096207015769369" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", - "hash": "9121170686559313064" + "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", + "hash": "11411020585614827947" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", - "hash": "13705639801361244797" + "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", + "hash": "7281959028831627631" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", - "hash": "293816288209646038" + "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", + "hash": "8304019736247074220" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", - "hash": "13516731456304339134" + "file": "libs/designer-ui/src/lib/dialogs/index.tsx", + "hash": "16665862280750290310" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", - "hash": "2820497291641580399" + "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", + "hash": "13710269573446005500" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", - "hash": "17782873682755923460" + "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", + "hash": "4819881443041728639" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", - "hash": "11078711819505237055" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", + "hash": "11966365107479255632" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", - "hash": "4715217018796897924" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", + "hash": "10228393789800803683" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", - "hash": "16386421992685205061" + "file": "libs/designer-ui/src/lib/dictionary/index.tsx", + "hash": "18370968398463171770" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", - "hash": "520098891633782607" + "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", + "hash": "6335056025812075242" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", - "hash": "16689468766866111496" + "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", + "hash": "15817139601189018466" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", - "hash": "9157709462736836045" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", + "hash": "6797310623515797047" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", - "hash": "8641869722527850309" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", + "hash": "8297998959357972135" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", - "hash": "6361707078583596524" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", - "hash": "16098260837036091861" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", + "hash": "9938088707494835854" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", - "hash": "4155946816780797736" + "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", + "hash": "189492023300231559" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", - "hash": "10828769169907430728" + "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", + "hash": "10317518561976442215" }, { - "file": "libs/designer-ui/src/lib/overview/index.tsx", - "hash": "5264729179643401284" + "file": "libs/designer-ui/src/lib/dropdown/index.tsx", + "hash": "1612483364785584630" }, { - "file": "libs/designer-ui/src/lib/overview/overview.less", - "hash": "5333086232166652616" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", + "hash": "7434182615261632600" }, { - "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", - "hash": "15827135014312739532" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", + "hash": "9501607464876161573" }, { - "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", - "hash": "7234411692432418034" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", + "hash": "12128734607645409156" }, { - "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", - "hash": "8550481728428631124" + "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", + "hash": "17684652277786261310" }, { - "file": "libs/designer-ui/src/lib/overview/types.ts", - "hash": "2126579598831689948" + "file": "libs/designer-ui/src/lib/editor/base/editor.less", + "hash": "12866109678262424869" }, { - "file": "libs/designer-ui/src/lib/overview/utils.ts", - "hash": "8577445182783549528" + "file": "libs/designer-ui/src/lib/editor/base/index.tsx", + "hash": "14166645835120534265" }, { - "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", - "hash": "15075441629819938492" + "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", + "hash": "7693847861135382627" }, { - "file": "libs/designer-ui/src/lib/pager/index.tsx", - "hash": "3778857838129502652" + "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", + "hash": "4541191440119529419" }, { - "file": "libs/designer-ui/src/lib/pager/pager.less", - "hash": "8091612682225053333" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", + "hash": "999476750027091176" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", - "hash": "8696799417392234965" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", + "hash": "17890662429827982084" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", - "hash": "7002691248815830631" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", + "hash": "13945640916550609803" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", - "hash": "4993809863192411632" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", + "hash": "5927512080490513475" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", - "hash": "2205853508975138528" + "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", + "hash": "7428379870511488815" }, { - "file": "libs/designer-ui/src/lib/panel/panel.less", - "hash": "17158687547008918287" + "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", + "hash": "16501257364338436774" }, { - "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", - "hash": "18002211042063796542" + "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", + "hash": "7159772630000027135" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", - "hash": "4181156361129071511" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", + "hash": "826227630247342849" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", - "hash": "3211112189585202759" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", + "hash": "10708434969004690012" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", - "hash": "18309244507736451743" + "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", + "hash": "2147313770352251950" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", - "hash": "9351907373212021698" + "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", + "hash": "13449398835402371871" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", - "hash": "17322124435554399120" + "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", + "hash": "744582158043496767" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", - "hash": "11087265144024677369" + "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", + "hash": "2804235267765397597" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", - "hash": "17348543329160266229" + "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", + "hash": "1396622124801278751" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", - "hash": "5368141520701630173" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", + "hash": "10805420593120911666" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", - "hash": "2554387369677849010" + "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", + "hash": "9379670679296092620" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", - "hash": "12446852403660781374" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", + "hash": "15576049973494503143" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", - "hash": "13683402321157268579" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", + "hash": "13926370169738082009" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", - "hash": "17186600491422881894" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", + "hash": "5581606338787978728" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", - "hash": "13482017317742840376" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", + "hash": "8192890641204198515" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", - "hash": "10499254465139828638" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", + "hash": "12118490130152815053" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", - "hash": "15977038685148705278" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", + "hash": "2463583388686525568" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", - "hash": "13240583012789543499" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", + "hash": "11358342835079118658" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", - "hash": "690447729622451295" + "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", + "hash": "6646959457516159519" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", - "hash": "5057205077790208047" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", + "hash": "14686112532473519777" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", - "hash": "17527213518426963207" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", + "hash": "9281471718380757374" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", - "hash": "13212319030288067682" + "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", + "hash": "1534107538736673298" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", - "hash": "13492392163692871110" + "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", + "hash": "12829686526507324272" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", - "hash": "7178836305205375565" + "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", + "hash": "8810971222002859696" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", - "hash": "4493083848763349259" + "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", + "hash": "17758309304074598462" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", - "hash": "14018113873034060104" + "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", + "hash": "2856148563059087619" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", - "hash": "4464919068484355896" + "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", + "hash": "8005004771604368381" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", - "hash": "5167621470308849386" + "file": "libs/designer-ui/src/lib/editor/index.ts", + "hash": "10519293280335263474" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", - "hash": "2648744375249591554" + "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", + "hash": "5153936568516294781" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", - "hash": "2796091543049835331" + "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", + "hash": "16814638361287986075" }, { - "file": "libs/designer-ui/src/lib/peek/index.tsx", - "hash": "8312352776443040701" + "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", + "hash": "5064580720179297796" }, { - "file": "libs/designer-ui/src/lib/peek/peek.less", - "hash": "5179023226310307934" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", + "hash": "12121974177438633709" }, { - "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", - "hash": "16844240727319705526" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", + "hash": "17176576509706398941" }, { - "file": "libs/designer-ui/src/lib/picker/picker.less", - "hash": "14035428915541759770" + "file": "libs/designer-ui/src/lib/editor/shared/index.ts", + "hash": "14207176860322026590" }, { - "file": "libs/designer-ui/src/lib/picker/picker.tsx", - "hash": "9936757088538147447" + "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", + "hash": "8024413390298642678" }, { - "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", - "hash": "10073830036453461709" + "file": "libs/designer-ui/src/lib/editor/string/index.tsx", + "hash": "7639585167181465561" }, { - "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", - "hash": "6780675836712554604" + "file": "libs/designer-ui/src/lib/error.less", + "hash": "3373390242925169530" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", - "hash": "17251306642395290061" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", + "hash": "9624981949339319323" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", - "hash": "8423998804948554753" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", + "hash": "10370400888889586543" }, { - "file": "libs/designer-ui/src/lib/processsimple.less", - "hash": "10920513620307106503" + "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", + "hash": "17617719147470187537" }, { - "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", - "hash": "2093105941834037814" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", + "hash": "4277915310721666119" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", - "hash": "533998977012114795" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", + "hash": "18032552394640042637" }, { - "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", - "hash": "12595615463356570094" + "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", + "hash": "13003257438294379371" }, { - "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", - "hash": "3970203593564315605" + "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", + "hash": "1819426727053970521" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", - "hash": "7958784090531085705" + "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", + "hash": "3938398385346396861" }, { - "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", - "hash": "12549674998744926866" + "file": "libs/designer-ui/src/lib/eventhandler.ts", + "hash": "9886405224726247393" }, { - "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", - "hash": "536082630199019015" + "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", + "hash": "6690363619180504744" }, { - "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", - "hash": "1746916797204687586" + "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", + "hash": "17626371448885479665" }, { - "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", - "hash": "6934817803500771674" + "file": "libs/designer-ui/src/lib/fabric.less", + "hash": "7324803988841128995" }, { - "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", - "hash": "6560147387456010691" + "file": "libs/designer-ui/src/lib/fabric.ts", + "hash": "14933180766639065818" }, { - "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", - "hash": "9744197607426609588" + "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", + "hash": "17392366590677974305" }, { - "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", + "hash": "4041121768159149616" }, { - "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", - "hash": "2346030931533446" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", + "hash": "941920347758561377" }, { - "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", - "hash": "15355178706122799377" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", + "hash": "4326546944393916235" }, { - "file": "libs/designer-ui/src/lib/recurrence/index.tsx", - "hash": "15658040158328195249" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", + "hash": "10540908164326165093" }, { - "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", - "hash": "9987048972348029337" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", + "hash": "11473128131775540065" }, { - "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", - "hash": "14357271788475922496" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", + "hash": "14543616680076626699" }, { - "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", - "hash": "1463391895963564865" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", + "hash": "4326737180955321997" }, { - "file": "libs/designer-ui/src/lib/recurrence/util.ts", - "hash": "5064300869787261034" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", + "hash": "17137134300501690521" }, { - "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", - "hash": "16105098843942226016" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", + "hash": "13351151318103125008" }, { - "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", - "hash": "6689323961188588931" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", + "hash": "8736472121872865078" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", - "hash": "18016790998101229210" + "file": "libs/designer-ui/src/lib/flyout/flyout.less", + "hash": "4656963404569200854" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", - "hash": "16700098916563767128" + "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", + "hash": "8017317867674531104" }, { - "file": "libs/designer-ui/src/lib/scratch/index.tsx", - "hash": "10742308626860605931" + "file": "libs/designer-ui/src/lib/flyout/index.tsx", + "hash": "1260847504997562152" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", - "hash": "2888072881217849228" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", + "hash": "11532610769239171275" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", - "hash": "4384425775058724694" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", + "hash": "6670084940779114703" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", - "hash": "17807730621184061128" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", + "hash": "9241936514538992768" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", - "hash": "7511337114295773791" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", + "hash": "4932261342436465773" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", - "hash": "15943000290012850686" + "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", + "hash": "8173849641804162665" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", - "hash": "11484685343060067972" + "file": "libs/designer-ui/src/lib/flyout2/index.tsx", + "hash": "3411562267958358391" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", - "hash": "1950426186543700291" + "file": "libs/designer-ui/src/lib/flyout2/types.ts", + "hash": "8979356059828005344" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", - "hash": "17958922138731454722" + "file": "libs/designer-ui/src/lib/helper.ts", + "hash": "5189186251086759243" }, { - "file": "libs/designer-ui/src/lib/searchbox/index.tsx", - "hash": "10324532526263750215" + "file": "libs/designer-ui/src/lib/html/htmleditor.less", + "hash": "17205576638309460013" }, { - "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", - "hash": "17070394820412328482" + "file": "libs/designer-ui/src/lib/html/index.tsx", + "hash": "3044561647356072724" }, { - "file": "libs/designer-ui/src/lib/selector/listitem.less", - "hash": "4259083201646627631" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", + "hash": "8095200699080002708" }, { - "file": "libs/designer-ui/src/lib/selector2/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", + "hash": "9856168573309225800" }, { - "file": "libs/designer-ui/src/lib/settings/settings.less", - "hash": "7126061513937455008" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", + "hash": "3522657421512189575" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", - "hash": "4435894471555644765" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", + "hash": "6822239360363505310" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", - "hash": "16334138655442976813" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", + "hash": "5514822623923500815" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", - "hash": "13967530428359610578" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", + "hash": "7136035197919586744" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", - "hash": "13906076876696414898" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", + "hash": "14372803173867136152" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", - "hash": "7252480758377295120" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", + "hash": "2194368813692256604" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", - "hash": "9727213561321302269" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", + "hash": "776689613520795095" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", - "hash": "1550185295477111260" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", + "hash": "6781567092509984620" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", - "hash": "7979415308541757689" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", + "hash": "7593112338545138083" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", - "hash": "13272267492640030363" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", + "hash": "2086008163121647920" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", - "hash": "8808450834888764903" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", + "hash": "6781567092509984620" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", - "hash": "12543103287299199853" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", + "hash": "214561553827607598" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", - "hash": "17463220408421567143" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", + "hash": "334782051825482473" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", - "hash": "3246483662127076599" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", + "hash": "4585057281924668716" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", - "hash": "12885467287687881288" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", + "hash": "11495204600890515354" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", - "hash": "13308565209626155736" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", + "hash": "10663192197845770854" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", - "hash": "5702994757097410519" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", + "hash": "12534895890895115814" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", - "hash": "16946969717896928335" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", + "hash": "12594388779590684473" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", - "hash": "14406499374913114463" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", + "hash": "17603065135284266651" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", - "hash": "17178816657242950538" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", + "hash": "17330625502641164904" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", - "hash": "11611641119049594003" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", + "hash": "18048853400467862337" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", - "hash": "8097128120211761290" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", + "hash": "8167873247401494691" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", - "hash": "8962813326873104095" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", + "hash": "2078509837722520921" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", - "hash": "15775613625342372171" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", + "hash": "13255948299069352972" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", - "hash": "5924987678681729471" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", + "hash": "9368588845243372286" }, { - "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", - "hash": "3047054082572998633" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", + "hash": "17332273936381855071" }, { - "file": "libs/designer-ui/src/lib/staticResult/index.tsx", - "hash": "14697580575318712867" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", + "hash": "3274982305516698081" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", - "hash": "15007279530654847359" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", + "hash": "9368588845243372286" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", - "hash": "9183635823764128986" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", + "hash": "16690852428978853331" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", - "hash": "13444849356722872452" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", + "hash": "10813322944291888667" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", - "hash": "1081889382541114074" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", + "hash": "11230861677546471079" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", - "hash": "15959079908627953579" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", + "hash": "6747273522689120609" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", - "hash": "12804331889147193576" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", + "hash": "1474595322273650579" }, { - "file": "libs/designer-ui/src/lib/staticResult/util.ts", - "hash": "12130759100693724298" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", + "hash": "17970557104113324526" }, { - "file": "libs/designer-ui/src/lib/styles.less", - "hash": "166034430368033810" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", + "hash": "18208757820714239690" }, { - "file": "libs/designer-ui/src/lib/table/index.tsx", - "hash": "5811805714285822695" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", + "hash": "6124589755320637077" }, { - "file": "libs/designer-ui/src/lib/table/table.less", - "hash": "17717078328201216873" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", + "hash": "12407779132103186555" }, { - "file": "libs/designer-ui/src/lib/telemetry/models.ts", - "hash": "2036428094618159795" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", + "hash": "1920943312027348431" }, { - "file": "libs/designer-ui/src/lib/templates.less", - "hash": "13509739952002525059" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", + "hash": "44898852948275301" }, { - "file": "libs/designer-ui/src/lib/texteditor.less", - "hash": "9518583984914224308" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", + "hash": "1073425639168601706" }, { - "file": "libs/designer-ui/src/lib/themes.less", - "hash": "8746124453530709086" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", + "hash": "647227830974271854" }, { - "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", - "hash": "7884539885490036668" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", + "hash": "6631214352319600313" }, { - "file": "libs/designer-ui/src/lib/tip/index.tsx", - "hash": "6456445400280403348" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", + "hash": "84510633589929201" }, { - "file": "libs/designer-ui/src/lib/tip/tip.less", - "hash": "864974949945444768" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", + "hash": "1593572000493596394" }, { - "file": "libs/designer-ui/src/lib/token/icon/icon.svg", - "hash": "17674597592259549335" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", + "hash": "15935181764252854583" }, { - "file": "libs/designer-ui/src/lib/token/inputToken.tsx", - "hash": "16200897783977841405" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", + "hash": "16309623552410081075" }, { - "file": "libs/designer-ui/src/lib/token/token.less", - "hash": "8916224308481562001" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", + "hash": "10046516850053247370" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", - "hash": "4123262090212438691" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", + "hash": "13297355801995093412" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", - "hash": "2853414685478189039" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", + "hash": "17542746478583457633" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", - "hash": "11435576967881324524" + "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", + "hash": "14476603392221631274" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", - "hash": "1611864088104161888" + "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", + "hash": "279548543693964971" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", - "hash": "10333796685632066015" + "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", + "hash": "6589400180024017937" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", - "hash": "8960542853919965430" + "file": "libs/designer-ui/src/lib/index.ts", + "hash": "1537154823661936001" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", - "hash": "2081176783700482104" + "file": "libs/designer-ui/src/lib/infoDot/index.tsx", + "hash": "889059819977718434" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", - "hash": "6713034013296412901" + "file": "libs/designer-ui/src/lib/infoDot/info.svg", + "hash": "8036333629834072325" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", - "hash": "1216342025486624717" + "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", + "hash": "2930019025243925433" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", - "hash": "12969480948206225977" + "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", + "hash": "10169695948451834948" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", - "hash": "10681588127073554750" + "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", + "hash": "6801643171255754457" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", - "hash": "17971317652324407497" + "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", + "hash": "5612500499332085961" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", - "hash": "8310355415777998215" + "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", + "hash": "5761604846243713933" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", - "hash": "4581006209134707097" + "file": "libs/designer-ui/src/lib/label/index.tsx", + "hash": "12007290011607531294" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", - "hash": "5406357786683741015" + "file": "libs/designer-ui/src/lib/label/label.less", + "hash": "17687715295723073360" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", - "hash": "4270550485948598125" + "file": "libs/designer-ui/src/lib/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", - "hash": "2892626327870650960" + "file": "libs/designer-ui/src/lib/mixins.less", + "hash": "230394439281864371" }, { - "file": "libs/designer-ui/src/lib/useId.ts", - "hash": "12772098688257676898" + "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", + "hash": "10772217042952857206" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", - "hash": "3615471043450668363" + "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", + "hash": "10027427216166238825" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", - "hash": "13167808388628079038" + "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", + "hash": "12219677476669776727" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", - "hash": "3721402899614210136" + "file": "libs/designer-ui/src/lib/modals/index.tsx", + "hash": "15575472481408686620" }, { - "file": "libs/designer-ui/src/lib/utils/index.ts", - "hash": "2393341790798255513" + "file": "libs/designer-ui/src/lib/modals/styles.less", + "hash": "6136638654378217309" }, { - "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", - "hash": "1113426561916620063" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", + "hash": "12736532418364604826" }, { - "file": "libs/designer-ui/src/lib/utils/theme.ts", - "hash": "5123506134529499400" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", + "hash": "2313100514544127441" }, { - "file": "libs/designer-ui/src/lib/utils/utils.ts", - "hash": "11266933742857457165" + "file": "libs/designer-ui/src/lib/monitoring/index.tsx", + "hash": "12211943605206865211" }, { - "file": "libs/designer-ui/src/lib/variables.less", - "hash": "13854268804298288286" + "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", + "hash": "4246492693390330142" }, { - "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", - "hash": "12608385326651885729" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", + "hash": "419486314382071026" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", - "hash": "8659213389376079589" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", + "hash": "10734404772668886632" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", - "hash": "12870960388256787222" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", + "hash": "9977003285799703780" }, { - "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", - "hash": "18283668117763704654" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", + "hash": "18421766469300972505" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", - "hash": "6594421216686966274" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", + "hash": "6054757260707558854" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", - "hash": "10300510257878123869" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", + "hash": "6643666802199480477" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", - "hash": "4189180858033397576" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", + "hash": "17231865355086385495" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", - "hash": "1535516984838576699" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", + "hash": "3417626771857836063" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", - "hash": "419696829996521827" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", + "hash": "675221209884803516" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", - "hash": "5733233591777311890" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", + "hash": "551002707008561532" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", - "hash": "9695333510577571586" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", + "hash": "1930433637852205854" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", - "hash": "16499630402068817431" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", + "hash": "10690577969096041995" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", - "hash": "13510225378436737087" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", + "hash": "12342263735573181103" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", - "hash": "7924411380748216609" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", + "hash": "9275841064112612057" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", - "hash": "3392910215509758091" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", + "hash": "17586715276385690633" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", - "hash": "7629577700357058279" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", + "hash": "8262084751494625621" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", - "hash": "11485840583766971677" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", + "hash": "8411593742412961835" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", - "hash": "9051361537676115669" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", + "hash": "13580200872576368725" }, { - "file": "libs/designer-ui/src/styles.less", - "hash": "29584031777522955" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", + "hash": "4980405611307436406" }, { - "file": "libs/designer-ui/src/types/Svg.d.ts", - "hash": "16119276421185882375" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", + "hash": "14991302223393123721" }, { - "file": "libs/designer-ui/tsconfig.json", - "hash": "2991600590297984719" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", + "hash": "7600255706253655942" }, { - "file": "libs/designer-ui/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", + "hash": "11732121204991821272" }, { - "file": "libs/designer-ui/tsup.config.ts", - "hash": "5034656414761252557" - } - ], - "vs-code-react": [ + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", + "hash": "15288351325626444660" + }, { - "file": "apps/vs-code-react/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", + "hash": "10223585420368930613" }, { - "file": "apps/vs-code-react/.browserslistrc", - "hash": "167759602395835039" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", + "hash": "504707717112540246" }, { - "file": "apps/vs-code-react/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", + "hash": "14110306780643171751" }, { - "file": "apps/vs-code-react/jest.config.ts", - "hash": "8334961725413338902" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", + "hash": "6270089317186652326" }, { - "file": "apps/vs-code-react/project.json", - "hash": "16992379845976149116" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", + "hash": "4141451220579211469" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", - "hash": "7103226391461447657" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", + "hash": "7852553993702366824" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", - "hash": "15235190526173296646" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", + "hash": "193615469479801715" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", - "hash": "3923189858935612561" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", + "hash": "15042873896617763231" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", - "hash": "5310943053923898056" + "file": "libs/designer-ui/src/lib/monitoring/utils.ts", + "hash": "9811433099781057729" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", - "hash": "14353098042527666078" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", + "hash": "13057778445119292637" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.less", - "hash": "10860476654260307609" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", + "hash": "52763648028511711" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", - "hash": "1229212044608318791" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", + "hash": "16381991897841589409" }, { - "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", - "hash": "1233751610250085221" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", + "hash": "12682441240875703524" }, { - "file": "apps/vs-code-react/src/app/designer/app.less", - "hash": "2873139032757981092" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", + "hash": "6306384484732365176" }, { - "file": "apps/vs-code-react/src/app/designer/app.tsx", - "hash": "14446374292339965572" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", + "hash": "18165893973256629169" }, { - "file": "apps/vs-code-react/src/app/designer/constants.ts", - "hash": "5903664051922439610" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", + "hash": "12118327048907571655" }, { - "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", - "hash": "8677180454198120663" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", + "hash": "4887862900344122017" }, { - "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", - "hash": "13157754222681752876" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", + "hash": "10393528748572104925" }, { - "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", - "hash": "3846553792648049504" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", + "hash": "12615346189074989274" }, { - "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", - "hash": "2583935077415507996" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", + "hash": "2655487222859584186" }, { - "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", - "hash": "11284208617598927726" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", + "hash": "3814871834163389192" }, { - "file": "apps/vs-code-react/src/app/export/export.less", - "hash": "3696757642502745218" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", + "hash": "7220757242219833664" }, { - "file": "apps/vs-code-react/src/app/export/export.tsx", - "hash": "8780683083445998923" + "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", + "hash": "10690413901210541672" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", - "hash": "1432771657034188602" + "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", + "hash": "5533580780908687247" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", - "hash": "920422646883876413" + "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", + "hash": "12630218434281282082" }, { - "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", - "hash": "11162162346257637474" + "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", + "hash": "13316433634332619599" }, { - "file": "apps/vs-code-react/src/app/export/status/status.tsx", - "hash": "7912554661822815221" + "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", + "hash": "839928699017032378" }, { - "file": "apps/vs-code-react/src/app/export/summary/helper.ts", - "hash": "14153533387296877593" + "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", + "hash": "11716606859887286627" }, { - "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", - "hash": "7161124247970943148" + "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", + "hash": "5872083708451966019" }, { - "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", - "hash": "4655457745320534508" + "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", + "hash": "15717505785974351161" }, { - "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", - "hash": "314441399583635160" + "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", + "hash": "12638713730095398889" }, { - "file": "apps/vs-code-react/src/app/export/validation/helper.ts", - "hash": "11787808914725369004" + "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", + "hash": "13532955381020329840" }, { - "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", - "hash": "6866286216752763150" + "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", + "hash": "9121170686559313064" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", - "hash": "10475247554118844324" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", + "hash": "13705639801361244797" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", - "hash": "1366466573911291031" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", + "hash": "293816288209646038" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", - "hash": "3750291621191783642" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", + "hash": "13516731456304339134" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", - "hash": "16694375718863827935" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", + "hash": "2820497291641580399" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", - "hash": "3220598036709854135" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", + "hash": "17782873682755923460" }, { - "file": "apps/vs-code-react/src/app/overview/app.tsx", - "hash": "6561625234207029430" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", + "hash": "11078711819505237055" }, { - "file": "apps/vs-code-react/src/app/overview/overview.less", - "hash": "10514910349287699054" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", + "hash": "4715217018796897924" }, { - "file": "apps/vs-code-react/src/app/review/index.tsx", - "hash": "17050061761908500120" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", + "hash": "16386421992685205061" }, { - "file": "apps/vs-code-react/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", + "hash": "520098891633782607" }, { - "file": "apps/vs-code-react/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", + "hash": "16689468766866111496" }, { - "file": "apps/vs-code-react/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", + "hash": "9157709462736836045" }, { - "file": "apps/vs-code-react/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", + "hash": "8641869722527850309" }, { - "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", - "hash": "8025372240546622652" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", + "hash": "6361707078583596524" }, { - "file": "apps/vs-code-react/src/fixtures/get-run.json", - "hash": "14954993404334898723" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", + "hash": "16098260837036091861" }, { - "file": "apps/vs-code-react/src/fixtures/get-runs.json", - "hash": "16210149105685428411" + "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", + "hash": "4155946816780797736" }, { - "file": "apps/vs-code-react/src/index.html", - "hash": "15542557927961559597" + "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", + "hash": "10828769169907430728" }, { - "file": "apps/vs-code-react/src/main.tsx", - "hash": "12636954517020345187" + "file": "libs/designer-ui/src/lib/overview/index.tsx", + "hash": "5264729179643401284" }, { - "file": "apps/vs-code-react/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer-ui/src/lib/overview/overview.less", + "hash": "5333086232166652616" }, { - "file": "apps/vs-code-react/src/resources/Caution.svg", - "hash": "12946324935578891880" + "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", + "hash": "15827135014312739532" }, { - "file": "apps/vs-code-react/src/resources/Error.svg", - "hash": "1306017530222758526" + "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", + "hash": "7234411692432418034" }, { - "file": "apps/vs-code-react/src/resources/Success.svg", - "hash": "1346479691433759862" + "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", + "hash": "8550481728428631124" }, { - "file": "apps/vs-code-react/src/router/index.tsx", - "hash": "15140865326278989359" + "file": "libs/designer-ui/src/lib/overview/types.ts", + "hash": "2126579598831689948" }, { - "file": "apps/vs-code-react/src/run-service.ts", - "hash": "17001222516069202300" + "file": "libs/designer-ui/src/lib/overview/utils.ts", + "hash": "8577445182783549528" }, { - "file": "apps/vs-code-react/src/run-service/export/helper.ts", - "hash": "17978663445350106988" + "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", + "hash": "15075441629819938492" }, { - "file": "apps/vs-code-react/src/run-service/export/index.ts", - "hash": "8958556086353433187" + "file": "libs/designer-ui/src/lib/pager/index.tsx", + "hash": "3778857838129502652" }, { - "file": "apps/vs-code-react/src/run-service/types.ts", - "hash": "15571572309314646001" + "file": "libs/designer-ui/src/lib/pager/pager.less", + "hash": "8091612682225053333" }, { - "file": "apps/vs-code-react/src/state/DataMapSlice.ts", - "hash": "12162383684219148227" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", + "hash": "8696799417392234965" }, { - "file": "apps/vs-code-react/src/state/DesignerSlice.ts", - "hash": "15018588436028947609" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", + "hash": "7002691248815830631" }, { - "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", - "hash": "17422552152551623659" + "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", + "hash": "4993809863192411632" }, { - "file": "apps/vs-code-react/src/state/projectSlice.ts", - "hash": "17786023480081942934" + "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", + "hash": "2205853508975138528" }, { - "file": "apps/vs-code-react/src/state/store.ts", - "hash": "9306760291102940367" + "file": "libs/designer-ui/src/lib/panel/panel.less", + "hash": "17158687547008918287" }, { - "file": "apps/vs-code-react/src/stateWrapper.tsx", - "hash": "2412499423087675880" + "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", + "hash": "18002211042063796542" }, { - "file": "apps/vs-code-react/src/styles.less", - "hash": "11897878901819299767" + "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", + "hash": "4181156361129071511" }, { - "file": "apps/vs-code-react/src/themeProvider.tsx", - "hash": "3199307216492964650" + "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", + "hash": "3211112189585202759" }, { - "file": "apps/vs-code-react/src/webviewCommunication.tsx", - "hash": "4256707400206268801" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", + "hash": "18309244507736451743" }, { - "file": "apps/vs-code-react/tsconfig.app.json", - "hash": "4251399858593500384" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", + "hash": "9351907373212021698" }, { - "file": "apps/vs-code-react/tsconfig.json", - "hash": "10208151351921925114" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", + "hash": "17322124435554399120" }, { - "file": "apps/vs-code-react/tsconfig.spec.json", - "hash": "15143458430517966976" - } - ], - "@microsoft/logic-apps-chatbot": [ + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", + "hash": "11087265144024677369" + }, { - "file": "libs/chatbot/package.json", - "hash": "14533386357963788386", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "@microsoft/logic-apps-designer", - "npm:@fluentui/react", - "npm:@fluentui/react-icons", - "@microsoft/designer-ui", - "npm:@fluentui/react-components", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", + "hash": "17348543329160266229" }, { - "file": "libs/chatbot/rollup.config.mjs", - "hash": "16469814706170133141" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", + "hash": "5368141520701630173" }, { - "file": "libs/chatbot/src/index.ts", - "hash": "5472632491119599158" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", + "hash": "2554387369677849010" }, { - "file": "libs/chatbot/src/lib/common/constants.ts", - "hash": "2429934717009400244" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", + "hash": "12446852403660781374" }, { - "file": "libs/chatbot/src/lib/common/models/Query.ts", - "hash": "12711516361292056739" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", + "hash": "13683402321157268579" }, { - "file": "libs/chatbot/src/lib/common/models/workflow.ts", - "hash": "15855456327309866932" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", + "hash": "17186600491422881894" }, { - "file": "libs/chatbot/src/lib/core/util/index.ts", - "hash": "5139985942597791835" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", + "hash": "13482017317742840376" }, { - "file": "libs/chatbot/src/lib/images/LogicApps.svg", - "hash": "2097860906489808431" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", + "hash": "10499254465139828638" }, { - "file": "libs/chatbot/src/lib/images/Sparkle.svg", - "hash": "3138281638005072555" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", + "hash": "15977038685148705278" }, { - "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", - "hash": "12308741199338082792" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", + "hash": "13240583012789543499" }, { - "file": "libs/chatbot/src/lib/images/Workflow.svg", - "hash": "9644831917975499371" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", + "hash": "690447729622451295" }, { - "file": "libs/chatbot/src/lib/index.tsx", - "hash": "7293379411218707820" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", + "hash": "5057205077790208047" }, { - "file": "libs/chatbot/src/lib/styles.less", - "hash": "17038065324912682386" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", + "hash": "17527213518426963207" }, { - "file": "libs/chatbot/src/lib/ui/chatbot.tsx", - "hash": "14000638668528235529" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", + "hash": "13212319030288067682" }, { - "file": "libs/chatbot/src/lib/ui/panelheader.tsx", - "hash": "933389736901388174" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", + "hash": "13492392163692871110" }, { - "file": "libs/chatbot/src/lib/ui/styles.less", - "hash": "16062592558757698716" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", + "hash": "7178836305205375565" }, { - "file": "libs/chatbot/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "@microsoft/logic-apps-designer": [ + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", + "hash": "4493083848763349259" + }, { - "file": "libs/designer/package.json", - "hash": "8694041123093540774", - "deps": [ - "npm:@fluentui/azure-themes", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-hooks", - "npm:@fluentui/react-icons", - "npm:@fluentui/utilities", - "npm:@microsoft/applicationinsights-core-js", - "@microsoft/designer-ui", - "@microsoft/logic-apps-shared", - "npm:@react-hookz/web", - "npm:@reduxjs/toolkit", - "npm:elkjs", - "npm:fuse.js", - "npm:immer", - "npm:lodash.frompairs", - "npm:lodash.merge", - "npm:react-dnd", - "npm:react-dnd-accessible-backend", - "npm:react-dnd-html5-backend", - "npm:react-dnd-multi-backend", - "npm:react-hotkeys-hook", - "npm:react-intl", - "npm:react-query", - "npm:react-redux", - "npm:reactflow", - "npm:redux-thunk", - "npm:to-title-case", - "npm:util", - "npm:yocto-queue", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", + "hash": "14018113873034060104" }, { - "file": "libs/designer/src/index.ts", - "hash": "11355081150901527302" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", + "hash": "4464919068484355896" }, { - "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", + "hash": "5167621470308849386" }, { - "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", - "hash": "9240782448242967537" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", + "hash": "2648744375249591554" }, { - "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", - "hash": "5214463813702224032" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", + "hash": "2796091543049835331" }, { - "file": "libs/designer/src/lib/common/constants.ts", - "hash": "14716266680681788853" + "file": "libs/designer-ui/src/lib/peek/index.tsx", + "hash": "8312352776443040701" }, { - "file": "libs/designer/src/lib/common/exceptions/exception.ts", - "hash": "4016853272413138441" + "file": "libs/designer-ui/src/lib/peek/peek.less", + "hash": "5179023226310307934" }, { - "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", - "hash": "2438628799773606413" + "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", + "hash": "16844240727319705526" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", - "hash": "13936938153293651615" + "file": "libs/designer-ui/src/lib/picker/picker.less", + "hash": "14035428915541759770" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", - "hash": "17853975463227900194" + "file": "libs/designer-ui/src/lib/picker/picker.tsx", + "hash": "9936757088538147447" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", - "hash": "716422980644102335" + "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", + "hash": "10073830036453461709" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", - "hash": "10948104330765315206" + "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", + "hash": "6780675836712554604" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", - "hash": "13744301547491746840" + "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", + "hash": "17251306642395290061" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", - "hash": "5099585607600274464" + "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", + "hash": "8423998804948554753" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", - "hash": "3057811563704111315" + "file": "libs/designer-ui/src/lib/processsimple.less", + "hash": "10920513620307106503" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", - "hash": "13794169093128310758" + "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", + "hash": "2093105941834037814" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", - "hash": "6553711262896807602" + "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", + "hash": "533998977012114795" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", - "hash": "3769112376720810799" + "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", + "hash": "12595615463356570094" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", - "hash": "4840054514873781546" + "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", + "hash": "3970203593564315605" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", - "hash": "13772471609559374653" + "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", + "hash": "7958784090531085705" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", - "hash": "17291714734882915823" + "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", + "hash": "12549674998744926866" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", - "hash": "8696373633900139960" + "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", + "hash": "536082630199019015" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", - "hash": "10209490491669077224" + "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", + "hash": "1746916797204687586" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", - "hash": "5762239862513015054" + "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", + "hash": "6934817803500771674" }, { - "file": "libs/designer/src/lib/common/images/arrowdark.svg", - "hash": "5926111895234327525" + "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", + "hash": "6560147387456010691" }, { - "file": "libs/designer/src/lib/common/images/arrowlight.svg", - "hash": "8015769479673340480" + "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", + "hash": "9744197607426609588" }, { - "file": "libs/designer/src/lib/common/images/arrowred.svg", - "hash": "2430505900927056727" + "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "libs/designer/src/lib/common/images/bolt.svg", - "hash": "17462634652015284885" + "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", + "hash": "2346030931533446" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", - "hash": "4281210752025126548" + "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", + "hash": "15355178706122799377" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", - "hash": "8923215817224206799" + "file": "libs/designer-ui/src/lib/recurrence/index.tsx", + "hash": "15658040158328195249" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", - "hash": "4347287844293995514" + "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", + "hash": "9987048972348029337" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", - "hash": "802393672600738414" + "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", + "hash": "14357271788475922496" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", - "hash": "788257097228620744" + "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", + "hash": "1463391895963564865" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", - "hash": "11736524123979545801" + "file": "libs/designer-ui/src/lib/recurrence/util.ts", + "hash": "5064300869787261034" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", - "hash": "965633922044453844" + "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", + "hash": "16105098843942226016" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", - "hash": "10224443075493376159" + "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", + "hash": "6689323961188588931" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", - "hash": "488405671534951514" + "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", + "hash": "18016790998101229210" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", - "hash": "16381515837357068415" + "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", + "hash": "16700098916563767128" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", - "hash": "17856490403949387790" + "file": "libs/designer-ui/src/lib/scratch/index.tsx", + "hash": "10742308626860605931" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", - "hash": "15243776523488424116" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", + "hash": "2888072881217849228" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", - "hash": "5699680888941228448" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", + "hash": "4384425775058724694" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", - "hash": "9764035938809534317" + "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", + "hash": "17807730621184061128" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", - "hash": "12326541136900487952" + "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", + "hash": "7511337114295773791" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", - "hash": "6245055721372883370" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", + "hash": "15943000290012850686" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", - "hash": "14444337833939963797" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", + "hash": "11484685343060067972" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", - "hash": "17064721766454223509" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", + "hash": "1950426186543700291" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", - "hash": "13549953610772304995" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", + "hash": "17958922138731454722" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", - "hash": "9884449892115783238" + "file": "libs/designer-ui/src/lib/searchbox/index.tsx", + "hash": "10324532526263750215" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", - "hash": "5650084185790556380" + "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", + "hash": "17070394820412328482" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", - "hash": "16533471828587912919" + "file": "libs/designer-ui/src/lib/selector/listitem.less", + "hash": "4259083201646627631" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", - "hash": "10277570825407438664" + "file": "libs/designer-ui/src/lib/selector2/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", - "hash": "5644614242196469494" + "file": "libs/designer-ui/src/lib/settings/settings.less", + "hash": "7126061513937455008" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", - "hash": "4854754781356184488" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", + "hash": "4435894471555644765" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", - "hash": "17577366797422234032" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", + "hash": "16334138655442976813" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", - "hash": "18096424898773100452" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", + "hash": "13967530428359610578" + }, + { + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", + "hash": "13906076876696414898" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", - "hash": "8410319851745043818" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", + "hash": "7252480758377295120" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", - "hash": "4344707577102300882" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", + "hash": "9727213561321302269" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", - "hash": "14973565284851361466" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", + "hash": "1550185295477111260" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", - "hash": "6940736653966224597" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", + "hash": "7979415308541757689" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", - "hash": "10913390805409066774" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", + "hash": "13272267492640030363" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", - "hash": "18310566090601123291" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", + "hash": "8808450834888764903" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", - "hash": "4211895255849396300" + "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", + "hash": "12543103287299199853" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", - "hash": "15249336994675481" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", + "hash": "17463220408421567143" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", - "hash": "6229273879523350518" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", + "hash": "3246483662127076599" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", - "hash": "14552059136095416702" + "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", + "hash": "12885467287687881288" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", - "hash": "8321402279766452771" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", + "hash": "13308565209626155736" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", - "hash": "14144206237714493160" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", + "hash": "5702994757097410519" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", - "hash": "546764277464022095" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", + "hash": "16946969717896928335" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", - "hash": "15076765899186592786" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", + "hash": "14406499374913114463" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", - "hash": "3692508794323306407" + "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", + "hash": "17178816657242950538" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", - "hash": "1731479113183843607" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", + "hash": "11611641119049594003" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", - "hash": "4173490804496111343" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", + "hash": "8097128120211761290" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", - "hash": "11873669256365835624" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", + "hash": "8962813326873104095" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", - "hash": "11139441907313241224" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", + "hash": "15775613625342372171" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", - "hash": "3241487867540139826" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", + "hash": "5924987678681729471" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", - "hash": "7715913989452853316" + "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", + "hash": "3047054082572998633" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", - "hash": "13582317555878671565" + "file": "libs/designer-ui/src/lib/staticResult/index.tsx", + "hash": "14697580575318712867" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", - "hash": "4977325050658584568" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", + "hash": "15007279530654847359" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", - "hash": "1045431280059616257" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", + "hash": "9183635823764128986" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", - "hash": "16640363275658842913" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", + "hash": "13444849356722872452" }, { - "file": "libs/designer/src/lib/common/images/card/delete.svg", - "hash": "15675230980148461553" + "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", + "hash": "1081889382541114074" }, { - "file": "libs/designer/src/lib/common/images/card/input_selection.svg", - "hash": "6874565955253727212" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", + "hash": "15959079908627953579" }, { - "file": "libs/designer/src/lib/common/images/card/optional_field.svg", - "hash": "13884780002161969050" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", + "hash": "12804331889147193576" }, { - "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", - "hash": "11872211244220681036" + "file": "libs/designer-ui/src/lib/staticResult/util.ts", + "hash": "12130759100693724298" }, { - "file": "libs/designer/src/lib/common/images/delete.svg", - "hash": "2369920463731912593" + "file": "libs/designer-ui/src/lib/styles.less", + "hash": "166034430368033810" }, { - "file": "libs/designer/src/lib/common/images/gateway/add.svg", - "hash": "11819585580235095669" + "file": "libs/designer-ui/src/lib/table/index.tsx", + "hash": "5811805714285822695" }, { - "file": "libs/designer/src/lib/common/images/gateway/help.svg", - "hash": "12599303004882720277" + "file": "libs/designer-ui/src/lib/table/table.less", + "hash": "17717078328201216873" }, { - "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", - "hash": "6435518280858083886" + "file": "libs/designer-ui/src/lib/telemetry/models.ts", + "hash": "2036428094618159795" }, { - "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", - "hash": "12997387777000294056" + "file": "libs/designer-ui/src/lib/templates.less", + "hash": "13509739952002525059" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", - "hash": "7939169194091714776" + "file": "libs/designer-ui/src/lib/texteditor.less", + "hash": "9518583984914224308" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", - "hash": "16280757524503959992" + "file": "libs/designer-ui/src/lib/themes.less", + "hash": "8746124453530709086" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", - "hash": "18333062729648676215" + "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", + "hash": "7884539885490036668" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", - "hash": "17826554870116185216" + "file": "libs/designer-ui/src/lib/tip/index.tsx", + "hash": "6456445400280403348" }, { - "file": "libs/designer/src/lib/common/images/pencil.svg", - "hash": "4552542774403200136" + "file": "libs/designer-ui/src/lib/tip/tip.less", + "hash": "864974949945444768" }, { - "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "libs/designer-ui/src/lib/token/icon/icon.svg", + "hash": "17674597592259549335" }, { - "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/designer-ui/src/lib/token/inputToken.tsx", + "hash": "16200897783977841405" }, { - "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", - "hash": "11632821499690045898" + "file": "libs/designer-ui/src/lib/token/token.less", + "hash": "8916224308481562001" }, { - "file": "libs/designer/src/lib/common/images/status_error.svg", - "hash": "7327477685402663444" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", + "hash": "4123262090212438691" }, { - "file": "libs/designer/src/lib/common/images/status_success.svg", - "hash": "16589415129232216666" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", + "hash": "2853414685478189039" }, { - "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", - "hash": "8952058323183937865" + "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", + "hash": "11435576967881324524" }, { - "file": "libs/designer/src/lib/common/images/website/api.svg", - "hash": "16095509088326340538" + "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", + "hash": "1611864088104161888" }, { - "file": "libs/designer/src/lib/common/images/website/apim.svg", - "hash": "15873815965442020768" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", + "hash": "10333796685632066015" }, { - "file": "libs/designer/src/lib/common/images/website/apim_white.svg", - "hash": "14020416160783112768" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", + "hash": "8960542853919965430" }, { - "file": "libs/designer/src/lib/common/images/website/create.svg", - "hash": "16033491393116457661" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", + "hash": "2081176783700482104" }, { - "file": "libs/designer/src/lib/common/images/website/foreach.svg", - "hash": "3719190676549030233" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", + "hash": "6713034013296412901" }, { - "file": "libs/designer/src/lib/common/images/website/function.svg", - "hash": "12552781765647401474" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", + "hash": "1216342025486624717" }, { - "file": "libs/designer/src/lib/common/models/workflow.ts", - "hash": "11724936275981787758" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", + "hash": "12969480948206225977" }, { - "file": "libs/designer/src/lib/common/utilities/Utils.ts", - "hash": "2333252227487981555" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", + "hash": "10681588127073554750" }, { - "file": "libs/designer/src/lib/common/utilities/error.ts", - "hash": "14761866046570043475" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", + "hash": "17971317652324407497" }, { - "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", - "hash": "10226240319907572020" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", + "hash": "8310355415777998215" }, { - "file": "libs/designer/src/lib/core/DesignerProvider.tsx", - "hash": "8865415753051342650" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", + "hash": "4581006209134707097" }, { - "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", - "hash": "1133788957422173169" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", + "hash": "5406357786683741015" }, { - "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", - "hash": "13021850733178929057" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", + "hash": "4270550485948598125" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", - "hash": "10976178124567025188" + "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", + "hash": "2892626327870650960" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", - "hash": "8007408756114040866" + "file": "libs/designer-ui/src/lib/useId.ts", + "hash": "12772098688257676898" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", - "hash": "12793128001647914730" + "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", + "hash": "3615471043450668363" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", - "hash": "9408756046827245410" + "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", + "hash": "13167808388628079038" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", - "hash": "1145445308673345143" + "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", + "hash": "3721402899614210136" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", - "hash": "8714067957965973862" + "file": "libs/designer-ui/src/lib/utils/index.ts", + "hash": "2393341790798255513" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", - "hash": "377035099592140993" + "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", + "hash": "1113426561916620063" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", - "hash": "2640821823957837771" + "file": "libs/designer-ui/src/lib/utils/theme.ts", + "hash": "5123506134529499400" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", - "hash": "4883489638704343677" + "file": "libs/designer-ui/src/lib/utils/utils.ts", + "hash": "11266933742857457165" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", - "hash": "1063338721262391862" + "file": "libs/designer-ui/src/lib/variables.less", + "hash": "13854268804298288286" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", - "hash": "13051148389008776707" + "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", + "hash": "12608385326651885729" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", - "hash": "16166965666592256044" + "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", + "hash": "8659213389376079589" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", - "hash": "7644883283632193272" + "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", + "hash": "12870960388256787222" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", - "hash": "3268658162048948497" + "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", + "hash": "18283668117763704654" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", - "hash": "12938819441932090008" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", + "hash": "6594421216686966274" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", - "hash": "18391939971202172617" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", + "hash": "10300510257878123869" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", - "hash": "5135976908480724598" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", + "hash": "4189180858033397576" }, { - "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", - "hash": "6555520085152754544" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", + "hash": "1535516984838576699" }, { - "file": "libs/designer/src/lib/core/graphlayout/index.ts", - "hash": "1183230721606983661" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", + "hash": "419696829996521827" }, { - "file": "libs/designer/src/lib/core/index.ts", - "hash": "17021345483470396631" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", + "hash": "5733233591777311890" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", - "hash": "5690913620690077130" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", + "hash": "9695333510577571586" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", - "hash": "14509662786295405295" + "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", + "hash": "16499630402068817431" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", - "hash": "6387737565995930308" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", + "hash": "13510225378436737087" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", - "hash": "18344987115654458228" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", + "hash": "7924411380748216609" }, { - "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", - "hash": "14964928502892749345" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", + "hash": "3392910215509758091" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", - "hash": "14646033592987575031" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", + "hash": "7629577700357058279" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", - "hash": "17520637296625214501" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", + "hash": "11485840583766971677" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", - "hash": "16515897955999880047" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", + "hash": "9051361537676115669" }, { - "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", - "hash": "8489461695139161622" + "file": "libs/designer-ui/src/styles.less", + "hash": "29584031777522955" }, { - "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", - "hash": "11556548277387433966" + "file": "libs/designer-ui/src/types/Svg.d.ts", + "hash": "16119276421185882375" }, { - "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", - "hash": "1566269831108361105" + "file": "libs/designer-ui/tsconfig.json", + "hash": "2991600590297984719" }, { - "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", - "hash": "13854397699622059247" + "file": "libs/designer-ui/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", - "hash": "7091192159636622669" + "file": "libs/designer-ui/tsup.config.ts", + "hash": "5034656414761252557" + } + ], + "@microsoft/vscode-extension-logic-apps": [ + { + "file": "libs/vscode-extension/package.json", + "hash": "15998724868521866521", + "deps": [ + "npm:@microsoft/vscode-azext-azureappservice", + "npm:@microsoft/vscode-azext-utils", + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:react-query", + "npm:axios", + "npm:@apidevtools/swagger-parser", + "npm:reactflow", + "npm:tslib" + ] }, { - "file": "libs/designer/src/lib/core/queries/browse.ts", - "hash": "15277260528629014649" + "file": "libs/vscode-extension/src/assets/architecture.png", + "hash": "26421078174694397" }, { - "file": "libs/designer/src/lib/core/queries/connections.ts", - "hash": "1501738903167968950" + "file": "libs/vscode-extension/src/index.ts", + "hash": "13894618422633116150" }, { - "file": "libs/designer/src/lib/core/queries/connector.ts", - "hash": "10042584932448483913" + "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", + "hash": "13120906341305634586" }, { - "file": "libs/designer/src/lib/core/queries/operation.ts", - "hash": "18070523527133930267" + "file": "libs/vscode-extension/src/lib/helpers/index.ts", + "hash": "10780152196575928830" }, { - "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", - "hash": "11873332201419444196" + "file": "libs/vscode-extension/src/lib/models/artifact.ts", + "hash": "7146957473126889114" }, { - "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", - "hash": "944283261874392963" + "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", + "hash": "6154477977645149666" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", - "hash": "14043559070256094030" + "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", + "hash": "5895652225166913174" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", - "hash": "17661438812224560039" + "file": "libs/vscode-extension/src/lib/models/connection.ts", + "hash": "8902288875218630610" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", - "hash": "552151791694841859" + "file": "libs/vscode-extension/src/lib/models/context.ts", + "hash": "289535333068392984" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", - "hash": "5709160121732674319" + "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", + "hash": "10232207379279475729" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", - "hash": "11880532030602689040" + "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", + "hash": "8661551841000564066" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", - "hash": "15539125750855046238" + "file": "libs/vscode-extension/src/lib/models/functions.ts", + "hash": "8921509321344504417" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", - "hash": "17496610770440064597" + "file": "libs/vscode-extension/src/lib/models/host.ts", + "hash": "4946881646528119602" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", - "hash": "12399207044214169579" + "file": "libs/vscode-extension/src/lib/models/index.ts", + "hash": "8629351622118864800" }, { - "file": "libs/designer/src/lib/core/state/global.ts", - "hash": "2467378088186721273" + "file": "libs/vscode-extension/src/lib/models/language.ts", + "hash": "12998506532698409684" }, { - "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", - "hash": "7160406653392297178" + "file": "libs/vscode-extension/src/lib/models/launch.ts", + "hash": "3299137502222266496" }, { - "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", - "hash": "13231490325898643987" + "file": "libs/vscode-extension/src/lib/models/parameter.ts", + "hash": "2466587591546831647" }, { - "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", - "hash": "580443950008935701" + "file": "libs/vscode-extension/src/lib/models/process.ts", + "hash": "12858203324101334851" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", - "hash": "11619174720328207349" + "file": "libs/vscode-extension/src/lib/models/project.ts", + "hash": "12064643844535713228" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", - "hash": "12360836867786652472" + "file": "libs/vscode-extension/src/lib/models/tasks.ts", + "hash": "15455125440905214634" }, { - "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", - "hash": "17837734844866824533" + "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", + "hash": "11529840343560446484" }, { - "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", - "hash": "3597817075648231871" + "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", + "hash": "10730630576740403610" }, { - "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", - "hash": "8221487224681813587" + "file": "libs/vscode-extension/src/lib/models/templates/index.ts", + "hash": "15419456393693419504" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", - "hash": "13672923006305683744" + "file": "libs/vscode-extension/src/lib/models/workflow.ts", + "hash": "4080408159234522751" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", - "hash": "3869560885023421381" + "file": "libs/vscode-extension/src/lib/services/httpClient.ts", + "hash": "13366754612634721081" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", - "hash": "7513105324012396408" + "file": "libs/vscode-extension/src/lib/services/index.ts", + "hash": "2286143948438821916" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", - "hash": "15674134190940167340" + "file": "libs/vscode-extension/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "@microsoft/logic-apps-chatbot": [ + { + "file": "libs/chatbot/package.json", + "hash": "14533386357963788386", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "@microsoft/logic-apps-designer", + "npm:@fluentui/react", + "npm:@fluentui/react-icons", + "@microsoft/designer-ui", + "npm:@fluentui/react-components", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", - "hash": "4534305780862072392" + "file": "libs/chatbot/rollup.config.mjs", + "hash": "16469814706170133141" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", - "hash": "4540330469149645148" + "file": "libs/chatbot/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", - "hash": "297492272351660565" + "file": "libs/chatbot/src/lib/common/constants.ts", + "hash": "2429934717009400244" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", - "hash": "6447767112269051024" + "file": "libs/chatbot/src/lib/common/models/Query.ts", + "hash": "12711516361292056739" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", - "hash": "21027795098134668" + "file": "libs/chatbot/src/lib/common/models/workflow.ts", + "hash": "15855456327309866932" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", - "hash": "10627578442358036420" + "file": "libs/chatbot/src/lib/core/util/index.ts", + "hash": "5139985942597791835" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", - "hash": "3377780393722064446" + "file": "libs/chatbot/src/lib/images/LogicApps.svg", + "hash": "2097860906489808431" }, { - "file": "libs/designer/src/lib/core/store.ts", - "hash": "7675307851224561844" + "file": "libs/chatbot/src/lib/images/Sparkle.svg", + "hash": "3138281638005072555" }, { - "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", - "hash": "10932912534190676887" + "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", + "hash": "12308741199338082792" }, { - "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", - "hash": "10477834709138765316" + "file": "libs/chatbot/src/lib/images/Workflow.svg", + "hash": "9644831917975499371" }, { - "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", - "hash": "6400741599488247828" + "file": "libs/chatbot/src/lib/index.tsx", + "hash": "7293379411218707820" }, { - "file": "libs/designer/src/lib/core/utils/card.ts", - "hash": "17388048148998821366" + "file": "libs/chatbot/src/lib/styles.less", + "hash": "17038065324912682386" }, { - "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", - "hash": "14380782528292918805" + "file": "libs/chatbot/src/lib/ui/chatbot.tsx", + "hash": "14000638668528235529" }, { - "file": "libs/designer/src/lib/core/utils/graph.ts", - "hash": "9113893809945541281" + "file": "libs/chatbot/src/lib/ui/panelheader.tsx", + "hash": "933389736901388174" }, { - "file": "libs/designer/src/lib/core/utils/loops.ts", - "hash": "17832329493412946298" + "file": "libs/chatbot/src/lib/ui/styles.less", + "hash": "16062592558757698716" }, { - "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", - "hash": "1420254453350497458" + "file": "libs/chatbot/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "@microsoft/logic-apps-data-mapper": [ + { + "file": "libs/data-mapper/package.json", + "hash": "11374210066381032052", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-icons", + "npm:react-redux", + "npm:react-icons", + "npm:reactflow", + "@microsoft/designer-ui", + "npm:react-query", + "npm:@fluentui/react-migration-v8-v9", + "@microsoft/logic-apps-designer", + "npm:fuse.js", + "npm:@react-hookz/web", + "npm:@fluentui/react-hooks", + "npm:redux-undo", + "npm:@fluentui/azure-themes", + "npm:@fluentui/react-portal-compat", + "npm:@microsoft/applicationinsights-react-js", + "npm:@microsoft/applicationinsights-web", + "npm:@reduxjs/toolkit", + "npm:js-yaml", + "npm:react-dnd", + "npm:react-dnd-html5-backend", + "npm:immer", + "npm:pathfinding", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", - "hash": "842207519268466443" + "file": "libs/data-mapper/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "libs/designer/src/lib/core/utils/outputs.ts", - "hash": "2523378346613014879" + "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", + "hash": "14141615103418495910" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", - "hash": "3643994527394489617" + "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", + "hash": "17770304629225421551" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", - "hash": "2422344699678475886" + "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", + "hash": "6877428616429784381" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", - "hash": "17504009570966731362" + "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", + "hash": "14358690050668654180" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", - "hash": "14679208978083456209" + "file": "libs/data-mapper/src/lib/__mocks__/index.ts", + "hash": "2773363408802742346" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", - "hash": "9346212500047195690" + "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", - "hash": "16944935834687261736" + "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", + "hash": "8395782275572223290" }, { - "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", - "hash": "5504094716509853138" + "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", + "hash": "16603205122567920755" }, { - "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", - "hash": "789795195726361469" + "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", + "hash": "10258201007008948880" }, { - "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", - "hash": "1212164914387801521" + "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", + "hash": "8534942872367954833" }, { - "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", - "hash": "4584055025926510588" + "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", + "hash": "15022977686795039418" }, { - "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", - "hash": "17685281869497732131" + "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", + "hash": "12397917326030950019" }, { - "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", - "hash": "17503616740995511873" + "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", + "hash": "1675148636656834599" }, { - "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", - "hash": "5493345090301795523" + "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", + "hash": "4500469198916948898" }, { - "file": "libs/designer/src/lib/core/utils/setting.ts", - "hash": "607724160972661514" + "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", + "hash": "15591781288413492668" }, { - "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", - "hash": "300462517969513749" + "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", + "hash": "10224908465129074278" }, { - "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", - "hash": "710587862511662252" + "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", + "hash": "2306687655733353822" }, { - "file": "libs/designer/src/lib/core/utils/tokens.ts", - "hash": "16598154144351001077" + "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", + "hash": "4978643643123088343" }, { - "file": "libs/designer/src/lib/core/utils/validation.ts", - "hash": "3321415876925824657" + "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", + "hash": "16079196945272553302" }, { - "file": "libs/designer/src/lib/core/utils/variables.ts", - "hash": "18113110944598796795" + "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", + "hash": "9459439117530038422" }, { - "file": "libs/designer/src/lib/core/utils/workflow.ts", - "hash": "2503685323390352213" + "file": "libs/data-mapper/src/lib/components/configPanel/style.less", + "hash": "1527231942813543886" }, { - "file": "libs/designer/src/lib/index.tsx", - "hash": "3108540739134237574" + "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", + "hash": "3490028716472595634" }, { - "file": "libs/designer/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", + "hash": "11032931063624269338" }, { - "file": "libs/designer/src/lib/ui/Controls.tsx", - "hash": "11679666175589395115" + "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", + "hash": "16949676118746384339" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", - "hash": "18335299629456245936" + "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", + "hash": "5754477981864776328" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", - "hash": "8683562698326398762" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", + "hash": "8248408736294624544" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", - "hash": "6973870354555514502" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", + "hash": "1309869007463816848" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", - "hash": "2623692442355217780" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", + "hash": "13628344667890779793" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", - "hash": "17275763272438441218" + "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", + "hash": "15205348783145905209" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", - "hash": "16798466643167652597" + "file": "libs/data-mapper/src/lib/components/index.tsx", + "hash": "14428353282588746736" }, { - "file": "libs/designer/src/lib/ui/Designer.tsx", - "hash": "16681715909651728710" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", + "hash": "2162817837155313327" }, { - "file": "libs/designer/src/lib/ui/Minimap.tsx", - "hash": "16784302034175684453" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", + "hash": "13553412525983781799" }, { - "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", - "hash": "9589106174231375844" + "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", + "hash": "12346138118521841651" }, { - "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", - "hash": "3078414740510575754" + "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", + "hash": "13284155248340962799" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", - "hash": "14069610435069570388" + "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", + "hash": "6881307329438277742" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", - "hash": "2917805269573375288" + "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", + "hash": "17557070717023693689" }, { - "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", - "hash": "3469127252427478749" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", + "hash": "6406696257549309205" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", + "hash": "287685334620412869" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", - "hash": "2870378826580830856" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", + "hash": "7705748749211233193" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", + "hash": "3936423784858816038" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", - "hash": "17062398617519134809" + "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", + "hash": "436733766006015729" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", + "hash": "2902656052842124085" }, { - "file": "libs/designer/src/lib/ui/connections/edge.tsx", - "hash": "5497512017299495007" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", + "hash": "12588249875741308347" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", - "hash": "18432693650012936880" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", + "hash": "3371960444479219998" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", - "hash": "5555780360896210685" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", + "hash": "13107346633144606217" }, { - "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", - "hash": "13807895509711892964" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", + "hash": "3431317465765506117" }, { - "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", - "hash": "7876264136480687494" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", + "hash": "931212623622312724" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", - "hash": "2408849985874822150" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", + "hash": "2252689483688433412" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", - "hash": "4860151930479659861" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", + "hash": "16227082704057520509" }, { - "file": "libs/designer/src/lib/ui/index.tsx", - "hash": "16341670098352328808" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", + "hash": "10162125979217322629" }, { - "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", - "hash": "11764721752232747899" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", + "hash": "1365034521116895969" }, { - "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", - "hash": "18054694947746552645" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", + "hash": "5783780993646471511" }, { - "file": "libs/designer/src/lib/ui/logicapps.less", - "hash": "8806087804226244251" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", + "hash": "12114143726703313044" }, { - "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", - "hash": "17569954728099794023" + "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", + "hash": "7202237167327210605" }, { - "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", - "hash": "583479515840133304" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", + "hash": "1200938118723756534" }, { - "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", - "hash": "12873127522514834077" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", + "hash": "1012998571701681502" }, { - "file": "libs/designer/src/lib/ui/menuItems/index.tsx", - "hash": "17248340653302800129" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", + "hash": "12160064669768110122" }, { - "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", - "hash": "11451946634355722234" + "file": "libs/data-mapper/src/lib/components/style.less", + "hash": "16697434201106803776" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", - "hash": "8808436492128491535" + "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", + "hash": "1043813905809112628" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", - "hash": "11188019418177543078" + "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", + "hash": "9602489998542264304" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", - "hash": "10622257218635018165" + "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", + "hash": "6227532534870526144" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", - "hash": "14381813606682941152" + "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", + "hash": "7886860379443982562" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", - "hash": "14863904385332766059" + "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", + "hash": "9624723269802669778" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", - "hash": "105776725888969737" + "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", + "hash": "8054479495813088206" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", - "hash": "3486053682563706186" + "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", + "hash": "11318338330539713068" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", - "hash": "4295986676874411230" + "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", + "hash": "6683692349789938244" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", - "hash": "5044350433743159771" + "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", + "hash": "9474546573542884474" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", - "hash": "17190185412675906484" + "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", + "hash": "9216304019284249108" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", - "hash": "413683764976891703" + "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", + "hash": "16279862027290865289" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", - "hash": "2896450508867033368" + "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", + "hash": "63281905083235104" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", - "hash": "8866623228316007595" + "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", + "hash": "2119175370219112170" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", - "hash": "17888799308169784633" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", + "hash": "4728474869371566435" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", - "hash": "3217802139905584148" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", + "hash": "15720533640718112418" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", - "hash": "962585077833873680" + "file": "libs/data-mapper/src/lib/core/index.ts", + "hash": "17728252828542620020" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", - "hash": "2345600340639460118" + "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", + "hash": "9336784234862841153" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", - "hash": "6438581048872326276" + "file": "libs/data-mapper/src/lib/core/queries/functions.ts", + "hash": "9075525510237815946" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", - "hash": "4636028013835727768" + "file": "libs/data-mapper/src/lib/core/queries/schema.ts", + "hash": "13294590656211176080" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", - "hash": "14888900866274310223" + "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", + "hash": "5423319519120387627" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", - "hash": "4040358874212544513" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", + "hash": "9392105193070614482" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", - "hash": "15708146643216275913" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", + "hash": "15115567686730099658" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", - "hash": "18064072806053472795" + "file": "libs/data-mapper/src/lib/core/services/index.ts", + "hash": "17713914166270244963" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", - "hash": "813895254218562259" + "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", + "hash": "3978208177201101476" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", - "hash": "16620206185148038430" + "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", + "hash": "2345282136753381843" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", - "hash": "5385478426844583686" + "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", + "hash": "8144585438365623290" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", - "hash": "17955152684217995627" + "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", + "hash": "8329083872052003118" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", - "hash": "8096213501021087139" + "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", + "hash": "13780116185320446560" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", - "hash": "6954364116161516939" + "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", + "hash": "1844323867195659318" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", - "hash": "2774370202590136493" + "file": "libs/data-mapper/src/lib/core/state/Store.ts", + "hash": "11335664211370179539" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", - "hash": "2990072573754773610" + "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", + "hash": "14083985203055166555" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", - "hash": "16009164000053936481" + "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", + "hash": "3651895461739624717" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", - "hash": "12787968918952964503" + "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", + "hash": "9602396280237708280" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", - "hash": "7320427274234546201" + "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", + "hash": "3966523736504478114" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", - "hash": "1017935854018236971" + "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", + "hash": "3717071440296795971" }, { - "file": "libs/designer/src/lib/ui/panel/index.tsx", - "hash": "8931413980282435903" + "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", + "hash": "18312574586759606725" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", - "hash": "691362796351085760" + "file": "libs/data-mapper/src/lib/images/IconModel.ts", + "hash": "12022961688999857592" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", - "hash": "1761891437078855966" + "file": "libs/data-mapper/src/lib/index.ts", + "hash": "12536403810420775901" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", - "hash": "1057924626207991961" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", + "hash": "11971351871449799719" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", - "hash": "6280253552466033403" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", + "hash": "231476621227209942" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", - "hash": "8768239693411150392" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", + "hash": "14825710363869872009" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", - "hash": "7891578013616621917" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", + "hash": "11190645468593154735" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", - "hash": "6936908943603154102" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", + "hash": "14736012937266371921" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", - "hash": "438510564774690503" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", + "hash": "13887358761389139212" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", - "hash": "16798406127854826620" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", + "hash": "17897683696959454955" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", - "hash": "3595348225477585500" + "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", + "hash": "12140356380068737353" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", - "hash": "11057896419932325694" + "file": "libs/data-mapper/src/lib/models/Connection.ts", + "hash": "6713086379975707272" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", - "hash": "4104206428172572624" + "file": "libs/data-mapper/src/lib/models/Function.ts", + "hash": "4870906847571201219" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", - "hash": "6547505579084266234" + "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", + "hash": "15870582288808787686" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", - "hash": "6573526002733579255" + "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", + "hash": "2503294176815549333" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", - "hash": "2589613772379687118" + "file": "libs/data-mapper/src/lib/models/index.ts", + "hash": "15048481124323271890" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", - "hash": "5973638345373933302" + "file": "libs/data-mapper/src/lib/styles.less", + "hash": "6908331227144989949" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", - "hash": "15042347812954300106" + "file": "libs/data-mapper/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", - "hash": "6338890337184233730" + "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", + "hash": "5175306600030063384" }, { - "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", - "hash": "12332136203110463175" + "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", + "hash": "10316055516907888527" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", - "hash": "14199280944066488263" + "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", + "hash": "13390357502855812372" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", - "hash": "2615756064988394528" + "file": "libs/data-mapper/src/lib/ui/index.ts", + "hash": "15113147962899261470" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", - "hash": "17548951851137442209" + "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", + "hash": "16408345537354737101" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", - "hash": "13695075695640031897" + "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", + "hash": "1686767970297098011" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", - "hash": "5633104287798836216" + "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", + "hash": "2434825439260665638" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", - "hash": "18046537988904659224" + "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", + "hash": "16723311339534011344" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", - "hash": "1871737709038769946" + "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", + "hash": "8480594156287949923" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", - "hash": "6979096270862588135" + "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", + "hash": "5131927761100189734" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", - "hash": "970334209122746164" + "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", + "hash": "15649534183471564687" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", - "hash": "9667005076024681736" + "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", + "hash": "8490159670981334068" }, { - "file": "libs/designer/src/lib/ui/settings/index.tsx", - "hash": "14559726202240722620" + "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", + "hash": "13852057286094725726" }, { - "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", - "hash": "4578759189608616930" + "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", + "hash": "1056814422116962324" }, { - "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", - "hash": "17737294470449076285" + "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", + "hash": "7706926125373966162" }, { - "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", - "hash": "3442351415387182271" + "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", + "hash": "17896084943722718154" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", - "hash": "15073803307628141748" + "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", + "hash": "17700627488664204153" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", - "hash": "13259211909852062902" + "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", + "hash": "1510231232034717112" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", - "hash": "1121495998656744936" + "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", + "hash": "9183598294036602086" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", - "hash": "1034166355859418220" + "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", + "hash": "2591378645563686133" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", - "hash": "305675838625215663" + "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", + "hash": "3757182914660000889" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", - "hash": "1949585750942351876" + "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", + "hash": "4652895062524218585" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", - "hash": "4499489232140778372" + "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", + "hash": "16304634453111028700" }, { - "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", - "hash": "13293113667156220544" + "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", + "hash": "16121681897376756515" }, { - "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", - "hash": "9211118379886345968" + "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", + "hash": "15152740453553295329" }, { - "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", - "hash": "1426261106233320224" + "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", + "hash": "11931976114526883032" }, { - "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", - "hash": "4817919565569896749" + "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", + "hash": "3153965796357963823" }, { - "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", - "hash": "14117197387047983705" + "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", + "hash": "3809914266296290977" }, { - "file": "libs/designer/src/lib/ui/styles.less", - "hash": "8828323265444774935" + "file": "libs/data-mapper/src/lib/utils/index.ts", + "hash": "5033003906952262405" }, { - "file": "libs/designer/tsconfig.json", - "hash": "9903972631138361140" + "file": "libs/data-mapper/tsconfig.json", + "hash": "2883325760657722404" }, { - "file": "libs/designer/tsup.config.ts", - "hash": "8336763382846384517" + "file": "libs/data-mapper/typing/sort-paths.d.ts", + "hash": "13071285186636949876" } ], - "@microsoft/logic-apps-shared": [ + "designer-standalone": [ { - "file": "libs/logic-apps-shared/package.json", - "hash": "16492122863359719881", - "deps": [ - "npm:@apidevtools/swagger-parser", - "npm:@formatjs/intl", - "npm:axios", - "npm:react-intl", - "npm:react-query", - "npm:reactflow", - "npm:react", - "npm:react-dom" - ] + "file": "apps/designer-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", - "hash": "9380633527024969017" + "file": "apps/designer-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", - "hash": "4041114759273409584" + "file": "apps/designer-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", - "hash": "10744005867854668544" + "file": "apps/designer-standalone/jest.config.ts", + "hash": "5095600455584759097" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", - "hash": "14062257101193816574" + "file": "apps/designer-standalone/project.json", + "hash": "2186189716536309729" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", - "hash": "4954893213128657861" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", + "hash": "3298017156622978060" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", - "hash": "7641115249858288898" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", + "hash": "13505482435147628633" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", - "hash": "14155161053626149773" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", + "hash": "9606761639132729551" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", - "hash": "10972091389277624213" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", + "hash": "6979701506181809557" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", - "hash": "6570789037033524363" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", + "hash": "14118413145410608191" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", - "hash": "6476740600976986139" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", + "hash": "1588066658590448230" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", - "hash": "4669131476797349411" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", + "hash": "11196696306113960606" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", - "hash": "18322018366374797773" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", + "hash": "14682812772519432090" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", - "hash": "12152048241403700781" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", + "hash": "4580548922855359394" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", - "hash": "5149245040157794958" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", + "hash": "12895583927495006597" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", - "hash": "17264514741585944669" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", + "hash": "2755209554830887096" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", - "hash": "16981660441021349989" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", + "hash": "16951494746367962696" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", - "hash": "7841465441925735303" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", + "hash": "11922224593998776622" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", - "hash": "8805378272928779631" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", + "hash": "9092529694739284525" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", - "hash": "100886477017713472" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", + "hash": "14344615542145629436" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", - "hash": "12010754552584586238" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", + "hash": "2732486466259074455" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", - "hash": "2493896786957967735" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", + "hash": "17257936693118977812" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", - "hash": "4467584828026361594" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", + "hash": "11766814904345254217" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", - "hash": "15048548058211350550" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", + "hash": "15343875879297750706" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", - "hash": "16667370445776365408" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", + "hash": "4446661457006721606" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", - "hash": "2922519993752406611" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", + "hash": "13092524529881537344" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", - "hash": "2015298222781796439" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", + "hash": "7976663886408218270" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", - "hash": "12154580097533679529" + "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", + "hash": "13293572578025384518" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", - "hash": "990168561317107639" + "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", + "hash": "8960093372869801569" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", - "hash": "13798407810885346784" + "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", + "hash": "17011074881319644796" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", - "hash": "6637693727017499456" + "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", + "hash": "4734349067026517129" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", - "hash": "5415884704526136465" + "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", + "hash": "11056877601318419241" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", - "hash": "12944393287525757801" + "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", + "hash": "7960030919432291768" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", - "hash": "338894801370095333" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", + "hash": "4190195339052860475" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", - "hash": "4325353527285954074" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", + "hash": "17311351490108510384" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", - "hash": "14656750022224496512" + "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", + "hash": "17876933317388473037" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", - "hash": "8383854433493377485" + "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", + "hash": "11182070599256684242" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", - "hash": "14050868048024762041" + "file": "apps/designer-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", - "hash": "3952535120512157063" + "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", + "hash": "11358026391684952458" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", - "hash": "10227457389794045251" + "file": "apps/designer-standalone/src/components/settings_box.module.less", + "hash": "9808519016183858536" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", - "hash": "2276513063347032356" + "file": "apps/designer-standalone/src/components/settings_box.tsx", + "hash": "12099490358448849702" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", - "hash": "17998935529655324249" + "file": "apps/designer-standalone/src/components/themes.ts", + "hash": "10280533146008251816" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", - "hash": "15364460512758958557" + "file": "apps/designer-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", - "hash": "16899240778924055950" + "file": "apps/designer-standalone/src/environments/environment.ts", + "hash": "5920947766445218989" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", - "hash": "9924011533457598450" + "file": "apps/designer-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", - "hash": "7767572464887768924" + "file": "apps/designer-standalone/src/index.html", + "hash": "706131400937913887" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", - "hash": "7686527428866436332" + "file": "apps/designer-standalone/src/main.tsx", + "hash": "6196242117816635624" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", - "hash": "11373234010056310761" + "file": "apps/designer-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", - "hash": "7741997988177804309" + "file": "apps/designer-standalone/src/state/connectionReferences.ts", + "hash": "3642930491684807465" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", - "hash": "11285262017602894102" + "file": "apps/designer-standalone/src/state/historyHelpers.ts", + "hash": "14898556878004432608" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", - "hash": "7834292151783220118" + "file": "apps/designer-standalone/src/state/store.ts", + "hash": "11326541673147537080" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", - "hash": "2689272469215697040" + "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", + "hash": "2817444802055692850" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", - "hash": "16730245766611684683" + "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", + "hash": "14190318844766308247" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", - "hash": "6313037814450709645" + "file": "apps/designer-standalone/src/styles.less", + "hash": "17529353978711030180" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", - "hash": "5887391731984230327" + "file": "apps/designer-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", - "hash": "2080206098440690027" + "file": "apps/designer-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", - "hash": "2442692051774771508" + "file": "apps/designer-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", - "hash": "13169164367036674094" + "file": "apps/designer-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "@microsoft/logic-apps-designer": [ + { + "file": "libs/designer/package.json", + "hash": "8694041123093540774", + "deps": [ + "npm:@fluentui/azure-themes", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-hooks", + "npm:@fluentui/react-icons", + "npm:@fluentui/utilities", + "npm:@microsoft/applicationinsights-core-js", + "@microsoft/designer-ui", + "@microsoft/logic-apps-shared", + "npm:@react-hookz/web", + "npm:@reduxjs/toolkit", + "npm:elkjs", + "npm:fuse.js", + "npm:immer", + "npm:lodash.frompairs", + "npm:lodash.merge", + "npm:react-dnd", + "npm:react-dnd-accessible-backend", + "npm:react-dnd-html5-backend", + "npm:react-dnd-multi-backend", + "npm:react-hotkeys-hook", + "npm:react-intl", + "npm:react-query", + "npm:react-redux", + "npm:reactflow", + "npm:redux-thunk", + "npm:to-title-case", + "npm:util", + "npm:yocto-queue", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", - "hash": "16907995455120176947" + "file": "libs/designer/src/index.ts", + "hash": "11355081150901527302" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", - "hash": "1659823225545591900" + "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", - "hash": "15456387445440121864" + "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", + "hash": "9240782448242967537" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", - "hash": "12878592596309783536" + "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", + "hash": "5214463813702224032" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", - "hash": "557554024678459944" + "file": "libs/designer/src/lib/common/constants.ts", + "hash": "14716266680681788853" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", - "hash": "6860029958723176995" + "file": "libs/designer/src/lib/common/exceptions/exception.ts", + "hash": "4016853272413138441" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", - "hash": "15296018982038336090" + "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", + "hash": "2438628799773606413" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", - "hash": "13842792331747765980" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", + "hash": "13936938153293651615" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", - "hash": "13815149232604649499" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", + "hash": "17853975463227900194" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", - "hash": "14032597586361412245" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", + "hash": "716422980644102335" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", - "hash": "9974254812452410710" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", + "hash": "10948104330765315206" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", - "hash": "2510786344585772506" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", + "hash": "13744301547491746840" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", - "hash": "1258465346072222717" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", + "hash": "5099585607600274464" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", - "hash": "12947203279230431560" + "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", + "hash": "3057811563704111315" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", - "hash": "4700233691144783223" + "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", + "hash": "13794169093128310758" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", - "hash": "16210378855781819556" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", + "hash": "6553711262896807602" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", - "hash": "3328556540278019081" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", + "hash": "3769112376720810799" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", - "hash": "17421938317864385521" + "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", + "hash": "4840054514873781546" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", - "hash": "5426595174508182540" + "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", + "hash": "13772471609559374653" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", - "hash": "889254322578873619" + "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", + "hash": "17291714734882915823" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", - "hash": "14413093575682152883" + "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", + "hash": "8696373633900139960" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", - "hash": "15165385131541472136" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", + "hash": "10209490491669077224" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", - "hash": "6828262639021969187" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", + "hash": "5762239862513015054" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", - "hash": "16330222175525472241" + "file": "libs/designer/src/lib/common/images/arrowdark.svg", + "hash": "5926111895234327525" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", - "hash": "12427938755401727885" + "file": "libs/designer/src/lib/common/images/arrowlight.svg", + "hash": "8015769479673340480" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", - "hash": "3374555813812257809" + "file": "libs/designer/src/lib/common/images/arrowred.svg", + "hash": "2430505900927056727" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", - "hash": "14739455734775086197" + "file": "libs/designer/src/lib/common/images/bolt.svg", + "hash": "17462634652015284885" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", - "hash": "1170392313973954221" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", + "hash": "4281210752025126548" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", - "hash": "8180427621259037034" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", + "hash": "8923215817224206799" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", - "hash": "15958942562504641676" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", + "hash": "4347287844293995514" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", - "hash": "7763682490519613414" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", + "hash": "802393672600738414" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", - "hash": "4068662167400180993" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", + "hash": "788257097228620744" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", - "hash": "4794954947494896316" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", + "hash": "11736524123979545801" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", - "hash": "11207042828717675065" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", + "hash": "965633922044453844" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", - "hash": "10901639031013279890" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", + "hash": "10224443075493376159" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", - "hash": "16869109249828494594" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", + "hash": "488405671534951514" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", - "hash": "4284022729214287627" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", + "hash": "16381515837357068415" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", - "hash": "5600174235635358338" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", + "hash": "17856490403949387790" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", - "hash": "8466132625137354797" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", + "hash": "15243776523488424116" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", - "hash": "1198608102687599866" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", + "hash": "5699680888941228448" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", - "hash": "8175155994288497941" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", + "hash": "9764035938809534317" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", - "hash": "4654647039340233519" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", + "hash": "12326541136900487952" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", - "hash": "11206711847389194503" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", + "hash": "6245055721372883370" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", - "hash": "9525586797130627166" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", + "hash": "14444337833939963797" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", - "hash": "7773406589009896884" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", + "hash": "17064721766454223509" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", - "hash": "2719090974226360478" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", + "hash": "13549953610772304995" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", - "hash": "16586240603433583151" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", + "hash": "9884449892115783238" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", - "hash": "6044024318958028975" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", + "hash": "5650084185790556380" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", - "hash": "4971198904351819104" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", + "hash": "16533471828587912919" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", - "hash": "2205405226598303423" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", + "hash": "10277570825407438664" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", - "hash": "7027990687631079853" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", + "hash": "5644614242196469494" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", - "hash": "4832609006995577677" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", + "hash": "4854754781356184488" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", - "hash": "11041788749094915589" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", + "hash": "17577366797422234032" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", - "hash": "744175669956000073" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", + "hash": "18096424898773100452" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", - "hash": "4570891349858327552" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", + "hash": "8410319851745043818" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", - "hash": "6957052954521419802" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", + "hash": "4344707577102300882" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", - "hash": "6895097639477963071" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", + "hash": "14973565284851361466" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", - "hash": "15484469170655437218" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", + "hash": "6940736653966224597" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", - "hash": "718221044385207717" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", + "hash": "10913390805409066774" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", - "hash": "14225692641617281655" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", + "hash": "18310566090601123291" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", - "hash": "11654435207820210379" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", + "hash": "4211895255849396300" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", - "hash": "11652280676139008640" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", + "hash": "15249336994675481" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", - "hash": "3123356813475297727" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", + "hash": "6229273879523350518" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", - "hash": "760782622775556782" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", + "hash": "14552059136095416702" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", - "hash": "900472997630946196" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", + "hash": "8321402279766452771" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", - "hash": "14957662887872082161" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", + "hash": "14144206237714493160" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", - "hash": "1013983265834297086" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", + "hash": "546764277464022095" }, { - "file": "libs/logic-apps-shared/src/index.ts", - "hash": "9717124156846303739" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", + "hash": "15076765899186592786" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", - "hash": "15651910132769346184" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", + "hash": "3692508794323306407" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", - "hash": "17552605341157493404" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", + "hash": "1731479113183843607" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", - "hash": "5035985613530326321" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", + "hash": "4173490804496111343" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", - "hash": "4475004010363601986" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", + "hash": "11873669256365835624" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", - "hash": "4095382995607203736" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", + "hash": "11139441907313241224" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", - "hash": "3788387248943361249" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", + "hash": "3241487867540139826" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", - "hash": "7108713252527138781" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", + "hash": "7715913989452853316" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", - "hash": "705786194542596636" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", + "hash": "13582317555878671565" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", - "hash": "14463024152359133709" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", + "hash": "4977325050658584568" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", - "hash": "7560213327654600681" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", + "hash": "1045431280059616257" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", - "hash": "16687663207402807017" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", + "hash": "16640363275658842913" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", - "hash": "6477546291513434590" + "file": "libs/designer/src/lib/common/images/card/delete.svg", + "hash": "15675230980148461553" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", - "hash": "9370844703510888737" + "file": "libs/designer/src/lib/common/images/card/input_selection.svg", + "hash": "6874565955253727212" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", - "hash": "7628537715920358813" + "file": "libs/designer/src/lib/common/images/card/optional_field.svg", + "hash": "13884780002161969050" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", - "hash": "8158361129347912029" + "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", + "hash": "11872211244220681036" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", - "hash": "6380830450896639043" + "file": "libs/designer/src/lib/common/images/delete.svg", + "hash": "2369920463731912593" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", - "hash": "10185664657106878859" + "file": "libs/designer/src/lib/common/images/gateway/add.svg", + "hash": "11819585580235095669" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", - "hash": "5951640446541949066" + "file": "libs/designer/src/lib/common/images/gateway/help.svg", + "hash": "12599303004882720277" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", - "hash": "9382357970073518488" + "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", + "hash": "6435518280858083886" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", - "hash": "18017279529871760646" + "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", + "hash": "12997387777000294056" }, { - "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", - "hash": "17627181196005757916" + "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", + "hash": "7939169194091714776" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", - "hash": "6040922602083171954" + "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", + "hash": "16280757524503959992" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", - "hash": "10055707279763634029" + "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", + "hash": "18333062729648676215" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", - "hash": "9089577798505505863" + "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", + "hash": "17826554870116185216" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", - "hash": "13562749690133433887" + "file": "libs/designer/src/lib/common/images/pencil.svg", + "hash": "4552542774403200136" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", - "hash": "5663604703010066942" + "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", - "hash": "2534161988511516592" + "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", - "hash": "16419030944505832016" + "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", + "hash": "11632821499690045898" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", - "hash": "15612717865703687552" + "file": "libs/designer/src/lib/common/images/status_error.svg", + "hash": "7327477685402663444" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", - "hash": "13474113712208318530" + "file": "libs/designer/src/lib/common/images/status_success.svg", + "hash": "16589415129232216666" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", - "hash": "881578797815144323" + "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", + "hash": "8952058323183937865" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", - "hash": "11790935691899638544" + "file": "libs/designer/src/lib/common/images/website/api.svg", + "hash": "16095509088326340538" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", - "hash": "8385944373056976852" + "file": "libs/designer/src/lib/common/images/website/apim.svg", + "hash": "15873815965442020768" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", - "hash": "4043313233263109351" + "file": "libs/designer/src/lib/common/images/website/apim_white.svg", + "hash": "14020416160783112768" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", - "hash": "11102785353391478346" + "file": "libs/designer/src/lib/common/images/website/create.svg", + "hash": "16033491393116457661" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", - "hash": "171638812131418198" + "file": "libs/designer/src/lib/common/images/website/foreach.svg", + "hash": "3719190676549030233" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", - "hash": "2327407329881982053" + "file": "libs/designer/src/lib/common/images/website/function.svg", + "hash": "12552781765647401474" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", - "hash": "9629066330778884542" + "file": "libs/designer/src/lib/common/models/workflow.ts", + "hash": "11724936275981787758" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", - "hash": "16717791144236642315" + "file": "libs/designer/src/lib/common/utilities/Utils.ts", + "hash": "2333252227487981555" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", - "hash": "9536863172217279644" + "file": "libs/designer/src/lib/common/utilities/error.ts", + "hash": "14761866046570043475" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", - "hash": "18142537813025869201" + "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", + "hash": "10226240319907572020" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", - "hash": "15387106749322046014" + "file": "libs/designer/src/lib/core/DesignerProvider.tsx", + "hash": "8865415753051342650" }, { - "file": "libs/logic-apps-shared/src/intl/src/index.ts", - "hash": "5880101155327804229" + "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", + "hash": "1133788957422173169" }, { - "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", - "hash": "9493587879189422226" + "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", + "hash": "13021850733178929057" }, { - "file": "libs/logic-apps-shared/src/parsers/index.ts", - "hash": "14406165726550655762" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", + "hash": "10976178124567025188" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", - "hash": "14434625489663341100" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", + "hash": "8007408756114040866" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", - "hash": "431479051526850728" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", + "hash": "12793128001647914730" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", - "hash": "1447869553729602329" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", + "hash": "9408756046827245410" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", - "hash": "5729743152469113203" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", + "hash": "1145445308673345143" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", - "hash": "11639224397713257805" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", + "hash": "8714067957965973862" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", - "hash": "16375130740710703419" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", + "hash": "377035099592140993" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", - "hash": "11953954476398047389" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", + "hash": "2640821823957837771" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", - "hash": "2210192340749619384" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", + "hash": "4883489638704343677" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", - "hash": "511658573327045626" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", + "hash": "1063338721262391862" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", - "hash": "12303487102566855915" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", + "hash": "13051148389008776707" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", - "hash": "11402826658491359232" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", + "hash": "16166965666592256044" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", - "hash": "6825951630416775947" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", + "hash": "7644883283632193272" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", - "hash": "2805940425132879908" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", + "hash": "3268658162048948497" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", - "hash": "8489667444524953557" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", + "hash": "12938819441932090008" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", - "hash": "14606573267340170277" + "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", + "hash": "18391939971202172617" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", - "hash": "14196059685546491397" + "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", + "hash": "5135976908480724598" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", - "hash": "14050169068191640430" + "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", + "hash": "6555520085152754544" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", - "hash": "10053227308471445195" + "file": "libs/designer/src/lib/core/graphlayout/index.ts", + "hash": "1183230721606983661" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", - "hash": "11769122580063614459" + "file": "libs/designer/src/lib/core/index.ts", + "hash": "17021345483470396631" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", - "hash": "745830827396299178" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", + "hash": "5690913620690077130" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", - "hash": "1027675781125994812" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", + "hash": "14509662786295405295" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", - "hash": "7986263690502094190" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", + "hash": "6387737565995930308" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", - "hash": "16722491980851361131" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", + "hash": "18344987115654458228" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", - "hash": "11863418691057542043" + "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", + "hash": "14964928502892749345" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", - "hash": "3814535965481203921" + "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", + "hash": "14646033592987575031" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", - "hash": "15552531164182029199" + "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", + "hash": "17520637296625214501" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", - "hash": "15707985138297454208" + "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", + "hash": "16515897955999880047" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", - "hash": "8203696318475998577" + "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", + "hash": "8489461695139161622" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", - "hash": "16965130050548374080" + "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", + "hash": "11556548277387433966" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", - "hash": "17677112185734595302" + "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", + "hash": "1566269831108361105" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", - "hash": "10421500773173129841" + "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", + "hash": "13854397699622059247" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", - "hash": "6837630829095975444" + "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", + "hash": "7091192159636622669" }, { - "file": "libs/logic-apps-shared/src/utils/src/index.ts", - "hash": "10410575831740573676" + "file": "libs/designer/src/lib/core/queries/browse.ts", + "hash": "15277260528629014649" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", - "hash": "4727605297220290209" + "file": "libs/designer/src/lib/core/queries/connections.ts", + "hash": "1501738903167968950" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", - "hash": "14486861888502652092" + "file": "libs/designer/src/lib/core/queries/connector.ts", + "hash": "10042584932448483913" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", - "hash": "14917406684066904829" + "file": "libs/designer/src/lib/core/queries/operation.ts", + "hash": "18070523527133930267" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", - "hash": "13784490208174778956" + "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", + "hash": "11873332201419444196" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", - "hash": "5485574054856489322" + "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", + "hash": "944283261874392963" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", - "hash": "7212073480745607382" + "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", + "hash": "14043559070256094030" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", - "hash": "10702209958963271416" + "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", + "hash": "17661438812224560039" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", - "hash": "4266295413916081180" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", + "hash": "552151791694841859" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", - "hash": "18218774632996040833" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", + "hash": "5709160121732674319" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", - "hash": "3921550207499097708" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", + "hash": "11880532030602689040" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", - "hash": "16323037561979992179" + "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", + "hash": "15539125750855046238" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", - "hash": "4346902897670598580" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", + "hash": "17496610770440064597" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", - "hash": "18306290794139362199" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", + "hash": "12399207044214169579" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", - "hash": "12827775712440356270" + "file": "libs/designer/src/lib/core/state/global.ts", + "hash": "2467378088186721273" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", - "hash": "12780007669564837262" + "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", + "hash": "7160406653392297178" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", - "hash": "10649237237708086601" + "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", + "hash": "13231490325898643987" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", - "hash": "16265988629726370223" + "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", + "hash": "580443950008935701" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", - "hash": "4342729621317785815" + "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", + "hash": "11619174720328207349" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", - "hash": "17931405780059128507" + "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", + "hash": "12360836867786652472" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", - "hash": "11275772986299991786" + "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", + "hash": "17837734844866824533" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", - "hash": "14172933526512144674" + "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", + "hash": "3597817075648231871" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", - "hash": "8097726720353189151" + "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", + "hash": "8221487224681813587" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", - "hash": "17424119200157481456" + "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", + "hash": "13672923006305683744" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", - "hash": "6316675658315917165" + "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", + "hash": "3869560885023421381" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", - "hash": "17285595875462734375" + "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", + "hash": "7513105324012396408" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", - "hash": "10787957479004558655" + "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", + "hash": "15674134190940167340" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", - "hash": "924391710566473857" + "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", + "hash": "4534305780862072392" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", - "hash": "18221863617102146813" + "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", + "hash": "4540330469149645148" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", - "hash": "4421237494227621410" + "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", + "hash": "297492272351660565" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", - "hash": "12775712264492385024" + "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", + "hash": "6447767112269051024" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", - "hash": "13175286304358008848" + "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", + "hash": "21027795098134668" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", - "hash": "15335411595834044598" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", + "hash": "10627578442358036420" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", - "hash": "13941170058709179863" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", + "hash": "3377780393722064446" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", - "hash": "5560781174328914491" + "file": "libs/designer/src/lib/core/store.ts", + "hash": "7675307851224561844" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", - "hash": "13885780335314142211" + "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", + "hash": "10932912534190676887" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", - "hash": "14719921367101255082" + "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", + "hash": "10477834709138765316" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", - "hash": "14197989536257233793" + "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", + "hash": "6400741599488247828" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", - "hash": "79196203943799003" + "file": "libs/designer/src/lib/core/utils/card.ts", + "hash": "17388048148998821366" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", - "hash": "1773324083978265246" + "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", + "hash": "14380782528292918805" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", - "hash": "16462763711137735088" + "file": "libs/designer/src/lib/core/utils/graph.ts", + "hash": "9113893809945541281" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", - "hash": "16779865992229698101" + "file": "libs/designer/src/lib/core/utils/loops.ts", + "hash": "17832329493412946298" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", - "hash": "6133462328373533461" + "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", + "hash": "1420254453350497458" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", - "hash": "2681330121858908210" + "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", + "hash": "842207519268466443" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", - "hash": "3670299451416716175" + "file": "libs/designer/src/lib/core/utils/outputs.ts", + "hash": "2523378346613014879" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", - "hash": "6771680877558200992" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", + "hash": "3643994527394489617" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", - "hash": "17593916544224071508" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", + "hash": "2422344699678475886" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", - "hash": "10533072781574562738" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", + "hash": "17504009570966731362" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", - "hash": "2572403417534260160" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", + "hash": "14679208978083456209" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", - "hash": "2078500890542782930" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", + "hash": "9346212500047195690" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", - "hash": "13095245056926067394" + "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", + "hash": "16944935834687261736" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", - "hash": "5866684311064342041" + "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", + "hash": "5504094716509853138" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", - "hash": "10053725396844537374" + "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", + "hash": "789795195726361469" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", - "hash": "11901860371911382948" + "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", + "hash": "1212164914387801521" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", - "hash": "3827527429415846737" + "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", + "hash": "4584055025926510588" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", - "hash": "9814598968821475901" + "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", + "hash": "17685281869497732131" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", - "hash": "9515526602733602379" + "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", + "hash": "17503616740995511873" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", - "hash": "18237200074476379247" + "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", + "hash": "5493345090301795523" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", - "hash": "18138026162521915000" + "file": "libs/designer/src/lib/core/utils/setting.ts", + "hash": "607724160972661514" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", - "hash": "5600260597734849270" + "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", + "hash": "300462517969513749" }, { - "file": "libs/logic-apps-shared/tsconfig.json", - "hash": "5119560921033608397" + "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", + "hash": "710587862511662252" }, { - "file": "libs/logic-apps-shared/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "libs/designer/src/lib/core/utils/tokens.ts", + "hash": "16598154144351001077" }, { - "file": "libs/logic-apps-shared/tsup.config.ts", - "hash": "5286132973577408611" - } - ], - "data-mapper-standalone": [ + "file": "libs/designer/src/lib/core/utils/validation.ts", + "hash": "3321415876925824657" + }, { - "file": "apps/data-mapper-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer/src/lib/core/utils/variables.ts", + "hash": "18113110944598796795" }, { - "file": "apps/data-mapper-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/designer/src/lib/core/utils/workflow.ts", + "hash": "2503685323390352213" }, { - "file": "apps/data-mapper-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer/src/lib/index.tsx", + "hash": "3108540739134237574" }, { - "file": "apps/data-mapper-standalone/jest.config.ts", - "hash": "10715911984367194997" + "file": "libs/designer/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/data-mapper-standalone/project.json", - "hash": "9374513863842846490" + "file": "libs/designer/src/lib/ui/Controls.tsx", + "hash": "11679666175589395115" }, { - "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", - "hash": "16726481549457764766" + "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", + "hash": "18335299629456245936" }, { - "file": "apps/data-mapper-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", + "hash": "8683562698326398762" }, { - "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", - "hash": "14944117756580093119" + "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", + "hash": "6973870354555514502" }, { - "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", - "hash": "1284985494789010035" + "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", + "hash": "2623692442355217780" }, { - "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", - "hash": "372080794920849111" + "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", + "hash": "17275763272438441218" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", + "hash": "16798466643167652597" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/designer/src/lib/ui/Designer.tsx", + "hash": "16681715909651728710" }, { - "file": "apps/data-mapper-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer/src/lib/ui/Minimap.tsx", + "hash": "16784302034175684453" }, { - "file": "apps/data-mapper-standalone/src/index.html", - "hash": "1875896067774755003" + "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", + "hash": "9589106174231375844" }, { - "file": "apps/data-mapper-standalone/src/main.tsx", - "hash": "10861951779782452086" + "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", + "hash": "3078414740510575754" }, { - "file": "apps/data-mapper-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", + "hash": "14069610435069570388" }, { - "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", - "hash": "16987547041249191518" + "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", + "hash": "2917805269573375288" }, { - "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", - "hash": "15187256273369871693" + "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", + "hash": "3469127252427478749" }, { - "file": "apps/data-mapper-standalone/src/state/Store.ts", - "hash": "7832192686281280578" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "apps/data-mapper-standalone/src/styles.less", - "hash": "11491636838694553899" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", + "hash": "2870378826580830856" }, { - "file": "apps/data-mapper-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "apps/data-mapper-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", + "hash": "17062398617519134809" }, { - "file": "apps/data-mapper-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "apps/data-mapper-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "@microsoft/logic-apps-data-mapper": [ - { - "file": "libs/data-mapper/package.json", - "hash": "11374210066381032052", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-icons", - "npm:react-redux", - "npm:react-icons", - "npm:reactflow", - "@microsoft/designer-ui", - "npm:react-query", - "npm:@fluentui/react-migration-v8-v9", - "@microsoft/logic-apps-designer", - "npm:fuse.js", - "npm:@react-hookz/web", - "npm:@fluentui/react-hooks", - "npm:redux-undo", - "npm:@fluentui/azure-themes", - "npm:@fluentui/react-portal-compat", - "npm:@microsoft/applicationinsights-react-js", - "npm:@microsoft/applicationinsights-web", - "npm:@reduxjs/toolkit", - "npm:js-yaml", - "npm:react-dnd", - "npm:react-dnd-html5-backend", - "npm:immer", - "npm:pathfinding", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer/src/lib/ui/connections/edge.tsx", + "hash": "5497512017299495007" }, { - "file": "libs/data-mapper/src/index.ts", - "hash": "5472632491119599158" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", + "hash": "18432693650012936880" }, { - "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", - "hash": "14141615103418495910" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", + "hash": "5555780360896210685" }, { - "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", - "hash": "17770304629225421551" + "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", + "hash": "13807895509711892964" }, { - "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", - "hash": "6877428616429784381" + "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", + "hash": "7876264136480687494" }, { - "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", - "hash": "14358690050668654180" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", + "hash": "2408849985874822150" }, { - "file": "libs/data-mapper/src/lib/__mocks__/index.ts", - "hash": "2773363408802742346" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", + "hash": "4860151930479659861" }, { - "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/designer/src/lib/ui/index.tsx", + "hash": "16341670098352328808" }, { - "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", - "hash": "8395782275572223290" + "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", + "hash": "11764721752232747899" }, { - "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", - "hash": "16603205122567920755" + "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", + "hash": "18054694947746552645" }, { - "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", - "hash": "10258201007008948880" + "file": "libs/designer/src/lib/ui/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", - "hash": "8534942872367954833" + "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", + "hash": "17569954728099794023" }, { - "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", - "hash": "15022977686795039418" + "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", + "hash": "583479515840133304" }, { - "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", - "hash": "12397917326030950019" + "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", + "hash": "12873127522514834077" }, { - "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", - "hash": "1675148636656834599" + "file": "libs/designer/src/lib/ui/menuItems/index.tsx", + "hash": "17248340653302800129" }, { - "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", - "hash": "4500469198916948898" + "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", + "hash": "11451946634355722234" }, { - "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", - "hash": "15591781288413492668" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", + "hash": "8808436492128491535" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", - "hash": "10224908465129074278" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", + "hash": "11188019418177543078" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", - "hash": "2306687655733353822" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", + "hash": "10622257218635018165" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", - "hash": "4978643643123088343" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", + "hash": "14381813606682941152" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", - "hash": "16079196945272553302" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", + "hash": "14863904385332766059" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", - "hash": "9459439117530038422" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", + "hash": "105776725888969737" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/style.less", - "hash": "1527231942813543886" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", + "hash": "3486053682563706186" }, { - "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", - "hash": "3490028716472595634" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", + "hash": "4295986676874411230" }, { - "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", - "hash": "11032931063624269338" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", + "hash": "5044350433743159771" }, { - "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", - "hash": "16949676118746384339" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", + "hash": "17190185412675906484" }, { - "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", - "hash": "5754477981864776328" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", + "hash": "413683764976891703" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", - "hash": "8248408736294624544" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", + "hash": "2896450508867033368" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", - "hash": "1309869007463816848" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", + "hash": "8866623228316007595" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", - "hash": "13628344667890779793" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", + "hash": "17888799308169784633" }, { - "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", - "hash": "15205348783145905209" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", + "hash": "3217802139905584148" }, { - "file": "libs/data-mapper/src/lib/components/index.tsx", - "hash": "14428353282588746736" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", + "hash": "962585077833873680" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", - "hash": "2162817837155313327" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", + "hash": "2345600340639460118" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", - "hash": "13553412525983781799" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", + "hash": "6438581048872326276" }, { - "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", - "hash": "12346138118521841651" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", + "hash": "4636028013835727768" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", - "hash": "13284155248340962799" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", + "hash": "14888900866274310223" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", - "hash": "6881307329438277742" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", + "hash": "4040358874212544513" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", - "hash": "17557070717023693689" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", + "hash": "15708146643216275913" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", - "hash": "6406696257549309205" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", + "hash": "18064072806053472795" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", - "hash": "287685334620412869" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", + "hash": "813895254218562259" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", - "hash": "7705748749211233193" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", + "hash": "16620206185148038430" }, { - "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", - "hash": "3936423784858816038" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", + "hash": "5385478426844583686" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", - "hash": "436733766006015729" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", + "hash": "17955152684217995627" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", - "hash": "2902656052842124085" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", + "hash": "8096213501021087139" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", - "hash": "12588249875741308347" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", + "hash": "6954364116161516939" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", - "hash": "3371960444479219998" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", + "hash": "2774370202590136493" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", - "hash": "13107346633144606217" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", + "hash": "2990072573754773610" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", - "hash": "3431317465765506117" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", + "hash": "16009164000053936481" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", - "hash": "931212623622312724" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", + "hash": "12787968918952964503" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", - "hash": "2252689483688433412" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", + "hash": "7320427274234546201" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", - "hash": "16227082704057520509" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", + "hash": "1017935854018236971" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", - "hash": "10162125979217322629" + "file": "libs/designer/src/lib/ui/panel/index.tsx", + "hash": "8931413980282435903" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", - "hash": "1365034521116895969" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", + "hash": "691362796351085760" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", - "hash": "5783780993646471511" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", + "hash": "1761891437078855966" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", - "hash": "12114143726703313044" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", + "hash": "1057924626207991961" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", - "hash": "7202237167327210605" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", + "hash": "6280253552466033403" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", - "hash": "1200938118723756534" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", + "hash": "8768239693411150392" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", - "hash": "1012998571701681502" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", + "hash": "7891578013616621917" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", - "hash": "12160064669768110122" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", + "hash": "6936908943603154102" }, { - "file": "libs/data-mapper/src/lib/components/style.less", - "hash": "16697434201106803776" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", + "hash": "438510564774690503" }, { - "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", - "hash": "1043813905809112628" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", + "hash": "16798406127854826620" }, { - "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", - "hash": "9602489998542264304" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", + "hash": "3595348225477585500" }, { - "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", - "hash": "6227532534870526144" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", + "hash": "11057896419932325694" }, { - "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", - "hash": "7886860379443982562" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", + "hash": "4104206428172572624" }, { - "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", - "hash": "9624723269802669778" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", + "hash": "6547505579084266234" }, { - "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", - "hash": "8054479495813088206" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", + "hash": "6573526002733579255" }, { - "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", - "hash": "11318338330539713068" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", + "hash": "2589613772379687118" }, { - "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", - "hash": "6683692349789938244" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", + "hash": "5973638345373933302" }, { - "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", - "hash": "9474546573542884474" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", + "hash": "15042347812954300106" }, { - "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", - "hash": "9216304019284249108" + "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", + "hash": "6338890337184233730" }, { - "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", - "hash": "16279862027290865289" + "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", + "hash": "12332136203110463175" }, { - "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", - "hash": "63281905083235104" + "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", + "hash": "14199280944066488263" }, { - "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", - "hash": "2119175370219112170" + "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", + "hash": "2615756064988394528" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", - "hash": "4728474869371566435" + "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", + "hash": "17548951851137442209" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", - "hash": "15720533640718112418" + "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", + "hash": "13695075695640031897" }, { - "file": "libs/data-mapper/src/lib/core/index.ts", - "hash": "17728252828542620020" + "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", + "hash": "5633104287798836216" }, { - "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", - "hash": "9336784234862841153" + "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", + "hash": "18046537988904659224" }, { - "file": "libs/data-mapper/src/lib/core/queries/functions.ts", - "hash": "9075525510237815946" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", + "hash": "1871737709038769946" }, { - "file": "libs/data-mapper/src/lib/core/queries/schema.ts", - "hash": "13294590656211176080" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", + "hash": "6979096270862588135" }, { - "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", - "hash": "5423319519120387627" + "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", + "hash": "970334209122746164" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", - "hash": "9392105193070614482" + "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", + "hash": "9667005076024681736" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", - "hash": "15115567686730099658" + "file": "libs/designer/src/lib/ui/settings/index.tsx", + "hash": "14559726202240722620" }, { - "file": "libs/data-mapper/src/lib/core/services/index.ts", - "hash": "17713914166270244963" + "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", + "hash": "4578759189608616930" }, { - "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", - "hash": "3978208177201101476" + "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", + "hash": "17737294470449076285" }, { - "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", - "hash": "2345282136753381843" + "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", + "hash": "3442351415387182271" }, { - "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", - "hash": "8144585438365623290" + "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", + "hash": "15073803307628141748" }, { - "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", - "hash": "8329083872052003118" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", + "hash": "13259211909852062902" }, { - "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", - "hash": "13780116185320446560" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", + "hash": "1121495998656744936" }, { - "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", - "hash": "1844323867195659318" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", + "hash": "1034166355859418220" }, { - "file": "libs/data-mapper/src/lib/core/state/Store.ts", - "hash": "11335664211370179539" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", + "hash": "305675838625215663" }, { - "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", - "hash": "14083985203055166555" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", + "hash": "1949585750942351876" }, { - "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", - "hash": "3651895461739624717" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", + "hash": "4499489232140778372" }, { - "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", - "hash": "9602396280237708280" + "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", + "hash": "13293113667156220544" }, { - "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", - "hash": "3966523736504478114" + "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", + "hash": "9211118379886345968" }, { - "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", - "hash": "3717071440296795971" + "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", + "hash": "1426261106233320224" }, { - "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", - "hash": "18312574586759606725" + "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", + "hash": "4817919565569896749" }, { - "file": "libs/data-mapper/src/lib/images/IconModel.ts", - "hash": "12022961688999857592" + "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", + "hash": "14117197387047983705" }, { - "file": "libs/data-mapper/src/lib/index.ts", - "hash": "12536403810420775901" + "file": "libs/designer/src/lib/ui/styles.less", + "hash": "8828323265444774935" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", - "hash": "11971351871449799719" + "file": "libs/designer/tsconfig.json", + "hash": "9903972631138361140" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", - "hash": "231476621227209942" - }, + "file": "libs/designer/tsup.config.ts", + "hash": "8336763382846384517" + } + ], + "vs-code-designer": [ { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", - "hash": "14825710363869872009" + "file": "apps/vs-code-designer/.eslintrc.json", + "hash": "8230085774644180673" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", - "hash": "11190645468593154735" + "file": "apps/vs-code-designer/jest.config.ts", + "hash": "17889736692752700798" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", - "hash": "14736012937266371921" + "file": "apps/vs-code-designer/project.json", + "hash": "10833565585548221174" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", - "hash": "13887358761389139212" + "file": "apps/vs-code-designer/src/CHANGELOG.md", + "hash": "14589377795062736305" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", - "hash": "17897683696959454955" + "file": "apps/vs-code-designer/src/LICENSE.md", + "hash": "11929769968810875751" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", - "hash": "12140356380068737353" + "file": "apps/vs-code-designer/src/LogicAppResolver.ts", + "hash": "15283228701684753042" }, { - "file": "libs/data-mapper/src/lib/models/Connection.ts", - "hash": "6713086379975707272" + "file": "apps/vs-code-designer/src/README.md", + "hash": "11849077759120475963" }, { - "file": "libs/data-mapper/src/lib/models/Function.ts", - "hash": "4870906847571201219" + "file": "apps/vs-code-designer/src/app/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", - "hash": "15870582288808787686" + "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", + "hash": "9691210983495138557" }, { - "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", - "hash": "2503294176815549333" + "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", + "hash": "16521890431921928426" }, { - "file": "libs/data-mapper/src/lib/models/index.ts", - "hash": "15048481124323271890" + "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", + "hash": "16663452797901095598" }, { - "file": "libs/data-mapper/src/lib/styles.less", - "hash": "6908331227144989949" + "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", + "hash": "17141832093942421132" }, { - "file": "libs/data-mapper/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", + "hash": "16800387599182163436" }, { - "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", - "hash": "5175306600030063384" + "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", + "hash": "15249910961024614139" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", - "hash": "10316055516907888527" + "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", + "hash": "10478805085220116046" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", - "hash": "13390357502855812372" + "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", + "hash": "16716690566799847540" }, { - "file": "libs/data-mapper/src/lib/ui/index.ts", - "hash": "15113147962899261470" + "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", + "hash": "8933389345854657664" }, { - "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", - "hash": "16408345537354737101" + "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", + "hash": "9992531484797111989" }, { - "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", - "hash": "1686767970297098011" + "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", + "hash": "9463128159380316482" }, { - "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", - "hash": "2434825439260665638" + "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", + "hash": "5889249415644928667" }, { - "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", - "hash": "16723311339534011344" + "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", + "hash": "5345286631159247185" }, { - "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", - "hash": "8480594156287949923" + "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", + "hash": "3989052663077740043" }, { - "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", - "hash": "5131927761100189734" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", + "hash": "5116501926243135478" }, { - "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", - "hash": "15649534183471564687" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", + "hash": "16288058029656980512" }, { - "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", - "hash": "8490159670981334068" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", + "hash": "4974115892586946562" }, { - "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", - "hash": "13852057286094725726" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", + "hash": "2739542424025605778" }, { - "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", - "hash": "1056814422116962324" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", + "hash": "16528307411062519273" }, { - "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", - "hash": "7706926125373966162" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", + "hash": "8420664513479071878" }, { - "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", - "hash": "17896084943722718154" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", + "hash": "1015410722997215694" }, { - "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", - "hash": "17700627488664204153" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", + "hash": "14122433799963996225" }, { - "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", - "hash": "1510231232034717112" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", + "hash": "5881517096408142372" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", - "hash": "9183598294036602086" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", + "hash": "12504828417239595241" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", - "hash": "2591378645563686133" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", + "hash": "2537881784742654091" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", - "hash": "3757182914660000889" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", + "hash": "2805860689866977637" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", - "hash": "4652895062524218585" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", + "hash": "236360329701387391" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", - "hash": "16304634453111028700" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", + "hash": "15398886318117594991" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", - "hash": "16121681897376756515" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", + "hash": "14182951342794946711" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", - "hash": "15152740453553295329" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", + "hash": "6145152286437918482" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", - "hash": "11931976114526883032" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", + "hash": "10097241182939210615" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", - "hash": "3153965796357963823" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", + "hash": "6085873851390612613" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", - "hash": "3809914266296290977" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", + "hash": "4790825331437291708" }, { - "file": "libs/data-mapper/src/lib/utils/index.ts", - "hash": "5033003906952262405" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", + "hash": "3241263939490725602" }, { - "file": "libs/data-mapper/tsconfig.json", - "hash": "2883325760657722404" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", + "hash": "12904323188893554197" }, { - "file": "libs/data-mapper/typing/sort-paths.d.ts", - "hash": "13071285186636949876" - } - ], - "@microsoft/vscode-extension-logic-apps": [ + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", + "hash": "3301771322364491691" + }, { - "file": "libs/vscode-extension/package.json", - "hash": "15998724868521866521", - "deps": [ - "npm:@microsoft/vscode-azext-azureappservice", - "npm:@microsoft/vscode-azext-utils", - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:react-query", - "npm:axios", - "npm:@apidevtools/swagger-parser", - "npm:reactflow", - "npm:tslib" - ] + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", + "hash": "7125020395698562731" }, { - "file": "libs/vscode-extension/src/assets/architecture.png", - "hash": "26421078174694397" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", + "hash": "1061376532103796189" }, { - "file": "libs/vscode-extension/src/index.ts", - "hash": "13894618422633116150" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", + "hash": "4090283287361325395" }, { - "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", - "hash": "13120906341305634586" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", + "hash": "12694293993123858339" }, { - "file": "libs/vscode-extension/src/lib/helpers/index.ts", - "hash": "10780152196575928830" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", + "hash": "6939607616569333271" }, { - "file": "libs/vscode-extension/src/lib/models/artifact.ts", - "hash": "7146957473126889114" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", + "hash": "16876165458358934367" }, { - "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", - "hash": "6154477977645149666" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", + "hash": "6807352070253397014" }, { - "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", - "hash": "5895652225166913174" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", + "hash": "602646548392219924" }, { - "file": "libs/vscode-extension/src/lib/models/connection.ts", - "hash": "8902288875218630610" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", + "hash": "1248441447151601445" }, { - "file": "libs/vscode-extension/src/lib/models/context.ts", - "hash": "289535333068392984" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", + "hash": "4382994499249808404" }, { - "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", - "hash": "10232207379279475729" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", + "hash": "3270908220441876714" }, { - "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", - "hash": "8661551841000564066" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", + "hash": "18197283561380557970" }, { - "file": "libs/vscode-extension/src/lib/models/functions.ts", - "hash": "8921509321344504417" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", + "hash": "12854509727277688600" }, { - "file": "libs/vscode-extension/src/lib/models/host.ts", - "hash": "4946881646528119602" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", + "hash": "6932473933775505497" }, { - "file": "libs/vscode-extension/src/lib/models/index.ts", - "hash": "8629351622118864800" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", + "hash": "15163297139299467130" }, { - "file": "libs/vscode-extension/src/lib/models/language.ts", - "hash": "12998506532698409684" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", + "hash": "12145516951279464570" }, { - "file": "libs/vscode-extension/src/lib/models/launch.ts", - "hash": "3299137502222266496" + "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", + "hash": "13122905205637169916" }, { - "file": "libs/vscode-extension/src/lib/models/parameter.ts", - "hash": "2466587591546831647" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", + "hash": "12161500855477225293" }, { - "file": "libs/vscode-extension/src/lib/models/process.ts", - "hash": "12858203324101334851" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", + "hash": "2961004747776184036" }, { - "file": "libs/vscode-extension/src/lib/models/project.ts", - "hash": "12064643844535713228" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", + "hash": "4522541350913132312" }, { - "file": "libs/vscode-extension/src/lib/models/tasks.ts", - "hash": "15455125440905214634" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", + "hash": "11258116130515669458" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", - "hash": "11529840343560446484" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", + "hash": "10075191348354945271" }, { - "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", - "hash": "10730630576740403610" + "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", + "hash": "14895277555234648124" }, { - "file": "libs/vscode-extension/src/lib/models/templates/index.ts", - "hash": "15419456393693419504" + "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", + "hash": "4733267574054585308" }, { - "file": "libs/vscode-extension/src/lib/models/workflow.ts", - "hash": "4080408159234522751" + "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", + "hash": "4897061654932299103" }, { - "file": "libs/vscode-extension/src/lib/services/httpClient.ts", - "hash": "13366754612634721081" + "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", + "hash": "5210136330995269176" }, { - "file": "libs/vscode-extension/src/lib/services/index.ts", - "hash": "2286143948438821916" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", + "hash": "9188408928771288175" }, { - "file": "libs/vscode-extension/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "vs-code-designer": [ - { - "file": "apps/vs-code-designer/.eslintrc.json", - "hash": "8230085774644180673" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", + "hash": "1654632113814189489" }, { - "file": "apps/vs-code-designer/jest.config.ts", - "hash": "17889736692752700798" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", + "hash": "13903031530503885601" }, { - "file": "apps/vs-code-designer/project.json", - "hash": "10833565585548221174" + "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", + "hash": "4869802028671417544" }, { - "file": "apps/vs-code-designer/src/CHANGELOG.md", - "hash": "14589377795062736305" + "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", + "hash": "11183973806602428193" }, { - "file": "apps/vs-code-designer/src/LICENSE.md", - "hash": "11929769968810875751" + "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", + "hash": "9790108692711167549" }, { - "file": "apps/vs-code-designer/src/LogicAppResolver.ts", - "hash": "15283228701684753042" + "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", + "hash": "8935024565840125528" }, { - "file": "apps/vs-code-designer/src/README.md", - "hash": "11849077759120475963" + "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", + "hash": "17757783226849701195" }, { - "file": "apps/vs-code-designer/src/app/.gitkeep", - "hash": "3244421341483603138" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", + "hash": "3118499866503970646" }, { - "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", - "hash": "9691210983495138557" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", + "hash": "16946336365738016652" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", - "hash": "16521890431921928426" + "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", + "hash": "14700426286273151963" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", - "hash": "16663452797901095598" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", + "hash": "12955984065148503188" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", - "hash": "17141832093942421132" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", + "hash": "67503252290137050" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", - "hash": "16800387599182163436" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", + "hash": "18047538332171694914" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", - "hash": "15249910961024614139" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", + "hash": "16421460425439894219" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", - "hash": "10478805085220116046" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", + "hash": "5102400899083743915" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", - "hash": "16716690566799847540" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", + "hash": "3566802881924367933" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", - "hash": "8933389345854657664" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", + "hash": "2253355473442341254" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", - "hash": "9992531484797111989" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", + "hash": "8367461168796618125" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", - "hash": "9463128159380316482" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", + "hash": "7816928161375360640" }, { - "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", - "hash": "5889249415644928667" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", + "hash": "8211441423174431273" }, { - "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", - "hash": "5345286631159247185" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", + "hash": "4543923992427156478" }, { - "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", - "hash": "3989052663077740043" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", + "hash": "16790172706671895508" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", - "hash": "5116501926243135478" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", + "hash": "730339459731076167" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", - "hash": "16288058029656980512" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", + "hash": "16387263368854184722" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", - "hash": "4974115892586946562" + "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", + "hash": "8785736729536479883" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", - "hash": "2739542424025605778" + "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", + "hash": "5405004095284863368" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", - "hash": "16528307411062519273" + "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", + "hash": "277688911407886724" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", - "hash": "8420664513479071878" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", + "hash": "10531190907180147165" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", - "hash": "1015410722997215694" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", + "hash": "6805897657185145282" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", - "hash": "14122433799963996225" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", + "hash": "4042523059976227605" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", - "hash": "5881517096408142372" + "file": "apps/vs-code-designer/src/app/commands/openFile.ts", + "hash": "8848677839034017897" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", - "hash": "12504828417239595241" + "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", + "hash": "4414819161159148018" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", - "hash": "2537881784742654091" + "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", + "hash": "12108392818377112463" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", - "hash": "2805860689866977637" + "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", + "hash": "5348466410986195592" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", - "hash": "236360329701387391" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", + "hash": "11825414888852326472" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", - "hash": "15398886318117594991" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", + "hash": "13266183717277799658" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", - "hash": "14182951342794946711" + "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", + "hash": "9667907052210863860" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", - "hash": "6145152286437918482" + "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", + "hash": "11431794142374272106" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", - "hash": "10097241182939210615" + "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", + "hash": "11741482698530295281" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", - "hash": "6085873851390612613" + "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", + "hash": "10014778861188001840" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", - "hash": "4790825331437291708" + "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", + "hash": "17934490034222099721" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", - "hash": "3241263939490725602" + "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", + "hash": "9519170629001091669" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", - "hash": "12904323188893554197" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", + "hash": "2193565893393153407" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", - "hash": "3301771322364491691" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", + "hash": "7828137694120726708" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", - "hash": "7125020395698562731" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", + "hash": "11038158381580372609" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", - "hash": "1061376532103796189" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", + "hash": "4199684356925501631" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", - "hash": "4090283287361325395" + "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", + "hash": "11358177184398117389" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", - "hash": "12694293993123858339" + "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", + "hash": "2679770440781556642" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", - "hash": "6939607616569333271" + "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", + "hash": "4758133665418146451" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", - "hash": "16876165458358934367" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", + "hash": "1121723214110567542" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", - "hash": "6807352070253397014" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", + "hash": "7725573827694650006" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", - "hash": "602646548392219924" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", + "hash": "8334894307746449914" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", - "hash": "1248441447151601445" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", + "hash": "8101227941012600904" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", - "hash": "4382994499249808404" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", + "hash": "3673010528497519226" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", - "hash": "3270908220441876714" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", + "hash": "11911833764116684440" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", - "hash": "18197283561380557970" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", + "hash": "9168734096888030444" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", - "hash": "12854509727277688600" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", + "hash": "17061412144400724615" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", - "hash": "6932473933775505497" + "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", + "hash": "5828869705447588148" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", - "hash": "15163297139299467130" + "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", + "hash": "15656574216615797261" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", - "hash": "12145516951279464570" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", + "hash": "4880915516707375137" }, { - "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", - "hash": "13122905205637169916" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", + "hash": "17464406121619291255" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", - "hash": "12161500855477225293" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", + "hash": "14683371035097063300" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", - "hash": "2961004747776184036" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", + "hash": "5542561233280181226" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", - "hash": "4522541350913132312" + "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", + "hash": "17702393010275360059" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", - "hash": "11258116130515669458" + "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", + "hash": "2575534504287821721" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", - "hash": "10075191348354945271" + "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", + "hash": "11739281340875482517" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", - "hash": "14895277555234648124" + "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", + "hash": "9929018485526454933" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", - "hash": "4733267574054585308" + "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", + "hash": "4009213837140272148" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", - "hash": "4897061654932299103" + "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", + "hash": "8817565709427003190" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", - "hash": "5210136330995269176" + "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", + "hash": "3375335490032478024" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", - "hash": "9188408928771288175" + "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", + "hash": "16615866709994104280" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", - "hash": "1654632113814189489" + "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", + "hash": "7415266051392608333" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", - "hash": "13903031530503885601" + "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", + "hash": "9074539896232376720" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", - "hash": "4869802028671417544" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", + "hash": "9267693919118671283" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", - "hash": "11183973806602428193" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", + "hash": "10134355830057584781" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", - "hash": "9790108692711167549" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", + "hash": "721460261511937589" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", - "hash": "8935024565840125528" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", + "hash": "5398542377692716433" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", - "hash": "17757783226849701195" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", + "hash": "3347403338657872606" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", - "hash": "3118499866503970646" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", + "hash": "5980647371085397675" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", - "hash": "16946336365738016652" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", + "hash": "16412382996484120538" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", - "hash": "14700426286273151963" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", + "hash": "604082204214613146" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", - "hash": "12955984065148503188" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", + "hash": "5211400042396365247" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", - "hash": "67503252290137050" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", + "hash": "4323159798705886185" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", - "hash": "18047538332171694914" + "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", + "hash": "10473063987200566321" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", - "hash": "16421460425439894219" + "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", + "hash": "3595900253866256876" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", - "hash": "5102400899083743915" + "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", + "hash": "13211032462411797929" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", - "hash": "3566802881924367933" + "file": "apps/vs-code-designer/src/app/utils/azure.ts", + "hash": "3833124319981952605" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", - "hash": "2253355473442341254" + "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", + "hash": "5354517439635689223" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", - "hash": "8367461168796618125" + "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", + "hash": "4202845508695897867" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", - "hash": "7816928161375360640" + "file": "apps/vs-code-designer/src/app/utils/binaries.ts", + "hash": "388089461239389146" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", - "hash": "8211441423174431273" + "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", + "hash": "11278198487517151600" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", - "hash": "4543923992427156478" + "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", + "hash": "5209627703357314360" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", - "hash": "16790172706671895508" + "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", + "hash": "2721473099105817663" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", - "hash": "730339459731076167" + "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", + "hash": "16092403201611177373" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", - "hash": "16387263368854184722" + "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", + "hash": "17280584654313801797" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", - "hash": "8785736729536479883" + "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", + "hash": "11434773582755922466" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", - "hash": "5405004095284863368" + "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", + "hash": "8914353723910010736" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", - "hash": "277688911407886724" + "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", + "hash": "11370916271253948863" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", - "hash": "10531190907180147165" + "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", + "hash": "12851745667746697144" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", - "hash": "6805897657185145282" + "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", + "hash": "4992286302690682038" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", - "hash": "4042523059976227605" + "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", + "hash": "12439909453655537151" }, { - "file": "apps/vs-code-designer/src/app/commands/openFile.ts", - "hash": "8848677839034017897" + "file": "apps/vs-code-designer/src/app/utils/credentials.ts", + "hash": "9526611676815672231" }, { - "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", - "hash": "4414819161159148018" + "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", + "hash": "18100208350276697387" }, { - "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", - "hash": "12108392818377112463" + "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", + "hash": "11195002535064666626" }, { - "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", - "hash": "5348466410986195592" + "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", + "hash": "16513329002632778630" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", - "hash": "11825414888852326472" + "file": "apps/vs-code-designer/src/app/utils/errors.ts", + "hash": "6337192314829286295" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", - "hash": "13266183717277799658" + "file": "apps/vs-code-designer/src/app/utils/extension.ts", + "hash": "8597463145754720643" }, { - "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", - "hash": "9667907052210863860" + "file": "apps/vs-code-designer/src/app/utils/feed.ts", + "hash": "11078950491452597655" }, { - "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", - "hash": "11431794142374272106" + "file": "apps/vs-code-designer/src/app/utils/fs.ts", + "hash": "10454176105648465536" }, { - "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", - "hash": "11741482698530295281" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", + "hash": "2643409337300275114" }, { - "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", - "hash": "10014778861188001840" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", + "hash": "15542602281912482110" }, { - "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", - "hash": "17934490034222099721" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", + "hash": "168472165892576464" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", - "hash": "9519170629001091669" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", + "hash": "11613730303036346440" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", - "hash": "2193565893393153407" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", + "hash": "17614489772909813009" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", - "hash": "7828137694120726708" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", + "hash": "16131810591978900690" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", - "hash": "11038158381580372609" + "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", + "hash": "5474082429921495272" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", - "hash": "4199684356925501631" + "file": "apps/vs-code-designer/src/app/utils/git.ts", + "hash": "12773428193671641806" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", - "hash": "11358177184398117389" + "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", + "hash": "8596095749121613195" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", - "hash": "2679770440781556642" + "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", + "hash": "18084363227171215626" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", - "hash": "4758133665418146451" + "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", + "hash": "8369160542664851064" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", - "hash": "1121723214110567542" + "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", + "hash": "12408115648321618520" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", - "hash": "7725573827694650006" + "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", + "hash": "11916907140988211314" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", - "hash": "8334894307746449914" + "file": "apps/vs-code-designer/src/app/utils/timeout.ts", + "hash": "14778113605060537252" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", - "hash": "8101227941012600904" + "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", + "hash": "17799585098475395215" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", - "hash": "3673010528497519226" + "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", + "hash": "18167521601394077735" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", - "hash": "11911833764116684440" + "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", + "hash": "13920597240309833189" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", - "hash": "9168734096888030444" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", + "hash": "9759327367702436958" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", - "hash": "17061412144400724615" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", + "hash": "1968553941266221567" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", - "hash": "5828869705447588148" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", + "hash": "15287783653212061089" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", - "hash": "15656574216615797261" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", + "hash": "6828207763303964975" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", - "hash": "4880915516707375137" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", + "hash": "11094466494008399309" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", - "hash": "17464406121619291255" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", + "hash": "2154894462698790548" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", - "hash": "14683371035097063300" + "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", + "hash": "8439101078638289221" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", - "hash": "5542561233280181226" + "file": "apps/vs-code-designer/src/app/utils/workspace.ts", + "hash": "16375631922651977733" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", - "hash": "17702393010275360059" + "file": "apps/vs-code-designer/src/assets/Connection.svg", + "hash": "15647431244608701397" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", - "hash": "2575534504287821721" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", + "hash": "10584527306322621934" }, { - "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", - "hash": "11739281340875482517" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", + "hash": "3810450270713476659" }, { - "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", - "hash": "9929018485526454933" + "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", + "hash": "4245860993464393581" }, { - "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", - "hash": "4009213837140272148" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", + "hash": "6824072606396484945" }, { - "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", - "hash": "8817565709427003190" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", + "hash": "10950725022355073892" }, { - "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", - "hash": "3375335490032478024" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", + "hash": "576791979954694443" }, { - "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", - "hash": "16615866709994104280" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", + "hash": "12306089950511122041" }, { - "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", - "hash": "7415266051392608333" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", + "hash": "2239336814154262202" }, { - "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", - "hash": "9074539896232376720" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", + "hash": "7211845892991047855" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", - "hash": "9267693919118671283" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", + "hash": "7215558518247341170" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", - "hash": "10134355830057584781" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", + "hash": "4598916924084671926" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", - "hash": "721460261511937589" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", + "hash": "8406210736576622585" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", - "hash": "5398542377692716433" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", + "hash": "9257116971448085886" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", - "hash": "3347403338657872606" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", + "hash": "3621284916386716836" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", - "hash": "5980647371085397675" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", + "hash": "16767884502249044946" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", - "hash": "16412382996484120538" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", + "hash": "12435277816665445182" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", - "hash": "604082204214613146" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", - "hash": "5211400042396365247" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", - "hash": "4323159798705886185" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", + "hash": "15689618091200745940" }, { - "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", - "hash": "10473063987200566321" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", + "hash": "5650505684305619652" }, { - "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", - "hash": "3595900253866256876" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", - "hash": "13211032462411797929" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "apps/vs-code-designer/src/app/utils/azure.ts", - "hash": "3833124319981952605" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", + "hash": "6146631829358995396" }, { - "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", - "hash": "5354517439635689223" + "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", - "hash": "4202845508695897867" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "apps/vs-code-designer/src/app/utils/binaries.ts", - "hash": "388089461239389146" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", + "hash": "6618528922142727668" }, { - "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", - "hash": "11278198487517151600" + "file": "apps/vs-code-designer/src/assets/dark/export.svg", + "hash": "4203088445943374133" }, { - "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", - "hash": "5209627703357314360" + "file": "apps/vs-code-designer/src/assets/dark/filter.svg", + "hash": "2157761159649928725" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", - "hash": "2721473099105817663" + "file": "apps/vs-code-designer/src/assets/dark/info.svg", + "hash": "10259827920845009789" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", - "hash": "16092403201611177373" + "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", + "hash": "15172864931349783756" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", - "hash": "17280584654313801797" + "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", + "hash": "12913855549590469120" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", - "hash": "11434773582755922466" + "file": "apps/vs-code-designer/src/assets/dark/visible.svg", + "hash": "15527356031076482326" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", - "hash": "8914353723910010736" + "file": "apps/vs-code-designer/src/assets/dark/wand.png", + "hash": "2323447109945934437" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", - "hash": "11370916271253948863" + "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", - "hash": "12851745667746697144" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", - "hash": "4992286302690682038" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", - "hash": "12439909453655537151" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "apps/vs-code-designer/src/app/utils/credentials.ts", - "hash": "9526611676815672231" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", - "hash": "18100208350276697387" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", - "hash": "11195002535064666626" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", - "hash": "16513329002632778630" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "10811906832528493729" }, { - "file": "apps/vs-code-designer/src/app/utils/errors.ts", - "hash": "6337192314829286295" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "6253575686098009499" }, { - "file": "apps/vs-code-designer/src/app/utils/extension.ts", - "hash": "8597463145754720643" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "4098931202983786207" }, { - "file": "apps/vs-code-designer/src/app/utils/feed.ts", - "hash": "11078950491452597655" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "apps/vs-code-designer/src/app/utils/fs.ts", - "hash": "10454176105648465536" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", - "hash": "2643409337300275114" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", - "hash": "15542602281912482110" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", + "hash": "1636695999285125481" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", - "hash": "168472165892576464" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", - "hash": "11613730303036346440" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", - "hash": "17614489772909813009" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", - "hash": "16131810591978900690" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", - "hash": "5474082429921495272" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "apps/vs-code-designer/src/app/utils/git.ts", - "hash": "12773428193671641806" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", - "hash": "8596095749121613195" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "12187774501315130464" }, { - "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", - "hash": "18084363227171215626" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "7368448719439030691" }, { - "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", - "hash": "8369160542664851064" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "1164676230893833197" }, { - "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", - "hash": "12408115648321618520" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", - "hash": "11916907140988211314" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "apps/vs-code-designer/src/app/utils/timeout.ts", - "hash": "14778113605060537252" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", - "hash": "17799585098475395215" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", + "hash": "2868804174007093570" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", - "hash": "18167521601394077735" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", - "hash": "13920597240309833189" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", - "hash": "9759327367702436958" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", - "hash": "1968553941266221567" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", - "hash": "15287783653212061089" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", - "hash": "6828207763303964975" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", - "hash": "11094466494008399309" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "17474514795579720783" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", - "hash": "2154894462698790548" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "1966951836172479399" }, { - "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", - "hash": "8439101078638289221" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "563534334865091586" }, { - "file": "apps/vs-code-designer/src/app/utils/workspace.ts", - "hash": "16375631922651977733" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "apps/vs-code-designer/src/assets/Connection.svg", - "hash": "15647431244608701397" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", - "hash": "10584527306322621934" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", - "hash": "3810450270713476659" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", + "hash": "3438342450555214691" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", + "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", "hash": "4245860993464393581" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", - "hash": "6824072606396484945" + "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", - "hash": "10950725022355073892" + "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", + "hash": "12548280711520177657" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", - "hash": "576791979954694443" + "file": "apps/vs-code-designer/src/assets/light/export.svg", + "hash": "4203088445943374133" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", - "hash": "12306089950511122041" + "file": "apps/vs-code-designer/src/assets/light/filter.svg", + "hash": "808289461830434574" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", - "hash": "2239336814154262202" + "file": "apps/vs-code-designer/src/assets/light/info.svg", + "hash": "8008068589209490939" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", - "hash": "7211845892991047855" + "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", + "hash": "5714860970048264528" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", - "hash": "7215558518247341170" + "file": "apps/vs-code-designer/src/assets/light/refresh.svg", + "hash": "17185510816311412914" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", - "hash": "4598916924084671926" + "file": "apps/vs-code-designer/src/assets/light/visible.svg", + "hash": "2086515071006177202" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", - "hash": "8406210736576622585" + "file": "apps/vs-code-designer/src/assets/light/wand.png", + "hash": "2740478162349478720" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", - "hash": "9257116971448085886" + "file": "apps/vs-code-designer/src/assets/light/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", - "hash": "3621284916386716836" + "file": "apps/vs-code-designer/src/assets/logicAppResources.png", + "hash": "7844543986362065723" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", - "hash": "16767884502249044946" + "file": "apps/vs-code-designer/src/assets/logicapp.png", + "hash": "18231532070800362266" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", - "hash": "12435277816665445182" + "file": "apps/vs-code-designer/src/constants.ts", + "hash": "10884448731183309126" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "apps/vs-code-designer/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "apps/vs-code-designer/src/environments/environment.ts", + "hash": "1135292433917692033" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", - "hash": "15689618091200745940" + "file": "apps/vs-code-designer/src/extensionVariables.ts", + "hash": "1011803126032346158" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", - "hash": "5650505684305619652" + "file": "apps/vs-code-designer/src/localize.ts", + "hash": "8909848188136259962" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "apps/vs-code-designer/src/main.ts", + "hash": "12693268671030990594" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "apps/vs-code-designer/src/onboarding.ts", + "hash": "1284380110401789108" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", - "hash": "6146631829358995396" + "file": "apps/vs-code-designer/src/package.json", + "hash": "11609901045508539230" }, { - "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", - "hash": "4245860993464393581" + "file": "apps/vs-code-designer/tsconfig.app.json", + "hash": "9654856818679042867" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "apps/vs-code-designer/tsconfig.json", + "hash": "1646188906733341306" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", - "hash": "6618528922142727668" - }, + "file": "apps/vs-code-designer/tsconfig.spec.json", + "hash": "9983375138734725293" + } + ], + "vs-code-react": [ { - "file": "apps/vs-code-designer/src/assets/dark/export.svg", - "hash": "4203088445943374133" + "file": "apps/vs-code-react/.babelrc", + "hash": "7338834004944326044" }, { - "file": "apps/vs-code-designer/src/assets/dark/filter.svg", - "hash": "2157761159649928725" + "file": "apps/vs-code-react/.browserslistrc", + "hash": "167759602395835039" }, { - "file": "apps/vs-code-designer/src/assets/dark/info.svg", - "hash": "10259827920845009789" + "file": "apps/vs-code-react/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", - "hash": "15172864931349783756" + "file": "apps/vs-code-react/jest.config.ts", + "hash": "8334961725413338902" }, { - "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", - "hash": "12913855549590469120" + "file": "apps/vs-code-react/project.json", + "hash": "16992379845976149116" }, { - "file": "apps/vs-code-designer/src/assets/dark/visible.svg", - "hash": "15527356031076482326" + "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", + "hash": "7103226391461447657" }, { - "file": "apps/vs-code-designer/src/assets/dark/wand.png", - "hash": "2323447109945934437" + "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", + "hash": "15235190526173296646" }, { - "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", - "hash": "3274518933561120400" + "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", + "hash": "3923189858935612561" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", + "hash": "5310943053923898056" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", + "hash": "14353098042527666078" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "apps/vs-code-react/src/app/dataMapper/app.less", + "hash": "10860476654260307609" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", + "hash": "1229212044608318791" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", + "hash": "1233751610250085221" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "apps/vs-code-react/src/app/designer/app.less", + "hash": "2873139032757981092" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "10811906832528493729" + "file": "apps/vs-code-react/src/app/designer/app.tsx", + "hash": "14446374292339965572" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "6253575686098009499" + "file": "apps/vs-code-react/src/app/designer/constants.ts", + "hash": "5903664051922439610" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "4098931202983786207" + "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", + "hash": "8677180454198120663" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", + "hash": "13157754222681752876" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", + "hash": "3846553792648049504" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", + "hash": "2583935077415507996" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", - "hash": "1636695999285125481" + "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", + "hash": "11284208617598927726" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "apps/vs-code-react/src/app/export/export.less", + "hash": "3696757642502745218" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "apps/vs-code-react/src/app/export/export.tsx", + "hash": "8780683083445998923" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", + "hash": "1432771657034188602" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", + "hash": "920422646883876413" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", + "hash": "11162162346257637474" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "apps/vs-code-react/src/app/export/status/status.tsx", + "hash": "7912554661822815221" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "12187774501315130464" + "file": "apps/vs-code-react/src/app/export/summary/helper.ts", + "hash": "14153533387296877593" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "7368448719439030691" + "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", + "hash": "7161124247970943148" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "1164676230893833197" + "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", + "hash": "4655457745320534508" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", + "hash": "314441399583635160" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "apps/vs-code-react/src/app/export/validation/helper.ts", + "hash": "11787808914725369004" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", + "hash": "6866286216752763150" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", - "hash": "2868804174007093570" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", + "hash": "10475247554118844324" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", + "hash": "1366466573911291031" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", + "hash": "3750291621191783642" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", + "hash": "16694375718863827935" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", + "hash": "3220598036709854135" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "apps/vs-code-react/src/app/overview/app.tsx", + "hash": "6561625234207029430" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "apps/vs-code-react/src/app/overview/overview.less", + "hash": "10514910349287699054" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "17474514795579720783" + "file": "apps/vs-code-react/src/app/review/index.tsx", + "hash": "17050061761908500120" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "1966951836172479399" + "file": "apps/vs-code-react/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "563534334865091586" + "file": "apps/vs-code-react/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "apps/vs-code-react/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "apps/vs-code-react/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", + "hash": "8025372240546622652" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", - "hash": "3438342450555214691" + "file": "apps/vs-code-react/src/fixtures/get-run.json", + "hash": "14954993404334898723" }, { - "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", - "hash": "4245860993464393581" + "file": "apps/vs-code-react/src/fixtures/get-runs.json", + "hash": "16210149105685428411" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "apps/vs-code-react/src/index.html", + "hash": "15542557927961559597" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", - "hash": "12548280711520177657" + "file": "apps/vs-code-react/src/main.tsx", + "hash": "12636954517020345187" }, { - "file": "apps/vs-code-designer/src/assets/light/export.svg", - "hash": "4203088445943374133" + "file": "apps/vs-code-react/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "apps/vs-code-designer/src/assets/light/filter.svg", - "hash": "808289461830434574" + "file": "apps/vs-code-react/src/resources/Caution.svg", + "hash": "12946324935578891880" }, { - "file": "apps/vs-code-designer/src/assets/light/info.svg", - "hash": "8008068589209490939" + "file": "apps/vs-code-react/src/resources/Error.svg", + "hash": "1306017530222758526" }, { - "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", - "hash": "5714860970048264528" + "file": "apps/vs-code-react/src/resources/Success.svg", + "hash": "1346479691433759862" }, { - "file": "apps/vs-code-designer/src/assets/light/refresh.svg", - "hash": "17185510816311412914" + "file": "apps/vs-code-react/src/router/index.tsx", + "hash": "15140865326278989359" }, { - "file": "apps/vs-code-designer/src/assets/light/visible.svg", - "hash": "2086515071006177202" + "file": "apps/vs-code-react/src/run-service.ts", + "hash": "17001222516069202300" }, { - "file": "apps/vs-code-designer/src/assets/light/wand.png", - "hash": "2740478162349478720" + "file": "apps/vs-code-react/src/run-service/export/helper.ts", + "hash": "17978663445350106988" }, { - "file": "apps/vs-code-designer/src/assets/light/workflow.svg", - "hash": "3274518933561120400" + "file": "apps/vs-code-react/src/run-service/export/index.ts", + "hash": "8958556086353433187" }, { - "file": "apps/vs-code-designer/src/assets/logicAppResources.png", - "hash": "7844543986362065723" + "file": "apps/vs-code-react/src/run-service/types.ts", + "hash": "15571572309314646001" }, { - "file": "apps/vs-code-designer/src/assets/logicapp.png", - "hash": "18231532070800362266" + "file": "apps/vs-code-react/src/state/DataMapSlice.ts", + "hash": "12162383684219148227" }, { - "file": "apps/vs-code-designer/src/constants.ts", - "hash": "10884448731183309126" + "file": "apps/vs-code-react/src/state/DesignerSlice.ts", + "hash": "15018588436028947609" }, { - "file": "apps/vs-code-designer/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", + "hash": "17422552152551623659" }, { - "file": "apps/vs-code-designer/src/environments/environment.ts", - "hash": "1135292433917692033" + "file": "apps/vs-code-react/src/state/projectSlice.ts", + "hash": "17786023480081942934" }, { - "file": "apps/vs-code-designer/src/extensionVariables.ts", - "hash": "1011803126032346158" + "file": "apps/vs-code-react/src/state/store.ts", + "hash": "9306760291102940367" }, { - "file": "apps/vs-code-designer/src/localize.ts", - "hash": "8909848188136259962" + "file": "apps/vs-code-react/src/stateWrapper.tsx", + "hash": "2412499423087675880" }, { - "file": "apps/vs-code-designer/src/main.ts", - "hash": "12693268671030990594" + "file": "apps/vs-code-react/src/styles.less", + "hash": "11897878901819299767" }, { - "file": "apps/vs-code-designer/src/onboarding.ts", - "hash": "1284380110401789108" + "file": "apps/vs-code-react/src/themeProvider.tsx", + "hash": "3199307216492964650" }, { - "file": "apps/vs-code-designer/src/package.json", - "hash": "11609901045508539230" + "file": "apps/vs-code-react/src/webviewCommunication.tsx", + "hash": "4256707400206268801" }, { - "file": "apps/vs-code-designer/tsconfig.app.json", - "hash": "9654856818679042867" + "file": "apps/vs-code-react/tsconfig.app.json", + "hash": "4251399858593500384" }, { - "file": "apps/vs-code-designer/tsconfig.json", - "hash": "1646188906733341306" + "file": "apps/vs-code-react/tsconfig.json", + "hash": "10208151351921925114" }, { - "file": "apps/vs-code-designer/tsconfig.spec.json", - "hash": "9983375138734725293" + "file": "apps/vs-code-react/tsconfig.spec.json", + "hash": "15143458430517966976" } ] }, diff --git a/.nx/cache/project-graph.json b/.nx/cache/project-graph.json index aefd796e9c0..b1e8223fac2 100644 --- a/.nx/cache/project-graph.json +++ b/.nx/cache/project-graph.json @@ -5,16 +5,13 @@ "type": "app", "data": { "root": "apps/data-mapper-standalone", + "name": "data-mapper-standalone", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "apps/data-mapper-standalone/src", + "projectType": "application", "targets": { "build": { "executor": "@nrwl/webpack:webpack", - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], "outputs": [ "{options.outputPath}" ], @@ -60,38 +57,6 @@ }, "defaultConfiguration": "production" }, - "test": { - "executor": "@nrwl/jest:jest", - "inputs": [ - "default", - "^production", - "{workspaceRoot}/jest.preset.js" - ], - "outputs": [ - "{workspaceRoot}/coverage/apps/data-mapper-standalone" - ], - "options": { - "jestConfig": "apps/data-mapper-standalone/jest.config.ts", - "passWithNoTests": true - }, - "configurations": {} - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "inputs": [ - "default", - "{workspaceRoot}/.eslintrc.json" - ], - "outputs": [ - "{options.outputFile}" - ], - "options": { - "lintFilePatterns": [ - "apps/data-mapper-standalone/**/*.{ts,tsx,js,jsx}" - ] - }, - "configurations": {} - }, "serve": { "executor": "@nrwl/webpack:dev-server", "options": { @@ -120,12 +85,31 @@ } }, "defaultConfiguration": "development" + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "outputs": [ + "{options.outputFile}" + ], + "options": { + "lintFilePatterns": [ + "apps/data-mapper-standalone/**/*.{ts,tsx,js,jsx}" + ] + }, + "configurations": {} + }, + "test": { + "executor": "@nrwl/jest:jest", + "outputs": [ + "{workspaceRoot}/coverage/apps/data-mapper-standalone" + ], + "options": { + "jestConfig": "apps/data-mapper-standalone/jest.config.ts", + "passWithNoTests": true + }, + "configurations": {} } }, - "name": "data-mapper-standalone", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/data-mapper-standalone/src", - "projectType": "application", "implicitDependencies": [], "tags": [] } @@ -135,16 +119,13 @@ "type": "app", "data": { "root": "apps/designer-standalone", + "name": "designer-standalone", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "apps/designer-standalone/src", + "projectType": "application", "targets": { "build": { "executor": "@nrwl/webpack:webpack", - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], "outputs": [ "{options.outputPath}" ], @@ -190,38 +171,6 @@ }, "defaultConfiguration": "production" }, - "test": { - "executor": "@nrwl/jest:jest", - "inputs": [ - "default", - "^production", - "{workspaceRoot}/jest.preset.js" - ], - "outputs": [ - "{workspaceRoot}/coverage/apps/designer-standalone" - ], - "options": { - "jestConfig": "apps/designer-standalone/jest.config.ts", - "passWithNoTests": true - }, - "configurations": {} - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "inputs": [ - "default", - "{workspaceRoot}/.eslintrc.json" - ], - "outputs": [ - "{options.outputFile}" - ], - "options": { - "lintFilePatterns": [ - "apps/designer-standalone/**/*.{ts,tsx,js,jsx}" - ] - }, - "configurations": {} - }, "serve": { "executor": "@nrwl/webpack:dev-server", "options": { @@ -248,12 +197,31 @@ } }, "defaultConfiguration": "development" + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "outputs": [ + "{options.outputFile}" + ], + "options": { + "lintFilePatterns": [ + "apps/designer-standalone/**/*.{ts,tsx,js,jsx}" + ] + }, + "configurations": {} + }, + "test": { + "executor": "@nrwl/jest:jest", + "outputs": [ + "{workspaceRoot}/coverage/apps/designer-standalone" + ], + "options": { + "jestConfig": "apps/designer-standalone/jest.config.ts", + "passWithNoTests": true + }, + "configurations": {} } }, - "name": "designer-standalone", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/designer-standalone/src", - "projectType": "application", "implicitDependencies": [], "tags": [] } @@ -263,16 +231,12 @@ "type": "lib", "data": { "root": "libs/logic-apps-shared", + "sourceRoot": "libs/logic-apps-shared", + "name": "@microsoft/logic-apps-shared", + "projectType": "library", "targets": { "build": { "executor": "nx:run-script", - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], "options": { "script": "build" }, @@ -287,9 +251,6 @@ "configurations": {} } }, - "sourceRoot": "libs/logic-apps-shared", - "name": "@microsoft/logic-apps-shared", - "projectType": "library", "implicitDependencies": [], "tags": [] } @@ -299,6 +260,9 @@ "type": "lib", "data": { "root": "libs/vscode-extension", + "sourceRoot": "libs/vscode-extension", + "name": "@microsoft/vscode-extension-logic-apps", + "projectType": "library", "targets": { "nx-release-publish": { "dependsOn": [ @@ -309,9 +273,6 @@ "configurations": {} } }, - "sourceRoot": "libs/vscode-extension", - "name": "@microsoft/vscode-extension-logic-apps", - "projectType": "library", "implicitDependencies": [], "tags": [] } @@ -321,16 +282,13 @@ "type": "app", "data": { "root": "apps/vs-code-designer", + "name": "vs-code-designer", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "apps/vs-code-designer/src", + "projectType": "application", "targets": { "build": { "executor": "@nrwl/webpack:webpack", - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], "outputs": [ "{options.outputPath}" ], @@ -370,28 +328,15 @@ } } }, - "test": { - "executor": "@nrwl/jest:jest", - "inputs": [ - "default", - "^production", - "{workspaceRoot}/jest.preset.js" - ], - "outputs": [ - "{workspaceRoot}/coverage/apps/vs-code-designer" - ], + "serve": { + "executor": "@nrwl/node:node", "options": { - "jestConfig": "apps/vs-code-designer/jest.config.ts", - "passWithNoTests": true + "buildTarget": "vs-code-designer:build" }, "configurations": {} }, "lint": { "executor": "@nrwl/linter:eslint", - "inputs": [ - "default", - "{workspaceRoot}/.eslintrc.json" - ], "outputs": [ "{options.outputFile}" ], @@ -402,18 +347,18 @@ }, "configurations": {} }, - "serve": { - "executor": "@nrwl/node:node", + "test": { + "executor": "@nrwl/jest:jest", + "outputs": [ + "{workspaceRoot}/coverage/apps/vs-code-designer" + ], "options": { - "buildTarget": "vs-code-designer:build" + "jestConfig": "apps/vs-code-designer/jest.config.ts", + "passWithNoTests": true }, "configurations": {} } }, - "name": "vs-code-designer", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/vs-code-designer/src", - "projectType": "application", "tags": [], "implicitDependencies": [ "vs-code-react" @@ -425,16 +370,13 @@ "type": "app", "data": { "root": "apps/vs-code-react", + "name": "vs-code-react", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "apps/vs-code-react/src", + "projectType": "application", "targets": { "build": { "executor": "@nrwl/webpack:webpack", - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], "outputs": [ "{options.outputPath}" ], @@ -480,28 +422,25 @@ } } }, - "test": { - "executor": "@nrwl/jest:jest", - "inputs": [ - "default", - "^production", - "{workspaceRoot}/jest.preset.js" - ], - "outputs": [ - "{workspaceRoot}/coverage/apps/vs-code-react" - ], + "serve": { + "executor": "@nrwl/webpack:dev-server", "options": { - "jestConfig": "apps/vs-code-react/jest.config.ts", - "passWithNoTests": true + "buildTarget": "vs-code-react:build", + "hmr": true }, - "configurations": {} + "configurations": { + "production": { + "buildTarget": "vs-code-react:build:production", + "hmr": false + }, + "development": { + "buildTarget": "vs-code-react:build:development" + } + }, + "defaultConfiguration": "development" }, "lint": { "executor": "@nrwl/linter:eslint", - "inputs": [ - "default", - "{workspaceRoot}/.eslintrc.json" - ], "outputs": [ "{options.outputFile}" ], @@ -512,28 +451,18 @@ }, "configurations": {} }, - "serve": { - "executor": "@nrwl/webpack:dev-server", + "test": { + "executor": "@nrwl/jest:jest", + "outputs": [ + "{workspaceRoot}/coverage/apps/vs-code-react" + ], "options": { - "buildTarget": "vs-code-react:build", - "hmr": true - }, - "configurations": { - "production": { - "buildTarget": "vs-code-react:build:production", - "hmr": false - }, - "development": { - "buildTarget": "vs-code-react:build:development" - } + "jestConfig": "apps/vs-code-react/jest.config.ts", + "passWithNoTests": true }, - "defaultConfiguration": "development" + "configurations": {} } }, - "name": "vs-code-react", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/vs-code-react/src", - "projectType": "application", "tags": [], "implicitDependencies": [] } @@ -543,16 +472,12 @@ "type": "lib", "data": { "root": "libs/designer-ui", + "sourceRoot": "libs/designer-ui", + "name": "@microsoft/designer-ui", + "projectType": "library", "targets": { "build": { "executor": "nx:run-script", - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], "options": { "script": "build" }, @@ -567,9 +492,6 @@ "configurations": {} } }, - "sourceRoot": "libs/designer-ui", - "name": "@microsoft/designer-ui", - "projectType": "library", "implicitDependencies": [], "tags": [] } @@ -579,6 +501,9 @@ "type": "lib", "data": { "root": "libs/data-mapper", + "sourceRoot": "libs/data-mapper", + "name": "@microsoft/logic-apps-data-mapper", + "projectType": "library", "targets": { "yalcpush": { "executor": "nx:run-script", @@ -596,9 +521,6 @@ "configurations": {} } }, - "sourceRoot": "libs/data-mapper", - "name": "@microsoft/logic-apps-data-mapper", - "projectType": "library", "implicitDependencies": [], "tags": [] } @@ -608,16 +530,12 @@ "type": "lib", "data": { "root": "libs/designer", + "sourceRoot": "libs/designer", + "name": "@microsoft/logic-apps-designer", + "projectType": "library", "targets": { "build": { "executor": "nx:run-script", - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], "options": { "script": "build" }, @@ -632,9 +550,6 @@ "configurations": {} } }, - "sourceRoot": "libs/designer", - "name": "@microsoft/logic-apps-designer", - "projectType": "library", "implicitDependencies": [], "tags": [] } @@ -644,16 +559,12 @@ "type": "lib", "data": { "root": "libs/chatbot", + "sourceRoot": "libs/chatbot", + "name": "@microsoft/logic-apps-chatbot", + "projectType": "library", "targets": { "build": { "executor": "nx:run-script", - "dependsOn": [ - "^build" - ], - "inputs": [ - "production", - "^production" - ], "options": { "script": "build" }, @@ -668,9 +579,6 @@ "configurations": {} } }, - "sourceRoot": "libs/chatbot", - "name": "@microsoft/logic-apps-chatbot", - "projectType": "library", "implicitDependencies": [], "tags": [] } diff --git a/babel.config.cjs b/babel.config.cjs deleted file mode 100644 index c3bb35d257b..00000000000 --- a/babel.config.cjs +++ /dev/null @@ -1,32 +0,0 @@ -const { NODE_ENV, BABEL_ENV } = process.env; -const cjs = NODE_ENV === 'test' || BABEL_ENV === 'commonjs'; -const loose = true; - -module.exports = { - targets: 'defaults, not ie 11, not ie_mob 11', - presets: [ - [ - '@babel/preset-env', - { - loose, - modules: false, - include: ['@babel/plugin-proposal-nullish-coalescing-operator', '@babel/plugin-proposal-optional-chaining'], - // exclude: ['@babel/plugin-transform-regenerator'], - }, - ], - '@babel/react', - '@babel/preset-typescript', - ], - plugins: [ - cjs && ['@babel/transform-modules-commonjs', { loose }], - // [ - // '@babel/transform-runtime', - // { - // useESModules: !cjs, - // version: require('./package.json').dependencies[ - // '@babel/runtime' - // ].replace(/^[^0-9]*/, ''), - // }, - // ], - ].filter(Boolean), -}; diff --git a/format.js b/format.js index a029d6befe1..67236a5b970 100644 --- a/format.js +++ b/format.js @@ -1,4 +1,4 @@ -exports.format = (msgs) => { +export const format = (msgs) => { return Object.keys(msgs).reduce((all, k) => { if (msgs[k].description) { all[`_${k}.comment`] = msgs[k].description; @@ -10,7 +10,7 @@ exports.format = (msgs) => { }, {}); }; -exports.compile = (msgs) => { +export const compile = (msgs) => { return Object.keys(msgs).reduce((all, k) => { if (k.startsWith('_') && k.endsWith('.comment')) { return all; diff --git a/jest.config.ts b/jest.config.ts deleted file mode 100644 index dafe1653a53..00000000000 --- a/jest.config.ts +++ /dev/null @@ -1,5 +0,0 @@ -const { getJestProjects } = require('@nrwl/jest'); - -export default { - projects: getJestProjects(), -}; diff --git a/jest.preset.js b/jest.preset.js deleted file mode 100644 index e6c8ebea00c..00000000000 --- a/jest.preset.js +++ /dev/null @@ -1,3 +0,0 @@ -const nxPreset = require('@nrwl/jest/preset').default; - -module.exports = { ...nxPreset }; diff --git a/nx.json b/nx.json deleted file mode 100644 index 6b9c57e9198..00000000000 --- a/nx.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "npmScope": "@microsoft/logicappsux", - "affected": { - "defaultBase": "main" - }, - "tasksRunnerOptions": { - "default": { - "runner": "@nrwl/workspace/tasks-runners/default", - "options": { - "cacheableOperations": ["build", "lint", "test", "e2e"], - "parallel": 1 - } - } - }, - "generators": { - "@nrwl/react": { - "application": { - "style": "less", - "linter": "eslint", - "babel": true - }, - "component": { - "style": "less" - }, - "library": { - "style": "less", - "linter": "eslint" - } - } - }, - "defaultProject": "designer-standalone", - "$schema": "./node_modules/nx/schemas/nx-schema.json", - "targetDefaults": { - "build": { - "dependsOn": ["^build"], - "inputs": ["production", "^production"] - }, - "test": { - "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"] - }, - "lint": { - "inputs": ["default", "{workspaceRoot}/.eslintrc.json"] - } - }, - "namedInputs": { - "default": ["{projectRoot}/**/*", "sharedGlobals"], - "sharedGlobals": ["{workspaceRoot}/babel.config.json"], - "production": [ - "default", - "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)", - "!{projectRoot}/tsconfig.spec.json", - "!{projectRoot}/jest.config.[jt]s", - "!{projectRoot}/.eslintrc.json" - ] - } -} diff --git a/package.json b/package.json index 3eb186c9402..d5a4ffd9b3e 100644 --- a/package.json +++ b/package.json @@ -41,40 +41,25 @@ "npm": ">=9" }, "devDependencies": { - "@babel/core": "^7.24.3", - "@babel/preset-env": "^7.24.3", - "@babel/preset-react": "^7.24.1", - "@babel/preset-typescript": "^7.24.1", + "@biomejs/biome": "1.6.3", "@faker-js/faker": "^8.4.1", - "@rollup/plugin-babel": "^6.0.4", - "@rollup/plugin-commonjs": "^25.0.7", - "@rollup/plugin-node-resolve": "^15.2.3", - "@rollup/plugin-replace": "^5.0.5", - "@rollup/plugin-terser": "^0.4.4", + "@formatjs/cli": "^6.2.9", "@size-limit/preset-small-lib": "^11.1.2", "@tanstack/config": "^0.6.0", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.2", "@testing-library/react-hooks": "^8.0.1", - "@types/node": "^20.11.30", - "@types/react": "^18.2.69", - "@types/react-dom": "^18.2.22", + "@types/node": "^20.12.2", + "@types/react": "^18.2.73", + "@types/react-dom": "^18.2.23", "child_process": "^1.0.2", "esbuild-plugin-less": "^1.3.3", "esbuild-plugin-svg": "^0.1.0", "esbuild-plugin-svgr": "^2.1.0", "husky": "^9.0.11", "jsdom": "^24.0.0", - "knip": "^5.2.2", "lint-staged": "^15.2.2", - "nx": "^18.1.2", - "prettier": "^4.0.0-alpha.8", - "prettier-plugin-svelte": "^3.2.2", "rimraf": "^5.0.5", - "rollup": "^4.13.0", - "rollup-plugin-size": "^0.3.1", - "rollup-plugin-svelte": "^7.2.0", - "rollup-plugin-visualizer": "^5.12.0", "sherif": "^0.8.1", "size-limit": "^11.1.2", "tsup": "^8.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 207260e2a23..d0aeaa5162d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,42 +8,21 @@ importers: .: devDependencies: - '@babel/core': - specifier: ^7.24.3 - version: 7.24.3 - '@babel/preset-env': - specifier: ^7.24.3 - version: 7.24.3(@babel/core@7.24.3) - '@babel/preset-react': - specifier: ^7.24.1 - version: 7.24.1(@babel/core@7.24.3) - '@babel/preset-typescript': - specifier: ^7.24.1 - version: 7.24.1(@babel/core@7.24.3) + '@biomejs/biome': + specifier: 1.6.3 + version: 1.6.3 '@faker-js/faker': specifier: ^8.4.1 version: 8.4.1 - '@rollup/plugin-babel': - specifier: ^6.0.4 - version: 6.0.4(@babel/core@7.24.3)(rollup@4.13.0) - '@rollup/plugin-commonjs': - specifier: ^25.0.7 - version: 25.0.7(rollup@4.13.0) - '@rollup/plugin-node-resolve': - specifier: ^15.2.3 - version: 15.2.3(rollup@4.13.0) - '@rollup/plugin-replace': - specifier: ^5.0.5 - version: 5.0.5(rollup@4.13.0) - '@rollup/plugin-terser': - specifier: ^0.4.4 - version: 0.4.4(rollup@4.13.0) + '@formatjs/cli': + specifier: ^6.2.9 + version: 6.2.9 '@size-limit/preset-small-lib': specifier: ^11.1.2 version: 11.1.2(size-limit@11.1.2) '@tanstack/config': specifier: ^0.6.0 - version: 0.6.0(@types/node@20.11.30)(esbuild@0.19.12)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6) + version: 0.6.0(@types/node@20.12.2)(esbuild@0.19.12)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6) '@testing-library/jest-dom': specifier: ^6.4.2 version: 6.4.2(vitest@1.4.0) @@ -52,16 +31,16 @@ importers: version: 14.2.2(react-dom@18.2.0)(react@18.2.0) '@testing-library/react-hooks': specifier: ^8.0.1 - version: 8.0.1(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.0.1(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@types/node': - specifier: ^20.11.30 - version: 20.11.30 + specifier: ^20.12.2 + version: 20.12.2 '@types/react': - specifier: ^18.2.69 - version: 18.2.70 + specifier: ^18.2.73 + version: 18.2.73 '@types/react-dom': - specifier: ^18.2.22 - version: 18.2.22 + specifier: ^18.2.23 + version: 18.2.23 child_process: specifier: ^1.0.2 version: 1.0.2 @@ -80,36 +59,12 @@ importers: jsdom: specifier: ^24.0.0 version: 24.0.0 - knip: - specifier: ^5.2.2 - version: 5.5.0(@types/node@20.11.30)(typescript@4.7.4) lint-staged: specifier: ^15.2.2 version: 15.2.2 - nx: - specifier: ^18.1.2 - version: 18.1.3 - prettier: - specifier: ^4.0.0-alpha.8 - version: 4.0.0-alpha.8 - prettier-plugin-svelte: - specifier: ^3.2.2 - version: 3.2.2(prettier@4.0.0-alpha.8)(svelte@4.2.12) rimraf: specifier: ^5.0.5 version: 5.0.5 - rollup: - specifier: ^4.13.0 - version: 4.13.0 - rollup-plugin-size: - specifier: ^0.3.1 - version: 0.3.1 - rollup-plugin-svelte: - specifier: ^7.2.0 - version: 7.2.0(rollup@4.13.0)(svelte@4.2.12) - rollup-plugin-visualizer: - specifier: ^5.12.0 - version: 5.12.0(rollup@4.13.0) sherif: specifier: ^0.8.1 version: 0.8.1 @@ -124,16 +79,16 @@ importers: version: 4.7.4 vitest: specifier: ^1.4.0 - version: 1.4.0(@types/node@20.11.30)(jsdom@24.0.0) + version: 1.4.0(@types/node@20.12.2)(jsdom@24.0.0) libs/chatbot: dependencies: '@fluentui/react': specifier: 8.110.2 - version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-components': specifier: 9.42.0 - version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + version: 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': specifier: 2.0.224 version: 2.0.224(react@18.2.0) @@ -164,13 +119,13 @@ importers: dependencies: '@fluentui/azure-themes': specifier: 8.5.70 - version: 8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react': specifier: 8.110.2 - version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-components': specifier: 9.42.0 - version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + version: 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-hooks': specifier: 8.6.20 version: 8.6.20(@types/react@18.2.70)(react@18.2.0) @@ -179,10 +134,10 @@ importers: version: 2.0.224(react@18.2.0) '@fluentui/react-migration-v8-v9': specifier: 9.2.16 - version: 9.2.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + version: 9.2.16(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-portal-compat': specifier: 9.0.60 - version: 9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@microsoft/applicationinsights-react-js': specifier: 3.4.0 version: 3.4.0(history@5.3.0)(react@18.2.0)(tslib@2.6.2) @@ -218,7 +173,7 @@ importers: version: 0.4.18 react-dnd: specifier: 16.0.1 - version: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + version: 16.0.1(@types/node@20.12.2)(@types/react@18.2.70)(react@18.2.0) react-dnd-html5-backend: specifier: 16.0.1 version: 16.0.1 @@ -236,7 +191,7 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@18.2.0) react-redux: specifier: 8.0.2 - version: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) reactflow: specifier: 11.8.2 version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) @@ -255,22 +210,22 @@ importers: dependencies: '@fluentui/azure-themes': specifier: 8.5.70 - version: 8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + version: 8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react': specifier: 8.110.2 - version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + version: 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-components': specifier: 9.42.0 - version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + version: 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-hooks': specifier: 8.6.20 - version: 8.6.20(@types/react@18.2.70)(react@17.0.2) + version: 8.6.20(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-icons': specifier: 2.0.224 version: 2.0.224(react@17.0.2) '@fluentui/utilities': specifier: 8.13.16 - version: 8.13.16(@types/react@18.2.70)(react@17.0.2) + version: 8.13.16(@types/react@18.2.73)(react@17.0.2) '@microsoft/applicationinsights-core-js': specifier: 2.8.9 version: 2.8.9(tslib@2.6.2) @@ -306,7 +261,7 @@ importers: version: 17.0.2 react-dnd: specifier: 16.0.1 - version: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@17.0.2) + version: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2) react-dnd-accessible-backend: specifier: 1.0.1 version: 1.0.1(react-dnd@16.0.1)(react@17.0.2) @@ -330,10 +285,10 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@17.0.2) react-redux: specifier: 8.0.2 - version: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) + version: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + version: 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) redux-thunk: specifier: 2.4.2 version: 2.4.2(redux@4.2.1) @@ -367,22 +322,22 @@ importers: dependencies: '@fluentui/react': specifier: 8.110.2 - version: 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-components': specifier: 9.42.0 - version: 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + version: 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-hooks': specifier: 8.6.20 - version: 8.6.20(@types/react@18.2.70)(react@18.2.0) + version: 8.6.20(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-icons': specifier: 2.0.224 version: 2.0.224(react@18.2.0) '@fluentui/theme': specifier: 2.6.25 - version: 2.6.25(@types/react@18.2.70)(react@18.2.0) + version: 2.6.25(@types/react@18.2.73)(react@18.2.0) '@fluentui/utilities': specifier: 8.13.16 - version: 8.13.16(@types/react@18.2.70)(react@18.2.0) + version: 8.13.16(@types/react@18.2.73)(react@18.2.0) '@lexical/html': specifier: 0.12.4 version: 0.12.4(lexical@0.12.4) @@ -430,7 +385,7 @@ importers: version: 18.2.0 react-dnd: specifier: 16.0.1 - version: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0) + version: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@18.2.0) react-dom: specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 version: 18.2.0(react@18.2.0) @@ -442,7 +397,7 @@ importers: version: 6.3.0(react@18.2.0)(typescript@4.7.4) react-markdown: specifier: 8.0.5 - version: 8.0.5(@types/react@18.2.70)(react@18.2.0) + version: 8.0.5(@types/react@18.2.73)(react@18.2.0) react-query: specifier: 3.39.3 version: 3.39.3(react-dom@18.2.0)(react@18.2.0) @@ -451,7 +406,7 @@ importers: version: 17.4.0(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) libs/logic-apps-shared: dependencies: @@ -478,7 +433,7 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) libs/vscode-extension: dependencies: @@ -505,7 +460,7 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) tslib: specifier: 2.4.0 version: 2.4.0 @@ -912,20 +867,6 @@ packages: jsesc: 2.5.2 dev: true - /@babel/helper-annotate-as-pure@7.22.5: - resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - - /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: - resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-compilation-targets@7.23.6: resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} engines: {node: '>=6.9.0'} @@ -937,51 +878,6 @@ packages: semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - dev: true - - /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.3): - resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-annotate-as-pure': 7.22.5 - regexpu-core: 5.3.2 - semver: 6.3.1 - dev: true - - /@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.24.3): - resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-environment-visitor@7.22.20: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} @@ -1002,13 +898,6 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/helper-member-expression-to-functions@7.23.0: - resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-module-imports@7.24.3: resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} engines: {node: '>=6.9.0'} @@ -1030,42 +919,6 @@ packages: '@babel/helper-validator-identifier': 7.22.20 dev: true - /@babel/helper-optimise-call-expression@7.22.5: - resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - - /@babel/helper-plugin-utils@7.24.0: - resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} - engines: {node: '>=6.9.0'} - dev: true - - /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.3): - resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-wrap-function': 7.22.20 - dev: true - - /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - dev: true - /@babel/helper-simple-access@7.22.5: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} @@ -1073,13 +926,6 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/helper-skip-transparent-expression-wrappers@7.22.5: - resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} @@ -1102,15 +948,6 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-wrap-function@7.22.20: - resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.24.0 - '@babel/types': 7.24.0 - dev: true - /@babel/helpers@7.24.1: resolution: {integrity: sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==} engines: {node: '>=6.9.0'} @@ -1140,1079 +977,187 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==} + /@babel/runtime@7.24.1: + resolution: {integrity: sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true + regenerator-runtime: 0.14.1 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==} + /@babel/template@7.24.0: + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.3) + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 dev: true - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==} + /@babel/traverse@7.24.1: + resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.24.3 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.1 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.3): - resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + /@babel/types@7.24.0: + resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.24.3 + '@babel/helper-string-parser': 7.24.1 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.3): - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@biomejs/biome@1.6.3: + resolution: {integrity: sha512-Xnp/TIpIcTnRA4LwerJuoGYQJEqwXtn5AL0U0OPXll/QGbAKmcUAfizU880xTwZRD4f53iceqODLDaD3wxYlIw==} + engines: {node: '>=14.*'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@biomejs/cli-darwin-arm64': 1.6.3 + '@biomejs/cli-darwin-x64': 1.6.3 + '@biomejs/cli-linux-arm64': 1.6.3 + '@biomejs/cli-linux-arm64-musl': 1.6.3 + '@biomejs/cli-linux-x64': 1.6.3 + '@biomejs/cli-linux-x64-musl': 1.6.3 + '@biomejs/cli-win32-arm64': 1.6.3 + '@biomejs/cli-win32-x64': 1.6.3 + dev: true + + /@biomejs/cli-darwin-arm64@1.6.3: + resolution: {integrity: sha512-0E8PGu3/8HSkBJdtjno+niJE1ANS/12D7sPK65vw5lTBYmmaYwJdfclDp6XO0IAX7uVd3/YtXlsEua0SVrNt3Q==} + engines: {node: '>=14.*'} + cpu: [arm64] + os: [darwin] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.3): - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@biomejs/cli-darwin-x64@1.6.3: + resolution: {integrity: sha512-UWu0We/aIRtWXgJKe6ygWt2xR0yXs64BwWqtZbfxBojRn3jgW8UdFAkV5yiUOX3TQlsV6BZH1EQaUAVsccUeeA==} + engines: {node: '>=14.*'} + cpu: [x64] + os: [darwin] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.3): - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@biomejs/cli-linux-arm64-musl@1.6.3: + resolution: {integrity: sha512-AntGCSfLN1nPcQj4VOk3X2JgnDw07DaPC8BuBmRcsRmn+7GPSWLllVN5awIKlRPZEbGJtSnLkTiDc5Bxw8OiuA==} + engines: {node: '>=14.*'} + cpu: [arm64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@biomejs/cli-linux-arm64@1.6.3: + resolution: {integrity: sha512-wFVkQw38kOssfnkbpSh6ums5TaElw3RAt5i/VZwHmgR2nQgE0fHXLO7HwIE9VBkOEdbiIFq+2PxvFIHuJF3z3Q==} + engines: {node: '>=14.*'} + cpu: [arm64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@biomejs/cli-linux-x64-musl@1.6.3: + resolution: {integrity: sha512-GelAvGsUwbxfFpKLG+7+dvDmbrfkGqn08sL8CMQrGnhjE1krAqHWiXQsjfmi0UMFdMsk7hbc4oSAP+1+mrXcHQ==} + engines: {node: '>=14.*'} + cpu: [x64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@biomejs/cli-linux-x64@1.6.3: + resolution: {integrity: sha512-vyn8TQaTZg617hjqFitwGmb1St5XXvq6I3vmxU/QFalM74BryMSvYCrYWb2Yw/TkykdEwZTMGYp+SWHRb04fTg==} + engines: {node: '>=14.*'} + cpu: [x64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@biomejs/cli-win32-arm64@1.6.3: + resolution: {integrity: sha512-Gx8N2Tixke6pAI1BniteCVZgUUmaFEDYosdWxoaCus15BZI/7RcBxhsRM0ZL/lC66StSQ8vHl8JBrrld1k570Q==} + engines: {node: '>=14.*'} + cpu: [arm64] + os: [win32] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.3): - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@biomejs/cli-win32-x64@1.6.3: + resolution: {integrity: sha512-meungPJw64SqoR7LXY1wG7GC4+4wgpyThdFUMGXa6PCe0BLFOIOcZ9VMj9PstuczMPdgmt/BUMPsj25dK1VO8A==} + engines: {node: '>=14.*'} + cpu: [x64] + os: [win32] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 + /@commitlint/parse@18.6.1: + resolution: {integrity: sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==} + engines: {node: '>=v18'} dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + '@commitlint/types': 18.6.1 + conventional-changelog-angular: 7.0.0 + conventional-commits-parser: 5.0.0 dev: true - /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 + /@commitlint/types@18.6.1: + resolution: {integrity: sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==} + engines: {node: '>=v18'} dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + chalk: 4.1.2 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.3): - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true + /@ctrl/tinycolor@3.3.4: + resolution: {integrity: sha512-8vmPV/nIULFDWsnJalQJDqFLC2uTPx6A/ASA2t27QGp+7oXnbWWXCe0uV8xasIH2rGbI/XoB2vmkdP/94WvMrw==} + engines: {node: '>=10'} + dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@emotion/hash@0.9.1: + resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} + dev: false + + /@esbuild/aix-ppc64@0.19.12: + resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.3): - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@esbuild/aix-ppc64@0.20.2: + resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + requiresBuild: true dev: true + optional: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 + /@esbuild/android-arm64@0.19.12: + resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true dev: true - - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.3): - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.3): - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.3): - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.3): - resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.3): - resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-block-scoping@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-class-static-block@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-classes@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3) - '@babel/helper-split-export-declaration': 7.22.6 - globals: 11.12.0 - dev: true - - /@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/template': 7.24.0 - dev: true - - /@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - dev: true - - /@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-simple-access': 7.22.5 - dev: true - - /@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-identifier': 7.22.20 - dev: true - - /@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.3): - resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-parameters@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-react-display-name@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.24.3): - resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.3): - resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.3) - '@babel/types': 7.24.0 - dev: true - - /@babel/plugin-transform-react-pure-annotations@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - regenerator-transform: 0.15.2 - dev: true - - /@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - dev: true - - /@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-typescript@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.3) - dev: true - - /@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.3) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - - /@babel/preset-env@7.24.3(@babel/core@7.24.3): - resolution: {integrity: sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.24.1 - '@babel/core': 7.24.3 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.3) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.3) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.3) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.3) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.3) - '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.3) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.3) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.3) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.3) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.3) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.3) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.3) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.3) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.3) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.3) - '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-block-scoping': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-class-static-block': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.3) - '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-object-rest-spread': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-typeof-symbol': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.24.3) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.3) - babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.24.3) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.3) - babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.24.3) - core-js-compat: 3.36.1 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.3): - resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} - peerDependencies: - '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/types': 7.24.0 - esutils: 2.0.3 - dev: true - - /@babel/preset-react@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-transform-react-display-name': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.3) - '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.3) - '@babel/plugin-transform-react-pure-annotations': 7.24.1(@babel/core@7.24.3) - dev: true - - /@babel/preset-typescript@7.24.1(@babel/core@7.24.3): - resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.3) - '@babel/plugin-transform-typescript': 7.24.1(@babel/core@7.24.3) - dev: true - - /@babel/regjsgen@0.8.0: - resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - dev: true - - /@babel/runtime@7.24.1: - resolution: {integrity: sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.14.1 - - /@babel/template@7.24.0: - resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.24.2 - '@babel/parser': 7.24.1 - '@babel/types': 7.24.0 - dev: true - - /@babel/traverse@7.24.1: - resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.1 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.1 - '@babel/types': 7.24.0 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/types@7.24.0: - resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - dev: true - - /@commitlint/parse@18.6.1: - resolution: {integrity: sha512-eS/3GREtvVJqGZrwAGRwR9Gdno3YcZ6Xvuaa+vUF8j++wsmxrA2En3n0ccfVO2qVOLJC41ni7jSZhQiJpMPGOQ==} - engines: {node: '>=v18'} - dependencies: - '@commitlint/types': 18.6.1 - conventional-changelog-angular: 7.0.0 - conventional-commits-parser: 5.0.0 - dev: true - - /@commitlint/types@18.6.1: - resolution: {integrity: sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==} - engines: {node: '>=v18'} - dependencies: - chalk: 4.1.2 - dev: true - - /@ctrl/tinycolor@3.3.4: - resolution: {integrity: sha512-8vmPV/nIULFDWsnJalQJDqFLC2uTPx6A/ASA2t27QGp+7oXnbWWXCe0uV8xasIH2rGbI/XoB2vmkdP/94WvMrw==} - engines: {node: '>=10'} - dev: false - - /@emotion/hash@0.9.1: - resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} - dev: false - - /@ericcornelissen/bash-parser@0.5.2: - resolution: {integrity: sha512-4pIMTa1nEFfMXitv7oaNEWOdM+zpOZavesa5GaiWTgda6Zk32CFGxjUp/iIaN0PwgUW1yTq/fztSjbpE8SLGZQ==} - engines: {node: '>=4'} - dependencies: - array-last: 1.3.0 - babylon: 6.18.0 - compose-function: 3.0.3 - deep-freeze: 0.0.1 - filter-iterator: 0.0.1 - filter-obj: 1.1.0 - has-own-property: 0.1.0 - identity-function: 1.0.0 - is-iterable: 1.1.1 - iterable-lookahead: 1.0.0 - lodash.curry: 4.1.1 - magic-string: 0.16.0 - map-obj: 2.0.0 - object-pairs: 0.1.0 - object-values: 1.0.0 - reverse-arguments: 1.0.0 - shell-quote-word: 1.0.1 - to-pascal-case: 1.0.0 - unescape-js: 1.1.4 - dev: true - - /@esbuild/aix-ppc64@0.19.12: - resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - requiresBuild: true - dev: true - optional: true - - /@esbuild/aix-ppc64@0.20.2: - resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - requiresBuild: true - dev: true - optional: true - - /@esbuild/android-arm64@0.19.12: - resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true + optional: true /@esbuild/android-arm64@0.20.2: resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} @@ -2631,10 +1576,10 @@ packages: resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} dev: false - /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==} dependencies: - '@fluentui/react': 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/set-version': 8.2.14 tslib: 2.6.2 transitivePeerDependencies: @@ -2644,10 +1589,10 @@ packages: - react-dom dev: false - /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==} dependencies: - '@fluentui/react': 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/set-version': 8.2.14 tslib: 2.6.2 transitivePeerDependencies: @@ -2671,10 +1616,10 @@ packages: tslib: 2.6.2 dev: false - /@fluentui/fluent2-theme@8.107.68(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/fluent2-theme@8.107.68(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-AwE1vDOm3IzVvG0pnL2DyOS1mLLGzktOlZIC2Q5BoNkYDbn91eFDN6jE11PuARvCPSRjEqumjkQU0egvF48Dsw==} dependencies: - '@fluentui/react': 8.117.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': 8.117.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/set-version': 8.2.14 tslib: 2.6.2 transitivePeerDependencies: @@ -2684,31 +1629,43 @@ packages: - react-dom dev: false - /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.70)(react@17.0.2): + /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==} dependencies: '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@17.0.2) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) tslib: 2.6.2 transitivePeerDependencies: - '@types/react' - react dev: false - /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.70)(react@18.2.0): + /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.73)(react@17.0.2): resolution: {integrity: sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==} dependencies: '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + + /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.73)(react@18.2.0): + resolution: {integrity: sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==} + dependencies: + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) tslib: 2.6.2 transitivePeerDependencies: - '@types/react' - react dev: false - /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.70)(react@17.0.2): + /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -2716,14 +1673,29 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@17.0.2) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) + '@types/react': 18.2.73 react: 17.0.2 tslib: 2.6.2 dev: false - /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.70)(react@18.2.0): + /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -2731,9 +1703,9 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) + '@types/react': 18.2.73 react: 18.2.0 tslib: 2.6.2 dev: false @@ -2763,7 +1735,33 @@ packages: '@swc/helpers': 0.5.7 dev: false - /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2771,25 +1769,25 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2797,25 +1795,50 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2823,24 +1846,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2848,24 +1871,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2874,18 +1897,38 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2894,18 +1937,46 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2913,27 +1984,27 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2941,27 +2012,48 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler dev: false - /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2970,19 +2062,19 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2990,20 +2082,45 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3011,24 +2128,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3036,24 +2153,48 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-button@9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-button@9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-button@9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3062,22 +2203,22 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-button@9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-button@9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3086,22 +2227,43 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-card@9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-card@9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-card@9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3110,19 +2272,19 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-card@9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-card@9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3131,19 +2293,45 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3151,51 +2339,81 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} + /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3204,28 +2422,28 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3234,28 +2452,95 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-components@9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + scheduler: ^0.19.0 || ^0.20.0 + dependencies: + '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-theme': 9.1.19 + '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler + scheduler: 0.20.2 dev: false - /@fluentui/react-components@9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-components@9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3264,65 +2549,65 @@ packages: react-dom: '>=16.14.0 <19.0.0' scheduler: ^0.19.0 || ^0.20.0 dependencies: - '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) scheduler: 0.20.2 dev: false - /@fluentui/react-components@9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-components@9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3331,65 +2616,65 @@ packages: react-dom: '>=16.14.0 <19.0.0' scheduler: ^0.19.0 || ^0.20.0 dependencies: - '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) scheduler: 0.20.2 dev: false - /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3398,16 +2683,34 @@ packages: react-dom: '>=16.14.0 <19.0.0' scheduler: '>=0.19.0 <=0.23.0' dependencies: - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + scheduler: 0.20.2 + dev: false + + /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + scheduler: '>=0.19.0 <=0.23.0' + dependencies: + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) scheduler: 0.20.2 dev: false - /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3416,16 +2719,45 @@ packages: react-dom: '>=16.14.0 <19.0.0' scheduler: '>=0.19.0 <=0.23.0' dependencies: + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + scheduler: 0.20.2 + dev: false + + /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - scheduler: 0.20.2 + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3434,19 +2766,19 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) @@ -3454,7 +2786,7 @@ packages: - scheduler dev: false - /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3463,27 +2795,47 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - transitivePeerDependencies: - - scheduler dev: false - /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3491,19 +2843,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3511,19 +2863,44 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3531,24 +2908,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3556,24 +2933,48 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-field@9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-field@9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-field@9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3581,23 +2982,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-field@9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-field@9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3605,23 +3006,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-focus@8.8.42(@types/react@18.2.70)(react@17.0.2): + /@fluentui/react-focus@8.8.42(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3630,14 +3031,14 @@ packages: '@fluentui/keyboard-key': 0.4.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@17.0.2) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) '@types/react': 18.2.70 - react: 17.0.2 + react: 18.2.0 tslib: 2.6.2 dev: false - /@fluentui/react-focus@8.8.42(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-focus@8.8.42(@types/react@18.2.73)(react@17.0.2): resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3646,24 +3047,26 @@ packages: '@fluentui/keyboard-key': 0.4.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 - react: 18.2.0 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) + '@types/react': 18.2.73 + react: 17.0.2 tslib: 2.6.2 dev: false - /@fluentui/react-hooks@8.6.20(@types/react@18.2.70)(react@17.0.2): - resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} + /@fluentui/react-focus@8.8.42(@types/react@18.2.73)(react@18.2.0): + resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@17.0.2) + '@fluentui/keyboard-key': 0.4.14 + '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@17.0.2) - '@types/react': 18.2.70 - react: 17.0.2 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) + '@types/react': 18.2.73 + react: 18.2.0 tslib: 2.6.2 dev: false @@ -3681,20 +3084,34 @@ packages: tslib: 2.6.2 dev: false - /@fluentui/react-hooks@8.7.0(@types/react@18.2.70)(react@17.0.2): - resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} + /@fluentui/react-hooks@8.6.20(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@17.0.2) '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) - '@types/react': 18.2.70 + '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@17.0.2) + '@types/react': 18.2.73 react: 17.0.2 tslib: 2.6.2 dev: false + /@fluentui/react-hooks@8.6.20(@types/react@18.2.73)(react@18.2.0): + resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@18.2.0) + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@18.2.0) + '@types/react': 18.2.73 + react: 18.2.0 + tslib: 2.6.2 + dev: false + /@fluentui/react-hooks@8.7.0(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} peerDependencies: @@ -3709,6 +3126,34 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/react-hooks@8.7.0(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@17.0.2) + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) + '@types/react': 18.2.73 + react: 17.0.2 + tslib: 2.6.2 + dev: false + + /@fluentui/react-hooks@8.7.0(@types/react@18.2.73)(react@18.2.0): + resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@18.2.0) + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) + '@types/react': 18.2.73 + react: 18.2.0 + tslib: 2.6.2 + dev: false + /@fluentui/react-icons@2.0.224(react@17.0.2): resolution: {integrity: sha512-ld03dlc1pG7xeTQsK1y5in19jkMtWHNaoktFv+e7NV2xmrgV/SgPyyjEXbMrQHb8Naea/XCoCpNHnUNCy68akw==} peerDependencies: @@ -3729,7 +3174,7 @@ packages: tslib: 2.6.2 dev: false - /@fluentui/react-image@9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-image@9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3737,19 +3182,39 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-image@9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-image@9.1.62(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-image@9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3757,19 +3222,44 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3778,48 +3268,73 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' dependencies: '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3828,23 +3343,23 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3852,24 +3367,47 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-input@9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-input@9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-input@9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3877,22 +3415,22 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-input@9.4.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-input@9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3900,48 +3438,81 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.70)(react@17.0.2): + /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 + react: 18.2.0 + react-is: 17.0.2 + dev: false + + /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 react: 17.0.2 react-is: 17.0.2 dev: false - /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + react: 18.2.0 + react-is: 17.0.2 + dev: false + + /@fluentui/react-label@9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 + '@types/react-dom': 18.2.23 react: 18.2.0 - react-is: 17.0.2 + react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-label@9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-label@9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3949,19 +3520,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-label@9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-label@9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3969,19 +3540,41 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-link@9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-link@9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-link@9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3990,20 +3583,20 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-link@9.2.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-link@9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4012,20 +3605,49 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4034,27 +3656,27 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4063,27 +3685,50 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false - /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -4091,22 +3736,22 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) dev: false - /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -4114,22 +3759,22 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false - /@fluentui/react-migration-v8-v9@9.2.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-migration-v8-v9@9.2.16(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-TTS4FY1hCG447m5EzGwITQCCeueUmrj8hOa9clDJDim4QR4BT1QhuQa/pZZKGUGjkdNJnDkEeJms+tCLiSvTjw==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -4138,23 +3783,23 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@ctrl/tinycolor': 3.3.4 - '@fluentui/fluent2-theme': 8.107.68(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react': 8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/fluent2-theme': 8.107.68(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.4.36 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4162,19 +3807,39 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4182,19 +3847,41 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/priority-overflow': 9.1.11 + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4203,20 +3890,20 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/priority-overflow': 9.1.11 - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4225,20 +3912,44 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/priority-overflow': 9.1.11 - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4246,23 +3957,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4270,23 +3981,51 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4295,26 +4034,26 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4323,26 +4062,26 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.70)(react@17.0.2): + /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4350,30 +4089,41 @@ packages: dependencies: '@swc/helpers': 0.5.7 '@types/react': 18.2.70 + react: 18.2.0 + dev: false + + /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 react: 17.0.2 dev: false - /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 18.2.73 react: 18.2.0 dev: false - /@fluentui/react-portal-compat@9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-portal-compat@9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xswO96THwpHVa88hajCTiazY2nc4rMex4uneunk66j0WRpz6W/4E3E5pTI2PSI9DvB0t0gB3uoRML1I6nHveWA==} peerDependencies: '@fluentui/react-components': ^9.21.0 '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@swc/helpers': 0.4.36 '@types/react': 18.2.70 react: 18.2.0 @@ -4382,7 +4132,7 @@ packages: - react-dom dev: false - /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4390,19 +4140,39 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-disposable: 1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + dev: false + + /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) - use-disposable: 1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + use-disposable: 1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) dev: false - /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4410,19 +4180,40 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-disposable: 1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + dev: false + + /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@floating-ui/devtools': 0.2.1(@floating-ui/dom@1.6.3) + '@floating-ui/dom': 1.6.3 '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - use-disposable: 1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) dev: false - /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4432,18 +4223,18 @@ packages: dependencies: '@floating-ui/devtools': 0.2.1(@floating-ui/dom@1.6.3) '@floating-ui/dom': 1.6.3 - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4453,18 +4244,41 @@ packages: dependencies: '@floating-ui/devtools': 0.2.1(@floating-ui/dom@1.6.3) '@floating-ui/dom': 1.6.3 + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4472,45 +4286,68 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} + /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/core': 1.15.3 '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler dev: false - /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4519,21 +4356,21 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/core': 1.15.3 '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4542,21 +4379,46 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/core': 1.15.3 + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/core': 1.15.3 '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4564,24 +4426,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4589,24 +4451,48 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-select@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-select@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-select@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4614,23 +4500,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-select@9.1.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-select@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4638,23 +4524,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@17.0.2): + /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4663,10 +4549,22 @@ packages: '@fluentui/react-theme': 9.1.19 '@swc/helpers': 0.5.7 '@types/react': 18.2.70 + react: 18.2.0 + dev: false + + /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-theme': 9.1.19 + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 react: 17.0.2 dev: false - /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4674,11 +4572,34 @@ packages: dependencies: '@fluentui/react-theme': 9.1.19 '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + react: 18.2.0 + dev: false + + /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 '@types/react': 18.2.70 + '@types/react-dom': 18.2.23 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4686,22 +4607,22 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4709,22 +4630,46 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4732,23 +4677,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4756,23 +4701,48 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4781,23 +4751,23 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4806,23 +4776,44 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler dev: false - /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4830,20 +4821,20 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4851,20 +4842,46 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4872,25 +4889,25 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4898,25 +4915,55 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-table@9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-table@9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-table@9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4925,28 +4972,28 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-table@9.12.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-table@9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4955,28 +5002,52 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4984,23 +5055,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5008,23 +5079,44 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 + keyborg: 2.5.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler + tabster: 6.1.0 dev: false - /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5032,20 +5124,20 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 keyborg: 2.5.0 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) tabster: 6.1.0 dev: false - /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5053,20 +5145,47 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + keyborg: 2.5.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tabster: 6.1.0 + dev: false + + /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 - keyborg: 2.5.0 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - tabster: 6.1.0 + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5075,52 +5194,72 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} + /@fluentui/react-text@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler dev: false - /@fluentui/react-text@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-text@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5128,19 +5267,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-text@9.4.14(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-text@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5148,6 +5287,27 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 @@ -5155,12 +5315,14 @@ packages: '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5168,22 +5330,22 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5191,15 +5353,15 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: @@ -5213,7 +5375,33 @@ packages: '@swc/helpers': 0.5.7 dev: false - /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.70 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + dev: false + + /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5222,24 +5410,24 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) dev: false - /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5248,24 +5436,51 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + dev: false + + /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5273,26 +5488,26 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5300,26 +5515,50 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler + dev: false + + /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler dev: false - /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5328,22 +5567,22 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5352,22 +5591,53 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - scheduler dev: false - /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5376,29 +5646,29 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5407,55 +5677,87 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-utilities@9.18.5(@types/react@18.2.70)(react@17.0.2): + /@fluentui/react-utilities@9.18.5(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 + react: 18.2.0 + dev: false + + /@fluentui/react-utilities@9.18.5(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 react: 17.0.2 dev: false - /@fluentui/react-utilities@9.18.5(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-utilities@9.18.5(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@swc/helpers': 0.5.7 + '@types/react': 18.2.73 + react: 18.2.0 + dev: false + + /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.70 + '@types/react-dom': 18.2.23 react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5463,18 +5765,18 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5482,18 +5784,18 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-window-provider@2.2.18(@types/react@18.2.70)(react@17.0.2): + /@fluentui/react-window-provider@2.2.18(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5501,23 +5803,35 @@ packages: dependencies: '@fluentui/set-version': 8.2.14 '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/react-window-provider@2.2.18(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.73 react: 17.0.2 tslib: 2.6.2 dev: false - /@fluentui/react-window-provider@2.2.18(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-window-provider@2.2.18(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.70 + '@types/react': 18.2.73 react: 18.2.0 tslib: 2.6.2 dev: false - /@fluentui/react@8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react@8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5526,26 +5840,54 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@fluentui/date-time-utilities': 8.6.0 - '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@17.0.2) - '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@17.0.2) + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@18.2.0) '@fluentui/merge-styles': 8.6.0 - '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@17.0.2) - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@17.0.2) + '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@17.0.2) - '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@17.0.2) - '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@17.0.2) + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + tslib: 2.6.2 + dev: false + + /@fluentui/react@8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/date-time-utilities': 8.6.0 + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.73)(react@17.0.2) + '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.73)(react@17.0.2) + '@fluentui/merge-styles': 8.6.0 + '@fluentui/react-focus': 8.8.42(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-hooks': 8.7.0(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@17.0.2) + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@17.0.2) + '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@17.0.2) + '@microsoft/load-themed-styles': 1.10.295 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) tslib: 2.6.2 dev: false - /@fluentui/react@8.110.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react@8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5554,26 +5896,26 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@fluentui/date-time-utilities': 8.6.0 - '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.73)(react@18.2.0) '@fluentui/merge-styles': 8.6.0 - '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-focus': 8.8.42(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-hooks': 8.7.0(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@18.2.0) '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@18.2.0) + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@18.2.0) + '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) tslib: 2.6.2 dev: false - /@fluentui/react@8.117.0(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react@8.117.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7zPFyyhm6zZGUF5C7/L5XNIBNBYsGc2ZIVg+nuCd56hBgMh0smWDnbciFKpQ9jvAh6gvfKbsgUuVWrD/FwEkAg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5595,7 +5937,7 @@ packages: '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) tslib: 2.6.2 @@ -5607,13 +5949,13 @@ packages: tslib: 2.6.2 dev: false - /@fluentui/style-utilities@8.10.5(@types/react@18.2.70)(react@17.0.2): + /@fluentui/style-utilities@8.10.5(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==} dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@17.0.2) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 tslib: 2.6.2 transitivePeerDependencies: @@ -5621,13 +5963,27 @@ packages: - react dev: false - /@fluentui/style-utilities@8.10.5(@types/react@18.2.70)(react@18.2.0): + /@fluentui/style-utilities@8.10.5(@types/react@18.2.73)(react@17.0.2): resolution: {integrity: sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==} dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) + '@microsoft/load-themed-styles': 1.10.295 + tslib: 2.6.2 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + + /@fluentui/style-utilities@8.10.5(@types/react@18.2.73)(react@18.2.0): + resolution: {integrity: sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==} + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 tslib: 2.6.2 transitivePeerDependencies: @@ -5635,7 +5991,7 @@ packages: - react dev: false - /@fluentui/theme@2.6.25(@types/react@18.2.70)(react@18.2.0): + /@fluentui/theme@2.6.25(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-slp+Tk+FEDj6HtZNWzckEMPLZMYfe2bECz4hLj/aq2ok51f2ztVTM8rjjmiJjOAidcTirF/gdYVbayc/5MOKag==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5643,13 +5999,13 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 + '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@18.2.0) + '@types/react': 18.2.73 react: 18.2.0 tslib: 2.6.2 dev: false - /@fluentui/theme@2.6.43(@types/react@18.2.70)(react@17.0.2): + /@fluentui/theme@2.6.43(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5657,13 +6013,27 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/theme@2.6.43(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) + '@types/react': 18.2.73 react: 17.0.2 tslib: 2.6.2 dev: false - /@fluentui/theme@2.6.43(@types/react@18.2.70)(react@18.2.0): + /@fluentui/theme@2.6.43(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5671,8 +6041,8 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) + '@types/react': 18.2.73 react: 18.2.0 tslib: 2.6.2 dev: false @@ -5680,10 +6050,38 @@ packages: /@fluentui/tokens@1.0.0-alpha.16: resolution: {integrity: sha512-Gr9G8LIlUhZYX5j6CfDQrofQqsWAz/q54KabWn1tWV/1083WwyoTZXiG1k6b37NnK7Feye7D7Nz+4MNqoKpXGw==} dependencies: - '@swc/helpers': 0.5.7 + '@swc/helpers': 0.5.7 + dev: false + + /@fluentui/utilities@8.13.16(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/dom-utilities': 2.2.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.6.2 + dev: false + + /@fluentui/utilities@8.13.16(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/dom-utilities': 2.2.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@types/react': 18.2.73 + react: 17.0.2 + tslib: 2.6.2 dev: false - /@fluentui/utilities@8.13.16(@types/react@18.2.70)(react@17.0.2): + /@fluentui/utilities@8.13.16(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5692,13 +6090,13 @@ packages: '@fluentui/dom-utilities': 2.2.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.70 - react: 17.0.2 + '@types/react': 18.2.73 + react: 18.2.0 tslib: 2.6.2 dev: false - /@fluentui/utilities@8.13.16(@types/react@18.2.70)(react@18.2.0): - resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} + /@fluentui/utilities@8.15.0(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' @@ -5711,7 +6109,7 @@ packages: tslib: 2.6.2 dev: false - /@fluentui/utilities@8.15.0(@types/react@18.2.70)(react@17.0.2): + /@fluentui/utilities@8.15.0(@types/react@18.2.73)(react@17.0.2): resolution: {integrity: sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5720,12 +6118,12 @@ packages: '@fluentui/dom-utilities': 2.2.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.70 + '@types/react': 18.2.73 react: 17.0.2 tslib: 2.6.2 dev: false - /@fluentui/utilities@8.15.0(@types/react@18.2.70)(react@18.2.0): + /@fluentui/utilities@8.15.0(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5734,11 +6132,22 @@ packages: '@fluentui/dom-utilities': 2.2.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.70 + '@types/react': 18.2.73 react: 18.2.0 tslib: 2.6.2 dev: false + /@formatjs/cli@6.2.9: + resolution: {integrity: sha512-YH09kY6oufPdNDIwva/rC7wyg/ptJG6hRZ768eJEafiBR5R1VV1pKFmx106FV5WT7nzBm8Xf4Td+8+Mu+DtQsg==} + engines: {node: '>= 16'} + hasBin: true + peerDependencies: + vue: ^3.4.0 + peerDependenciesMeta: + vue: + optional: true + dev: true + /@formatjs/ecma402-abstract@1.14.3: resolution: {integrity: sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==} dependencies: @@ -5904,10 +6313,6 @@ packages: csstype: 3.1.3 dev: false - /@iarna/toml@2.2.5: - resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} - dev: true - /@isaacs/cliui@8.0.2: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -5946,13 +6351,6 @@ packages: engines: {node: '>=6.0.0'} dev: true - /@jridgewell/source-map@0.3.6: - resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - dev: true - /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} @@ -6224,24 +6622,24 @@ packages: - tslib dev: false - /@microsoft/api-extractor-model@7.28.3(@types/node@20.11.30): + /@microsoft/api-extractor-model@7.28.3(@types/node@20.12.2): resolution: {integrity: sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.62.0(@types/node@20.11.30) + '@rushstack/node-core-library': 3.62.0(@types/node@20.12.2) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.39.0(@types/node@20.11.30): + /@microsoft/api-extractor@7.39.0(@types/node@20.12.2): resolution: {integrity: sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.3(@types/node@20.11.30) + '@microsoft/api-extractor-model': 7.28.3(@types/node@20.12.2) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.62.0(@types/node@20.11.30) + '@rushstack/node-core-library': 3.62.0(@types/node@20.12.2) '@rushstack/rig-package': 0.5.1 '@rushstack/ts-command-line': 4.17.1 colors: 1.2.5 @@ -6517,23 +6915,10 @@ packages: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - /@nodelib/fs.scandir@3.0.0: - resolution: {integrity: sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==} - engines: {node: '>=16.14.0'} - dependencies: - '@nodelib/fs.stat': 3.0.0 - run-parallel: 1.2.0 - dev: true - /@nodelib/fs.stat@2.0.5: resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} - /@nodelib/fs.stat@3.0.0: - resolution: {integrity: sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==} - engines: {node: '>=16.14.0'} - dev: true - /@nodelib/fs.walk@1.2.8: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} @@ -6541,169 +6926,6 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - /@nodelib/fs.walk@2.0.0: - resolution: {integrity: sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==} - engines: {node: '>=16.14.0'} - dependencies: - '@nodelib/fs.scandir': 3.0.0 - fastq: 1.17.1 - dev: true - - /@npmcli/git@5.0.4: - resolution: {integrity: sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - '@npmcli/promise-spawn': 7.0.1 - lru-cache: 10.2.0 - npm-pick-manifest: 9.0.0 - proc-log: 3.0.0 - promise-inflight: 1.0.1 - promise-retry: 2.0.1 - semver: 7.6.0 - which: 4.0.0 - transitivePeerDependencies: - - bluebird - dev: true - - /@npmcli/map-workspaces@3.0.4: - resolution: {integrity: sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - '@npmcli/name-from-folder': 2.0.0 - glob: 10.3.10 - minimatch: 9.0.3 - read-package-json-fast: 3.0.2 - dev: true - - /@npmcli/name-from-folder@2.0.0: - resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true - - /@npmcli/package-json@5.0.0: - resolution: {integrity: sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - '@npmcli/git': 5.0.4 - glob: 10.3.10 - hosted-git-info: 7.0.1 - json-parse-even-better-errors: 3.0.1 - normalize-package-data: 6.0.0 - proc-log: 3.0.0 - semver: 7.6.0 - transitivePeerDependencies: - - bluebird - dev: true - - /@npmcli/promise-spawn@7.0.1: - resolution: {integrity: sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - which: 4.0.0 - dev: true - - /@nrwl/tao@18.1.3: - resolution: {integrity: sha512-cRs5kDRhiYVZ9SLQ2ol+2+zltgPemDtsHKz2h2whazHF+d39zsPLYbFm1ZJuDKpZp6TJJercqSH1UQCdOXEkdQ==} - hasBin: true - dependencies: - nx: 18.1.3 - tslib: 2.6.2 - transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' - - debug - dev: true - - /@nx/nx-darwin-arm64@18.1.3: - resolution: {integrity: sha512-h3/1ywpLa56RwBnz8Lr9yyUvPvfGvKFxIo8LNptc8fMoONuuIOeZTAmaBxKBOaKtL7g64/LKDs0Ts+mSXzmbqA==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-darwin-x64@18.1.3: - resolution: {integrity: sha512-6LHe7MYrKlztLlKhYfGV3CtFPhEqcc2ZgwGVWYiAmS/glcN+Wai7RFQX/cZiJ+TbDRFzvETPPGNRP/aSAOkRnQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-freebsd-x64@18.1.3: - resolution: {integrity: sha512-ppSkJJVKnfDWYJBKqjEM/p4qdMZsZVV++dkFN/n50p6uwHstv0Kth7dNdsu3ZyPqmg6+IYUZql7JSTeNqKne5A==} - engines: {node: '>= 10'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-linux-arm-gnueabihf@18.1.3: - resolution: {integrity: sha512-1vflQE4gscHq2GJeu2L48Z8rQFcdu+gcprG1cMEf3CIDxh/nJei66bdVJYYYxPNi6rYaeONPJgBjbIih8ce8nQ==} - engines: {node: '>= 10'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-linux-arm64-gnu@18.1.3: - resolution: {integrity: sha512-7B5YXjDzzFdEMUzhFifXgsg741Afp3v7vNdPL2joQ7xrERKYEge7eXCjp5/GYhl9J4y5BmdeV2Joqr4WQ6R7Pg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-linux-arm64-musl@18.1.3: - resolution: {integrity: sha512-OaAVjUli44JUTlGPmtxZDO2U88yK6/cwt1LTbTHGeabupbXR295RDn1TkR1/1oNo8grRaOi/V9DWEg9RRmGvOw==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-linux-x64-gnu@18.1.3: - resolution: {integrity: sha512-qDinHpGZ9FhoOtdfO23pwN7pBCu25ElJ1InLCeCarl9CQYS1CDZNimrcSOFl20DAZqINQamPqBFJ7nKeDRBy7g==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-linux-x64-musl@18.1.3: - resolution: {integrity: sha512-E28Q0v9N7LrV+0uu4ytrcCHfF1MPYwNL2NLZN3yCPgulGHe3NwCuMnbC974+uOZ+MTqua7KnVOQ5VYA5sL1LIw==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-win32-arm64-msvc@18.1.3: - resolution: {integrity: sha512-EYHPIcanVn6ZWkELnW4wW+gl8Itulmpi7f7s83CFrYxRW0U8SAG2sW4JrlvZgrK2CMyluiCGqZGHDUJZST4CVA==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@nx/nx-win32-x64-msvc@18.1.3: - resolution: {integrity: sha512-1tBViAG9VQ3arKoKFOrkBzYUAGgGsVqYbifng+stb5TPWOj0jjhQpwbsk0u3ROmEBw9crWRwzRt1qh/ZE7SfQQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@opentelemetry/api@1.8.0: resolution: {integrity: sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==} engines: {node: '>=8.0.0'} @@ -6716,157 +6938,6 @@ packages: dev: true optional: true - /@pnpm/constants@7.1.1: - resolution: {integrity: sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==} - engines: {node: '>=16.14'} - dev: true - - /@pnpm/core-loggers@9.0.6(@pnpm/logger@5.0.0): - resolution: {integrity: sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==} - engines: {node: '>=16.14'} - peerDependencies: - '@pnpm/logger': ^5.0.0 - dependencies: - '@pnpm/logger': 5.0.0 - '@pnpm/types': 9.4.2 - dev: true - - /@pnpm/error@5.0.3: - resolution: {integrity: sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==} - engines: {node: '>=16.14'} - dependencies: - '@pnpm/constants': 7.1.1 - dev: true - - /@pnpm/fetching-types@5.0.0: - resolution: {integrity: sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==} - engines: {node: '>=16.14'} - dependencies: - '@zkochan/retry': 0.2.0 - node-fetch: 3.0.0-beta.9 - transitivePeerDependencies: - - domexception - dev: true - - /@pnpm/graceful-fs@3.2.0: - resolution: {integrity: sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==} - engines: {node: '>=16.14'} - dependencies: - graceful-fs: 4.2.11 - dev: true - - /@pnpm/logger@5.0.0: - resolution: {integrity: sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==} - engines: {node: '>=12.17'} - dependencies: - bole: 5.0.11 - ndjson: 2.0.0 - dev: true - - /@pnpm/npm-package-arg@1.0.0: - resolution: {integrity: sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==} - engines: {node: '>=14.6'} - dependencies: - hosted-git-info: 4.1.0 - semver: 7.6.0 - validate-npm-package-name: 4.0.0 - dev: true - - /@pnpm/npm-resolver@18.1.1(@pnpm/logger@5.0.0): - resolution: {integrity: sha512-NptzncmMD5ZMimbjWkGpMzuBRhlCY+sh7mzypPdBOTNlh5hmEQe/VaRKjNK4V9/b0C/llElkvIePL6acybu86w==} - engines: {node: '>=16.14'} - peerDependencies: - '@pnpm/logger': ^5.0.0 - dependencies: - '@pnpm/core-loggers': 9.0.6(@pnpm/logger@5.0.0) - '@pnpm/error': 5.0.3 - '@pnpm/fetching-types': 5.0.0 - '@pnpm/graceful-fs': 3.2.0 - '@pnpm/logger': 5.0.0 - '@pnpm/resolve-workspace-range': 5.0.1 - '@pnpm/resolver-base': 11.1.0 - '@pnpm/types': 9.4.2 - '@zkochan/retry': 0.2.0 - encode-registry: 3.0.1 - load-json-file: 6.2.0 - lru-cache: 10.2.0 - normalize-path: 3.0.0 - p-limit: 3.1.0 - p-memoize: 4.0.1 - parse-npm-tarball-url: 3.0.0 - path-temp: 2.1.0 - ramda: /@pnpm/ramda@0.28.1 - rename-overwrite: 5.0.0 - semver: 7.6.0 - ssri: 10.0.5 - version-selector-type: 3.0.0 - transitivePeerDependencies: - - domexception - dev: true - - /@pnpm/ramda@0.28.1: - resolution: {integrity: sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==} - dev: true - - /@pnpm/resolve-workspace-range@5.0.1: - resolution: {integrity: sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==} - engines: {node: '>=16.14'} - dependencies: - semver: 7.6.0 - dev: true - - /@pnpm/resolver-base@11.1.0: - resolution: {integrity: sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==} - engines: {node: '>=16.14'} - dependencies: - '@pnpm/types': 9.4.2 - dev: true - - /@pnpm/types@9.4.2: - resolution: {integrity: sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==} - engines: {node: '>=16.14'} - dev: true - - /@pnpm/workspace.pkgs-graph@2.0.15(@pnpm/logger@5.0.0): - resolution: {integrity: sha512-Txxd5FzzVfBfGCTngISaxFlJzZhzdS8BUrCEtAWJfZOFbQzpWy27rzkaS7TaWW2dHiFcCVYzPI/2vgxfeRansA==} - engines: {node: '>=16.14'} - dependencies: - '@pnpm/npm-package-arg': 1.0.0 - '@pnpm/npm-resolver': 18.1.1(@pnpm/logger@5.0.0) - '@pnpm/resolve-workspace-range': 5.0.1 - ramda: /@pnpm/ramda@0.28.1 - transitivePeerDependencies: - - '@pnpm/logger' - - domexception - dev: true - - /@prettier/cli@0.3.0(prettier@4.0.0-alpha.8): - resolution: {integrity: sha512-8qq527QT5n8paE9eoHeulmGw7a3MroVk5+8ITf+xoWJn1gcVaZiOP6vb9OlwZv49hhdRZ1WX+0MyisSSXL/4fA==} - hasBin: true - peerDependencies: - prettier: ^3.1.0 || ^4.0.0 - dependencies: - '@iarna/toml': 2.2.5 - atomically: 2.0.2 - fast-ignore: 1.1.1 - find-up-json: 2.0.4 - import-meta-resolve: 4.0.0 - is-binary-path: 2.1.0 - js-yaml: 4.1.0 - json-sorted-stringify: 1.0.0 - json5: 2.2.3 - kasi: 1.1.0 - pioppo: 1.1.0 - prettier: 4.0.0-alpha.8 - specialist: 1.4.0 - tiny-editorconfig: 1.0.0 - tiny-jsonc: 1.0.1 - tiny-readdir-glob: 1.4.0 - tiny-spinner: 2.0.3 - worktank: 2.6.0 - zeptomatch: 1.2.2 - dev: true - /@react-dnd/asap@5.0.2: resolution: {integrity: sha512-WLyfoHvxhs0V9U+GTsGilGgf2QsPl6ZZ44fnv0/b8T3nQyvzxidxsg/ZltbWssbsRDlYW8UKSQMTGotuTotZ6A==} dev: false @@ -6913,103 +6984,103 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@reactflow/background@11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + /@reactflow/background@11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/background@11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/background@11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/background@11.2.7(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/background@11.2.7(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/controls@11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + /@reactflow/controls@11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/controls@11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/controls@11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/controls@11.1.18(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/controls@11.1.18(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/core@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + /@reactflow/core@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} peerDependencies: react: '>=17' @@ -7023,15 +7094,15 @@ packages: d3-drag: 3.0.0 d3-selection: 3.0.0 d3-zoom: 3.0.0 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/core@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/core@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} peerDependencies: react: '>=17' @@ -7045,15 +7116,15 @@ packages: d3-drag: 3.0.0 d3-selection: 3.0.0 d3-zoom: 3.0.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/core@11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/core@11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} peerDependencies: react: '>=17' @@ -7069,59 +7140,59 @@ packages: d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/minimap@11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + /@reactflow/minimap@11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) '@types/d3-selection': 3.0.10 '@types/d3-zoom': 3.0.8 classcat: 5.0.4 d3-selection: 3.0.0 d3-zoom: 3.0.0 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/minimap@11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/minimap@11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) '@types/d3-selection': 3.0.10 '@types/d3-zoom': 3.0.8 classcat: 5.0.4 d3-selection: 3.0.0 d3-zoom: 3.0.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/minimap@11.6.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/minimap@11.6.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@types/d3-selection': 3.0.10 '@types/d3-zoom': 3.0.8 classcat: 5.0.4 @@ -7129,109 +7200,109 @@ packages: d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 d3-drag: 3.0.0 d3-selection: 3.0.0 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) classcat: 5.0.4 d3-drag: 3.0.0 d3-selection: 3.0.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 d3-drag: 3.0.0 d3-selection: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -7250,7 +7321,7 @@ packages: dependencies: immer: 9.0.15 react: 17.0.2 - react-redux: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) + react-redux: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 @@ -7269,104 +7340,12 @@ packages: dependencies: immer: 9.0.15 react: 18.2.0 - react-redux: 8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + react-redux: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 dev: false - /@rollup/plugin-babel@6.0.4(@babel/core@7.24.3)(rollup@4.13.0): - resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - '@types/babel__core': - optional: true - rollup: - optional: true - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-module-imports': 7.24.3 - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) - rollup: 4.13.0 - dev: true - - /@rollup/plugin-commonjs@25.0.7(rollup@4.13.0): - resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.68.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 8.1.0 - is-reference: 1.2.1 - magic-string: 0.30.8 - rollup: 4.13.0 - dev: true - - /@rollup/plugin-node-resolve@15.2.3(rollup@4.13.0): - resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.78.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) - '@types/resolve': 1.20.2 - deepmerge: 4.3.1 - is-builtin-module: 3.2.1 - is-module: 1.0.0 - resolve: 1.22.8 - rollup: 4.13.0 - dev: true - - /@rollup/plugin-replace@5.0.5(rollup@4.13.0): - resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) - magic-string: 0.30.8 - rollup: 4.13.0 - dev: true - - /@rollup/plugin-terser@0.4.4(rollup@4.13.0): - resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true - dependencies: - rollup: 4.13.0 - serialize-javascript: 6.0.2 - smob: 1.4.1 - terser: 5.29.2 - dev: true - - /@rollup/pluginutils@4.2.1: - resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} - engines: {node: '>= 8.0.0'} - dependencies: - estree-walker: 2.0.2 - picomatch: 2.3.1 - dev: true - /@rollup/pluginutils@5.1.0(rollup@4.13.0): resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} engines: {node: '>=14.0.0'} @@ -7486,7 +7465,7 @@ packages: dev: true optional: true - /@rushstack/node-core-library@3.62.0(@types/node@20.11.30): + /@rushstack/node-core-library@3.62.0(@types/node@20.12.2): resolution: {integrity: sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==} peerDependencies: '@types/node': '*' @@ -7494,7 +7473,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.2 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -7566,16 +7545,6 @@ packages: size-limit: 11.1.2 dev: true - /@snyk/github-codeowners@1.1.0: - resolution: {integrity: sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==} - engines: {node: '>=8.10'} - hasBin: true - dependencies: - commander: 4.1.1 - ignore: 5.3.1 - p-map: 4.0.0 - dev: true - /@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.24.3): resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==} engines: {node: '>=14'} @@ -7721,7 +7690,7 @@ packages: tslib: 2.6.2 dev: false - /@tanstack/config@0.6.0(@types/node@20.11.30)(esbuild@0.19.12)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): + /@tanstack/config@0.6.0(@types/node@20.12.2)(esbuild@0.19.12)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): resolution: {integrity: sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==} engines: {node: '>=18'} hasBin: true @@ -7742,7 +7711,7 @@ packages: semver: 7.6.0 stream-to-array: 2.3.0 v8flags: 4.0.1 - vite-plugin-dts: 3.7.3(@types/node@20.11.30)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6) + vite-plugin-dts: 3.7.3(@types/node@20.12.2)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6) vite-plugin-externalize-deps: 0.8.0(vite@5.2.6) vite-tsconfig-paths: 4.3.2(typescript@4.7.4)(vite@5.2.6) transitivePeerDependencies: @@ -7797,10 +7766,10 @@ packages: dom-accessibility-api: 0.6.3 lodash: 4.17.21 redent: 3.0.0 - vitest: 1.4.0(@types/node@20.11.30)(jsdom@24.0.0) + vitest: 1.4.0(@types/node@20.12.2)(jsdom@24.0.0) dev: true - /@testing-library/react-hooks@8.0.1(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@testing-library/react-hooks@8.0.1(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} engines: {node: '>=12'} peerDependencies: @@ -7817,7 +7786,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.1 - '@types/react': 18.2.70 + '@types/react': 18.2.73 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-error-boundary: 3.1.4(react@18.2.0) @@ -7832,7 +7801,7 @@ packages: dependencies: '@babel/runtime': 7.24.1 '@testing-library/dom': 9.3.4 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -8052,7 +8021,7 @@ packages: /@types/hoist-non-react-statics@3.3.5: resolution: {integrity: sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==} dependencies: - '@types/react': 18.2.70 + '@types/react': 18.2.73 hoist-non-react-statics: 3.3.2 dev: false @@ -8097,26 +8066,22 @@ packages: /@types/node-fetch@2.6.11: resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.2 form-data: 4.0.0 dev: false - /@types/node@20.11.30: - resolution: {integrity: sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==} + /@types/node@20.12.2: + resolution: {integrity: sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==} dependencies: undici-types: 5.26.5 - /@types/picomatch@2.3.3: - resolution: {integrity: sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==} - dev: true - /@types/prop-types@15.7.12: resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} - /@types/react-dom@18.2.22: - resolution: {integrity: sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==} + /@types/react-dom@18.2.23: + resolution: {integrity: sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==} dependencies: - '@types/react': 18.2.70 + '@types/react': 18.2.73 /@types/react@18.2.70: resolution: {integrity: sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==} @@ -8125,9 +8090,11 @@ packages: '@types/scheduler': 0.16.8 csstype: 3.1.3 - /@types/resolve@1.20.2: - resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} - dev: true + /@types/react@18.2.73: + resolution: {integrity: sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==} + dependencies: + '@types/prop-types': 15.7.12 + csstype: 3.1.3 /@types/scheduler@0.16.8: resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} @@ -8139,7 +8106,7 @@ packages: /@types/tunnel@0.0.3: resolution: {integrity: sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==} dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.2 dev: false /@types/unist@2.0.10: @@ -8263,37 +8230,6 @@ packages: resolution: {integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==} dev: false - /@yarnpkg/lockfile@1.1.0: - resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} - dev: true - - /@yarnpkg/parsers@3.0.0-rc.46: - resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} - engines: {node: '>=14.15.0'} - dependencies: - js-yaml: 3.14.1 - tslib: 2.6.2 - dev: true - - /@zkochan/js-yaml@0.0.6: - resolution: {integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==} - hasBin: true - dependencies: - argparse: 2.0.1 - dev: true - - /@zkochan/retry@0.2.0: - resolution: {integrity: sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==} - engines: {node: '>=10'} - dev: true - - /@zkochan/rimraf@2.1.3: - resolution: {integrity: sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==} - engines: {node: '>=12.10'} - dependencies: - rimraf: 3.0.2 - dev: true - /JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true @@ -8328,14 +8264,6 @@ packages: transitivePeerDependencies: - supports-color - /aggregate-error@3.1.0: - resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} - engines: {node: '>=8'} - dependencies: - clean-stack: 2.2.0 - indent-string: 4.0.0 - dev: true - /ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: @@ -8345,20 +8273,11 @@ packages: uri-js: 4.4.1 dev: true - /ansi-colors@4.1.3: - resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} - engines: {node: '>=6'} - dev: true - /ansi-escapes@6.2.1: resolution: {integrity: sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==} engines: {node: '>=14.16'} dev: true - /ansi-purge@1.0.0: - resolution: {integrity: sha512-kbm4dtp1jcI8ZWhttEPzmga9fwbhGMinIDghOcBng5q9dOsnM6PYV3ih+5TO4D7inGXU9zBmVi7x1Z4dluY85Q==} - dev: true - /ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} @@ -8393,12 +8312,6 @@ packages: engines: {node: '>=12'} dev: true - /ansi-truncate@1.1.2: - resolution: {integrity: sha512-yhyu5Y/rRWku5GJfCCHHKyJsWahCRuy/ORI8wmClls+bUWMVpcVL6nEqmVnZZ9gaaWq+AWB6FCyarrt0ewVUXQ==} - dependencies: - fast-string-truncated-width: 1.1.0 - dev: true - /any-promise@1.3.0: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} dev: true @@ -8436,10 +8349,6 @@ packages: dequal: 2.0.3 dev: true - /arity-n@1.0.4: - resolution: {integrity: sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==} - dev: true - /array-buffer-byte-length@1.0.1: resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} engines: {node: '>= 0.4'} @@ -8457,13 +8366,6 @@ packages: resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} dev: true - /array-last@1.3.0: - resolution: {integrity: sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==} - engines: {node: '>=0.10.0'} - dependencies: - is-number: 4.0.0 - dev: true - /array-slice@1.1.0: resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} engines: {node: '>=0.10.0'} @@ -8480,13 +8382,6 @@ packages: /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - /atomically@2.0.2: - resolution: {integrity: sha512-Xfmb4q5QV7uqTlVdMSTtO5eF4DCHfNOdaPyKlbFShkzeNP+3lj3yjjcbdjSmEY4+pDBKJ9g26aP+ImTe88UHoQ==} - dependencies: - stubborn-fs: 1.2.5 - when-exit: 2.1.2 - dev: true - /available-typed-arrays@1.0.7: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} @@ -8501,58 +8396,12 @@ packages: proxy-from-env: 1.1.0 transitivePeerDependencies: - debug - - /axobject-query@4.0.0: - resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==} - dependencies: - dequal: 2.0.3 - dev: true + dev: false /babel-plugin-add-module-exports@0.2.1: resolution: {integrity: sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==} dev: true - /babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.24.3): - resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - '@babel/compat-data': 7.24.1 - '@babel/core': 7.24.3 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.3): - resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3) - core-js-compat: 3.36.1 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.24.3): - resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - '@babel/core': 7.24.3 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.24.3) - transitivePeerDependencies: - - supports-color - dev: true - - /babylon@6.18.0: - resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} - hasBin: true - dev: true - /bail@2.0.2: resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} dev: false @@ -8560,10 +8409,6 @@ packages: /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - /base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - dev: true - /big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} engines: {node: '>=0.6'} @@ -8574,21 +8419,6 @@ packages: engines: {node: '>=8'} dev: true - /bl@4.1.0: - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} - dependencies: - buffer: 5.7.1 - inherits: 2.0.4 - readable-stream: 3.6.2 - dev: true - - /bole@5.0.11: - resolution: {integrity: sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==} - dependencies: - fast-safe-stringify: 2.1.1 - individual: 3.0.0 - dev: true - /boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} dev: true @@ -8598,6 +8428,7 @@ packages: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 + dev: false /brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} @@ -8639,28 +8470,6 @@ packages: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} dev: false - /buffer-from@1.1.2: - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - dev: true - - /buffer@5.7.1: - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} - dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - dev: true - - /builtin-modules@3.3.0: - resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} - engines: {node: '>=6'} - dev: true - - /builtins@5.0.1: - resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} - dependencies: - semver: 7.6.0 - dev: true - /bundle-require@4.0.2(esbuild@0.19.12): resolution: {integrity: sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -8781,26 +8590,10 @@ packages: fsevents: 2.3.3 dev: true - /ci-env@1.17.0: - resolution: {integrity: sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==} - dev: true - /classcat@5.0.4: resolution: {integrity: sha512-sbpkOw6z413p+HDGcBENe498WM9woqWHiJxCq7nvmxe9WmrUmqfAcxpIwAiMtM5Q3AhYkzXcNQHqsWq0mND51g==} dev: false - /clean-stack@2.2.0: - resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} - engines: {node: '>=6'} - dev: true - - /cli-cursor@3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} - dependencies: - restore-cursor: 3.1.0 - dev: true - /cli-cursor@4.0.0: resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -8808,11 +8601,6 @@ packages: restore-cursor: 4.0.0 dev: true - /cli-spinners@2.6.1: - resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} - engines: {node: '>=6'} - dev: true - /cli-truncate@4.0.0: resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==} engines: {node: '>=18'} @@ -8821,31 +8609,6 @@ packages: string-width: 7.1.0 dev: true - /cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - dev: true - - /clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} - requiresBuild: true - dev: true - - /code-red@1.0.4: - resolution: {integrity: sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==} - dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 - '@types/estree': 1.0.5 - acorn: 8.11.3 - estree-walker: 3.0.3 - periscopic: 3.1.0 - dev: true - /color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: @@ -8898,6 +8661,7 @@ packages: /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + dev: false /commander@4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} @@ -8915,10 +8679,6 @@ packages: requiresBuild: true optional: true - /commondir@1.0.1: - resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - dev: true - /compare-func@2.0.0: resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} dependencies: @@ -8926,18 +8686,13 @@ packages: dot-prop: 5.3.0 dev: true - /compose-function@3.0.3: - resolution: {integrity: sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==} - dependencies: - arity-n: 1.0.4 - dev: true - /computeds@0.0.1: resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} dev: true /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + dev: false /conventional-changelog-angular@7.0.0: resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} @@ -8973,12 +8728,6 @@ packages: toggle-selection: 1.0.6 dev: false - /core-js-compat@3.36.1: - resolution: {integrity: sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==} - dependencies: - browserslist: 4.23.0 - dev: true - /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true @@ -9016,11 +8765,6 @@ packages: which: 2.0.2 dev: true - /crypto-random-string@2.0.0: - resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} - engines: {node: '>=8'} - dev: true - /css-in-js-utils@3.1.0: resolution: {integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==} dependencies: @@ -9044,14 +8788,6 @@ packages: mdn-data: 2.0.14 source-map: 0.6.1 - /css-tree@2.3.1: - resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} - engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} - dependencies: - mdn-data: 2.0.30 - source-map-js: 1.2.0 - dev: true - /css-what@6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} @@ -9151,11 +8887,6 @@ packages: d3-transition: 3.0.1(d3-selection@3.0.0) dev: false - /data-uri-to-buffer@3.0.1: - resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} - engines: {node: '>= 6'} - dev: true - /data-urls@5.0.0: resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} engines: {node: '>=18'} @@ -9224,20 +8955,10 @@ packages: which-typed-array: 1.1.15 dev: true - /deep-freeze@0.0.1: - resolution: {integrity: sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==} - dev: true - /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} - - /defaults@1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} - requiresBuild: true - dependencies: - clone: 1.0.4 - dev: true + dev: false /define-data-property@1.1.4: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} @@ -9250,6 +8971,7 @@ packages: /define-lazy-prop@2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} + dev: false /define-properties@1.2.1: resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} @@ -9277,10 +8999,6 @@ packages: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} dev: false - /dettle@1.0.1: - resolution: {integrity: sha512-/oD3At60ZfhgzpofJtyClNTrIACyMdRe+ih0YiHzAniN0IZnLdLpEzgR6RtGs3kowxUkTnvV/4t1FBxXMUdusQ==} - dev: true - /diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -9366,17 +9084,7 @@ packages: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} dependencies: - is-obj: 2.0.0 - dev: true - - /dotenv-expand@10.0.0: - resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} - engines: {node: '>=12'} - dev: true - - /dotenv@16.3.2: - resolution: {integrity: sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==} - engines: {node: '>=12'} + is-obj: 2.0.0 dev: true /duplexer2@0.1.4: @@ -9385,22 +9093,10 @@ packages: readable-stream: 2.3.8 dev: true - /duplexer@0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - dev: true - /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true - /easy-table@1.2.0: - resolution: {integrity: sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==} - dependencies: - ansi-regex: 5.0.1 - optionalDependencies: - wcwidth: 1.0.1 - dev: true - /electron-to-chromium@1.4.716: resolution: {integrity: sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw==} dev: true @@ -9421,26 +9117,6 @@ packages: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: true - /encode-registry@3.0.1: - resolution: {integrity: sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==} - engines: {node: '>=10'} - dependencies: - mem: 8.1.1 - dev: true - - /end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} - dependencies: - once: 1.4.0 - dev: true - - /enquirer@2.3.6: - resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} - engines: {node: '>=8.6'} - dependencies: - ansi-colors: 4.1.3 - dev: true - /entities@2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} @@ -9449,10 +9125,6 @@ packages: engines: {node: '>=0.12'} dev: true - /err-code@2.0.3: - resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} - dev: true - /errno@0.1.8: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true @@ -9619,12 +9291,6 @@ packages: engines: {node: '>=8'} dev: false - /esprima@4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} - hasBin: true - dev: true - /estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} dev: true @@ -9635,11 +9301,6 @@ packages: '@types/estree': 1.0.5 dev: true - /esutils@2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} - engines: {node: '>=0.10.0'} - dev: true - /event-target-shim@5.0.1: resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} engines: {node: '>=6'} @@ -9720,12 +9381,6 @@ packages: merge2: 1.4.1 micromatch: 4.0.5 - /fast-ignore@1.1.1: - resolution: {integrity: sha512-Gnvido88waUVtlDv/6VBeXv0TAlQK5lheknMwzHx9948B7uOFjyyLXsYBXixDScEXJB5fMjy4G1OOTH59VKvUA==} - dependencies: - grammex: 3.1.3 - dev: true - /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} dev: true @@ -9734,24 +9389,10 @@ packages: resolution: {integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==} dev: false - /fast-safe-stringify@2.1.1: - resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - dev: true - /fast-shallow-equal@1.0.0: resolution: {integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==} dev: false - /fast-string-truncated-width@1.1.0: - resolution: {integrity: sha512-FfsFREOllHpnSl6cxpLi6wvqd9UebrZPxWlOJCCcWoOJzy02xyjPbafF9tyg2Usnf3GLmRr5Q6s7n+GO+6VB5A==} - dev: true - - /fast-string-width@1.0.5: - resolution: {integrity: sha512-rO3M39p2w0AaF81drD42Q+v77cyhUKWixavoTAsORzYtjMIHhZ33KgdsjEaxMBwI0zI0zLUNBL0CYqVMipXp4g==} - dependencies: - fast-string-truncated-width: 1.1.0 - dev: true - /fastest-stable-stringify@2.0.2: resolution: {integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==} dev: false @@ -9761,48 +9402,12 @@ packages: dependencies: reusify: 1.0.4 - /fetch-blob@2.1.2: - resolution: {integrity: sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==} - engines: {node: ^10.17.0 || >=12.3.0} - peerDependencies: - domexception: '*' - peerDependenciesMeta: - domexception: - optional: true - dev: true - - /figures@3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} - dependencies: - escape-string-regexp: 1.0.5 - dev: true - /fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 - /filter-iterator@0.0.1: - resolution: {integrity: sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==} - dev: true - - /filter-obj@1.1.0: - resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==} - engines: {node: '>=0.10.0'} - dev: true - - /find-up-json@2.0.4: - resolution: {integrity: sha512-ABaCm3V1H5UYRHtClHvFFyxPIAC/bxd43tKwmcSco8/EuM5O7zDL2R7ORaA+rEltwgxoNOIK8LQFwQUfA/2GIw==} - dependencies: - find-up-path: 1.0.0 - dev: true - - /find-up-path@1.0.0: - resolution: {integrity: sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==} - dev: true - /findup-sync@5.0.0: resolution: {integrity: sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==} engines: {node: '>= 10.13.0'} @@ -9829,11 +9434,6 @@ packages: engines: {node: '>= 10.13.0'} dev: true - /flat@5.0.2: - resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} - hasBin: true - dev: true - /follow-redirects@1.15.6: resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} engines: {node: '>=4.0'} @@ -9842,6 +9442,7 @@ packages: peerDependenciesMeta: debug: optional: true + dev: false /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} @@ -9885,10 +9486,6 @@ packages: combined-stream: 1.0.8 mime-types: 2.1.35 - /fs-constants@1.0.0: - resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} - dev: true - /fs-extra@10.1.0: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} @@ -9896,15 +9493,7 @@ packages: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.1 - - /fs-extra@11.2.0: - resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} - engines: {node: '>=14.14'} - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.1.0 - universalify: 2.0.1 - dev: true + dev: false /fs-extra@7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} @@ -9917,6 +9506,7 @@ packages: /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + dev: false /fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} @@ -9943,17 +9533,6 @@ packages: engines: {node: '>=6.9.0'} dev: true - /get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} - dev: true - - /get-current-package@1.0.0: - resolution: {integrity: sha512-mEZ43mmPMdRz+7vouBd/fhnEMRF0omBzcwwwf2GmbWSeZJGdWHRp9RGLZxW7ZnnZ14jPc3GreHh0s/7u7PZJpQ==} - dependencies: - find-up-json: 2.0.4 - dev: true - /get-east-asian-width@1.2.0: resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==} engines: {node: '>=18'} @@ -10038,17 +9617,7 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 - - /glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} - engines: {node: '>=12'} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 5.1.6 - once: 1.4.0 - dev: true + dev: false /global-modules@1.0.0: resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} @@ -10110,10 +9679,6 @@ packages: /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - /grammex@3.1.3: - resolution: {integrity: sha512-rUZoJJQguOCaAMTuoyxs40OxqSLgVhzCCwDn1mbp2vETWutv/TmgAz7KxMR8Tz4z4cty/zIh88HrOWKqWgeGjg==} - dev: true - /has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} dev: true @@ -10128,10 +9693,6 @@ packages: engines: {node: '>=8'} dev: true - /has-own-property@0.1.0: - resolution: {integrity: sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==} - dev: true - /has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} dependencies: @@ -10188,20 +9749,6 @@ packages: parse-passwd: 1.0.0 dev: true - /hosted-git-info@4.1.0: - resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} - engines: {node: '>=10'} - dependencies: - lru-cache: 6.0.0 - dev: true - - /hosted-git-info@7.0.1: - resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - lru-cache: 10.2.0 - dev: true - /html-encoding-sniffer@4.0.0: resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} engines: {node: '>=18'} @@ -10276,14 +9823,6 @@ packages: safer-buffer: 2.1.2 dev: true - /identity-function@1.0.0: - resolution: {integrity: sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==} - dev: true - - /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - dev: true - /ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} @@ -10317,32 +9856,21 @@ packages: engines: {node: '>=8'} dev: true - /import-meta-resolve@4.0.0: - resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==} - dev: true - /indent-string@4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} dev: true - /individual@3.0.0: - resolution: {integrity: sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==} - dev: true - /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} dependencies: once: 1.4.0 wrappy: 1.0.2 + dev: false /inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - /ini-simple-parser@1.0.0: - resolution: {integrity: sha512-cZUGzkBd1W8FoIbFNMbscMvIGwp+riO/4PaPAy2owQp0sja+ni6Yty11GBNnxaI1ePkSVXzPb8iMOOYuYw/MOQ==} - dev: true - /ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} dev: true @@ -10389,10 +9917,6 @@ packages: '@formatjs/icu-messageformat-parser': 2.7.6 tslib: 2.6.2 - /ionstore@1.0.0: - resolution: {integrity: sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==} - dev: true - /is-absolute@1.0.0: resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} engines: {node: '>=0.10.0'} @@ -10446,13 +9970,6 @@ packages: engines: {node: '>=4'} dev: false - /is-builtin-module@3.2.1: - resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} - engines: {node: '>=6'} - dependencies: - builtin-modules: 3.3.0 - dev: true - /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} @@ -10474,6 +9991,7 @@ packages: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} hasBin: true + dev: false /is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} @@ -10516,25 +10034,11 @@ packages: dependencies: is-extglob: 2.1.1 - /is-interactive@1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} - dev: true - - /is-iterable@1.1.1: - resolution: {integrity: sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==} - engines: {node: '>= 4'} - dev: true - /is-map@2.0.3: resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} engines: {node: '>= 0.4'} dev: true - /is-module@1.0.0: - resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} - dev: true - /is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} @@ -10542,11 +10046,6 @@ packages: has-tostringtag: 1.0.2 dev: true - /is-number@4.0.0: - resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} - engines: {node: '>=0.10.0'} - dev: true - /is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -10570,18 +10069,6 @@ packages: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} dev: true - /is-reference@1.2.1: - resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} - dependencies: - '@types/estree': 1.0.5 - dev: true - - /is-reference@3.0.2: - resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==} - dependencies: - '@types/estree': 1.0.5 - dev: true - /is-regex@1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -10659,11 +10146,6 @@ packages: unc-path-regex: 0.1.2 dev: true - /is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} - dev: true - /is-weakmap@2.0.2: resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} engines: {node: '>= 0.4'} @@ -10691,6 +10173,7 @@ packages: engines: {node: '>=8'} dependencies: is-docker: 2.2.1 + dev: false /isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} @@ -10704,11 +10187,6 @@ packages: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: true - /isexe@3.1.1: - resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} - engines: {node: '>=16'} - dev: true - /isobject@3.0.1: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} @@ -10718,11 +10196,6 @@ packages: resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==} dev: false - /iterable-lookahead@1.0.0: - resolution: {integrity: sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==} - engines: {node: '>=4'} - dev: true - /jackspeak@2.3.6: resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} engines: {node: '>=14'} @@ -10732,21 +10205,6 @@ packages: '@pkgjs/parseargs': 0.11.0 dev: true - /jest-diff@29.7.0: - resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - chalk: 4.1.2 - diff-sequences: 29.6.3 - jest-get-type: 29.6.3 - pretty-format: 29.7.0 - dev: true - - /jest-get-type@29.6.3: - resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dev: true - /jiti@1.21.0: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true @@ -10776,14 +10234,6 @@ packages: resolution: {integrity: sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==} dev: true - /js-yaml@3.14.1: - resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} - hasBin: true - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: true - /js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true @@ -10826,11 +10276,6 @@ packages: - utf-8-validate dev: true - /jsesc@0.5.0: - resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} - hasBin: true - dev: true - /jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} @@ -10841,33 +10286,16 @@ packages: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: true - /json-parse-even-better-errors@3.0.1: - resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true - /json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} dev: true - /json-sorted-stringify@1.0.0: - resolution: {integrity: sha512-r27DgPdI80AXd6Hm0zJ7nPCYTBFUersR7sn7xcYyafvcgYOvwmCXB+DKWazAe0YaCNHbxH5Qzt7AIhUzPD1ETg==} - dev: true - - /json-stringify-safe@5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - dev: true - /json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true dev: true - /jsonc-parser@3.2.0: - resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} - dev: true - /jsonc-parser@3.2.1: resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} dev: true @@ -10890,10 +10318,6 @@ packages: engines: {'0': node >= 0.2.0} dev: true - /kasi@1.1.0: - resolution: {integrity: sha512-SvmC8+vhkDariSTz2182qyQ+mhwZ4W8TWaIHJcz358bYBeccQ8WBYj7uTtzHoCmpPHaoCm3PaOhzRg7Z8F4Lww==} - dev: true - /keyborg@2.5.0: resolution: {integrity: sha512-nb4Ji1suqWqj6VXb61Jrs4ab/UWgtGph4wDch2NIZDfLBUObmLcZE0aiDjZY49ghtu03fvwxDNvS9ZB0XMz6/g==} dev: false @@ -10908,43 +10332,6 @@ packages: engines: {node: '>=6'} dev: false - /knip@5.5.0(@types/node@20.11.30)(typescript@4.7.4): - resolution: {integrity: sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==} - engines: {node: '>=18.6.0'} - hasBin: true - peerDependencies: - '@types/node': '>=18' - typescript: '>=5.0.4' - dependencies: - '@ericcornelissen/bash-parser': 0.5.2 - '@nodelib/fs.walk': 2.0.0 - '@npmcli/map-workspaces': 3.0.4 - '@npmcli/package-json': 5.0.0 - '@pnpm/logger': 5.0.0 - '@pnpm/workspace.pkgs-graph': 2.0.15(@pnpm/logger@5.0.0) - '@snyk/github-codeowners': 1.1.0 - '@types/node': 20.11.30 - '@types/picomatch': 2.3.3 - easy-table: 1.2.0 - fast-glob: 3.3.2 - jiti: 1.21.0 - js-yaml: 4.1.0 - micromatch: 4.0.5 - minimist: 1.2.8 - picocolors: 1.0.0 - picomatch: 4.0.1 - pretty-ms: 9.0.0 - smol-toml: 1.1.4 - strip-json-comments: 5.0.1 - summary: 2.1.0 - typescript: 4.7.4 - zod: 3.22.4 - zod-validation-error: 3.0.3(zod@3.22.4) - transitivePeerDependencies: - - bluebird - - domexception - dev: true - /kolorist@1.8.0: resolution: {integrity: sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==} dev: true @@ -11007,11 +10394,6 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /lines-and-columns@2.0.4: - resolution: {integrity: sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dev: true - /lint-staged@15.2.2: resolution: {integrity: sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==} engines: {node: '>=18.12.0'} @@ -11043,16 +10425,6 @@ packages: wrap-ansi: 9.0.0 dev: true - /load-json-file@6.2.0: - resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} - engines: {node: '>=8'} - dependencies: - graceful-fs: 4.2.11 - parse-json: 5.2.0 - strip-bom: 4.0.0 - type-fest: 0.6.0 - dev: true - /load-tsconfig@0.2.5: resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -11066,18 +10438,6 @@ packages: pkg-types: 1.0.3 dev: true - /locate-character@3.0.0: - resolution: {integrity: sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==} - dev: true - - /lodash.curry@4.1.1: - resolution: {integrity: sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==} - dev: true - - /lodash.debounce@4.0.8: - resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} - dev: true - /lodash.difference@4.5.0: resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==} dev: false @@ -11108,14 +10468,6 @@ packages: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} dev: true - /log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} - dependencies: - chalk: 4.1.2 - is-unicode-supported: 0.1.0 - dev: true - /log-update@6.0.0: resolution: {integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==} engines: {node: '>=18'} @@ -11179,12 +10531,6 @@ packages: hasBin: true dev: true - /magic-string@0.16.0: - resolution: {integrity: sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==} - dependencies: - vlq: 0.2.3 - dev: true - /magic-string@0.30.8: resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} engines: {node: '>=12'} @@ -11214,23 +10560,11 @@ packages: kind-of: 6.0.3 dev: true - /map-age-cleaner@0.1.3: - resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==} - engines: {node: '>=6'} - dependencies: - p-defer: 1.0.0 - dev: true - /map-cache@0.2.2: resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} engines: {node: '>=0.10.0'} dev: true - /map-obj@2.0.0: - resolution: {integrity: sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==} - engines: {node: '>=4'} - dev: true - /match-sorter@6.3.4: resolution: {integrity: sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==} dependencies: @@ -11287,26 +10621,6 @@ packages: /mdn-data@2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} - /mdn-data@2.0.30: - resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} - dev: true - - /mem@6.1.1: - resolution: {integrity: sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==} - engines: {node: '>=8'} - dependencies: - map-age-cleaner: 0.1.3 - mimic-fn: 3.1.0 - dev: true - - /mem@8.1.1: - resolution: {integrity: sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==} - engines: {node: '>=10'} - dependencies: - map-age-cleaner: 0.1.3 - mimic-fn: 3.1.0 - dev: true - /meow@12.1.1: resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} engines: {node: '>=16.10'} @@ -11529,11 +10843,6 @@ packages: engines: {node: '>=6'} dev: true - /mimic-fn@3.1.0: - resolution: {integrity: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==} - engines: {node: '>=8'} - dev: true - /mimic-fn@4.0.0: resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} engines: {node: '>=12'} @@ -11548,13 +10857,7 @@ packages: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 - - /minimatch@5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} - engines: {node: '>=10'} - dependencies: - brace-expansion: 2.0.1 - dev: true + dev: false /minimatch@9.0.3: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} @@ -11650,18 +10953,6 @@ packages: picocolors: 1.0.0 dev: true - /ndjson@2.0.0: - resolution: {integrity: sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==} - engines: {node: '>=10'} - hasBin: true - dependencies: - json-stringify-safe: 5.0.1 - minimist: 1.2.8 - readable-stream: 3.6.2 - split2: 3.2.2 - through2: 4.0.2 - dev: true - /nearley@2.20.1: resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} hasBin: true @@ -11701,33 +10992,9 @@ packages: dependencies: whatwg-url: 5.0.0 dev: false - - /node-fetch@3.0.0-beta.9: - resolution: {integrity: sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==} - engines: {node: ^10.17 || >=12.3} - dependencies: - data-uri-to-buffer: 3.0.1 - fetch-blob: 2.1.2 - transitivePeerDependencies: - - domexception - dev: true - - /node-machine-id@1.1.12: - resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} - dev: true - - /node-releases@2.0.14: - resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} - dev: true - - /normalize-package-data@6.0.0: - resolution: {integrity: sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - hosted-git-info: 7.0.1 - is-core-module: 2.13.1 - semver: 7.6.0 - validate-npm-package-license: 3.0.4 + + /node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} dev: true /normalize-path@3.0.0: @@ -11735,38 +11002,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /npm-install-checks@6.3.0: - resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - semver: 7.6.0 - dev: true - - /npm-normalize-package-bin@3.0.1: - resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true - - /npm-package-arg@11.0.1: - resolution: {integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - hosted-git-info: 7.0.1 - proc-log: 3.0.0 - semver: 7.6.0 - validate-npm-package-name: 5.0.0 - dev: true - - /npm-pick-manifest@9.0.0: - resolution: {integrity: sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==} - engines: {node: ^16.14.0 || >=18.0.0} - dependencies: - npm-install-checks: 6.3.0 - npm-normalize-package-bin: 3.0.1 - npm-package-arg: 11.0.1 - semver: 7.6.0 - dev: true - /npm-run-path@2.0.2: resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} engines: {node: '>=4'} @@ -11798,68 +11033,6 @@ packages: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} dev: true - /nx@18.1.3: - resolution: {integrity: sha512-Ade/BZxK8kf98pBPHVJXRkxRTpBYJceL1YD9LBMP5TwmsVdG5ZbmmpTkCBorCGmCZ8L5WZN3gwoikvPKGs8q5w==} - hasBin: true - requiresBuild: true - peerDependencies: - '@swc-node/register': ^1.8.0 - '@swc/core': ^1.3.85 - peerDependenciesMeta: - '@swc-node/register': - optional: true - '@swc/core': - optional: true - dependencies: - '@nrwl/tao': 18.1.3 - '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 - '@zkochan/js-yaml': 0.0.6 - axios: 1.6.0 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-spinners: 2.6.1 - cliui: 8.0.1 - dotenv: 16.3.2 - dotenv-expand: 10.0.0 - enquirer: 2.3.6 - figures: 3.2.0 - flat: 5.0.2 - fs-extra: 11.2.0 - ignore: 5.3.1 - jest-diff: 29.7.0 - js-yaml: 4.1.0 - jsonc-parser: 3.2.0 - lines-and-columns: 2.0.4 - minimatch: 9.0.3 - node-machine-id: 1.1.12 - npm-run-path: 4.0.1 - open: 8.4.2 - ora: 5.3.0 - semver: 7.6.0 - string-width: 4.2.3 - strong-log-transformer: 2.1.0 - tar-stream: 2.2.0 - tmp: 0.2.3 - tsconfig-paths: 4.2.0 - tslib: 2.6.2 - yargs: 17.7.2 - yargs-parser: 21.1.1 - optionalDependencies: - '@nx/nx-darwin-arm64': 18.1.3 - '@nx/nx-darwin-x64': 18.1.3 - '@nx/nx-freebsd-x64': 18.1.3 - '@nx/nx-linux-arm-gnueabihf': 18.1.3 - '@nx/nx-linux-arm64-gnu': 18.1.3 - '@nx/nx-linux-arm64-musl': 18.1.3 - '@nx/nx-linux-x64-gnu': 18.1.3 - '@nx/nx-linux-x64-musl': 18.1.3 - '@nx/nx-win32-arm64-msvc': 18.1.3 - '@nx/nx-win32-x64-msvc': 18.1.3 - transitivePeerDependencies: - - debug - dev: true - /object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} @@ -11881,15 +11054,6 @@ packages: engines: {node: '>= 0.4'} dev: true - /object-pairs@0.1.0: - resolution: {integrity: sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==} - dev: true - - /object-values@1.0.0: - resolution: {integrity: sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==} - engines: {node: '>=0.10.0'} - dev: true - /object.assign@4.1.5: resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} engines: {node: '>= 0.4'} @@ -11933,6 +11097,7 @@ packages: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 + dev: false /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} @@ -11955,42 +11120,17 @@ packages: define-lazy-prop: 2.0.0 is-docker: 2.2.1 is-wsl: 2.2.0 + dev: false /openapi-types@12.1.3: resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==} dev: false - /ora@5.3.0: - resolution: {integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==} - engines: {node: '>=10'} - dependencies: - bl: 4.1.0 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-spinners: 2.6.1 - is-interactive: 1.0.0 - log-symbols: 4.1.0 - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - dev: true - - /p-defer@1.0.0: - resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} - engines: {node: '>=4'} - dev: true - /p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} dev: true - /p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} - dependencies: - yocto-queue: 0.1.0 - dev: true - /p-limit@5.0.0: resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} engines: {node: '>=18'} @@ -11998,21 +11138,6 @@ packages: yocto-queue: 1.0.0 dev: true - /p-map@4.0.0: - resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} - engines: {node: '>=10'} - dependencies: - aggregate-error: 3.1.0 - dev: true - - /p-memoize@4.0.1: - resolution: {integrity: sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==} - engines: {node: '>=10'} - dependencies: - mem: 6.1.1 - mimic-fn: 3.1.0 - dev: true - /p-retry@3.0.1: resolution: {integrity: sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==} engines: {node: '>=6'} @@ -12046,23 +11171,11 @@ packages: lines-and-columns: 1.2.4 dev: true - /parse-ms@4.0.0: - resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} - engines: {node: '>=18'} - dev: true - /parse-node-version@1.0.1: resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==} engines: {node: '>= 0.10'} dev: true - /parse-npm-tarball-url@3.0.0: - resolution: {integrity: sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==} - engines: {node: '>=8.15'} - dependencies: - semver: 6.3.1 - dev: true - /parse-passwd@1.0.0: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} @@ -12128,13 +11241,6 @@ packages: minipass: 7.0.4 dev: true - /path-temp@2.1.0: - resolution: {integrity: sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==} - engines: {node: '>=8.15'} - dependencies: - unique-string: 2.0.0 - dev: true - /path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} @@ -12158,14 +11264,6 @@ packages: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true - /periscopic@3.1.0: - resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} - dependencies: - '@types/estree': 1.0.5 - estree-walker: 3.0.3 - is-reference: 3.0.2 - dev: true - /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: true @@ -12174,11 +11272,6 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - /picomatch@4.0.1: - resolution: {integrity: sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==} - engines: {node: '>=12'} - dev: true - /pidtree@0.6.0: resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} engines: {node: '>=0.10'} @@ -12192,13 +11285,6 @@ packages: dev: true optional: true - /pioppo@1.1.0: - resolution: {integrity: sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==} - dependencies: - dettle: 1.0.1 - when-exit: 2.1.2 - dev: true - /pirates@4.0.6: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} engines: {node: '>= 6'} @@ -12241,34 +11327,11 @@ packages: source-map-js: 1.2.0 dev: true - /prettier-plugin-svelte@3.2.2(prettier@4.0.0-alpha.8)(svelte@4.2.12): - resolution: {integrity: sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==} - peerDependencies: - prettier: ^3.0.0 - svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0 - dependencies: - prettier: 4.0.0-alpha.8 - svelte: 4.2.12 - dev: true - - /prettier@4.0.0-alpha.8: - resolution: {integrity: sha512-7FFBkQb0Eg0wJRYzA7ucc31nqTjWgoSpmS0ey9OATHU6WiV0z53Uzo5hA3tZs/pbhhIG7YvOIBNmkRQ7Dr/k5A==} - engines: {node: '>=14'} - hasBin: true - dependencies: - '@prettier/cli': 0.3.0(prettier@4.0.0-alpha.8) - dev: true - /pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'} dev: false - /pretty-bytes@6.1.1: - resolution: {integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==} - engines: {node: ^14.13.1 || >=16.0.0} - dev: true - /pretty-format@27.5.1: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -12287,13 +11350,6 @@ packages: react-is: 18.2.0 dev: true - /pretty-ms@9.0.0: - resolution: {integrity: sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==} - engines: {node: '>=18'} - dependencies: - parse-ms: 4.0.0 - dev: true - /prism-react-renderer@1.3.5(react@18.2.0): resolution: {integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==} peerDependencies: @@ -12307,11 +11363,6 @@ packages: engines: {node: '>=6'} dev: false - /proc-log@3.0.0: - resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true - /process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} dev: true @@ -12321,27 +11372,6 @@ packages: engines: {node: '>= 0.6.0'} dev: false - /promise-inflight@1.0.1: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} - peerDependencies: - bluebird: '*' - peerDependenciesMeta: - bluebird: - optional: true - dev: true - - /promise-make-naked@2.1.1: - resolution: {integrity: sha512-BLvgZSNRkQNM5RGL4Cz8wK76WSb+t3VeMJL+/kxRBHI5+nliqZezranGGtiu/ePeFo5+CaLRvvGMzXrBuu2tAA==} - dev: true - - /promise-retry@2.0.1: - resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} - engines: {node: '>=10'} - dependencies: - err-code: 2.0.3 - retry: 0.12.0 - dev: true - /prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} dependencies: @@ -12356,6 +11386,7 @@ packages: /proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + dev: false /prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} @@ -12395,12 +11426,6 @@ packages: ret: 0.1.15 dev: false - /randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} - dependencies: - safe-buffer: 5.2.1 - dev: true - /react-dnd-accessible-backend@1.0.1(react-dnd@16.0.1)(react@17.0.2): resolution: {integrity: sha512-bh4FOA43r+zxLduELKl2bEiEsf3Ja1NahzpUOcBUn/3mdXm2i/4pV59dXblBwEZVgg8z/ZhEivy244AN7xTMLQ==} peerDependencies: @@ -12409,7 +11434,7 @@ packages: dependencies: immutability-helper: 3.1.1 react: 17.0.2 - react-dnd: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@17.0.2) + react-dnd: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2) dev: false /react-dnd-html5-backend@16.0.1: @@ -12440,10 +11465,10 @@ packages: react-dnd: ^16.0.1 dependencies: react: 17.0.2 - react-dnd: 16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@17.0.2) + react-dnd: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2) dev: false - /react-dnd@16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@17.0.2): + /react-dnd@16.0.1(@types/node@20.12.2)(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} peerDependencies: '@types/hoist-non-react-statics': '>= 3.3.1' @@ -12460,15 +11485,40 @@ packages: dependencies: '@react-dnd/invariant': 4.0.2 '@react-dnd/shallowequal': 4.0.2 - '@types/node': 20.11.30 + '@types/node': 20.12.2 '@types/react': 18.2.70 dnd-core: 16.0.1 fast-deep-equal: 3.1.3 hoist-non-react-statics: 3.3.2 + react: 18.2.0 + dev: false + + /react-dnd@16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2): + resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} + peerDependencies: + '@types/hoist-non-react-statics': '>= 3.3.1' + '@types/node': '>= 12' + '@types/react': '>= 16' + react: '>= 16.14' + peerDependenciesMeta: + '@types/hoist-non-react-statics': + optional: true + '@types/node': + optional: true + '@types/react': + optional: true + dependencies: + '@react-dnd/invariant': 4.0.2 + '@react-dnd/shallowequal': 4.0.2 + '@types/node': 20.12.2 + '@types/react': 18.2.73 + dnd-core: 16.0.1 + fast-deep-equal: 3.1.3 + hoist-non-react-statics: 3.3.2 react: 17.0.2 dev: false - /react-dnd@16.0.1(@types/node@20.11.30)(@types/react@18.2.70)(react@18.2.0): + /react-dnd@16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} peerDependencies: '@types/hoist-non-react-statics': '>= 3.3.1' @@ -12485,8 +11535,8 @@ packages: dependencies: '@react-dnd/invariant': 4.0.2 '@react-dnd/shallowequal': 4.0.2 - '@types/node': 20.11.30 - '@types/react': 18.2.70 + '@types/node': 20.12.2 + '@types/react': 18.2.73 dnd-core: 16.0.1 fast-deep-equal: 3.1.3 hoist-non-react-statics: 3.3.2 @@ -12604,7 +11654,7 @@ packages: /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-markdown@8.0.5(@types/react@18.2.70)(react@18.2.0): + /react-markdown@8.0.5(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-jGJolWWmOWAvzf+xMdB9zwStViODyyFQhNB/bwCerbBKmrTmgmA599CGiOlP58OId1IMoIRsA8UdI1Lod4zb5A==} peerDependencies: '@types/react': '>=16' @@ -12612,7 +11662,7 @@ packages: dependencies: '@types/hast': 2.3.10 '@types/prop-types': 15.7.12 - '@types/react': 18.2.70 + '@types/react': 18.2.73 '@types/unist': 2.0.10 comma-separated-tokens: 2.0.3 hast-util-whitespace: 2.0.1 @@ -12669,7 +11719,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-redux@8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1): + /react-redux@8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -12693,17 +11743,17 @@ packages: '@babel/runtime': 7.24.1 '@types/hoist-non-react-statics': 3.3.5 '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) react-is: 18.2.0 redux: 4.2.1 - use-sync-external-store: 1.2.0(react@17.0.2) + use-sync-external-store: 1.2.0(react@18.2.0) dev: false - /react-redux@8.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): + /react-redux@8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1): resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -12726,15 +11776,15 @@ packages: dependencies: '@babel/runtime': 7.24.1 '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) react-is: 18.2.0 redux: 4.2.1 - use-sync-external-store: 1.2.0(react@18.2.0) + use-sync-external-store: 1.2.0(react@17.0.2) dev: false /react-transition-group@4.4.5(react-dom@18.2.0)(react@17.0.2): @@ -12813,56 +11863,56 @@ packages: dependencies: loose-envify: 1.4.0 - /reactflow@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + /reactflow@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/background': 11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/controls': 11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/minimap': 11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/node-resizer': 2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + '@reactflow/background': 11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/controls': 11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/minimap': 11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-resizer': 2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /reactflow@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /reactflow@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/background': 11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/controls': 11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/minimap': 11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-resizer': 2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + '@reactflow/background': 11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/controls': 11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/minimap': 11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/node-resizer': 2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /reactflow@11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /reactflow@11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/background': 11.2.7(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/controls': 11.1.18(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/core': 11.8.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/minimap': 11.6.2(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-resizer': 2.1.4(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/background': 11.2.7(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/controls': 11.1.18(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/minimap': 11.6.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-resizer': 2.1.4(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: @@ -12870,14 +11920,6 @@ packages: - immer dev: false - /read-package-json-fast@3.0.2: - resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - json-parse-even-better-errors: 3.0.1 - npm-normalize-package-bin: 3.0.1 - dev: true - /readable-stream@2.3.8: resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: @@ -12890,15 +11932,6 @@ packages: util-deprecate: 1.0.2 dev: true - /readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} - dependencies: - inherits: 2.0.4 - string_decoder: 1.3.0 - util-deprecate: 1.0.2 - dev: true - /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -12939,26 +11972,9 @@ packages: '@babel/runtime': 7.24.1 dev: false - /regenerate-unicode-properties@10.1.1: - resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} - engines: {node: '>=4'} - dependencies: - regenerate: 1.4.2 - dev: true - - /regenerate@1.4.2: - resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} - dev: true - /regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - /regenerator-transform@0.15.2: - resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} - dependencies: - '@babel/runtime': 7.24.1 - dev: true - /regexp.prototype.flags@1.5.2: resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} engines: {node: '>= 0.4'} @@ -12969,25 +11985,6 @@ packages: set-function-name: 2.0.2 dev: true - /regexpu-core@5.3.2: - resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} - engines: {node: '>=4'} - dependencies: - '@babel/regjsgen': 0.8.0 - regenerate: 1.4.2 - regenerate-unicode-properties: 10.1.1 - regjsparser: 0.9.1 - unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.1.0 - dev: true - - /regjsparser@0.9.1: - resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} - hasBin: true - dependencies: - jsesc: 0.5.0 - dev: true - /remark-parse@10.0.2: resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==} dependencies: @@ -13011,19 +12008,6 @@ packages: resolution: {integrity: sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==} dev: false - /rename-overwrite@5.0.0: - resolution: {integrity: sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==} - engines: {node: '>=12.10'} - dependencies: - '@zkochan/rimraf': 2.1.3 - fs-extra: 10.1.0 - dev: true - - /require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} - dev: true - /requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} dev: true @@ -13054,11 +12038,6 @@ packages: engines: {node: '>=8'} dev: true - /resolve.exports@2.0.2: - resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} - engines: {node: '>=10'} - dev: true - /resolve@1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: @@ -13075,14 +12054,6 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true - /restore-cursor@3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} - dependencies: - onetime: 5.1.2 - signal-exit: 3.0.7 - dev: true - /restore-cursor@4.0.0: resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -13099,15 +12070,12 @@ packages: /retry@0.12.0: resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} engines: {node: '>= 4'} + dev: false /reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - /reverse-arguments@1.0.0: - resolution: {integrity: sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==} - dev: true - /rfdc@1.3.1: resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} dev: true @@ -13117,68 +12085,24 @@ packages: hasBin: true dependencies: glob: 7.2.3 + dev: false - /rimraf@5.0.5: - resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} - engines: {node: '>=14'} - hasBin: true - dependencies: - glob: 10.3.10 - dev: true - - /rollup-plugin-preserve-directives@0.4.0(rollup@4.13.0): - resolution: {integrity: sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==} - peerDependencies: - rollup: 2.x || 3.x || 4.x - dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.13.0) - magic-string: 0.30.8 - rollup: 4.13.0 - dev: true - - /rollup-plugin-size@0.3.1: - resolution: {integrity: sha512-SAtpTAAJ0nFkISxLxYjDZX9Zqt34tAIil98R305ZM0GhTnnO6VYG0P5M+2IXKo/iNDdbpBcIfg1W06CLtk/vXA==} - dependencies: - axios: 1.6.0 - chalk: 5.3.0 - ci-env: 1.17.0 - fs-extra: 11.2.0 - glob: 8.1.0 - minimatch: 5.1.6 - pretty-bytes: 6.1.1 - zlib: 1.0.5 - transitivePeerDependencies: - - debug - dev: true - - /rollup-plugin-svelte@7.2.0(rollup@4.13.0)(svelte@4.2.12): - resolution: {integrity: sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==} - engines: {node: '>=10'} - peerDependencies: - rollup: '>=2.0.0' - svelte: '>=3.5.0' - dependencies: - '@rollup/pluginutils': 4.2.1 - resolve.exports: 2.0.2 - rollup: 4.13.0 - svelte: 4.2.12 - dev: true - - /rollup-plugin-visualizer@5.12.0(rollup@4.13.0): - resolution: {integrity: sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==} + /rimraf@5.0.5: + resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} engines: {node: '>=14'} hasBin: true + dependencies: + glob: 10.3.10 + dev: true + + /rollup-plugin-preserve-directives@0.4.0(rollup@4.13.0): + resolution: {integrity: sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==} peerDependencies: rollup: 2.x || 3.x || 4.x - peerDependenciesMeta: - rollup: - optional: true dependencies: - open: 8.4.2 - picomatch: 2.3.1 + '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + magic-string: 0.30.8 rollup: 4.13.0 - source-map: 0.7.4 - yargs: 17.7.2 dev: true /rollup@4.13.0: @@ -13230,10 +12154,6 @@ packages: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: true - /safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - dev: true - /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} requiresBuild: true @@ -13299,12 +12219,6 @@ packages: dependencies: lru-cache: 6.0.0 - /serialize-javascript@6.0.2: - resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} - dependencies: - randombytes: 2.1.0 - dev: true - /set-function-length@1.2.2: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} engines: {node: '>= 0.4'} @@ -13355,10 +12269,6 @@ packages: engines: {node: '>=8'} dev: true - /shell-quote-word@1.0.1: - resolution: {integrity: sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==} - dev: true - /sherif-darwin-arm64@0.8.1: resolution: {integrity: sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==} cpu: [arm64] @@ -13491,15 +12401,6 @@ packages: is-fullwidth-code-point: 5.0.0 dev: true - /smob@1.4.1: - resolution: {integrity: sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==} - dev: true - - /smol-toml@1.1.4: - resolution: {integrity: sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==} - engines: {node: '>= 18', pnpm: '>= 8'} - dev: true - /snake-case@3.0.4: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} dependencies: @@ -13512,13 +12413,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /source-map-support@0.5.21: - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} - dependencies: - buffer-from: 1.1.2 - source-map: 0.6.1 - dev: true - /source-map@0.5.6: resolution: {integrity: sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==} engines: {node: '>=0.10.0'} @@ -13528,11 +12422,6 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - /source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} - dev: true - /source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} @@ -13548,49 +12437,12 @@ packages: resolution: {integrity: sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==} dev: true - /spdx-correct@3.2.0: - resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} - dependencies: - spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.17 - dev: true - - /spdx-exceptions@2.5.0: - resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} - dev: true - - /spdx-expression-parse@3.0.1: - resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} - dependencies: - spdx-exceptions: 2.5.0 - spdx-license-ids: 3.0.17 - dev: true - - /spdx-license-ids@3.0.17: - resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} - dev: true - - /specialist@1.4.0: - resolution: {integrity: sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==} - dependencies: - tiny-bin: 1.7.1 - tiny-colors: 2.1.2 - tiny-parse-argv: 2.4.0 - tiny-updater: 3.5.1 - dev: true - /split2@1.0.0: resolution: {integrity: sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==} dependencies: through2: 2.0.5 dev: true - /split2@3.2.2: - resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} - dependencies: - readable-stream: 3.6.2 - dev: true - /split2@4.2.0: resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} engines: {node: '>= 10.x'} @@ -13600,13 +12452,6 @@ packages: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: true - /ssri@10.0.5: - resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - minipass: 7.0.4 - dev: true - /stable@0.1.8: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' @@ -13649,10 +12494,6 @@ packages: resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} dev: true - /stdin-blocker@2.0.0: - resolution: {integrity: sha512-fZ3txWyDSxOll6+ajX9akA5YzchyoEpVNsH8eWNY/ZnzlRoM0eW/zF8bm852KVpYutjNFQFvEF/RdZtlqxIZkQ==} - dev: true - /stop-iteration-iterator@1.0.0: resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} engines: {node: '>= 0.4'} @@ -13705,22 +12546,12 @@ packages: strip-ansi: 7.1.0 dev: true - /string.fromcodepoint@0.2.1: - resolution: {integrity: sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==} - dev: true - /string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: safe-buffer: 5.1.2 dev: true - /string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} - dependencies: - safe-buffer: 5.2.1 - dev: true - /strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} @@ -13735,16 +12566,6 @@ packages: ansi-regex: 6.0.1 dev: true - /strip-bom@3.0.0: - resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} - engines: {node: '>=4'} - dev: true - - /strip-bom@4.0.0: - resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} - engines: {node: '>=8'} - dev: true - /strip-eof@1.0.0: resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} engines: {node: '>=0.10.0'} @@ -13772,31 +12593,12 @@ packages: engines: {node: '>=8'} dev: true - /strip-json-comments@5.0.1: - resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==} - engines: {node: '>=14.16'} - dev: true - /strip-literal@2.0.0: resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==} dependencies: js-tokens: 8.0.3 dev: true - /strong-log-transformer@2.1.0: - resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} - engines: {node: '>=4'} - hasBin: true - dependencies: - duplexer: 0.1.2 - minimist: 1.2.8 - through: 2.3.8 - dev: true - - /stubborn-fs@1.2.5: - resolution: {integrity: sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==} - dev: true - /style-to-object@0.4.4: resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==} dependencies: @@ -13821,10 +12623,6 @@ packages: ts-interface-checker: 0.1.13 dev: true - /summary@2.1.0: - resolution: {integrity: sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==} - dev: true - /supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -13844,26 +12642,6 @@ packages: engines: {node: '>= 0.4'} dev: true - /svelte@4.2.12: - resolution: {integrity: sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==} - engines: {node: '>=16'} - dependencies: - '@ampproject/remapping': 2.3.0 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.25 - '@types/estree': 1.0.5 - acorn: 8.11.3 - aria-query: 5.3.0 - axobject-query: 4.0.0 - code-red: 1.0.4 - css-tree: 2.3.1 - estree-walker: 3.0.3 - is-reference: 3.0.2 - locate-character: 3.0.0 - magic-string: 0.30.8 - periscopic: 3.1.0 - dev: true - /svg-parser@2.0.4: resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} dev: true @@ -13893,32 +12671,10 @@ packages: tslib: 2.6.2 dev: false - /tar-stream@2.2.0: - resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} - engines: {node: '>=6'} - dependencies: - bl: 4.1.0 - end-of-stream: 1.4.4 - fs-constants: 1.0.0 - inherits: 2.0.4 - readable-stream: 3.6.2 - dev: true - /tas-client@0.2.33: resolution: {integrity: sha512-V+uqV66BOQnWxvI6HjDnE4VkInmYZUQ4dgB7gzaDyFyFSK1i1nF/j7DpS9UbQAgV9NaF1XpcyuavnM1qOeiEIg==} dev: false - /terser@5.29.2: - resolution: {integrity: sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==} - engines: {node: '>=10'} - hasBin: true - dependencies: - '@jridgewell/source-map': 0.3.6 - acorn: 8.11.3 - commander: 2.20.3 - source-map-support: 0.5.21 - dev: true - /text-extensions@2.4.0: resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} engines: {node: '>=8'} @@ -13954,93 +12710,10 @@ packages: xtend: 4.0.2 dev: true - /through2@4.0.2: - resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} - dependencies: - readable-stream: 3.6.2 - dev: true - /through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: true - /tiny-bin@1.7.1: - resolution: {integrity: sha512-MMztSKvXbVH0YQm54eDg9o3bt1TtM1xOZMnCfvG8fv1sQvDXxEeqiiv/DlQV8d2OiDOT+m01aXPfijeAPXF60g==} - dependencies: - ansi-purge: 1.0.0 - fast-string-width: 1.0.5 - get-current-package: 1.0.0 - tiny-colors: 2.1.2 - tiny-levenshtein: 1.0.0 - tiny-parse-argv: 2.4.0 - tiny-updater: 3.5.1 - dev: true - - /tiny-colors@2.1.2: - resolution: {integrity: sha512-6peGRBtkYBJpVrQUWOPKrC0ECo6WotUlXxirVTKvihjdgxQETpKtLdCKIb68IHjJYH1AOE7GM7RnxFvkGHsqOg==} - dev: true - - /tiny-cursor@2.0.0: - resolution: {integrity: sha512-6RKgFWBt6I1oYpaNZJvvp5x/jvzYDp+rjAVDam+7cmE0mrtlu8Lmpv81hQuvFuPa8Fuc/sd2shRWbdWTZqSNLg==} - dependencies: - when-exit: 2.1.2 - dev: true - - /tiny-editorconfig@1.0.0: - resolution: {integrity: sha512-rxpWaSurnvPUkL2/qydRH10llK7MD1XfE38zoWTsp/ZWWYnnwPBzGUePBOcXFaNA3cJQm8ItqrofGeRJ6AVaew==} - dependencies: - ini-simple-parser: 1.0.0 - zeptomatch: 1.2.2 - dev: true - - /tiny-jsonc@1.0.1: - resolution: {integrity: sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==} - dev: true - - /tiny-levenshtein@1.0.0: - resolution: {integrity: sha512-27KxXZhuXCP+xol3k4jMWms8+B6H2qEUlBMTmB5YT3uvFXFNft4Hw/MqurrHkDdC01nx1HIADcE1wR40byJf4Q==} - dev: true - - /tiny-parse-argv@2.4.0: - resolution: {integrity: sha512-WTEsnmeHNr99hLQIDA+gnsS+fDsCDITlqgI+zEhx9M6ErPt0heoNZ1PGvql6wcf95sIx40J0MLYXaPveGwtpoA==} - dev: true - - /tiny-readdir-glob@1.4.0: - resolution: {integrity: sha512-DoByQM1c/DiwdfYAeXsFkTbOOm+Sqr9XbgHf2855ioLgjD89vcymbk2I5CA1zGf9ZsYCzA6UtKmtZr+IEAYAHA==} - dependencies: - tiny-readdir: 2.7.0 - zeptomatch: 1.2.2 - dev: true - - /tiny-readdir@2.7.0: - resolution: {integrity: sha512-xPeRQEgt+gHp3rLqunojyx0qrJ4XzCScfNiWiYKJWM8w4ehfOfqDyKuDvsJkFaPFg9y3uKVEVRZPGoavl9ypjw==} - dependencies: - promise-make-naked: 2.1.1 - dev: true - - /tiny-spinner@2.0.3: - resolution: {integrity: sha512-zuhtClm08obM7aCzgRAbAmOpYm0ekAh/OTLZEJ/8SuVD+cxUdlqGGN5PRnc2Ate8xmbG3+ldPBnlwmHgJrftpg==} - dependencies: - stdin-blocker: 2.0.0 - tiny-colors: 2.1.2 - tiny-cursor: 2.0.0 - tiny-truncate: 1.0.2 - dev: true - - /tiny-truncate@1.0.2: - resolution: {integrity: sha512-XR2fjChcOjuz8Eu56zGwacYTKUHlhuzQ3VpD79yUwvWlLY3gCWorzRfBNXkmbwFjxzfmYZrC00cA4s/ET6mogw==} - dependencies: - ansi-truncate: 1.1.2 - dev: true - - /tiny-updater@3.5.1: - resolution: {integrity: sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==} - dependencies: - ionstore: 1.0.0 - tiny-colors: 2.1.2 - when-exit: 2.1.2 - dev: true - /tinybench@2.6.0: resolution: {integrity: sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==} dev: true @@ -14059,11 +12732,6 @@ packages: resolution: {integrity: sha512-GFT+1ZjqJgq5AywOXjl9VelGgqMpOtfwdxYaYy3eUE1gbyxneeSnADLoov7TxXelqftIhlblsnHVqw5hNFUbGQ==} dev: false - /tmp@0.2.3: - resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} - engines: {node: '>=14.14'} - dev: true - /to-capital-case@1.0.0: resolution: {integrity: sha512-mfERGNFweI+x+OctN7rlbZQqDC68BjXEt9gOrf8qy26IyqQyUTqfdKQBN3XhqN0fP9Pl4zaoXKGeWv+wSPXIyQ==} dependencies: @@ -14077,12 +12745,7 @@ packages: /to-no-case@1.0.2: resolution: {integrity: sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==} - - /to-pascal-case@1.0.0: - resolution: {integrity: sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==} - dependencies: - to-space-case: 1.0.0 - dev: true + dev: false /to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} @@ -14100,6 +12763,7 @@ packages: resolution: {integrity: sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==} dependencies: to-no-case: 1.0.2 + dev: false /to-title-case@1.0.0: resolution: {integrity: sha512-zy39Lh3pLnDIvS7PEoPNIo7Jbm7IK4NCruhQDEsHmVmvqn4v+WlwgQZtHESbYxnwhU0YCdTJJ4IQshR2XWYVFw==} @@ -14180,15 +12844,6 @@ packages: typescript: 4.7.4 dev: true - /tsconfig-paths@4.2.0: - resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} - engines: {node: '>=6'} - dependencies: - json5: 2.2.3 - minimist: 1.2.8 - strip-bom: 3.0.0 - dev: true - /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: false @@ -14249,11 +12904,6 @@ packages: engines: {node: '>=4'} dev: true - /type-fest@0.6.0: - resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} - engines: {node: '>=8'} - dev: true - /typescript@4.7.4: resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} engines: {node: '>=4.2.0'} @@ -14277,35 +12927,6 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - /unescape-js@1.1.4: - resolution: {integrity: sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==} - dependencies: - string.fromcodepoint: 0.2.1 - dev: true - - /unicode-canonical-property-names-ecmascript@2.0.0: - resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} - engines: {node: '>=4'} - dev: true - - /unicode-match-property-ecmascript@2.0.0: - resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} - engines: {node: '>=4'} - dependencies: - unicode-canonical-property-names-ecmascript: 2.0.0 - unicode-property-aliases-ecmascript: 2.1.0 - dev: true - - /unicode-match-property-value-ecmascript@2.1.0: - resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} - engines: {node: '>=4'} - dev: true - - /unicode-property-aliases-ecmascript@2.1.0: - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} - engines: {node: '>=4'} - dev: true - /unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} @@ -14323,13 +12944,6 @@ packages: vfile: 5.3.7 dev: false - /unique-string@2.0.0: - resolution: {integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==} - engines: {node: '>=8'} - dependencies: - crypto-random-string: 2.0.0 - dev: true - /unist-util-generated@2.0.1: resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==} dev: false @@ -14412,7 +13026,7 @@ packages: requires-port: 1.0.0 dev: true - /use-disposable@1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@17.0.2): + /use-disposable@1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -14421,12 +13035,26 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react-dom': 18.2.23 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /use-disposable@1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) dev: false - /use-disposable@1.0.2(@types/react-dom@18.2.22)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /use-disposable@1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -14434,8 +13062,8 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@types/react': 18.2.70 - '@types/react-dom': 18.2.22 + '@types/react': 18.2.73 + '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -14496,38 +13124,10 @@ packages: engines: {node: '>= 10.13.0'} dev: true - /validate-npm-package-license@3.0.4: - resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} - dependencies: - spdx-correct: 3.2.0 - spdx-expression-parse: 3.0.1 - dev: true - - /validate-npm-package-name@4.0.0: - resolution: {integrity: sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} - dependencies: - builtins: 5.0.1 - dev: true - - /validate-npm-package-name@5.0.0: - resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dependencies: - builtins: 5.0.1 - dev: true - /validator@13.11.0: resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} engines: {node: '>= 0.10'} - /version-selector-type@3.0.0: - resolution: {integrity: sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==} - engines: {node: '>=10.13'} - dependencies: - semver: 7.6.0 - dev: true - /vfile-message@3.1.4: resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} dependencies: @@ -14544,7 +13144,7 @@ packages: vfile-message: 3.1.4 dev: false - /vite-node@1.4.0(@types/node@20.11.30): + /vite-node@1.4.0(@types/node@20.12.2): resolution: {integrity: sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -14553,7 +13153,7 @@ packages: debug: 4.3.4 pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.2.6(@types/node@20.11.30) + vite: 5.2.6(@types/node@20.12.2) transitivePeerDependencies: - '@types/node' - less @@ -14565,7 +13165,7 @@ packages: - terser dev: true - /vite-plugin-dts@3.7.3(@types/node@20.11.30)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): + /vite-plugin-dts@3.7.3(@types/node@20.12.2)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): resolution: {integrity: sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -14575,13 +13175,13 @@ packages: vite: optional: true dependencies: - '@microsoft/api-extractor': 7.39.0(@types/node@20.11.30) + '@microsoft/api-extractor': 7.39.0(@types/node@20.12.2) '@rollup/pluginutils': 5.1.0(rollup@4.13.0) '@vue/language-core': 1.8.27(typescript@4.7.4) debug: 4.3.4 kolorist: 1.8.0 typescript: 4.7.4 - vite: 5.2.6(@types/node@20.11.30) + vite: 5.2.6(@types/node@20.12.2) vue-tsc: 1.8.27(typescript@4.7.4) transitivePeerDependencies: - '@types/node' @@ -14594,7 +13194,7 @@ packages: peerDependencies: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: - vite: 5.2.6(@types/node@20.11.30) + vite: 5.2.6(@types/node@20.12.2) dev: true /vite-tsconfig-paths@4.3.2(typescript@4.7.4)(vite@5.2.6): @@ -14608,13 +13208,13 @@ packages: debug: 4.3.4 globrex: 0.1.2 tsconfck: 3.0.3(typescript@4.7.4) - vite: 5.2.6(@types/node@20.11.30) + vite: 5.2.6(@types/node@20.12.2) transitivePeerDependencies: - supports-color - typescript dev: true - /vite@5.2.6(@types/node@20.11.30): + /vite@5.2.6(@types/node@20.12.2): resolution: {integrity: sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -14642,7 +13242,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.2 esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.13.0 @@ -14650,7 +13250,7 @@ packages: fsevents: 2.3.3 dev: true - /vitest@1.4.0(@types/node@20.11.30)(jsdom@24.0.0): + /vitest@1.4.0(@types/node@20.12.2)(jsdom@24.0.0): resolution: {integrity: sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -14675,7 +13275,7 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.30 + '@types/node': 20.12.2 '@vitest/expect': 1.4.0 '@vitest/runner': 1.4.0 '@vitest/snapshot': 1.4.0 @@ -14694,8 +13294,8 @@ packages: strip-literal: 2.0.0 tinybench: 2.6.0 tinypool: 0.8.3 - vite: 5.2.6(@types/node@20.11.30) - vite-node: 1.4.0(@types/node@20.11.30) + vite: 5.2.6(@types/node@20.12.2) + vite-node: 1.4.0(@types/node@20.12.2) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -14707,10 +13307,6 @@ packages: - terser dev: true - /vlq@0.2.3: - resolution: {integrity: sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==} - dev: true - /vscode-nls@5.2.0: resolution: {integrity: sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==} dev: false @@ -14748,12 +13344,6 @@ packages: xml-name-validator: 5.0.0 dev: true - /wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} - dependencies: - defaults: 1.0.4 - dev: true - /webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} dev: false @@ -14767,10 +13357,6 @@ packages: engines: {node: '>=12'} dev: true - /webworker-shim@1.1.0: - resolution: {integrity: sha512-LhPJDED3cM0+K9w4JjIio+RYPqvr712b3lyM+JjMR/rSD9elrSYHrrwE9qu3inPSSf60xqePgFgEwuAg17AuhA==} - dev: true - /whatwg-encoding@3.1.1: resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} engines: {node: '>=18'} @@ -14806,10 +13392,6 @@ packages: webidl-conversions: 4.0.2 dev: true - /when-exit@2.1.2: - resolution: {integrity: sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==} - dev: true - /which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: @@ -14855,14 +13437,6 @@ packages: isexe: 2.0.0 dev: true - /which@4.0.0: - resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} - engines: {node: ^16.13.0 || >=18.0.0} - hasBin: true - dependencies: - isexe: 3.1.1 - dev: true - /why-is-node-running@2.2.2: resolution: {integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==} engines: {node: '>=8'} @@ -14872,13 +13446,6 @@ packages: stackback: 0.0.2 dev: true - /worktank@2.6.0: - resolution: {integrity: sha512-bHqVyWbviQlUV7+wbd1yoZhjPXXk7ENVCNrlBARfVAg69AfOtnEMLc0hWo9ihaqmlO8WggdYGy/K+avWFSgBBQ==} - dependencies: - promise-make-naked: 2.1.1 - webworker-shim: 1.1.0 - dev: true - /wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} @@ -14908,6 +13475,7 @@ packages: /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + dev: false /ws@8.16.0: resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} @@ -14948,11 +13516,6 @@ packages: engines: {node: '>=0.4'} dev: true - /y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} - dev: true - /yallist@2.1.2: resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} dev: true @@ -14969,24 +13532,6 @@ packages: engines: {node: '>= 14'} dev: true - /yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} - dev: true - - /yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} - dependencies: - cliui: 8.0.1 - escalade: 3.1.2 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 - dev: true - /yazl@2.5.1: resolution: {integrity: sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==} dependencies: @@ -15003,6 +13548,7 @@ packages: /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} + dev: false /yocto-queue@1.0.0: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} @@ -15020,31 +13566,7 @@ packages: optionalDependencies: commander: 9.5.0 - /zeptomatch@1.2.2: - resolution: {integrity: sha512-0ETdzEO0hdYmT8aXHHf5aMjpX+FHFE61sG4qKFAoJD2Umt3TWdCmH7ADxn2oUiWTlqBGC+SGr8sYMfr+37J8pQ==} - dependencies: - grammex: 3.1.3 - dev: true - - /zlib@1.0.5: - resolution: {integrity: sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==} - engines: {node: '>=0.2.0'} - dev: true - - /zod-validation-error@3.0.3(zod@3.22.4): - resolution: {integrity: sha512-cETTrcMq3Ze58vhdR0zD37uJm/694I6mAxcf/ei5bl89cC++fBNxrC2z8lkFze/8hVMPwrbtrwXHR2LB50fpHw==} - engines: {node: '>=18.0.0'} - peerDependencies: - zod: ^3.18.0 - dependencies: - zod: 3.22.4 - dev: true - - /zod@3.22.4: - resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} - dev: true - - /zustand@4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@17.0.2): + /zustand@4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0): resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} engines: {node: '>=12.7.0'} peerDependencies: @@ -15061,11 +13583,11 @@ packages: dependencies: '@types/react': 18.2.70 immer: 9.0.15 - react: 17.0.2 - use-sync-external-store: 1.2.0(react@17.0.2) + react: 18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) dev: false - /zustand@4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0): + /zustand@4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2): resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} engines: {node: '>=12.7.0'} peerDependencies: @@ -15080,13 +13602,13 @@ packages: react: optional: true dependencies: - '@types/react': 18.2.70 + '@types/react': 18.2.73 immer: 9.0.15 - react: 18.2.0 - use-sync-external-store: 1.2.0(react@18.2.0) + react: 17.0.2 + use-sync-external-store: 1.2.0(react@17.0.2) dev: false - /zustand@4.5.2(@types/react@18.2.70)(react@18.2.0): + /zustand@4.5.2(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} engines: {node: '>=12.7.0'} peerDependencies: @@ -15101,7 +13623,7 @@ packages: react: optional: true dependencies: - '@types/react': 18.2.70 + '@types/react': 18.2.73 react: 18.2.0 use-sync-external-store: 1.2.0(react@18.2.0) dev: false From a2a268c6fd905fe5ac3d3edfe32e218995268c81 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sat, 30 Mar 2024 09:55:58 -0700 Subject: [PATCH 10/39] More work --- .eslintcache | 1 - .eslintrc.json | 63 ++- package.json | 5 + pnpm-lock.yaml | 1212 ++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 1211 insertions(+), 70 deletions(-) delete mode 100644 .eslintcache diff --git a/.eslintcache b/.eslintcache deleted file mode 100644 index b7ffa04923f..00000000000 --- a/.eslintcache +++ /dev/null @@ -1 +0,0 @@ -[{"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts":"1","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts":"2","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts":"3","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/appService.ts":"4","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts":"5","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts":"6","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts":"7","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts":"8","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts":"9","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts":"10","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts":"11","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts":"12","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts":"13","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts":"14","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts":"15","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts":"16","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts":"17","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts":"18","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts":"19","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts":"20","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts":"21","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts":"22","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts":"23","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts":"24","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts":"25","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts":"26","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts":"27","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts":"28","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts":"29","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts":"30","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts":"31","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts":"32","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts":"33","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts":"34","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts":"35","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/connection.ts":"36","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts":"37","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/connector.ts":"38","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts":"39","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts":"40","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts":"41","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts":"42","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts":"43","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts":"44","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts":"45","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts":"46","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts":"47","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts":"48","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts":"49","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts":"50","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts":"51","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts":"52","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts":"53","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts":"54","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts":"55","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts":"56","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts":"57","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/editor.ts":"58","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/function.ts":"59","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts":"60","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts":"61","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/host.ts":"62","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/logger.ts":"63","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts":"64","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts":"65","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts":"66","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/run.ts":"67","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/search.ts":"68","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts":"69","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts":"70","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts":"71","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts":"72","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts":"73","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts":"74","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts":"75","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts":"76","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts":"77","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts":"78","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts":"79","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts":"80","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts":"81","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts":"82","/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts":"83"},{"size":421007,"mtime":1711426341156},{"size":73265,"mtime":1711426346938},{"size":949,"mtime":1711426066424},{"size":738,"mtime":1711426080406,"results":"84","hashOfConfig":"85"},{"size":7374,"mtime":1711426366995,"results":"86","hashOfConfig":"85"},{"size":6487,"mtime":1711426381825,"results":"87","hashOfConfig":"85"},{"size":1489,"mtime":1711426388815,"results":"88","hashOfConfig":"85"},{"size":14558,"mtime":1711426431856},{"size":9036,"mtime":1711426562650},{"size":6929,"mtime":1711426464222,"results":"89","hashOfConfig":"85"},{"size":2273,"mtime":1711427458653},{"size":1632,"mtime":1711426585323},{"size":4332,"mtime":1711426592685},{"size":24052,"mtime":1711427261497},{"size":1669,"mtime":1711426617618},{"size":4335,"mtime":1711426624946},{"size":18778,"mtime":1711427263026},{"size":3945,"mtime":1711426644406},{"size":4325,"mtime":1711426651623},{"size":4222,"mtime":1711426659865},{"size":6398,"mtime":1711426669655},{"size":4951,"mtime":1711426676734},{"size":9079,"mtime":1711426685206},{"size":1049,"mtime":1711426694912},{"size":4105,"mtime":1711426704109},{"size":1734,"mtime":1711426712493},{"size":2816,"mtime":1711426720387},{"size":2286,"mtime":1711426728614},{"size":8136,"mtime":1711426735605},{"size":2420,"mtime":1711426480201,"results":"90","hashOfConfig":"85"},{"size":19956,"mtime":1711426545020},{"size":14128,"mtime":1711426573937},{"size":657,"mtime":1711426088431,"results":"91","hashOfConfig":"85"},{"size":778,"mtime":1711426749072},{"size":2559,"mtime":1711426755499,"results":"92","hashOfConfig":"85"},{"size":2410,"mtime":1711426147170},{"size":2165,"mtime":1711426166450},{"size":4310,"mtime":1711426184191},{"size":4095,"mtime":1711426765758},{"size":5548,"mtime":1711427264231},{"size":4842,"mtime":1711426821938},{"size":6318,"mtime":1711426831735},{"size":14418,"mtime":1711426839778},{"size":12400,"mtime":1711426850123},{"size":3598,"mtime":1711426859118},{"size":4098,"mtime":1711426870993},{"size":4435,"mtime":1711426877432},{"size":2125,"mtime":1711426885302},{"size":1589,"mtime":1711426893651},{"size":2647,"mtime":1711426899104},{"size":3655,"mtime":1711426911850},{"size":16904,"mtime":1711426922678},{"size":4826,"mtime":1711426929673},{"size":4828,"mtime":1711426941846},{"size":7751,"mtime":1711426790847},{"size":9298,"mtime":1711427565218},{"size":6980,"mtime":1711426813089},{"size":2786,"mtime":1711426192496},{"size":922,"mtime":1711426203091},{"size":1022,"mtime":1711427331514},{"size":1524,"mtime":1711426226818,"results":"93","hashOfConfig":"85"},{"size":999,"mtime":1711426237809},{"size":1848,"mtime":1711426251107,"results":"94","hashOfConfig":"85"},{"size":1627,"mtime":1711427265437,"results":"95","hashOfConfig":"85"},{"size":1188,"mtime":1711426262383,"results":"96","hashOfConfig":"85"},{"size":1519,"mtime":1711426277886},{"size":1166,"mtime":1711426285519},{"size":2178,"mtime":1711426295417},{"size":25137,"mtime":1711427033169},{"size":4561,"mtime":1711427044453},{"size":2562,"mtime":1711427051913},{"size":9336,"mtime":1711427527558},{"size":6604,"mtime":1711427073223},{"size":911,"mtime":1711426321104},{"size":3000,"mtime":1711427266694},{"size":2406,"mtime":1711427097575},{"size":21315,"mtime":1711427104510},{"size":1111,"mtime":1711427110962,"results":"97","hashOfConfig":"85"},{"size":1044,"mtime":1711427267837,"results":"98","hashOfConfig":"85"},{"size":3135,"mtime":1711427122965},{"size":6183,"mtime":1711427132642},{"size":1261,"mtime":1711427137964,"results":"99","hashOfConfig":"85"},{"size":2047,"mtime":1711426332490},{"filePath":"100","messages":"101","suppressedMessages":"102","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"sdn19o",{"filePath":"103","messages":"104","suppressedMessages":"105","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"106","messages":"107","suppressedMessages":"108","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"109","messages":"110","suppressedMessages":"111","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"112","messages":"113","suppressedMessages":"114","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"115","messages":"116","suppressedMessages":"117","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"118","messages":"119","suppressedMessages":"120","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"121","messages":"122","suppressedMessages":"123","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"124","messages":"125","suppressedMessages":"126","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"127","messages":"128","suppressedMessages":"129","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"130","messages":"131","suppressedMessages":"132","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"133","messages":"134","suppressedMessages":"135","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"136","messages":"137","suppressedMessages":"138","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"139","messages":"140","suppressedMessages":"141","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"142","messages":"143","suppressedMessages":"144","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/appService.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts",[],["145","146"],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/logger.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts",[],[],"/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts",[],[],{"ruleId":"147","severity":2,"message":"148","line":169,"column":9,"nodeType":"149","messageId":"150","endLine":169,"endColumn":67,"suppressions":"151"},{"ruleId":"147","severity":2,"message":"148","line":184,"column":9,"nodeType":"149","messageId":"150","endLine":184,"endColumn":45,"suppressions":"152"},"no-case-declarations","Unexpected lexical declaration in case block.","VariableDeclaration","unexpected",["153"],["154"],{"kind":"155","justification":"156"},{"kind":"155","justification":"156"},"directive",""] \ No newline at end of file diff --git a/.eslintrc.json b/.eslintrc.json index b71b27f88ce..55f89ac5379 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,30 +1,20 @@ { "root": true, - "ignorePatterns": ["**/*"], - "plugins": ["@nrwl/nx", "formatjs", "react", "react-hooks"], + "ignorePatterns": [ + "**/*" + ], + "plugins": [ + "formatjs", + "react", + "react-hooks" + ], "overrides": [ { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": { - "@nrwl/nx/enforce-module-boundaries": [ - "error", - { - "enforceBuildableLibDependency": true, - "allow": [], - "depConstraints": [ - { - "sourceTag": "*", - "onlyDependOnLibsWithTags": ["*"] - } - ] - } - ] - } - }, - { - "files": ["*.ts", "*.tsx"], + "files": [ + "*.ts", + "*.tsx" + ], "extends": [ - "plugin:@nrwl/nx/typescript", "plugin:react/recommended", "plugin:react-hooks/recommended", "plugin:import/recommended", @@ -82,14 +72,26 @@ "formatjs/enforce-placeholders": [ "error", { - "ignoreList": ["foo"] + "ignoreList": [ + "foo" + ] } ], "no-param-reassign": "off", - "formatjs/enforce-default-message": ["error", "literal"], - "formatjs/enforce-description": ["error", "literal"], - "formatjs/no-multiple-whitespaces": [1], - "formatjs/no-multiple-plurals": ["error"], + "formatjs/enforce-default-message": [ + "error", + "literal" + ], + "formatjs/enforce-description": [ + "error", + "literal" + ], + "formatjs/no-multiple-whitespaces": [ + 1 + ], + "formatjs/no-multiple-plurals": [ + "error" + ], "formatjs/no-complex-selectors": [ "error", { @@ -100,15 +102,10 @@ "react/prop-types": 0 } }, - { - "files": ["*.js", "*.jsx"], - "extends": ["plugin:@nrwl/nx/javascript"], - "rules": {} - }, { "files": "*.json", "parser": "jsonc-eslint-parser", "rules": {} } ] -} +} \ No newline at end of file diff --git a/package.json b/package.json index d5a4ffd9b3e..bcdcc6f9d42 100644 --- a/package.json +++ b/package.json @@ -56,8 +56,13 @@ "esbuild-plugin-less": "^1.3.3", "esbuild-plugin-svg": "^0.1.0", "esbuild-plugin-svgr": "^2.1.0", + "eslint-plugin-formatjs": "^4.12.2", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-react": "^7.34.1", + "eslint-plugin-react-hooks": "^4.6.0", "husky": "^9.0.11", "jsdom": "^24.0.0", + "jsonc-eslint-parser": "^2.4.0", "lint-staged": "^15.2.2", "rimraf": "^5.0.5", "sherif": "^0.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d0aeaa5162d..7bbb455f5b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,12 +53,27 @@ importers: esbuild-plugin-svgr: specifier: ^2.1.0 version: 2.1.0(esbuild@0.19.12)(typescript@4.7.4) + eslint-plugin-formatjs: + specifier: ^4.12.2 + version: 4.12.2(eslint@8.57.0) + eslint-plugin-import: + specifier: ^2.29.1 + version: 2.29.1(eslint@8.57.0) + eslint-plugin-react: + specifier: ^7.34.1 + version: 7.34.1(eslint@8.57.0) + eslint-plugin-react-hooks: + specifier: ^4.6.0 + version: 4.6.0(eslint@8.57.0) husky: specifier: ^9.0.11 version: 9.0.11 jsdom: specifier: ^24.0.0 version: 24.0.0 + jsonc-eslint-parser: + specifier: ^2.4.0 + version: 2.4.0 lint-staged: specifier: ^15.2.2 version: 15.2.2 @@ -467,6 +482,11 @@ importers: packages: + /@aashutoshrathi/word-wrap@1.2.6: + resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} + engines: {node: '>=0.10.0'} + dev: true + /@adobe/css-tools@4.3.3: resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} dev: true @@ -1546,6 +1566,43 @@ packages: dev: true optional: true + /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0): + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + dependencies: + eslint: 8.57.0 + eslint-visitor-keys: 3.4.3 + dev: true + + /@eslint-community/regexpp@4.10.0: + resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + dev: true + + /@eslint/eslintrc@2.1.4: + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 9.6.1 + globals: 13.24.0 + ignore: 5.3.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@eslint/js@8.57.0: + resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@faker-js/faker@8.4.1: resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'} @@ -6276,6 +6333,23 @@ packages: typescript: 4.7.4 dev: false + /@formatjs/ts-transformer@3.13.12: + resolution: {integrity: sha512-uf1+DgbsCrzHAg7uIf0QlzpIkHYxRSRig5iJa9FaoUNIDZzNEE2oW/uLLLq7I9Z2FLIPhbmgq8hbW40FoQv+Fg==} + peerDependencies: + ts-jest: '>=27' + peerDependenciesMeta: + ts-jest: + optional: true + dependencies: + '@formatjs/icu-messageformat-parser': 2.7.6 + '@types/json-stable-stringify': 1.0.36 + '@types/node': 17.0.45 + chalk: 4.1.2 + json-stable-stringify: 1.1.1 + tslib: 2.6.2 + typescript: 5.3.3 + dev: true + /@griffel/core@1.15.3: resolution: {integrity: sha512-5ksBpOjFJ75HijGehQ06Ri9cQjhd/rqQ0N/jJzXDDXQFYdOOzib/QL7BXNwhkLtTyHvN391cD4/BqcTdynfLUg==} dependencies: @@ -6313,6 +6387,26 @@ packages: csstype: 3.1.3 dev: false + /@humanwhocodes/config-array@0.11.14: + resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} + engines: {node: '>=10.10.0'} + dependencies: + '@humanwhocodes/object-schema': 2.0.2 + debug: 4.3.4 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@humanwhocodes/module-importer@1.0.1: + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + dev: true + + /@humanwhocodes/object-schema@2.0.2: + resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} + dev: true + /@isaacs/cliui@8.0.2: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -8004,6 +8098,13 @@ packages: '@types/ms': 0.7.34 dev: false + /@types/eslint@8.56.6: + resolution: {integrity: sha512-ymwc+qb1XkjT/gfoQwxIeHZ6ixH23A+tCT2ADSA/DPVKzAjwYkTXBMCQ/f6fe4wEa85Lhp26VPeUxI7wMhAi7A==} + dependencies: + '@types/estree': 1.0.5 + '@types/json-schema': 7.0.15 + dev: true + /@types/estree@1.0.5: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} dev: true @@ -8031,7 +8132,14 @@ packages: /@types/json-schema@7.0.15: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - dev: false + + /@types/json-stable-stringify@1.0.36: + resolution: {integrity: sha512-b7bq23s4fgBB76n34m2b3RBf6M369B0Z9uRR8aHTMd8kZISRkmDEpPD8hhpYvDFzr3bJCPES96cm3Q6qRNDbQw==} + dev: true + + /@types/json5@0.0.29: + resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + dev: true /@types/less@3.0.6: resolution: {integrity: sha512-PecSzorDGdabF57OBeQO/xFbAkYWo88g4Xvnsx7LRwqLC17I7OoKtA3bQB9uXkY6UkMWCOsA8HSVpaoitscdXw==} @@ -8070,11 +8178,19 @@ packages: form-data: 4.0.0 dev: false + /@types/node@17.0.45: + resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} + dev: true + /@types/node@20.12.2: resolution: {integrity: sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==} dependencies: undici-types: 5.26.5 + /@types/picomatch@2.3.3: + resolution: {integrity: sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==} + dev: true + /@types/prop-types@15.7.12: resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} @@ -8099,6 +8215,10 @@ packages: /@types/scheduler@0.16.8: resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} + /@types/semver@7.5.8: + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + dev: true + /@types/to-title-case@1.0.2: resolution: {integrity: sha512-JWCy93Z2bM/xYRcKjC2SOeU1PRYNOdZhD5ZUG8T1si9Tlau1M6UZ1wm7yR+avqdy51Du4BLEIaEB4axfPC4UKg==} dev: true @@ -8117,6 +8237,72 @@ packages: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false + /@typescript-eslint/scope-manager@6.21.0: + resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} + engines: {node: ^16.0.0 || >=18.0.0} + dependencies: + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 + dev: true + + /@typescript-eslint/types@6.21.0: + resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} + engines: {node: ^16.0.0 || >=18.0.0} + dev: true + + /@typescript-eslint/typescript-estree@6.21.0(typescript@5.3.3): + resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.3 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@5.3.3) + typescript: 5.3.3 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.3.3): + resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3) + eslint: 8.57.0 + semver: 7.6.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + + /@typescript-eslint/visitor-keys@6.21.0: + resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} + engines: {node: ^16.0.0 || >=18.0.0} + dependencies: + '@typescript-eslint/types': 6.21.0 + eslint-visitor-keys: 3.4.3 + dev: true + + /@ungap/structured-clone@1.2.0: + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + dev: true + /@vitest/expect@1.4.0: resolution: {integrity: sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==} dependencies: @@ -8245,6 +8431,14 @@ packages: event-target-shim: 5.0.1 dev: false + /acorn-jsx@5.3.2(acorn@8.11.3): + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + dependencies: + acorn: 8.11.3 + dev: true + /acorn-walk@8.3.2: resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} engines: {node: '>=0.4.0'} @@ -8366,6 +8560,18 @@ packages: resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} dev: true + /array-includes@3.1.8: + resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.4 + is-string: 1.0.7 + dev: true + /array-slice@1.1.0: resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} engines: {node: '>=0.10.0'} @@ -8375,6 +8581,83 @@ packages: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} + /array.prototype.findlast@1.2.5: + resolution: {integrity: sha512-CVvd6FHg1Z3POpBLxO6E6zr+rSKEQ9L6rZHAaY7lLfhKsWYUBBOuMs0e9o24oopj6H+geRCX0YJ+TJLBK2eHyQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-shim-unscopables: 1.0.2 + dev: true + + /array.prototype.findlastindex@1.2.5: + resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-shim-unscopables: 1.0.2 + dev: true + + /array.prototype.flat@1.3.2: + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-shim-unscopables: 1.0.2 + dev: true + + /array.prototype.flatmap@1.3.2: + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-shim-unscopables: 1.0.2 + dev: true + + /array.prototype.toreversed@1.1.2: + resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-shim-unscopables: 1.0.2 + dev: true + + /array.prototype.tosorted@1.1.3: + resolution: {integrity: sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-shim-unscopables: 1.0.2 + dev: true + + /arraybuffer.prototype.slice@1.0.3: + resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + is-array-buffer: 3.0.4 + is-shared-array-buffer: 1.0.3 + dev: true + /assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} dev: true @@ -8428,7 +8711,6 @@ packages: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - dev: false /brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} @@ -8692,7 +8974,6 @@ packages: /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - dev: false /conventional-changelog-angular@7.0.0: resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} @@ -8895,6 +9176,33 @@ packages: whatwg-url: 14.0.0 dev: true + /data-view-buffer@1.0.1: + resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + dev: true + + /data-view-byte-length@1.0.1: + resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + dev: true + + /data-view-byte-offset@1.0.0: + resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + dev: true + /dayjs@1.11.10: resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} dev: false @@ -8903,6 +9211,17 @@ packages: resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} dev: true + /debug@3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + dev: true + /debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -8955,6 +9274,10 @@ packages: which-typed-array: 1.1.15 dev: true + /deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + dev: true + /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} @@ -9035,6 +9358,20 @@ packages: dnd-core: 16.0.1 dev: false + /doctrine@2.1.0: + resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} + engines: {node: '>=0.10.0'} + dependencies: + esutils: 2.0.3 + dev: true + + /doctrine@3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + dependencies: + esutils: 2.0.3 + dev: true + /dom-accessibility-api@0.5.16: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} dev: true @@ -9146,6 +9483,58 @@ packages: stackframe: 1.3.4 dev: false + /es-abstract@1.23.3: + resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.1 + arraybuffer.prototype.slice: 1.0.3 + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + data-view-buffer: 1.0.1 + data-view-byte-length: 1.0.1 + data-view-byte-offset: 1.0.0 + es-define-property: 1.0.0 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-set-tostringtag: 2.0.3 + es-to-primitive: 1.2.1 + function.prototype.name: 1.1.6 + get-intrinsic: 1.2.4 + get-symbol-description: 1.0.2 + globalthis: 1.0.3 + gopd: 1.0.1 + has-property-descriptors: 1.0.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + hasown: 2.0.2 + internal-slot: 1.0.7 + is-array-buffer: 3.0.4 + is-callable: 1.2.7 + is-data-view: 1.0.1 + is-negative-zero: 2.0.3 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.3 + is-string: 1.0.7 + is-typed-array: 1.1.13 + is-weakref: 1.0.2 + object-inspect: 1.13.1 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.2 + safe-array-concat: 1.1.2 + safe-regex-test: 1.0.3 + string.prototype.trim: 1.2.9 + string.prototype.trimend: 1.0.8 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.2 + typed-array-byte-length: 1.0.1 + typed-array-byte-offset: 1.0.2 + typed-array-length: 1.0.6 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.15 + dev: true + /es-define-property@1.0.0: resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} engines: {node: '>= 0.4'} @@ -9170,33 +9559,84 @@ packages: stop-iteration-iterator: 1.0.0 dev: true - /esbuild-plugin-less@1.3.3(esbuild@0.19.12): - resolution: {integrity: sha512-dYXuCtLh0Jm0Uci45w4Hlel4ajkawIQva1MxrLyaarcrEtSxUZWoaZuiLzr/dDzT/p+wRKobbop5Tp8yALSfGw==} - peerDependencies: - esbuild: ^0.14.x || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 + /es-iterator-helpers@1.0.18: + resolution: {integrity: sha512-scxAJaewsahbqTYrGKJihhViaM6DDZDDoucfvzNbK0pOren1g/daDQ3IAhzn+1G14rBG7w+i5N+qul60++zlKA==} + engines: {node: '>= 0.4'} dependencies: - '@types/less': 3.0.6 - esbuild: 0.19.12 - less: 4.2.0 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-set-tostringtag: 2.0.3 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + globalthis: 1.0.3 + has-property-descriptors: 1.0.2 + has-proto: 1.0.3 + has-symbols: 1.0.3 + internal-slot: 1.0.7 + iterator.prototype: 1.1.2 + safe-array-concat: 1.1.2 dev: true - /esbuild-plugin-svg@0.1.0: - resolution: {integrity: sha512-/9ZhvIpl+Ovl6glVK3BedvIwrOwSQnECw4Fy6ZwysWib3Ns7UkX6WNGjMOWtvQ1Cnm0uc7sptiKGm0BthKCAJA==} + /es-object-atoms@1.0.0: + resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} + engines: {node: '>= 0.4'} dependencies: - svgo: 2.8.0 + es-errors: 1.3.0 dev: true - /esbuild-plugin-svgr@2.1.0(esbuild@0.19.12)(typescript@4.7.4): - resolution: {integrity: sha512-BKJOlQvXjLipPDPYfX+N6i2tPxSuVOhlg+hEF/nkQwMwFV6IymvuCRO0wLvf9tGyL3mc3yIZ4n9pfxcCx/7v2Q==} - peerDependencies: - esbuild: ^0.19.1 + /es-set-tostringtag@2.0.3: + resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} + engines: {node: '>= 0.4'} dependencies: - '@svgr/core': 8.1.0(typescript@4.7.4) - '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) - esbuild: 0.19.12 - transitivePeerDependencies: - - supports-color - - typescript + get-intrinsic: 1.2.4 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + dev: true + + /es-shim-unscopables@1.0.2: + resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + dependencies: + hasown: 2.0.2 + dev: true + + /es-to-primitive@1.2.1: + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} + dependencies: + is-callable: 1.2.7 + is-date-object: 1.0.5 + is-symbol: 1.0.4 + dev: true + + /esbuild-plugin-less@1.3.3(esbuild@0.19.12): + resolution: {integrity: sha512-dYXuCtLh0Jm0Uci45w4Hlel4ajkawIQva1MxrLyaarcrEtSxUZWoaZuiLzr/dDzT/p+wRKobbop5Tp8yALSfGw==} + peerDependencies: + esbuild: ^0.14.x || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 + dependencies: + '@types/less': 3.0.6 + esbuild: 0.19.12 + less: 4.2.0 + dev: true + + /esbuild-plugin-svg@0.1.0: + resolution: {integrity: sha512-/9ZhvIpl+Ovl6glVK3BedvIwrOwSQnECw4Fy6ZwysWib3Ns7UkX6WNGjMOWtvQ1Cnm0uc7sptiKGm0BthKCAJA==} + dependencies: + svgo: 2.8.0 + dev: true + + /esbuild-plugin-svgr@2.1.0(esbuild@0.19.12)(typescript@4.7.4): + resolution: {integrity: sha512-BKJOlQvXjLipPDPYfX+N6i2tPxSuVOhlg+hEF/nkQwMwFV6IymvuCRO0wLvf9tGyL3mc3yIZ4n9pfxcCx/7v2Q==} + peerDependencies: + esbuild: ^0.19.1 + dependencies: + '@svgr/core': 8.1.0(typescript@4.7.4) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) + esbuild: 0.19.12 + transitivePeerDependencies: + - supports-color + - typescript dev: true /esbuild-register@3.5.0(esbuild@0.19.12): @@ -9291,6 +9731,229 @@ packages: engines: {node: '>=8'} dev: false + /escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + dev: true + + /eslint-import-resolver-node@0.3.9: + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + dependencies: + debug: 3.2.7 + is-core-module: 2.13.1 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + dev: true + + /eslint-module-utils@2.8.1(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint: + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true + dependencies: + debug: 3.2.7 + eslint: 8.57.0 + eslint-import-resolver-node: 0.3.9 + transitivePeerDependencies: + - supports-color + dev: true + + /eslint-plugin-formatjs@4.12.2(eslint@8.57.0): + resolution: {integrity: sha512-b4iEsi0Y3zy7J6xjxlhrIaDFJa27OiLwardvCRBRHALoZs8rNJ0oQIW6ymUgELLEMeFuEMAd2837M+n5SHJutg==} + peerDependencies: + eslint: 7 || 8 + dependencies: + '@formatjs/icu-messageformat-parser': 2.7.6 + '@formatjs/ts-transformer': 3.13.12 + '@types/eslint': 8.56.6 + '@types/picomatch': 2.3.3 + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.3.3) + emoji-regex: 10.3.0 + eslint: 8.57.0 + magic-string: 0.30.8 + picomatch: 2.3.1 + tslib: 2.6.2 + typescript: 5.3.3 + unicode-emoji-utils: 1.2.0 + transitivePeerDependencies: + - supports-color + - ts-jest + dev: true + + /eslint-plugin-import@2.29.1(eslint@8.57.0): + resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + dependencies: + array-includes: 3.1.8 + array.prototype.findlastindex: 1.2.5 + array.prototype.flat: 1.3.2 + array.prototype.flatmap: 1.3.2 + debug: 3.2.7 + doctrine: 2.1.0 + eslint: 8.57.0 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.8.1(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + hasown: 2.0.2 + is-core-module: 2.13.1 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 + object.values: 1.2.0 + semver: 6.3.1 + tsconfig-paths: 3.15.0 + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + dev: true + + /eslint-plugin-react-hooks@4.6.0(eslint@8.57.0): + resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} + engines: {node: '>=10'} + peerDependencies: + eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 + dependencies: + eslint: 8.57.0 + dev: true + + /eslint-plugin-react@7.34.1(eslint@8.57.0): + resolution: {integrity: sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + dependencies: + array-includes: 3.1.8 + array.prototype.findlast: 1.2.5 + array.prototype.flatmap: 1.3.2 + array.prototype.toreversed: 1.1.2 + array.prototype.tosorted: 1.1.3 + doctrine: 2.1.0 + es-iterator-helpers: 1.0.18 + eslint: 8.57.0 + estraverse: 5.3.0 + jsx-ast-utils: 3.3.5 + minimatch: 3.1.2 + object.entries: 1.1.8 + object.fromentries: 2.0.8 + object.hasown: 1.1.4 + object.values: 1.2.0 + prop-types: 15.8.1 + resolve: 2.0.0-next.5 + semver: 6.3.1 + string.prototype.matchall: 4.0.11 + dev: true + + /eslint-scope@7.2.2: + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + dev: true + + /eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + + /eslint@8.57.0: + resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + hasBin: true + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@eslint-community/regexpp': 4.10.0 + '@eslint/eslintrc': 2.1.4 + '@eslint/js': 8.57.0 + '@humanwhocodes/config-array': 0.11.14 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.4 + doctrine: 3.0.0 + escape-string-regexp: 4.0.0 + eslint-scope: 7.2.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + esquery: 1.5.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + find-up: 5.0.0 + glob-parent: 6.0.2 + globals: 13.24.0 + graphemer: 1.4.0 + ignore: 5.3.1 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + js-yaml: 4.1.0 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.3 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + dev: true + + /espree@9.6.1: + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.11.3 + acorn-jsx: 5.3.2(acorn@8.11.3) + eslint-visitor-keys: 3.4.3 + dev: true + + /esquery@1.5.0: + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + engines: {node: '>=0.10'} + dependencies: + estraverse: 5.3.0 + dev: true + + /esrecurse@4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + dependencies: + estraverse: 5.3.0 + dev: true + + /estraverse@5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + dev: true + /estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} dev: true @@ -9301,6 +9964,11 @@ packages: '@types/estree': 1.0.5 dev: true + /esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + dev: true + /event-target-shim@5.0.1: resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} engines: {node: '>=6'} @@ -9385,6 +10053,10 @@ packages: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} dev: true + /fast-levenshtein@2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + dev: true + /fast-loops@1.1.3: resolution: {integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==} dev: false @@ -9402,12 +10074,27 @@ packages: dependencies: reusify: 1.0.4 + /file-entry-cache@6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + flat-cache: 3.2.0 + dev: true + /fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 + /find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + dev: true + /findup-sync@5.0.0: resolution: {integrity: sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==} engines: {node: '>= 10.13.0'} @@ -9434,6 +10121,19 @@ packages: engines: {node: '>= 10.13.0'} dev: true + /flat-cache@3.2.0: + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} + engines: {node: ^10.12.0 || >=12.0.0} + dependencies: + flatted: 3.3.1 + keyv: 4.5.4 + rimraf: 3.0.2 + dev: true + + /flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + dev: true + /follow-redirects@1.15.6: resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} engines: {node: '>=4.0'} @@ -9506,7 +10206,6 @@ packages: /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - dev: false /fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} @@ -9519,6 +10218,16 @@ packages: /function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + /function.prototype.name@1.1.6: + resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + functions-have-names: 1.2.3 + dev: true + /functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} dev: true @@ -9567,6 +10276,15 @@ packages: engines: {node: '>=16'} dev: true + /get-symbol-description@1.0.2: + resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + dev: true + /git-log-parser@1.2.0: resolution: {integrity: sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==} dependencies: @@ -9596,6 +10314,13 @@ packages: dependencies: is-glob: 4.0.3 + /glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + dependencies: + is-glob: 4.0.3 + dev: true + /glob@10.3.10: resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} engines: {node: '>=16 || 14 >=14.17'} @@ -9617,7 +10342,6 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 - dev: false /global-modules@1.0.0: resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} @@ -9644,6 +10368,20 @@ packages: engines: {node: '>=4'} dev: true + /globals@13.24.0: + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} + engines: {node: '>=8'} + dependencies: + type-fest: 0.20.2 + dev: true + + /globalthis@1.0.3: + resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + engines: {node: '>= 0.4'} + dependencies: + define-properties: 1.2.1 + dev: true + /globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} @@ -9679,6 +10417,10 @@ packages: /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + /graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + dev: true + /has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} dev: true @@ -9856,6 +10598,11 @@ packages: engines: {node: '>=8'} dev: true + /imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + dev: true + /indent-string@4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} @@ -9866,7 +10613,6 @@ packages: dependencies: once: 1.4.0 wrappy: 1.0.2 - dev: false /inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} @@ -9944,6 +10690,13 @@ packages: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} dev: true + /is-async-function@2.0.0: + resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} + engines: {node: '>= 0.4'} + dependencies: + has-tostringtag: 1.0.2 + dev: true + /is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: @@ -9980,6 +10733,13 @@ packages: hasown: 2.0.2 dev: true + /is-data-view@1.0.1: + resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} + engines: {node: '>= 0.4'} + dependencies: + is-typed-array: 1.1.13 + dev: true + /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} @@ -9997,6 +10757,12 @@ packages: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} + /is-finalizationregistry@1.0.2: + resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} + dependencies: + call-bind: 1.0.7 + dev: true + /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -10019,7 +10785,6 @@ packages: engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.2 - dev: false /is-git-repository@1.1.1: resolution: {integrity: sha512-hxLpJytJnIZ5Og5QsxSkzmb8Qx8rGau9bio1JN/QtXcGEFuSsQYau0IiqlsCwftsfVYjF1mOq6uLdmwNSspgpA==} @@ -10039,6 +10804,11 @@ packages: engines: {node: '>= 0.4'} dev: true + /is-negative-zero@2.0.3: + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} + engines: {node: '>= 0.4'} + dev: true + /is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} @@ -10055,6 +10825,11 @@ packages: engines: {node: '>=8'} dev: true + /is-path-inside@3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + dev: true + /is-plain-obj@4.1.0: resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} engines: {node: '>=12'} @@ -10137,7 +10912,6 @@ packages: engines: {node: '>= 0.4'} dependencies: which-typed-array: 1.1.15 - dev: false /is-unc-path@1.0.0: resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==} @@ -10151,6 +10925,12 @@ packages: engines: {node: '>= 0.4'} dev: true + /is-weakref@1.0.2: + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + dependencies: + call-bind: 1.0.7 + dev: true + /is-weakset@2.0.3: resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} engines: {node: '>= 0.4'} @@ -10196,6 +10976,16 @@ packages: resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==} dev: false + /iterator.prototype@1.1.2: + resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} + dependencies: + define-properties: 1.2.1 + get-intrinsic: 1.2.4 + has-symbols: 1.0.3 + reflect.getprototypeof: 1.0.6 + set-function-name: 2.0.2 + dev: true + /jackspeak@2.3.6: resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} engines: {node: '>=14'} @@ -10282,6 +11072,10 @@ packages: hasBin: true dev: true + /json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + dev: true + /json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} dev: true @@ -10290,12 +11084,43 @@ packages: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} dev: true + /json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + dev: true + + /json-stable-stringify@1.1.1: + resolution: {integrity: sha512-SU/971Kt5qVQfJpyDveVhQ/vya+5hvrjClFOcr8c0Fq5aODJjMwutrOfCU+eCnVD5gpx1Q3fEqkyom77zH1iIg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + isarray: 2.0.5 + jsonify: 0.0.1 + object-keys: 1.1.1 + dev: true + + /json5@1.0.2: + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + hasBin: true + dependencies: + minimist: 1.2.8 + dev: true + /json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true dev: true + /jsonc-eslint-parser@2.4.0: + resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.11.3 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + semver: 7.6.0 + dev: true + /jsonc-parser@3.2.1: resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} dev: true @@ -10313,15 +11138,35 @@ packages: optionalDependencies: graceful-fs: 4.2.11 + /jsonify@0.0.1: + resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} + dev: true + /jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} engines: {'0': node >= 0.2.0} dev: true + /jsx-ast-utils@3.3.5: + resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} + engines: {node: '>=4.0'} + dependencies: + array-includes: 3.1.8 + array.prototype.flat: 1.3.2 + object.assign: 4.1.5 + object.values: 1.2.0 + dev: true + /keyborg@2.5.0: resolution: {integrity: sha512-nb4Ji1suqWqj6VXb61Jrs4ab/UWgtGph4wDch2NIZDfLBUObmLcZE0aiDjZY49ghtu03fvwxDNvS9ZB0XMz6/g==} dev: false + /keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + dependencies: + json-buffer: 3.0.1 + dev: true + /kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} @@ -10354,6 +11199,14 @@ packages: source-map: 0.6.1 dev: true + /levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + dev: true + /lexical@0.12.4: resolution: {integrity: sha512-giNrnp45H6P4IHFhkKaHEPTF+bKLBWdEIDL/FGjRZf+to7l7TORIBk/23Zdchzt/VGgKGWu950EOvGh53gkVMQ==} dev: false @@ -10438,6 +11291,13 @@ packages: pkg-types: 1.0.3 dev: true + /locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + dependencies: + p-locate: 5.0.0 + dev: true + /lodash.difference@4.5.0: resolution: {integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==} dev: false @@ -10454,7 +11314,6 @@ packages: /lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} - dev: false /lodash.sortby@4.7.0: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} @@ -10857,7 +11716,6 @@ packages: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 - dev: false /minimatch@9.0.3: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} @@ -10953,6 +11811,10 @@ packages: picocolors: 1.0.0 dev: true + /natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + dev: true + /nearley@2.20.1: resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} hasBin: true @@ -11074,6 +11936,43 @@ packages: isobject: 3.0.1 dev: true + /object.entries@1.1.8: + resolution: {integrity: sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + dev: true + + /object.fromentries@2.0.8: + resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 + dev: true + + /object.groupby@1.0.3: + resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + dev: true + + /object.hasown@1.1.4: + resolution: {integrity: sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==} + engines: {node: '>= 0.4'} + dependencies: + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 + dev: true + /object.map@1.0.1: resolution: {integrity: sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==} engines: {node: '>=0.10.0'} @@ -11089,6 +11988,15 @@ packages: isobject: 3.0.1 dev: true + /object.values@1.2.0: + resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + dev: true + /oblivious-set@1.0.0: resolution: {integrity: sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw==} dev: false @@ -11097,7 +12005,6 @@ packages: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 - dev: false /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} @@ -11126,11 +12033,30 @@ packages: resolution: {integrity: sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==} dev: false + /optionator@0.9.3: + resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} + engines: {node: '>= 0.8.0'} + dependencies: + '@aashutoshrathi/word-wrap': 1.2.6 + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + dev: true + /p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} dev: true + /p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + dependencies: + yocto-queue: 0.1.0 + dev: true + /p-limit@5.0.0: resolution: {integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==} engines: {node: '>=18'} @@ -11138,6 +12064,13 @@ packages: yocto-queue: 1.0.0 dev: true + /p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + dependencies: + p-limit: 3.1.0 + dev: true + /p-retry@3.0.1: resolution: {integrity: sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==} engines: {node: '>=6'} @@ -11198,6 +12131,11 @@ packages: resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} dev: true + /path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + dev: true + /path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} @@ -11327,6 +12265,11 @@ packages: source-map-js: 1.2.0 dev: true + /prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + dev: true + /pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} engines: {node: '>=6'} @@ -11378,7 +12321,6 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 react-is: 16.13.1 - dev: false /property-information@6.4.1: resolution: {integrity: sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w==} @@ -11646,7 +12588,6 @@ packages: /react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - dev: false /react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} @@ -11972,6 +12913,19 @@ packages: '@babel/runtime': 7.24.1 dev: false + /reflect.getprototypeof@1.0.6: + resolution: {integrity: sha512-fmfw4XgoDke3kdI6h4xcUz1dG8uaiv5q9gcEwLS4Pnth2kxT+GZ7YehS1JTMGBQmtV7Y4GFGbs2re2NqhdozUg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + globalthis: 1.0.3 + which-builtin-type: 1.1.3 + dev: true + /regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} @@ -12054,6 +13008,15 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true + /resolve@2.0.0-next.5: + resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} + hasBin: true + dependencies: + is-core-module: 2.13.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: true + /restore-cursor@4.0.0: resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -12085,7 +13048,6 @@ packages: hasBin: true dependencies: glob: 7.2.3 - dev: false /rimraf@5.0.5: resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} @@ -12150,10 +13112,29 @@ packages: mri: 1.2.0 dev: false + /safe-array-concat@1.1.2: + resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} + engines: {node: '>=0.4'} + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + has-symbols: 1.0.3 + isarray: 2.0.5 + dev: true + /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: true + /safe-regex-test@1.0.3: + resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-regex: 1.1.4 + dev: true + /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} requiresBuild: true @@ -12546,6 +13527,51 @@ packages: strip-ansi: 7.1.0 dev: true + /string.prototype.matchall@4.0.11: + resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.4 + gopd: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.7 + regexp.prototype.flags: 1.5.2 + set-function-name: 2.0.2 + side-channel: 1.0.6 + dev: true + + /string.prototype.trim@1.2.9: + resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 + dev: true + + /string.prototype.trimend@1.0.8: + resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + dev: true + + /string.prototype.trimstart@1.0.8: + resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 + dev: true + /string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: @@ -12566,6 +13592,11 @@ packages: ansi-regex: 6.0.1 dev: true + /strip-bom@3.0.0: + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} + dev: true + /strip-eof@1.0.0: resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} engines: {node: '>=0.10.0'} @@ -12680,6 +13711,10 @@ packages: engines: {node: '>=8'} dev: true + /text-table@0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + dev: true + /thenify-all@1.6.0: resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} engines: {node: '>=0.8'} @@ -12823,6 +13858,15 @@ packages: resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} dev: false + /ts-api-utils@1.3.0(typescript@5.3.3): + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} + peerDependencies: + typescript: '>=4.2.0' + dependencies: + typescript: 5.3.3 + dev: true + /ts-easing@0.2.0: resolution: {integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==} dev: false @@ -12844,6 +13888,15 @@ packages: typescript: 4.7.4 dev: true + /tsconfig-paths@3.15.0: + resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + dependencies: + '@types/json5': 0.0.29 + json5: 1.0.2 + minimist: 1.2.8 + strip-bom: 3.0.0 + dev: true + /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: false @@ -12899,11 +13952,67 @@ packages: engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} dev: false + /type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + dependencies: + prelude-ls: 1.2.1 + dev: true + /type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} dev: true + /type-fest@0.20.2: + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} + dev: true + + /typed-array-buffer@1.0.2: + resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-typed-array: 1.1.13 + dev: true + + /typed-array-byte-length@1.0.1: + resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + for-each: 0.3.3 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 + dev: true + + /typed-array-byte-offset@1.0.2: + resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + for-each: 0.3.3 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 + dev: true + + /typed-array-length@1.0.6: + resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + for-each: 0.3.3 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 + possible-typed-array-names: 1.0.0 + dev: true + /typescript@4.7.4: resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} engines: {node: '>=4.2.0'} @@ -12919,6 +14028,15 @@ packages: resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} dev: true + /unbox-primitive@1.0.2: + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + dependencies: + call-bind: 1.0.7 + has-bigints: 1.0.2 + has-symbols: 1.0.3 + which-boxed-primitive: 1.0.2 + dev: true + /unc-path-regex@0.1.2: resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} engines: {node: '>=0.10.0'} @@ -12927,6 +14045,12 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + /unicode-emoji-utils@1.2.0: + resolution: {integrity: sha512-djUB91p/6oYpgps4W5K/MAvM+UspoAANHSUW495BrxeLRoned3iNPEDQgrKx9LbLq93VhNz0NWvI61vcfrwYoA==} + dependencies: + emoji-regex: 10.3.0 + dev: true + /unicorn-magic@0.1.0: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} @@ -13402,6 +14526,24 @@ packages: is-symbol: 1.0.4 dev: true + /which-builtin-type@1.1.3: + resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} + engines: {node: '>= 0.4'} + dependencies: + function.prototype.name: 1.1.6 + has-tostringtag: 1.0.2 + is-async-function: 2.0.0 + is-date-object: 1.0.5 + is-finalizationregistry: 1.0.2 + is-generator-function: 1.0.10 + is-regex: 1.1.4 + is-weakref: 1.0.2 + isarray: 2.0.5 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.2 + which-typed-array: 1.1.15 + dev: true + /which-collection@1.0.2: resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} engines: {node: '>= 0.4'} @@ -13475,7 +14617,6 @@ packages: /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - dev: false /ws@8.16.0: resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} @@ -13548,7 +14689,6 @@ packages: /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - dev: false /yocto-queue@1.0.0: resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} From 02011720f50e2db188b6f88df1fe36e8f28eab8a Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sat, 30 Mar 2024 11:39:27 -0700 Subject: [PATCH 11/39] Data Mapper --- libs/data-mapper/package.json | 65 ++- libs/data-mapper/src/lib/components/index.tsx | 1 - libs/data-mapper/src/lib/core/state/Store.ts | 2 +- libs/data-mapper/src/lib/styles.less | 2 +- libs/data-mapper/src/types/Svg.d.ts | 4 + libs/data-mapper/tsconfig.json | 38 +- libs/data-mapper/tsup.config.ts | 23 + libs/vscode-extension/package.json | 33 +- libs/vscode-extension/tsconfig.json | 29 +- libs/vscode-extension/tsup.config.ts | 19 + pnpm-lock.yaml | 517 +++++++++--------- 11 files changed, 428 insertions(+), 305 deletions(-) delete mode 100644 libs/data-mapper/src/lib/components/index.tsx create mode 100644 libs/data-mapper/src/types/Svg.d.ts create mode 100644 libs/data-mapper/tsup.config.ts create mode 100644 libs/vscode-extension/tsup.config.ts diff --git a/libs/data-mapper/package.json b/libs/data-mapper/package.json index 53b64164612..f3abfd2bcc0 100644 --- a/libs/data-mapper/package.json +++ b/libs/data-mapper/package.json @@ -1,43 +1,66 @@ { "name": "@microsoft/logic-apps-data-mapper", "version": "3.2.0", + "license": "MIT", + "type": "module", + "module": "build/lib/index.esm.js", + "main": "build/lib/index.js", + "types": "build/lib/index.d.ts", + "exports": { + ".": { + "types": "./build/lib/index.d.ts", + "import": "./build/lib/index.mjs", + "default": "./build/lib/index.js" + }, + "./package.json": "./package.json", + "./build/lib/index.css": "./build/lib/index.css" + }, + "sideEffects": false, + "engines": { + "node": ">=12" + }, + "files": [ + "build/lib/**/*", + "src" + ], "scripts": { - "yalcpush": "yalc push ../../dist/libs/data-mapper" + "build": "tsup && tsc --emitDeclarationOnly" }, "dependencies": { - "@microsoft/logic-apps-shared": "workspace:*", - "react-intl": "6.3.0", + "@fluentui/azure-themes": "8.5.70", "@fluentui/react": "8.110.2", "@fluentui/react-components": "9.42.0", + "@fluentui/react-hooks": "8.6.20", "@fluentui/react-icons": "2.0.224", - "react-redux": "8.0.2", - "react-icons": "4.8.0", - "reactflow": "11.8.2", - "@microsoft/designer-ui": "workspace:*", - "react-query": "3.39.3", "@fluentui/react-migration-v8-v9": "9.2.16", - "@microsoft/logic-apps-designer": "workspace:*", - "fuse.js": "6.6.2", - "@react-hookz/web": "22.0.0", - "@fluentui/react-hooks": "8.6.20", - "redux-undo": "1.1.0", - "@fluentui/azure-themes": "8.5.70", "@fluentui/react-portal-compat": "9.0.60", "@microsoft/applicationinsights-react-js": "3.4.0", "@microsoft/applicationinsights-web": "2.8.9", + "@microsoft/designer-ui": "workspace:*", + "@microsoft/logic-apps-designer": "workspace:*", + "@microsoft/logic-apps-shared": "workspace:*", + "@react-hookz/web": "22.0.0", "@reduxjs/toolkit": "1.8.5", + "fuse.js": "6.6.2", + "immer": "9.0.15", "js-yaml": "4.1.0", + "pathfinding": "0.4.18", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", - "immer": "9.0.15", - "pathfinding": "0.4.18" - }, - "devDependencies": { - "@types/react": "^18.2.69", - "react": "^18.2.0" + "react-icons": "4.8.0", + "react-intl": "6.3.0", + "react-query": "3.39.3", + "react-redux": "8.0.2", + "reactflow": "11.8.2", + "redux-thunk": "2.4.2", + "redux-undo": "1.1.0" }, "peerDependencies": { "react": "^16.4.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" + }, + "devDependencies": { + "@types/js-yaml": "^4.0.9", + "@types/pathfinding": "^0.0.9" } -} +} \ No newline at end of file diff --git a/libs/data-mapper/src/lib/components/index.tsx b/libs/data-mapper/src/lib/components/index.tsx deleted file mode 100644 index f41a696fd20..00000000000 --- a/libs/data-mapper/src/lib/components/index.tsx +++ /dev/null @@ -1 +0,0 @@ -export * from './lib'; diff --git a/libs/data-mapper/src/lib/core/state/Store.ts b/libs/data-mapper/src/lib/core/state/Store.ts index 4abc0c8fd80..5de4264b653 100644 --- a/libs/data-mapper/src/lib/core/state/Store.ts +++ b/libs/data-mapper/src/lib/core/state/Store.ts @@ -6,7 +6,7 @@ import panelReducer from './PanelSlice'; import schemaReducer from './SchemaSlice'; import { configureStore } from '@reduxjs/toolkit'; import undoable, { includeAction } from 'redux-undo'; - +import type { } from 'redux-thunk'; const includedActions = [ 'dataMap/doDataMapOperation', 'dataMap/makeConnection', diff --git a/libs/data-mapper/src/lib/styles.less b/libs/data-mapper/src/lib/styles.less index 4392f37080b..048723b23ea 100644 --- a/libs/data-mapper/src/lib/styles.less +++ b/libs/data-mapper/src/lib/styles.less @@ -1,3 +1,3 @@ -@import (css) '~reactflow/dist/style.css'; +@import (css) 'reactflow/dist/style.css'; @import '../../../designer-ui/src/styles.less'; @import './components/style.less'; diff --git a/libs/data-mapper/src/types/Svg.d.ts b/libs/data-mapper/src/types/Svg.d.ts new file mode 100644 index 00000000000..091d25e2101 --- /dev/null +++ b/libs/data-mapper/src/types/Svg.d.ts @@ -0,0 +1,4 @@ +declare module '*.svg' { + const content: any; + export default content; +} diff --git a/libs/data-mapper/tsconfig.json b/libs/data-mapper/tsconfig.json index 4b531b036c9..32fe044f65f 100644 --- a/libs/data-mapper/tsconfig.json +++ b/libs/data-mapper/tsconfig.json @@ -1,9 +1,37 @@ { - "extends": "../../tsconfig.json", + "extends": "../../tsconfig.base.json", "compilerOptions": { - "jsx": "react", + "forceConsistentCasingInFileNames": true, + "allowSyntheticDefaultImports": true, + "strict": true, + "noImplicitAny": true, + "noImplicitOverride": false, + "noPropertyAccessFromIndexSignature": false, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "jsx": "react-jsx", + "esModuleInterop": true, + "resolveJsonModule": true, + "outDir": "./build/lib", + "baseUrl": "./src", "rootDir": "./src", - "outDir": "./build/lib" + "declaration": true, + "types": [ + "node", + "react", + "react-query" + ] }, - "include": ["src"] -} + "files": [], + "include": [ + "**/src/**/*.ts", + "**/src/**/*.tsx" + + ], + "exclude": [ + "**/*.spec.ts", + "**/__test__/**", + "**/__tests__/**", + "jest.config.ts" + ] +} \ No newline at end of file diff --git a/libs/data-mapper/tsup.config.ts b/libs/data-mapper/tsup.config.ts new file mode 100644 index 00000000000..5d3810a2d6f --- /dev/null +++ b/libs/data-mapper/tsup.config.ts @@ -0,0 +1,23 @@ +import { defineConfig } from 'tsup'; +import { lessLoader } from 'esbuild-plugin-less'; + +export default defineConfig({ + entry: ['src/index.ts'], + treeshake: true, + outDir: 'build/lib', + sourcemap: 'inline', + minify: false, + clean: true, + // dts: true, + splitting: false, + tsconfig: 'tsconfig.json', + format: ['cjs', 'esm'], + external: ['react'], + injectStyle: false, + loader: { + '.svg': 'dataurl', + }, + esbuildPlugins: [ + lessLoader() + ], +}); \ No newline at end of file diff --git a/libs/vscode-extension/package.json b/libs/vscode-extension/package.json index 07d8a965105..3f8afdfc93d 100644 --- a/libs/vscode-extension/package.json +++ b/libs/vscode-extension/package.json @@ -1,8 +1,31 @@ { "name": "@microsoft/vscode-extension-logic-apps", "version": "3.2.0", - "dependencies": {}, - "peerDependencies": { + "license": "MIT", + "type": "module", + "module": "build/lib/index.esm.js", + "main": "build/lib/index.js", + "types": "build/lib/index.d.ts", + "exports": { + ".": { + "types": "./build/lib/index.d.ts", + "import": "./build/lib/index.mjs", + "default": "./build/lib/index.js" + }, + "./package.json": "./package.json" + }, + "sideEffects": false, + "engines": { + "node": ">=12" + }, + "files": [ + "build/lib/**/*", + "src" + ], + "scripts": { + "build": "tsup && tsc --emitDeclarationOnly" + }, + "dependencies": { "@microsoft/vscode-azext-azureappservice": "0.8.1", "@microsoft/vscode-azext-utils": "0.4.6", "@microsoft/logic-apps-shared": "workspace:*", @@ -12,5 +35,9 @@ "@apidevtools/swagger-parser": "10.0.3", "reactflow": "11.8.2", "tslib": "2.4.0" + }, + "devDependencies": { + "@types/vscode": "1.76.0", + "@types/vscode-webview": "1.57.1" } -} +} \ No newline at end of file diff --git a/libs/vscode-extension/tsconfig.json b/libs/vscode-extension/tsconfig.json index 4b531b036c9..3a353e072aa 100644 --- a/libs/vscode-extension/tsconfig.json +++ b/libs/vscode-extension/tsconfig.json @@ -1,9 +1,30 @@ { - "extends": "../../tsconfig.json", + "extends": "../../tsconfig.base.json", "compilerOptions": { + "forceConsistentCasingInFileNames": true, + "allowSyntheticDefaultImports": true, + "strict": true, + "noImplicitOverride": true, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, "jsx": "react", + "esModuleInterop": true, + "resolveJsonModule": true, + "outDir": "./build/lib", + "baseUrl": "./src", "rootDir": "./src", - "outDir": "./build/lib" + "declaration": true, + "types": [], }, - "include": ["src"] -} + "files": [], + "include": [ + "**/src/**/*.ts", + "**/src/**/*.tsx" + ], + "exclude": [ + "**/__test__/**", + "**/__tests__/**", + "jest.config.ts" + ] +} \ No newline at end of file diff --git a/libs/vscode-extension/tsup.config.ts b/libs/vscode-extension/tsup.config.ts new file mode 100644 index 00000000000..3a8fe544a7f --- /dev/null +++ b/libs/vscode-extension/tsup.config.ts @@ -0,0 +1,19 @@ +import { defineConfig } from 'tsup'; +import svgr from 'esbuild-plugin-svgr' + +export default defineConfig({ + entry: ['src/index.ts'], + treeshake: true, + sourcemap: 'inline', + outDir: 'build/lib', + minify: false, + clean: true, + splitting: false, + tsconfig: 'tsconfig.json', + format: ['cjs', 'esm'], + external: ['react'], + injectStyle: false, + loader: { + '.svg': 'dataurl', + }, +}); \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7bbb455f5b0..87973f34763 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -134,31 +134,31 @@ importers: dependencies: '@fluentui/azure-themes': specifier: 8.5.70 - version: 8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react': specifier: 8.110.2 - version: 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-components': specifier: 9.42.0 - version: 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + version: 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-hooks': specifier: 8.6.20 - version: 8.6.20(@types/react@18.2.70)(react@18.2.0) + version: 8.6.20(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-icons': specifier: 2.0.224 version: 2.0.224(react@18.2.0) '@fluentui/react-migration-v8-v9': specifier: 9.2.16 - version: 9.2.16(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + version: 9.2.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-portal-compat': specifier: 9.0.60 - version: 9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + version: 9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@microsoft/applicationinsights-react-js': specifier: 3.4.0 - version: 3.4.0(history@5.3.0)(react@18.2.0)(tslib@2.6.2) + version: 3.4.0(history@5.3.0)(react@18.2.0)(tslib@2.4.0) '@microsoft/applicationinsights-web': specifier: 2.8.9 - version: 2.8.9(tslib@2.6.2) + version: 2.8.9(tslib@2.4.0) '@microsoft/designer-ui': specifier: workspace:* version: link:../designer-ui @@ -186,9 +186,12 @@ importers: pathfinding: specifier: 0.4.18 version: 0.4.18 + react: + specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 + version: 18.2.0 react-dnd: specifier: 16.0.1 - version: 16.0.1(@types/node@20.12.2)(@types/react@18.2.70)(react@18.2.0) + version: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@18.2.0) react-dnd-html5-backend: specifier: 16.0.1 version: 16.0.1 @@ -206,20 +209,23 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@18.2.0) react-redux: specifier: 8.0.2 - version: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + redux-thunk: + specifier: 2.4.2 + version: 2.4.2(redux@4.2.1) redux-undo: specifier: 1.1.0 version: 1.1.0 devDependencies: - '@types/react': - specifier: ^18.2.69 - version: 18.2.70 - react: - specifier: ^18.2.0 - version: 18.2.0 + '@types/js-yaml': + specifier: ^4.0.9 + version: 4.0.9 + '@types/pathfinding': + specifier: ^0.0.9 + version: 0.0.9 libs/designer: dependencies: @@ -243,7 +249,7 @@ importers: version: 8.13.16(@types/react@18.2.73)(react@17.0.2) '@microsoft/applicationinsights-core-js': specifier: 2.8.9 - version: 2.8.9(tslib@2.6.2) + version: 2.8.9(tslib@2.4.0) '@microsoft/designer-ui': specifier: workspace:* version: link:../designer-ui @@ -479,6 +485,13 @@ importers: tslib: specifier: 2.4.0 version: 2.4.0 + devDependencies: + '@types/vscode': + specifier: 1.76.0 + version: 1.76.0 + '@types/vscode-webview': + specifier: 1.57.1 + version: 1.57.1 packages: @@ -535,7 +548,7 @@ packages: resolution: {integrity: sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==} engines: {node: '>=12.0.0'} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@azure/abort-controller@2.1.1: @@ -553,7 +566,7 @@ packages: '@azure/core-client': 1.9.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -568,7 +581,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -583,7 +596,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -609,7 +622,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -622,7 +635,7 @@ packages: '@azure/core-client': 1.9.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -637,7 +650,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -652,7 +665,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -667,7 +680,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -682,7 +695,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - supports-color dev: false @@ -725,7 +738,7 @@ packages: form-data: 4.0.0 node-fetch: 2.7.0 process: 0.11.10 - tslib: 2.6.2 + tslib: 2.4.0 tunnel: 0.0.6 uuid: 8.3.2 xml2js: 0.5.0 @@ -771,7 +784,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: '@opentelemetry/api': 1.8.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@azure/core-tracing@1.1.1: @@ -836,7 +849,7 @@ packages: '@azure/core-tracing': 1.0.0-preview.13 '@azure/logger': 1.1.1 events: 3.3.0 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - encoding dev: false @@ -1633,10 +1646,10 @@ packages: resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} dev: false - /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==} dependencies: - '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) '@fluentui/set-version': 8.2.14 tslib: 2.6.2 transitivePeerDependencies: @@ -1646,10 +1659,10 @@ packages: - react-dom dev: false - /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==} dependencies: - '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/set-version': 8.2.14 tslib: 2.6.2 transitivePeerDependencies: @@ -1670,13 +1683,13 @@ packages: resolution: {integrity: sha512-+4DVm5sNfJh+l8fM+7ylpOkGNZkNr4X1z1uKQPzRJ1PRhlnvc6vLpWNNicGwpjTbgufSrVtGKXwP5sf++r81lg==} dependencies: '@fluentui/set-version': 8.2.14 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@fluentui/fluent2-theme@8.107.68(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/fluent2-theme@8.107.68(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-AwE1vDOm3IzVvG0pnL2DyOS1mLLGzktOlZIC2Q5BoNkYDbn91eFDN6jE11PuARvCPSRjEqumjkQU0egvF48Dsw==} dependencies: - '@fluentui/react': 8.117.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': 8.117.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/set-version': 8.2.14 tslib: 2.6.2 transitivePeerDependencies: @@ -1770,7 +1783,7 @@ packages: /@fluentui/keyboard-key@0.4.14: resolution: {integrity: sha512-XzZHcyFEM20H23h3i15UpkHi2AhRBriXPGAHq0Jm98TKFppXehedjjEFuUsh+CyU5JKBhDalWp8TAQ1ArpNzow==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/keyboard-keys@9.0.7: @@ -3127,20 +3140,6 @@ packages: tslib: 2.6.2 dev: false - /@fluentui/react-hooks@8.6.20(@types/react@18.2.70)(react@18.2.0): - resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} - peerDependencies: - '@types/react': '>=16.8.0 <19.0.0' - react: '>=16.8.0 <19.0.0' - dependencies: - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) - '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 - react: 18.2.0 - tslib: 2.6.2 - dev: false - /@fluentui/react-hooks@8.6.20(@types/react@18.2.73)(react@17.0.2): resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} peerDependencies: @@ -3831,7 +3830,7 @@ packages: react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false - /@fluentui/react-migration-v8-v9@9.2.16(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-migration-v8-v9@9.2.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-TTS4FY1hCG447m5EzGwITQCCeueUmrj8hOa9clDJDim4QR4BT1QhuQa/pZZKGUGjkdNJnDkEeJms+tCLiSvTjw==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3840,15 +3839,15 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@ctrl/tinycolor': 3.3.4 - '@fluentui/fluent2-theme': 8.107.68(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/fluent2-theme': 8.107.68(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-icons': 2.0.224(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.4.36 - '@types/react': 18.2.70 + '@types/react': 18.2.73 '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -4171,18 +4170,18 @@ packages: react: 18.2.0 dev: false - /@fluentui/react-portal-compat@9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-portal-compat@9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xswO96THwpHVa88hajCTiazY2nc4rMex4uneunk66j0WRpz6W/4E3E5pTI2PSI9DvB0t0gB3uoRML1I6nHveWA==} peerDependencies: '@fluentui/react-components': ^9.21.0 '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@swc/helpers': 0.4.36 - '@types/react': 18.2.70 + '@types/react': 18.2.73 react: 18.2.0 transitivePeerDependencies: - '@types/react-dom' @@ -5972,7 +5971,7 @@ packages: tslib: 2.6.2 dev: false - /@fluentui/react@8.117.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react@8.117.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7zPFyyhm6zZGUF5C7/L5XNIBNBYsGc2ZIVg+nuCd56hBgMh0smWDnbciFKpQ9jvAh6gvfKbsgUuVWrD/FwEkAg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5981,23 +5980,23 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@fluentui/date-time-utilities': 8.6.0 - '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.73)(react@18.2.0) '@fluentui/merge-styles': 8.6.0 - '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-focus': 8.8.42(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-hooks': 8.7.0(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@18.2.0) '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@18.2.0) + '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 - '@types/react': 18.2.70 + '@types/react': 18.2.73 '@types/react-dom': 18.2.23 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/set-version@8.2.14: @@ -6163,7 +6162,7 @@ packages: '@fluentui/set-version': 8.2.14 '@types/react': 18.2.70 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/utilities@8.15.0(@types/react@18.2.73)(react@17.0.2): @@ -6177,7 +6176,7 @@ packages: '@fluentui/set-version': 8.2.14 '@types/react': 18.2.73 react: 17.0.2 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/utilities@8.15.0(@types/react@18.2.73)(react@18.2.0): @@ -6191,7 +6190,7 @@ packages: '@fluentui/set-version': 8.2.14 '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@formatjs/cli@6.2.9: @@ -6209,32 +6208,32 @@ packages: resolution: {integrity: sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==} dependencies: '@formatjs/intl-localematcher': 0.2.32 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@formatjs/ecma402-abstract@1.18.2: resolution: {integrity: sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==} dependencies: '@formatjs/intl-localematcher': 0.5.4 - tslib: 2.6.2 + tslib: 2.4.0 /@formatjs/fast-memoize@1.2.8: resolution: {integrity: sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@formatjs/fast-memoize@2.2.0: resolution: {integrity: sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 /@formatjs/icu-messageformat-parser@2.3.0: resolution: {integrity: sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==} dependencies: '@formatjs/ecma402-abstract': 1.14.3 '@formatjs/icu-skeleton-parser': 1.3.18 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@formatjs/icu-messageformat-parser@2.7.6: @@ -6242,27 +6241,27 @@ packages: dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/icu-skeleton-parser': 1.8.0 - tslib: 2.6.2 + tslib: 2.4.0 /@formatjs/icu-skeleton-parser@1.3.18: resolution: {integrity: sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==} dependencies: '@formatjs/ecma402-abstract': 1.14.3 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@formatjs/icu-skeleton-parser@1.8.0: resolution: {integrity: sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==} dependencies: '@formatjs/ecma402-abstract': 1.18.2 - tslib: 2.6.2 + tslib: 2.4.0 /@formatjs/intl-displaynames@6.2.6: resolution: {integrity: sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==} dependencies: '@formatjs/ecma402-abstract': 1.14.3 '@formatjs/intl-localematcher': 0.2.32 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@formatjs/intl-displaynames@6.6.6: @@ -6270,14 +6269,14 @@ packages: dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/intl-localematcher': 0.5.4 - tslib: 2.6.2 + tslib: 2.4.0 /@formatjs/intl-listformat@7.1.9: resolution: {integrity: sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==} dependencies: '@formatjs/ecma402-abstract': 1.14.3 '@formatjs/intl-localematcher': 0.2.32 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@formatjs/intl-listformat@7.5.5: @@ -6285,18 +6284,18 @@ packages: dependencies: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/intl-localematcher': 0.5.4 - tslib: 2.6.2 + tslib: 2.4.0 /@formatjs/intl-localematcher@0.2.32: resolution: {integrity: sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@formatjs/intl-localematcher@0.5.4: resolution: {integrity: sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 /@formatjs/intl@2.10.1(typescript@4.7.4): resolution: {integrity: sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==} @@ -6329,7 +6328,7 @@ packages: '@formatjs/intl-displaynames': 6.2.6 '@formatjs/intl-listformat': 7.1.9 intl-messageformat: 10.3.1 - tslib: 2.6.2 + tslib: 2.4.0 typescript: 4.7.4 dev: false @@ -6346,7 +6345,7 @@ packages: '@types/node': 17.0.45 chalk: 4.1.2 json-stable-stringify: 1.1.1 - tslib: 2.6.2 + tslib: 2.4.0 typescript: 5.3.3 dev: true @@ -6358,7 +6357,7 @@ packages: csstype: 3.1.3 rtl-css-js: 1.16.1 stylis: 4.3.1 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@griffel/react@1.5.21(react@17.0.2): @@ -6746,50 +6745,50 @@ packages: - '@types/node' dev: true - /@microsoft/applicationinsights-analytics-js@2.8.9(tslib@2.6.2): + /@microsoft/applicationinsights-analytics-js@2.8.9(tslib@2.4.0): resolution: {integrity: sha512-7Mu1vJQe2RUFuMXSmQqqk/pzqk0HoWnDH297trDdXPSDgU40YXTp+E5PWD9qoVUnhftb2LYKSL9HlWIBn705eg==} peerDependencies: tslib: '*' dependencies: - '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.4.0) '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@microsoft/applicationinsights-channel-js@2.8.9(tslib@2.6.2): + /@microsoft/applicationinsights-channel-js@2.8.9(tslib@2.4.0): resolution: {integrity: sha512-fMBsAEB7pWtPn43y72q9Xy5E5y55r6gMuDQqRRccccVoQDPXyS57VCj5IdATblctru0C6A8XpL2vRyNmEsu0Vg==} peerDependencies: tslib: '*' dependencies: - '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.4.0) '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@microsoft/applicationinsights-common@2.8.18(tslib@2.6.2): + /@microsoft/applicationinsights-common@2.8.18(tslib@2.4.0): resolution: {integrity: sha512-/PBRmRL6rFCoO3vWpIEHuFnu+TinEYRKWOj+I+XVUH5myZpv+nYvaRdwryVTkmCYxLyL9kxtNn7hQx8DBlhdSw==} peerDependencies: tslib: '*' dependencies: - '@microsoft/applicationinsights-core-js': 2.8.18(tslib@2.6.2) + '@microsoft/applicationinsights-core-js': 2.8.18(tslib@2.4.0) '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@microsoft/applicationinsights-common@2.8.9(tslib@2.6.2): + /@microsoft/applicationinsights-common@2.8.9(tslib@2.4.0): resolution: {integrity: sha512-mObn1moElyxZaGIRF/IU3cOaeKMgxghXnYEoHNUCA2e+rNwBIgxjyKkblFIpmGuHf4X7Oz3o3yBWpaC6AoMpig==} peerDependencies: tslib: '*' dependencies: - '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.4.0) '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@microsoft/applicationinsights-core-js@2.8.18(tslib@2.4.0): @@ -6802,84 +6801,74 @@ packages: tslib: 2.4.0 dev: false - /@microsoft/applicationinsights-core-js@2.8.18(tslib@2.6.2): - resolution: {integrity: sha512-yPHRZFLpnEO0uSgFPM1BLMRRwjoten9YBbn4pJRbCT4PigLnj748knmWsMwXIdcehtkRTYz78kPYa/LWP7nvmA==} - peerDependencies: - tslib: '*' - dependencies: - '@microsoft/applicationinsights-shims': 2.0.2 - '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 - dev: false - - /@microsoft/applicationinsights-core-js@2.8.9(tslib@2.6.2): + /@microsoft/applicationinsights-core-js@2.8.9(tslib@2.4.0): resolution: {integrity: sha512-HRuIuZ6aOWezcg/G5VyFDDWGL8hDNe/ljPP01J7ImH2kRPEgbtcfPSUMjkamGMefgdq81GZsSoC/NNGTP4pp2w==} peerDependencies: tslib: '*' dependencies: '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@microsoft/applicationinsights-dependencies-js@2.8.9(tslib@2.6.2): + /@microsoft/applicationinsights-dependencies-js@2.8.9(tslib@2.4.0): resolution: {integrity: sha512-tbssKmuA8I/s09elAvYtkChif3Ary/s9CliriFZ8aQsIM6iLv9Fm9sM2q/gDADO8a4HGuR2a+KahXfqqRdHYKQ==} peerDependencies: tslib: '*' dependencies: - '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.4.0) '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@microsoft/applicationinsights-properties-js@2.8.9(tslib@2.6.2): + /@microsoft/applicationinsights-properties-js@2.8.9(tslib@2.4.0): resolution: {integrity: sha512-sBoaEPoyV4d5l192HvuQ5+Juc5fukrOkOM/Ug9LEO1/esVmbdiYmGiLLch0MyWTxBkp9LEtYvcJb0/0t5x1odg==} peerDependencies: tslib: '*' dependencies: - '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.4.0) '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@microsoft/applicationinsights-react-js@3.4.0(history@5.3.0)(react@18.2.0)(tslib@2.6.2): + /@microsoft/applicationinsights-react-js@3.4.0(history@5.3.0)(react@18.2.0)(tslib@2.4.0): resolution: {integrity: sha512-digniwtei4TRUGnbwOQ40aaA8in52R4tp6OUyWGDNGw9V9i9VJUeckys4yR4dUDk03dxtcKksW52pN7xFT6H1g==} peerDependencies: history: '>= 4.10.1' react: '>= 17.0.1' tslib: '*' dependencies: - '@microsoft/applicationinsights-common': 2.8.18(tslib@2.6.2) - '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-common': 2.8.18(tslib@2.4.0) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.4.0) '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 history: 5.3.0 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@microsoft/applicationinsights-shims@2.0.2: resolution: {integrity: sha512-PoHEgsnmcqruLNHZ/amACqdJ6YYQpED0KSRe6J7gIJTtpZC1FfFU9b1fmDKDKtFoUSrPzEh1qzO3kmRZP0betg==} dev: false - /@microsoft/applicationinsights-web@2.8.9(tslib@2.6.2): + /@microsoft/applicationinsights-web@2.8.9(tslib@2.4.0): resolution: {integrity: sha512-uyJMNWUMQAehfK1UeAPd3+T5STOeuwty54yfoff12hyF1lWADkV5lEo4ohhMcRhQKdk7AUrhDF4eQnLrm61Mbg==} peerDependencies: tslib: '*' dependencies: - '@microsoft/applicationinsights-analytics-js': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-channel-js': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-common': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-dependencies-js': 2.8.9(tslib@2.6.2) - '@microsoft/applicationinsights-properties-js': 2.8.9(tslib@2.6.2) + '@microsoft/applicationinsights-analytics-js': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-channel-js': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-common': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-core-js': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-dependencies-js': 2.8.9(tslib@2.4.0) + '@microsoft/applicationinsights-properties-js': 2.8.9(tslib@2.4.0) '@microsoft/applicationinsights-shims': 2.0.2 '@microsoft/dynamicproto-js': 1.1.11 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@microsoft/dynamicproto-js@1.1.11: @@ -7078,22 +7067,6 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@reactflow/background@11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - /@reactflow/background@11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} peerDependencies: @@ -7110,33 +7083,33 @@ packages: - immer dev: false - /@reactflow/background@11.2.7(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/background@11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/controls@11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} + /@reactflow/background@11.2.7(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -7158,39 +7131,33 @@ packages: - immer dev: false - /@reactflow/controls@11.1.18(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/controls@11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/core@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} + /@reactflow/controls@11.1.18(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@types/d3': 7.4.3 - '@types/d3-drag': 3.0.7 - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 - d3-drag: 3.0.0 - d3-selection: 3.0.0 - d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -7218,7 +7185,7 @@ packages: - immer dev: false - /@reactflow/core@11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/core@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} peerDependencies: react: '>=17' @@ -7234,27 +7201,29 @@ packages: d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/minimap@11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} + /@reactflow/core@11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@types/d3': 7.4.3 + '@types/d3-drag': 3.0.7 '@types/d3-selection': 3.0.10 '@types/d3-zoom': 3.0.8 classcat: 5.0.4 + d3-drag: 3.0.0 d3-selection: 3.0.0 d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -7280,13 +7249,13 @@ packages: - immer dev: false - /@reactflow/minimap@11.6.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/minimap@11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) '@types/d3-selection': 3.0.10 '@types/d3-zoom': 3.0.8 classcat: 5.0.4 @@ -7294,25 +7263,27 @@ packages: d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} + /@reactflow/minimap@11.6.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 classcat: 5.0.4 - d3-drag: 3.0.0 d3-selection: 3.0.0 + d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -7336,35 +7307,37 @@ packages: - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 d3-drag: 3.0.0 d3-selection: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-toolbar@1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} + /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 + d3-drag: 3.0.0 + d3-selection: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -7386,6 +7359,22 @@ packages: - immer dev: false + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} + peerDependencies: + react: '>=17' + react-dom: '>=17' + dependencies: + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + classcat: 5.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) + transitivePeerDependencies: + - '@types/react' + - immer + dev: false + /@reactflow/node-toolbar@1.2.6(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} peerDependencies: @@ -7434,7 +7423,7 @@ packages: dependencies: immer: 9.0.15 react: 18.2.0 - react-redux: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + react-redux: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 @@ -7768,7 +7757,7 @@ packages: /@swc/helpers@0.4.14: resolution: {integrity: sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@swc/helpers@0.4.36: @@ -8130,6 +8119,10 @@ packages: resolution: {integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==} dev: false + /@types/js-yaml@4.0.9: + resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} + dev: true + /@types/json-schema@7.0.15: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} @@ -8187,6 +8180,10 @@ packages: dependencies: undici-types: 5.26.5 + /@types/pathfinding@0.0.9: + resolution: {integrity: sha512-b7tf4+gVc8+sRETzJ7pCeqhknQ9XVgYqbH5+ekcHmO5Hf/fy9BTBzSstE9mcOQc81Y0qITda8tF/UsN3huIMwg==} + dev: true + /@types/picomatch@2.3.3: resolution: {integrity: sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==} dev: true @@ -8237,6 +8234,14 @@ packages: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false + /@types/vscode-webview@1.57.1: + resolution: {integrity: sha512-ghW5SfuDmsGDS2A4xkvGsLwDRNc3Vj5rS6rPOyPm/IryZuf3wceZKxgYaUoW+k9f0f/CB7y2c1rRsdOWZWn0PQ==} + dev: true + + /@types/vscode@1.76.0: + resolution: {integrity: sha512-CQcY3+Fe5hNewHnOEAVYj4dd1do/QHliXaknAEYSXx2KEHUzFibDZSKptCon+HPgK55xx20pR+PBJjf0MomnBA==} + dev: true + /@typescript-eslint/scope-manager@6.21.0: resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} engines: {node: ^16.0.0 || >=18.0.0} @@ -9414,7 +9419,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.4.0 dev: true /dot-prop@5.3.0: @@ -10652,7 +10657,7 @@ packages: '@formatjs/ecma402-abstract': 1.14.3 '@formatjs/fast-memoize': 1.2.8 '@formatjs/icu-messageformat-parser': 2.3.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /intl-messageformat@10.5.11: @@ -10661,7 +10666,7 @@ packages: '@formatjs/ecma402-abstract': 1.18.2 '@formatjs/fast-memoize': 2.2.0 '@formatjs/icu-messageformat-parser': 2.7.6 - tslib: 2.6.2 + tslib: 2.4.0 /is-absolute@1.0.0: resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} @@ -11188,7 +11193,7 @@ packages: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.6.2 + tslib: 2.4.0 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -11353,7 +11358,7 @@ packages: /lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 dev: true /lru-cache@10.2.0: @@ -11840,7 +11845,7 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.6.2 + tslib: 2.4.0 dev: true /node-fetch@2.7.0: @@ -12410,31 +12415,6 @@ packages: react-dnd: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2) dev: false - /react-dnd@16.0.1(@types/node@20.12.2)(@types/react@18.2.70)(react@18.2.0): - resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} - peerDependencies: - '@types/hoist-non-react-statics': '>= 3.3.1' - '@types/node': '>= 12' - '@types/react': '>= 16' - react: '>= 16.14' - peerDependenciesMeta: - '@types/hoist-non-react-statics': - optional: true - '@types/node': - optional: true - '@types/react': - optional: true - dependencies: - '@react-dnd/invariant': 4.0.2 - '@react-dnd/shallowequal': 4.0.2 - '@types/node': 20.12.2 - '@types/react': 18.2.70 - dnd-core: 16.0.1 - fast-deep-equal: 3.1.3 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - dev: false - /react-dnd@16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2): resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} peerDependencies: @@ -12660,7 +12640,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-redux@8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): + /react-redux@8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1): resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -12683,18 +12663,18 @@ packages: dependencies: '@babel/runtime': 7.24.1 '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 18.2.70 + '@types/react': 18.2.73 '@types/react-dom': 18.2.23 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) react-is: 18.2.0 redux: 4.2.1 - use-sync-external-store: 1.2.0(react@18.2.0) + use-sync-external-store: 1.2.0(react@17.0.2) dev: false - /react-redux@8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1): + /react-redux@8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -12721,11 +12701,11 @@ packages: '@types/react-dom': 18.2.23 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) react-is: 18.2.0 redux: 4.2.1 - use-sync-external-store: 1.2.0(react@17.0.2) + use-sync-external-store: 1.2.0(react@18.2.0) dev: false /react-transition-group@4.4.5(react-dom@18.2.0)(react@17.0.2): @@ -12804,39 +12784,39 @@ packages: dependencies: loose-envify: 1.4.0 - /reactflow@11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + /reactflow@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/background': 11.2.7(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/controls': 11.1.18(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/core': 11.8.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/minimap': 11.6.2(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-resizer': 2.1.4(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.70)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + '@reactflow/background': 11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/controls': 11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/minimap': 11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/node-resizer': 2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - '@types/react' - immer dev: false - /reactflow@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): + /reactflow@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/background': 11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/controls': 11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/minimap': 11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/node-resizer': 2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + '@reactflow/background': 11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/controls': 11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/minimap': 11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-resizer': 2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -13386,7 +13366,7 @@ packages: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} dependencies: dot-case: 3.0.4 - tslib: 2.6.2 + tslib: 2.4.0 dev: true /source-map-js@1.2.0: @@ -13699,7 +13679,7 @@ packages: resolution: {integrity: sha512-wTPy2d6WVmU/YjT0ERY9jc+et1P/B8FoSQ4qhr1xi7liwTezRbRV6yA1pKx8kdPWmLdIOBA4fn07x9c0x/wnow==} dependencies: keyborg: 2.5.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /tas-client@0.2.33: @@ -13903,7 +13883,6 @@ packages: /tslib@2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - dev: false /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} @@ -14706,7 +14685,7 @@ packages: optionalDependencies: commander: 9.5.0 - /zustand@4.5.2(@types/react@18.2.70)(immer@9.0.15)(react@18.2.0): + /zustand@4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2): resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} engines: {node: '>=12.7.0'} peerDependencies: @@ -14721,13 +14700,13 @@ packages: react: optional: true dependencies: - '@types/react': 18.2.70 + '@types/react': 18.2.73 immer: 9.0.15 - react: 18.2.0 - use-sync-external-store: 1.2.0(react@18.2.0) + react: 17.0.2 + use-sync-external-store: 1.2.0(react@17.0.2) dev: false - /zustand@4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2): + /zustand@4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0): resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} engines: {node: '>=12.7.0'} peerDependencies: @@ -14744,8 +14723,8 @@ packages: dependencies: '@types/react': 18.2.73 immer: 9.0.15 - react: 17.0.2 - use-sync-external-store: 1.2.0(react@17.0.2) + react: 18.2.0 + use-sync-external-store: 1.2.0(react@18.2.0) dev: false /zustand@4.5.2(@types/react@18.2.73)(react@18.2.0): From 21590629fec1faba2be052878906a58589a33ad6 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sun, 31 Mar 2024 13:16:00 -0700 Subject: [PATCH 12/39] Standalone --- .npmrc | 4 +- apps/Standalone/.eslintrc.cjs | 18 + apps/Standalone/.gitignore | 24 + apps/Standalone/README.md | 30 + apps/Standalone/index.html | 13 + apps/Standalone/package.json | 48 + apps/Standalone/public/vite.svg | 1 + .../DesignerCommandBar.tsx | 0 .../AzureConsumptionLogicAppSelector.tsx | 0 .../AzureStandardLogicAppSelector.tsx | 0 .../app/AzureLogicAppsDesigner/Models/Arm.ts | 0 .../Models/LogicAppAppTypes.ts | 0 .../AzureLogicAppsDesigner/Models/Workflow.ts | 0 .../Models/WorkflowApp.ts | 0 .../Models/WorkflowListTypes.ts | 0 .../Queries/FetchConsumptionApps.ts | 0 .../Queries/FetchStandardApps.ts | 0 .../Services/Artifact.ts | 0 .../Services/ChildWorkflow.ts | 0 .../ConsumptionSerializationHelpers.ts | 0 .../FileSystemConnectionCreationClient.ts | 0 .../Services/HttpClient.ts | 0 .../Services/OAuthService.ts | 0 .../Services/WorkflowAndArtifacts.tsx | 0 .../Utilities/ArmParser.ts | 0 .../Utilities/Workflow.ts | 0 .../Utilities/resourceUtilities.ts | 0 .../app/AzureLogicAppsDesigner/laDesigner.tsx | 10 +- .../laDesignerConsumption.tsx | 8 +- .../src/app/DesignerShell/designer.tsx | 0 .../LogicAppSelector/LogicAppSelector.tsx | 0 ...customConnectionParameterEditorService.tsx | 0 .../app/LocalDesigner/customEditorService.tsx | 0 .../src/app/LocalDesigner/httpClient.ts | 0 .../src/app/LocalDesigner/localDesigner.tsx | 0 .../app/LocalDesigner/pseudoCommandBar.less | 0 .../app/LocalDesigner/pseudoCommandBar.tsx | 0 .../app/SettingsSections/contextSettings.tsx | 0 .../app/SettingsSections/sourceSettings.tsx | 0 apps/Standalone/src/assets/react.svg | 1 + .../src/components/LocalizationSettings.tsx | 0 .../src/components/settings_box.module.less | 0 .../src/components/settings_box.tsx | 0 .../src/components/themes.ts | 0 .../src/environments/environment.prod.ts | 0 .../src/environments/environment.ts | 0 apps/Standalone/src/index.css | 11 + apps/Standalone/src/main.tsx | 17 + apps/Standalone/src/polyfills.ts | 19 + .../src/state/connectionReferences.ts | 0 .../src/state/historyHelpers.ts | 0 .../src/state/store.ts | 0 .../src/state/workflowLoadingSelectors.ts | 0 .../src/state/workflowLoadingSlice.ts | 4 +- apps/Standalone/src/vite-env.d.ts | 1 + apps/Standalone/tsconfig.json | 25 + apps/Standalone/tsconfig.node.json | 11 + apps/Standalone/vite.config.ts | 27 + apps/designer-standalone/.babelrc | 11 - apps/designer-standalone/.browserslistrc | 16 - apps/designer-standalone/.eslintrc.json | 18 - apps/designer-standalone/jest.config.ts | 19 - apps/designer-standalone/project.json | 93 - apps/designer-standalone/src/assets/.gitkeep | 0 apps/designer-standalone/src/favicon.ico | Bin 15086 -> 0 bytes apps/designer-standalone/src/index.html | 14 - apps/designer-standalone/src/main.tsx | 17 - apps/designer-standalone/src/polyfills.ts | 14 - apps/designer-standalone/src/styles.less | 8 - apps/designer-standalone/src/typings.d.ts | 1 - apps/designer-standalone/tsconfig.app.json | 15 - apps/designer-standalone/tsconfig.json | 27 - apps/designer-standalone/tsconfig.spec.json | 24 - libs/chatbot/package.json | 6 +- libs/data-mapper/package.json | 4 +- libs/designer-ui/package.json | 7 +- .../src/lib/editor/monaco/index.tsx | 1 + .../src/lib/errorboundary/index.tsx | 4 +- libs/designer/package.json | 4 +- .../src/lib/core/ReactQueryProvider.tsx | 6 +- libs/logic-apps-shared/package.json | 4 +- package.json | 2 + pnpm-lock.yaml | 3915 ++++++++++------- pnpm-workspace.yaml | 1 + 84 files changed, 2493 insertions(+), 2010 deletions(-) create mode 100644 apps/Standalone/.eslintrc.cjs create mode 100644 apps/Standalone/.gitignore create mode 100644 apps/Standalone/README.md create mode 100644 apps/Standalone/index.html create mode 100644 apps/Standalone/package.json create mode 100644 apps/Standalone/public/vite.svg rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Models/Arm.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Models/Workflow.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Services/Artifact.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/laDesigner.tsx (98%) rename apps/{designer-standalone => Standalone}/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx (98%) rename apps/{designer-standalone => Standalone}/src/app/DesignerShell/designer.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/LocalDesigner/customConnectionParameterEditorService.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/LocalDesigner/customEditorService.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/LocalDesigner/httpClient.ts (100%) rename apps/{designer-standalone => Standalone}/src/app/LocalDesigner/localDesigner.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/LocalDesigner/pseudoCommandBar.less (100%) rename apps/{designer-standalone => Standalone}/src/app/LocalDesigner/pseudoCommandBar.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/SettingsSections/contextSettings.tsx (100%) rename apps/{designer-standalone => Standalone}/src/app/SettingsSections/sourceSettings.tsx (100%) create mode 100644 apps/Standalone/src/assets/react.svg rename apps/{designer-standalone => Standalone}/src/components/LocalizationSettings.tsx (100%) rename apps/{designer-standalone => Standalone}/src/components/settings_box.module.less (100%) rename apps/{designer-standalone => Standalone}/src/components/settings_box.tsx (100%) rename apps/{designer-standalone => Standalone}/src/components/themes.ts (100%) rename apps/{designer-standalone => Standalone}/src/environments/environment.prod.ts (100%) rename apps/{designer-standalone => Standalone}/src/environments/environment.ts (100%) create mode 100644 apps/Standalone/src/index.css create mode 100644 apps/Standalone/src/main.tsx create mode 100644 apps/Standalone/src/polyfills.ts rename apps/{designer-standalone => Standalone}/src/state/connectionReferences.ts (100%) rename apps/{designer-standalone => Standalone}/src/state/historyHelpers.ts (100%) rename apps/{designer-standalone => Standalone}/src/state/store.ts (100%) rename apps/{designer-standalone => Standalone}/src/state/workflowLoadingSelectors.ts (100%) rename apps/{designer-standalone => Standalone}/src/state/workflowLoadingSlice.ts (98%) create mode 100644 apps/Standalone/src/vite-env.d.ts create mode 100644 apps/Standalone/tsconfig.json create mode 100644 apps/Standalone/tsconfig.node.json create mode 100644 apps/Standalone/vite.config.ts delete mode 100644 apps/designer-standalone/.babelrc delete mode 100644 apps/designer-standalone/.browserslistrc delete mode 100644 apps/designer-standalone/.eslintrc.json delete mode 100644 apps/designer-standalone/jest.config.ts delete mode 100644 apps/designer-standalone/project.json delete mode 100644 apps/designer-standalone/src/assets/.gitkeep delete mode 100644 apps/designer-standalone/src/favicon.ico delete mode 100644 apps/designer-standalone/src/index.html delete mode 100644 apps/designer-standalone/src/main.tsx delete mode 100644 apps/designer-standalone/src/polyfills.ts delete mode 100644 apps/designer-standalone/src/styles.less delete mode 100644 apps/designer-standalone/src/typings.d.ts delete mode 100644 apps/designer-standalone/tsconfig.app.json delete mode 100644 apps/designer-standalone/tsconfig.json delete mode 100644 apps/designer-standalone/tsconfig.spec.json diff --git a/.npmrc b/.npmrc index c33ce9007fd..269ab1bb587 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ registry=https://registry.npmjs.org/ -legacy-peer-deps=true - +auto-install-peers=true +resolution-mode=highest diff --git a/apps/Standalone/.eslintrc.cjs b/apps/Standalone/.eslintrc.cjs new file mode 100644 index 00000000000..d6c95379530 --- /dev/null +++ b/apps/Standalone/.eslintrc.cjs @@ -0,0 +1,18 @@ +module.exports = { + root: true, + env: { browser: true, es2020: true }, + extends: [ + 'eslint:recommended', + 'plugin:@typescript-eslint/recommended', + 'plugin:react-hooks/recommended', + ], + ignorePatterns: ['dist', '.eslintrc.cjs'], + parser: '@typescript-eslint/parser', + plugins: ['react-refresh'], + rules: { + 'react-refresh/only-export-components': [ + 'warn', + { allowConstantExport: true }, + ], + }, +} diff --git a/apps/Standalone/.gitignore b/apps/Standalone/.gitignore new file mode 100644 index 00000000000..a547bf36d8d --- /dev/null +++ b/apps/Standalone/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/apps/Standalone/README.md b/apps/Standalone/README.md new file mode 100644 index 00000000000..0d6babeddbd --- /dev/null +++ b/apps/Standalone/README.md @@ -0,0 +1,30 @@ +# React + TypeScript + Vite + +This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. + +Currently, two official plugins are available: + +- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh +- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh + +## Expanding the ESLint configuration + +If you are developing a production application, we recommend updating the configuration to enable type aware lint rules: + +- Configure the top-level `parserOptions` property like this: + +```js +export default { + // other rules... + parserOptions: { + ecmaVersion: 'latest', + sourceType: 'module', + project: ['./tsconfig.json', './tsconfig.node.json'], + tsconfigRootDir: __dirname, + }, +} +``` + +- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked` +- Optionally add `plugin:@typescript-eslint/stylistic-type-checked` +- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list diff --git a/apps/Standalone/index.html b/apps/Standalone/index.html new file mode 100644 index 00000000000..e4b78eae123 --- /dev/null +++ b/apps/Standalone/index.html @@ -0,0 +1,13 @@ + + + + + + + Vite + React + TS + + +

+ + + diff --git a/apps/Standalone/package.json b/apps/Standalone/package.json new file mode 100644 index 00000000000..5971a8d56ca --- /dev/null +++ b/apps/Standalone/package.json @@ -0,0 +1,48 @@ +{ + "name": "standalone", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "tsc && vite build", + "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", + "preview": "vite preview" + }, + "dependencies": { + "@fluentui/azure-themes": "8.5.70", + "@fluentui/font-icons-mdl2": "8.5.13", + "@fluentui/foundation-legacy": "8.2.15", + "@fluentui/react": "^8.106.7", + "@fluentui/react-components": "^9.18.2", + "@fluentui/react-focus": "8.8.19", + "@fluentui/react-hooks": "8.6.20", + "@fluentui/react-migration-v8-v9": "^9.2.16", + "@fluentui/react-portal-compat": "^9.0.60", + "@fluentui/style-utilities": "8.9.6", + "@fluentui/theme": "2.6.25", + "@fluentui/utilities": "8.15.0", + "@microsoft/designer-ui": "workspace:*", + "@microsoft/logic-apps-chatbot": "workspace:*", + "@microsoft/logic-apps-designer": "workspace:*", + "@microsoft/logic-apps-shared": "workspace:*", + "@monaco-editor/react": "4.6.0", + "@reduxjs/toolkit": "1.8.5", + "axios": "^1.6.0", + "axios-retry": "^3.5.0", + "core-js": "3.24.1", + "jwt-decode": "^3.1.2", + "lodash.isequal": "^4.5.0", + "monaco-editor": "0.47.0", + "react-query": "3.39.3", + "react-redux": "8.0.2", + "regenerator-runtime": "0.13.9" + }, + "devDependencies": { + "@esbuild-plugins/node-globals-polyfill": "^0.2.3", + "@vitejs/plugin-react": "^4.2.1", + "rollup-plugin-polyfill-node": "^0.13.0", + "vite": "^5.2.0", + "vite-plugin-node-polyfills": "^0.21.0" + } +} \ No newline at end of file diff --git a/apps/Standalone/public/vite.svg b/apps/Standalone/public/vite.svg new file mode 100644 index 00000000000..e7b8dfb1b2a --- /dev/null +++ b/apps/Standalone/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx b/apps/Standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx rename to apps/Standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx b/apps/Standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx rename to apps/Standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx b/apps/Standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx rename to apps/Standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx b/apps/Standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts b/apps/Standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts similarity index 100% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts rename to apps/Standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx b/apps/Standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx similarity index 98% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx rename to apps/Standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx index fc99406bf4c..b7c540610fd 100644 --- a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx +++ b/apps/Standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx @@ -24,7 +24,7 @@ import { } from './Services/WorkflowAndArtifacts'; import { ArmParser } from './Utilities/ArmParser'; import { WorkflowUtility } from './Utilities/Workflow'; -import { Chatbot, chatbotPanelWidth } from '@microsoft/chatbot'; +// import { Chatbot, chatbotPanelWidth } from '@microsoft/logic-apps-chatbot'; import { BaseApiManagementService, BaseAppServiceService, @@ -320,13 +320,13 @@ const DesignerEditor = () => { isReadOnly={isReadOnly} isDarkMode={isDarkMode} showConnectionsPanel={showConnectionsPanel} - rightShift={showChatBot ? chatbotPanelWidth : undefined} + rightShift={showChatBot ? 'chatbotPanelWidth' : undefined} enableCopilot={async () => { dispatch(setIsChatBotEnabled(!showChatBot)); }} /> - - {showChatBot ? ( + + {/* {showChatBot ? ( openPanel('Azure Copilot Panel has been opened')} getAuthToken={getAuthToken} @@ -334,7 +334,7 @@ const DesignerEditor = () => { openFeedbackPanel={() => openPanel('Azure Feedback Panel has been opened')} closeChatBot={() => dispatch(setIsChatBotEnabled(false))} /> - ) : null} + ) : null} */} ) : null} diff --git a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx b/apps/Standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx similarity index 98% rename from apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx rename to apps/Standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx index e5bdc972843..2e0d3f25867 100644 --- a/apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx +++ b/apps/Standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx @@ -17,7 +17,7 @@ import { } from './Services/WorkflowAndArtifacts'; import { ArmParser } from './Utilities/ArmParser'; import { WorkflowUtility } from './Utilities/Workflow'; -import { Chatbot, chatbotPanelWidth } from '@microsoft/chatbot'; +// import { Chatbot, chatbotPanelWidth } from '@microsoft/logic-apps-chatbot'; import type { LogicAppsV2 } from '@microsoft/logic-apps-shared'; import { BaseApiManagementService, @@ -233,13 +233,13 @@ const DesignerEditorConsumption = () => { isDarkMode={isDarkMode} isConsumption showConnectionsPanel={showConnectionsPanel} - rightShift={showChatBot ? chatbotPanelWidth : undefined} + rightShift={showChatBot ? 'chatbotPanelWidth' : undefined} enableCopilot={() => { dispatch(setIsChatBotEnabled(!showChatBot)); }} /> - {showChatBot ? ( + {/* {showChatBot ? ( { }} getAuthToken={getAuthToken} /> - ) : null} + ) : null} */} ) : null} diff --git a/apps/designer-standalone/src/app/DesignerShell/designer.tsx b/apps/Standalone/src/app/DesignerShell/designer.tsx similarity index 100% rename from apps/designer-standalone/src/app/DesignerShell/designer.tsx rename to apps/Standalone/src/app/DesignerShell/designer.tsx diff --git a/apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx b/apps/Standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx similarity index 100% rename from apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx rename to apps/Standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx diff --git a/apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx b/apps/Standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx similarity index 100% rename from apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx rename to apps/Standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx diff --git a/apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx b/apps/Standalone/src/app/LocalDesigner/customEditorService.tsx similarity index 100% rename from apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx rename to apps/Standalone/src/app/LocalDesigner/customEditorService.tsx diff --git a/apps/designer-standalone/src/app/LocalDesigner/httpClient.ts b/apps/Standalone/src/app/LocalDesigner/httpClient.ts similarity index 100% rename from apps/designer-standalone/src/app/LocalDesigner/httpClient.ts rename to apps/Standalone/src/app/LocalDesigner/httpClient.ts diff --git a/apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx b/apps/Standalone/src/app/LocalDesigner/localDesigner.tsx similarity index 100% rename from apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx rename to apps/Standalone/src/app/LocalDesigner/localDesigner.tsx diff --git a/apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less b/apps/Standalone/src/app/LocalDesigner/pseudoCommandBar.less similarity index 100% rename from apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less rename to apps/Standalone/src/app/LocalDesigner/pseudoCommandBar.less diff --git a/apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx b/apps/Standalone/src/app/LocalDesigner/pseudoCommandBar.tsx similarity index 100% rename from apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx rename to apps/Standalone/src/app/LocalDesigner/pseudoCommandBar.tsx diff --git a/apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx b/apps/Standalone/src/app/SettingsSections/contextSettings.tsx similarity index 100% rename from apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx rename to apps/Standalone/src/app/SettingsSections/contextSettings.tsx diff --git a/apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx b/apps/Standalone/src/app/SettingsSections/sourceSettings.tsx similarity index 100% rename from apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx rename to apps/Standalone/src/app/SettingsSections/sourceSettings.tsx diff --git a/apps/Standalone/src/assets/react.svg b/apps/Standalone/src/assets/react.svg new file mode 100644 index 00000000000..6c87de9bb33 --- /dev/null +++ b/apps/Standalone/src/assets/react.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/designer-standalone/src/components/LocalizationSettings.tsx b/apps/Standalone/src/components/LocalizationSettings.tsx similarity index 100% rename from apps/designer-standalone/src/components/LocalizationSettings.tsx rename to apps/Standalone/src/components/LocalizationSettings.tsx diff --git a/apps/designer-standalone/src/components/settings_box.module.less b/apps/Standalone/src/components/settings_box.module.less similarity index 100% rename from apps/designer-standalone/src/components/settings_box.module.less rename to apps/Standalone/src/components/settings_box.module.less diff --git a/apps/designer-standalone/src/components/settings_box.tsx b/apps/Standalone/src/components/settings_box.tsx similarity index 100% rename from apps/designer-standalone/src/components/settings_box.tsx rename to apps/Standalone/src/components/settings_box.tsx diff --git a/apps/designer-standalone/src/components/themes.ts b/apps/Standalone/src/components/themes.ts similarity index 100% rename from apps/designer-standalone/src/components/themes.ts rename to apps/Standalone/src/components/themes.ts diff --git a/apps/designer-standalone/src/environments/environment.prod.ts b/apps/Standalone/src/environments/environment.prod.ts similarity index 100% rename from apps/designer-standalone/src/environments/environment.prod.ts rename to apps/Standalone/src/environments/environment.prod.ts diff --git a/apps/designer-standalone/src/environments/environment.ts b/apps/Standalone/src/environments/environment.ts similarity index 100% rename from apps/designer-standalone/src/environments/environment.ts rename to apps/Standalone/src/environments/environment.ts diff --git a/apps/Standalone/src/index.css b/apps/Standalone/src/index.css new file mode 100644 index 00000000000..4577ec624b5 --- /dev/null +++ b/apps/Standalone/src/index.css @@ -0,0 +1,11 @@ +@import "@microsoft/logic-apps-designer/build/lib/index.css"; +@import '@microsoft/logic-apps-chatbot/build/lib/index.css'; +@import '@microsoft/designer-ui/build/lib/index.css'; +/* You can add global styles to this file, and also import other style files */ +html, +body, +#root { + height: 100%; + overflow-y: hidden; + margin: 0; +} diff --git a/apps/Standalone/src/main.tsx b/apps/Standalone/src/main.tsx new file mode 100644 index 00000000000..c104d43842c --- /dev/null +++ b/apps/Standalone/src/main.tsx @@ -0,0 +1,17 @@ +import React from 'react'; +import { DesignerWrapper } from './app/DesignerShell/designer'; +import './polyfills'; +import { store } from './state/store'; +import { initializeIcons } from '@fluentui/react'; +import { createRoot } from 'react-dom/client'; +import { Provider } from 'react-redux'; +import './index.css'; + +initializeIcons(); +createRoot(document.getElementById('root')!).render( + + + + + +); diff --git a/apps/Standalone/src/polyfills.ts b/apps/Standalone/src/polyfills.ts new file mode 100644 index 00000000000..e000cbe4a21 --- /dev/null +++ b/apps/Standalone/src/polyfills.ts @@ -0,0 +1,19 @@ +/** + * Polyfill stable language features. These imports will be optimized by `@babel/preset-env`. + * + * See: https://github.com/zloirock/core-js#babel + */ +// import { Buffer } from 'buffer'; +import 'core-js/stable'; +// import * as monaco from 'monaco-editor'; +// import * as process from 'process'; +// import 'regenerator-runtime/runtime'; + +// (window as any).global = window; +// (window as any).process = process; + +// (window as any).Buffer = window.Buffer || Buffer; +import { loader } from "@monaco-editor/react"; +// you can change the source of the monaco files +// loader.config({ paths: { vs: "https://cdn.jsdelivr.net/npm/monaco-editor@0.47.0/min/vs" } }); +loader.config({ paths: { vs: "../node_modules/monaco-editor/min/vs" } }); \ No newline at end of file diff --git a/apps/designer-standalone/src/state/connectionReferences.ts b/apps/Standalone/src/state/connectionReferences.ts similarity index 100% rename from apps/designer-standalone/src/state/connectionReferences.ts rename to apps/Standalone/src/state/connectionReferences.ts diff --git a/apps/designer-standalone/src/state/historyHelpers.ts b/apps/Standalone/src/state/historyHelpers.ts similarity index 100% rename from apps/designer-standalone/src/state/historyHelpers.ts rename to apps/Standalone/src/state/historyHelpers.ts diff --git a/apps/designer-standalone/src/state/store.ts b/apps/Standalone/src/state/store.ts similarity index 100% rename from apps/designer-standalone/src/state/store.ts rename to apps/Standalone/src/state/store.ts diff --git a/apps/designer-standalone/src/state/workflowLoadingSelectors.ts b/apps/Standalone/src/state/workflowLoadingSelectors.ts similarity index 100% rename from apps/designer-standalone/src/state/workflowLoadingSelectors.ts rename to apps/Standalone/src/state/workflowLoadingSelectors.ts diff --git a/apps/designer-standalone/src/state/workflowLoadingSlice.ts b/apps/Standalone/src/state/workflowLoadingSlice.ts similarity index 98% rename from apps/designer-standalone/src/state/workflowLoadingSlice.ts rename to apps/Standalone/src/state/workflowLoadingSlice.ts index b4ffdc01082..8854920d1eb 100644 --- a/apps/designer-standalone/src/state/workflowLoadingSlice.ts +++ b/apps/Standalone/src/state/workflowLoadingSlice.ts @@ -63,7 +63,7 @@ type RunPayload = { export const loadWorkflow = createAsyncThunk('workflowLoadingState/loadWorkflow', async (_: void, thunkAPI) => { const currentState: RootState = thunkAPI.getState() as RootState; - const wf = await import(`../../../../__mocks__/workflows/${currentState.workflowLoader.resourcePath}`); + const wf = await import(`../../../../__mocks__/workflows/${currentState.workflowLoader.resourcePath?.split('.')[0]}.json`); return { workflowDefinition: wf.definition as LogicAppsV2.WorkflowDefinition, connectionReferences: {}, @@ -73,7 +73,7 @@ export const loadWorkflow = createAsyncThunk('workflowLoadingState/loadWorkflow' export const loadRun = createAsyncThunk('runLoadingState/loadRun', async (_: void, thunkAPI) => { const currentState: RootState = thunkAPI.getState() as RootState; try { - const runInstance = await import(`../../../../__mocks__/runs/${currentState.workflowLoader.resourcePath}`); + const runInstance = await import(`../../../../__mocks__/runs/${currentState.workflowLoader.resourcePath?.split('.')[0]}.json`); return { runInstance: runInstance as LogicAppsV2.RunInstanceDefinition } as RunPayload; } catch { return thunkAPI.rejectWithValue(null); diff --git a/apps/Standalone/src/vite-env.d.ts b/apps/Standalone/src/vite-env.d.ts new file mode 100644 index 00000000000..11f02fe2a00 --- /dev/null +++ b/apps/Standalone/src/vite-env.d.ts @@ -0,0 +1 @@ +/// diff --git a/apps/Standalone/tsconfig.json b/apps/Standalone/tsconfig.json new file mode 100644 index 00000000000..a7fc6fbf23d --- /dev/null +++ b/apps/Standalone/tsconfig.json @@ -0,0 +1,25 @@ +{ + "compilerOptions": { + "target": "ES2020", + "useDefineForClassFields": true, + "lib": ["ES2020", "DOM", "DOM.Iterable"], + "module": "ESNext", + "skipLibCheck": true, + + /* Bundler mode */ + "moduleResolution": "bundler", + "allowImportingTsExtensions": true, + "resolveJsonModule": true, + "isolatedModules": true, + "noEmit": true, + "jsx": "react-jsx", + + /* Linting */ + "strict": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noFallthroughCasesInSwitch": true + }, + "include": ["src"], + "references": [{ "path": "./tsconfig.node.json" }] +} diff --git a/apps/Standalone/tsconfig.node.json b/apps/Standalone/tsconfig.node.json new file mode 100644 index 00000000000..97ede7ee6f2 --- /dev/null +++ b/apps/Standalone/tsconfig.node.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "composite": true, + "skipLibCheck": true, + "module": "ESNext", + "moduleResolution": "bundler", + "allowSyntheticDefaultImports": true, + "strict": true + }, + "include": ["vite.config.ts"] +} diff --git a/apps/Standalone/vite.config.ts b/apps/Standalone/vite.config.ts new file mode 100644 index 00000000000..93e75272032 --- /dev/null +++ b/apps/Standalone/vite.config.ts @@ -0,0 +1,27 @@ +import { defineConfig } from 'vite' +import react from '@vitejs/plugin-react' +import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill' +import nodePolyfills from "rollup-plugin-polyfill-node"; +import { nodePolyfills as np } from 'vite-plugin-node-polyfills' + +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [ + react(), + NodeGlobalsPolyfillPlugin({ + // process: true, + buffer: true + }), + np() + ], + define: { + global: 'globalThis', + 'process.env': {}, + // process: process, + }, + build: { + rollupOptions: { + plugins: [nodePolyfills()], + }, + }, +}) diff --git a/apps/designer-standalone/.babelrc b/apps/designer-standalone/.babelrc deleted file mode 100644 index 61641ec8ac3..00000000000 --- a/apps/designer-standalone/.babelrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "presets": [ - [ - "@nrwl/react/babel", - { - "runtime": "automatic" - } - ] - ], - "plugins": [] -} diff --git a/apps/designer-standalone/.browserslistrc b/apps/designer-standalone/.browserslistrc deleted file mode 100644 index f1d12df4faa..00000000000 --- a/apps/designer-standalone/.browserslistrc +++ /dev/null @@ -1,16 +0,0 @@ -# This file is used by: -# 1. autoprefixer to adjust CSS to support the below specified browsers -# 2. babel preset-env to adjust included polyfills -# -# For additional information regarding the format and rule options, please see: -# https://github.com/browserslist/browserslist#queries -# -# If you need to support different browsers in production, you may tweak the list below. - -last 1 Chrome version -last 1 Firefox version -last 2 Edge major versions -last 2 Safari major version -last 2 iOS major versions -Firefox ESR -not IE 9-11 # For IE 9-11 support, remove 'not'. \ No newline at end of file diff --git a/apps/designer-standalone/.eslintrc.json b/apps/designer-standalone/.eslintrc.json deleted file mode 100644 index 734ddaceea4..00000000000 --- a/apps/designer-standalone/.eslintrc.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": ["plugin:@nrwl/nx/react", "../../.eslintrc.json"], - "ignorePatterns": ["!**/*"], - "overrides": [ - { - "files": ["*.ts", "*.tsx", "*.js", "*.jsx"], - "rules": {} - }, - { - "files": ["*.ts", "*.tsx"], - "rules": {} - }, - { - "files": ["*.js", "*.jsx"], - "rules": {} - } - ] -} diff --git a/apps/designer-standalone/jest.config.ts b/apps/designer-standalone/jest.config.ts deleted file mode 100644 index 5d260f488a7..00000000000 --- a/apps/designer-standalone/jest.config.ts +++ /dev/null @@ -1,19 +0,0 @@ -/* eslint-disable */ -export default { - displayName: 'designer-standalone', - preset: '../../jest.preset.js', - transform: { - '^(?!.*\\.(js|jsx|ts|tsx|css|json)$)': '@nrwl/react/plugins/jest', - '^.+\\.[tj]sx?$': [ - 'babel-jest', - { - presets: ['@nrwl/react/babel'], - }, - ], - }, - moduleNameMapper: { - '@fluentui/react/lib/(.*)$': '@fluentui/react/lib-commonjs/$1', - }, - moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx'], - coverageDirectory: '../../coverage/apps/designer-standalone', -}; diff --git a/apps/designer-standalone/project.json b/apps/designer-standalone/project.json deleted file mode 100644 index 68fea6bd74b..00000000000 --- a/apps/designer-standalone/project.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "name": "designer-standalone", - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "sourceRoot": "apps/designer-standalone/src", - "projectType": "application", - "targets": { - "build": { - "executor": "@nrwl/webpack:webpack", - "outputs": ["{options.outputPath}"], - "options": { - "outputPath": "dist/apps/designer-standalone", - "index": "apps/designer-standalone/src/index.html", - "main": "apps/designer-standalone/src/main.tsx", - "polyfills": "apps/designer-standalone/src/polyfills.ts", - "tsConfig": "apps/designer-standalone/tsconfig.app.json", - "assets": [ - "apps/designer-standalone/src/favicon.ico", - "apps/designer-standalone/src/assets" - ], - "styles": ["apps/designer-standalone/src/styles.less"], - "scripts": [], - "statsJson": true, - "webpackConfig": "custom-webpack.config.js" - }, - "configurations": { - "production": { - "fileReplacements": [ - { - "replace": "apps/designer-standalone/src/environments/environment.ts", - "with": "apps/designer-standalone/src/environments/environment.prod.ts" - } - ], - "optimization": true, - "outputHashing": "all", - "sourceMap": false, - "extractCss": true, - "namedChunks": false, - "extractLicenses": true, - "vendorChunk": false - }, - "development": { - "extractLicenses": false, - "optimization": false, - "sourceMap": true, - "vendorChunk": true - } - }, - "defaultConfiguration": "production" - }, - "serve": { - "executor": "@nrwl/webpack:dev-server", - "options": { - "buildTarget": "designer-standalone:build", - "hmr": true, - "host": "localhost", - "ssl": true, - "sslKey": "local-key.pem", - "sslCert": "local-cert.pem" - }, - "configurations": { - "production": { - "buildTarget": "designer-standalone:build:production", - "hmr": false - }, - "citest": { - "buildTarget": "designer-standalone:build:development", - "hmr": false, - "host": "localhost", - "ssl": false - }, - "development": { - "buildTarget": "designer-standalone:build:development" - } - }, - "defaultConfiguration": "development" - }, - "lint": { - "executor": "@nrwl/linter:eslint", - "outputs": ["{options.outputFile}"], - "options": { - "lintFilePatterns": ["apps/designer-standalone/**/*.{ts,tsx,js,jsx}"] - } - }, - "test": { - "executor": "@nrwl/jest:jest", - "outputs": ["{workspaceRoot}/coverage/apps/designer-standalone"], - "options": { - "jestConfig": "apps/designer-standalone/jest.config.ts", - "passWithNoTests": true - } - } - } -} diff --git a/apps/designer-standalone/src/assets/.gitkeep b/apps/designer-standalone/src/assets/.gitkeep deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/apps/designer-standalone/src/favicon.ico b/apps/designer-standalone/src/favicon.ico deleted file mode 100644 index 317ebcb2336e0833a22dddf0ab287849f26fda57..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15086 zcmeI332;U^%p|z7g|#(P)qFEA@4f!_@qOK2 z_lJl}!lhL!VT_U|uN7%8B2iKH??xhDa;*`g{yjTFWHvXn;2s{4R7kH|pKGdy(7z!K zgftM+Ku7~24TLlh(!g)gz|foI94G^t2^IO$uvX$3(OR0<_5L2sB)lMAMy|+`xodJ{ z_Uh_1m)~h?a;2W{dmhM;u!YGo=)OdmId_B<%^V^{ovI@y`7^g1_V9G}*f# zNzAtvou}I!W1#{M^@ROc(BZ! z+F!!_aR&Px3_reO(EW+TwlW~tv*2zr?iP7(d~a~yA|@*a89IUke+c472NXM0wiX{- zl`UrZC^1XYyf%1u)-Y)jj9;MZ!SLfd2Hl?o|80Su%Z?To_=^g_Jt0oa#CT*tjx>BI z16wec&AOWNK<#i0Qd=1O$fymLRoUR*%;h@*@v7}wApDl^w*h}!sYq%kw+DKDY)@&A z@9$ULEB3qkR#85`lb8#WZw=@})#kQig9oqy^I$dj&k4jU&^2(M3q{n1AKeGUKPFbr z1^<)aH;VsG@J|B&l>UtU#Ejv3GIqERzYgL@UOAWtW<{p#zy`WyJgpCy8$c_e%wYJL zyGHRRx38)HyjU3y{-4z6)pzb>&Q1pR)B&u01F-|&Gx4EZWK$nkUkOI|(D4UHOXg_- zw{OBf!oWQUn)Pe(=f=nt=zkmdjpO^o8ZZ9o_|4tW1ni+Un9iCW47*-ut$KQOww!;u z`0q)$s6IZO!~9$e_P9X!hqLxu`fpcL|2f^I5d4*a@Dq28;@2271v_N+5HqYZ>x;&O z05*7JT)mUe&%S0@UD)@&8SmQrMtsDfZT;fkdA!r(S=}Oz>iP)w=W508=Rc#nNn7ym z1;42c|8($ALY8#a({%1#IXbWn9-Y|0eDY$_L&j{63?{?AH{);EzcqfydD$@-B`Y3<%IIj7S7rK_N}je^=dEk%JQ4c z!tBdTPE3Tse;oYF>cnrapWq*o)m47X1`~6@(!Y29#>-#8zm&LXrXa(3=7Z)ElaQqj z-#0JJy3Fi(C#Rx(`=VXtJ63E2_bZGCz+QRa{W0e2(m3sI?LOcUBx)~^YCqZ{XEPX)C>G>U4tfqeH8L(3|pQR*zbL1 zT9e~4Tb5p9_G}$y4t`i*4t_Mr9QYvL9C&Ah*}t`q*}S+VYh0M6GxTTSXI)hMpMpIq zD1ImYqJLzbj0}~EpE-aH#VCH_udYEW#`P2zYmi&xSPs_{n6tBj=MY|-XrA;SGA_>y zGtU$?HXm$gYj*!N)_nQ59%lQdXtQZS3*#PC-{iB_sm+ytD*7j`D*k(P&IH2GHT}Eh z5697eQECVIGQAUe#eU2I!yI&%0CP#>%6MWV z@zS!p@+Y1i1b^QuuEF*13CuB zu69dve5k7&Wgb+^s|UB08Dr3u`h@yM0NTj4h7MnHo-4@xmyr7(*4$rpPwsCDZ@2be zRz9V^GnV;;?^Lk%ynzq&K(Aix`mWmW`^152Hoy$CTYVehpD-S1-W^#k#{0^L`V6CN+E z!w+xte;2vu4AmVNEFUOBmrBL>6MK@!O2*N|2=d|Y;oN&A&qv=qKn73lDD zI(+oJAdgv>Yr}8(&@ZuAZE%XUXmX(U!N+Z_sjL<1vjy1R+1IeHt`79fnYdOL{$ci7 z%3f0A*;Zt@ED&Gjm|OFTYBDe%bbo*xXAQsFz+Q`fVBH!N2)kaxN8P$c>sp~QXnv>b zwq=W3&Mtmih7xkR$YA)1Yi?avHNR6C99!u6fh=cL|KQ&PwF!n@ud^n(HNIImHD!h87!i*t?G|p0o+eelJ?B@A64_9%SBhNaJ64EvKgD&%LjLCYnNfc; znj?%*p@*?dq#NqcQFmmX($wms@CSAr9#>hUR^=I+=0B)vvGX%T&#h$kmX*s=^M2E!@N9#m?LhMvz}YB+kd zG~mbP|D(;{s_#;hsKK9lbVK&Lo734x7SIFJ9V_}2$@q?zm^7?*XH94w5Qae{7zOMUF z^?%F%)c1Y)Q?Iy?I>knw*8gYW#ok|2gdS=YYZLiD=CW|Nj;n^x!=S#iJ#`~Ld79+xXpVmUK^B(xO_vO!btA9y7w3L3-0j-y4 z?M-V{%z;JI`bk7yFDcP}OcCd*{Q9S5$iGA7*E1@tfkyjAi!;wP^O71cZ^Ep)qrQ)N z#wqw0_HS;T7x3y|`P==i3hEwK%|>fZ)c&@kgKO1~5<5xBSk?iZV?KI6&i72H6S9A* z=U(*e)EqEs?Oc04)V-~K5AUmh|62H4*`UAtItO$O(q5?6jj+K^oD!04r=6#dsxp?~}{`?&sXn#q2 zGuY~7>O2=!u@@Kfu7q=W*4egu@qPMRM>(eyYyaIE<|j%d=iWNdGsx%c!902v#ngNg z@#U-O_4xN$s_9?(`{>{>7~-6FgWpBpqXb`Ydc3OFL#&I}Irse9F_8R@4zSS*Y*o*B zXL?6*Aw!AfkNCgcr#*yj&p3ZDe2y>v$>FUdKIy_2N~}6AbHc7gA3`6$g@1o|dE>vz z4pl(j9;kyMsjaw}lO?(?Xg%4k!5%^t#@5n=WVc&JRa+XT$~#@rldvN3S1rEpU$;XgxVny7mki3 z-Hh|jUCHrUXuLr!)`w>wgO0N%KTB-1di>cj(x3Bav`7v z3G7EIbU$z>`Nad7Rk_&OT-W{;qg)-GXV-aJT#(ozdmnA~Rq3GQ_3mby(>q6Ocb-RgTUhTN)))x>m&eD;$J5Bg zo&DhY36Yg=J=$Z>t}RJ>o|@hAcwWzN#r(WJ52^g$lh^!63@hh+dR$&_dEGu&^CR*< z!oFqSqO@>xZ*nC2oiOd0eS*F^IL~W-rsrO`J`ej{=ou_q^_(<$&-3f^J z&L^MSYWIe{&pYq&9eGaArA~*kA - - - - DesignerStandalone - - - - - - -
- - diff --git a/apps/designer-standalone/src/main.tsx b/apps/designer-standalone/src/main.tsx deleted file mode 100644 index fc0728508f1..00000000000 --- a/apps/designer-standalone/src/main.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import '../../../libs/designer/src/lib/ui/styles.less'; -import { DesignerWrapper } from './app/DesignerShell/designer'; -import './polyfills'; -import { store } from './state/store'; -import { initializeIcons } from '@fluentui/react'; -import { createRoot } from 'react-dom/client'; -import { Provider } from 'react-redux'; - -initializeIcons(); -// eslint-disable-next-line @typescript-eslint/no-non-null-assertion -const container = document.getElementById('root')!; -const root = createRoot(container); -root.render( - - - -); diff --git a/apps/designer-standalone/src/polyfills.ts b/apps/designer-standalone/src/polyfills.ts deleted file mode 100644 index 49da2d51921..00000000000 --- a/apps/designer-standalone/src/polyfills.ts +++ /dev/null @@ -1,14 +0,0 @@ -/** - * Polyfill stable language features. These imports will be optimized by `@babel/preset-env`. - * - * See: https://github.com/zloirock/core-js#babel - */ -import { Buffer } from 'buffer'; -import 'core-js/stable'; -import * as process from 'process'; -import 'regenerator-runtime/runtime'; - -(window as any).global = window; -(window as any).process = process; - -(window as any).Buffer = window.Buffer || Buffer; diff --git a/apps/designer-standalone/src/styles.less b/apps/designer-standalone/src/styles.less deleted file mode 100644 index b335f2e42d7..00000000000 --- a/apps/designer-standalone/src/styles.less +++ /dev/null @@ -1,8 +0,0 @@ -/* You can add global styles to this file, and also import other style files */ -html, -body, -#root { - height: 100%; - overflow-y: hidden; - margin: 0; -} diff --git a/apps/designer-standalone/src/typings.d.ts b/apps/designer-standalone/src/typings.d.ts deleted file mode 100644 index 8cb293272ce..00000000000 --- a/apps/designer-standalone/src/typings.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare module '*.json'; diff --git a/apps/designer-standalone/tsconfig.app.json b/apps/designer-standalone/tsconfig.app.json deleted file mode 100644 index e3e068c56ac..00000000000 --- a/apps/designer-standalone/tsconfig.app.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "types": ["node"] - }, - "exclude": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "jest.config.ts" - ], - "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"] -} diff --git a/apps/designer-standalone/tsconfig.json b/apps/designer-standalone/tsconfig.json deleted file mode 100644 index f62b3bd0ef4..00000000000 --- a/apps/designer-standalone/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../tsconfig.base.json", - "compilerOptions": { - "jsx": "react-jsx", - "allowJs": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "strict": true, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true - }, - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts", - "../../types/Svg.d.ts" - ], - "include": [], - "references": [ - { - "path": "./tsconfig.app.json" - }, - { - "path": "./tsconfig.spec.json" - } - ] -} diff --git a/apps/designer-standalone/tsconfig.spec.json b/apps/designer-standalone/tsconfig.spec.json deleted file mode 100644 index 99a0ce08de0..00000000000 --- a/apps/designer-standalone/tsconfig.spec.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "outDir": "../../dist/out-tsc", - "module": "commonjs", - "types": ["jest", "node"] - }, - "include": [ - "**/*.spec.ts", - "**/*.test.ts", - "**/*.spec.tsx", - "**/*.test.tsx", - "**/*.spec.js", - "**/*.test.js", - "**/*.spec.jsx", - "**/*.test.jsx", - "**/*.d.ts", - "jest.config.ts" - ], - "files": [ - "../../node_modules/@nrwl/react/typings/cssmodule.d.ts", - "../../node_modules/@nrwl/react/typings/image.d.ts" - ] -} diff --git a/libs/chatbot/package.json b/libs/chatbot/package.json index 3306f4bc90c..5a151a7ad4a 100644 --- a/libs/chatbot/package.json +++ b/libs/chatbot/package.json @@ -2,14 +2,14 @@ "name": "@microsoft/logic-apps-chatbot", "version": "3.2.0", "license": "MIT", - "type": "commonjs", - "module": "build/lib/index.esm.js", + "type": "module", + "module": "build/lib/index.js", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "exports": { ".": { "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.mjs", + "import": "./build/lib/index.js", "default": "./build/lib/index.js" }, "./package.json": "./package.json", diff --git a/libs/data-mapper/package.json b/libs/data-mapper/package.json index f3abfd2bcc0..650443dfa90 100644 --- a/libs/data-mapper/package.json +++ b/libs/data-mapper/package.json @@ -3,13 +3,13 @@ "version": "3.2.0", "license": "MIT", "type": "module", - "module": "build/lib/index.esm.js", + "module": "build/lib/index.js", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "exports": { ".": { "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.mjs", + "import": "./build/lib/index.js", "default": "./build/lib/index.js" }, "./package.json": "./package.json", diff --git a/libs/designer-ui/package.json b/libs/designer-ui/package.json index f10ba68bc95..b1bf4927ef4 100644 --- a/libs/designer-ui/package.json +++ b/libs/designer-ui/package.json @@ -3,16 +3,17 @@ "version": "3.2.0", "license": "MIT", "type": "module", - "module": "build/lib/index.esm.js", + "module": "build/lib/index.js", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "exports": { ".": { "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.mjs", + "import": "./build/lib/index.js", "default": "./build/lib/index.js" }, - "./package.json": "./package.json" + "./package.json": "./package.json", + "./build/lib/index.css": "./build/lib/index.css" }, "sideEffects": false, "engines": { diff --git a/libs/designer-ui/src/lib/editor/monaco/index.tsx b/libs/designer-ui/src/lib/editor/monaco/index.tsx index 6ff01012728..6787850a6b8 100644 --- a/libs/designer-ui/src/lib/editor/monaco/index.tsx +++ b/libs/designer-ui/src/lib/editor/monaco/index.tsx @@ -9,6 +9,7 @@ import type { MutableRefObject } from 'react'; import { useState, useEffect, forwardRef, useRef, useCallback } from 'react'; loader.config({ monaco }); + export interface EditorContentChangedEventArgs extends editor.IModelContentChangedEvent { value?: string; } diff --git a/libs/designer-ui/src/lib/errorboundary/index.tsx b/libs/designer-ui/src/lib/errorboundary/index.tsx index 93318f0db93..d9df727a153 100644 --- a/libs/designer-ui/src/lib/errorboundary/index.tsx +++ b/libs/designer-ui/src/lib/errorboundary/index.tsx @@ -3,7 +3,7 @@ import { FontSizes, getTheme, Icon, registerOnThemeChangeCallback, removeOnTheme import React from 'react'; import type { WrappedComponentProps } from 'react-intl'; import { injectIntl } from 'react-intl'; - +import type {} from 'react'; export type ErrorHandler = (error: Error, info: React.ErrorInfo) => void; export interface ErrorBoundaryProps { @@ -100,4 +100,4 @@ export class ErrorBoundaryInternal extends React.Component>(ErrorBoundaryInternal); +export const ErrorBoundary : React.FC = injectIntl<'intl', ErrorBoundaryProps & WrappedComponentProps<'intl'>>(ErrorBoundaryInternal); diff --git a/libs/designer/package.json b/libs/designer/package.json index d7cedfd5d6d..13d423727f6 100644 --- a/libs/designer/package.json +++ b/libs/designer/package.json @@ -3,13 +3,13 @@ "version": "3.2.0", "license": "MIT", "type": "module", - "module": "build/lib/index.esm.js", + "module": "build/lib/index.js", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "exports": { ".": { "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.mjs", + "import": "./build/lib/index.js", "default": "./build/lib/index.js" }, "./package.json": "./package.json", diff --git a/libs/designer/src/lib/core/ReactQueryProvider.tsx b/libs/designer/src/lib/core/ReactQueryProvider.tsx index 91600484d57..fa131dd6dcb 100644 --- a/libs/designer/src/lib/core/ReactQueryProvider.tsx +++ b/libs/designer/src/lib/core/ReactQueryProvider.tsx @@ -1,5 +1,5 @@ import { QueryClient, QueryClientProvider } from 'react-query'; -import { ReactQueryDevtools } from 'react-query/devtools'; +// import { ReactQueryDevtools } from 'react-query/devtools'; interface ProviderProps { children: React.ReactNode; @@ -35,13 +35,13 @@ export const ReactQueryProvider = (props: ProviderProps) => { return ( {props.children} - + /> */} ); }; diff --git a/libs/logic-apps-shared/package.json b/libs/logic-apps-shared/package.json index e56f80c8584..e4a45a6106d 100644 --- a/libs/logic-apps-shared/package.json +++ b/libs/logic-apps-shared/package.json @@ -3,13 +3,13 @@ "version": "3.2.0", "license": "MIT", "type": "module", - "module": "build/lib/index.esm.js", + "module": "build/lib/index.js", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "exports": { ".": { "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.mjs", + "import": "./build/lib/index.js", "default": "./build/lib/index.js" }, "./package.json": "./package.json" diff --git a/package.json b/package.json index bcdcc6f9d42..5ab89375924 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,8 @@ "@testing-library/react": "^14.2.2", "@testing-library/react-hooks": "^8.0.1", "@types/node": "^20.12.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", "@types/react": "^18.2.73", "@types/react-dom": "^18.2.23", "child_process": "^1.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 87973f34763..a0123ed32f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -77,6 +77,12 @@ importers: lint-staged: specifier: ^15.2.2 version: 15.2.2 + react: + specifier: ^18.2.0 + version: 18.2.0 + react-dom: + specifier: ^18.2.0 + version: 18.2.0(react@18.2.0) rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -96,6 +102,106 @@ importers: specifier: ^1.4.0 version: 1.4.0(@types/node@20.12.2)(jsdom@24.0.0) + apps/Standalone: + dependencies: + '@fluentui/azure-themes': + specifier: 8.5.70 + version: 8.5.70(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/font-icons-mdl2': + specifier: 8.5.13 + version: 8.5.13(@types/react@17.0.80)(react@17.0.2) + '@fluentui/foundation-legacy': + specifier: 8.2.15 + version: 8.2.15(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react': + specifier: ^8.106.7 + version: 8.110.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-components': + specifier: ^9.18.2 + version: 9.42.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-focus': + specifier: 8.8.19 + version: 8.8.19(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-hooks': + specifier: 8.6.20 + version: 8.6.20(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-migration-v8-v9': + specifier: ^9.2.16 + version: 9.2.16(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-portal-compat': + specifier: ^9.0.60 + version: 9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/style-utilities': + specifier: 8.9.6 + version: 8.9.6(@types/react@17.0.80)(react@17.0.2) + '@fluentui/theme': + specifier: 2.6.25 + version: 2.6.25(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': + specifier: 8.15.0 + version: 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@microsoft/designer-ui': + specifier: workspace:* + version: link:../../libs/designer-ui + '@microsoft/logic-apps-chatbot': + specifier: workspace:* + version: link:../../libs/chatbot + '@microsoft/logic-apps-designer': + specifier: workspace:* + version: link:../../libs/designer + '@microsoft/logic-apps-shared': + specifier: workspace:* + version: link:../../libs/logic-apps-shared + '@monaco-editor/react': + specifier: 4.6.0 + version: 4.6.0(monaco-editor@0.47.0)(react-dom@18.2.0)(react@17.0.2) + '@reduxjs/toolkit': + specifier: 1.8.5 + version: 1.8.5(react-redux@8.0.2)(react@17.0.2) + axios: + specifier: ^1.6.0 + version: 1.6.0 + axios-retry: + specifier: ^3.5.0 + version: 3.9.1 + core-js: + specifier: 3.24.1 + version: 3.24.1 + jwt-decode: + specifier: ^3.1.2 + version: 3.1.2 + lodash.isequal: + specifier: ^4.5.0 + version: 4.5.0 + monaco-editor: + specifier: 0.47.0 + version: 0.47.0 + react-query: + specifier: 3.39.3 + version: 3.39.3(react-dom@18.2.0)(react@17.0.2) + react-redux: + specifier: 8.0.2 + version: 8.0.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) + regenerator-runtime: + specifier: 0.13.9 + version: 0.13.9 + devDependencies: + '@esbuild-plugins/node-globals-polyfill': + specifier: ^0.2.3 + version: 0.2.3(esbuild@0.20.2) + '@vitejs/plugin-react': + specifier: ^4.2.1 + version: 4.2.1(vite@5.2.6) + rollup-plugin-polyfill-node: + specifier: ^0.13.0 + version: 0.13.0(rollup@4.13.0) + vite: + specifier: ^5.2.0 + version: 5.2.6(@types/node@20.12.2) + vite-plugin-node-polyfills: + specifier: ^0.21.0 + version: 0.21.0(rollup@4.13.0)(vite@5.2.6) + libs/chatbot: dependencies: '@fluentui/react': @@ -231,22 +337,22 @@ importers: dependencies: '@fluentui/azure-themes': specifier: 8.5.70 - version: 8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + version: 8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react': specifier: 8.110.2 - version: 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + version: 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-components': specifier: 9.42.0 - version: 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + version: 9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-hooks': specifier: 8.6.20 - version: 8.6.20(@types/react@18.2.73)(react@17.0.2) + version: 8.6.20(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-icons': specifier: 2.0.224 - version: 2.0.224(react@17.0.2) + version: 2.0.224(react@18.2.0) '@fluentui/utilities': specifier: 8.13.16 - version: 8.13.16(@types/react@18.2.73)(react@17.0.2) + version: 8.13.16(@types/react@18.2.73)(react@18.2.0) '@microsoft/applicationinsights-core-js': specifier: 2.8.9 version: 2.8.9(tslib@2.4.0) @@ -258,10 +364,10 @@ importers: version: link:../logic-apps-shared '@react-hookz/web': specifier: 22.0.0 - version: 22.0.0(react-dom@18.2.0)(react@17.0.2) + version: 22.0.0(react-dom@18.2.0)(react@18.2.0) '@reduxjs/toolkit': specifier: 1.8.5 - version: 1.8.5(react-redux@8.0.2)(react@17.0.2) + version: 1.8.5(react-redux@8.0.2)(react@18.2.0) elkjs: specifier: 0.8.2 version: 0.8.2 @@ -279,37 +385,37 @@ importers: version: 4.6.2 react: specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 - version: 17.0.2 + version: 18.2.0 react-dnd: specifier: 16.0.1 - version: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2) + version: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@18.2.0) react-dnd-accessible-backend: specifier: 1.0.1 - version: 1.0.1(react-dnd@16.0.1)(react@17.0.2) + version: 1.0.1(react-dnd@16.0.1)(react@18.2.0) react-dnd-html5-backend: specifier: 16.0.1 version: 16.0.1 react-dnd-multi-backend: specifier: 8.0.0 - version: 8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@17.0.2) + version: 8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@18.2.0) react-dom: specifier: ^16.4.0 || ^17.0.0 || ^18.0.0 - version: 18.2.0(react@17.0.2) + version: 18.2.0(react@18.2.0) react-hotkeys-hook: specifier: 4.3.8 - version: 4.3.8(react-dom@18.2.0)(react@17.0.2) + version: 4.3.8(react-dom@18.2.0)(react@18.2.0) react-intl: specifier: 6.3.0 - version: 6.3.0(react@17.0.2)(typescript@4.7.4) + version: 6.3.0(react@18.2.0)(typescript@4.7.4) react-query: specifier: 3.39.3 - version: 3.39.3(react-dom@18.2.0)(react@17.0.2) + version: 3.39.3(react-dom@18.2.0)(react@18.2.0) react-redux: specifier: 8.0.2 - version: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) + version: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + version: 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) redux-thunk: specifier: 2.4.2 version: 2.4.2(redux@4.2.1) @@ -427,7 +533,7 @@ importers: version: 17.4.0(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) libs/logic-apps-shared: dependencies: @@ -454,7 +560,7 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) libs/vscode-extension: dependencies: @@ -481,7 +587,7 @@ importers: version: 3.39.3(react-dom@18.2.0)(react@18.2.0) reactflow: specifier: 11.8.2 - version: 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + version: 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) tslib: specifier: 2.4.0 version: 2.4.0 @@ -952,6 +1058,11 @@ packages: '@babel/helper-validator-identifier': 7.22.20 dev: true + /@babel/helper-plugin-utils@7.24.0: + resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-simple-access@7.22.5: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} @@ -1010,6 +1121,26 @@ packages: '@babel/types': 7.24.0 dev: true + /@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-kDJgnPujTmAZ/9q2CN4m2/lRsUUPDvsG3+tSHWUJIzMGTt5U/b/fwWd3RO3n+5mjLrsBrVa5eKFRVSQbi3dF1w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.3): + resolution: {integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + /@babel/runtime@7.24.1: resolution: {integrity: sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==} engines: {node: '>=6.9.0'} @@ -1165,6 +1296,14 @@ packages: resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} dev: false + /@esbuild-plugins/node-globals-polyfill@0.2.3(esbuild@0.20.2): + resolution: {integrity: sha512-r3MIryXDeXDOZh7ih1l/yE9ZLORCd5e8vWg02azWRGj5SPTuoh69A2AIyn0Z31V/kHBfZ4HgWJ+OK3GTTwLmnw==} + peerDependencies: + esbuild: '*' + dependencies: + esbuild: 0.20.2 + dev: true + /@esbuild/aix-ppc64@0.19.12: resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} engines: {node: '>=12'} @@ -1646,12 +1785,12 @@ packages: resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} dev: false - /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/azure-themes@8.5.70(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==} dependencies: - '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/set-version': 8.2.14 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - '@types/react' - '@types/react-dom' @@ -1676,7 +1815,7 @@ packages: resolution: {integrity: sha512-fpdR2pesIewgfgErX0eS+YBPengNH4Qf21Q6bNFTfQsBYXaJZMUqD4V/57JRfIFz4fYXZ6lWKFTTQe50wXKlWA==} dependencies: '@fluentui/set-version': 8.2.14 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/dom-utilities@2.2.14: @@ -1686,12 +1825,25 @@ packages: tslib: 2.4.0 dev: false + /@fluentui/fluent2-theme@8.107.68(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-AwE1vDOm3IzVvG0pnL2DyOS1mLLGzktOlZIC2Q5BoNkYDbn91eFDN6jE11PuARvCPSRjEqumjkQU0egvF48Dsw==} + dependencies: + '@fluentui/react': 8.117.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/set-version': 8.2.14 + tslib: 2.4.0 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - react + - react-dom + dev: false + /@fluentui/fluent2-theme@8.107.68(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-AwE1vDOm3IzVvG0pnL2DyOS1mLLGzktOlZIC2Q5BoNkYDbn91eFDN6jE11PuARvCPSRjEqumjkQU0egvF48Dsw==} dependencies: '@fluentui/react': 8.117.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/set-version': 8.2.14 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - '@types/react' - '@types/react-dom' @@ -1699,25 +1851,37 @@ packages: - react-dom dev: false - /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.70)(react@18.2.0): + /@fluentui/font-icons-mdl2@8.5.13(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-3JjYN7lJZefpBdNPoQRFOiNpyVw+BOGynMkmYglnGjEWlg3uodawNi9lnKBODXCy31OHh900n9pAPFyNpdCbBg==} + dependencies: + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.9.6(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + tslib: 2.4.0 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + + /@fluentui/font-icons-mdl2@8.5.34(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==} dependencies: '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) - tslib: 2.6.2 + '@fluentui/style-utilities': 8.10.5(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + tslib: 2.4.0 transitivePeerDependencies: - '@types/react' - react dev: false - /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.73)(react@17.0.2): + /@fluentui/font-icons-mdl2@8.5.34(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==} dependencies: '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@17.0.2) - '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) - tslib: 2.6.2 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + tslib: 2.4.0 transitivePeerDependencies: - '@types/react' - react @@ -1729,13 +1893,28 @@ packages: '@fluentui/set-version': 8.2.14 '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@18.2.0) '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - '@types/react' - react dev: false - /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.70)(react@18.2.0): + /@fluentui/foundation-legacy@8.2.15(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-OLwCsTF5krheALJn+9ZYtciyRjlVExcuY7NpW/3mvOWeXZTPw22yIFQ2vP2QFvpctV/+Q1LtGcaGrt/afshr3Q==} + peerDependencies: + '@types/react': '>=16.8.0 <18.0.0' + react: '>=16.8.0 <18.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.9.6(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@types/react': 17.0.80 + react: 17.0.2 + tslib: 2.4.0 + dev: false + + /@fluentui/foundation-legacy@8.4.0(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -1743,14 +1922,14 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 - react: 18.2.0 - tslib: 2.6.2 + '@fluentui/style-utilities': 8.10.5(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@types/react': 17.0.80 + react: 17.0.2 + tslib: 2.4.0 dev: false - /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.73)(react@17.0.2): + /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -1758,11 +1937,11 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@17.0.2) - '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) - '@types/react': 18.2.73 - react: 17.0.2 - tslib: 2.6.2 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.4.0 dev: false /@fluentui/foundation-legacy@8.4.0(@types/react@18.2.73)(react@18.2.0): @@ -1777,7 +1956,7 @@ packages: '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/keyboard-key@0.4.14: @@ -1796,7 +1975,7 @@ packages: resolution: {integrity: sha512-Si54VVK/XZQMTPT6aKE/RmqsY7uy9hERreU143Fbqtg9cf+Hr4iJ7FOGC4dXCfrFIXs0KvIHXCh5mtfrEW2aRQ==} dependencies: '@fluentui/set-version': 8.2.14 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/priority-overflow@9.1.11: @@ -1805,7 +1984,7 @@ packages: '@swc/helpers': 0.5.7 dev: false - /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -1813,25 +1992,25 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-accordion@9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -1839,20 +2018,20 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -1883,7 +2062,7 @@ packages: - scheduler dev: false - /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -1891,24 +2070,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-alert@9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -1916,19 +2095,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -1958,7 +2137,7 @@ packages: - scheduler dev: false - /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -1967,18 +2146,18 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -1987,15 +2166,15 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-aria@9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -2018,6 +2197,34 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 17.0.80 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} peerDependencies: @@ -2046,35 +2253,7 @@ packages: - scheduler dev: false - /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): - resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - dependencies: - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) - '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - transitivePeerDependencies: - - scheduler - dev: false - - /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-avatar@9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2102,7 +2281,7 @@ packages: - scheduler dev: false - /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2110,20 +2289,20 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2131,17 +2310,17 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-badge@9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -2165,6 +2344,31 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 17.0.80 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} peerDependencies: @@ -2190,31 +2394,6 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - dependencies: - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) - '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - dev: false - /@fluentui/react-breadcrumb@9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==} peerDependencies: @@ -2240,7 +2419,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-button@9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-button@9.3.73(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2249,22 +2428,22 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-button@9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-button@9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2273,19 +2452,19 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-button@9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -2312,7 +2491,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-card@9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-card@9.0.72(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2321,19 +2500,19 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-card@9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-card@9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2342,16 +2521,16 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-card@9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -2375,7 +2554,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2383,25 +2562,25 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-checkbox@9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2409,20 +2588,20 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -2453,7 +2632,7 @@ packages: - scheduler dev: false - /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2462,28 +2641,28 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-combobox@9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2492,23 +2671,23 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -2543,6 +2722,73 @@ packages: - scheduler dev: false + /@fluentui/react-components@9.42.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.14.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + scheduler: ^0.19.0 || ^0.20.0 + dependencies: + '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 17.0.80 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + scheduler: 0.20.2 + dev: false + /@fluentui/react-components@9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} peerDependencies: @@ -2610,73 +2856,6 @@ packages: scheduler: 0.20.2 dev: false - /@fluentui/react-components@9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): - resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.14.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - scheduler: ^0.19.0 || ^0.20.0 - dependencies: - '@fluentui/react-accordion': 9.3.46(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-alert': 9.0.0-beta.94(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-breadcrumb': 9.0.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-card': 9.0.72(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-combobox': 9.9.4(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-drawer': 9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-image': 9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-infobutton': 9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-infolabel': 9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-input': 9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-link': 9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-menu': 9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-message-bar': 9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-overflow': 9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-persona': 9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-progress': 9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-provider': 9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-select': 9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-skeleton': 9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-slider': 9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-spinbutton': 9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-spinner': 9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-switch': 9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-table': 9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tabs': 9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-tags': 9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-text': 9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-textarea': 9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-toast': 9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-toolbar': 9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tooltip': 9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-tree': 9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-virtualizer': 9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) - '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - scheduler: 0.20.2 - dev: false - /@fluentui/react-components@9.42.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==} peerDependencies: @@ -2744,7 +2923,7 @@ packages: scheduler: 0.20.2 dev: false - /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2753,16 +2932,16 @@ packages: react-dom: '>=16.14.0 <19.0.0' scheduler: '>=0.19.0 <=0.23.0' dependencies: - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) scheduler: 0.20.2 dev: false - /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-context-selector@9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2771,12 +2950,12 @@ packages: react-dom: '>=16.14.0 <19.0.0' scheduler: '>=0.19.0 <=0.23.0' dependencies: - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) scheduler: 0.20.2 dev: false @@ -2798,7 +2977,7 @@ packages: scheduler: 0.20.2 dev: false - /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2807,27 +2986,27 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-dialog@9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2836,22 +3015,22 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -2885,7 +3064,7 @@ packages: - scheduler dev: false - /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2893,19 +3072,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2913,16 +3092,16 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-divider@9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -2945,7 +3124,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2953,24 +3132,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-drawer@9.1.9(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -2978,19 +3157,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-dialog': 9.9.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-motion-preview': 0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -3020,7 +3199,7 @@ packages: - scheduler dev: false - /@fluentui/react-field@9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-field@9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3028,23 +3207,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-field@9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-field@9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3052,18 +3231,18 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -3092,8 +3271,8 @@ packages: - scheduler dev: false - /@fluentui/react-focus@8.8.42(@types/react@18.2.70)(react@18.2.0): - resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} + /@fluentui/react-focus@8.8.19(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-Gswx0aOazRVFJONmcsj5o6SI/ebWQeZyBAlOsdFeSUuK38aRlVy4DbwVQ+5tQ675u3wmf/+Ln2a0xCixOAVvWg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' @@ -3101,14 +3280,14 @@ packages: '@fluentui/keyboard-key': 0.4.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 - react: 18.2.0 - tslib: 2.6.2 + '@fluentui/style-utilities': 8.9.6(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@types/react': 17.0.80 + react: 17.0.2 + tslib: 2.4.0 dev: false - /@fluentui/react-focus@8.8.42(@types/react@18.2.73)(react@17.0.2): + /@fluentui/react-focus@8.8.42(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3117,11 +3296,27 @@ packages: '@fluentui/keyboard-key': 0.4.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@17.0.2) - '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) - '@types/react': 18.2.73 + '@fluentui/style-utilities': 8.10.5(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@types/react': 17.0.80 react: 17.0.2 - tslib: 2.6.2 + tslib: 2.4.0 + dev: false + + /@fluentui/react-focus@8.8.42(@types/react@18.2.70)(react@18.2.0): + resolution: {integrity: sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/keyboard-key': 0.4.14 + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.4.0 dev: false /@fluentui/react-focus@8.8.42(@types/react@18.2.73)(react@18.2.0): @@ -3137,21 +3332,21 @@ packages: '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@fluentui/react-hooks@8.6.20(@types/react@18.2.73)(react@17.0.2): + /@fluentui/react-hooks@8.6.20(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-window-provider': 2.2.18(@types/react@17.0.80)(react@17.0.2) '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@17.0.2) - '@types/react': 18.2.73 + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@types/react': 17.0.80 react: 17.0.2 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/react-hooks@8.6.20(@types/react@18.2.73)(react@18.2.0): @@ -3162,38 +3357,38 @@ packages: dependencies: '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@18.2.0) '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@fluentui/react-hooks@8.7.0(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-hooks@8.7.0(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-window-provider': 2.2.18(@types/react@17.0.80)(react@17.0.2) '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 - react: 18.2.0 - tslib: 2.6.2 + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@types/react': 17.0.80 + react: 17.0.2 + tslib: 2.4.0 dev: false - /@fluentui/react-hooks@8.7.0(@types/react@18.2.73)(react@17.0.2): + /@fluentui/react-hooks@8.7.0(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) - '@types/react': 18.2.73 - react: 17.0.2 - tslib: 2.6.2 + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.4.0 dev: false /@fluentui/react-hooks@8.7.0(@types/react@18.2.73)(react@18.2.0): @@ -3207,7 +3402,7 @@ packages: '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/react-icons@2.0.224(react@17.0.2): @@ -3230,7 +3425,7 @@ packages: tslib: 2.6.2 dev: false - /@fluentui/react-image@9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-image@9.1.62(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3238,19 +3433,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-image@9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-image@9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3258,16 +3453,16 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-image@9.1.62(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -3290,7 +3485,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3298,24 +3493,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-infobutton@9.0.0-beta.78(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3323,19 +3518,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -3365,7 +3560,7 @@ packages: - scheduler dev: false - /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3373,24 +3568,24 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-infolabel@9.0.26(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3398,19 +3593,19 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-popover': 9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -3440,7 +3635,7 @@ packages: - scheduler dev: false - /@fluentui/react-input@9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-input@9.4.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3448,22 +3643,22 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-input@9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-input@9.4.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3471,17 +3666,17 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -3509,29 +3704,29 @@ packages: - scheduler dev: false - /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-jsx-runtime@9.0.34(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - react: 18.2.0 + '@types/react': 17.0.80 + react: 17.0.2 react-is: 17.0.2 dev: false - /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.73)(react@17.0.2): + /@fluentui/react-jsx-runtime@9.0.34(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - react: 17.0.2 + '@types/react': 18.2.70 + react: 18.2.0 react-is: 17.0.2 dev: false @@ -3548,7 +3743,7 @@ packages: react-is: 17.0.2 dev: false - /@fluentui/react-label@9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-label@9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3556,19 +3751,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-label@9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-label@9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3576,16 +3771,16 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-label@9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -3608,7 +3803,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-link@9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-link@9.2.15(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3617,20 +3812,20 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-link@9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-link@9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3639,17 +3834,17 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-link@9.2.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -3674,7 +3869,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3683,27 +3878,27 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-menu@9.13.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3712,22 +3907,22 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -3761,7 +3956,7 @@ packages: - scheduler dev: false - /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3769,22 +3964,22 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) dev: false - /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -3792,19 +3987,19 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false /@fluentui/react-message-bar@9.0.24(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -3830,6 +4025,31 @@ packages: react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false + /@fluentui/react-migration-v8-v9@9.2.16(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-TTS4FY1hCG447m5EzGwITQCCeueUmrj8hOa9clDJDim4QR4BT1QhuQa/pZZKGUGjkdNJnDkEeJms+tCLiSvTjw==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@ctrl/tinycolor': 3.3.4 + '@fluentui/fluent2-theme': 8.107.68(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react': 8.110.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.4.36 + '@types/react': 17.0.80 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-migration-v8-v9@9.2.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-TTS4FY1hCG447m5EzGwITQCCeueUmrj8hOa9clDJDim4QR4BT1QhuQa/pZZKGUGjkdNJnDkEeJms+tCLiSvTjw==} peerDependencies: @@ -3855,7 +4075,7 @@ packages: - scheduler dev: false - /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3863,19 +4083,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3883,16 +4103,16 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-motion-preview@0.5.17(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -3915,7 +4135,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3924,20 +4144,20 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/priority-overflow': 9.1.11 - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-overflow@9.1.15(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3946,15 +4166,15 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/priority-overflow': 9.1.11 - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -3981,7 +4201,7 @@ packages: - scheduler dev: false - /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -3989,23 +4209,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-persona@9.2.78(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4013,18 +4233,18 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-badge': 9.2.29(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -4053,7 +4273,7 @@ packages: - scheduler dev: false - /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4062,26 +4282,26 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-popover@9.9.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4090,21 +4310,21 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -4137,26 +4357,26 @@ packages: - scheduler dev: false - /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-portal-compat-context@9.0.11(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - react: 18.2.0 + '@types/react': 17.0.80 + react: 17.0.2 dev: false - /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.73)(react@17.0.2): + /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - react: 17.0.2 + '@types/react': 18.2.70 + react: 18.2.0 dev: false /@fluentui/react-portal-compat-context@9.0.11(@types/react@18.2.73)(react@18.2.0): @@ -4170,6 +4390,24 @@ packages: react: 18.2.0 dev: false + /@fluentui/react-portal-compat@9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-xswO96THwpHVa88hajCTiazY2nc4rMex4uneunk66j0WRpz6W/4E3E5pTI2PSI9DvB0t0gB3uoRML1I6nHveWA==} + peerDependencies: + '@fluentui/react-components': ^9.21.0 + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/react-components': 9.42.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@swc/helpers': 0.4.36 + '@types/react': 17.0.80 + react: 17.0.2 + transitivePeerDependencies: + - '@types/react-dom' + - react-dom + dev: false + /@fluentui/react-portal-compat@9.0.60(@fluentui/react-components@9.42.0)(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xswO96THwpHVa88hajCTiazY2nc4rMex4uneunk66j0WRpz6W/4E3E5pTI2PSI9DvB0t0gB3uoRML1I6nHveWA==} peerDependencies: @@ -4188,7 +4426,7 @@ packages: - react-dom dev: false - /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4196,19 +4434,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - use-disposable: 1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + use-disposable: 1.0.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) dev: false - /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4216,16 +4454,16 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - use-disposable: 1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-disposable: 1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) dev: false /@fluentui/react-portal@9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -4248,7 +4486,7 @@ packages: use-disposable: 1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) dev: false - /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4258,18 +4496,18 @@ packages: dependencies: '@floating-ui/devtools': 0.2.1(@floating-ui/dom@1.6.3) '@floating-ui/dom': 1.6.3 - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4279,15 +4517,15 @@ packages: dependencies: '@floating-ui/devtools': 0.2.1(@floating-ui/dom@1.6.3) '@floating-ui/dom': 1.6.3 - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-positioning@9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -4311,7 +4549,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4319,22 +4557,22 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-progress@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4342,17 +4580,17 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -4380,7 +4618,7 @@ packages: - scheduler dev: false - /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4388,22 +4626,22 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) '@griffel/core': 1.15.3 - '@griffel/react': 1.5.21(react@18.2.0) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4411,19 +4649,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) '@griffel/core': 1.15.3 - '@griffel/react': 1.5.21(react@17.0.2) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-provider@9.13.16(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -4449,7 +4687,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4457,24 +4695,24 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-radio@9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4482,19 +4720,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -4524,7 +4762,7 @@ packages: - scheduler dev: false - /@fluentui/react-select@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-select@9.1.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4532,23 +4770,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-select@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-select@9.1.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4556,18 +4794,18 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -4596,7 +4834,7 @@ packages: - scheduler dev: false - /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-shared-contexts@9.15.2(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4604,11 +4842,11 @@ packages: dependencies: '@fluentui/react-theme': 9.1.19 '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - react: 18.2.0 + '@types/react': 17.0.80 + react: 17.0.2 dev: false - /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.73)(react@17.0.2): + /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4616,8 +4854,8 @@ packages: dependencies: '@fluentui/react-theme': 9.1.19 '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - react: 17.0.2 + '@types/react': 18.2.70 + react: 18.2.0 dev: false /@fluentui/react-shared-contexts@9.15.2(@types/react@18.2.73)(react@18.2.0): @@ -4632,7 +4870,7 @@ packages: react: 18.2.0 dev: false - /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4640,22 +4878,22 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-skeleton@9.0.57(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4663,17 +4901,17 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -4701,6 +4939,30 @@ packages: - scheduler dev: false + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 17.0.80 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} peerDependencies: @@ -4725,7 +4987,7 @@ packages: - scheduler dev: false - /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4733,42 +4995,43 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.73 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-slider@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==} + /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false @@ -4798,7 +5061,7 @@ packages: - scheduler dev: false - /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4807,45 +5070,41 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.73 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-spinbutton@9.2.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==} + /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - scheduler + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): @@ -4869,7 +5128,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4877,38 +5136,43 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.73 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-spinner@9.4.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==} + /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler dev: false /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): @@ -4937,7 +5201,7 @@ packages: - scheduler dev: false - /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -4945,46 +5209,50 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 '@types/react': 18.2.73 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-switch@9.1.75(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): - resolution: {integrity: sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==} + /@fluentui/react-table@9.12.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' '@types/react-dom': '>=16.9.0 <19.0.0' react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@18.2.0) - '@fluentui/react-label': 9.1.66(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false @@ -5019,36 +5287,6 @@ packages: - scheduler dev: false - /@fluentui/react-table@9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): - resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - dependencies: - '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) - '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - transitivePeerDependencies: - - scheduler - dev: false - /@fluentui/react-table@9.12.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==} peerDependencies: @@ -5079,7 +5317,7 @@ packages: - scheduler dev: false - /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5087,23 +5325,23 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-tabs@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5111,18 +5349,18 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -5151,7 +5389,7 @@ packages: - scheduler dev: false - /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5159,20 +5397,20 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 keyborg: 2.5.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) tabster: 6.1.0 dev: false - /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-tabster@9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5180,16 +5418,16 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 keyborg: 2.5.0 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) tabster: 6.1.0 dev: false @@ -5214,7 +5452,7 @@ packages: tabster: 6.1.0 dev: false - /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5223,25 +5461,25 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-tags@9.2.0(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5250,20 +5488,20 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -5295,7 +5533,7 @@ packages: - scheduler dev: false - /@fluentui/react-text@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-text@9.4.14(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5303,19 +5541,19 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-text@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-text@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5323,16 +5561,16 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-text@9.4.14(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -5355,7 +5593,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5363,22 +5601,22 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-textarea@9.3.69(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5386,17 +5624,17 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-field': 9.1.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -5427,8 +5665,34 @@ packages: /@fluentui/react-theme@9.1.19: resolution: {integrity: sha512-mrVhKbr4o9UKERPxgghIRDU59S7gRizrgz3/wwyMt7elkr8Sw+OpwKIeEw9x6P0RTcFDC00nggaMJhBGs7Xo4A==} dependencies: - '@fluentui/tokens': 1.0.0-alpha.16 + '@fluentui/tokens': 1.0.0-alpha.16 + '@swc/helpers': 0.5.7 + dev: false + + /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 + '@types/react': 17.0.80 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) dev: false /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): @@ -5457,32 +5721,6 @@ packages: react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false - /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - dependencies: - '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) - '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@17.0.2) - dev: false - /@fluentui/react-toast@9.3.35(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==} peerDependencies: @@ -5509,7 +5747,7 @@ packages: react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) dev: false - /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): + /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): resolution: {integrity: sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5517,26 +5755,26 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) transitivePeerDependencies: - scheduler dev: false - /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + /@fluentui/react-toolbar@9.1.76(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5544,21 +5782,21 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-divider': 9.2.65(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - scheduler dev: false @@ -5590,7 +5828,7 @@ packages: - scheduler dev: false - /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5599,22 +5837,22 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5623,19 +5861,19 @@ packages: react-dom: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal': 9.4.18(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-positioning': 9.14.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-tooltip@9.4.21(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -5662,6 +5900,37 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false + /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): + resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} + peerDependencies: + '@types/react': '>=16.14.0 <19.0.0' + '@types/react-dom': '>=16.9.0 <19.0.0' + react: '>=16.14.0 <19.0.0' + react-dom: '>=16.14.0 <19.0.0' + dependencies: + '@fluentui/keyboard-keys': 9.0.7 + '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-icons': 2.0.224(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2) + '@fluentui/react-theme': 9.1.19 + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) + '@swc/helpers': 0.5.7 + '@types/react': 17.0.80 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + transitivePeerDependencies: + - scheduler + dev: false + /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} peerDependencies: @@ -5693,37 +5962,6 @@ packages: - scheduler dev: false - /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2): - resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} - peerDependencies: - '@types/react': '>=16.14.0 <19.0.0' - '@types/react-dom': '>=16.9.0 <19.0.0' - react: '>=16.14.0 <19.0.0' - react-dom: '>=16.14.0 <19.0.0' - dependencies: - '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-aria': 9.10.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-avatar': 9.6.19(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-button': 9.3.73(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-checkbox': 9.2.18(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-context-selector': 9.1.56(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-icons': 2.0.224(react@17.0.2) - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-radio': 9.2.13(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(scheduler@0.20.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-tabster': 9.19.5(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2) - '@fluentui/react-theme': 9.1.19 - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) - '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - transitivePeerDependencies: - - scheduler - dev: false - /@fluentui/react-tree@9.4.36(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0)(scheduler@0.20.2): resolution: {integrity: sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==} peerDependencies: @@ -5755,30 +5993,30 @@ packages: - scheduler dev: false - /@fluentui/react-utilities@9.18.5(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-utilities@9.18.5(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 - react: 18.2.0 + '@types/react': 17.0.80 + react: 17.0.2 dev: false - /@fluentui/react-utilities@9.18.5(@types/react@18.2.73)(react@17.0.2): + /@fluentui/react-utilities@9.18.5(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' react: '>=16.14.0 <19.0.0' dependencies: '@fluentui/keyboard-keys': 9.0.7 - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 - react: 17.0.2 + '@types/react': 18.2.70 + react: 18.2.0 dev: false /@fluentui/react-utilities@9.18.5(@types/react@18.2.73)(react@18.2.0): @@ -5794,7 +6032,7 @@ packages: react: 18.2.0 dev: false - /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5802,18 +6040,18 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) - '@griffel/react': 1.5.21(react@18.2.0) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-utilities': 9.18.5(@types/react@17.0.80)(react@17.0.2) + '@griffel/react': 1.5.21(react@17.0.2) '@swc/helpers': 0.5.7 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==} peerDependencies: '@types/react': '>=16.14.0 <19.0.0' @@ -5821,15 +6059,15 @@ packages: react: '>=16.14.0 <19.0.0' react-dom: '>=16.14.0 <19.0.0' dependencies: - '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-utilities': 9.18.5(@types/react@18.2.73)(react@17.0.2) - '@griffel/react': 1.5.21(react@17.0.2) + '@fluentui/react-jsx-runtime': 9.0.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-shared-contexts': 9.15.2(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-utilities': 9.18.5(@types/react@18.2.70)(react@18.2.0) + '@griffel/react': 1.5.21(react@18.2.0) '@swc/helpers': 0.5.7 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /@fluentui/react-virtualizer@9.0.0-alpha.59(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -5851,28 +6089,28 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@fluentui/react-window-provider@2.2.18(@types/react@18.2.70)(react@18.2.0): + /@fluentui/react-window-provider@2.2.18(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.70 - react: 18.2.0 - tslib: 2.6.2 + '@types/react': 17.0.80 + react: 17.0.2 + tslib: 2.4.0 dev: false - /@fluentui/react-window-provider@2.2.18(@types/react@18.2.73)(react@17.0.2): + /@fluentui/react-window-provider@2.2.18(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' react: '>=16.8.0 <19.0.0' dependencies: '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.73 - react: 17.0.2 - tslib: 2.6.2 + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.4.0 dev: false /@fluentui/react-window-provider@2.2.18(@types/react@18.2.73)(react@18.2.0): @@ -5884,10 +6122,10 @@ packages: '@fluentui/set-version': 8.2.14 '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@fluentui/react@8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /@fluentui/react@8.110.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5896,26 +6134,26 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@fluentui/date-time-utilities': 8.6.0 - '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@18.2.0) - '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/foundation-legacy': 8.4.0(@types/react@17.0.80)(react@17.0.2) '@fluentui/merge-styles': 8.6.0 - '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-focus': 8.8.42(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-hooks': 8.7.0(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-window-provider': 2.2.18(@types/react@17.0.80)(react@17.0.2) '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) - '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.13.16(@types/react@18.2.70)(react@18.2.0) + '@fluentui/style-utilities': 8.10.5(@types/react@17.0.80)(react@17.0.2) + '@fluentui/theme': 2.6.43(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) '@microsoft/load-themed-styles': 1.10.295 - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) tslib: 2.6.2 dev: false - /@fluentui/react@8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /@fluentui/react@8.110.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -5924,22 +6162,22 @@ packages: react-dom: '>=16.8.0 <19.0.0' dependencies: '@fluentui/date-time-utilities': 8.6.0 - '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.73)(react@17.0.2) - '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.73)(react@17.0.2) + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@18.2.70)(react@18.2.0) + '@fluentui/foundation-legacy': 8.4.0(@types/react@18.2.70)(react@18.2.0) '@fluentui/merge-styles': 8.6.0 - '@fluentui/react-focus': 8.8.42(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-hooks': 8.7.0(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.73)(react@17.0.2) - '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.73)(react@17.0.2) + '@fluentui/react-focus': 8.8.42(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-hooks': 8.7.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@18.2.70)(react@18.2.0) + '@fluentui/react-window-provider': 2.2.18(@types/react@18.2.70)(react@18.2.0) '@fluentui/set-version': 8.2.14 - '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@17.0.2) - '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@17.0.2) - '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@17.0.2) + '@fluentui/style-utilities': 8.10.5(@types/react@18.2.70)(react@18.2.0) + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) tslib: 2.6.2 dev: false @@ -5962,7 +6200,7 @@ packages: '@fluentui/set-version': 8.2.14 '@fluentui/style-utilities': 8.10.5(@types/react@18.2.73)(react@18.2.0) '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@18.2.0) - '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 '@types/react': 18.2.73 '@types/react-dom': 18.2.23 @@ -5971,6 +6209,34 @@ packages: tslib: 2.6.2 dev: false + /@fluentui/react@8.117.0(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-7zPFyyhm6zZGUF5C7/L5XNIBNBYsGc2ZIVg+nuCd56hBgMh0smWDnbciFKpQ9jvAh6gvfKbsgUuVWrD/FwEkAg==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + '@types/react-dom': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + react-dom: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/date-time-utilities': 8.6.0 + '@fluentui/font-icons-mdl2': 8.5.34(@types/react@17.0.80)(react@17.0.2) + '@fluentui/foundation-legacy': 8.4.0(@types/react@17.0.80)(react@17.0.2) + '@fluentui/merge-styles': 8.6.0 + '@fluentui/react-focus': 8.8.42(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-hooks': 8.7.0(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-portal-compat-context': 9.0.11(@types/react@17.0.80)(react@17.0.2) + '@fluentui/react-window-provider': 2.2.18(@types/react@17.0.80)(react@17.0.2) + '@fluentui/set-version': 8.2.14 + '@fluentui/style-utilities': 8.10.5(@types/react@17.0.80)(react@17.0.2) + '@fluentui/theme': 2.6.43(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@microsoft/load-themed-styles': 1.10.295 + '@types/react': 17.0.80 + '@types/react-dom': 18.2.23 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + tslib: 2.4.0 + dev: false + /@fluentui/react@8.117.0(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-7zPFyyhm6zZGUF5C7/L5XNIBNBYsGc2ZIVg+nuCd56hBgMh0smWDnbciFKpQ9jvAh6gvfKbsgUuVWrD/FwEkAg==} peerDependencies: @@ -6002,32 +6268,32 @@ packages: /@fluentui/set-version@8.2.14: resolution: {integrity: sha512-f/QWJnSeyfAjGAqq57yjMb6a5ejPlwfzdExPmzFBuEOuupi8hHbV8Yno12XJcTW4I0KXEQGw+PUaM1aOf/j7jw==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@fluentui/style-utilities@8.10.5(@types/react@18.2.70)(react@18.2.0): + /@fluentui/style-utilities@8.10.5(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==} dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@fluentui/theme': 2.6.43(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) '@microsoft/load-themed-styles': 1.10.295 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - '@types/react' - react dev: false - /@fluentui/style-utilities@8.10.5(@types/react@18.2.73)(react@17.0.2): + /@fluentui/style-utilities@8.10.5(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==} dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@17.0.2) - '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) + '@fluentui/theme': 2.6.43(@types/react@18.2.70)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 - tslib: 2.6.2 + tslib: 2.4.0 transitivePeerDependencies: - '@types/react' - react @@ -6041,12 +6307,40 @@ packages: '@fluentui/theme': 2.6.43(@types/react@18.2.73)(react@18.2.0) '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@microsoft/load-themed-styles': 1.10.295 - tslib: 2.6.2 + tslib: 2.4.0 + transitivePeerDependencies: + - '@types/react' + - react + dev: false + + /@fluentui/style-utilities@8.9.6(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-glhexQzJNnLws66Tb7a0WPStYVE1tRy0QWwbtOdIRXsd/3CA1FZse76itss8/yqGakPin2PElkej/jTKpaRWew==} + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/theme': 2.6.25(@types/react@17.0.80)(react@17.0.2) + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@microsoft/load-themed-styles': 1.10.295 + tslib: 2.4.0 transitivePeerDependencies: - '@types/react' - react dev: false + /@fluentui/theme@2.6.25(@types/react@17.0.80)(react@17.0.2): + resolution: {integrity: sha512-slp+Tk+FEDj6HtZNWzckEMPLZMYfe2bECz4hLj/aq2ok51f2ztVTM8rjjmiJjOAidcTirF/gdYVbayc/5MOKag==} + peerDependencies: + '@types/react': '>=16.8.0 <19.0.0' + react: '>=16.8.0 <19.0.0' + dependencies: + '@fluentui/merge-styles': 8.6.0 + '@fluentui/set-version': 8.2.14 + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@types/react': 17.0.80 + react: 17.0.2 + tslib: 2.4.0 + dev: false + /@fluentui/theme@2.6.25(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-slp+Tk+FEDj6HtZNWzckEMPLZMYfe2bECz4hLj/aq2ok51f2ztVTM8rjjmiJjOAidcTirF/gdYVbayc/5MOKag==} peerDependencies: @@ -6055,13 +6349,13 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.13.16(@types/react@18.2.73)(react@18.2.0) + '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@fluentui/theme@2.6.43(@types/react@18.2.70)(react@18.2.0): + /@fluentui/theme@2.6.43(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -6069,13 +6363,13 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) - '@types/react': 18.2.70 - react: 18.2.0 - tslib: 2.6.2 + '@fluentui/utilities': 8.15.0(@types/react@17.0.80)(react@17.0.2) + '@types/react': 17.0.80 + react: 17.0.2 + tslib: 2.4.0 dev: false - /@fluentui/theme@2.6.43(@types/react@18.2.73)(react@17.0.2): + /@fluentui/theme@2.6.43(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -6083,10 +6377,10 @@ packages: dependencies: '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@17.0.2) - '@types/react': 18.2.73 - react: 17.0.2 - tslib: 2.6.2 + '@fluentui/utilities': 8.15.0(@types/react@18.2.70)(react@18.2.0) + '@types/react': 18.2.70 + react: 18.2.0 + tslib: 2.4.0 dev: false /@fluentui/theme@2.6.43(@types/react@18.2.73)(react@18.2.0): @@ -6100,7 +6394,7 @@ packages: '@fluentui/utilities': 8.15.0(@types/react@18.2.73)(react@18.2.0) '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@fluentui/tokens@1.0.0-alpha.16: @@ -6109,34 +6403,6 @@ packages: '@swc/helpers': 0.5.7 dev: false - /@fluentui/utilities@8.13.16(@types/react@18.2.70)(react@18.2.0): - resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} - peerDependencies: - '@types/react': '>=16.8.0 <19.0.0' - react: '>=16.8.0 <19.0.0' - dependencies: - '@fluentui/dom-utilities': 2.2.14 - '@fluentui/merge-styles': 8.6.0 - '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.70 - react: 18.2.0 - tslib: 2.6.2 - dev: false - - /@fluentui/utilities@8.13.16(@types/react@18.2.73)(react@17.0.2): - resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} - peerDependencies: - '@types/react': '>=16.8.0 <19.0.0' - react: '>=16.8.0 <19.0.0' - dependencies: - '@fluentui/dom-utilities': 2.2.14 - '@fluentui/merge-styles': 8.6.0 - '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.73 - react: 17.0.2 - tslib: 2.6.2 - dev: false - /@fluentui/utilities@8.13.16(@types/react@18.2.73)(react@18.2.0): resolution: {integrity: sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==} peerDependencies: @@ -6148,10 +6414,10 @@ packages: '@fluentui/set-version': 8.2.14 '@types/react': 18.2.73 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false - /@fluentui/utilities@8.15.0(@types/react@18.2.70)(react@18.2.0): + /@fluentui/utilities@8.15.0(@types/react@17.0.80)(react@17.0.2): resolution: {integrity: sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -6160,12 +6426,12 @@ packages: '@fluentui/dom-utilities': 2.2.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.70 - react: 18.2.0 + '@types/react': 17.0.80 + react: 17.0.2 tslib: 2.4.0 dev: false - /@fluentui/utilities@8.15.0(@types/react@18.2.73)(react@17.0.2): + /@fluentui/utilities@8.15.0(@types/react@18.2.70)(react@18.2.0): resolution: {integrity: sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -6174,8 +6440,8 @@ packages: '@fluentui/dom-utilities': 2.2.14 '@fluentui/merge-styles': 8.6.0 '@fluentui/set-version': 8.2.14 - '@types/react': 18.2.73 - react: 17.0.2 + '@types/react': 18.2.70 + react: 18.2.0 tslib: 2.4.0 dev: false @@ -6978,6 +7244,19 @@ packages: state-local: 1.0.7 dev: false + /@monaco-editor/react@4.6.0(monaco-editor@0.47.0)(react-dom@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==} + peerDependencies: + monaco-editor: '>= 0.25.0 < 1' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@monaco-editor/loader': 1.4.0(monaco-editor@0.47.0) + monaco-editor: 0.47.0 + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) + dev: false + /@monaco-editor/react@4.6.0(monaco-editor@0.47.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==} peerDependencies: @@ -7037,21 +7316,6 @@ packages: resolution: {integrity: sha512-N56fTrAPUDz/R423pag+n6TXWbvlBZDtTehaGFjK0InmN+V2OFWLE/WmORhmn6Ce7dlwH5+tQN1LJFw3ngTJVg==} dev: false - /@react-hookz/web@22.0.0(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-jl4JgUXaiSvvDVQD2z/rq2/RaykjjLrAZxHOEQj2H38j4UFWIVhv5oKUH8yrKF4wX6tMX9gdrj62f9yGq/nSaQ==} - peerDependencies: - js-cookie: ^3.0.1 - react: ^16.8 || ^17 || ^18 - react-dom: ^16.8 || ^17 || ^18 - peerDependenciesMeta: - js-cookie: - optional: true - dependencies: - '@react-hookz/deep-equal': 1.0.4 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - dev: false - /@react-hookz/web@22.0.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-jl4JgUXaiSvvDVQD2z/rq2/RaykjjLrAZxHOEQj2H38j4UFWIVhv5oKUH8yrKF4wX6tMX9gdrj62f9yGq/nSaQ==} peerDependencies: @@ -7067,200 +7331,14 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@reactflow/background@11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - classcat: 5.0.4 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/background@11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/background@11.2.7(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/controls@11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - classcat: 5.0.4 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/controls@11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/controls@11.1.18(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/core@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@types/d3': 7.4.3 - '@types/d3-drag': 3.0.7 - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 - classcat: 5.0.4 - d3-drag: 3.0.0 - d3-selection: 3.0.0 - d3-zoom: 3.0.0 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/core@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@types/d3': 7.4.3 - '@types/d3-drag': 3.0.7 - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 - classcat: 5.0.4 - d3-drag: 3.0.0 - d3-selection: 3.0.0 - d3-zoom: 3.0.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/core@11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@types/d3': 7.4.3 - '@types/d3-drag': 3.0.7 - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 - classcat: 5.0.4 - d3-drag: 3.0.0 - d3-selection: 3.0.0 - d3-zoom: 3.0.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/minimap@11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 - classcat: 5.0.4 - d3-selection: 3.0.0 - d3-zoom: 3.0.0 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/minimap@11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} + /@reactflow/background@11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 classcat: 5.0.4 - d3-selection: 3.0.0 - d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) @@ -7269,54 +7347,56 @@ packages: - immer dev: false - /@reactflow/minimap@11.6.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} + /@reactflow/controls@11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - '@types/d3-selection': 3.0.10 - '@types/d3-zoom': 3.0.8 + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 - d3-selection: 3.0.0 - d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} + /@reactflow/core@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) + '@types/d3': 7.4.3 + '@types/d3-drag': 3.0.7 + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 classcat: 5.0.4 d3-drag: 3.0.0 d3-selection: 3.0.0 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) + d3-zoom: 3.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} + /@reactflow/minimap@11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) + '@types/d3-selection': 3.0.10 + '@types/d3-zoom': 3.0.8 classcat: 5.0.4 - d3-drag: 3.0.0 d3-selection: 3.0.0 + d3-zoom: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) @@ -7325,35 +7405,19 @@ packages: - immer dev: false - /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): + /@reactflow/node-resizer@2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==} peerDependencies: react: '>=17' react-dom: '>=17' dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) + '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0) classcat: 5.0.4 d3-drag: 3.0.0 d3-selection: 3.0.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - - /@reactflow/node-toolbar@1.2.6(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - classcat: 5.0.4 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2) + zustand: 4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0) transitivePeerDependencies: - '@types/react' - immer @@ -7375,22 +7439,6 @@ packages: - immer dev: false - /@reactflow/node-toolbar@1.2.6(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - classcat: 5.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - zustand: 4.5.2(@types/react@18.2.73)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - /@reduxjs/toolkit@1.8.5(react-redux@8.0.2)(react@17.0.2): resolution: {integrity: sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==} peerDependencies: @@ -7404,7 +7452,7 @@ packages: dependencies: immer: 9.0.15 react: 17.0.2 - react-redux: 8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) + react-redux: 8.0.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1) redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 @@ -7429,6 +7477,21 @@ packages: reselect: 4.1.8 dev: false + /@rollup/plugin-inject@5.0.5(rollup@4.13.0): + resolution: {integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.13.0) + estree-walker: 2.0.2 + magic-string: 0.30.8 + rollup: 4.13.0 + dev: true + /@rollup/pluginutils@5.1.0(rollup@4.13.0): resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} engines: {node: '>=14.0.0'} @@ -7764,7 +7827,7 @@ packages: resolution: {integrity: sha512-5lxnyLEYFskErRPenYItLRSge5DjrJngYKdVjRSrWfza9G6KkgHEXi0vUZiyUeMU5JfXH1YnvXZzSp8ul88o2Q==} dependencies: legacy-swc-helpers: /@swc/helpers@0.4.14 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@swc/helpers@0.5.7: @@ -7902,6 +7965,35 @@ packages: resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} dev: true + /@types/babel__core@7.20.5: + resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} + dependencies: + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + '@types/babel__generator': 7.6.8 + '@types/babel__template': 7.4.4 + '@types/babel__traverse': 7.20.5 + dev: true + + /@types/babel__generator@7.6.8: + resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} + dependencies: + '@babel/types': 7.24.0 + dev: true + + /@types/babel__template@7.4.4: + resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} + dependencies: + '@babel/parser': 7.24.1 + '@babel/types': 7.24.0 + dev: true + + /@types/babel__traverse@7.20.5: + resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==} + dependencies: + '@babel/types': 7.24.0 + dev: true + /@types/d3-array@3.2.1: resolution: {integrity: sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==} dev: false @@ -8196,6 +8288,14 @@ packages: dependencies: '@types/react': 18.2.73 + /@types/react@17.0.80: + resolution: {integrity: sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==} + dependencies: + '@types/prop-types': 15.7.12 + '@types/scheduler': 0.16.8 + csstype: 3.1.3 + dev: false + /@types/react@18.2.70: resolution: {integrity: sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==} dependencies: @@ -8308,6 +8408,22 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true + /@vitejs/plugin-react@4.2.1(vite@5.2.6): + resolution: {integrity: sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.2.0 || ^5.0.0 + dependencies: + '@babel/core': 7.24.3 + '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.24.3) + '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.3) + '@types/babel__core': 7.20.5 + react-refresh: 0.14.0 + vite: 5.2.6(@types/node@20.12.2) + transitivePeerDependencies: + - supports-color + dev: true + /@vitest/expect@1.4.0: resolution: {integrity: sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==} dependencies: @@ -8663,6 +8779,24 @@ packages: is-shared-array-buffer: 1.0.3 dev: true + /asn1.js@4.10.1: + resolution: {integrity: sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==} + dependencies: + bn.js: 4.12.0 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: true + + /assert@2.1.0: + resolution: {integrity: sha512-eLHpSK/Y4nhMJ07gDaAzoX/XAKS8PSaojml3M0DM4JpV1LAi5JOJ/p6H/XWrl8L+DzVEvVCW1z3vWAaB9oTsQw==} + dependencies: + call-bind: 1.0.7 + is-nan: 1.3.2 + object-is: 1.1.6 + object.assign: 4.1.5 + util: 0.12.5 + dev: true + /assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} dev: true @@ -8676,6 +8810,13 @@ packages: dependencies: possible-typed-array-names: 1.0.0 + /axios-retry@3.9.1: + resolution: {integrity: sha512-8PJDLJv7qTTMMwdnbMvrLYuvB47M81wRtxQmEdV5w4rgbTXTt+vtPkXwajOfOdSyv/wZICJOC+/UhXH4aQ/R+w==} + dependencies: + '@babel/runtime': 7.24.1 + is-retry-allowed: 2.2.0 + dev: false + /axios@1.6.0: resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: @@ -8697,6 +8838,10 @@ packages: /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + /base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + dev: true + /big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} engines: {node: '>=0.6'} @@ -8707,6 +8852,14 @@ packages: engines: {node: '>=8'} dev: true + /bn.js@4.12.0: + resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} + dev: true + + /bn.js@5.2.1: + resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} + dev: true + /boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} dev: true @@ -8742,6 +8895,73 @@ packages: unload: 2.2.0 dev: false + /brorand@1.1.0: + resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} + dev: true + + /browser-resolve@2.0.0: + resolution: {integrity: sha512-7sWsQlYL2rGLy2IWm8WL8DCTJvYLc/qlOnsakDac87SOoCd16WLsaAMdCiAqsTNHIe+SXfaqyxyo6THoWqs8WQ==} + dependencies: + resolve: 1.22.8 + dev: true + + /browserify-aes@1.2.0: + resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} + dependencies: + buffer-xor: 1.0.3 + cipher-base: 1.0.4 + create-hash: 1.2.0 + evp_bytestokey: 1.0.3 + inherits: 2.0.4 + safe-buffer: 5.1.2 + dev: true + + /browserify-cipher@1.0.1: + resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} + dependencies: + browserify-aes: 1.2.0 + browserify-des: 1.0.2 + evp_bytestokey: 1.0.3 + dev: true + + /browserify-des@1.0.2: + resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} + dependencies: + cipher-base: 1.0.4 + des.js: 1.1.0 + inherits: 2.0.4 + safe-buffer: 5.1.2 + dev: true + + /browserify-rsa@4.1.0: + resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} + dependencies: + bn.js: 5.2.1 + randombytes: 2.1.0 + dev: true + + /browserify-sign@4.2.3: + resolution: {integrity: sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==} + engines: {node: '>= 0.12'} + dependencies: + bn.js: 5.2.1 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + create-hmac: 1.1.7 + elliptic: 6.5.5 + hash-base: 3.0.4 + inherits: 2.0.4 + parse-asn1: 5.1.7 + readable-stream: 2.3.8 + safe-buffer: 5.2.1 + dev: true + + /browserify-zlib@0.2.0: + resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} + dependencies: + pako: 1.0.11 + dev: true + /browserslist@4.23.0: resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -8757,6 +8977,21 @@ packages: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} dev: false + /buffer-xor@1.0.3: + resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} + dev: true + + /buffer@5.7.1: + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + dev: true + + /builtin-status-codes@3.0.0: + resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} + dev: true + /bundle-require@4.0.2(esbuild@0.19.12): resolution: {integrity: sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -8877,6 +9112,13 @@ packages: fsevents: 2.3.3 dev: true + /cipher-base@1.0.4: + resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} + dependencies: + inherits: 2.0.4 + safe-buffer: 5.1.2 + dev: true + /classcat@5.0.4: resolution: {integrity: sha512-sbpkOw6z413p+HDGcBENe498WM9woqWHiJxCq7nvmxe9WmrUmqfAcxpIwAiMtM5Q3AhYkzXcNQHqsWq0mND51g==} dev: false @@ -8980,6 +9222,14 @@ packages: /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + /console-browserify@1.2.0: + resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} + dev: true + + /constants-browserify@1.0.0: + resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} + dev: true + /conventional-changelog-angular@7.0.0: resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} engines: {node: '>=16'} @@ -9014,6 +9264,11 @@ packages: toggle-selection: 1.0.6 dev: false + /core-js@3.24.1: + resolution: {integrity: sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==} + requiresBuild: true + dev: false + /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true @@ -9034,6 +9289,38 @@ packages: typescript: 4.7.4 dev: true + /create-ecdh@4.0.4: + resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} + dependencies: + bn.js: 4.12.0 + elliptic: 6.5.5 + dev: true + + /create-hash@1.2.0: + resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} + dependencies: + cipher-base: 1.0.4 + inherits: 2.0.4 + md5.js: 1.3.5 + ripemd160: 2.0.2 + sha.js: 2.4.11 + dev: true + + /create-hmac@1.1.7: + resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} + dependencies: + cipher-base: 1.0.4 + create-hash: 1.2.0 + inherits: 2.0.4 + ripemd160: 2.0.2 + safe-buffer: 5.1.2 + sha.js: 2.4.11 + dev: true + + /create-require@1.1.1: + resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} + dev: true + /cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} dependencies: @@ -9051,6 +9338,22 @@ packages: which: 2.0.2 dev: true + /crypto-browserify@3.12.0: + resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} + dependencies: + browserify-cipher: 1.0.1 + browserify-sign: 4.2.3 + create-ecdh: 4.0.4 + create-hash: 1.2.0 + create-hmac: 1.1.7 + diffie-hellman: 5.0.3 + inherits: 2.0.4 + pbkdf2: 3.1.2 + public-encrypt: 4.0.3 + randombytes: 2.1.0 + randomfill: 1.0.4 + dev: true + /css-in-js-utils@3.1.0: resolution: {integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==} dependencies: @@ -9318,6 +9621,13 @@ packages: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} + /des.js@1.1.0: + resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==} + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: true + /detect-file@1.0.0: resolution: {integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==} engines: {node: '>=0.10.0'} @@ -9337,6 +9647,14 @@ packages: engines: {node: '>=0.3.1'} dev: false + /diffie-hellman@5.0.3: + resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} + dependencies: + bn.js: 4.12.0 + miller-rabin: 4.0.1 + randombytes: 2.1.0 + dev: true + /dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -9399,6 +9717,11 @@ packages: domhandler: 4.3.1 entities: 2.2.0 + /domain-browser@4.23.0: + resolution: {integrity: sha512-ArzcM/II1wCCujdCNyQjXrAFwS4mrLh4C7DZWlaI8mdh7h3BfKdNd3bKXITfl2PT9FtfQqaGvhi1vPRQPimjGA==} + engines: {node: '>=10'} + dev: true + /domelementtype@2.3.0: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} @@ -9447,6 +9770,18 @@ packages: resolution: {integrity: sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==} dev: false + /elliptic@6.5.5: + resolution: {integrity: sha512-7EjbcmUm17NQFu4Pmgmq2olYMj8nwMnpcddByChSUjArp8F5DQWcIcpriwO4ZToLNAJig0yiyjswfyGNje/ixw==} + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + hash.js: 1.1.7 + hmac-drbg: 1.0.1 + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: true + /emoji-regex@10.3.0: resolution: {integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==} dev: true @@ -9986,7 +10321,13 @@ packages: /events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - dev: false + + /evp_bytestokey@1.0.3: + resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} + dependencies: + md5.js: 1.3.5 + safe-buffer: 5.1.2 + dev: true /execa@0.6.3: resolution: {integrity: sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==} @@ -10459,6 +10800,30 @@ packages: dependencies: has-symbols: 1.0.3 + /hash-base@3.0.4: + resolution: {integrity: sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==} + engines: {node: '>=4'} + dependencies: + inherits: 2.0.4 + safe-buffer: 5.2.1 + dev: true + + /hash-base@3.1.0: + resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} + engines: {node: '>=4'} + dependencies: + inherits: 2.0.4 + readable-stream: 3.6.2 + safe-buffer: 5.2.1 + dev: true + + /hash.js@1.1.7: + resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} + dependencies: + inherits: 2.0.4 + minimalistic-assert: 1.0.1 + dev: true + /hasown@2.0.2: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} @@ -10483,6 +10848,14 @@ packages: '@babel/runtime': 7.24.1 dev: false + /hmac-drbg@1.0.1: + resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} + dependencies: + hash.js: 1.1.7 + minimalistic-assert: 1.0.1 + minimalistic-crypto-utils: 1.0.1 + dev: true + /hoist-non-react-statics@3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} dependencies: @@ -10534,6 +10907,10 @@ packages: transitivePeerDependencies: - supports-color + /https-browserify@1.0.0: + resolution: {integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==} + dev: true + /https-proxy-agent@7.0.4: resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} engines: {node: '>= 14'} @@ -10570,6 +10947,10 @@ packages: safer-buffer: 2.1.2 dev: true + /ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + dev: true + /ignore@5.3.1: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} @@ -10809,6 +11190,14 @@ packages: engines: {node: '>= 0.4'} dev: true + /is-nan@1.3.2: + resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + dev: true + /is-negative-zero@2.0.3: resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} @@ -10864,6 +11253,11 @@ packages: is-unc-path: 1.0.0 dev: true + /is-retry-allowed@2.2.0: + resolution: {integrity: sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg==} + engines: {node: '>=10'} + dev: false + /is-set@2.0.3: resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} engines: {node: '>= 0.4'} @@ -10977,6 +11371,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /isomorphic-timers-promises@1.0.1: + resolution: {integrity: sha512-u4sej9B1LPSxTGKB/HiuzvEQnXH0ECYkSVQU39koSwmFAxhlEAFl9RdTvLv4TOTQUgBS5O3O5fwUxk6byBZ+IQ==} + engines: {node: '>=10'} + dev: true + /isomorphic.js@0.2.5: resolution: {integrity: sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==} dev: false @@ -11162,6 +11561,10 @@ packages: object.values: 1.2.0 dev: true + /jwt-decode@3.1.2: + resolution: {integrity: sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==} + dev: false + /keyborg@2.5.0: resolution: {integrity: sha512-nb4Ji1suqWqj6VXb61Jrs4ab/UWgtGph4wDch2NIZDfLBUObmLcZE0aiDjZY49ghtu03fvwxDNvS9ZB0XMz6/g==} dev: false @@ -11436,6 +11839,14 @@ packages: remove-accents: 0.5.0 dev: false + /md5.js@1.3.5: + resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + safe-buffer: 5.1.2 + dev: true + /mdast-util-definitions@5.1.2: resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==} dependencies: @@ -11684,6 +12095,14 @@ packages: resolution: {integrity: sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA==} dev: false + /miller-rabin@4.0.1: + resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} + hasBin: true + dependencies: + bn.js: 4.12.0 + brorand: 1.1.0 + dev: true + /mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} @@ -11717,6 +12136,14 @@ packages: engines: {node: '>=4'} dev: true + /minimalistic-assert@1.0.1: + resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} + dev: true + + /minimalistic-crypto-utils@1.0.1: + resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} + dev: true + /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: @@ -11864,6 +12291,39 @@ packages: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} dev: true + /node-stdlib-browser@1.2.0: + resolution: {integrity: sha512-VSjFxUhRhkyed8AtLwSCkMrJRfQ3e2lGtG3sP6FEgaLKBBbxM/dLfjRe1+iLhjvyLFW3tBQ8+c0pcOtXGbAZJg==} + engines: {node: '>=10'} + dependencies: + assert: 2.1.0 + browser-resolve: 2.0.0 + browserify-zlib: 0.2.0 + buffer: 5.7.1 + console-browserify: 1.2.0 + constants-browserify: 1.0.0 + create-require: 1.1.1 + crypto-browserify: 3.12.0 + domain-browser: 4.23.0 + events: 3.3.0 + https-browserify: 1.0.0 + isomorphic-timers-promises: 1.0.1 + os-browserify: 0.3.0 + path-browserify: 1.0.1 + pkg-dir: 5.0.0 + process: 0.11.10 + punycode: 1.4.1 + querystring-es3: 0.2.1 + readable-stream: 3.6.2 + stream-browserify: 3.0.0 + stream-http: 3.2.0 + string_decoder: 1.1.1 + timers-browserify: 2.0.12 + tty-browserify: 0.0.1 + url: 0.11.3 + util: 0.12.5 + vm-browserify: 1.1.2 + dev: true + /normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} @@ -12050,6 +12510,10 @@ packages: type-check: 0.4.0 dev: true + /os-browserify@0.3.0: + resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==} + dev: true + /p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} @@ -12083,6 +12547,10 @@ packages: retry: 0.12.0 dev: false + /pako@1.0.11: + resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} + dev: true + /parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} @@ -12090,6 +12558,18 @@ packages: callsites: 3.1.0 dev: true + /parse-asn1@5.1.7: + resolution: {integrity: sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==} + engines: {node: '>= 0.10'} + dependencies: + asn1.js: 4.10.1 + browserify-aes: 1.2.0 + evp_bytestokey: 1.0.3 + hash-base: 3.0.4 + pbkdf2: 3.1.2 + safe-buffer: 5.2.1 + dev: true + /parse-filepath@1.0.2: resolution: {integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==} engines: {node: '>=0.8'} @@ -12207,6 +12687,17 @@ packages: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} dev: true + /pbkdf2@3.1.2: + resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} + engines: {node: '>=0.12'} + dependencies: + create-hash: 1.2.0 + create-hmac: 1.1.7 + ripemd160: 2.0.2 + safe-buffer: 5.1.2 + sha.js: 2.4.11 + dev: true + /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} dev: true @@ -12233,6 +12724,13 @@ packages: engines: {node: '>= 6'} dev: true + /pkg-dir@5.0.0: + resolution: {integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==} + engines: {node: '>=10'} + dependencies: + find-up: 5.0.0 + dev: true + /pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: @@ -12318,7 +12816,6 @@ packages: /process@0.11.10: resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} engines: {node: '>= 0.6.0'} - dev: false /prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} @@ -12349,11 +12846,38 @@ packages: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} dev: true + /public-encrypt@4.0.3: + resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} + dependencies: + bn.js: 4.12.0 + browserify-rsa: 4.1.0 + create-hash: 1.2.0 + parse-asn1: 5.1.7 + randombytes: 2.1.0 + safe-buffer: 5.1.2 + dev: true + + /punycode@1.4.1: + resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} + dev: true + /punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} dev: true + /qs@6.12.0: + resolution: {integrity: sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==} + engines: {node: '>=0.6'} + dependencies: + side-channel: 1.0.6 + dev: true + + /querystring-es3@0.2.1: + resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} + engines: {node: '>=0.4.x'} + dev: true + /querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} dev: true @@ -12373,15 +12897,28 @@ packages: ret: 0.1.15 dev: false - /react-dnd-accessible-backend@1.0.1(react-dnd@16.0.1)(react@17.0.2): + /randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + dependencies: + safe-buffer: 5.1.2 + dev: true + + /randomfill@1.0.4: + resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} + dependencies: + randombytes: 2.1.0 + safe-buffer: 5.1.2 + dev: true + + /react-dnd-accessible-backend@1.0.1(react-dnd@16.0.1)(react@18.2.0): resolution: {integrity: sha512-bh4FOA43r+zxLduELKl2bEiEsf3Ja1NahzpUOcBUn/3mdXm2i/4pV59dXblBwEZVgg8z/ZhEivy244AN7xTMLQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 react-dnd: 14.0.0 dependencies: immutability-helper: 3.1.1 - react: 17.0.2 - react-dnd: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2) + react: 18.2.0 + react-dnd: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@18.2.0) dev: false /react-dnd-html5-backend@16.0.1: @@ -12390,54 +12927,29 @@ packages: dnd-core: 16.0.1 dev: false - /react-dnd-multi-backend@8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@17.0.2): + /react-dnd-multi-backend@8.0.0(dnd-core@16.0.1)(react-dnd@16.0.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sYJmGUWRJsTa4sF/bxFu4tF/KSk668vf1TWbDqGdpvR9ltik/lBBqgihV3KLVtRRWytR/8wJCd9K5slj2Ve1tg==} peerDependencies: react: ^16.14.0 || ^17.0.2 || ^18.0.0 react-dom: ^16.14.0 || ^17.0.2 || ^18.0.0 dependencies: dnd-multi-backend: 8.0.3(dnd-core@16.0.1) - react: 17.0.2 - react-dnd-preview: 8.0.3(react-dnd@16.0.1)(react@17.0.2) - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dnd-preview: 8.0.3(react-dnd@16.0.1)(react@18.2.0) + react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - dnd-core - react-dnd dev: false - /react-dnd-preview@8.0.3(react-dnd@16.0.1)(react@17.0.2): + /react-dnd-preview@8.0.3(react-dnd@16.0.1)(react@18.2.0): resolution: {integrity: sha512-s69Ro47QYDthDhj73iQ0VioMCjtlZ1AytKBDkQaHKm5DTjA8D2bIaFKCBQd330QEW0SIzqLJrZGCSlIY2xraJg==} peerDependencies: react: ^16.14.0 || ^17.0.2 || ^18.0.0 react-dnd: ^16.0.1 dependencies: - react: 17.0.2 - react-dnd: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2) - dev: false - - /react-dnd@16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@17.0.2): - resolution: {integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==} - peerDependencies: - '@types/hoist-non-react-statics': '>= 3.3.1' - '@types/node': '>= 12' - '@types/react': '>= 16' - react: '>= 16.14' - peerDependenciesMeta: - '@types/hoist-non-react-statics': - optional: true - '@types/node': - optional: true - '@types/react': - optional: true - dependencies: - '@react-dnd/invariant': 4.0.2 - '@react-dnd/shallowequal': 4.0.2 - '@types/node': 20.12.2 - '@types/react': 18.2.73 - dnd-core: 16.0.1 - fast-deep-equal: 3.1.3 - hoist-non-react-statics: 3.3.2 - react: 17.0.2 + react: 18.2.0 + react-dnd: 16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@18.2.0) dev: false /react-dnd@16.0.1(@types/node@20.12.2)(@types/react@18.2.73)(react@18.2.0): @@ -12493,14 +13005,14 @@ packages: '@babel/runtime': 7.24.1 react: 18.2.0 - /react-hotkeys-hook@4.3.8(react-dom@18.2.0)(react@17.0.2): + /react-hotkeys-hook@4.3.8(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==} peerDependencies: react: '>=16.8.1' react-dom: '>=16.8.1' dependencies: - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /react-icons@4.8.0(react@18.2.0): @@ -12520,29 +13032,6 @@ packages: throttle-debounce: 2.3.0 dev: false - /react-intl@6.3.0(react@17.0.2)(typescript@4.7.4): - resolution: {integrity: sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==} - peerDependencies: - react: ^16.6.0 || 17 || 18 - typescript: ^4.7 - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@formatjs/ecma402-abstract': 1.14.3 - '@formatjs/icu-messageformat-parser': 2.3.0 - '@formatjs/intl': 2.6.7(typescript@4.7.4) - '@formatjs/intl-displaynames': 6.2.6 - '@formatjs/intl-listformat': 7.1.9 - '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 18.2.70 - hoist-non-react-statics: 3.3.2 - intl-messageformat: 10.3.1 - react: 17.0.2 - tslib: 2.6.2 - typescript: 4.7.4 - dev: false - /react-intl@6.3.0(react@18.2.0)(typescript@4.7.4): resolution: {integrity: sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==} peerDependencies: @@ -12558,7 +13047,7 @@ packages: '@formatjs/intl-displaynames': 6.2.6 '@formatjs/intl-listformat': 7.1.9 '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 18.2.70 + '@types/react': 18.2.73 hoist-non-react-statics: 3.3.2 intl-messageformat: 10.3.1 react: 18.2.0 @@ -12640,7 +13129,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-redux@8.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1): + /react-redux@8.0.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2)(redux@4.2.1): resolution: {integrity: sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -12663,7 +13152,7 @@ packages: dependencies: '@babel/runtime': 7.24.1 '@types/hoist-non-react-statics': 3.3.5 - '@types/react': 18.2.73 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -12708,6 +13197,11 @@ packages: use-sync-external-store: 1.2.0(react@18.2.0) dev: false + /react-refresh@0.14.0: + resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} + engines: {node: '>=0.10.0'} + dev: true + /react-transition-group@4.4.5(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} peerDependencies: @@ -12784,25 +13278,6 @@ packages: dependencies: loose-envify: 1.4.0 - /reactflow@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/background': 11.2.7(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/controls': 11.1.18(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/core': 11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/minimap': 11.6.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/node-resizer': 2.1.4(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@17.0.2) - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - /reactflow@11.8.2(@types/react@18.2.73)(immer@9.0.15)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} peerDependencies: @@ -12822,25 +13297,6 @@ packages: - immer dev: false - /reactflow@11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==} - peerDependencies: - react: '>=17' - react-dom: '>=17' - dependencies: - '@reactflow/background': 11.2.7(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/controls': 11.1.18(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/core': 11.8.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/minimap': 11.6.2(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-resizer': 2.1.4(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - '@reactflow/node-toolbar': 1.2.6(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - - immer - dev: false - /readable-stream@2.3.8: resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: @@ -12853,6 +13309,15 @@ packages: util-deprecate: 1.0.2 dev: true + /readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + dependencies: + inherits: 2.0.4 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + dev: true + /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -12906,6 +13371,10 @@ packages: which-builtin-type: 1.1.3 dev: true + /regenerator-runtime@0.13.9: + resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==} + dev: false + /regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} @@ -13037,6 +13506,22 @@ packages: glob: 10.3.10 dev: true + /ripemd160@2.0.2: + resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} + dependencies: + hash-base: 3.1.0 + inherits: 2.0.4 + dev: true + + /rollup-plugin-polyfill-node@0.13.0(rollup@4.13.0): + resolution: {integrity: sha512-FYEvpCaD5jGtyBuBFcQImEGmTxDTPbiHjJdrYIp+mFIwgXiXabxvKUK7ZT9P31ozu2Tqm9llYQMRWsfvTMTAOw==} + peerDependencies: + rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 + dependencies: + '@rollup/plugin-inject': 5.0.5(rollup@4.13.0) + rollup: 4.13.0 + dev: true + /rollup-plugin-preserve-directives@0.4.0(rollup@4.13.0): resolution: {integrity: sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==} peerDependencies: @@ -13106,6 +13591,10 @@ packages: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: true + /safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + dev: true + /safe-regex-test@1.0.3: resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} engines: {node: '>= 0.4'} @@ -13206,6 +13695,18 @@ packages: engines: {node: '>=6.9'} dev: false + /setimmediate@1.0.5: + resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} + dev: true + + /sha.js@2.4.11: + resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} + hasBin: true + dependencies: + inherits: 2.0.4 + safe-buffer: 5.1.2 + dev: true + /shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} @@ -13462,6 +13963,13 @@ packages: internal-slot: 1.0.7 dev: true + /stream-browserify@3.0.0: + resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} + dependencies: + inherits: 2.0.4 + readable-stream: 3.6.2 + dev: true + /stream-combiner2@1.1.1: resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} dependencies: @@ -13469,6 +13977,15 @@ packages: readable-stream: 2.3.8 dev: true + /stream-http@3.2.0: + resolution: {integrity: sha512-Oq1bLqisTyK3TSCXpPbT4sdeYNdmyZJv1LxpEm2vu1ZhK89kSE5YXwZc3cWk0MagGaKriBh9mCFbVGtO+vY29A==} + dependencies: + builtin-status-codes: 3.0.0 + inherits: 2.0.4 + readable-stream: 3.6.2 + xtend: 4.0.2 + dev: true + /stream-to-array@2.3.0: resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} dependencies: @@ -13729,6 +14246,13 @@ packages: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: true + /timers-browserify@2.0.12: + resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} + engines: {node: '>=0.6.0'} + dependencies: + setimmediate: 1.0.5 + dev: true + /tinybench@2.6.0: resolution: {integrity: sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==} dev: true @@ -13926,6 +14450,10 @@ packages: - ts-node dev: true + /tty-browserify@0.0.1: + resolution: {integrity: sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw==} + dev: true + /tunnel@0.0.6: resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} @@ -14129,7 +14657,14 @@ packages: requires-port: 1.0.0 dev: true - /use-disposable@1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): + /url@0.11.3: + resolution: {integrity: sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==} + dependencies: + punycode: 1.4.1 + qs: 6.12.0 + dev: true + + /use-disposable@1.0.2(@types/react-dom@18.2.23)(@types/react@17.0.80)(react-dom@18.2.0)(react@17.0.2): resolution: {integrity: sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -14137,13 +14672,13 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@types/react': 18.2.70 + '@types/react': 17.0.80 '@types/react-dom': 18.2.23 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) + react: 17.0.2 + react-dom: 18.2.0(react@17.0.2) dev: false - /use-disposable@1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@17.0.2): + /use-disposable@1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==} peerDependencies: '@types/react': '>=16.8.0 <19.0.0' @@ -14151,10 +14686,10 @@ packages: react: '>=16.8.0 <19.0.0' react-dom: '>=16.8.0 <19.0.0' dependencies: - '@types/react': 18.2.73 + '@types/react': 18.2.70 '@types/react-dom': 18.2.23 - react: 17.0.2 - react-dom: 18.2.0(react@17.0.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) dev: false /use-disposable@1.0.2(@types/react-dom@18.2.23)(@types/react@18.2.73)(react-dom@18.2.0)(react@18.2.0): @@ -14204,7 +14739,6 @@ packages: is-generator-function: 1.0.10 is-typed-array: 1.1.13 which-typed-array: 1.1.15 - dev: false /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} @@ -14300,6 +14834,18 @@ packages: vite: 5.2.6(@types/node@20.12.2) dev: true + /vite-plugin-node-polyfills@0.21.0(rollup@4.13.0)(vite@5.2.6): + resolution: {integrity: sha512-Sk4DiKnmxN8E0vhgEhzLudfJQfaT8k4/gJ25xvUPG54KjLJ6HAmDKbr4rzDD/QWEY+Lwg80KE85fGYBQihEPQA==} + peerDependencies: + vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 + dependencies: + '@rollup/plugin-inject': 5.0.5(rollup@4.13.0) + node-stdlib-browser: 1.2.0 + vite: 5.2.6(@types/node@20.12.2) + transitivePeerDependencies: + - rollup + dev: true + /vite-tsconfig-paths@4.3.2(typescript@4.7.4)(vite@5.2.6): resolution: {integrity: sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==} peerDependencies: @@ -14410,6 +14956,10 @@ packages: - terser dev: true + /vm-browserify@1.1.2: + resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} + dev: true + /vscode-nls@5.2.0: resolution: {integrity: sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==} dev: false @@ -14685,27 +15235,6 @@ packages: optionalDependencies: commander: 9.5.0 - /zustand@4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@17.0.2): - resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} - engines: {node: '>=12.7.0'} - peerDependencies: - '@types/react': '>=16.8' - immer: '>=9.0.6' - react: '>=16.8' - peerDependenciesMeta: - '@types/react': - optional: true - immer: - optional: true - react: - optional: true - dependencies: - '@types/react': 18.2.73 - immer: 9.0.15 - react: 17.0.2 - use-sync-external-store: 1.2.0(react@17.0.2) - dev: false - /zustand@4.5.2(@types/react@18.2.73)(immer@9.0.15)(react@18.2.0): resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} engines: {node: '>=12.7.0'} @@ -14726,23 +15255,3 @@ packages: react: 18.2.0 use-sync-external-store: 1.2.0(react@18.2.0) dev: false - - /zustand@4.5.2(@types/react@18.2.73)(react@18.2.0): - resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} - engines: {node: '>=12.7.0'} - peerDependencies: - '@types/react': '>=16.8' - immer: '>=9.0.6' - react: '>=16.8' - peerDependenciesMeta: - '@types/react': - optional: true - immer: - optional: true - react: - optional: true - dependencies: - '@types/react': 18.2.73 - react: 18.2.0 - use-sync-external-store: 1.2.0(react@18.2.0) - dev: false diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 92827f3fcfc..d4c08d94811 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,3 @@ packages: - 'libs/*' + - 'apps/*' \ No newline at end of file From 529e930eb92d615a1b9c562f9b3b60fb786b63cf Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Sun, 31 Mar 2024 20:04:05 -0700 Subject: [PATCH 13/39] Delete NX files --- .nx/cache/d/daemon-error.log | 26 - .nx/cache/d/daemon.log | 2573 --- .nx/cache/d/disabled | 1 - .nx/cache/d/server-process.json | 1 - .nx/cache/file-map.json | 8321 ------- .nx/cache/lockfile.hash | 1 - .nx/cache/nx_files.nxt | Bin 220884 -> 0 bytes .nx/cache/parsed-lock-file.json | 35678 ------------------------------ .nx/cache/project-graph.json | 34275 ---------------------------- 9 files changed, 80876 deletions(-) delete mode 100644 .nx/cache/d/daemon-error.log delete mode 100644 .nx/cache/d/daemon.log delete mode 100644 .nx/cache/d/disabled delete mode 100644 .nx/cache/d/server-process.json delete mode 100644 .nx/cache/file-map.json delete mode 100644 .nx/cache/lockfile.hash delete mode 100644 .nx/cache/nx_files.nxt delete mode 100644 .nx/cache/parsed-lock-file.json delete mode 100644 .nx/cache/project-graph.json diff --git a/.nx/cache/d/daemon-error.log b/.nx/cache/d/daemon-error.log deleted file mode 100644 index cdb2b061bf8..00000000000 --- a/.nx/cache/d/daemon-error.log +++ /dev/null @@ -1,26 +0,0 @@ -Daemon process terminated and closed the connection - -Messages from the log: - -To fix this, set a unique name for each project in a project.json inside the project's root. If the project does not currently have a project.json, you can create one that contains only a name. -Error: The following projects are defined in multiple locations: -- @microsoft/designer-ui: - - libs/designer - - libs/designer-ui - -To fix this, set a unique name for each project in a project.json inside the project's root. If the project does not currently have a project.json, you can create one that contains only a name. - at readProjectConfigurationsFromRootMap (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:254:15) - at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:209:26 - at process.processTicksAndRejections (node:internal/process/task_queues:95:5) - at async createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:62) - at async processFilesAndCreateAndSerializeProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:142:28) - at async getCachedSerializedProjectGraphPromise (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:43:16) - at async handleRequestProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/handle-request-project-graph.js:12:24) - at async handleResult (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:110:16) - at async handleMessage (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:81:9) - at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:45:9 -[NX Daemon Server] - 2024-03-27T19:50:11.134Z - Done responding to the client null - - - -More information: /Users/travisharris/code/LogicAppsUX/.nx/cache/d/daemon.log \ No newline at end of file diff --git a/.nx/cache/d/daemon.log b/.nx/cache/d/daemon.log deleted file mode 100644 index 641efba297b..00000000000 --- a/.nx/cache/d/daemon.log +++ /dev/null @@ -1,2573 +0,0 @@ -[NX Daemon Server] - 2024-03-26T03:24:15.606Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock -[NX Daemon Server] - 2024-03-26T03:24:15.622Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) -[NX Daemon Server] - 2024-03-26T03:24:15.622Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:24:15.622Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-26T03:24:15.625Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-26T03:24:15.769Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:24:15.769Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:24:15.769Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:24:16.545Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-26T03:24:16.546Z - Time taken for 'total for creating and serializing project graph' 919.9834170043468ms -[NX Daemon Server] - 2024-03-26T03:24:16.546Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:24:16.548Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-26T03:24:16.548Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 920. Response time: 3. -[NX Daemon Server] - 2024-03-26T03:24:16.555Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-26T03:24:16.555Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-26T03:24:16.555Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. -[NX Daemon Server] - 2024-03-26T03:24:16.558Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-26T03:24:59.411Z - [WATCHER]: libs/chatbot/package.json was modified -[NX Daemon Server] - 2024-03-26T03:24:59.411Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:24:59.516Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:24:59.516Z - [REQUEST]: libs/chatbot/package.json -[NX Daemon Server] - 2024-03-26T03:24:59.516Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:24:59.582Z - Time taken for 'hash changed files from watcher' 3.4532079994678497ms -[NX Daemon Server] - 2024-03-26T03:25:34.573Z - [WATCHER]: libs/chatbot/package.json was modified -[NX Daemon Server] - 2024-03-26T03:25:34.573Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:25:34.776Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:25:34.777Z - [REQUEST]: libs/chatbot/package.json -[NX Daemon Server] - 2024-03-26T03:25:34.777Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:25:34.832Z - Time taken for 'hash changed files from watcher' 2.2701670080423355ms -[NX Daemon Server] - 2024-03-26T03:25:42.885Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted -[NX Daemon Server] - 2024-03-26T03:25:42.885Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:25:43.286Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:25:43.287Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:25:43.287Z - [REQUEST]: libs/chatbot/jest.setup.js,libs/chatbot/jest.config.ts -[NX Daemon Server] - 2024-03-26T03:25:43.536Z - Time taken for 'hash changed files from watcher' 1.3793749958276749ms -[NX Daemon Server] - 2024-03-26T03:25:49.340Z - [WATCHER]: libs/chatbot/.eslintrc.json was deleted -[NX Daemon Server] - 2024-03-26T03:25:49.340Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:25:50.143Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:25:50.143Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:25:50.143Z - [REQUEST]: libs/chatbot/.eslintrc.json -[NX Daemon Server] - 2024-03-26T03:25:50.211Z - Time taken for 'hash changed files from watcher' 2.47112500667572ms -[NX Daemon Server] - 2024-03-26T03:25:54.437Z - [WATCHER]: libs/chatbot/.babelrc was deleted -[NX Daemon Server] - 2024-03-26T03:25:54.437Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:25:56.039Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:25:56.039Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:25:56.039Z - [REQUEST]: libs/chatbot/.babelrc -[NX Daemon Server] - 2024-03-26T03:25:56.098Z - Time taken for 'hash changed files from watcher' 1.7534999996423721ms -[NX Daemon Server] - 2024-03-26T03:27:19.740Z - [WATCHER]: tsconfig.base.json was deleted -[NX Daemon Server] - 2024-03-26T03:27:19.740Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:27:22.942Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:27:22.943Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:27:22.943Z - [REQUEST]: tsconfig.base.json -[NX Daemon Server] - 2024-03-26T03:27:23.184Z - Time taken for 'hash changed files from watcher' 1.3768329918384552ms -[NX Daemon Server] - 2024-03-26T03:27:51.217Z - [WATCHER]: tsconfig.json was created or restored -[NX Daemon Server] - 2024-03-26T03:27:51.217Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:27:51.321Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:27:51.321Z - [REQUEST]: tsconfig.json -[NX Daemon Server] - 2024-03-26T03:27:51.321Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:27:51.380Z - Time taken for 'hash changed files from watcher' 2.421333998441696ms -[NX Daemon Server] - 2024-03-26T03:28:00.724Z - [WATCHER]: tsconfig.json was modified -[NX Daemon Server] - 2024-03-26T03:28:00.725Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:28:00.953Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:28:00.954Z - [REQUEST]: tsconfig.json -[NX Daemon Server] - 2024-03-26T03:28:00.954Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:28:01.200Z - Time taken for 'hash changed files from watcher' 27.543166995048523ms -[NX Daemon Server] - 2024-03-26T03:28:12.649Z - [WATCHER]: libs/chatbot/tsconfig.lib.json was deleted -[NX Daemon Server] - 2024-03-26T03:28:12.649Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:28:12.707Z - [WATCHER]: libs/chatbot/tsconfig.spec.json was deleted -[NX Daemon Server] - 2024-03-26T03:28:12.707Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:28:13.051Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:28:13.051Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:28:13.051Z - [REQUEST]: libs/chatbot/tsconfig.lib.json,libs/chatbot/tsconfig.spec.json -[NX Daemon Server] - 2024-03-26T03:28:13.165Z - Time taken for 'hash changed files from watcher' 1.4239170104265213ms -[NX Daemon Server] - 2024-03-26T03:28:20.394Z - [WATCHER]: libs/chatbot/README.md was deleted -[NX Daemon Server] - 2024-03-26T03:28:20.394Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:28:21.198Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:28:21.198Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:28:21.198Z - [REQUEST]: libs/chatbot/README.md -[NX Daemon Server] - 2024-03-26T03:28:21.253Z - Time taken for 'hash changed files from watcher' 2.154458999633789ms -[NX Daemon Server] - 2024-03-26T03:28:54.648Z - [WATCHER]: libs/chatbot/tsconfig.json was modified -[NX Daemon Server] - 2024-03-26T03:28:54.648Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:28:56.253Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:28:56.253Z - [REQUEST]: libs/chatbot/tsconfig.json -[NX Daemon Server] - 2024-03-26T03:28:56.253Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:28:56.399Z - Time taken for 'hash changed files from watcher' 3.160624995827675ms -[NX Daemon Server] - 2024-03-26T03:28:57.288Z - [WATCHER]: libs/chatbot/tsconfig.json was modified -[NX Daemon Server] - 2024-03-26T03:28:57.288Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:29:00.491Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:29:00.491Z - [REQUEST]: libs/chatbot/tsconfig.json -[NX Daemon Server] - 2024-03-26T03:29:00.491Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:29:00.523Z - Time taken for 'hash changed files from watcher' 2.0177910029888153ms -[NX Daemon Server] - 2024-03-26T03:29:21.052Z - [WATCHER]: libs/chatbot/rollup was created or restored -[NX Daemon Server] - 2024-03-26T03:29:21.053Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:29:21.156Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:29:21.157Z - [REQUEST]: libs/chatbot/rollup -[NX Daemon Server] - 2024-03-26T03:29:21.157Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:29:21.211Z - Time taken for 'hash changed files from watcher' 2.7014999985694885ms -[NX Daemon Server] - 2024-03-26T03:29:32.437Z - [WATCHER]: 1 file(s) created or restored, 0 file(s) modified, 1 file(s) deleted -[NX Daemon Server] - 2024-03-26T03:29:32.437Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:29:32.540Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:29:32.540Z - [REQUEST]: libs/chatbot/rollup.config.mjs -[NX Daemon Server] - 2024-03-26T03:29:32.540Z - [REQUEST]: libs/chatbot/rollup -[NX Daemon Server] - 2024-03-26T03:29:32.578Z - Time taken for 'hash changed files from watcher' 1.812959000468254ms -[NX Daemon Server] - 2024-03-26T03:30:10.248Z - [WATCHER]: package.json was modified -[NX Daemon Server] - 2024-03-26T03:30:10.248Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:30:10.456Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:30:10.459Z - [REQUEST]: package.json -[NX Daemon Server] - 2024-03-26T03:30:10.459Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:30:10.579Z - Time taken for 'hash changed files from watcher' 6.319290995597839ms -[NX Daemon Server] - 2024-03-26T03:30:23.661Z - [WATCHER]: package.json was modified -[NX Daemon Server] - 2024-03-26T03:30:23.662Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:30:24.064Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:30:24.064Z - [REQUEST]: package.json -[NX Daemon Server] - 2024-03-26T03:30:24.064Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:30:24.111Z - Time taken for 'hash changed files from watcher' 1.3653749972581863ms -[NX Daemon Server] - 2024-03-26T03:30:30.199Z - [WATCHER]: _tmp_79260_8f4f6fea85f9d1c3424f3bda636f135c was deleted -[NX Daemon Server] - 2024-03-26T03:30:30.199Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:30:31.002Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:30:31.002Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:30:31.002Z - [REQUEST]: _tmp_79260_8f4f6fea85f9d1c3424f3bda636f135c -[NX Daemon Server] - 2024-03-26T03:30:31.088Z - Time taken for 'hash changed files from watcher' 2.701875001192093ms -[NX Daemon Server] - 2024-03-26T03:40:33.278Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock -[NX Daemon Server] - 2024-03-26T03:40:33.282Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) -[NX Daemon Server] - 2024-03-26T03:40:33.282Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:40:33.283Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-26T03:40:33.283Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:40:33.285Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-26T03:40:33.306Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:40:33.307Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:40:33.307Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:40:34.032Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-26T03:40:34.033Z - Time taken for 'total for creating and serializing project graph' 746.5286249965429ms -[NX Daemon Server] - 2024-03-26T03:40:34.034Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-26T03:40:34.034Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 747. Response time: 2. -[NX Daemon Server] - 2024-03-26T03:40:34.039Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-26T03:40:34.040Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-26T03:40:34.040Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-26T03:40:34.042Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-26T03:40:39.522Z - [WATCHER]: libs/data-mapper/tsconfig.json was modified -[NX Daemon Server] - 2024-03-26T03:40:39.523Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:40:39.634Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:40:39.635Z - [REQUEST]: libs/data-mapper/tsconfig.json -[NX Daemon Server] - 2024-03-26T03:40:39.635Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:40:39.732Z - Time taken for 'hash changed files from watcher' 10.130832999944687ms -[NX Daemon Server] - 2024-03-26T03:40:55.826Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:40:55.828Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted -[NX Daemon Server] - 2024-03-26T03:40:55.879Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:40:55.879Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-26T03:40:55.879Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:40:55.882Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-26T03:40:55.883Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:40:55.883Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:40:55.883Z - [REQUEST]: libs/designer/.babelrc,libs/designer/.eslintrc.json -Unable to create nodes for libs/designer/project.json using plugin nx/core/project-json. - - Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' - at Object.openSync (node:fs:605:3) - at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) - at readFileSync (node:fs:473:35) - at node:electron/js2c/node_init:2:9456 - at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) - at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) -[NX Daemon Server] - 2024-03-26T03:40:55.913Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Unable to create nodes for libs/designer/project.json using plugin nx/core/project-json. - - Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' - at Object.openSync (node:fs:605:3) - at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) - at readFileSync (node:fs:473:35) - at node:electron/js2c/node_init:2:9456 - at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) - at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) -CreateNodesError: Unable to create nodes for libs/designer/project.json using plugin nx/core/project-json. - - Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' - at Object.openSync (node:fs:605:3) - at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) - at readFileSync (node:fs:473:35) - at node:electron/js2c/node_init:2:9456 - at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) - at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:174:23) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) - at process.processTicksAndRejections (node:internal/process/task_queues:95:5) - at async processFilesAndCreateAndSerializeProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:142:28) - at async getCachedSerializedProjectGraphPromise (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:43:16) - at async handleRequestProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/handle-request-project-graph.js:12:24) - at async handleResult (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/server.js:110:16) - at async handleMessage (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/server.js:81:9) { - [cause]: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' - at Object.openSync (node:fs:605:3) - at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) - at readFileSync (node:fs:473:35) - at node:electron/js2c/node_init:2:9456 - at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) - at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) { - errno: -2, - syscall: 'open', - code: 'ENOENT', - path: '/Users/travisharris/code/LogicAppsUX/libs/designer/project.json' - } -} -[NX Daemon Server] - 2024-03-26T03:40:55.913Z - Done responding to the client null -[NX Daemon Server] - 2024-03-26T03:41:17.030Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock -[NX Daemon Server] - 2024-03-26T03:41:17.032Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) -[NX Daemon Server] - 2024-03-26T03:41:17.041Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:41:17.041Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-26T03:41:17.041Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:41:17.044Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-26T03:41:17.052Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:41:17.052Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:41:17.052Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:41:17.130Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-26T03:41:17.131Z - Time taken for 'total for creating and serializing project graph' 85.46066699922085ms -[NX Daemon Server] - 2024-03-26T03:41:17.132Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-26T03:41:17.132Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 86. Response time: 2. -[NX Daemon Server] - 2024-03-26T03:41:17.136Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-26T03:41:17.136Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-26T03:41:17.136Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. -[NX Daemon Server] - 2024-03-26T03:41:17.139Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-26T03:41:20.675Z - [WATCHER]: libs/designer-ui/tsconfig.json was modified -[NX Daemon Server] - 2024-03-26T03:41:20.676Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:41:20.786Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:41:20.786Z - [REQUEST]: libs/designer-ui/tsconfig.json -[NX Daemon Server] - 2024-03-26T03:41:20.786Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:41:20.867Z - Time taken for 'hash changed files from watcher' 9.172666996717453ms -[NX Daemon Server] - 2024-03-26T03:41:29.738Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted -[NX Daemon Server] - 2024-03-26T03:41:29.738Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:41:29.803Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:41:29.803Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-26T03:41:29.803Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:41:29.805Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-26T03:41:29.807Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:41:29.807Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:41:29.807Z - [REQUEST]: libs/logic-apps-shared/.babelrc,libs/logic-apps-shared/.eslintrc.json -Unable to create nodes for libs/logic-apps-shared/project.json using plugin nx/core/project-json. - - Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' - at Object.openSync (node:fs:605:3) - at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) - at readFileSync (node:fs:473:35) - at node:electron/js2c/node_init:2:9456 - at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) - at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) -[NX Daemon Server] - 2024-03-26T03:41:29.835Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. Unable to create nodes for libs/logic-apps-shared/project.json using plugin nx/core/project-json. - - Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' - at Object.openSync (node:fs:605:3) - at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) - at readFileSync (node:fs:473:35) - at node:electron/js2c/node_init:2:9456 - at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) - at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) -CreateNodesError: Unable to create nodes for libs/logic-apps-shared/project.json using plugin nx/core/project-json. - - Inner Error: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' - at Object.openSync (node:fs:605:3) - at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) - at readFileSync (node:fs:473:35) - at node:electron/js2c/node_init:2:9456 - at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) - at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:174:23) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) - at process.processTicksAndRejections (node:internal/process/task_queues:95:5) - at async processFilesAndCreateAndSerializeProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:142:28) - at async getCachedSerializedProjectGraphPromise (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:43:16) - at async handleRequestProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/handle-request-project-graph.js:12:24) - at async handleResult (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/server.js:110:16) - at async handleMessage (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/daemon/server/server.js:81:9) { - [cause]: Error: ENOENT: no such file or directory, open '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' - at Object.openSync (node:fs:605:3) - at Object.func [as openSync] (node:electron/js2c/node_init:2:2107) - at readFileSync (node:fs:473:35) - at node:electron/js2c/node_init:2:9456 - at readJsonFile (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/utils/fileutils.js:17:43) - at exports.ProjectJsonProjectsPlugin.createNodes (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/plugins/project-json/build-nodes/project-json.js:12:55) - at buildProjectsConfigurationsFromProjectPathsAndPlugins (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:146:25) - at createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:156) - at _retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:61:12) - at retrieveProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3_@swc-node+register@1.9.0_@swc+core@1.4.8/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:46:12) { - errno: -2, - syscall: 'open', - code: 'ENOENT', - path: '/Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/project.json' - } -} -[NX Daemon Server] - 2024-03-26T03:41:29.836Z - Done responding to the client null -[NX Daemon Server] - 2024-03-26T03:41:44.959Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock -[NX Daemon Server] - 2024-03-26T03:41:44.961Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) -[NX Daemon Server] - 2024-03-26T03:41:44.966Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:41:44.966Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-26T03:41:44.967Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-26T03:41:44.969Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-26T03:41:44.978Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:41:44.978Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:41:44.978Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:41:45.053Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-26T03:41:45.054Z - Time taken for 'total for creating and serializing project graph' 84.327084004879ms -[NX Daemon Server] - 2024-03-26T03:41:45.054Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-26T03:41:45.054Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 84. Response time: 1. -[NX Daemon Server] - 2024-03-26T03:41:45.058Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-26T03:41:45.059Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-26T03:41:45.059Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-26T03:41:45.061Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-26T03:41:49.056Z - [WATCHER]: libs/vscode-extension/tsconfig.json was modified -[NX Daemon Server] - 2024-03-26T03:41:49.056Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:41:49.166Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:41:49.166Z - [REQUEST]: libs/vscode-extension/tsconfig.json -[NX Daemon Server] - 2024-03-26T03:41:49.166Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:41:49.237Z - Time taken for 'hash changed files from watcher' 8.238749995827675ms -[NX Daemon Server] - 2024-03-26T03:42:54.346Z - [WATCHER]: libs/data-mapper/package.json was modified -[NX Daemon Server] - 2024-03-26T03:42:54.346Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:42:54.551Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:42:54.552Z - [REQUEST]: libs/data-mapper/package.json -[NX Daemon Server] - 2024-03-26T03:42:54.552Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:42:54.618Z - Time taken for 'hash changed files from watcher' 4.6250420063734055ms -[NX Daemon Server] - 2024-03-26T03:43:06.821Z - [WATCHER]: libs/data-mapper/package.json was modified -[NX Daemon Server] - 2024-03-26T03:43:06.821Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:43:07.225Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:43:07.225Z - [REQUEST]: libs/data-mapper/package.json -[NX Daemon Server] - 2024-03-26T03:43:07.225Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:43:07.263Z - Time taken for 'hash changed files from watcher' 2.6047499924898148ms -[NX Daemon Server] - 2024-03-26T03:43:47.620Z - [WATCHER]: libs/designer/package.json was modified -[NX Daemon Server] - 2024-03-26T03:43:47.620Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:43:48.431Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:43:48.431Z - [REQUEST]: libs/designer/package.json -[NX Daemon Server] - 2024-03-26T03:43:48.431Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:43:48.505Z - Time taken for 'hash changed files from watcher' 9.466667011380196ms -[NX Daemon Server] - 2024-03-26T03:44:28.189Z - [WATCHER]: libs/data-mapper/package.json was modified -[NX Daemon Server] - 2024-03-26T03:44:28.190Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:44:29.796Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:44:29.797Z - [REQUEST]: libs/data-mapper/package.json -[NX Daemon Server] - 2024-03-26T03:44:29.797Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:44:29.859Z - Time taken for 'hash changed files from watcher' 5.856000006198883ms -[NX Daemon Server] - 2024-03-26T03:44:38.963Z - [WATCHER]: libs/designer/package.json was modified -[NX Daemon Server] - 2024-03-26T03:44:38.963Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:44:42.171Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:44:42.172Z - [REQUEST]: libs/designer/package.json -[NX Daemon Server] - 2024-03-26T03:44:42.172Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:44:42.245Z - Time taken for 'hash changed files from watcher' 6.783832997083664ms -[NX Daemon Server] - 2024-03-26T03:45:08.103Z - [WATCHER]: libs/designer-ui/package.json was modified -[NX Daemon Server] - 2024-03-26T03:45:08.103Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:45:14.517Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:45:14.517Z - [REQUEST]: libs/designer-ui/package.json -[NX Daemon Server] - 2024-03-26T03:45:14.517Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:45:14.615Z - Time taken for 'hash changed files from watcher' 12.361625000834465ms -[NX Daemon Server] - 2024-03-26T03:45:29.913Z - [WATCHER]: libs/logic-apps-shared/package.json was modified -[NX Daemon Server] - 2024-03-26T03:45:29.914Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:45:31.804Z - [WATCHER]: libs/logic-apps-shared/package.json was modified -[NX Daemon Server] - 2024-03-26T03:45:31.804Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:45:36.319Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:45:36.319Z - [REQUEST]: libs/logic-apps-shared/package.json -[NX Daemon Server] - 2024-03-26T03:45:36.319Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:45:36.370Z - Time taken for 'hash changed files from watcher' 3.728959009051323ms -[NX Daemon Server] - 2024-03-26T03:45:57.666Z - [WATCHER]: libs/vscode-extension/package.json was modified -[NX Daemon Server] - 2024-03-26T03:45:57.666Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:46:04.070Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:46:04.070Z - [REQUEST]: libs/vscode-extension/package.json -[NX Daemon Server] - 2024-03-26T03:46:04.070Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:46:04.110Z - Time taken for 'hash changed files from watcher' 3.3724999874830246ms -[NX Daemon Server] - 2024-03-26T03:46:09.894Z - [WATCHER]: libs/logic-apps-shared/package.json was modified -[NX Daemon Server] - 2024-03-26T03:46:09.894Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:46:16.299Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:46:16.299Z - [REQUEST]: libs/logic-apps-shared/package.json -[NX Daemon Server] - 2024-03-26T03:46:16.299Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:46:16.340Z - Time taken for 'hash changed files from watcher' 3.4640830010175705ms -[NX Daemon Server] - 2024-03-26T03:46:30.025Z - [WATCHER]: libs/vscode-extension/package.json was modified -[NX Daemon Server] - 2024-03-26T03:46:30.026Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:46:36.436Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:46:36.436Z - [REQUEST]: libs/vscode-extension/package.json -[NX Daemon Server] - 2024-03-26T03:46:36.436Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:46:36.536Z - Time taken for 'hash changed files from watcher' 9.177375003695488ms -[NX Daemon Server] - 2024-03-26T03:46:51.056Z - [WATCHER]: _tmp_80975_663d5a83bf77f55788fba767e5c22feb was deleted -[NX Daemon Server] - 2024-03-26T03:46:51.056Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:46:57.458Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-26T03:46:57.467Z - [REQUEST]: -[NX Daemon Server] - 2024-03-26T03:46:57.467Z - [REQUEST]: _tmp_80975_663d5a83bf77f55788fba767e5c22feb -[NX Daemon Server] - 2024-03-26T03:46:57.533Z - Time taken for 'hash changed files from watcher' 1.3915420025587082ms -[NX Daemon Server] - 2024-03-26T03:47:10.540Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-26T03:47:10.540Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) -[NX Daemon Server] - 2024-03-26T03:47:10.540Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) -[NX Daemon Server] - 2024-03-26T03:47:10.540Z - Server stopped because: "Lock file changed" -[NX Daemon Server] - 2024-03-27T06:49:09.535Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock -[NX Daemon Server] - 2024-03-27T06:49:09.538Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) -[NX Daemon Server] - 2024-03-27T06:49:09.540Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:49:09.541Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:49:09.541Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:49:09.542Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:49:09.792Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:49:09.792Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:49:09.792Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:49:10.409Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:49:10.410Z - Time taken for 'total for creating and serializing project graph' 867.1701250001788ms -[NX Daemon Server] - 2024-03-27T06:49:10.412Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:49:10.413Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 867. Response time: 4. -[NX Daemon Server] - 2024-03-27T06:49:10.417Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:49:10.418Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:49:10.418Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:49:10.421Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:49:53.027Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T06:49:53.027Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:49:53.133Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:49:53.133Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T06:49:53.133Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:49:53.161Z - Time taken for 'hash changed files from watcher' 5.556207999587059ms -[NX Daemon Server] - 2024-03-27T06:49:54.226Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:49:54.226Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:49:54.227Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:49:54.228Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:49:54.228Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:49:54.230Z - Time taken for 'total for creating and serializing project graph' 0.12299999594688416ms -[NX Daemon Server] - 2024-03-27T06:49:54.232Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:49:54.232Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T06:49:54.239Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:49:54.240Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:49:54.240Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:49:54.244Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:05.528Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 3 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:05.528Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:05.634Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:05.634Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:05.634Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_3v79vlqyshx.mjs,libs/logic-apps-shared/build/lib/index.mjs,libs/logic-apps-shared/build/lib/index.js -[NX Daemon Server] - 2024-03-27T06:50:05.676Z - Time taken for 'hash changed files from watcher' 4.847791001200676ms -[NX Daemon Server] - 2024-03-27T06:50:06.506Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:06.506Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:06.712Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:06.712Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:06.712Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.d.mts,libs/logic-apps-shared/build/lib/index.d.ts -[NX Daemon Server] - 2024-03-27T06:50:06.756Z - Time taken for 'hash changed files from watcher' 4.545708000659943ms -[NX Daemon Server] - 2024-03-27T06:50:07.537Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:07.538Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:07.907Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:07.907Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.js,libs/logic-apps-shared/build/lib/index.mjs -[NX Daemon Server] - 2024-03-27T06:50:07.907Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:07.940Z - Time taken for 'hash changed files from watcher' 268.2603330016136ms -[NX Daemon Server] - 2024-03-27T06:50:08.496Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:08.496Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:08.601Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:08.601Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.d.ts,libs/logic-apps-shared/build/lib/index.d.mts -[NX Daemon Server] - 2024-03-27T06:50:08.601Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:08.642Z - Time taken for 'hash changed files from watcher' 3.5147080048918724ms -[NX Daemon Server] - 2024-03-27T06:50:09.705Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:09.706Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:09.706Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:09.710Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:50:09.710Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:50:09.713Z - Time taken for 'total for creating and serializing project graph' 0.3282499983906746ms -[NX Daemon Server] - 2024-03-27T06:50:09.720Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:50:09.720Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 10. -[NX Daemon Server] - 2024-03-27T06:50:09.733Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:09.739Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:09.739Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 6. -[NX Daemon Server] - 2024-03-27T06:50:09.744Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:16.073Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 55 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:16.073Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:16.185Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:16.185Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:16.185Z - [REQUEST]: libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/tsup.config.bundled_qxhts33k86q.mjs,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/index.mjs,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/index.js,libs/designer-ui/build/list-ul-4QHDPLLW.svg -[NX Daemon Server] - 2024-03-27T06:50:16.248Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:16.249Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:16.249Z - Time taken for 'hash changed files from watcher' 11.127916999161243ms -[NX Daemon Server] - 2024-03-27T06:50:16.400Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:16.400Z - [REQUEST]: libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg -[NX Daemon Server] - 2024-03-27T06:50:16.400Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:16.481Z - Time taken for 'hash changed files from watcher' 50.77833399921656ms -[NX Daemon Server] - 2024-03-27T06:50:16.558Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:16.561Z - [WATCHER]: 35 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:16.666Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:16.666Z - [REQUEST]: libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg -[NX Daemon Server] - 2024-03-27T06:50:16.666Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:16.688Z - Time taken for 'hash changed files from watcher' 1.986166998744011ms -[NX Daemon Server] - 2024-03-27T06:50:16.789Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:16.789Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:16.893Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:16.893Z - [REQUEST]: libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg -[NX Daemon Server] - 2024-03-27T06:50:16.893Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:16.922Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:50:16.922Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:16.922Z - Time taken for 'hash changed files from watcher' 2.0931250005960464ms -[NX Daemon Server] - 2024-03-27T06:50:17.031Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:17.031Z - [REQUEST]: libs/designer-ui/build/index.mjs,libs/designer-ui/build/index.js -[NX Daemon Server] - 2024-03-27T06:50:17.031Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:17.067Z - Time taken for 'hash changed files from watcher' 7.107709005475044ms -[NX Daemon Server] - 2024-03-27T06:50:18.132Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:18.133Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:18.133Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:18.135Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:50:18.135Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:50:18.139Z - Time taken for 'total for creating and serializing project graph' 0.20874999463558197ms -[NX Daemon Server] - 2024-03-27T06:50:18.142Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:50:18.142Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. -[NX Daemon Server] - 2024-03-27T06:50:18.154Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:18.156Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:18.156Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 2. -[NX Daemon Server] - 2024-03-27T06:50:18.161Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:31.949Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T06:50:31.949Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:32.061Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:32.061Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T06:50:32.061Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:32.093Z - Time taken for 'hash changed files from watcher' 10.572709001600742ms -[NX Daemon Server] - 2024-03-27T06:50:33.154Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:33.154Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:33.154Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:33.155Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:50:33.155Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:50:33.156Z - Time taken for 'total for creating and serializing project graph' 0.04866600036621094ms -[NX Daemon Server] - 2024-03-27T06:50:33.157Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:50:33.157Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. -[NX Daemon Server] - 2024-03-27T06:50:33.161Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:33.162Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:33.162Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:50:33.164Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:38.176Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T06:50:38.176Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:38.290Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:38.290Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T06:50:38.290Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:38.315Z - Time taken for 'hash changed files from watcher' 12.631082996726036ms -[NX Daemon Server] - 2024-03-27T06:50:39.379Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:39.379Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:39.379Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:39.381Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:50:39.381Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:50:39.383Z - Time taken for 'total for creating and serializing project graph' 0.11029200255870819ms -[NX Daemon Server] - 2024-03-27T06:50:39.388Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:50:39.388Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. -[NX Daemon Server] - 2024-03-27T06:50:39.395Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:39.396Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:39.396Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:50:39.399Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:51.118Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T06:50:51.118Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:51.231Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:51.231Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T06:50:51.231Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:51.259Z - Time taken for 'hash changed files from watcher' 11.740583002567291ms -[NX Daemon Server] - 2024-03-27T06:50:52.038Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T06:50:52.038Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:50:52.258Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:50:52.258Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T06:50:52.258Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:50:52.294Z - Time taken for 'hash changed files from watcher' 18.24175000190735ms -[NX Daemon Server] - 2024-03-27T06:50:53.358Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:53.358Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:50:53.359Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:50:53.361Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:50:53.361Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:50:53.363Z - Time taken for 'total for creating and serializing project graph' 0.17083299905061722ms -[NX Daemon Server] - 2024-03-27T06:50:53.367Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:50:53.367Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T06:50:53.374Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:53.375Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:50:53.375Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:50:53.379Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:51:44.129Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T06:51:44.129Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:51:44.242Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:51:44.242Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T06:51:44.242Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:51:44.267Z - Time taken for 'hash changed files from watcher' 12.027417004108429ms -[NX Daemon Server] - 2024-03-27T06:51:45.335Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:51:45.336Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:51:45.337Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:51:45.340Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:51:45.340Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:51:45.342Z - Time taken for 'total for creating and serializing project graph' 0.21591700613498688ms -[NX Daemon Server] - 2024-03-27T06:51:45.345Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:51:45.345Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T06:51:45.352Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:51:45.354Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:51:45.354Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 2. -[NX Daemon Server] - 2024-03-27T06:51:45.358Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:55:44.298Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T06:55:44.298Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:55:44.407Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:55:44.408Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T06:55:44.408Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:55:44.439Z - Time taken for 'hash changed files from watcher' 8.593042001128197ms -[NX Daemon Server] - 2024-03-27T06:55:45.502Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:55:45.502Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:55:45.503Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:55:45.505Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:55:45.505Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:55:45.508Z - Time taken for 'total for creating and serializing project graph' 0.22191700339317322ms -[NX Daemon Server] - 2024-03-27T06:55:45.510Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:55:45.510Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T06:55:45.517Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:55:45.518Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:55:45.518Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:55:45.522Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:55:55.870Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T06:55:55.870Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:55:55.981Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:55:55.982Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T06:55:55.982Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:55:56.023Z - Time taken for 'hash changed files from watcher' 10.155124999582767ms -[NX Daemon Server] - 2024-03-27T06:55:57.088Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:55:57.089Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:55:57.089Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:55:57.092Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:55:57.092Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:55:57.094Z - Time taken for 'total for creating and serializing project graph' 0.27741599828004837ms -[NX Daemon Server] - 2024-03-27T06:55:57.097Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:55:57.097Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T06:55:57.105Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:55:57.107Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:55:57.107Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 2. -[NX Daemon Server] - 2024-03-27T06:55:57.111Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:03.996Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts was modified -[NX Daemon Server] - 2024-03-27T06:57:03.996Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:57:04.115Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:57:04.116Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts -[NX Daemon Server] - 2024-03-27T06:57:04.116Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:57:04.150Z - Time taken for 'hash changed files from watcher' 18.22987499833107ms -[NX Daemon Server] - 2024-03-27T06:57:05.216Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:05.216Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:05.217Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:05.219Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:57:05.220Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:57:05.222Z - Time taken for 'total for creating and serializing project graph' 0.2771669998764992ms -[NX Daemon Server] - 2024-03-27T06:57:05.226Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:57:05.227Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 7. -[NX Daemon Server] - 2024-03-27T06:57:05.237Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:05.239Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:05.239Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 2. -[NX Daemon Server] - 2024-03-27T06:57:05.242Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:25.729Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts was modified -[NX Daemon Server] - 2024-03-27T06:57:25.729Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:57:25.843Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:57:25.844Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts -[NX Daemon Server] - 2024-03-27T06:57:25.844Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:57:25.883Z - Time taken for 'hash changed files from watcher' 13.338667005300522ms -[NX Daemon Server] - 2024-03-27T06:57:26.944Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:26.945Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:57:26.945Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:26.947Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:57:26.947Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:57:26.949Z - Time taken for 'total for creating and serializing project graph' 0.174625001847744ms -[NX Daemon Server] - 2024-03-27T06:57:26.951Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:57:26.951Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T06:57:26.959Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:26.960Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:26.960Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:57:26.964Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:28.023Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T06:57:28.023Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:57:28.137Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:57:28.137Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T06:57:28.137Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:57:28.171Z - Time taken for 'hash changed files from watcher' 13.612499997019768ms -[NX Daemon Server] - 2024-03-27T06:57:29.234Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:29.234Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:29.234Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:29.235Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:57:29.235Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:57:29.237Z - Time taken for 'total for creating and serializing project graph' 0.09529200196266174ms -[NX Daemon Server] - 2024-03-27T06:57:29.238Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:57:29.238Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:57:29.244Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:29.245Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:29.245Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:57:29.248Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:39.354Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T06:57:39.354Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:57:39.466Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:57:39.466Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T06:57:39.466Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:57:39.501Z - Time taken for 'hash changed files from watcher' 9.976125001907349ms -[NX Daemon Server] - 2024-03-27T06:57:40.565Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:40.565Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:40.565Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:40.566Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:57:40.567Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:57:40.569Z - Time taken for 'total for creating and serializing project graph' 0.0794999971985817ms -[NX Daemon Server] - 2024-03-27T06:57:40.570Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:57:40.570Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:57:40.577Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:40.579Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:40.579Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 2. -[NX Daemon Server] - 2024-03-27T06:57:40.582Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:43.073Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:57:43.076Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 55 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:57:43.189Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:57:43.189Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:57:43.189Z - [REQUEST]: libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/index.js,libs/designer-ui/tsup.config.bundled_2mbcanmapsn.mjs,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/index.mjs,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg -[NX Daemon Server] - 2024-03-27T06:57:43.251Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:57:43.251Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:57:43.251Z - Time taken for 'hash changed files from watcher' 10.978041999042034ms -[NX Daemon Server] - 2024-03-27T06:57:43.405Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:57:43.405Z - [REQUEST]: libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg -[NX Daemon Server] - 2024-03-27T06:57:43.405Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:57:43.457Z - Time taken for 'hash changed files from watcher' 53.024750001728535ms -[NX Daemon Server] - 2024-03-27T06:57:43.564Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:57:43.566Z - [WATCHER]: 24 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:57:43.670Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:57:43.670Z - [REQUEST]: libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg -[NX Daemon Server] - 2024-03-27T06:57:43.670Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:57:43.691Z - Time taken for 'hash changed files from watcher' 1.7877089977264404ms -[NX Daemon Server] - 2024-03-27T06:57:43.913Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:57:43.913Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:57:44.023Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:57:44.023Z - [REQUEST]: libs/designer-ui/build/index.mjs,libs/designer-ui/build/index.js -[NX Daemon Server] - 2024-03-27T06:57:44.023Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:57:44.061Z - Time taken for 'hash changed files from watcher' 8.642374999821186ms -[NX Daemon Server] - 2024-03-27T06:57:45.126Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:45.126Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:57:45.126Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:57:45.129Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:57:45.129Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:57:45.132Z - Time taken for 'total for creating and serializing project graph' 0.1821250021457672ms -[NX Daemon Server] - 2024-03-27T06:57:45.135Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:57:45.135Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T06:57:45.146Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:45.153Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:57:45.153Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 7. -[NX Daemon Server] - 2024-03-27T06:57:45.156Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:03.968Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:58:03.970Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 3 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:58:04.077Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:58:04.077Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:58:04.077Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.js,libs/logic-apps-shared/tsup.config.bundled_ds8z8p3xki.mjs,libs/logic-apps-shared/build/lib/index.mjs -[NX Daemon Server] - 2024-03-27T06:58:04.116Z - Time taken for 'hash changed files from watcher' 5.7501669973134995ms -[NX Daemon Server] - 2024-03-27T06:58:04.886Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:58:04.888Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 2 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:58:05.105Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:58:05.105Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:58:05.105Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.d.mts,libs/logic-apps-shared/build/lib/index.d.ts -[NX Daemon Server] - 2024-03-27T06:58:05.135Z - Time taken for 'hash changed files from watcher' 14.967708997428417ms -[NX Daemon Server] - 2024-03-27T06:58:06.052Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:58:06.055Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:58:06.428Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:58:06.428Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.js,libs/logic-apps-shared/build/lib/index.mjs -[NX Daemon Server] - 2024-03-27T06:58:06.428Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:58:06.463Z - Time taken for 'hash changed files from watcher' 271.3046670034528ms -[NX Daemon Server] - 2024-03-27T06:58:07.528Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:07.529Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:58:07.529Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:07.532Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:07.533Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:07.535Z - Time taken for 'total for creating and serializing project graph' 0.3419170007109642ms -[NX Daemon Server] - 2024-03-27T06:58:07.538Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:07.539Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 6. -[NX Daemon Server] - 2024-03-27T06:58:07.556Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:07.557Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:07.557Z - Handled REQUEST_FILE_DATA. Handling time: 5. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:58:07.563Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:33.367Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:33.367Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:33.368Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:33.369Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:33.369Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:33.370Z - Time taken for 'total for creating and serializing project graph' 0.08554200083017349ms -[NX Daemon Server] - 2024-03-27T06:58:33.374Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:33.374Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T06:58:33.379Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:33.379Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:33.379Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. -[NX Daemon Server] - 2024-03-27T06:58:33.383Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:41.985Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts was created or restored -[NX Daemon Server] - 2024-03-27T06:58:41.985Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:58:42.091Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:58:42.091Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts -[NX Daemon Server] - 2024-03-27T06:58:42.091Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:58:42.120Z - Time taken for 'hash changed files from watcher' 5.092583000659943ms -[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:43.180Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:43.181Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:43.181Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:43.182Z - Time taken for 'total for creating and serializing project graph' 0.05170900374650955ms -[NX Daemon Server] - 2024-03-27T06:58:43.182Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:58:43.182Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:43.182Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:43.184Z - Time taken for 'total for creating and serializing project graph' 0.03454200178384781ms -[NX Daemon Server] - 2024-03-27T06:58:43.185Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:43.185Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:58:43.185Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:43.185Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T06:58:43.189Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:43.191Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:43.192Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:43.192Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:58:43.192Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:43.192Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:58:43.194Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:43.195Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:45.483Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:58:45.484Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was created or restored -[NX Daemon Server] - 2024-03-27T06:58:45.588Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:58:45.588Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T06:58:45.588Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:58:45.609Z - Time taken for 'hash changed files from watcher' 2.603583000600338ms -[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:46.671Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:46.672Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:46.673Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:46.674Z - Time taken for 'total for creating and serializing project graph' 0.06420799344778061ms -[NX Daemon Server] - 2024-03-27T06:58:46.674Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:58:46.674Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:46.674Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:46.676Z - Time taken for 'total for creating and serializing project graph' 0.03462500125169754ms -[NX Daemon Server] - 2024-03-27T06:58:46.677Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:46.677Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:58:46.677Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:46.677Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T06:58:46.682Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:46.685Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:46.685Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:46.685Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. -[NX Daemon Server] - 2024-03-27T06:58:46.686Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:46.686Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T06:58:46.688Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:46.689Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:55.376Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 3 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:58:55.376Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:58:55.482Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:58:55.482Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:58:55.482Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_u1lppvmlbl.mjs,libs/logic-apps-shared/build/lib/index.js,libs/logic-apps-shared/build/lib/index.mjs -[NX Daemon Server] - 2024-03-27T06:58:55.523Z - Time taken for 'hash changed files from watcher' 4.634874999523163ms -[NX Daemon Server] - 2024-03-27T06:58:56.585Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:56.586Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:56.586Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:56.589Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:56.589Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:56.593Z - Time taken for 'total for creating and serializing project graph' 0.19383399933576584ms -[NX Daemon Server] - 2024-03-27T06:58:56.593Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:58:56.593Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T06:58:56.595Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:56.595Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:56.598Z - Time taken for 'total for creating and serializing project graph' 0.14012499898672104ms -[NX Daemon Server] - 2024-03-27T06:58:56.598Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:58:56.601Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:56.601Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 12. -[NX Daemon Server] - 2024-03-27T06:58:56.601Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:56.601Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T06:58:56.611Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:56.616Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:56.619Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:56.619Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:58:56.621Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:56.621Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 10. -[NX Daemon Server] - 2024-03-27T06:58:56.622Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:56.623Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:57.411Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:58:57.411Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:58:57.787Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:58:57.787Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.mjs,libs/logic-apps-shared/build/lib/index.js -[NX Daemon Server] - 2024-03-27T06:58:57.787Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:58:57.819Z - Time taken for 'hash changed files from watcher' 274.24391600489616ms -[NX Daemon Server] - 2024-03-27T06:58:58.010Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:58:58.010Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:58:58.113Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:58:58.113Z - [REQUEST]: libs/logic-apps-shared/build/lib/index.d.ts,libs/logic-apps-shared/build/lib/index.d.mts -[NX Daemon Server] - 2024-03-27T06:58:58.113Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:58:58.136Z - Time taken for 'hash changed files from watcher' 1.7341670021414757ms -[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:59.199Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:58:59.200Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:59.200Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:59.201Z - Time taken for 'total for creating and serializing project graph' 0.05054100602865219ms -[NX Daemon Server] - 2024-03-27T06:58:59.202Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:58:59.202Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:58:59.203Z - Time taken for 'total for creating and serializing project graph' 0.02537500113248825ms -[NX Daemon Server] - 2024-03-27T06:58:59.208Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:59.208Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. -[NX Daemon Server] - 2024-03-27T06:58:59.208Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:58:59.208Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T06:58:59.213Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:59.215Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:59.215Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:59.215Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. -[NX Daemon Server] - 2024-03-27T06:58:59.216Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:58:59.216Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:58:59.218Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:58:59.218Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:59:09.051Z - [WATCHER]: 0 file(s) created or restored, 0 file(s) modified, 55 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:59:09.052Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:59:09.165Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:59:09.165Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:59:09.165Z - [REQUEST]: libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/tsup.config.bundled_ihpiniuplta.mjs,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/index.js,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/index.mjs,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg -[NX Daemon Server] - 2024-03-27T06:59:09.211Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:59:09.212Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:59:09.212Z - Time taken for 'hash changed files from watcher' 12.505624994635582ms -[NX Daemon Server] - 2024-03-27T06:59:09.343Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:59:09.343Z - [REQUEST]: libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg -[NX Daemon Server] - 2024-03-27T06:59:09.343Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:59:09.388Z - Time taken for 'hash changed files from watcher' 31.246666006743908ms -[NX Daemon Server] - 2024-03-27T06:59:09.790Z - [WATCHER]: 52 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:59:09.790Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:59:09.887Z - [WATCHER]: 2 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T06:59:09.887Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:59:09.899Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:59:09.899Z - [REQUEST]: libs/designer-ui/build/list-ol-Y3L7D4BF.svg,libs/designer-ui/build/Like_Dark-GDPW2I6B.svg,libs/designer-ui/build/text-h3-FQKIFQXH.svg,libs/designer-ui/build/info-C7UZU4XG.svg,libs/designer-ui/build/type-bold-AASPYURN.svg,libs/designer-ui/build/text_mode_inverted-TIA7G6ZN.svg,libs/designer-ui/build/text_mode-3PDGUXPY.svg,libs/designer-ui/build/DislikeFilled-X5JMQU27.svg,libs/designer-ui/build/font-color-VBEOWMQE.svg,libs/designer-ui/build/arrow-counterclockwise-VUD3S5VU.svg,libs/designer-ui/build/arrow-clockwise-SZ5QDE5Z.svg,libs/designer-ui/build/StopGenerating-PVWGTFSA.svg,libs/designer-ui/build/type-italic-LEXXQ6XT.svg,libs/designer-ui/build/Dislike-PEJS6JHQ.svg,libs/designer-ui/build/list-ul-4QHDPLLW.svg,libs/designer-ui/build/type-underline-XFTXBGHS.svg,libs/designer-ui/build/text-h1-YIWOAVWF.svg,libs/designer-ui/build/icon-WUT2DP5A.svg,libs/designer-ui/build/link-QJISCQYC.svg,libs/designer-ui/build/key_value_mode-J5K64XEQ.svg,libs/designer-ui/build/code-toggle-7M3MJXOH.svg,libs/designer-ui/build/text-h2-I5ENZ24B.svg,libs/designer-ui/build/chevron-down-AN6C2U3S.svg,libs/designer-ui/build/text-h2-BMEJPK7D.svg,libs/designer-ui/build/type-italic-OHKNT4J7.svg,libs/designer-ui/build/link-RCCGCW6R.svg,libs/designer-ui/build/text-h1-IZU4EIYN.svg,libs/designer-ui/build/empty-panel-EHVN4Q3V.svg,libs/designer-ui/build/paint-bucket-QHNUPJTB.svg,libs/designer-ui/build/arrow-clockwise-K4BUGMRB.svg,libs/designer-ui/build/chevron-down-5EJF2FMK.svg,libs/designer-ui/build/font-color-ZKTUKD4X.svg,libs/designer-ui/build/key_value_mode_inverted-P4VXFF5R.svg,libs/designer-ui/build/parameters-VV5YZDSO.svg,libs/designer-ui/build/noResults-7ZGX4S7S.svg,libs/designer-ui/build/type-underline-JUD3WT7S.svg,libs/designer-ui/build/StopGenerating_Dark-IHW5RZFC.svg,libs/designer-ui/build/text-paragraph-7PSXQC22.svg,libs/designer-ui/build/defaulticon-SZ34CNYG.svg,libs/designer-ui/build/type-bold-6TUXMRF5.svg,libs/designer-ui/build/text-h3-2ZFLFPIC.svg,libs/designer-ui/build/arrow-counterclockwise-GSAOOA7O.svg,libs/designer-ui/build/Like-7MT67Z7S.svg,libs/designer-ui/build/code-toggle-XCUUSLUQ.svg,libs/designer-ui/build/list-ul-LZQJ4YM2.svg,libs/designer-ui/build/LikeFilled-ZMEBSDPU.svg,libs/designer-ui/build/Dislike_Dark-B35GWO5F.svg,libs/designer-ui/build/list-ol-LYDT2RPX.svg,libs/designer-ui/build/information_tiny-C7UZU4XG.svg,libs/designer-ui/build/paint-bucket-NHLKEAIL.svg,libs/designer-ui/build/text-paragraph-DEUIKMRV.svg,libs/designer-ui/build/addNodeIcon-A6PDBC6I.svg,libs/designer-ui/build/index.js,libs/designer-ui/build/index.mjs -[NX Daemon Server] - 2024-03-27T06:59:09.899Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:59:09.928Z - Time taken for 'hash changed files from watcher' 8.443791002035141ms -[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:10.992Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:59:10.994Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:59:10.994Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:59:10.996Z - Time taken for 'total for creating and serializing project graph' 0.12129200249910355ms -[NX Daemon Server] - 2024-03-27T06:59:10.997Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:59:10.997Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:59:10.998Z - Time taken for 'total for creating and serializing project graph' 0.0724169984459877ms -[NX Daemon Server] - 2024-03-27T06:59:11.000Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:59:11.000Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T06:59:11.000Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:59:11.000Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:59:11.004Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:11.006Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:11.007Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:11.007Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:59:11.007Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:11.007Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:59:11.009Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:11.010Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:59:31.449Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T06:59:31.450Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:59:31.561Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:59:31.561Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T06:59:31.561Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:59:31.589Z - Time taken for 'hash changed files from watcher' 10.355167001485825ms -[NX Daemon Server] - 2024-03-27T06:59:32.653Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:32.653Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:59:32.654Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:32.654Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:59:32.654Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:32.654Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:59:32.656Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:59:32.656Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:59:32.659Z - Time taken for 'total for creating and serializing project graph' 0.08449999988079071ms -[NX Daemon Server] - 2024-03-27T06:59:32.660Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:59:32.660Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:59:32.661Z - Time taken for 'total for creating and serializing project graph' 0.05712500214576721ms -[NX Daemon Server] - 2024-03-27T06:59:32.663Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:59:32.663Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:59:32.663Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:59:32.663Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. -[NX Daemon Server] - 2024-03-27T06:59:32.669Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:32.672Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:32.673Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:32.673Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T06:59:32.673Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:32.673Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:59:32.677Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:32.677Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:59:58.361Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T06:59:58.361Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T06:59:58.473Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T06:59:58.474Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T06:59:58.474Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T06:59:58.505Z - Time taken for 'hash changed files from watcher' 12.026791997253895ms -[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T06:59:59.568Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:59.569Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:59:59.569Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:59:59.570Z - Time taken for 'total for creating and serializing project graph' 0.051624998450279236ms -[NX Daemon Server] - 2024-03-27T06:59:59.570Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T06:59:59.571Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T06:59:59.571Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T06:59:59.572Z - Time taken for 'total for creating and serializing project graph' 0.039041996002197266ms -[NX Daemon Server] - 2024-03-27T06:59:59.573Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:59:59.574Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T06:59:59.574Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T06:59:59.574Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T06:59:59.578Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:59.581Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:59.582Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:59.582Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T06:59:59.582Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T06:59:59.582Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T06:59:59.584Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T06:59:59.585Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T07:00:06.746Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T07:00:06.746Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T07:00:06.858Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T07:00:06.859Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T07:00:06.859Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T07:00:06.895Z - Time taken for 'hash changed files from watcher' 12.376667000353336ms -[NX Daemon Server] - 2024-03-27T07:00:07.955Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T07:00:07.955Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T07:00:07.955Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T07:00:07.955Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T07:00:07.956Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T07:00:07.957Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T07:00:07.957Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T07:00:07.958Z - Time taken for 'total for creating and serializing project graph' 0.07237499952316284ms -[NX Daemon Server] - 2024-03-27T07:00:07.958Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T07:00:07.959Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T07:00:07.959Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T07:00:07.960Z - Time taken for 'total for creating and serializing project graph' 0.02912500500679016ms -[NX Daemon Server] - 2024-03-27T07:00:07.961Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T07:00:07.961Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. -[NX Daemon Server] - 2024-03-27T07:00:07.961Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T07:00:07.961Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T07:00:07.967Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T07:00:07.969Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T07:00:07.970Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T07:00:07.971Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. -[NX Daemon Server] - 2024-03-27T07:00:07.971Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T07:00:07.971Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T07:00:07.973Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T07:00:07.974Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T07:00:08.425Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T07:00:08.425Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T07:00:08.539Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T07:00:08.539Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T07:00:08.539Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T07:00:08.565Z - Time taken for 'hash changed files from watcher' 12.858542002737522ms -[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T07:00:09.628Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T07:00:09.629Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T07:00:09.629Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T07:00:09.630Z - Time taken for 'total for creating and serializing project graph' 0.0680840015411377ms -[NX Daemon Server] - 2024-03-27T07:00:09.630Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T07:00:09.630Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T07:00:09.630Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T07:00:09.631Z - Time taken for 'total for creating and serializing project graph' 0.03279200196266174ms -[NX Daemon Server] - 2024-03-27T07:00:09.638Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T07:00:09.638Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. -[NX Daemon Server] - 2024-03-27T07:00:09.638Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T07:00:09.638Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. -[NX Daemon Server] - 2024-03-27T07:00:09.643Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T07:00:09.645Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T07:00:09.648Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T07:00:09.648Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T07:00:09.649Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T07:00:09.649Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 6. -[NX Daemon Server] - 2024-03-27T07:00:09.651Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T07:00:09.652Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T10:08:00.428Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) -[NX Daemon Server] - 2024-03-27T10:08:00.428Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) -[NX Daemon Server] - 2024-03-27T10:08:00.428Z - Server stopped because: "10800000ms of inactivity" -node:events:492 - throw er; // Unhandled 'error' event - ^ - -Error: listen EEXIST: file already exists /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock - at Server.setupListenHandle [as _listen2] (node:net:1734:21) - at listenInCluster (node:net:1799:12) - at Server.listen (node:net:1898:5) - at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:279:20 - at new Promise () - at startServer (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:277:12) - at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/start.js:8:9 -Emitted 'error' event on Server instance at: - at emitErrorNT (node:net:1778:8) - at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { - code: 'EEXIST', - errno: -17, - syscall: 'listen', - address: '/var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock', - port: -1 -} -[NX Daemon Server] - 2024-03-27T10:43:47.034Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock - -Node.js v18.17.1 -[NX Daemon Server] - 2024-03-27T10:43:47.049Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) -[NX Daemon Server] - 2024-03-27T10:43:47.049Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T10:43:47.049Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T10:43:47.049Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T10:43:47.049Z - Established a connection. Number of open connections: 4 -[NX Daemon Server] - 2024-03-27T10:43:47.053Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T10:43:47.509Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T10:43:47.510Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T10:43:47.510Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T10:43:47.811Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T10:43:47.816Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T10:43:47.816Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T10:43:47.818Z - Time taken for 'total for creating and serializing project graph' 758.1182499974966ms -[NX Daemon Server] - 2024-03-27T10:43:47.818Z - Closed a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T10:43:47.818Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T10:43:47.822Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T10:43:47.822Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T10:43:47.822Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T10:43:47.822Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 758. Response time: 11. -[NX Daemon Server] - 2024-03-27T10:43:47.827Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T10:43:47.830Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T10:43:47.830Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T10:43:47.830Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. -[NX Daemon Server] - 2024-03-27T10:43:47.830Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T10:43:47.830Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. -[NX Daemon Server] - 2024-03-27T10:43:47.833Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T10:43:47.833Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T10:43:48.876Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T10:43:48.877Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T10:43:48.877Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T10:43:48.878Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T10:43:48.878Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T10:43:48.881Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T10:43:48.881Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T10:43:48.883Z - Time taken for 'total for creating and serializing project graph' 0.24975000321865082ms -[NX Daemon Server] - 2024-03-27T10:43:48.883Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T10:43:48.885Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T10:43:48.885Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T10:43:48.886Z - Time taken for 'total for creating and serializing project graph' 0.12224999815225601ms -[NX Daemon Server] - 2024-03-27T10:43:48.888Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T10:43:48.888Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. -[NX Daemon Server] - 2024-03-27T10:43:48.889Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T10:43:48.889Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T10:43:48.896Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T10:43:48.900Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T10:43:48.901Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T10:43:48.901Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T10:43:48.901Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T10:43:48.901Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 5. -[NX Daemon Server] - 2024-03-27T10:43:48.904Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T10:43:48.905Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T13:48:44.838Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) -[NX Daemon Server] - 2024-03-27T13:48:44.838Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) -[NX Daemon Server] - 2024-03-27T13:48:44.838Z - Server stopped because: "10800000ms of inactivity" -[NX Daemon Server] - 2024-03-27T13:48:47.151Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock -node:events:492 - throw er; // Unhandled 'error' event - ^ - -Error: listen EADDRINUSE: address already in use /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock - at Server.setupListenHandle [as _listen2] (node:net:1734:21) - at listenInCluster (node:net:1799:12) - at Server.listen (node:net:1898:5) - at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:279:20 - at new Promise () - at startServer (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:277:12) - at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/start.js:8:9 -Emitted 'error' event on Server instance at: - at emitErrorNT (node:net:1778:8) - at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { - code: 'EADDRINUSE', - errno: -48, - syscall: 'listen', - address: '/var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock', - port: -1 -} - -Node.js v18.17.1 -[NX Daemon Server] - 2024-03-27T13:48:47.171Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) -[NX Daemon Server] - 2024-03-27T13:48:47.172Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T13:48:47.173Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T13:48:47.173Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T13:48:47.173Z - Established a connection. Number of open connections: 4 -[NX Daemon Server] - 2024-03-27T13:48:47.174Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T13:48:47.180Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T13:48:47.180Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T13:48:47.180Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T13:48:47.403Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T13:48:47.405Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T13:48:47.405Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T13:48:47.407Z - Time taken for 'total for creating and serializing project graph' 229.06829199939966ms -[NX Daemon Server] - 2024-03-27T13:48:47.407Z - Closed a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T13:48:47.407Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T13:48:47.410Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T13:48:47.410Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 229. Response time: 7. -[NX Daemon Server] - 2024-03-27T13:48:47.410Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T13:48:47.410Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T13:48:47.414Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T13:48:47.416Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T13:48:47.417Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T13:48:47.417Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T13:48:47.418Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T13:48:47.418Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T13:48:47.419Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T13:48:47.420Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T14:04:44.114Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T14:04:44.115Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T14:04:44.116Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T14:04:44.116Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T14:04:44.121Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T14:04:44.122Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T14:04:44.122Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T14:04:44.123Z - Time taken for 'total for creating and serializing project graph' 0.08524999767541885ms -[NX Daemon Server] - 2024-03-27T14:04:44.123Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T14:04:44.124Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T14:04:44.124Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T14:04:44.125Z - Time taken for 'total for creating and serializing project graph' 0.04841599613428116ms -[NX Daemon Server] - 2024-03-27T14:04:44.126Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T14:04:44.126Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. -[NX Daemon Server] - 2024-03-27T14:04:44.127Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T14:04:44.127Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T14:04:44.131Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T14:04:44.133Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T14:04:44.134Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T14:04:44.134Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. -[NX Daemon Server] - 2024-03-27T14:04:44.134Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T14:04:44.134Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T14:04:44.136Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T14:04:44.137Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:43:59.117Z - [WATCHER]: .gitignore was modified -[NX Daemon Server] - 2024-03-27T16:43:59.118Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:43:59.118Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (sources) -[NX Daemon Server] - 2024-03-27T16:43:59.118Z - [WATCHER]: Stopping the watcher for /Users/travisharris/code/LogicAppsUX (outputs) -[NX Daemon Server] - 2024-03-27T16:43:59.118Z - Server stopped because: "Stopping the daemon the set of ignored files changed (native)" -[NX Daemon Server] - 2024-03-27T16:44:00.744Z - Started listening on: /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock -node:events:492 - throw er; // Unhandled 'error' event - ^ - -Error: listen EEXIST: file already exists /var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock - at Server.setupListenHandle [as _listen2] (node:net:1734:21) - at listenInCluster (node:net:1799:12) - at Server.listen (node:net:1898:5) - at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:279:20 - at new Promise () - at startServer (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:277:12) - at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/start.js:8:9 -Emitted 'error' event on Server instance at: - at emitErrorNT (node:net:1778:8) - at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { - code: 'EEXIST', - errno: -17, - syscall: 'listen', - address: '/var/folders/_y/sdlctx2s49x0rfh4btvlkk0h0000gn/T/d8564d2627e263173438/d.sock', - port: -1 -} - -Node.js v18.17.1 -[NX Daemon Server] - 2024-03-27T16:44:00.745Z - [WATCHER]: Subscribed to changes within: /Users/travisharris/code/LogicAppsUX (native) -[NX Daemon Server] - 2024-03-27T16:44:00.746Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:44:00.746Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:44:00.746Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:44:00.746Z - Established a connection. Number of open connections: 4 -[NX Daemon Server] - 2024-03-27T16:44:00.747Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:44:00.764Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:44:00.764Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:44:00.764Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:44:01.029Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:44:01.030Z - Time taken for 'total for creating and serializing project graph' 281.3279159963131ms -[NX Daemon Server] - 2024-03-27T16:44:01.030Z - Closed a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:44:01.030Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:44:01.031Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:44:01.031Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:44:01.032Z - Time taken for 'total for creating and serializing project graph' 0.07616700232028961ms -[NX Daemon Server] - 2024-03-27T16:44:01.034Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:44:01.034Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 282. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:44:01.035Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:44:01.035Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:44:01.038Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:44:01.040Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:44:01.040Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:44:01.040Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 0. -[NX Daemon Server] - 2024-03-27T16:44:01.041Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:44:01.041Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:44:01.043Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:44:01.043Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:44:02.091Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:44:02.092Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:44:02.092Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:44:02.094Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:44:02.094Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:44:02.096Z - Time taken for 'total for creating and serializing project graph' 0.09487500786781311ms -[NX Daemon Server] - 2024-03-27T16:44:02.097Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:44:02.097Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:44:02.097Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:44:02.097Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:44:02.102Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:44:02.105Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:44:02.106Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:44:02.106Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:44:02.106Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:44:02.106Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:44:02.109Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:44:02.109Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:23.152Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:45:23.152Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:45:23.268Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:45:23.268Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:45:23.268Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:45:23.299Z - Time taken for 'hash changed files from watcher' 14.349000006914139ms -[NX Daemon Server] - 2024-03-27T16:45:24.361Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:24.361Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:24.361Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:24.362Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:45:24.363Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:45:24.364Z - Time taken for 'total for creating and serializing project graph' 0.15254099667072296ms -[NX Daemon Server] - 2024-03-27T16:45:24.364Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:45:24.364Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:45:24.365Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:45:24.365Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:45:24.366Z - Time taken for 'total for creating and serializing project graph' 0.064083993434906ms -[NX Daemon Server] - 2024-03-27T16:45:24.366Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:45:24.367Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:45:24.367Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. -[NX Daemon Server] - 2024-03-27T16:45:24.368Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:45:24.368Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:45:24.372Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:24.374Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:24.375Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:24.375Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:45:24.375Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:24.375Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:45:24.378Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:24.378Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:27.573Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:45:27.573Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:45:27.686Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:45:27.686Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:45:27.686Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:45:27.718Z - Time taken for 'hash changed files from watcher' 11.875125005841255ms -[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:28.784Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:28.786Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:45:28.786Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:45:28.788Z - Time taken for 'total for creating and serializing project graph' 0.1054999977350235ms -[NX Daemon Server] - 2024-03-27T16:45:28.788Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:45:28.789Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:45:28.789Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:45:28.792Z - Time taken for 'total for creating and serializing project graph' 0.054333001375198364ms -[NX Daemon Server] - 2024-03-27T16:45:28.797Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:45:28.797Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 11. -[NX Daemon Server] - 2024-03-27T16:45:28.797Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:45:28.798Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. -[NX Daemon Server] - 2024-03-27T16:45:28.803Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:28.806Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:28.807Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:28.807Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:45:28.807Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:28.807Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:45:28.810Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:28.811Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:46.407Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:45:46.407Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:45:46.523Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:45:46.524Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:45:46.524Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:45:46.552Z - Time taken for 'hash changed files from watcher' 15.472583994269371ms -[NX Daemon Server] - 2024-03-27T16:45:47.618Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:47.619Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:47.619Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:47.620Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:47.620Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:47.623Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:45:47.623Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:45:47.625Z - Time taken for 'total for creating and serializing project graph' 0.2569579929113388ms -[NX Daemon Server] - 2024-03-27T16:45:47.626Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:45:47.627Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:45:47.627Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:45:47.629Z - Time taken for 'total for creating and serializing project graph' 0.12937501072883606ms -[NX Daemon Server] - 2024-03-27T16:45:47.631Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:45:47.631Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. -[NX Daemon Server] - 2024-03-27T16:45:47.632Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:45:47.632Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:45:47.638Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:47.641Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:47.642Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:47.642Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:45:47.642Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:47.642Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:45:47.645Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:47.645Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:57.853Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:45:57.853Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:45:57.969Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:45:57.969Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:45:57.969Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:45:58.004Z - Time taken for 'hash changed files from watcher' 14.577916994690895ms -[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:45:59.067Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:59.069Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:45:59.069Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:45:59.071Z - Time taken for 'total for creating and serializing project graph' 0.08875000476837158ms -[NX Daemon Server] - 2024-03-27T16:45:59.071Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:45:59.071Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:45:59.071Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:45:59.073Z - Time taken for 'total for creating and serializing project graph' 0.03745800256729126ms -[NX Daemon Server] - 2024-03-27T16:45:59.075Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:45:59.075Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:45:59.081Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:59.082Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:45:59.082Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 13. -[NX Daemon Server] - 2024-03-27T16:45:59.082Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:59.082Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:45:59.088Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:59.088Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:45:59.089Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:45:59.089Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:45:59.092Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:46:07.140Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:46:07.140Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:46:07.253Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:46:07.253Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:46:07.253Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:46:07.285Z - Time taken for 'hash changed files from watcher' 13.139624997973442ms -[NX Daemon Server] - 2024-03-27T16:46:08.351Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:46:08.352Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:46:08.352Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:46:08.352Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:46:08.353Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:46:08.355Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:46:08.356Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:46:08.361Z - Time taken for 'total for creating and serializing project graph' 0.25666700303554535ms -[NX Daemon Server] - 2024-03-27T16:46:08.361Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:46:08.362Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:46:08.363Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:46:08.365Z - Time taken for 'total for creating and serializing project graph' 0.1854579895734787ms -[NX Daemon Server] - 2024-03-27T16:46:08.367Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:46:08.367Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:46:08.368Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:46:08.368Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 12. -[NX Daemon Server] - 2024-03-27T16:46:08.375Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:46:08.378Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:46:08.379Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:46:08.379Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:46:08.379Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:46:08.379Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:46:08.382Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:46:08.382Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:46:22.636Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:46:22.636Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:46:22.750Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:46:22.750Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:46:22.750Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:46:22.783Z - Time taken for 'hash changed files from watcher' 11.954042002558708ms -[NX Daemon Server] - 2024-03-27T16:46:23.845Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:46:23.845Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:46:23.845Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:46:23.845Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:46:23.846Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:46:23.846Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:46:23.846Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:46:23.847Z - Time taken for 'total for creating and serializing project graph' 0.036083996295928955ms -[NX Daemon Server] - 2024-03-27T16:46:23.847Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:46:23.848Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:46:23.848Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Time taken for 'total for creating and serializing project graph' 0.02687498927116394ms -[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:46:23.849Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:46:23.853Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:46:23.855Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:46:23.855Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:46:23.856Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:46:23.856Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:46:23.856Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:46:23.858Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:46:23.858Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:48:11.397Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T16:48:11.397Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:48:11.505Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:48:11.505Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T16:48:11.505Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:48:11.540Z - Time taken for 'hash changed files from watcher' 6.781290993094444ms -[NX Daemon Server] - 2024-03-27T16:48:12.603Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:48:12.604Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:48:12.604Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:48:12.605Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:48:12.606Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:48:12.608Z - Time taken for 'total for creating and serializing project graph' 0.1402910053730011ms -[NX Daemon Server] - 2024-03-27T16:48:12.608Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:48:12.608Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:48:12.609Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:48:12.609Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:48:12.611Z - Time taken for 'total for creating and serializing project graph' 0.05437499284744263ms -[NX Daemon Server] - 2024-03-27T16:48:12.611Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:48:12.613Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:48:12.613Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 7. -[NX Daemon Server] - 2024-03-27T16:48:12.615Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:48:12.615Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:48:12.619Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:48:12.622Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:48:12.623Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:48:12.623Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:48:12.623Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:48:12.623Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:48:12.626Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:48:12.626Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:48:21.547Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T16:48:21.547Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:48:21.656Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:48:21.656Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T16:48:21.656Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:48:21.691Z - Time taken for 'hash changed files from watcher' 7.608374997973442ms -[NX Daemon Server] - 2024-03-27T16:48:22.752Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:48:22.753Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:48:22.753Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:48:22.753Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:48:22.753Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:48:22.756Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:48:22.756Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:48:22.758Z - Time taken for 'total for creating and serializing project graph' 0.21583300828933716ms -[NX Daemon Server] - 2024-03-27T16:48:22.759Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:48:22.761Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:48:22.761Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:48:22.763Z - Time taken for 'total for creating and serializing project graph' 0.14308299124240875ms -[NX Daemon Server] - 2024-03-27T16:48:22.765Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:48:22.765Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. -[NX Daemon Server] - 2024-03-27T16:48:22.765Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:48:22.765Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:48:22.772Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:48:22.775Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:48:22.776Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:48:22.776Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:48:22.776Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:48:22.776Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:48:22.780Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:48:22.780Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:52:30.291Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T16:52:30.292Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:52:30.405Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:52:30.405Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T16:52:30.405Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:52:30.436Z - Time taken for 'hash changed files from watcher' 11.918249994516373ms -[NX Daemon Server] - 2024-03-27T16:52:31.500Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:31.501Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:52:31.501Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:31.501Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:52:31.501Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:31.503Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:52:31.503Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:52:31.504Z - Time taken for 'total for creating and serializing project graph' 0.12291699647903442ms -[NX Daemon Server] - 2024-03-27T16:52:31.505Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:52:31.505Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:52:31.505Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:52:31.507Z - Time taken for 'total for creating and serializing project graph' 0.054416999220848083ms -[NX Daemon Server] - 2024-03-27T16:52:31.509Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:52:31.509Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:52:31.509Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:52:31.509Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:52:31.514Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:31.518Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:31.518Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:31.518Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:52:31.519Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:31.519Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:52:31.522Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:31.522Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:52:48.465Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:52:48.465Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:52:48.579Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:52:48.579Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:52:48.579Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:52:48.610Z - Time taken for 'hash changed files from watcher' 12.694958001375198ms -[NX Daemon Server] - 2024-03-27T16:52:49.671Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:49.672Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:52:49.672Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:49.672Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:52:49.672Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:49.673Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:52:49.673Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:52:49.676Z - Time taken for 'total for creating and serializing project graph' 0.08149999380111694ms -[NX Daemon Server] - 2024-03-27T16:52:49.676Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:52:49.677Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:52:49.677Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:52:49.679Z - Time taken for 'total for creating and serializing project graph' 0.061917006969451904ms -[NX Daemon Server] - 2024-03-27T16:52:49.680Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:52:49.680Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:52:49.681Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:52:49.681Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. -[NX Daemon Server] - 2024-03-27T16:52:49.687Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:49.690Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:49.690Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:49.690Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:52:49.691Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:49.691Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:52:49.694Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:49.694Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:52:57.061Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:52:57.061Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:52:57.174Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:52:57.174Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:52:57.174Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:52:57.209Z - Time taken for 'hash changed files from watcher' 11.938500002026558ms -[NX Daemon Server] - 2024-03-27T16:52:58.273Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:58.274Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:52:58.274Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:58.276Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:52:58.276Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:52:58.278Z - Time taken for 'total for creating and serializing project graph' 0.12199999392032623ms -[NX Daemon Server] - 2024-03-27T16:52:58.278Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:52:58.278Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:52:58.279Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:52:58.279Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:52:58.281Z - Time taken for 'total for creating and serializing project graph' 0.042458996176719666ms -[NX Daemon Server] - 2024-03-27T16:52:58.281Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:52:58.283Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:52:58.283Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:52:58.283Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:52:58.283Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. -[NX Daemon Server] - 2024-03-27T16:52:58.290Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:58.292Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:58.293Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:58.293Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:52:58.294Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:52:58.294Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:52:58.297Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:52:58.297Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:53:16.334Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:53:16.334Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:53:16.450Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:53:16.450Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:53:16.450Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:53:16.478Z - Time taken for 'hash changed files from watcher' 15.056250005960464ms -[NX Daemon Server] - 2024-03-27T16:53:17.546Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:53:17.547Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:53:17.547Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:53:17.547Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:53:17.547Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:53:17.550Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:53:17.550Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:53:17.553Z - Time taken for 'total for creating and serializing project graph' 0.2285420000553131ms -[NX Daemon Server] - 2024-03-27T16:53:17.553Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:53:17.555Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:53:17.555Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:53:17.558Z - Time taken for 'total for creating and serializing project graph' 0.23716698586940765ms -[NX Daemon Server] - 2024-03-27T16:53:17.560Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:53:17.560Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 10. -[NX Daemon Server] - 2024-03-27T16:53:17.560Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:53:17.560Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:53:17.567Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:53:17.570Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:53:17.571Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:53:17.571Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:53:17.572Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:53:17.572Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. -[NX Daemon Server] - 2024-03-27T16:53:17.574Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:53:17.575Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:53:28.176Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:53:28.176Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:53:28.289Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:53:28.289Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:53:28.289Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:53:28.318Z - Time taken for 'hash changed files from watcher' 11.667999997735023ms -[NX Daemon Server] - 2024-03-27T16:53:29.380Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:53:29.380Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:53:29.380Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:53:29.382Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:53:29.382Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:53:29.384Z - Time taken for 'total for creating and serializing project graph' 0.0724170058965683ms -[NX Daemon Server] - 2024-03-27T16:53:29.384Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:53:29.384Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:53:29.385Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:53:29.385Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:53:29.387Z - Time taken for 'total for creating and serializing project graph' 0.03791700303554535ms -[NX Daemon Server] - 2024-03-27T16:53:29.387Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:53:29.387Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:53:29.388Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:53:29.388Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:53:29.388Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:53:29.394Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:53:29.397Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:53:29.398Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:53:29.398Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:53:29.398Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:53:29.398Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:53:29.401Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:53:29.401Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:54:44.537Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T16:54:44.537Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:54:44.649Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:54:44.649Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T16:54:44.649Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:54:44.680Z - Time taken for 'hash changed files from watcher' 10.107792004942894ms -[NX Daemon Server] - 2024-03-27T16:54:45.742Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:54:45.742Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:54:45.742Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:54:45.743Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:54:45.743Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:54:45.744Z - Time taken for 'total for creating and serializing project graph' 0.05145899951457977ms -[NX Daemon Server] - 2024-03-27T16:54:45.744Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:54:45.744Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:54:45.744Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:54:45.744Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:54:45.745Z - Time taken for 'total for creating and serializing project graph' 0.02033299207687378ms -[NX Daemon Server] - 2024-03-27T16:54:45.745Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:54:45.746Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:54:45.746Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:54:45.746Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:54:45.746Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. -[NX Daemon Server] - 2024-03-27T16:54:45.749Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:54:45.751Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:54:45.752Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:54:45.752Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:54:45.752Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:54:45.752Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:54:45.754Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:54:45.754Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:54:47.660Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was modified -[NX Daemon Server] - 2024-03-27T16:54:47.661Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:54:47.768Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:54:47.769Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T16:54:47.769Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:54:47.797Z - Time taken for 'hash changed files from watcher' 6.701374992728233ms -[NX Daemon Server] - 2024-03-27T16:54:48.863Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:54:48.863Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:54:48.863Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:54:48.863Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:54:48.864Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:54:48.865Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:54:48.865Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:54:48.867Z - Time taken for 'total for creating and serializing project graph' 0.10312500596046448ms -[NX Daemon Server] - 2024-03-27T16:54:48.867Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:54:48.868Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:54:48.868Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:54:48.870Z - Time taken for 'total for creating and serializing project graph' 0.04170900583267212ms -[NX Daemon Server] - 2024-03-27T16:54:48.872Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:54:48.872Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:54:48.872Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:54:48.872Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. -[NX Daemon Server] - 2024-03-27T16:54:48.879Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:54:48.882Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:54:48.883Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:54:48.883Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:54:48.883Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:54:48.883Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:54:48.886Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:54:48.886Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:55:04.156Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:55:04.156Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:55:04.271Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:55:04.271Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:55:04.271Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:55:04.299Z - Time taken for 'hash changed files from watcher' 13.426416009664536ms -[NX Daemon Server] - 2024-03-27T16:55:05.365Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:05.366Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:55:05.366Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:05.367Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:55:05.367Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:55:05.367Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:55:05.370Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:55:05.371Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:55:05.375Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:55:05.375Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:55:05.378Z - Time taken for 'total for creating and serializing project graph' 0.25758400559425354ms -[NX Daemon Server] - 2024-03-27T16:55:05.380Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:55:05.380Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:55:05.380Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:55:05.380Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 9. -[NX Daemon Server] - 2024-03-27T16:55:05.387Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:05.390Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:05.391Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:05.391Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:55:05.391Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:05.392Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. -[NX Daemon Server] - 2024-03-27T16:55:05.394Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:05.394Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:55:47.842Z - [WATCHER]: libs/logic-apps-shared/tsup.config.bundled_w7ot0qbj6n.mjs was deleted -[NX Daemon Server] - 2024-03-27T16:55:47.843Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:55:47.946Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:55:47.946Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:55:47.946Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_w7ot0qbj6n.mjs -[NX Daemon Server] - 2024-03-27T16:55:47.986Z - Time taken for 'hash changed files from watcher' 2.2873749881982803ms -[NX Daemon Server] - 2024-03-27T16:55:49.050Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:49.050Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:55:49.051Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:49.051Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:55:49.051Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:49.051Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:55:49.053Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:55:49.054Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:55:49.055Z - Time taken for 'total for creating and serializing project graph' 0.1715420037508011ms -[NX Daemon Server] - 2024-03-27T16:55:49.057Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:55:49.057Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:55:49.060Z - Time taken for 'total for creating and serializing project graph' 0.14954200387001038ms -[NX Daemon Server] - 2024-03-27T16:55:49.064Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:55:49.064Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. -[NX Daemon Server] - 2024-03-27T16:55:49.065Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:55:49.065Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 11. -[NX Daemon Server] - 2024-03-27T16:55:49.076Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:49.080Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:49.081Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:49.081Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:55:49.082Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:49.082Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:55:49.084Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:49.084Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:55:49.776Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:55:49.854Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:55:50.856Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:50.856Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:55:50.857Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:50.858Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:55:50.858Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:55:50.860Z - Time taken for 'total for creating and serializing project graph' 0.0982079952955246ms -[NX Daemon Server] - 2024-03-27T16:55:50.860Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:55:50.861Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:55:50.862Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:55:50.862Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:55:50.863Z - Time taken for 'total for creating and serializing project graph' 0.07570900022983551ms -[NX Daemon Server] - 2024-03-27T16:55:50.863Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:55:50.866Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:55:50.866Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. -[NX Daemon Server] - 2024-03-27T16:55:50.868Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:55:50.868Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:55:50.871Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:50.873Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:50.874Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:50.874Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:55:50.874Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:55:50.874Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:55:50.876Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:55:50.877Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:56:11.885Z - [WATCHER]: libs/logic-apps-shared/src/designer-client-services/lib/connection.ts was modified -[NX Daemon Server] - 2024-03-27T16:56:11.885Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:56:11.998Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:56:11.998Z - [REQUEST]: libs/logic-apps-shared/src/designer-client-services/lib/connection.ts -[NX Daemon Server] - 2024-03-27T16:56:11.998Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:56:12.035Z - Time taken for 'hash changed files from watcher' 11.722291007637978ms -[NX Daemon Server] - 2024-03-27T16:56:13.100Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:56:13.103Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:56:13.103Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:56:13.103Z - Established a connection. Number of open connections: 4 -[NX Daemon Server] - 2024-03-27T16:56:13.103Z - Closed a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:56:13.106Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:56:13.106Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:56:13.110Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:56:13.110Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:56:13.112Z - Time taken for 'total for creating and serializing project graph' 0.21570798754692078ms -[NX Daemon Server] - 2024-03-27T16:56:13.113Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:56:13.114Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:56:13.114Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 8. -[NX Daemon Server] - 2024-03-27T16:56:13.115Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:56:13.115Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:56:13.121Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:56:13.124Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:56:13.126Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:56:13.126Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:56:13.126Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:56:13.126Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. -[NX Daemon Server] - 2024-03-27T16:56:13.129Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:56:13.129Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:56:48.649Z - [WATCHER]: libs/designer-ui/src/lib/flyout2/index.tsx was modified -[NX Daemon Server] - 2024-03-27T16:56:48.650Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:56:48.763Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:56:48.763Z - [REQUEST]: libs/designer-ui/src/lib/flyout2/index.tsx -[NX Daemon Server] - 2024-03-27T16:56:48.763Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:56:48.792Z - Time taken for 'hash changed files from watcher' 13.167416006326675ms -[NX Daemon Server] - 2024-03-27T16:56:49.859Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:56:49.860Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:56:49.860Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:56:49.861Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:56:49.861Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:56:49.864Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:56:49.864Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:56:49.866Z - Time taken for 'total for creating and serializing project graph' 0.26954200863838196ms -[NX Daemon Server] - 2024-03-27T16:56:49.866Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:56:49.868Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:56:49.868Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:56:49.871Z - Time taken for 'total for creating and serializing project graph' 0.1495410054922104ms -[NX Daemon Server] - 2024-03-27T16:56:49.873Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:56:49.873Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:56:49.873Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:56:49.873Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. -[NX Daemon Server] - 2024-03-27T16:56:49.880Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:56:49.883Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:56:49.884Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:56:49.884Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:56:49.884Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:56:49.884Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:56:49.887Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:56:49.888Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:03.934Z - [WATCHER]: libs/designer-ui/src/lib/flyout2/index.tsx was modified -[NX Daemon Server] - 2024-03-27T16:57:03.934Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:04.046Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:57:04.046Z - [REQUEST]: libs/designer-ui/src/lib/flyout2/index.tsx -[NX Daemon Server] - 2024-03-27T16:57:04.046Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:57:04.077Z - Time taken for 'hash changed files from watcher' 10.32216601073742ms -[NX Daemon Server] - 2024-03-27T16:57:05.140Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:05.141Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:05.141Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:05.141Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:05.141Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:05.142Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:05.143Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:05.145Z - Time taken for 'total for creating and serializing project graph' 0.0690000057220459ms -[NX Daemon Server] - 2024-03-27T16:57:05.145Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:05.146Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:05.146Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:05.148Z - Time taken for 'total for creating and serializing project graph' 0.044167011976242065ms -[NX Daemon Server] - 2024-03-27T16:57:05.149Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:05.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:57:05.149Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:05.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:57:05.155Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:05.158Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:05.159Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:05.159Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:57:05.159Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:05.159Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:57:05.162Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:05.162Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:15.001Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:15.002Z - [WATCHER]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts was created or restored -[NX Daemon Server] - 2024-03-27T16:57:15.106Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:57:15.106Z - [REQUEST]: libs/logic-apps-shared/src/utils/src/lib/models/index.ts -[NX Daemon Server] - 2024-03-27T16:57:15.106Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:57:15.130Z - Time taken for 'hash changed files from watcher' 3.044082999229431ms -[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:16.192Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:16.193Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:16.193Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:16.194Z - Time taken for 'total for creating and serializing project graph' 0.06166599690914154ms -[NX Daemon Server] - 2024-03-27T16:57:16.194Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:16.194Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:16.194Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:16.196Z - Time taken for 'total for creating and serializing project graph' 0.035416990518569946ms -[NX Daemon Server] - 2024-03-27T16:57:16.197Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:16.197Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:57:16.201Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:16.201Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:16.201Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. -[NX Daemon Server] - 2024-03-27T16:57:16.202Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:16.203Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 2. -[NX Daemon Server] - 2024-03-27T16:57:16.205Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:16.206Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:16.206Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:16.206Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:57:16.208Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:24.492Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was created or restored -[NX Daemon Server] - 2024-03-27T16:57:24.492Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:24.599Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:57:24.599Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:57:24.599Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:57:24.621Z - Time taken for 'hash changed files from watcher' 5.626583009958267ms -[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:25.683Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:25.684Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:25.684Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:25.686Z - Time taken for 'total for creating and serializing project graph' 0.053582996129989624ms -[NX Daemon Server] - 2024-03-27T16:57:25.686Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:25.686Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:25.686Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:25.688Z - Time taken for 'total for creating and serializing project graph' 0.030166998505592346ms -[NX Daemon Server] - 2024-03-27T16:57:25.689Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:25.689Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:57:25.689Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:25.689Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:57:25.694Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:25.696Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:25.697Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:25.697Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:57:25.697Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:25.697Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:57:25.700Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:25.700Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:29.405Z - [WATCHER]: libs/logic-apps-shared/tsup.config.bundled_vbb35cfwr6g.mjs was deleted -[NX Daemon Server] - 2024-03-27T16:57:29.405Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:29.511Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:57:29.511Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:57:29.511Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_vbb35cfwr6g.mjs -[NX Daemon Server] - 2024-03-27T16:57:29.550Z - Time taken for 'hash changed files from watcher' 5.153582990169525ms -[NX Daemon Server] - 2024-03-27T16:57:30.613Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:30.613Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:30.614Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:30.614Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:30.614Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:30.616Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:30.616Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:30.620Z - Time taken for 'total for creating and serializing project graph' 0.19891700148582458ms -[NX Daemon Server] - 2024-03-27T16:57:30.620Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:30.621Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:30.622Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:30.624Z - Time taken for 'total for creating and serializing project graph' 0.1184999942779541ms -[NX Daemon Server] - 2024-03-27T16:57:30.627Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:30.627Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:57:30.628Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:30.628Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 12. -[NX Daemon Server] - 2024-03-27T16:57:30.636Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:30.641Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:30.642Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:30.642Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:57:30.642Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:30.642Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:57:30.644Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:30.644Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:31.415Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:32.420Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:32.421Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:32.421Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:32.421Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:32.421Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:32.424Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:32.424Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:32.426Z - Time taken for 'total for creating and serializing project graph' 0.22883300483226776ms -[NX Daemon Server] - 2024-03-27T16:57:32.427Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:32.429Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:32.429Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:32.431Z - Time taken for 'total for creating and serializing project graph' 0.14795799553394318ms -[NX Daemon Server] - 2024-03-27T16:57:32.433Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:32.433Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. -[NX Daemon Server] - 2024-03-27T16:57:32.434Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:32.434Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:57:32.442Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:32.445Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:32.446Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:32.446Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:57:32.446Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:32.446Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:57:32.449Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:32.449Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:44.519Z - [WATCHER]: libs/logic-apps-shared/src/designer-client-services/lib/connection.ts was modified -[NX Daemon Server] - 2024-03-27T16:57:44.519Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:44.631Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:57:44.631Z - [REQUEST]: libs/logic-apps-shared/src/designer-client-services/lib/connection.ts -[NX Daemon Server] - 2024-03-27T16:57:44.631Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:57:44.662Z - Time taken for 'hash changed files from watcher' 11.422665998339653ms -[NX Daemon Server] - 2024-03-27T16:57:45.724Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:45.724Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:45.725Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:45.725Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:45.725Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:45.726Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:45.726Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:45.728Z - Time taken for 'total for creating and serializing project graph' 0.08583299815654755ms -[NX Daemon Server] - 2024-03-27T16:57:45.728Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:45.728Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:45.728Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:45.730Z - Time taken for 'total for creating and serializing project graph' 0.03125ms -[NX Daemon Server] - 2024-03-27T16:57:45.732Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:45.732Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:57:45.732Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:45.732Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:57:45.737Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:45.740Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:45.741Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:45.741Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:57:45.742Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:45.742Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:57:45.744Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:45.745Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:47.471Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:47.472Z - [WATCHER]: libs/logic-apps-shared/tsup.config.bundled_ejwvqq4qy1m.mjs was deleted -[NX Daemon Server] - 2024-03-27T16:57:47.579Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:57:47.579Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:57:47.579Z - [REQUEST]: libs/logic-apps-shared/tsup.config.bundled_ejwvqq4qy1m.mjs -[NX Daemon Server] - 2024-03-27T16:57:47.618Z - Time taken for 'hash changed files from watcher' 5.221790999174118ms -[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:48.683Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:48.685Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:48.685Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:48.688Z - Time taken for 'total for creating and serializing project graph' 0.13887499272823334ms -[NX Daemon Server] - 2024-03-27T16:57:48.689Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:48.689Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:48.691Z - Time taken for 'total for creating and serializing project graph' 0.10966700315475464ms -[NX Daemon Server] - 2024-03-27T16:57:48.693Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:48.693Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:57:48.693Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:48.693Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. -[NX Daemon Server] - 2024-03-27T16:57:48.702Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:48.706Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:48.707Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:48.707Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:57:48.709Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:48.709Z - Handled REQUEST_FILE_DATA. Handling time: 3. Response time: 7. -[NX Daemon Server] - 2024-03-27T16:57:48.712Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:48.712Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:49.483Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:50.356Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:57:51.359Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:51.359Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:51.360Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:51.360Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:57:51.360Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:51.363Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:51.363Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:51.365Z - Time taken for 'total for creating and serializing project graph' 0.2065410017967224ms -[NX Daemon Server] - 2024-03-27T16:57:51.365Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:57:51.367Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:57:51.367Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:57:51.370Z - Time taken for 'total for creating and serializing project graph' 0.16054099798202515ms -[NX Daemon Server] - 2024-03-27T16:57:51.371Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:51.371Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 8. -[NX Daemon Server] - 2024-03-27T16:57:51.371Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:57:51.372Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:57:51.379Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:51.382Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:51.383Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:51.383Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:57:51.383Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:57:51.383Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:57:51.386Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:57:51.386Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:58:15.644Z - [WATCHER]: libs/designer-ui/tsup.config.bundled_n3yuowc0gm.mjs was deleted -[NX Daemon Server] - 2024-03-27T16:58:15.644Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:58:15.748Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:58:15.748Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:58:15.748Z - [REQUEST]: libs/designer-ui/tsup.config.bundled_n3yuowc0gm.mjs -[NX Daemon Server] - 2024-03-27T16:58:15.785Z - Time taken for 'hash changed files from watcher' 2.5680420100688934ms -[NX Daemon Server] - 2024-03-27T16:58:15.859Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:58:16.507Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:58:17.511Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:58:17.511Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:58:17.511Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:58:17.512Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:58:17.512Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:58:17.514Z - Time taken for 'total for creating and serializing project graph' 0.07329200208187103ms -[NX Daemon Server] - 2024-03-27T16:58:17.514Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:58:17.514Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:58:17.514Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:58:17.514Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:58:17.516Z - Time taken for 'total for creating and serializing project graph' 0.03425000607967377ms -[NX Daemon Server] - 2024-03-27T16:58:17.516Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:58:17.518Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:58:17.518Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T16:58:17.522Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:58:17.523Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:58:17.523Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. -[NX Daemon Server] - 2024-03-27T16:58:17.523Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:58:17.523Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:58:17.529Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:58:17.529Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:58:17.529Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:58:17.529Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 0. -[NX Daemon Server] - 2024-03-27T16:58:17.532Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:59:40.026Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:59:40.026Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:59:40.132Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:59:40.133Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:59:40.133Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:59:40.186Z - Time taken for 'hash changed files from watcher' 5.14070799946785ms -[NX Daemon Server] - 2024-03-27T16:59:41.248Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:59:41.248Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:59:41.248Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:41.249Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:59:41.249Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:59:41.249Z - Established a connection. Number of open connections: 4 -[NX Daemon Server] - 2024-03-27T16:59:41.249Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:59:41.255Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:59:41.256Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:59:41.256Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:59:41.280Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:59:41.281Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:59:41.281Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:59:41.282Z - Time taken for 'total for creating and serializing project graph' 30.623000010848045ms -[NX Daemon Server] - 2024-03-27T16:59:41.282Z - Closed a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T16:59:41.282Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:59:41.285Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:59:41.285Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:59:41.285Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:59:41.285Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 31. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:59:41.289Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:41.291Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:41.291Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:41.291Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 0. -[NX Daemon Server] - 2024-03-27T16:59:41.291Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:41.291Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 2. -[NX Daemon Server] - 2024-03-27T16:59:41.293Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:41.294Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:59:42.338Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:42.338Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:59:42.338Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:42.338Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:59:42.339Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:42.340Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:59:42.340Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:59:42.341Z - Time taken for 'total for creating and serializing project graph' 0.07224999368190765ms -[NX Daemon Server] - 2024-03-27T16:59:42.341Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:59:42.341Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:59:42.341Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:59:42.342Z - Time taken for 'total for creating and serializing project graph' 0.02979201078414917ms -[NX Daemon Server] - 2024-03-27T16:59:42.343Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:59:42.343Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:59:42.344Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:59:42.344Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:59:42.347Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:42.349Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:42.350Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:42.350Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:59:42.350Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:42.350Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T16:59:42.352Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:42.352Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:59:51.896Z - [WATCHER]: libs/designer-ui/src/lib/staticResult/util.ts was modified -[NX Daemon Server] - 2024-03-27T16:59:51.896Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:59:52.010Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:59:52.010Z - [REQUEST]: libs/designer-ui/src/lib/staticResult/util.ts -[NX Daemon Server] - 2024-03-27T16:59:52.010Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:59:52.048Z - Time taken for 'hash changed files from watcher' 12.497916996479034ms -[NX Daemon Server] - 2024-03-27T16:59:53.114Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:53.115Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:59:53.115Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:53.115Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:59:53.116Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:53.119Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:59:53.119Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:59:53.121Z - Time taken for 'total for creating and serializing project graph' 0.22704198956489563ms -[NX Daemon Server] - 2024-03-27T16:59:53.122Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T16:59:53.124Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T16:59:53.124Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T16:59:53.126Z - Time taken for 'total for creating and serializing project graph' 0.18229100108146667ms -[NX Daemon Server] - 2024-03-27T16:59:53.128Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:59:53.128Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T16:59:53.128Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T16:59:53.128Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 9. -[NX Daemon Server] - 2024-03-27T16:59:53.135Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:53.138Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:53.139Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:53.139Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T16:59:53.139Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T16:59:53.140Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 5. -[NX Daemon Server] - 2024-03-27T16:59:53.142Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T16:59:53.143Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T16:59:59.132Z - [WATCHER]: libs/designer-ui/tsup.config.bundled_u5pq4iev948.mjs was deleted -[NX Daemon Server] - 2024-03-27T16:59:59.132Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:59:59.236Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T16:59:59.236Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T16:59:59.236Z - [REQUEST]: libs/designer-ui/tsup.config.bundled_u5pq4iev948.mjs -[NX Daemon Server] - 2024-03-27T16:59:59.262Z - Time taken for 'hash changed files from watcher' 2.4928330034017563ms -[NX Daemon Server] - 2024-03-27T16:59:59.293Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T16:59:59.957Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T17:00:00.960Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T17:00:00.960Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T17:00:00.960Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T17:00:00.962Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T17:00:00.962Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T17:00:00.963Z - Time taken for 'total for creating and serializing project graph' 0.0902080088853836ms -[NX Daemon Server] - 2024-03-27T17:00:00.964Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T17:00:00.964Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T17:00:00.964Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T17:00:00.965Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T17:00:00.966Z - Time taken for 'total for creating and serializing project graph' 0.038124993443489075ms -[NX Daemon Server] - 2024-03-27T17:00:00.966Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T17:00:00.968Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T17:00:00.968Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T17:00:00.968Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T17:00:00.968Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T17:00:00.974Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T17:00:00.977Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T17:00:00.978Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T17:00:00.978Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T17:00:00.978Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T17:00:00.978Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T17:00:00.982Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T17:00:00.982Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:47:51.466Z - [WATCHER]: libs/designer-ui/tsconfig.json was modified -[NX Daemon Server] - 2024-03-27T19:47:51.467Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:47:51.577Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T19:47:51.577Z - [REQUEST]: libs/designer-ui/tsconfig.json -[NX Daemon Server] - 2024-03-27T19:47:51.577Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T19:47:51.674Z - Time taken for 'hash changed files from watcher' 9.124125003814697ms -[NX Daemon Server] - 2024-03-27T19:47:52.738Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:47:52.739Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:47:52.739Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:47:52.739Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:47:52.739Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:47:52.740Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:47:52.740Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:47:52.741Z - Time taken for 'total for creating and serializing project graph' 0.04966700077056885ms -[NX Daemon Server] - 2024-03-27T19:47:52.741Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:47:52.742Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:47:52.742Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:47:52.743Z - Time taken for 'total for creating and serializing project graph' 0.023916006088256836ms -[NX Daemon Server] - 2024-03-27T19:47:52.745Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:47:52.745Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T19:47:52.745Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:47:52.745Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:47:52.750Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:47:52.752Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:47:52.753Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:47:52.753Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:47:52.753Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:47:52.753Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T19:47:52.756Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:47:52.756Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:47:54.524Z - [WATCHER]: libs/designer-ui/tsconfig.json was modified -[NX Daemon Server] - 2024-03-27T19:47:54.524Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:47:54.635Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T19:47:54.635Z - [REQUEST]: libs/designer-ui/tsconfig.json -[NX Daemon Server] - 2024-03-27T19:47:54.635Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T19:47:54.664Z - Time taken for 'hash changed files from watcher' 9.844916000962257ms -[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:47:55.727Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:47:55.728Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:47:55.728Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:47:55.730Z - Time taken for 'total for creating and serializing project graph' 0.07833299040794373ms -[NX Daemon Server] - 2024-03-27T19:47:55.730Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:47:55.730Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:47:55.730Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:47:55.732Z - Time taken for 'total for creating and serializing project graph' 0.03141699731349945ms -[NX Daemon Server] - 2024-03-27T19:47:55.733Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:47:55.733Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:47:55.733Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:47:55.733Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T19:47:55.738Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:47:55.741Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:47:55.742Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:47:55.742Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T19:47:55.742Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:47:55.742Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T19:47:55.744Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:47:55.744Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:48:04.512Z - [WATCHER]: libs/designer-ui/tsup.config.bundled_rgfvmt1s88g.mjs was deleted -[NX Daemon Server] - 2024-03-27T19:48:04.512Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:48:04.615Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T19:48:04.615Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T19:48:04.615Z - [REQUEST]: libs/designer-ui/tsup.config.bundled_rgfvmt1s88g.mjs -[NX Daemon Server] - 2024-03-27T19:48:04.647Z - Time taken for 'hash changed files from watcher' 2.539250001311302ms -[NX Daemon Server] - 2024-03-27T19:48:04.693Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:48:05.374Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:48:06.377Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:48:06.378Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:48:06.378Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:48:06.379Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:48:06.379Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:48:06.381Z - Time taken for 'total for creating and serializing project graph' 0.06770899891853333ms -[NX Daemon Server] - 2024-03-27T19:48:06.381Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:48:06.381Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:48:06.382Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:48:06.382Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:48:06.384Z - Time taken for 'total for creating and serializing project graph' 0.03787499666213989ms -[NX Daemon Server] - 2024-03-27T19:48:06.384Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:48:06.385Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:48:06.385Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:48:06.385Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:48:06.385Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 6. -[NX Daemon Server] - 2024-03-27T19:48:06.390Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:48:06.393Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:48:06.394Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:48:06.394Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T19:48:06.394Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:48:06.394Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T19:48:06.397Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:48:06.397Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:48:14.996Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:48:15.999Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:48:16.000Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:48:16.000Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:48:16.002Z - Time taken for 'total for creating and serializing project graph' 0.04549999535083771ms -[NX Daemon Server] - 2024-03-27T19:48:16.002Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:48:16.002Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:48:16.002Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:48:16.004Z - Time taken for 'total for creating and serializing project graph' 0.03425000607967377ms -[NX Daemon Server] - 2024-03-27T19:48:16.005Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:48:16.005Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:48:16.005Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:48:16.005Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T19:48:16.010Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:48:16.012Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:48:16.013Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:48:16.013Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:48:16.013Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:48:16.013Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T19:48:16.016Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:48:16.016Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:49:10.633Z - [WATCHER]: libs/designer/tsconfig.json was deleted -[NX Daemon Server] - 2024-03-27T19:49:10.633Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:49:10.736Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T19:49:10.736Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T19:49:10.736Z - [REQUEST]: libs/designer/tsconfig.json -[NX Daemon Server] - 2024-03-27T19:49:10.760Z - Time taken for 'hash changed files from watcher' 1.3796660006046295ms -[NX Daemon Server] - 2024-03-27T19:49:11.821Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:49:11.824Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:49:11.824Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:49:11.824Z - Established a connection. Number of open connections: 4 -[NX Daemon Server] - 2024-03-27T19:49:11.824Z - Closed a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:49:11.825Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:49:11.825Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:49:11.827Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:49:11.827Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:49:11.828Z - Time taken for 'total for creating and serializing project graph' 0.033041998744010925ms -[NX Daemon Server] - 2024-03-27T19:49:11.828Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:49:11.829Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:49:11.829Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T19:49:11.829Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:49:11.829Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 2. -[NX Daemon Server] - 2024-03-27T19:49:11.833Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:11.835Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:11.835Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:11.835Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 0. -[NX Daemon Server] - 2024-03-27T19:49:11.836Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:11.836Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:49:11.838Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:49:11.838Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:49:11.865Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:49:11.865Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:49:11.865Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:49:11.866Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:49:11.866Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:49:11.867Z - Time taken for 'total for creating and serializing project graph' 0.05870799720287323ms -[NX Daemon Server] - 2024-03-27T19:49:11.871Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:49:11.871Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 5. -[NX Daemon Server] - 2024-03-27T19:49:11.875Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:11.876Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:11.876Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T19:49:11.879Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:49:14.811Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:49:14.812Z - [WATCHER]: 4 file(s) created or restored, 0 file(s) modified, 0 file(s) deleted -[NX Daemon Server] - 2024-03-27T19:49:14.917Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T19:49:14.917Z - [REQUEST]: libs/designer/tsup.config.ts,libs/designer/tsconfig.json,libs/designer/tsconfig.lib.json,libs/designer/package copy.json -[NX Daemon Server] - 2024-03-27T19:49:14.917Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T19:49:14.941Z - Time taken for 'hash changed files from watcher' 3.8863750100135803ms -[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:49:16.004Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:49:16.005Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:49:16.005Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:49:16.006Z - Time taken for 'total for creating and serializing project graph' 0.032416000962257385ms -[NX Daemon Server] - 2024-03-27T19:49:16.006Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:49:16.006Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:49:16.006Z - Established a connection. Number of open connections: 4 -[NX Daemon Server] - 2024-03-27T19:49:16.006Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:49:16.006Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:49:16.007Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:49:16.007Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:49:16.008Z - Time taken for 'total for creating and serializing project graph' 0.016791999340057373ms -[NX Daemon Server] - 2024-03-27T19:49:16.008Z - Closed a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:49:16.009Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:49:16.009Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T19:49:16.010Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:49:16.010Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T19:49:16.010Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:49:16.010Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:49:16.013Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:16.015Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:16.017Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 5. -[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 3. -[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:49:16.018Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 1. -[NX Daemon Server] - 2024-03-27T19:49:16.020Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:49:16.020Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:49:16.020Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:50:04.941Z - [WATCHER]: libs/designer/package.json was deleted -[NX Daemon Server] - 2024-03-27T19:50:04.941Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:50:05.044Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T19:50:05.044Z - [REQUEST]: -[NX Daemon Server] - 2024-03-27T19:50:05.044Z - [REQUEST]: libs/designer/package.json -[NX Daemon Server] - 2024-03-27T19:50:05.074Z - Time taken for 'hash changed files from watcher' 2.0557910054922104ms -[NX Daemon Server] - 2024-03-27T19:50:06.137Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:50:06.137Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:50:06.137Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:50:06.138Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:50:06.138Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:50:06.139Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:50:06.139Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:50:06.141Z - Time taken for 'total for creating and serializing project graph' 0.09387500584125519ms -[NX Daemon Server] - 2024-03-27T19:50:06.141Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:50:06.141Z - Established a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:50:06.141Z - Established a connection. Number of open connections: 4 -[NX Daemon Server] - 2024-03-27T19:50:06.142Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:50:06.142Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:50:06.144Z - Time taken for 'total for creating and serializing project graph' 0.04816600680351257ms -[NX Daemon Server] - 2024-03-27T19:50:06.145Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:50:06.145Z - [REQUEST]: Responding to the client. project-graph -[NX Daemon Server] - 2024-03-27T19:50:06.147Z - Time taken for 'total for creating and serializing project graph' 0.04641599953174591ms -[NX Daemon Server] - 2024-03-27T19:50:06.147Z - Closed a connection. Number of open connections: 3 -[NX Daemon Server] - 2024-03-27T19:50:06.148Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 10. -[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 7. -[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Done responding to the client project-graph -[NX Daemon Server] - 2024-03-27T19:50:06.149Z - Handled REQUEST_PROJECT_GRAPH. Handling time: 0. Response time: 4. -[NX Daemon Server] - 2024-03-27T19:50:06.154Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:50:06.157Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:50:06.160Z - [REQUEST]: Responding to the client. handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 7. -[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Handled REQUEST_FILE_DATA. Handling time: 2. Response time: 1. -[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Done responding to the client handleRequestFileData -[NX Daemon Server] - 2024-03-27T19:50:06.161Z - Handled REQUEST_FILE_DATA. Handling time: 1. Response time: 4. -[NX Daemon Server] - 2024-03-27T19:50:06.163Z - Closed a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:50:06.164Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:50:06.164Z - Closed a connection. Number of open connections: 0 -[NX Daemon Server] - 2024-03-27T19:50:10.114Z - [WATCHER]: 1 file(s) created or restored, 0 file(s) modified, 1 file(s) deleted -[NX Daemon Server] - 2024-03-27T19:50:10.114Z - [WATCHER]: Processing file changes in outputs -[NX Daemon Server] - 2024-03-27T19:50:10.218Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T19:50:10.218Z - [REQUEST]: libs/designer/package.json -[NX Daemon Server] - 2024-03-27T19:50:10.218Z - [REQUEST]: libs/designer/package copy.json -[NX Daemon Server] - 2024-03-27T19:50:10.227Z - Time taken for 'hash changed files from watcher' 2.11149999499321ms -[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Established a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Established a connection. Number of open connections: 2 -[NX Daemon Server] - 2024-03-27T19:50:11.116Z - Closed a connection. Number of open connections: 1 -[NX Daemon Server] - 2024-03-27T19:50:11.118Z - [REQUEST]: Client Request for Project Graph Received -[NX Daemon Server] - 2024-03-27T19:50:11.121Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph... -[NX Daemon Server] - 2024-03-27T19:50:11.121Z - [REQUEST]: libs/designer/package.json -[NX Daemon Server] - 2024-03-27T19:50:11.121Z - [REQUEST]: libs/designer/package copy.json -[NX Daemon Server] - 2024-03-27T19:50:11.132Z - [REQUEST]: Responding to the client with an error. Error when preparing serialized project graph. The following projects are defined in multiple locations: -- @microsoft/designer-ui: - - libs/designer - - libs/designer-ui - -To fix this, set a unique name for each project in a project.json inside the project's root. If the project does not currently have a project.json, you can create one that contains only a name. -Error: The following projects are defined in multiple locations: -- @microsoft/designer-ui: - - libs/designer - - libs/designer-ui - -To fix this, set a unique name for each project in a project.json inside the project's root. If the project does not currently have a project.json, you can create one that contains only a name. - at readProjectConfigurationsFromRootMap (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:254:15) - at /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/project-configuration-utils.js:209:26 - at process.processTicksAndRejections (node:internal/process/task_queues:95:5) - at async createProjectConfigurations (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/project-graph/utils/retrieve-workspace-files.js:89:62) - at async processFilesAndCreateAndSerializeProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:142:28) - at async getCachedSerializedProjectGraphPromise (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/project-graph-incremental-recomputation.js:43:16) - at async handleRequestProjectGraph (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/handle-request-project-graph.js:12:24) - at async handleResult (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:110:16) - at async handleMessage (/Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:81:9) - at async /Users/travisharris/code/LogicAppsUX/node_modules/.pnpm/nx@18.1.3/node_modules/nx/src/daemon/server/server.js:45:9 -[NX Daemon Server] - 2024-03-27T19:50:11.134Z - Done responding to the client null diff --git a/.nx/cache/d/disabled b/.nx/cache/d/disabled deleted file mode 100644 index f32a5804e29..00000000000 --- a/.nx/cache/d/disabled +++ /dev/null @@ -1 +0,0 @@ -true \ No newline at end of file diff --git a/.nx/cache/d/server-process.json b/.nx/cache/d/server-process.json deleted file mode 100644 index c3f65fb11c7..00000000000 --- a/.nx/cache/d/server-process.json +++ /dev/null @@ -1 +0,0 @@ -{"processId":62755} diff --git a/.nx/cache/file-map.json b/.nx/cache/file-map.json deleted file mode 100644 index 69c2faed1e4..00000000000 --- a/.nx/cache/file-map.json +++ /dev/null @@ -1,8321 +0,0 @@ -{ - "version": "6.0", - "nxVersion": "18.1.3", - "deps": { - "@faker-js/faker": "^8.4.1", - "@size-limit/preset-small-lib": "^11.1.2", - "@biomejs/biome": "1.6.3", - "@tanstack/config": "^0.6.0", - "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^14.2.2", - "@testing-library/react-hooks": "^8.0.1", - "@types/node": "^20.12.2", - "@types/react": "^18.2.73", - "@types/react-dom": "^18.2.23", - "child_process": "^1.0.2", - "esbuild-plugin-less": "^1.3.3", - "esbuild-plugin-svg": "^0.1.0", - "esbuild-plugin-svgr": "^2.1.0", - "husky": "^9.0.11", - "jsdom": "^24.0.0", - "lint-staged": "^15.2.2", - "rimraf": "^5.0.5", - "sherif": "^0.8.1", - "size-limit": "^11.1.2", - "tsup": "^8.0.2", - "typescript": "4.7.4", - "vitest": "^1.4.0" - }, - "pathMappings": {}, - "nxJsonPlugins": [], - "fileMap": { - "projectFileMap": { - "@microsoft/logic-apps-shared": [ - { - "file": "libs/logic-apps-shared/package.json", - "hash": "16492122863359719881", - "deps": [ - "npm:@apidevtools/swagger-parser", - "npm:@formatjs/intl", - "npm:axios", - "npm:react-intl", - "npm:react-query", - "npm:reactflow", - "npm:react", - "npm:react-dom" - ] - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", - "hash": "9380633527024969017" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", - "hash": "4041114759273409584" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", - "hash": "10744005867854668544" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", - "hash": "14062257101193816574" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", - "hash": "4954893213128657861" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", - "hash": "7641115249858288898" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", - "hash": "14155161053626149773" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", - "hash": "10972091389277624213" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", - "hash": "6570789037033524363" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", - "hash": "6476740600976986139" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", - "hash": "4669131476797349411" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", - "hash": "18322018366374797773" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", - "hash": "12152048241403700781" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", - "hash": "5149245040157794958" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", - "hash": "17264514741585944669" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", - "hash": "16981660441021349989" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", - "hash": "7841465441925735303" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", - "hash": "8805378272928779631" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", - "hash": "100886477017713472" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", - "hash": "12010754552584586238" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", - "hash": "2493896786957967735" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", - "hash": "4467584828026361594" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", - "hash": "15048548058211350550" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", - "hash": "16667370445776365408" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", - "hash": "2922519993752406611" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", - "hash": "2015298222781796439" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", - "hash": "12154580097533679529" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", - "hash": "990168561317107639" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", - "hash": "13798407810885346784" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", - "hash": "6637693727017499456" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", - "hash": "5415884704526136465" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", - "hash": "12944393287525757801" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", - "hash": "338894801370095333" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", - "hash": "4325353527285954074" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", - "hash": "14656750022224496512" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", - "hash": "8383854433493377485" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", - "hash": "14050868048024762041" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", - "hash": "3952535120512157063" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", - "hash": "10227457389794045251" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", - "hash": "2276513063347032356" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", - "hash": "17998935529655324249" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", - "hash": "15364460512758958557" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", - "hash": "16899240778924055950" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", - "hash": "9924011533457598450" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", - "hash": "7767572464887768924" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", - "hash": "7686527428866436332" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", - "hash": "11373234010056310761" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", - "hash": "7741997988177804309" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", - "hash": "11285262017602894102" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", - "hash": "7834292151783220118" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", - "hash": "2689272469215697040" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", - "hash": "16730245766611684683" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", - "hash": "6313037814450709645" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", - "hash": "5887391731984230327" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", - "hash": "2080206098440690027" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", - "hash": "2442692051774771508" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", - "hash": "13169164367036674094" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", - "hash": "16907995455120176947" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", - "hash": "1659823225545591900" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", - "hash": "15456387445440121864" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", - "hash": "12878592596309783536" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", - "hash": "557554024678459944" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", - "hash": "6860029958723176995" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", - "hash": "15296018982038336090" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", - "hash": "13842792331747765980" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", - "hash": "13815149232604649499" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", - "hash": "14032597586361412245" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", - "hash": "9974254812452410710" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", - "hash": "2510786344585772506" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", - "hash": "1258465346072222717" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", - "hash": "12947203279230431560" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", - "hash": "4700233691144783223" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", - "hash": "16210378855781819556" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", - "hash": "3328556540278019081" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", - "hash": "17421938317864385521" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", - "hash": "5426595174508182540" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", - "hash": "889254322578873619" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", - "hash": "14413093575682152883" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", - "hash": "15165385131541472136" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", - "hash": "6828262639021969187" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", - "hash": "16330222175525472241" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", - "hash": "12427938755401727885" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", - "hash": "3374555813812257809" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", - "hash": "14739455734775086197" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", - "hash": "1170392313973954221" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", - "hash": "8180427621259037034" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", - "hash": "15958942562504641676" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", - "hash": "7763682490519613414" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", - "hash": "4068662167400180993" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", - "hash": "4794954947494896316" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", - "hash": "11207042828717675065" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", - "hash": "10901639031013279890" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", - "hash": "16869109249828494594" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", - "hash": "4284022729214287627" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", - "hash": "5600174235635358338" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", - "hash": "8466132625137354797" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", - "hash": "1198608102687599866" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", - "hash": "8175155994288497941" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", - "hash": "4654647039340233519" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", - "hash": "11206711847389194503" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", - "hash": "9525586797130627166" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", - "hash": "7773406589009896884" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", - "hash": "2719090974226360478" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", - "hash": "16586240603433583151" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", - "hash": "6044024318958028975" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", - "hash": "4971198904351819104" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", - "hash": "2205405226598303423" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", - "hash": "7027990687631079853" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", - "hash": "4832609006995577677" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", - "hash": "11041788749094915589" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", - "hash": "744175669956000073" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", - "hash": "4570891349858327552" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", - "hash": "6957052954521419802" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", - "hash": "6895097639477963071" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", - "hash": "15484469170655437218" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", - "hash": "718221044385207717" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", - "hash": "14225692641617281655" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", - "hash": "11654435207820210379" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", - "hash": "11652280676139008640" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", - "hash": "3123356813475297727" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", - "hash": "760782622775556782" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", - "hash": "900472997630946196" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", - "hash": "14957662887872082161" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", - "hash": "1013983265834297086" - }, - { - "file": "libs/logic-apps-shared/src/index.ts", - "hash": "9717124156846303739" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", - "hash": "15651910132769346184" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", - "hash": "17552605341157493404" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", - "hash": "5035985613530326321" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", - "hash": "4475004010363601986" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", - "hash": "4095382995607203736" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", - "hash": "3788387248943361249" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", - "hash": "7108713252527138781" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", - "hash": "705786194542596636" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", - "hash": "14463024152359133709" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", - "hash": "7560213327654600681" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", - "hash": "16687663207402807017" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", - "hash": "6477546291513434590" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", - "hash": "9370844703510888737" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", - "hash": "7628537715920358813" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", - "hash": "8158361129347912029" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", - "hash": "6380830450896639043" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", - "hash": "10185664657106878859" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", - "hash": "5951640446541949066" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", - "hash": "9382357970073518488" - }, - { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", - "hash": "18017279529871760646" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", - "hash": "17627181196005757916" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", - "hash": "6040922602083171954" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", - "hash": "10055707279763634029" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", - "hash": "9089577798505505863" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", - "hash": "13562749690133433887" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", - "hash": "5663604703010066942" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", - "hash": "2534161988511516592" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", - "hash": "16419030944505832016" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", - "hash": "15612717865703687552" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", - "hash": "13474113712208318530" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", - "hash": "881578797815144323" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", - "hash": "11790935691899638544" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", - "hash": "8385944373056976852" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", - "hash": "4043313233263109351" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", - "hash": "11102785353391478346" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", - "hash": "171638812131418198" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", - "hash": "2327407329881982053" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", - "hash": "9629066330778884542" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", - "hash": "16717791144236642315" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", - "hash": "9536863172217279644" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", - "hash": "18142537813025869201" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", - "hash": "15387106749322046014" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/index.ts", - "hash": "5880101155327804229" - }, - { - "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", - "hash": "9493587879189422226" - }, - { - "file": "libs/logic-apps-shared/src/parsers/index.ts", - "hash": "14406165726550655762" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", - "hash": "14434625489663341100" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", - "hash": "431479051526850728" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", - "hash": "1447869553729602329" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", - "hash": "5729743152469113203" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", - "hash": "11639224397713257805" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", - "hash": "16375130740710703419" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", - "hash": "11953954476398047389" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", - "hash": "2210192340749619384" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", - "hash": "511658573327045626" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", - "hash": "12303487102566855915" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", - "hash": "11402826658491359232" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", - "hash": "6825951630416775947" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", - "hash": "2805940425132879908" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", - "hash": "8489667444524953557" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", - "hash": "14606573267340170277" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", - "hash": "14196059685546491397" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", - "hash": "14050169068191640430" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", - "hash": "10053227308471445195" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", - "hash": "11769122580063614459" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", - "hash": "745830827396299178" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", - "hash": "1027675781125994812" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", - "hash": "7986263690502094190" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", - "hash": "16722491980851361131" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", - "hash": "11863418691057542043" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", - "hash": "3814535965481203921" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", - "hash": "15552531164182029199" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", - "hash": "15707985138297454208" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", - "hash": "8203696318475998577" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", - "hash": "16965130050548374080" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", - "hash": "17677112185734595302" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", - "hash": "10421500773173129841" - }, - { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", - "hash": "6837630829095975444" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/index.ts", - "hash": "10410575831740573676" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", - "hash": "4727605297220290209" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", - "hash": "14486861888502652092" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", - "hash": "14917406684066904829" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", - "hash": "13784490208174778956" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", - "hash": "5485574054856489322" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", - "hash": "7212073480745607382" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", - "hash": "10702209958963271416" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", - "hash": "4266295413916081180" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", - "hash": "18218774632996040833" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", - "hash": "3921550207499097708" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", - "hash": "16323037561979992179" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", - "hash": "4346902897670598580" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", - "hash": "18306290794139362199" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", - "hash": "12827775712440356270" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", - "hash": "12780007669564837262" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", - "hash": "10649237237708086601" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", - "hash": "16265988629726370223" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", - "hash": "4342729621317785815" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", - "hash": "17931405780059128507" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", - "hash": "11275772986299991786" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", - "hash": "14172933526512144674" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", - "hash": "8097726720353189151" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", - "hash": "17424119200157481456" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", - "hash": "6316675658315917165" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", - "hash": "17285595875462734375" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", - "hash": "10787957479004558655" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", - "hash": "924391710566473857" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", - "hash": "18221863617102146813" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", - "hash": "4421237494227621410" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", - "hash": "12775712264492385024" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", - "hash": "13175286304358008848" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", - "hash": "15335411595834044598" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", - "hash": "13941170058709179863" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", - "hash": "5560781174328914491" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", - "hash": "13885780335314142211" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", - "hash": "14719921367101255082" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", - "hash": "14197989536257233793" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", - "hash": "79196203943799003" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", - "hash": "1773324083978265246" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", - "hash": "16462763711137735088" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", - "hash": "16779865992229698101" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", - "hash": "6133462328373533461" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", - "hash": "2681330121858908210" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", - "hash": "3670299451416716175" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", - "hash": "6771680877558200992" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", - "hash": "17593916544224071508" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", - "hash": "10533072781574562738" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", - "hash": "2572403417534260160" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", - "hash": "2078500890542782930" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", - "hash": "13095245056926067394" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", - "hash": "5866684311064342041" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", - "hash": "10053725396844537374" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", - "hash": "11901860371911382948" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", - "hash": "3827527429415846737" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", - "hash": "9814598968821475901" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", - "hash": "9515526602733602379" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", - "hash": "18237200074476379247" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", - "hash": "18138026162521915000" - }, - { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", - "hash": "5600260597734849270" - }, - { - "file": "libs/logic-apps-shared/tsconfig.json", - "hash": "5119560921033608397" - }, - { - "file": "libs/logic-apps-shared/tsconfig.lib.json", - "hash": "3876625484224042004" - }, - { - "file": "libs/logic-apps-shared/tsup.config.ts", - "hash": "5286132973577408611" - } - ], - "data-mapper-standalone": [ - { - "file": "apps/data-mapper-standalone/.babelrc", - "hash": "7338834004944326044" - }, - { - "file": "apps/data-mapper-standalone/.browserslistrc", - "hash": "2888533144288818662" - }, - { - "file": "apps/data-mapper-standalone/.eslintrc.json", - "hash": "10075191527724852300" - }, - { - "file": "apps/data-mapper-standalone/jest.config.ts", - "hash": "10715911984367194997" - }, - { - "file": "apps/data-mapper-standalone/project.json", - "hash": "9374513863842846490" - }, - { - "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", - "hash": "16726481549457764766" - }, - { - "file": "apps/data-mapper-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", - "hash": "14944117756580093119" - }, - { - "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", - "hash": "1284985494789010035" - }, - { - "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", - "hash": "372080794920849111" - }, - { - "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" - }, - { - "file": "apps/data-mapper-standalone/src/environments/environment.ts", - "hash": "11309522437153898482" - }, - { - "file": "apps/data-mapper-standalone/src/favicon.ico", - "hash": "9303420814833116677" - }, - { - "file": "apps/data-mapper-standalone/src/index.html", - "hash": "1875896067774755003" - }, - { - "file": "apps/data-mapper-standalone/src/main.tsx", - "hash": "10861951779782452086" - }, - { - "file": "apps/data-mapper-standalone/src/polyfills.ts", - "hash": "17041846422484582267" - }, - { - "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", - "hash": "16987547041249191518" - }, - { - "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", - "hash": "15187256273369871693" - }, - { - "file": "apps/data-mapper-standalone/src/state/Store.ts", - "hash": "7832192686281280578" - }, - { - "file": "apps/data-mapper-standalone/src/styles.less", - "hash": "11491636838694553899" - }, - { - "file": "apps/data-mapper-standalone/src/typings.d.ts", - "hash": "8667080681692980982" - }, - { - "file": "apps/data-mapper-standalone/tsconfig.app.json", - "hash": "9143020992508194197" - }, - { - "file": "apps/data-mapper-standalone/tsconfig.json", - "hash": "292688152284415530" - }, - { - "file": "apps/data-mapper-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "@microsoft/designer-ui": [ - { - "file": "libs/designer-ui/package.json", - "hash": "2157918880835177019", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:@fluentui/react", - "npm:react-intl", - "npm:@fluentui/react-components", - "npm:@lexical/react", - "npm:lexical", - "npm:@react-hookz/web", - "npm:fuse.js", - "npm:react-query", - "npm:reactflow", - "npm:react-dnd", - "npm:@fluentui/react-hooks", - "npm:react-markdown", - "npm:monaco-editor", - "npm:prism-react-renderer", - "npm:react-use", - "npm:@fluentui/react-icons", - "npm:@lexical/selection", - "npm:@lexical/utils", - "npm:@lexical/link", - "npm:@fluentui/theme", - "npm:@lexical/list", - "npm:@lexical/rich-text", - "npm:@lexical/html", - "npm:@monaco-editor/react", - "npm:react-infinite-scroll-component", - "npm:@fluentui/utilities", - "npm:react", - "npm:react-dom" - ] - }, - { - "file": "libs/designer-ui/src/assets/search/noResults.svg", - "hash": "4909511463165872592" - }, - { - "file": "libs/designer-ui/src/index.ts", - "hash": "14428353282588746736" - }, - { - "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", - "hash": "14434568979751658338" - }, - { - "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", - "hash": "14908105139639555615" - }, - { - "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", - "hash": "7211006209534532164" - }, - { - "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", - "hash": "11094301716023935000" - }, - { - "file": "libs/designer-ui/src/lib/about/about.less", - "hash": "11763256971442327180" - }, - { - "file": "libs/designer-ui/src/lib/about/index.tsx", - "hash": "1885249223741047225" - }, - { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", - "hash": "14884276543197931855" - }, - { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", - "hash": "119144818974442509" - }, - { - "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", - "hash": "2571402350210962658" - }, - { - "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", - "hash": "8994554438666876777" - }, - { - "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", - "hash": "5617830809914714226" - }, - { - "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", - "hash": "3045029944051572215" - }, - { - "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", - "hash": "15035395214520169992" - }, - { - "file": "libs/designer-ui/src/lib/apicards.less", - "hash": "13797202201533966679" - }, - { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", - "hash": "1159973821678804034" - }, - { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", - "hash": "15663177271477515098" - }, - { - "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", - "hash": "15257122625185925783" - }, - { - "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", - "hash": "3440648328094660448" - }, - { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", - "hash": "1035335925853359629" - }, - { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", - "hash": "15902940521963280423" - }, - { - "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", - "hash": "10301768307429232439" - }, - { - "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", - "hash": "13067628806797164554" - }, - { - "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", - "hash": "5940965594446421041" - }, - { - "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", - "hash": "6013139278499039153" - }, - { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", - "hash": "14344032625786759505" - }, - { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", - "hash": "12838314745302584802" - }, - { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", - "hash": "12431847260795348376" - }, - { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", - "hash": "11721662882789703309" - }, - { - "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", - "hash": "9710908466929509626" - }, - { - "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", - "hash": "11958567725113824782" - }, - { - "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", - "hash": "8161067183164594482" - }, - { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", - "hash": "12160223154281286587" - }, - { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", - "hash": "16430731582068929461" - }, - { - "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", - "hash": "15218856122571348271" - }, - { - "file": "libs/designer-ui/src/lib/authentication/authentication.less", - "hash": "13977853940860538752" - }, - { - "file": "libs/designer-ui/src/lib/authentication/index.tsx", - "hash": "12121725416726564057" - }, - { - "file": "libs/designer-ui/src/lib/authentication/util.ts", - "hash": "11605613898253709629" - }, - { - "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", - "hash": "4239997238176229679" - }, - { - "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", - "hash": "13992825478287594370" - }, - { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", - "hash": "4867411311567038161" - }, - { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", - "hash": "4547318522865203584" - }, - { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", - "hash": "14866563066427854785" - }, - { - "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", - "hash": "10879704914758677366" - }, - { - "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", - "hash": "17307763740338983688" - }, - { - "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", - "hash": "14241926419350930556" - }, - { - "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", - "hash": "5187864438896470501" - }, - { - "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", - "hash": "8302242870984866501" - }, - { - "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", - "hash": "12826695037894387883" - }, - { - "file": "libs/designer-ui/src/lib/card/batch.less", - "hash": "10575267785363995315" - }, - { - "file": "libs/designer-ui/src/lib/card/card.less", - "hash": "15282637473947824061" - }, - { - "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", - "hash": "6484623461460191253" - }, - { - "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", - "hash": "16034062062771286179" - }, - { - "file": "libs/designer-ui/src/lib/card/cardmonitor.less", - "hash": "4871384248042757553" - }, - { - "file": "libs/designer-ui/src/lib/card/cardv2.less", - "hash": "6593714482527657845" - }, - { - "file": "libs/designer-ui/src/lib/card/config/config.less", - "hash": "5613835801941506485" - }, - { - "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", - "hash": "8278918968245925125" - }, - { - "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", - "hash": "3759914967985226400" - }, - { - "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", - "hash": "14402384408736907567" - }, - { - "file": "libs/designer-ui/src/lib/card/function/function.less", - "hash": "15731313779614157076" - }, - { - "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", - "hash": "7734290807369071142" - }, - { - "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", - "hash": "13163728213584653339" - }, - { - "file": "libs/designer-ui/src/lib/card/hooks.ts", - "hash": "3280423690018226095" - }, - { - "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", - "hash": "13724223152608135682" - }, - { - "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", - "hash": "10199587974604360910" - }, - { - "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", - "hash": "1732185137555566396" - }, - { - "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", - "hash": "9622432927124771" - }, - { - "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", - "hash": "16379690233431545152" - }, - { - "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", - "hash": "18196248137118265647" - }, - { - "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", - "hash": "7362441868927286283" - }, - { - "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", - "hash": "14506568544666863824" - }, - { - "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", - "hash": "13676032398949697479" - }, - { - "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", - "hash": "12071288473248491154" - }, - { - "file": "libs/designer-ui/src/lib/card/images/collapse.svg", - "hash": "3724917790453240684" - }, - { - "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", - "hash": "7710484694921752567" - }, - { - "file": "libs/designer-ui/src/lib/card/images/delete.svg", - "hash": "15675230980148461553" - }, - { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" - }, - { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" - }, - { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", - "hash": "3682275420836100854" - }, - { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" - }, - { - "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", - "hash": "13253552947487643867" - }, - { - "file": "libs/designer-ui/src/lib/card/images/expand.svg", - "hash": "1365824124689290130" - }, - { - "file": "libs/designer-ui/src/lib/card/images/information.svg", - "hash": "2629543329230765405" - }, - { - "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", - "hash": "8036333629834072325" - }, - { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", - "hash": "4791285533034835653" - }, - { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", - "hash": "2827706739916533779" - }, - { - "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", - "hash": "2205398914635833301" - }, - { - "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", - "hash": "14020397064356319924" - }, - { - "file": "libs/designer-ui/src/lib/card/images/parameters.svg", - "hash": "5661870126399503537" - }, - { - "file": "libs/designer-ui/src/lib/card/images/plus.svg", - "hash": "11071985059296778590" - }, - { - "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", - "hash": "15762098724270837693" - }, - { - "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", - "hash": "14136830631826324888" - }, - { - "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", - "hash": "561849715759343409" - }, - { - "file": "libs/designer-ui/src/lib/card/index.tsx", - "hash": "13283832555519492964" - }, - { - "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", - "hash": "16011573732296811334" - }, - { - "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", - "hash": "13785447784192146498" - }, - { - "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", - "hash": "8715826541047287974" - }, - { - "file": "libs/designer-ui/src/lib/card/query/query.less", - "hash": "11595797360380764326" - }, - { - "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", - "hash": "14660261598576668135" - }, - { - "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", - "hash": "13526667775577606191" - }, - { - "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", - "hash": "5079305499650318742" - }, - { - "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", - "hash": "6661024250966707869" - }, - { - "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", - "hash": "5399921611201970010" - }, - { - "file": "libs/designer-ui/src/lib/card/types.ts", - "hash": "2035207173265258244" - }, - { - "file": "libs/designer-ui/src/lib/card/utils.ts", - "hash": "3779033005510076581" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", - "hash": "10318132727028056408" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", - "hash": "17281609971834388003" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", - "hash": "14718424728750458630" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", - "hash": "278286692645171379" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", - "hash": "10765956740228704595" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", - "hash": "2404121659635757544" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", - "hash": "6405085190209280425" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", - "hash": "9946485231683147120" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", - "hash": "1833570921333464272" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", - "hash": "17028620127527218534" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", - "hash": "7899578072090309552" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", - "hash": "17829515265716695263" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", - "hash": "5169733349440851429" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", - "hash": "10302797527483302249" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", - "hash": "13795366944427306018" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", - "hash": "12415165516808188305" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", - "hash": "96877705819455053" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", - "hash": "4069273522099387001" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", - "hash": "12978837117575037085" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", - "hash": "8663050766979969020" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", - "hash": "15417662538862126703" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/constants.ts", - "hash": "14764507907521508128" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", - "hash": "4609791305957523089" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", - "hash": "5685043772510116791" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", - "hash": "1667833042679839191" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", - "hash": "13854507772202693145" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", - "hash": "17373142789703576555" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", - "hash": "1013409430604737232" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", - "hash": "661752008716122787" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", - "hash": "6716426185680659027" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", - "hash": "7382581463363358893" - }, - { - "file": "libs/designer-ui/src/lib/chatbot/index.tsx", - "hash": "381454499199907675" - }, - { - "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", - "hash": "16238688331967189110" - }, - { - "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", - "hash": "14580093519349138483" - }, - { - "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", - "hash": "8902335799853458705" - }, - { - "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", - "hash": "5171683084974637831" - }, - { - "file": "libs/designer-ui/src/lib/checkbox/index.tsx", - "hash": "8389410843229075694" - }, - { - "file": "libs/designer-ui/src/lib/code/codeeditor.less", - "hash": "11024599462256253403" - }, - { - "file": "libs/designer-ui/src/lib/code/index.tsx", - "hash": "13872385794669469789" - }, - { - "file": "libs/designer-ui/src/lib/code/util.ts", - "hash": "445144902435184601" - }, - { - "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", - "hash": "9564984331172164947" - }, - { - "file": "libs/designer-ui/src/lib/colorizer/index.tsx", - "hash": "18329556158591594852" - }, - { - "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", - "hash": "11926254562850019268" - }, - { - "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", - "hash": "15494829096109972414" - }, - { - "file": "libs/designer-ui/src/lib/combobox/combobox.less", - "hash": "13345514601840043410" - }, - { - "file": "libs/designer-ui/src/lib/combobox/index.tsx", - "hash": "16544338680339035094" - }, - { - "file": "libs/designer-ui/src/lib/common.less", - "hash": "5857225994291839803" - }, - { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", - "hash": "9169908592251197410" - }, - { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", - "hash": "3046898503439319454" - }, - { - "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", - "hash": "5804642269610790205" - }, - { - "file": "libs/designer-ui/src/lib/connectioncontainer.less", - "hash": "4274580875391808041" - }, - { - "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", - "hash": "6660835975053117480" - }, - { - "file": "libs/designer-ui/src/lib/connectors/index.ts", - "hash": "3193834300323525825" - }, - { - "file": "libs/designer-ui/src/lib/connectors/predicates.ts", - "hash": "16570364538734730436" - }, - { - "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", - "hash": "15085878266015615396" - }, - { - "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", - "hash": "18197468828345311134" - }, - { - "file": "libs/designer-ui/src/lib/constants.ts", - "hash": "7895778521881895365" - }, - { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", - "hash": "11286495138927849850" - }, - { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", - "hash": "15724424530173695319" - }, - { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", - "hash": "11309293700573786127" - }, - { - "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", - "hash": "10706937930238891864" - }, - { - "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", - "hash": "13514247859608890614" - }, - { - "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", - "hash": "11369730379345400687" - }, - { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", - "hash": "8973634346517739741" - }, - { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", - "hash": "7464088425034992851" - }, - { - "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", - "hash": "5315460135369521554" - }, - { - "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", - "hash": "5281867526814354008" - }, - { - "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", - "hash": "3200362158239488916" - }, - { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", - "hash": "3546074923186807401" - }, - { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", - "hash": "1273753497022949897" - }, - { - "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", - "hash": "13306096207015769369" - }, - { - "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", - "hash": "11411020585614827947" - }, - { - "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", - "hash": "7281959028831627631" - }, - { - "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", - "hash": "8304019736247074220" - }, - { - "file": "libs/designer-ui/src/lib/dialogs/index.tsx", - "hash": "16665862280750290310" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", - "hash": "13710269573446005500" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", - "hash": "4819881443041728639" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", - "hash": "11966365107479255632" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", - "hash": "10228393789800803683" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/index.tsx", - "hash": "18370968398463171770" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", - "hash": "6335056025812075242" - }, - { - "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", - "hash": "15817139601189018466" - }, - { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", - "hash": "6797310623515797047" - }, - { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", - "hash": "8297998959357972135" - }, - { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", - "hash": "5071015496602458535" - }, - { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", - "hash": "9938088707494835854" - }, - { - "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", - "hash": "189492023300231559" - }, - { - "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", - "hash": "10317518561976442215" - }, - { - "file": "libs/designer-ui/src/lib/dropdown/index.tsx", - "hash": "1612483364785584630" - }, - { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", - "hash": "7434182615261632600" - }, - { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", - "hash": "9501607464876161573" - }, - { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", - "hash": "12128734607645409156" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", - "hash": "17684652277786261310" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/editor.less", - "hash": "12866109678262424869" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/index.tsx", - "hash": "14166645835120534265" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", - "hash": "7693847861135382627" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", - "hash": "4541191440119529419" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", - "hash": "999476750027091176" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", - "hash": "17890662429827982084" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", - "hash": "13945640916550609803" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", - "hash": "5927512080490513475" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", - "hash": "7428379870511488815" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", - "hash": "16501257364338436774" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", - "hash": "7159772630000027135" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", - "hash": "826227630247342849" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", - "hash": "10708434969004690012" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", - "hash": "2147313770352251950" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", - "hash": "13449398835402371871" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", - "hash": "744582158043496767" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", - "hash": "2804235267765397597" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", - "hash": "1396622124801278751" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", - "hash": "10805420593120911666" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", - "hash": "9379670679296092620" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", - "hash": "15576049973494503143" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", - "hash": "13926370169738082009" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", - "hash": "5581606338787978728" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", - "hash": "8192890641204198515" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", - "hash": "12118490130152815053" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", - "hash": "2463583388686525568" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", - "hash": "11358342835079118658" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", - "hash": "6646959457516159519" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", - "hash": "14686112532473519777" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", - "hash": "9281471718380757374" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", - "hash": "1534107538736673298" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", - "hash": "12829686526507324272" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", - "hash": "8810971222002859696" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", - "hash": "17758309304074598462" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", - "hash": "2856148563059087619" - }, - { - "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", - "hash": "8005004771604368381" - }, - { - "file": "libs/designer-ui/src/lib/editor/index.ts", - "hash": "10519293280335263474" - }, - { - "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", - "hash": "5153936568516294781" - }, - { - "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", - "hash": "16814638361287986075" - }, - { - "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", - "hash": "5064580720179297796" - }, - { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", - "hash": "12121974177438633709" - }, - { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", - "hash": "17176576509706398941" - }, - { - "file": "libs/designer-ui/src/lib/editor/shared/index.ts", - "hash": "14207176860322026590" - }, - { - "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", - "hash": "8024413390298642678" - }, - { - "file": "libs/designer-ui/src/lib/editor/string/index.tsx", - "hash": "7639585167181465561" - }, - { - "file": "libs/designer-ui/src/lib/error.less", - "hash": "3373390242925169530" - }, - { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", - "hash": "9624981949339319323" - }, - { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", - "hash": "10370400888889586543" - }, - { - "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", - "hash": "17617719147470187537" - }, - { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", - "hash": "4277915310721666119" - }, - { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", - "hash": "18032552394640042637" - }, - { - "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", - "hash": "13003257438294379371" - }, - { - "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", - "hash": "1819426727053970521" - }, - { - "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", - "hash": "3938398385346396861" - }, - { - "file": "libs/designer-ui/src/lib/eventhandler.ts", - "hash": "9886405224726247393" - }, - { - "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", - "hash": "6690363619180504744" - }, - { - "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", - "hash": "17626371448885479665" - }, - { - "file": "libs/designer-ui/src/lib/fabric.less", - "hash": "7324803988841128995" - }, - { - "file": "libs/designer-ui/src/lib/fabric.ts", - "hash": "14933180766639065818" - }, - { - "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", - "hash": "17392366590677974305" - }, - { - "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", - "hash": "4041121768159149616" - }, - { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", - "hash": "941920347758561377" - }, - { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", - "hash": "4326546944393916235" - }, - { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", - "hash": "10540908164326165093" - }, - { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", - "hash": "11473128131775540065" - }, - { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", - "hash": "14543616680076626699" - }, - { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", - "hash": "4326737180955321997" - }, - { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", - "hash": "17137134300501690521" - }, - { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", - "hash": "13351151318103125008" - }, - { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", - "hash": "8736472121872865078" - }, - { - "file": "libs/designer-ui/src/lib/flyout/flyout.less", - "hash": "4656963404569200854" - }, - { - "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", - "hash": "8017317867674531104" - }, - { - "file": "libs/designer-ui/src/lib/flyout/index.tsx", - "hash": "1260847504997562152" - }, - { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", - "hash": "11532610769239171275" - }, - { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", - "hash": "6670084940779114703" - }, - { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", - "hash": "9241936514538992768" - }, - { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", - "hash": "4932261342436465773" - }, - { - "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", - "hash": "8173849641804162665" - }, - { - "file": "libs/designer-ui/src/lib/flyout2/index.tsx", - "hash": "3411562267958358391" - }, - { - "file": "libs/designer-ui/src/lib/flyout2/types.ts", - "hash": "8979356059828005344" - }, - { - "file": "libs/designer-ui/src/lib/helper.ts", - "hash": "5189186251086759243" - }, - { - "file": "libs/designer-ui/src/lib/html/htmleditor.less", - "hash": "17205576638309460013" - }, - { - "file": "libs/designer-ui/src/lib/html/index.tsx", - "hash": "3044561647356072724" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", - "hash": "8095200699080002708" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", - "hash": "9856168573309225800" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", - "hash": "3522657421512189575" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", - "hash": "6822239360363505310" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", - "hash": "5514822623923500815" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", - "hash": "7136035197919586744" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", - "hash": "14372803173867136152" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", - "hash": "2194368813692256604" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", - "hash": "776689613520795095" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", - "hash": "6781567092509984620" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", - "hash": "7593112338545138083" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", - "hash": "2086008163121647920" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", - "hash": "6781567092509984620" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", - "hash": "214561553827607598" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", - "hash": "334782051825482473" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", - "hash": "4585057281924668716" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", - "hash": "11495204600890515354" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", - "hash": "10663192197845770854" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", - "hash": "12534895890895115814" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", - "hash": "12594388779590684473" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", - "hash": "17603065135284266651" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", - "hash": "17330625502641164904" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", - "hash": "18048853400467862337" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", - "hash": "8167873247401494691" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", - "hash": "2078509837722520921" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", - "hash": "13255948299069352972" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", - "hash": "9368588845243372286" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", - "hash": "17332273936381855071" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", - "hash": "3274982305516698081" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", - "hash": "9368588845243372286" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", - "hash": "16690852428978853331" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", - "hash": "10813322944291888667" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", - "hash": "11230861677546471079" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", - "hash": "6747273522689120609" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", - "hash": "1474595322273650579" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", - "hash": "17970557104113324526" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", - "hash": "18208757820714239690" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", - "hash": "6124589755320637077" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", - "hash": "12407779132103186555" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", - "hash": "1920943312027348431" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", - "hash": "44898852948275301" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", - "hash": "1073425639168601706" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", - "hash": "647227830974271854" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", - "hash": "6631214352319600313" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", - "hash": "84510633589929201" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", - "hash": "1593572000493596394" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", - "hash": "15935181764252854583" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", - "hash": "16309623552410081075" - }, - { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", - "hash": "10046516850053247370" - }, - { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", - "hash": "13297355801995093412" - }, - { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", - "hash": "17542746478583457633" - }, - { - "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", - "hash": "14476603392221631274" - }, - { - "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", - "hash": "279548543693964971" - }, - { - "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", - "hash": "6589400180024017937" - }, - { - "file": "libs/designer-ui/src/lib/index.ts", - "hash": "1537154823661936001" - }, - { - "file": "libs/designer-ui/src/lib/infoDot/index.tsx", - "hash": "889059819977718434" - }, - { - "file": "libs/designer-ui/src/lib/infoDot/info.svg", - "hash": "8036333629834072325" - }, - { - "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", - "hash": "2930019025243925433" - }, - { - "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", - "hash": "10169695948451834948" - }, - { - "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", - "hash": "6801643171255754457" - }, - { - "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", - "hash": "5612500499332085961" - }, - { - "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", - "hash": "5761604846243713933" - }, - { - "file": "libs/designer-ui/src/lib/label/index.tsx", - "hash": "12007290011607531294" - }, - { - "file": "libs/designer-ui/src/lib/label/label.less", - "hash": "17687715295723073360" - }, - { - "file": "libs/designer-ui/src/lib/logicapps.less", - "hash": "8806087804226244251" - }, - { - "file": "libs/designer-ui/src/lib/mixins.less", - "hash": "230394439281864371" - }, - { - "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", - "hash": "10772217042952857206" - }, - { - "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", - "hash": "10027427216166238825" - }, - { - "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", - "hash": "12219677476669776727" - }, - { - "file": "libs/designer-ui/src/lib/modals/index.tsx", - "hash": "15575472481408686620" - }, - { - "file": "libs/designer-ui/src/lib/modals/styles.less", - "hash": "6136638654378217309" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", - "hash": "12736532418364604826" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", - "hash": "2313100514544127441" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/index.tsx", - "hash": "12211943605206865211" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", - "hash": "4246492693390330142" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", - "hash": "419486314382071026" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", - "hash": "10734404772668886632" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", - "hash": "9977003285799703780" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", - "hash": "18421766469300972505" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", - "hash": "6054757260707558854" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", - "hash": "6643666802199480477" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", - "hash": "17231865355086385495" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", - "hash": "3417626771857836063" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", - "hash": "675221209884803516" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", - "hash": "551002707008561532" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", - "hash": "1930433637852205854" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", - "hash": "10690577969096041995" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", - "hash": "12342263735573181103" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", - "hash": "9275841064112612057" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", - "hash": "17586715276385690633" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", - "hash": "8262084751494625621" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", - "hash": "8411593742412961835" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", - "hash": "13580200872576368725" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", - "hash": "4980405611307436406" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", - "hash": "14991302223393123721" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", - "hash": "7600255706253655942" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", - "hash": "11732121204991821272" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", - "hash": "15288351325626444660" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", - "hash": "10223585420368930613" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", - "hash": "504707717112540246" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", - "hash": "14110306780643171751" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", - "hash": "6270089317186652326" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", - "hash": "4141451220579211469" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", - "hash": "7852553993702366824" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", - "hash": "193615469479801715" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", - "hash": "15042873896617763231" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/utils.ts", - "hash": "9811433099781057729" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", - "hash": "13057778445119292637" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", - "hash": "52763648028511711" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", - "hash": "16381991897841589409" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", - "hash": "12682441240875703524" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", - "hash": "6306384484732365176" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", - "hash": "18165893973256629169" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", - "hash": "12118327048907571655" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", - "hash": "4887862900344122017" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", - "hash": "10393528748572104925" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", - "hash": "12615346189074989274" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", - "hash": "2655487222859584186" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", - "hash": "3814871834163389192" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", - "hash": "7220757242219833664" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", - "hash": "10690413901210541672" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", - "hash": "5533580780908687247" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", - "hash": "12630218434281282082" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", - "hash": "13316433634332619599" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", - "hash": "839928699017032378" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", - "hash": "11716606859887286627" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", - "hash": "5872083708451966019" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", - "hash": "15717505785974351161" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", - "hash": "12638713730095398889" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", - "hash": "13532955381020329840" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", - "hash": "9121170686559313064" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", - "hash": "13705639801361244797" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", - "hash": "293816288209646038" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", - "hash": "13516731456304339134" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", - "hash": "2820497291641580399" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", - "hash": "17782873682755923460" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", - "hash": "11078711819505237055" - }, - { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", - "hash": "4715217018796897924" - }, - { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", - "hash": "16386421992685205061" - }, - { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", - "hash": "520098891633782607" - }, - { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", - "hash": "16689468766866111496" - }, - { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", - "hash": "9157709462736836045" - }, - { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", - "hash": "8641869722527850309" - }, - { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", - "hash": "6361707078583596524" - }, - { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", - "hash": "16098260837036091861" - }, - { - "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", - "hash": "4155946816780797736" - }, - { - "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", - "hash": "10828769169907430728" - }, - { - "file": "libs/designer-ui/src/lib/overview/index.tsx", - "hash": "5264729179643401284" - }, - { - "file": "libs/designer-ui/src/lib/overview/overview.less", - "hash": "5333086232166652616" - }, - { - "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", - "hash": "15827135014312739532" - }, - { - "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", - "hash": "7234411692432418034" - }, - { - "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", - "hash": "8550481728428631124" - }, - { - "file": "libs/designer-ui/src/lib/overview/types.ts", - "hash": "2126579598831689948" - }, - { - "file": "libs/designer-ui/src/lib/overview/utils.ts", - "hash": "8577445182783549528" - }, - { - "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", - "hash": "15075441629819938492" - }, - { - "file": "libs/designer-ui/src/lib/pager/index.tsx", - "hash": "3778857838129502652" - }, - { - "file": "libs/designer-ui/src/lib/pager/pager.less", - "hash": "8091612682225053333" - }, - { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", - "hash": "8696799417392234965" - }, - { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", - "hash": "7002691248815830631" - }, - { - "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", - "hash": "4993809863192411632" - }, - { - "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", - "hash": "2205853508975138528" - }, - { - "file": "libs/designer-ui/src/lib/panel/panel.less", - "hash": "17158687547008918287" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", - "hash": "18002211042063796542" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", - "hash": "4181156361129071511" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", - "hash": "3211112189585202759" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", - "hash": "18309244507736451743" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", - "hash": "9351907373212021698" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", - "hash": "17322124435554399120" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", - "hash": "11087265144024677369" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", - "hash": "17348543329160266229" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", - "hash": "5368141520701630173" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", - "hash": "2554387369677849010" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", - "hash": "12446852403660781374" - }, - { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", - "hash": "13683402321157268579" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", - "hash": "17186600491422881894" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", - "hash": "13482017317742840376" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", - "hash": "10499254465139828638" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", - "hash": "15977038685148705278" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", - "hash": "13240583012789543499" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", - "hash": "690447729622451295" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", - "hash": "5057205077790208047" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", - "hash": "17527213518426963207" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", - "hash": "13212319030288067682" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", - "hash": "13492392163692871110" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", - "hash": "7178836305205375565" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", - "hash": "4493083848763349259" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", - "hash": "14018113873034060104" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", - "hash": "4464919068484355896" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", - "hash": "5167621470308849386" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", - "hash": "2648744375249591554" - }, - { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", - "hash": "2796091543049835331" - }, - { - "file": "libs/designer-ui/src/lib/peek/index.tsx", - "hash": "8312352776443040701" - }, - { - "file": "libs/designer-ui/src/lib/peek/peek.less", - "hash": "5179023226310307934" - }, - { - "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", - "hash": "16844240727319705526" - }, - { - "file": "libs/designer-ui/src/lib/picker/picker.less", - "hash": "14035428915541759770" - }, - { - "file": "libs/designer-ui/src/lib/picker/picker.tsx", - "hash": "9936757088538147447" - }, - { - "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", - "hash": "10073830036453461709" - }, - { - "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", - "hash": "6780675836712554604" - }, - { - "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", - "hash": "17251306642395290061" - }, - { - "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", - "hash": "8423998804948554753" - }, - { - "file": "libs/designer-ui/src/lib/processsimple.less", - "hash": "10920513620307106503" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", - "hash": "2093105941834037814" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", - "hash": "533998977012114795" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", - "hash": "12595615463356570094" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", - "hash": "3970203593564315605" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", - "hash": "7958784090531085705" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", - "hash": "12549674998744926866" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", - "hash": "536082630199019015" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", - "hash": "1746916797204687586" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", - "hash": "6934817803500771674" - }, - { - "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", - "hash": "6560147387456010691" - }, - { - "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", - "hash": "9744197607426609588" - }, - { - "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", - "hash": "7905571557546338691" - }, - { - "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", - "hash": "2346030931533446" - }, - { - "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", - "hash": "15355178706122799377" - }, - { - "file": "libs/designer-ui/src/lib/recurrence/index.tsx", - "hash": "15658040158328195249" - }, - { - "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", - "hash": "9987048972348029337" - }, - { - "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", - "hash": "14357271788475922496" - }, - { - "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", - "hash": "1463391895963564865" - }, - { - "file": "libs/designer-ui/src/lib/recurrence/util.ts", - "hash": "5064300869787261034" - }, - { - "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", - "hash": "16105098843942226016" - }, - { - "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", - "hash": "6689323961188588931" - }, - { - "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", - "hash": "18016790998101229210" - }, - { - "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", - "hash": "16700098916563767128" - }, - { - "file": "libs/designer-ui/src/lib/scratch/index.tsx", - "hash": "10742308626860605931" - }, - { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", - "hash": "2888072881217849228" - }, - { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", - "hash": "4384425775058724694" - }, - { - "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", - "hash": "17807730621184061128" - }, - { - "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", - "hash": "7511337114295773791" - }, - { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", - "hash": "15943000290012850686" - }, - { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", - "hash": "11484685343060067972" - }, - { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", - "hash": "1950426186543700291" - }, - { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", - "hash": "17958922138731454722" - }, - { - "file": "libs/designer-ui/src/lib/searchbox/index.tsx", - "hash": "10324532526263750215" - }, - { - "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", - "hash": "17070394820412328482" - }, - { - "file": "libs/designer-ui/src/lib/selector/listitem.less", - "hash": "4259083201646627631" - }, - { - "file": "libs/designer-ui/src/lib/selector2/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "libs/designer-ui/src/lib/settings/settings.less", - "hash": "7126061513937455008" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", - "hash": "4435894471555644765" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", - "hash": "16334138655442976813" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", - "hash": "13967530428359610578" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", - "hash": "13906076876696414898" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", - "hash": "7252480758377295120" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", - "hash": "9727213561321302269" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", - "hash": "1550185295477111260" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", - "hash": "7979415308541757689" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", - "hash": "13272267492640030363" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", - "hash": "8808450834888764903" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", - "hash": "12543103287299199853" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", - "hash": "17463220408421567143" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", - "hash": "3246483662127076599" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", - "hash": "12885467287687881288" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", - "hash": "13308565209626155736" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", - "hash": "5702994757097410519" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", - "hash": "16946969717896928335" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", - "hash": "14406499374913114463" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", - "hash": "17178816657242950538" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", - "hash": "11611641119049594003" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", - "hash": "8097128120211761290" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", - "hash": "8962813326873104095" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", - "hash": "15775613625342372171" - }, - { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", - "hash": "5924987678681729471" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", - "hash": "3047054082572998633" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/index.tsx", - "hash": "14697580575318712867" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", - "hash": "15007279530654847359" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", - "hash": "9183635823764128986" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", - "hash": "13444849356722872452" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", - "hash": "1081889382541114074" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", - "hash": "15959079908627953579" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", - "hash": "12804331889147193576" - }, - { - "file": "libs/designer-ui/src/lib/staticResult/util.ts", - "hash": "12130759100693724298" - }, - { - "file": "libs/designer-ui/src/lib/styles.less", - "hash": "166034430368033810" - }, - { - "file": "libs/designer-ui/src/lib/table/index.tsx", - "hash": "5811805714285822695" - }, - { - "file": "libs/designer-ui/src/lib/table/table.less", - "hash": "17717078328201216873" - }, - { - "file": "libs/designer-ui/src/lib/telemetry/models.ts", - "hash": "2036428094618159795" - }, - { - "file": "libs/designer-ui/src/lib/templates.less", - "hash": "13509739952002525059" - }, - { - "file": "libs/designer-ui/src/lib/texteditor.less", - "hash": "9518583984914224308" - }, - { - "file": "libs/designer-ui/src/lib/themes.less", - "hash": "8746124453530709086" - }, - { - "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", - "hash": "7884539885490036668" - }, - { - "file": "libs/designer-ui/src/lib/tip/index.tsx", - "hash": "6456445400280403348" - }, - { - "file": "libs/designer-ui/src/lib/tip/tip.less", - "hash": "864974949945444768" - }, - { - "file": "libs/designer-ui/src/lib/token/icon/icon.svg", - "hash": "17674597592259549335" - }, - { - "file": "libs/designer-ui/src/lib/token/inputToken.tsx", - "hash": "16200897783977841405" - }, - { - "file": "libs/designer-ui/src/lib/token/token.less", - "hash": "8916224308481562001" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", - "hash": "4123262090212438691" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", - "hash": "2853414685478189039" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", - "hash": "11435576967881324524" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", - "hash": "1611864088104161888" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", - "hash": "10333796685632066015" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", - "hash": "8960542853919965430" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", - "hash": "2081176783700482104" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", - "hash": "6713034013296412901" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", - "hash": "1216342025486624717" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", - "hash": "12969480948206225977" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", - "hash": "10681588127073554750" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", - "hash": "17971317652324407497" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", - "hash": "8310355415777998215" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", - "hash": "4581006209134707097" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", - "hash": "5406357786683741015" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", - "hash": "4270550485948598125" - }, - { - "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", - "hash": "2892626327870650960" - }, - { - "file": "libs/designer-ui/src/lib/useId.ts", - "hash": "12772098688257676898" - }, - { - "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", - "hash": "3615471043450668363" - }, - { - "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", - "hash": "13167808388628079038" - }, - { - "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", - "hash": "3721402899614210136" - }, - { - "file": "libs/designer-ui/src/lib/utils/index.ts", - "hash": "2393341790798255513" - }, - { - "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", - "hash": "1113426561916620063" - }, - { - "file": "libs/designer-ui/src/lib/utils/theme.ts", - "hash": "5123506134529499400" - }, - { - "file": "libs/designer-ui/src/lib/utils/utils.ts", - "hash": "11266933742857457165" - }, - { - "file": "libs/designer-ui/src/lib/variables.less", - "hash": "13854268804298288286" - }, - { - "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", - "hash": "12608385326651885729" - }, - { - "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", - "hash": "8659213389376079589" - }, - { - "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", - "hash": "12870960388256787222" - }, - { - "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", - "hash": "18283668117763704654" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", - "hash": "6594421216686966274" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", - "hash": "10300510257878123869" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", - "hash": "4189180858033397576" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", - "hash": "1535516984838576699" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", - "hash": "419696829996521827" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", - "hash": "5733233591777311890" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", - "hash": "9695333510577571586" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", - "hash": "16499630402068817431" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", - "hash": "13510225378436737087" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", - "hash": "7924411380748216609" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", - "hash": "3392910215509758091" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", - "hash": "7629577700357058279" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", - "hash": "11485840583766971677" - }, - { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", - "hash": "9051361537676115669" - }, - { - "file": "libs/designer-ui/src/styles.less", - "hash": "29584031777522955" - }, - { - "file": "libs/designer-ui/src/types/Svg.d.ts", - "hash": "16119276421185882375" - }, - { - "file": "libs/designer-ui/tsconfig.json", - "hash": "2991600590297984719" - }, - { - "file": "libs/designer-ui/tsconfig.lib.json", - "hash": "3876625484224042004" - }, - { - "file": "libs/designer-ui/tsup.config.ts", - "hash": "5034656414761252557" - } - ], - "@microsoft/vscode-extension-logic-apps": [ - { - "file": "libs/vscode-extension/package.json", - "hash": "15998724868521866521", - "deps": [ - "npm:@microsoft/vscode-azext-azureappservice", - "npm:@microsoft/vscode-azext-utils", - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:react-query", - "npm:axios", - "npm:@apidevtools/swagger-parser", - "npm:reactflow", - "npm:tslib" - ] - }, - { - "file": "libs/vscode-extension/src/assets/architecture.png", - "hash": "26421078174694397" - }, - { - "file": "libs/vscode-extension/src/index.ts", - "hash": "13894618422633116150" - }, - { - "file": "libs/vscode-extension/src/lib/helpers/authorization.ts", - "hash": "13120906341305634586" - }, - { - "file": "libs/vscode-extension/src/lib/helpers/index.ts", - "hash": "10780152196575928830" - }, - { - "file": "libs/vscode-extension/src/lib/models/artifact.ts", - "hash": "7146957473126889114" - }, - { - "file": "libs/vscode-extension/src/lib/models/bundleFeed.ts", - "hash": "6154477977645149666" - }, - { - "file": "libs/vscode-extension/src/lib/models/cliFeed.ts", - "hash": "5895652225166913174" - }, - { - "file": "libs/vscode-extension/src/lib/models/connection.ts", - "hash": "8902288875218630610" - }, - { - "file": "libs/vscode-extension/src/lib/models/context.ts", - "hash": "289535333068392984" - }, - { - "file": "libs/vscode-extension/src/lib/models/dataMapper.ts", - "hash": "10232207379279475729" - }, - { - "file": "libs/vscode-extension/src/lib/models/extensioncommand.ts", - "hash": "8661551841000564066" - }, - { - "file": "libs/vscode-extension/src/lib/models/functions.ts", - "hash": "8921509321344504417" - }, - { - "file": "libs/vscode-extension/src/lib/models/host.ts", - "hash": "4946881646528119602" - }, - { - "file": "libs/vscode-extension/src/lib/models/index.ts", - "hash": "8629351622118864800" - }, - { - "file": "libs/vscode-extension/src/lib/models/language.ts", - "hash": "12998506532698409684" - }, - { - "file": "libs/vscode-extension/src/lib/models/launch.ts", - "hash": "3299137502222266496" - }, - { - "file": "libs/vscode-extension/src/lib/models/parameter.ts", - "hash": "2466587591546831647" - }, - { - "file": "libs/vscode-extension/src/lib/models/process.ts", - "hash": "12858203324101334851" - }, - { - "file": "libs/vscode-extension/src/lib/models/project.ts", - "hash": "12064643844535713228" - }, - { - "file": "libs/vscode-extension/src/lib/models/tasks.ts", - "hash": "15455125440905214634" - }, - { - "file": "libs/vscode-extension/src/lib/models/templates/IBindingTemplate.ts", - "hash": "11529840343560446484" - }, - { - "file": "libs/vscode-extension/src/lib/models/templates/IWorkflowTemplate.ts", - "hash": "10730630576740403610" - }, - { - "file": "libs/vscode-extension/src/lib/models/templates/index.ts", - "hash": "15419456393693419504" - }, - { - "file": "libs/vscode-extension/src/lib/models/workflow.ts", - "hash": "4080408159234522751" - }, - { - "file": "libs/vscode-extension/src/lib/services/httpClient.ts", - "hash": "13366754612634721081" - }, - { - "file": "libs/vscode-extension/src/lib/services/index.ts", - "hash": "2286143948438821916" - }, - { - "file": "libs/vscode-extension/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "@microsoft/logic-apps-chatbot": [ - { - "file": "libs/chatbot/package.json", - "hash": "14533386357963788386", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "@microsoft/logic-apps-designer", - "npm:@fluentui/react", - "npm:@fluentui/react-icons", - "@microsoft/designer-ui", - "npm:@fluentui/react-components", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] - }, - { - "file": "libs/chatbot/rollup.config.mjs", - "hash": "16469814706170133141" - }, - { - "file": "libs/chatbot/src/index.ts", - "hash": "5472632491119599158" - }, - { - "file": "libs/chatbot/src/lib/common/constants.ts", - "hash": "2429934717009400244" - }, - { - "file": "libs/chatbot/src/lib/common/models/Query.ts", - "hash": "12711516361292056739" - }, - { - "file": "libs/chatbot/src/lib/common/models/workflow.ts", - "hash": "15855456327309866932" - }, - { - "file": "libs/chatbot/src/lib/core/util/index.ts", - "hash": "5139985942597791835" - }, - { - "file": "libs/chatbot/src/lib/images/LogicApps.svg", - "hash": "2097860906489808431" - }, - { - "file": "libs/chatbot/src/lib/images/Sparkle.svg", - "hash": "3138281638005072555" - }, - { - "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", - "hash": "12308741199338082792" - }, - { - "file": "libs/chatbot/src/lib/images/Workflow.svg", - "hash": "9644831917975499371" - }, - { - "file": "libs/chatbot/src/lib/index.tsx", - "hash": "7293379411218707820" - }, - { - "file": "libs/chatbot/src/lib/styles.less", - "hash": "17038065324912682386" - }, - { - "file": "libs/chatbot/src/lib/ui/chatbot.tsx", - "hash": "14000638668528235529" - }, - { - "file": "libs/chatbot/src/lib/ui/panelheader.tsx", - "hash": "933389736901388174" - }, - { - "file": "libs/chatbot/src/lib/ui/styles.less", - "hash": "16062592558757698716" - }, - { - "file": "libs/chatbot/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "@microsoft/logic-apps-data-mapper": [ - { - "file": "libs/data-mapper/package.json", - "hash": "11374210066381032052", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-icons", - "npm:react-redux", - "npm:react-icons", - "npm:reactflow", - "@microsoft/designer-ui", - "npm:react-query", - "npm:@fluentui/react-migration-v8-v9", - "@microsoft/logic-apps-designer", - "npm:fuse.js", - "npm:@react-hookz/web", - "npm:@fluentui/react-hooks", - "npm:redux-undo", - "npm:@fluentui/azure-themes", - "npm:@fluentui/react-portal-compat", - "npm:@microsoft/applicationinsights-react-js", - "npm:@microsoft/applicationinsights-web", - "npm:@reduxjs/toolkit", - "npm:js-yaml", - "npm:react-dnd", - "npm:react-dnd-html5-backend", - "npm:immer", - "npm:pathfinding", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] - }, - { - "file": "libs/data-mapper/src/index.ts", - "hash": "5472632491119599158" - }, - { - "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", - "hash": "14141615103418495910" - }, - { - "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", - "hash": "17770304629225421551" - }, - { - "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", - "hash": "6877428616429784381" - }, - { - "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", - "hash": "14358690050668654180" - }, - { - "file": "libs/data-mapper/src/lib/__mocks__/index.ts", - "hash": "2773363408802742346" - }, - { - "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" - }, - { - "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", - "hash": "8395782275572223290" - }, - { - "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", - "hash": "16603205122567920755" - }, - { - "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", - "hash": "10258201007008948880" - }, - { - "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", - "hash": "8534942872367954833" - }, - { - "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", - "hash": "15022977686795039418" - }, - { - "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", - "hash": "12397917326030950019" - }, - { - "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", - "hash": "1675148636656834599" - }, - { - "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", - "hash": "4500469198916948898" - }, - { - "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", - "hash": "15591781288413492668" - }, - { - "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", - "hash": "10224908465129074278" - }, - { - "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", - "hash": "2306687655733353822" - }, - { - "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", - "hash": "4978643643123088343" - }, - { - "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", - "hash": "16079196945272553302" - }, - { - "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", - "hash": "9459439117530038422" - }, - { - "file": "libs/data-mapper/src/lib/components/configPanel/style.less", - "hash": "1527231942813543886" - }, - { - "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", - "hash": "3490028716472595634" - }, - { - "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", - "hash": "11032931063624269338" - }, - { - "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", - "hash": "16949676118746384339" - }, - { - "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", - "hash": "5754477981864776328" - }, - { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", - "hash": "8248408736294624544" - }, - { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", - "hash": "1309869007463816848" - }, - { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", - "hash": "13628344667890779793" - }, - { - "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", - "hash": "15205348783145905209" - }, - { - "file": "libs/data-mapper/src/lib/components/index.tsx", - "hash": "14428353282588746736" - }, - { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", - "hash": "2162817837155313327" - }, - { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", - "hash": "13553412525983781799" - }, - { - "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", - "hash": "12346138118521841651" - }, - { - "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", - "hash": "13284155248340962799" - }, - { - "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", - "hash": "6881307329438277742" - }, - { - "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", - "hash": "17557070717023693689" - }, - { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", - "hash": "6406696257549309205" - }, - { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", - "hash": "287685334620412869" - }, - { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", - "hash": "7705748749211233193" - }, - { - "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", - "hash": "3936423784858816038" - }, - { - "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", - "hash": "436733766006015729" - }, - { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", - "hash": "2902656052842124085" - }, - { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", - "hash": "12588249875741308347" - }, - { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", - "hash": "3371960444479219998" - }, - { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", - "hash": "13107346633144606217" - }, - { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", - "hash": "3431317465765506117" - }, - { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", - "hash": "931212623622312724" - }, - { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", - "hash": "2252689483688433412" - }, - { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", - "hash": "16227082704057520509" - }, - { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", - "hash": "10162125979217322629" - }, - { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", - "hash": "1365034521116895969" - }, - { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", - "hash": "5783780993646471511" - }, - { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", - "hash": "12114143726703313044" - }, - { - "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", - "hash": "7202237167327210605" - }, - { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", - "hash": "1200938118723756534" - }, - { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", - "hash": "1012998571701681502" - }, - { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", - "hash": "12160064669768110122" - }, - { - "file": "libs/data-mapper/src/lib/components/style.less", - "hash": "16697434201106803776" - }, - { - "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", - "hash": "1043813905809112628" - }, - { - "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", - "hash": "9602489998542264304" - }, - { - "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", - "hash": "6227532534870526144" - }, - { - "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", - "hash": "7886860379443982562" - }, - { - "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", - "hash": "9624723269802669778" - }, - { - "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", - "hash": "8054479495813088206" - }, - { - "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", - "hash": "11318338330539713068" - }, - { - "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", - "hash": "6683692349789938244" - }, - { - "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", - "hash": "9474546573542884474" - }, - { - "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", - "hash": "9216304019284249108" - }, - { - "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", - "hash": "16279862027290865289" - }, - { - "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", - "hash": "63281905083235104" - }, - { - "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", - "hash": "2119175370219112170" - }, - { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", - "hash": "4728474869371566435" - }, - { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", - "hash": "15720533640718112418" - }, - { - "file": "libs/data-mapper/src/lib/core/index.ts", - "hash": "17728252828542620020" - }, - { - "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", - "hash": "9336784234862841153" - }, - { - "file": "libs/data-mapper/src/lib/core/queries/functions.ts", - "hash": "9075525510237815946" - }, - { - "file": "libs/data-mapper/src/lib/core/queries/schema.ts", - "hash": "13294590656211176080" - }, - { - "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", - "hash": "5423319519120387627" - }, - { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", - "hash": "9392105193070614482" - }, - { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", - "hash": "15115567686730099658" - }, - { - "file": "libs/data-mapper/src/lib/core/services/index.ts", - "hash": "17713914166270244963" - }, - { - "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", - "hash": "3978208177201101476" - }, - { - "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", - "hash": "2345282136753381843" - }, - { - "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", - "hash": "8144585438365623290" - }, - { - "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", - "hash": "8329083872052003118" - }, - { - "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", - "hash": "13780116185320446560" - }, - { - "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", - "hash": "1844323867195659318" - }, - { - "file": "libs/data-mapper/src/lib/core/state/Store.ts", - "hash": "11335664211370179539" - }, - { - "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", - "hash": "14083985203055166555" - }, - { - "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", - "hash": "3651895461739624717" - }, - { - "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", - "hash": "9602396280237708280" - }, - { - "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", - "hash": "3966523736504478114" - }, - { - "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", - "hash": "3717071440296795971" - }, - { - "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", - "hash": "18312574586759606725" - }, - { - "file": "libs/data-mapper/src/lib/images/IconModel.ts", - "hash": "12022961688999857592" - }, - { - "file": "libs/data-mapper/src/lib/index.ts", - "hash": "12536403810420775901" - }, - { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", - "hash": "11971351871449799719" - }, - { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", - "hash": "231476621227209942" - }, - { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", - "hash": "14825710363869872009" - }, - { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", - "hash": "11190645468593154735" - }, - { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", - "hash": "14736012937266371921" - }, - { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", - "hash": "13887358761389139212" - }, - { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", - "hash": "17897683696959454955" - }, - { - "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", - "hash": "12140356380068737353" - }, - { - "file": "libs/data-mapper/src/lib/models/Connection.ts", - "hash": "6713086379975707272" - }, - { - "file": "libs/data-mapper/src/lib/models/Function.ts", - "hash": "4870906847571201219" - }, - { - "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", - "hash": "15870582288808787686" - }, - { - "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", - "hash": "2503294176815549333" - }, - { - "file": "libs/data-mapper/src/lib/models/index.ts", - "hash": "15048481124323271890" - }, - { - "file": "libs/data-mapper/src/lib/styles.less", - "hash": "6908331227144989949" - }, - { - "file": "libs/data-mapper/src/lib/typings.d.ts", - "hash": "8667080681692980982" - }, - { - "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", - "hash": "5175306600030063384" - }, - { - "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", - "hash": "10316055516907888527" - }, - { - "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", - "hash": "13390357502855812372" - }, - { - "file": "libs/data-mapper/src/lib/ui/index.ts", - "hash": "15113147962899261470" - }, - { - "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", - "hash": "16408345537354737101" - }, - { - "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", - "hash": "1686767970297098011" - }, - { - "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", - "hash": "2434825439260665638" - }, - { - "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", - "hash": "16723311339534011344" - }, - { - "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", - "hash": "8480594156287949923" - }, - { - "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", - "hash": "5131927761100189734" - }, - { - "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", - "hash": "15649534183471564687" - }, - { - "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", - "hash": "8490159670981334068" - }, - { - "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", - "hash": "13852057286094725726" - }, - { - "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", - "hash": "1056814422116962324" - }, - { - "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", - "hash": "7706926125373966162" - }, - { - "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", - "hash": "17896084943722718154" - }, - { - "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", - "hash": "17700627488664204153" - }, - { - "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", - "hash": "1510231232034717112" - }, - { - "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", - "hash": "9183598294036602086" - }, - { - "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", - "hash": "2591378645563686133" - }, - { - "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", - "hash": "3757182914660000889" - }, - { - "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", - "hash": "4652895062524218585" - }, - { - "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", - "hash": "16304634453111028700" - }, - { - "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", - "hash": "16121681897376756515" - }, - { - "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", - "hash": "15152740453553295329" - }, - { - "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", - "hash": "11931976114526883032" - }, - { - "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", - "hash": "3153965796357963823" - }, - { - "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", - "hash": "3809914266296290977" - }, - { - "file": "libs/data-mapper/src/lib/utils/index.ts", - "hash": "5033003906952262405" - }, - { - "file": "libs/data-mapper/tsconfig.json", - "hash": "2883325760657722404" - }, - { - "file": "libs/data-mapper/typing/sort-paths.d.ts", - "hash": "13071285186636949876" - } - ], - "designer-standalone": [ - { - "file": "apps/designer-standalone/.babelrc", - "hash": "7338834004944326044" - }, - { - "file": "apps/designer-standalone/.browserslistrc", - "hash": "2888533144288818662" - }, - { - "file": "apps/designer-standalone/.eslintrc.json", - "hash": "10075191527724852300" - }, - { - "file": "apps/designer-standalone/jest.config.ts", - "hash": "5095600455584759097" - }, - { - "file": "apps/designer-standalone/project.json", - "hash": "2186189716536309729" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", - "hash": "3298017156622978060" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", - "hash": "13505482435147628633" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", - "hash": "9606761639132729551" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", - "hash": "6979701506181809557" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", - "hash": "14118413145410608191" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", - "hash": "1588066658590448230" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", - "hash": "11196696306113960606" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", - "hash": "14682812772519432090" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", - "hash": "4580548922855359394" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", - "hash": "12895583927495006597" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", - "hash": "2755209554830887096" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", - "hash": "16951494746367962696" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", - "hash": "11922224593998776622" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", - "hash": "9092529694739284525" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", - "hash": "14344615542145629436" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", - "hash": "2732486466259074455" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", - "hash": "17257936693118977812" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", - "hash": "11766814904345254217" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", - "hash": "15343875879297750706" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", - "hash": "4446661457006721606" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", - "hash": "13092524529881537344" - }, - { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", - "hash": "7976663886408218270" - }, - { - "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", - "hash": "13293572578025384518" - }, - { - "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", - "hash": "8960093372869801569" - }, - { - "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", - "hash": "17011074881319644796" - }, - { - "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", - "hash": "4734349067026517129" - }, - { - "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", - "hash": "11056877601318419241" - }, - { - "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", - "hash": "7960030919432291768" - }, - { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", - "hash": "4190195339052860475" - }, - { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", - "hash": "17311351490108510384" - }, - { - "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", - "hash": "17876933317388473037" - }, - { - "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", - "hash": "11182070599256684242" - }, - { - "file": "apps/designer-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", - "hash": "11358026391684952458" - }, - { - "file": "apps/designer-standalone/src/components/settings_box.module.less", - "hash": "9808519016183858536" - }, - { - "file": "apps/designer-standalone/src/components/settings_box.tsx", - "hash": "12099490358448849702" - }, - { - "file": "apps/designer-standalone/src/components/themes.ts", - "hash": "10280533146008251816" - }, - { - "file": "apps/designer-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" - }, - { - "file": "apps/designer-standalone/src/environments/environment.ts", - "hash": "5920947766445218989" - }, - { - "file": "apps/designer-standalone/src/favicon.ico", - "hash": "9303420814833116677" - }, - { - "file": "apps/designer-standalone/src/index.html", - "hash": "706131400937913887" - }, - { - "file": "apps/designer-standalone/src/main.tsx", - "hash": "6196242117816635624" - }, - { - "file": "apps/designer-standalone/src/polyfills.ts", - "hash": "17041846422484582267" - }, - { - "file": "apps/designer-standalone/src/state/connectionReferences.ts", - "hash": "3642930491684807465" - }, - { - "file": "apps/designer-standalone/src/state/historyHelpers.ts", - "hash": "14898556878004432608" - }, - { - "file": "apps/designer-standalone/src/state/store.ts", - "hash": "11326541673147537080" - }, - { - "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", - "hash": "2817444802055692850" - }, - { - "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", - "hash": "14190318844766308247" - }, - { - "file": "apps/designer-standalone/src/styles.less", - "hash": "17529353978711030180" - }, - { - "file": "apps/designer-standalone/src/typings.d.ts", - "hash": "8667080681692980982" - }, - { - "file": "apps/designer-standalone/tsconfig.app.json", - "hash": "9143020992508194197" - }, - { - "file": "apps/designer-standalone/tsconfig.json", - "hash": "292688152284415530" - }, - { - "file": "apps/designer-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "@microsoft/logic-apps-designer": [ - { - "file": "libs/designer/package.json", - "hash": "8694041123093540774", - "deps": [ - "npm:@fluentui/azure-themes", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-hooks", - "npm:@fluentui/react-icons", - "npm:@fluentui/utilities", - "npm:@microsoft/applicationinsights-core-js", - "@microsoft/designer-ui", - "@microsoft/logic-apps-shared", - "npm:@react-hookz/web", - "npm:@reduxjs/toolkit", - "npm:elkjs", - "npm:fuse.js", - "npm:immer", - "npm:lodash.frompairs", - "npm:lodash.merge", - "npm:react-dnd", - "npm:react-dnd-accessible-backend", - "npm:react-dnd-html5-backend", - "npm:react-dnd-multi-backend", - "npm:react-hotkeys-hook", - "npm:react-intl", - "npm:react-query", - "npm:react-redux", - "npm:reactflow", - "npm:redux-thunk", - "npm:to-title-case", - "npm:util", - "npm:yocto-queue", - "npm:react", - "npm:react-dom" - ] - }, - { - "file": "libs/designer/src/index.ts", - "hash": "11355081150901527302" - }, - { - "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" - }, - { - "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", - "hash": "9240782448242967537" - }, - { - "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", - "hash": "5214463813702224032" - }, - { - "file": "libs/designer/src/lib/common/constants.ts", - "hash": "14716266680681788853" - }, - { - "file": "libs/designer/src/lib/common/exceptions/exception.ts", - "hash": "4016853272413138441" - }, - { - "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", - "hash": "2438628799773606413" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", - "hash": "13936938153293651615" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", - "hash": "17853975463227900194" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", - "hash": "716422980644102335" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", - "hash": "10948104330765315206" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", - "hash": "13744301547491746840" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", - "hash": "5099585607600274464" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", - "hash": "3057811563704111315" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", - "hash": "13794169093128310758" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", - "hash": "6553711262896807602" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", - "hash": "3769112376720810799" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", - "hash": "4840054514873781546" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", - "hash": "13772471609559374653" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", - "hash": "17291714734882915823" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", - "hash": "8696373633900139960" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", - "hash": "10209490491669077224" - }, - { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", - "hash": "5762239862513015054" - }, - { - "file": "libs/designer/src/lib/common/images/arrowdark.svg", - "hash": "5926111895234327525" - }, - { - "file": "libs/designer/src/lib/common/images/arrowlight.svg", - "hash": "8015769479673340480" - }, - { - "file": "libs/designer/src/lib/common/images/arrowred.svg", - "hash": "2430505900927056727" - }, - { - "file": "libs/designer/src/lib/common/images/bolt.svg", - "hash": "17462634652015284885" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", - "hash": "4281210752025126548" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", - "hash": "8923215817224206799" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", - "hash": "4347287844293995514" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", - "hash": "802393672600738414" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", - "hash": "788257097228620744" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", - "hash": "11736524123979545801" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", - "hash": "965633922044453844" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", - "hash": "10224443075493376159" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", - "hash": "488405671534951514" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", - "hash": "16381515837357068415" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", - "hash": "17856490403949387790" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", - "hash": "15243776523488424116" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", - "hash": "5699680888941228448" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", - "hash": "9764035938809534317" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", - "hash": "12326541136900487952" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", - "hash": "6245055721372883370" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", - "hash": "14444337833939963797" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", - "hash": "17064721766454223509" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", - "hash": "13549953610772304995" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", - "hash": "9884449892115783238" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", - "hash": "5650084185790556380" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", - "hash": "16533471828587912919" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", - "hash": "10277570825407438664" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", - "hash": "5644614242196469494" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", - "hash": "4854754781356184488" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", - "hash": "17577366797422234032" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", - "hash": "18096424898773100452" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", - "hash": "8410319851745043818" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", - "hash": "4344707577102300882" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", - "hash": "14973565284851361466" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", - "hash": "6940736653966224597" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", - "hash": "10913390805409066774" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", - "hash": "18310566090601123291" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", - "hash": "4211895255849396300" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", - "hash": "15249336994675481" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", - "hash": "6229273879523350518" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", - "hash": "14552059136095416702" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", - "hash": "8321402279766452771" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", - "hash": "14144206237714493160" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", - "hash": "546764277464022095" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", - "hash": "15076765899186592786" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", - "hash": "3692508794323306407" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", - "hash": "1731479113183843607" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", - "hash": "4173490804496111343" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", - "hash": "11873669256365835624" - }, - { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", - "hash": "11139441907313241224" - }, - { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", - "hash": "3241487867540139826" - }, - { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", - "hash": "7715913989452853316" - }, - { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", - "hash": "13582317555878671565" - }, - { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", - "hash": "4977325050658584568" - }, - { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", - "hash": "1045431280059616257" - }, - { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", - "hash": "16640363275658842913" - }, - { - "file": "libs/designer/src/lib/common/images/card/delete.svg", - "hash": "15675230980148461553" - }, - { - "file": "libs/designer/src/lib/common/images/card/input_selection.svg", - "hash": "6874565955253727212" - }, - { - "file": "libs/designer/src/lib/common/images/card/optional_field.svg", - "hash": "13884780002161969050" - }, - { - "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", - "hash": "11872211244220681036" - }, - { - "file": "libs/designer/src/lib/common/images/delete.svg", - "hash": "2369920463731912593" - }, - { - "file": "libs/designer/src/lib/common/images/gateway/add.svg", - "hash": "11819585580235095669" - }, - { - "file": "libs/designer/src/lib/common/images/gateway/help.svg", - "hash": "12599303004882720277" - }, - { - "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", - "hash": "6435518280858083886" - }, - { - "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", - "hash": "12997387777000294056" - }, - { - "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", - "hash": "7939169194091714776" - }, - { - "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", - "hash": "16280757524503959992" - }, - { - "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", - "hash": "18333062729648676215" - }, - { - "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", - "hash": "17826554870116185216" - }, - { - "file": "libs/designer/src/lib/common/images/pencil.svg", - "hash": "4552542774403200136" - }, - { - "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", - "hash": "7905571557546338691" - }, - { - "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", - "hash": "5071015496602458535" - }, - { - "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", - "hash": "11632821499690045898" - }, - { - "file": "libs/designer/src/lib/common/images/status_error.svg", - "hash": "7327477685402663444" - }, - { - "file": "libs/designer/src/lib/common/images/status_success.svg", - "hash": "16589415129232216666" - }, - { - "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", - "hash": "8952058323183937865" - }, - { - "file": "libs/designer/src/lib/common/images/website/api.svg", - "hash": "16095509088326340538" - }, - { - "file": "libs/designer/src/lib/common/images/website/apim.svg", - "hash": "15873815965442020768" - }, - { - "file": "libs/designer/src/lib/common/images/website/apim_white.svg", - "hash": "14020416160783112768" - }, - { - "file": "libs/designer/src/lib/common/images/website/create.svg", - "hash": "16033491393116457661" - }, - { - "file": "libs/designer/src/lib/common/images/website/foreach.svg", - "hash": "3719190676549030233" - }, - { - "file": "libs/designer/src/lib/common/images/website/function.svg", - "hash": "12552781765647401474" - }, - { - "file": "libs/designer/src/lib/common/models/workflow.ts", - "hash": "11724936275981787758" - }, - { - "file": "libs/designer/src/lib/common/utilities/Utils.ts", - "hash": "2333252227487981555" - }, - { - "file": "libs/designer/src/lib/common/utilities/error.ts", - "hash": "14761866046570043475" - }, - { - "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", - "hash": "10226240319907572020" - }, - { - "file": "libs/designer/src/lib/core/DesignerProvider.tsx", - "hash": "8865415753051342650" - }, - { - "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", - "hash": "1133788957422173169" - }, - { - "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", - "hash": "13021850733178929057" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", - "hash": "10976178124567025188" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", - "hash": "8007408756114040866" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", - "hash": "12793128001647914730" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", - "hash": "9408756046827245410" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", - "hash": "1145445308673345143" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", - "hash": "8714067957965973862" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", - "hash": "377035099592140993" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", - "hash": "2640821823957837771" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", - "hash": "4883489638704343677" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", - "hash": "1063338721262391862" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", - "hash": "13051148389008776707" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", - "hash": "16166965666592256044" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", - "hash": "7644883283632193272" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", - "hash": "3268658162048948497" - }, - { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", - "hash": "12938819441932090008" - }, - { - "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", - "hash": "18391939971202172617" - }, - { - "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", - "hash": "5135976908480724598" - }, - { - "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", - "hash": "6555520085152754544" - }, - { - "file": "libs/designer/src/lib/core/graphlayout/index.ts", - "hash": "1183230721606983661" - }, - { - "file": "libs/designer/src/lib/core/index.ts", - "hash": "17021345483470396631" - }, - { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", - "hash": "5690913620690077130" - }, - { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", - "hash": "14509662786295405295" - }, - { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", - "hash": "6387737565995930308" - }, - { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", - "hash": "18344987115654458228" - }, - { - "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", - "hash": "14964928502892749345" - }, - { - "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", - "hash": "14646033592987575031" - }, - { - "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", - "hash": "17520637296625214501" - }, - { - "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", - "hash": "16515897955999880047" - }, - { - "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", - "hash": "8489461695139161622" - }, - { - "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", - "hash": "11556548277387433966" - }, - { - "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", - "hash": "1566269831108361105" - }, - { - "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", - "hash": "13854397699622059247" - }, - { - "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", - "hash": "7091192159636622669" - }, - { - "file": "libs/designer/src/lib/core/queries/browse.ts", - "hash": "15277260528629014649" - }, - { - "file": "libs/designer/src/lib/core/queries/connections.ts", - "hash": "1501738903167968950" - }, - { - "file": "libs/designer/src/lib/core/queries/connector.ts", - "hash": "10042584932448483913" - }, - { - "file": "libs/designer/src/lib/core/queries/operation.ts", - "hash": "18070523527133930267" - }, - { - "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", - "hash": "11873332201419444196" - }, - { - "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", - "hash": "944283261874392963" - }, - { - "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", - "hash": "14043559070256094030" - }, - { - "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", - "hash": "17661438812224560039" - }, - { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", - "hash": "552151791694841859" - }, - { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", - "hash": "5709160121732674319" - }, - { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", - "hash": "11880532030602689040" - }, - { - "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", - "hash": "15539125750855046238" - }, - { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", - "hash": "17496610770440064597" - }, - { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", - "hash": "12399207044214169579" - }, - { - "file": "libs/designer/src/lib/core/state/global.ts", - "hash": "2467378088186721273" - }, - { - "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", - "hash": "7160406653392297178" - }, - { - "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", - "hash": "13231490325898643987" - }, - { - "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", - "hash": "580443950008935701" - }, - { - "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", - "hash": "11619174720328207349" - }, - { - "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", - "hash": "12360836867786652472" - }, - { - "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", - "hash": "17837734844866824533" - }, - { - "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", - "hash": "3597817075648231871" - }, - { - "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", - "hash": "8221487224681813587" - }, - { - "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", - "hash": "13672923006305683744" - }, - { - "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", - "hash": "3869560885023421381" - }, - { - "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", - "hash": "7513105324012396408" - }, - { - "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", - "hash": "15674134190940167340" - }, - { - "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", - "hash": "4534305780862072392" - }, - { - "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", - "hash": "4540330469149645148" - }, - { - "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", - "hash": "297492272351660565" - }, - { - "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", - "hash": "6447767112269051024" - }, - { - "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", - "hash": "21027795098134668" - }, - { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", - "hash": "10627578442358036420" - }, - { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", - "hash": "3377780393722064446" - }, - { - "file": "libs/designer/src/lib/core/store.ts", - "hash": "7675307851224561844" - }, - { - "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", - "hash": "10932912534190676887" - }, - { - "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", - "hash": "10477834709138765316" - }, - { - "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", - "hash": "6400741599488247828" - }, - { - "file": "libs/designer/src/lib/core/utils/card.ts", - "hash": "17388048148998821366" - }, - { - "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", - "hash": "14380782528292918805" - }, - { - "file": "libs/designer/src/lib/core/utils/graph.ts", - "hash": "9113893809945541281" - }, - { - "file": "libs/designer/src/lib/core/utils/loops.ts", - "hash": "17832329493412946298" - }, - { - "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", - "hash": "1420254453350497458" - }, - { - "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", - "hash": "842207519268466443" - }, - { - "file": "libs/designer/src/lib/core/utils/outputs.ts", - "hash": "2523378346613014879" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", - "hash": "3643994527394489617" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", - "hash": "2422344699678475886" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", - "hash": "17504009570966731362" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", - "hash": "14679208978083456209" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", - "hash": "9346212500047195690" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", - "hash": "16944935834687261736" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", - "hash": "5504094716509853138" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", - "hash": "789795195726361469" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", - "hash": "1212164914387801521" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", - "hash": "4584055025926510588" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", - "hash": "17685281869497732131" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", - "hash": "17503616740995511873" - }, - { - "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", - "hash": "5493345090301795523" - }, - { - "file": "libs/designer/src/lib/core/utils/setting.ts", - "hash": "607724160972661514" - }, - { - "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", - "hash": "300462517969513749" - }, - { - "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", - "hash": "710587862511662252" - }, - { - "file": "libs/designer/src/lib/core/utils/tokens.ts", - "hash": "16598154144351001077" - }, - { - "file": "libs/designer/src/lib/core/utils/validation.ts", - "hash": "3321415876925824657" - }, - { - "file": "libs/designer/src/lib/core/utils/variables.ts", - "hash": "18113110944598796795" - }, - { - "file": "libs/designer/src/lib/core/utils/workflow.ts", - "hash": "2503685323390352213" - }, - { - "file": "libs/designer/src/lib/index.tsx", - "hash": "3108540739134237574" - }, - { - "file": "libs/designer/src/lib/typings.d.ts", - "hash": "8667080681692980982" - }, - { - "file": "libs/designer/src/lib/ui/Controls.tsx", - "hash": "11679666175589395115" - }, - { - "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", - "hash": "18335299629456245936" - }, - { - "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", - "hash": "8683562698326398762" - }, - { - "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", - "hash": "6973870354555514502" - }, - { - "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", - "hash": "2623692442355217780" - }, - { - "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", - "hash": "17275763272438441218" - }, - { - "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", - "hash": "16798466643167652597" - }, - { - "file": "libs/designer/src/lib/ui/Designer.tsx", - "hash": "16681715909651728710" - }, - { - "file": "libs/designer/src/lib/ui/Minimap.tsx", - "hash": "16784302034175684453" - }, - { - "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", - "hash": "9589106174231375844" - }, - { - "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", - "hash": "3078414740510575754" - }, - { - "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", - "hash": "14069610435069570388" - }, - { - "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", - "hash": "2917805269573375288" - }, - { - "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", - "hash": "3469127252427478749" - }, - { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" - }, - { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", - "hash": "2870378826580830856" - }, - { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" - }, - { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", - "hash": "17062398617519134809" - }, - { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" - }, - { - "file": "libs/designer/src/lib/ui/connections/edge.tsx", - "hash": "5497512017299495007" - }, - { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", - "hash": "18432693650012936880" - }, - { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", - "hash": "5555780360896210685" - }, - { - "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", - "hash": "13807895509711892964" - }, - { - "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", - "hash": "7876264136480687494" - }, - { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", - "hash": "2408849985874822150" - }, - { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", - "hash": "4860151930479659861" - }, - { - "file": "libs/designer/src/lib/ui/index.tsx", - "hash": "16341670098352328808" - }, - { - "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", - "hash": "11764721752232747899" - }, - { - "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", - "hash": "18054694947746552645" - }, - { - "file": "libs/designer/src/lib/ui/logicapps.less", - "hash": "8806087804226244251" - }, - { - "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", - "hash": "17569954728099794023" - }, - { - "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", - "hash": "583479515840133304" - }, - { - "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", - "hash": "12873127522514834077" - }, - { - "file": "libs/designer/src/lib/ui/menuItems/index.tsx", - "hash": "17248340653302800129" - }, - { - "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", - "hash": "11451946634355722234" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", - "hash": "8808436492128491535" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", - "hash": "11188019418177543078" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", - "hash": "10622257218635018165" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", - "hash": "14381813606682941152" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", - "hash": "14863904385332766059" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", - "hash": "105776725888969737" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", - "hash": "3486053682563706186" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", - "hash": "4295986676874411230" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", - "hash": "5044350433743159771" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", - "hash": "17190185412675906484" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", - "hash": "413683764976891703" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", - "hash": "2896450508867033368" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", - "hash": "8866623228316007595" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", - "hash": "17888799308169784633" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", - "hash": "3217802139905584148" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", - "hash": "962585077833873680" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", - "hash": "2345600340639460118" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", - "hash": "6438581048872326276" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", - "hash": "4636028013835727768" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", - "hash": "14888900866274310223" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", - "hash": "4040358874212544513" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", - "hash": "15708146643216275913" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", - "hash": "18064072806053472795" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", - "hash": "813895254218562259" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", - "hash": "16620206185148038430" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", - "hash": "5385478426844583686" - }, - { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", - "hash": "17955152684217995627" - }, - { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", - "hash": "8096213501021087139" - }, - { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", - "hash": "6954364116161516939" - }, - { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", - "hash": "2774370202590136493" - }, - { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", - "hash": "2990072573754773610" - }, - { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", - "hash": "16009164000053936481" - }, - { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", - "hash": "12787968918952964503" - }, - { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", - "hash": "7320427274234546201" - }, - { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", - "hash": "1017935854018236971" - }, - { - "file": "libs/designer/src/lib/ui/panel/index.tsx", - "hash": "8931413980282435903" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", - "hash": "691362796351085760" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", - "hash": "1761891437078855966" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", - "hash": "1057924626207991961" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", - "hash": "6280253552466033403" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", - "hash": "8768239693411150392" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", - "hash": "7891578013616621917" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", - "hash": "6936908943603154102" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", - "hash": "438510564774690503" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", - "hash": "16798406127854826620" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", - "hash": "3595348225477585500" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", - "hash": "11057896419932325694" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", - "hash": "4104206428172572624" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", - "hash": "6547505579084266234" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", - "hash": "6573526002733579255" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", - "hash": "2589613772379687118" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", - "hash": "5973638345373933302" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", - "hash": "15042347812954300106" - }, - { - "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", - "hash": "6338890337184233730" - }, - { - "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", - "hash": "12332136203110463175" - }, - { - "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", - "hash": "14199280944066488263" - }, - { - "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", - "hash": "2615756064988394528" - }, - { - "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", - "hash": "17548951851137442209" - }, - { - "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", - "hash": "13695075695640031897" - }, - { - "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", - "hash": "5633104287798836216" - }, - { - "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", - "hash": "18046537988904659224" - }, - { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", - "hash": "1871737709038769946" - }, - { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", - "hash": "6979096270862588135" - }, - { - "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", - "hash": "970334209122746164" - }, - { - "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", - "hash": "9667005076024681736" - }, - { - "file": "libs/designer/src/lib/ui/settings/index.tsx", - "hash": "14559726202240722620" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", - "hash": "4578759189608616930" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", - "hash": "17737294470449076285" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", - "hash": "3442351415387182271" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", - "hash": "15073803307628141748" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", - "hash": "13259211909852062902" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", - "hash": "1121495998656744936" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", - "hash": "1034166355859418220" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", - "hash": "305675838625215663" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", - "hash": "1949585750942351876" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", - "hash": "4499489232140778372" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", - "hash": "13293113667156220544" - }, - { - "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", - "hash": "9211118379886345968" - }, - { - "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", - "hash": "1426261106233320224" - }, - { - "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", - "hash": "4817919565569896749" - }, - { - "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", - "hash": "14117197387047983705" - }, - { - "file": "libs/designer/src/lib/ui/styles.less", - "hash": "8828323265444774935" - }, - { - "file": "libs/designer/tsconfig.json", - "hash": "9903972631138361140" - }, - { - "file": "libs/designer/tsup.config.ts", - "hash": "8336763382846384517" - } - ], - "vs-code-designer": [ - { - "file": "apps/vs-code-designer/.eslintrc.json", - "hash": "8230085774644180673" - }, - { - "file": "apps/vs-code-designer/jest.config.ts", - "hash": "17889736692752700798" - }, - { - "file": "apps/vs-code-designer/project.json", - "hash": "10833565585548221174" - }, - { - "file": "apps/vs-code-designer/src/CHANGELOG.md", - "hash": "14589377795062736305" - }, - { - "file": "apps/vs-code-designer/src/LICENSE.md", - "hash": "11929769968810875751" - }, - { - "file": "apps/vs-code-designer/src/LogicAppResolver.ts", - "hash": "15283228701684753042" - }, - { - "file": "apps/vs-code-designer/src/README.md", - "hash": "11849077759120475963" - }, - { - "file": "apps/vs-code-designer/src/app/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", - "hash": "9691210983495138557" - }, - { - "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", - "hash": "16521890431921928426" - }, - { - "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", - "hash": "16663452797901095598" - }, - { - "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", - "hash": "17141832093942421132" - }, - { - "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", - "hash": "16800387599182163436" - }, - { - "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", - "hash": "15249910961024614139" - }, - { - "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", - "hash": "10478805085220116046" - }, - { - "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", - "hash": "16716690566799847540" - }, - { - "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", - "hash": "8933389345854657664" - }, - { - "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", - "hash": "9992531484797111989" - }, - { - "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", - "hash": "9463128159380316482" - }, - { - "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", - "hash": "5889249415644928667" - }, - { - "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", - "hash": "5345286631159247185" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", - "hash": "3989052663077740043" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", - "hash": "5116501926243135478" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", - "hash": "16288058029656980512" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", - "hash": "4974115892586946562" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", - "hash": "2739542424025605778" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", - "hash": "16528307411062519273" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", - "hash": "8420664513479071878" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", - "hash": "1015410722997215694" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", - "hash": "14122433799963996225" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", - "hash": "5881517096408142372" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", - "hash": "12504828417239595241" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", - "hash": "2537881784742654091" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", - "hash": "2805860689866977637" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", - "hash": "236360329701387391" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", - "hash": "15398886318117594991" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", - "hash": "14182951342794946711" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", - "hash": "6145152286437918482" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", - "hash": "10097241182939210615" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", - "hash": "6085873851390612613" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", - "hash": "4790825331437291708" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", - "hash": "3241263939490725602" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", - "hash": "12904323188893554197" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", - "hash": "3301771322364491691" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", - "hash": "7125020395698562731" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", - "hash": "1061376532103796189" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", - "hash": "4090283287361325395" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", - "hash": "12694293993123858339" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", - "hash": "6939607616569333271" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", - "hash": "16876165458358934367" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", - "hash": "6807352070253397014" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", - "hash": "602646548392219924" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", - "hash": "1248441447151601445" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", - "hash": "4382994499249808404" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", - "hash": "3270908220441876714" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", - "hash": "18197283561380557970" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", - "hash": "12854509727277688600" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", - "hash": "6932473933775505497" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", - "hash": "15163297139299467130" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", - "hash": "12145516951279464570" - }, - { - "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", - "hash": "13122905205637169916" - }, - { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", - "hash": "12161500855477225293" - }, - { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", - "hash": "2961004747776184036" - }, - { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", - "hash": "4522541350913132312" - }, - { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", - "hash": "11258116130515669458" - }, - { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", - "hash": "10075191348354945271" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", - "hash": "14895277555234648124" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", - "hash": "4733267574054585308" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", - "hash": "4897061654932299103" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", - "hash": "5210136330995269176" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", - "hash": "9188408928771288175" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", - "hash": "1654632113814189489" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", - "hash": "13903031530503885601" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", - "hash": "4869802028671417544" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", - "hash": "11183973806602428193" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", - "hash": "9790108692711167549" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", - "hash": "8935024565840125528" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", - "hash": "17757783226849701195" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", - "hash": "3118499866503970646" - }, - { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", - "hash": "16946336365738016652" - }, - { - "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", - "hash": "14700426286273151963" - }, - { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", - "hash": "12955984065148503188" - }, - { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", - "hash": "67503252290137050" - }, - { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", - "hash": "18047538332171694914" - }, - { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", - "hash": "16421460425439894219" - }, - { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", - "hash": "5102400899083743915" - }, - { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", - "hash": "3566802881924367933" - }, - { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", - "hash": "2253355473442341254" - }, - { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", - "hash": "8367461168796618125" - }, - { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", - "hash": "7816928161375360640" - }, - { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", - "hash": "8211441423174431273" - }, - { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", - "hash": "4543923992427156478" - }, - { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", - "hash": "16790172706671895508" - }, - { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", - "hash": "730339459731076167" - }, - { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", - "hash": "16387263368854184722" - }, - { - "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", - "hash": "8785736729536479883" - }, - { - "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", - "hash": "5405004095284863368" - }, - { - "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", - "hash": "277688911407886724" - }, - { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", - "hash": "10531190907180147165" - }, - { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", - "hash": "6805897657185145282" - }, - { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", - "hash": "4042523059976227605" - }, - { - "file": "apps/vs-code-designer/src/app/commands/openFile.ts", - "hash": "8848677839034017897" - }, - { - "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", - "hash": "4414819161159148018" - }, - { - "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", - "hash": "12108392818377112463" - }, - { - "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", - "hash": "5348466410986195592" - }, - { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", - "hash": "11825414888852326472" - }, - { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", - "hash": "13266183717277799658" - }, - { - "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", - "hash": "9667907052210863860" - }, - { - "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", - "hash": "11431794142374272106" - }, - { - "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", - "hash": "11741482698530295281" - }, - { - "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", - "hash": "10014778861188001840" - }, - { - "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", - "hash": "17934490034222099721" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", - "hash": "9519170629001091669" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", - "hash": "2193565893393153407" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", - "hash": "7828137694120726708" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", - "hash": "11038158381580372609" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", - "hash": "4199684356925501631" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", - "hash": "11358177184398117389" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", - "hash": "2679770440781556642" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", - "hash": "4758133665418146451" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", - "hash": "1121723214110567542" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", - "hash": "7725573827694650006" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", - "hash": "8334894307746449914" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", - "hash": "8101227941012600904" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", - "hash": "3673010528497519226" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", - "hash": "11911833764116684440" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", - "hash": "9168734096888030444" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", - "hash": "17061412144400724615" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", - "hash": "5828869705447588148" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", - "hash": "15656574216615797261" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", - "hash": "4880915516707375137" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", - "hash": "17464406121619291255" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", - "hash": "14683371035097063300" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", - "hash": "5542561233280181226" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", - "hash": "17702393010275360059" - }, - { - "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", - "hash": "2575534504287821721" - }, - { - "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", - "hash": "11739281340875482517" - }, - { - "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", - "hash": "9929018485526454933" - }, - { - "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", - "hash": "4009213837140272148" - }, - { - "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", - "hash": "8817565709427003190" - }, - { - "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", - "hash": "3375335490032478024" - }, - { - "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", - "hash": "16615866709994104280" - }, - { - "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", - "hash": "7415266051392608333" - }, - { - "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", - "hash": "9074539896232376720" - }, - { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", - "hash": "9267693919118671283" - }, - { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", - "hash": "10134355830057584781" - }, - { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", - "hash": "721460261511937589" - }, - { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", - "hash": "5398542377692716433" - }, - { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", - "hash": "3347403338657872606" - }, - { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", - "hash": "5980647371085397675" - }, - { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", - "hash": "16412382996484120538" - }, - { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", - "hash": "604082204214613146" - }, - { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", - "hash": "5211400042396365247" - }, - { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", - "hash": "4323159798705886185" - }, - { - "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", - "hash": "10473063987200566321" - }, - { - "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", - "hash": "3595900253866256876" - }, - { - "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", - "hash": "13211032462411797929" - }, - { - "file": "apps/vs-code-designer/src/app/utils/azure.ts", - "hash": "3833124319981952605" - }, - { - "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", - "hash": "5354517439635689223" - }, - { - "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", - "hash": "4202845508695897867" - }, - { - "file": "apps/vs-code-designer/src/app/utils/binaries.ts", - "hash": "388089461239389146" - }, - { - "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", - "hash": "11278198487517151600" - }, - { - "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", - "hash": "5209627703357314360" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", - "hash": "2721473099105817663" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", - "hash": "16092403201611177373" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", - "hash": "17280584654313801797" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", - "hash": "11434773582755922466" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", - "hash": "8914353723910010736" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", - "hash": "11370916271253948863" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", - "hash": "12851745667746697144" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", - "hash": "4992286302690682038" - }, - { - "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", - "hash": "12439909453655537151" - }, - { - "file": "apps/vs-code-designer/src/app/utils/credentials.ts", - "hash": "9526611676815672231" - }, - { - "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", - "hash": "18100208350276697387" - }, - { - "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", - "hash": "11195002535064666626" - }, - { - "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", - "hash": "16513329002632778630" - }, - { - "file": "apps/vs-code-designer/src/app/utils/errors.ts", - "hash": "6337192314829286295" - }, - { - "file": "apps/vs-code-designer/src/app/utils/extension.ts", - "hash": "8597463145754720643" - }, - { - "file": "apps/vs-code-designer/src/app/utils/feed.ts", - "hash": "11078950491452597655" - }, - { - "file": "apps/vs-code-designer/src/app/utils/fs.ts", - "hash": "10454176105648465536" - }, - { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", - "hash": "2643409337300275114" - }, - { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", - "hash": "15542602281912482110" - }, - { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", - "hash": "168472165892576464" - }, - { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", - "hash": "11613730303036346440" - }, - { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", - "hash": "17614489772909813009" - }, - { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", - "hash": "16131810591978900690" - }, - { - "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", - "hash": "5474082429921495272" - }, - { - "file": "apps/vs-code-designer/src/app/utils/git.ts", - "hash": "12773428193671641806" - }, - { - "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", - "hash": "8596095749121613195" - }, - { - "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", - "hash": "18084363227171215626" - }, - { - "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", - "hash": "8369160542664851064" - }, - { - "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", - "hash": "12408115648321618520" - }, - { - "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", - "hash": "11916907140988211314" - }, - { - "file": "apps/vs-code-designer/src/app/utils/timeout.ts", - "hash": "14778113605060537252" - }, - { - "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", - "hash": "17799585098475395215" - }, - { - "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", - "hash": "18167521601394077735" - }, - { - "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", - "hash": "13920597240309833189" - }, - { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", - "hash": "9759327367702436958" - }, - { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", - "hash": "1968553941266221567" - }, - { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", - "hash": "15287783653212061089" - }, - { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", - "hash": "6828207763303964975" - }, - { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", - "hash": "11094466494008399309" - }, - { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", - "hash": "2154894462698790548" - }, - { - "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", - "hash": "8439101078638289221" - }, - { - "file": "apps/vs-code-designer/src/app/utils/workspace.ts", - "hash": "16375631922651977733" - }, - { - "file": "apps/vs-code-designer/src/assets/Connection.svg", - "hash": "15647431244608701397" - }, - { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", - "hash": "10584527306322621934" - }, - { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", - "hash": "3810450270713476659" - }, - { - "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", - "hash": "4245860993464393581" - }, - { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", - "hash": "6824072606396484945" - }, - { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", - "hash": "10950725022355073892" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", - "hash": "576791979954694443" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", - "hash": "12306089950511122041" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", - "hash": "2239336814154262202" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", - "hash": "7211845892991047855" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", - "hash": "7215558518247341170" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", - "hash": "4598916924084671926" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", - "hash": "8406210736576622585" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", - "hash": "9257116971448085886" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", - "hash": "3621284916386716836" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", - "hash": "16767884502249044946" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", - "hash": "12435277816665445182" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", - "hash": "8836914518393574591" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", - "hash": "1000406548186478802" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", - "hash": "15689618091200745940" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", - "hash": "5650505684305619652" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", - "hash": "8836914518393574591" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", - "hash": "1000406548186478802" - }, - { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", - "hash": "6146631829358995396" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", - "hash": "4245860993464393581" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", - "hash": "3654728019765167060" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", - "hash": "6618528922142727668" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/export.svg", - "hash": "4203088445943374133" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/filter.svg", - "hash": "2157761159649928725" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/info.svg", - "hash": "10259827920845009789" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", - "hash": "15172864931349783756" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", - "hash": "12913855549590469120" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/visible.svg", - "hash": "15527356031076482326" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/wand.png", - "hash": "2323447109945934437" - }, - { - "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", - "hash": "3274518933561120400" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "10811906832528493729" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "6253575686098009499" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "4098931202983786207" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", - "hash": "1636695999285125481" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "12187774501315130464" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "7368448719439030691" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "1164676230893833197" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", - "hash": "2868804174007093570" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "17474514795579720783" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "1966951836172479399" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "563534334865091586" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" - }, - { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", - "hash": "3438342450555214691" - }, - { - "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", - "hash": "4245860993464393581" - }, - { - "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", - "hash": "3654728019765167060" - }, - { - "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", - "hash": "12548280711520177657" - }, - { - "file": "apps/vs-code-designer/src/assets/light/export.svg", - "hash": "4203088445943374133" - }, - { - "file": "apps/vs-code-designer/src/assets/light/filter.svg", - "hash": "808289461830434574" - }, - { - "file": "apps/vs-code-designer/src/assets/light/info.svg", - "hash": "8008068589209490939" - }, - { - "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", - "hash": "5714860970048264528" - }, - { - "file": "apps/vs-code-designer/src/assets/light/refresh.svg", - "hash": "17185510816311412914" - }, - { - "file": "apps/vs-code-designer/src/assets/light/visible.svg", - "hash": "2086515071006177202" - }, - { - "file": "apps/vs-code-designer/src/assets/light/wand.png", - "hash": "2740478162349478720" - }, - { - "file": "apps/vs-code-designer/src/assets/light/workflow.svg", - "hash": "3274518933561120400" - }, - { - "file": "apps/vs-code-designer/src/assets/logicAppResources.png", - "hash": "7844543986362065723" - }, - { - "file": "apps/vs-code-designer/src/assets/logicapp.png", - "hash": "18231532070800362266" - }, - { - "file": "apps/vs-code-designer/src/constants.ts", - "hash": "10884448731183309126" - }, - { - "file": "apps/vs-code-designer/src/environments/environment.prod.ts", - "hash": "10220522844224226756" - }, - { - "file": "apps/vs-code-designer/src/environments/environment.ts", - "hash": "1135292433917692033" - }, - { - "file": "apps/vs-code-designer/src/extensionVariables.ts", - "hash": "1011803126032346158" - }, - { - "file": "apps/vs-code-designer/src/localize.ts", - "hash": "8909848188136259962" - }, - { - "file": "apps/vs-code-designer/src/main.ts", - "hash": "12693268671030990594" - }, - { - "file": "apps/vs-code-designer/src/onboarding.ts", - "hash": "1284380110401789108" - }, - { - "file": "apps/vs-code-designer/src/package.json", - "hash": "11609901045508539230" - }, - { - "file": "apps/vs-code-designer/tsconfig.app.json", - "hash": "9654856818679042867" - }, - { - "file": "apps/vs-code-designer/tsconfig.json", - "hash": "1646188906733341306" - }, - { - "file": "apps/vs-code-designer/tsconfig.spec.json", - "hash": "9983375138734725293" - } - ], - "vs-code-react": [ - { - "file": "apps/vs-code-react/.babelrc", - "hash": "7338834004944326044" - }, - { - "file": "apps/vs-code-react/.browserslistrc", - "hash": "167759602395835039" - }, - { - "file": "apps/vs-code-react/.eslintrc.json", - "hash": "10075191527724852300" - }, - { - "file": "apps/vs-code-react/jest.config.ts", - "hash": "8334961725413338902" - }, - { - "file": "apps/vs-code-react/project.json", - "hash": "16992379845976149116" - }, - { - "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", - "hash": "7103226391461447657" - }, - { - "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", - "hash": "15235190526173296646" - }, - { - "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", - "hash": "3923189858935612561" - }, - { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", - "hash": "5310943053923898056" - }, - { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", - "hash": "14353098042527666078" - }, - { - "file": "apps/vs-code-react/src/app/dataMapper/app.less", - "hash": "10860476654260307609" - }, - { - "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", - "hash": "1229212044608318791" - }, - { - "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", - "hash": "1233751610250085221" - }, - { - "file": "apps/vs-code-react/src/app/designer/app.less", - "hash": "2873139032757981092" - }, - { - "file": "apps/vs-code-react/src/app/designer/app.tsx", - "hash": "14446374292339965572" - }, - { - "file": "apps/vs-code-react/src/app/designer/constants.ts", - "hash": "5903664051922439610" - }, - { - "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", - "hash": "8677180454198120663" - }, - { - "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", - "hash": "13157754222681752876" - }, - { - "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", - "hash": "3846553792648049504" - }, - { - "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", - "hash": "2583935077415507996" - }, - { - "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", - "hash": "11284208617598927726" - }, - { - "file": "apps/vs-code-react/src/app/export/export.less", - "hash": "3696757642502745218" - }, - { - "file": "apps/vs-code-react/src/app/export/export.tsx", - "hash": "8780683083445998923" - }, - { - "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", - "hash": "1432771657034188602" - }, - { - "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", - "hash": "920422646883876413" - }, - { - "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", - "hash": "11162162346257637474" - }, - { - "file": "apps/vs-code-react/src/app/export/status/status.tsx", - "hash": "7912554661822815221" - }, - { - "file": "apps/vs-code-react/src/app/export/summary/helper.ts", - "hash": "14153533387296877593" - }, - { - "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", - "hash": "7161124247970943148" - }, - { - "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", - "hash": "4655457745320534508" - }, - { - "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", - "hash": "314441399583635160" - }, - { - "file": "apps/vs-code-react/src/app/export/validation/helper.ts", - "hash": "11787808914725369004" - }, - { - "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", - "hash": "6866286216752763150" - }, - { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", - "hash": "10475247554118844324" - }, - { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", - "hash": "1366466573911291031" - }, - { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", - "hash": "3750291621191783642" - }, - { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", - "hash": "16694375718863827935" - }, - { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", - "hash": "3220598036709854135" - }, - { - "file": "apps/vs-code-react/src/app/overview/app.tsx", - "hash": "6561625234207029430" - }, - { - "file": "apps/vs-code-react/src/app/overview/overview.less", - "hash": "10514910349287699054" - }, - { - "file": "apps/vs-code-react/src/app/review/index.tsx", - "hash": "17050061761908500120" - }, - { - "file": "apps/vs-code-react/src/assets/.gitkeep", - "hash": "3244421341483603138" - }, - { - "file": "apps/vs-code-react/src/environments/environment.prod.ts", - "hash": "10220522844224226756" - }, - { - "file": "apps/vs-code-react/src/environments/environment.ts", - "hash": "11309522437153898482" - }, - { - "file": "apps/vs-code-react/src/favicon.ico", - "hash": "9303420814833116677" - }, - { - "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", - "hash": "8025372240546622652" - }, - { - "file": "apps/vs-code-react/src/fixtures/get-run.json", - "hash": "14954993404334898723" - }, - { - "file": "apps/vs-code-react/src/fixtures/get-runs.json", - "hash": "16210149105685428411" - }, - { - "file": "apps/vs-code-react/src/index.html", - "hash": "15542557927961559597" - }, - { - "file": "apps/vs-code-react/src/main.tsx", - "hash": "12636954517020345187" - }, - { - "file": "apps/vs-code-react/src/polyfills.ts", - "hash": "17041846422484582267" - }, - { - "file": "apps/vs-code-react/src/resources/Caution.svg", - "hash": "12946324935578891880" - }, - { - "file": "apps/vs-code-react/src/resources/Error.svg", - "hash": "1306017530222758526" - }, - { - "file": "apps/vs-code-react/src/resources/Success.svg", - "hash": "1346479691433759862" - }, - { - "file": "apps/vs-code-react/src/router/index.tsx", - "hash": "15140865326278989359" - }, - { - "file": "apps/vs-code-react/src/run-service.ts", - "hash": "17001222516069202300" - }, - { - "file": "apps/vs-code-react/src/run-service/export/helper.ts", - "hash": "17978663445350106988" - }, - { - "file": "apps/vs-code-react/src/run-service/export/index.ts", - "hash": "8958556086353433187" - }, - { - "file": "apps/vs-code-react/src/run-service/types.ts", - "hash": "15571572309314646001" - }, - { - "file": "apps/vs-code-react/src/state/DataMapSlice.ts", - "hash": "12162383684219148227" - }, - { - "file": "apps/vs-code-react/src/state/DesignerSlice.ts", - "hash": "15018588436028947609" - }, - { - "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", - "hash": "17422552152551623659" - }, - { - "file": "apps/vs-code-react/src/state/projectSlice.ts", - "hash": "17786023480081942934" - }, - { - "file": "apps/vs-code-react/src/state/store.ts", - "hash": "9306760291102940367" - }, - { - "file": "apps/vs-code-react/src/stateWrapper.tsx", - "hash": "2412499423087675880" - }, - { - "file": "apps/vs-code-react/src/styles.less", - "hash": "11897878901819299767" - }, - { - "file": "apps/vs-code-react/src/themeProvider.tsx", - "hash": "3199307216492964650" - }, - { - "file": "apps/vs-code-react/src/webviewCommunication.tsx", - "hash": "4256707400206268801" - }, - { - "file": "apps/vs-code-react/tsconfig.app.json", - "hash": "4251399858593500384" - }, - { - "file": "apps/vs-code-react/tsconfig.json", - "hash": "10208151351921925114" - }, - { - "file": "apps/vs-code-react/tsconfig.spec.json", - "hash": "15143458430517966976" - } - ] - }, - "nonProjectFiles": [ - { - "file": ".editorconfig", - "hash": "5443105041930014821" - }, - { - "file": ".eslintcache", - "hash": "5053676451004808393" - }, - { - "file": ".eslintrc.json", - "hash": "3029841122081180995" - }, - { - "file": ".gitattributes", - "hash": "8207937369485138236" - }, - { - "file": ".github/ISSUE_TEMPLATE/bug_report.yml", - "hash": "15272737862536224901" - }, - { - "file": ".github/ISSUE_TEMPLATE/ca11y.yml", - "hash": "5293457826370554882" - }, - { - "file": ".github/ISSUE_TEMPLATE/config.yml", - "hash": "17858606678031151155" - }, - { - "file": ".github/ISSUE_TEMPLATE/data_mapper.yml", - "hash": "17111424543774017603" - }, - { - "file": ".github/pr-title-checker-config.json", - "hash": "17204226807832485512" - }, - { - "file": ".github/pull_request_template.md", - "hash": "15522796552713692114" - }, - { - "file": ".github/sync_config.json", - "hash": "496730615000929693" - }, - { - "file": ".github/workflows/Deploy-Documentation.yml", - "hash": "7495603297520505074" - }, - { - "file": ".github/workflows/ISSUE_MANAGEMENT.yml", - "hash": "13114629795705431580" - }, - { - "file": ".github/workflows/codeql-analysis.yml", - "hash": "14513951734113331483" - }, - { - "file": ".github/workflows/compile-loc.yml", - "hash": "6716544478710748287" - }, - { - "file": ".github/workflows/issue-sync.yml", - "hash": "7185721735763025209" - }, - { - "file": ".github/workflows/loc-auto-merge.yml", - "hash": "4051908195568450540" - }, - { - "file": ".github/workflows/package-lock-version-test.yml", - "hash": "3012940027669865641" - }, - { - "file": ".github/workflows/playwright.yml", - "hash": "1363863345889058033" - }, - { - "file": ".github/workflows/pr-title-check.yml", - "hash": "16865650786881394050" - }, - { - "file": ".github/workflows/production-build.yml", - "hash": "18079169232381540892" - }, - { - "file": ".github/workflows/test.yml", - "hash": "1393832093165520894" - }, - { - "file": ".gitignore", - "hash": "18110857235808966230" - }, - { - "file": ".husky/pre-commit", - "hash": "17072907064872377218" - }, - { - "file": ".npmrc", - "hash": "4554515537806935951" - }, - { - "file": ".versionrc", - "hash": "1535997441621131792" - }, - { - "file": ".vscode/extensions.json", - "hash": "1475017215334002370" - }, - { - "file": ".vscode/launch.json", - "hash": "3792413396413002889" - }, - { - "file": ".vscode/tasks.json", - "hash": "16863986330420562344" - }, - { - "file": "CHANGELOG.md", - "hash": "8653009368205701997" - }, - { - "file": "CODE_OF_CONDUCT.md", - "hash": "15583593583900038246" - }, - { - "file": "LICENSE.md", - "hash": "11929769968810875751" - }, - { - "file": "Localize/LocProject.json", - "hash": "3095542586741732925" - }, - { - "file": "Localize/lang/strings.cs.json", - "hash": "7849999252714519521" - }, - { - "file": "Localize/lang/strings.de.json", - "hash": "17569203409436325333" - }, - { - "file": "Localize/lang/strings.es.json", - "hash": "8312732778025097058" - }, - { - "file": "Localize/lang/strings.fr.json", - "hash": "17317513078192360328" - }, - { - "file": "Localize/lang/strings.hu.json", - "hash": "2484854965160515633" - }, - { - "file": "Localize/lang/strings.id.json", - "hash": "3980736677736021031" - }, - { - "file": "Localize/lang/strings.it.json", - "hash": "600448890186345464" - }, - { - "file": "Localize/lang/strings.ja.json", - "hash": "11093565599815947997" - }, - { - "file": "Localize/lang/strings.json", - "hash": "10187810231650355550" - }, - { - "file": "Localize/lang/strings.ko.json", - "hash": "5047965408602093376" - }, - { - "file": "Localize/lang/strings.nl.json", - "hash": "12725481479453591815" - }, - { - "file": "Localize/lang/strings.pl.json", - "hash": "1411413952181818706" - }, - { - "file": "Localize/lang/strings.pt-BR.json", - "hash": "13448318565523023378" - }, - { - "file": "Localize/lang/strings.pt-PT.json", - "hash": "11425133437677615005" - }, - { - "file": "Localize/lang/strings.ru.json", - "hash": "2398499417601080316" - }, - { - "file": "Localize/lang/strings.sv.json", - "hash": "13158413859789907558" - }, - { - "file": "Localize/lang/strings.tr.json", - "hash": "6662397990441984552" - }, - { - "file": "Localize/lang/strings.zh-Hans.json", - "hash": "1347672157484416935" - }, - { - "file": "Localize/lang/strings.zh-Hant.json", - "hash": "10854611808467816908" - }, - { - "file": "Localize/loc/cs/strings.json.lcl", - "hash": "18218797302195839823" - }, - { - "file": "Localize/loc/de/strings.json.lcl", - "hash": "17329416204510105183" - }, - { - "file": "Localize/loc/es/strings.json.lcl", - "hash": "10630009075297831484" - }, - { - "file": "Localize/loc/fr/strings.json.lcl", - "hash": "12222067202921797253" - }, - { - "file": "Localize/loc/hu/strings.json.lcl", - "hash": "2641831022449056346" - }, - { - "file": "Localize/loc/id/strings.json.lcl", - "hash": "13654155812274227623" - }, - { - "file": "Localize/loc/it/strings.json.lcl", - "hash": "6251563912352579400" - }, - { - "file": "Localize/loc/ja/strings.json.lcl", - "hash": "4296609352328892144" - }, - { - "file": "Localize/loc/ko/strings.json.lcl", - "hash": "10499652806174351692" - }, - { - "file": "Localize/loc/nl/strings.json.lcl", - "hash": "13739372631183272308" - }, - { - "file": "Localize/loc/pl/strings.json.lcl", - "hash": "12664342038807978168" - }, - { - "file": "Localize/loc/pt-BR/strings.json.lcl", - "hash": "967539809268998628" - }, - { - "file": "Localize/loc/pt-PT/strings.json.lcl", - "hash": "15908807096422373690" - }, - { - "file": "Localize/loc/ru/strings.json.lcl", - "hash": "4560299296108810009" - }, - { - "file": "Localize/loc/sv/strings.json.lcl", - "hash": "15514359632901017696" - }, - { - "file": "Localize/loc/tr/strings.json.lcl", - "hash": "5881830899143780267" - }, - { - "file": "Localize/loc/zh-Hans/strings.json.lcl", - "hash": "1371534145676941293" - }, - { - "file": "Localize/loc/zh-Hant/strings.json.lcl", - "hash": "18161577119653313488" - }, - { - "file": "Localize/settings/ICUFormatMessage.lss", - "hash": "120651321713162269" - }, - { - "file": "NOTICE", - "hash": "4974440325704483544" - }, - { - "file": "README.md", - "hash": "8981796807056710969" - }, - { - "file": "SECURITY.md", - "hash": "9439797681970859283" - }, - { - "file": "SUPPORT.md", - "hash": "14636316271959715561" - }, - { - "file": "__mocks__/connectors.json", - "hash": "9848381554052279305" - }, - { - "file": "__mocks__/mapDefinitions/ComprehensiveMapDefinition.ts", - "hash": "9919290274382928880" - }, - { - "file": "__mocks__/mapDefinitions/FullTranscriptMapDefinition.ts", - "hash": "3944062966816905762" - }, - { - "file": "__mocks__/mapDefinitions/TranscriptJsonMapDefinition.ts", - "hash": "11752793667417622953" - }, - { - "file": "__mocks__/mapDefinitions/index.ts", - "hash": "16382172872236827587" - }, - { - "file": "__mocks__/mapMetadata/index.ts", - "hash": "15499977704685244619" - }, - { - "file": "__mocks__/mapMetadata/testMetadata.json", - "hash": "3847688388990865289" - }, - { - "file": "__mocks__/mapMetadata/testMetadataStandalone.ts", - "hash": "12239882979432947255" - }, - { - "file": "__mocks__/runs/simpleScoped.json", - "hash": "7980537690521249977" - }, - { - "file": "__mocks__/schemas/ComprehensiveSourceSchema.json", - "hash": "14056455167740757319" - }, - { - "file": "__mocks__/schemas/ComprehensiveTargetSchema.json", - "hash": "12236172821382509954" - }, - { - "file": "__mocks__/schemas/DeepNestedSequenceAndObj.json", - "hash": "12317783714393955752" - }, - { - "file": "__mocks__/schemas/PlaygroundSourceSchema.json", - "hash": "6221112849179536737" - }, - { - "file": "__mocks__/schemas/PlaygroundTargetSchema.json", - "hash": "11507768908418701863" - }, - { - "file": "__mocks__/schemas/SourceSchema.json", - "hash": "14432605415286913612" - }, - { - "file": "__mocks__/schemas/SourceSchemaJson.json", - "hash": "4190556006012848629" - }, - { - "file": "__mocks__/schemas/TargetSchema.json", - "hash": "15315721781980201592" - }, - { - "file": "__mocks__/schemas/TargetSchemaJson.json", - "hash": "10254182426973397227" - }, - { - "file": "__mocks__/schemas/index.ts", - "hash": "2795136411859709371" - }, - { - "file": "__mocks__/svgTransform.js", - "hash": "11323230226160083933" - }, - { - "file": "__mocks__/workflows/AllScopeNodes.json", - "hash": "14356671101748434170" - }, - { - "file": "__mocks__/workflows/ComplexConditionals.json", - "hash": "8082757735638268806" - }, - { - "file": "__mocks__/workflows/Conditionals.json", - "hash": "5437366788188040215" - }, - { - "file": "__mocks__/workflows/ConsumptionWorkflowParameters.json", - "hash": "7629133120774663506" - }, - { - "file": "__mocks__/workflows/Empty.json", - "hash": "18273642241049546868" - }, - { - "file": "__mocks__/workflows/MoreComplex.json", - "hash": "11179731100125920842" - }, - { - "file": "__mocks__/workflows/MultipleRunAftersBig.json", - "hash": "14490270762819621991" - }, - { - "file": "__mocks__/workflows/Panel.json", - "hash": "6956073210192159306" - }, - { - "file": "__mocks__/workflows/Recurrence.json", - "hash": "3782576819996791784" - }, - { - "file": "__mocks__/workflows/RunAfter.json", - "hash": "17581560171894355118" - }, - { - "file": "__mocks__/workflows/Scoped.json", - "hash": "4353911984650933419" - }, - { - "file": "__mocks__/workflows/StandardWorkflowParameters.json", - "hash": "3382298018965360790" - }, - { - "file": "__mocks__/workflows/StraightLine.json", - "hash": "4991082168474140639" - }, - { - "file": "__mocks__/workflows/StressTest100.json", - "hash": "18015117502836215746" - }, - { - "file": "__mocks__/workflows/StressTest1000.json", - "hash": "7669209502452834210" - }, - { - "file": "__mocks__/workflows/StressTest200.json", - "hash": "1645800986951066668" - }, - { - "file": "__mocks__/workflows/StressTest300.json", - "hash": "8073244307323596319" - }, - { - "file": "__mocks__/workflows/StressTest400.json", - "hash": "4743644115029324208" - }, - { - "file": "__mocks__/workflows/StressTest50.json", - "hash": "14704594591881977339" - }, - { - "file": "__mocks__/workflows/StressTest500.json", - "hash": "12244941126482239468" - }, - { - "file": "__mocks__/workflows/StressTest500Gross.json", - "hash": "12246450347458963764" - }, - { - "file": "__mocks__/workflows/StressTest600.json", - "hash": "14263668666459582022" - }, - { - "file": "__mocks__/workflows/Switch.json", - "hash": "3916122250248788443" - }, - { - "file": "__mocks__/workflows/UnicodeKeys.json", - "hash": "9641220241181624180" - }, - { - "file": "__mocks__/workflows/simpleBigworkflow.json", - "hash": "6589532073964586460" - }, - { - "file": "__mocks__/workflows/simpleForeach.json", - "hash": "3200434854997074561" - }, - { - "file": "__mocks__/workflows/simpleScoped.json", - "hash": "3543061434896807894" - }, - { - "file": "babel.config.cjs", - "hash": "3236968899011217010" - }, - { - "file": "biome.json", - "hash": "17674340544535207974" - }, - { - "file": "custom-webpack.config.js", - "hash": "4970834634783155458" - }, - { - "file": "docs/.gitignore", - "hash": "3945052881859496627" - }, - { - "file": "docs/README.md", - "hash": "1980246878577320622" - }, - { - "file": "docs/babel.config.js", - "hash": "1308513646348002384" - }, - { - "file": "docs/docs/data-mapper/_category_.json", - "hash": "15175384677382494990" - }, - { - "file": "docs/docs/data-mapper/overview.md", - "hash": "2329917603983957482" - }, - { - "file": "docs/docs/data-mapper/standalone.md", - "hash": "3344137372261026221" - }, - { - "file": "docs/docs/data-mapper/vscode.md", - "hash": "17587935708811884986" - }, - { - "file": "docs/docs/img/architecture.png", - "hash": "26421078174694397" - }, - { - "file": "docs/docs/img/hotfixRelease.png", - "hash": "9522439736757580286" - }, - { - "file": "docs/docs/img/productionRelease.png", - "hash": "16021452614758189981" - }, - { - "file": "docs/docs/img/tsg/knownIssuesExample_dark.png", - "hash": "18121832043530022556" - }, - { - "file": "docs/docs/img/tsg/knownIssuesExample_light.png", - "hash": "5567342054276507678" - }, - { - "file": "docs/docs/img/tsg/portalVersionBox.png", - "hash": "14902344370945731821" - }, - { - "file": "docs/docs/intro.md", - "hash": "6350111963721107528" - }, - { - "file": "docs/docs/release.md", - "hash": "10466877829651961408" - }, - { - "file": "docs/docs/tsg.mdx", - "hash": "11852171552097445449" - }, - { - "file": "docs/docs/vscode.md", - "hash": "2331496839650087120" - }, - { - "file": "docs/docusaurus.config.ts", - "hash": "14248392264089256334" - }, - { - "file": "docs/package-lock.json", - "hash": "5559416213526435192" - }, - { - "file": "docs/package.json", - "hash": "6256662419514857183" - }, - { - "file": "docs/sidebars.ts", - "hash": "6381511234735084225" - }, - { - "file": "docs/src/css/custom.css", - "hash": "18032339206207475562" - }, - { - "file": "docs/src/pages/changelog.mdx", - "hash": "13575912097021767506" - }, - { - "file": "docs/src/pages/markdown-page.md", - "hash": "2637912770613796076" - }, - { - "file": "docs/static/.nojekyll", - "hash": "3244421341483603138" - }, - { - "file": "docs/static/img/favicon.ico", - "hash": "12018898405833912528" - }, - { - "file": "docs/static/img/logicapp.png", - "hash": "18231532070800362266" - }, - { - "file": "docs/static/img/logo.svg", - "hash": "7105735927878628467" - }, - { - "file": "docs/tsconfig.json", - "hash": "6554115139338757959" - }, - { - "file": "e2e/designer/app.spec.ts", - "hash": "4561138837925107483" - }, - { - "file": "e2e/designer/dragAndDrop.spec.ts", - "hash": "12566355067625223967" - }, - { - "file": "e2e/designer/serialization.spec.ts", - "hash": "9249161132102907996" - }, - { - "file": "extension-copy-svgs.js", - "hash": "11484980984219560786" - }, - { - "file": "format.js", - "hash": "1306498498269790088" - }, - { - "file": "init.js", - "hash": "2001075170559349221" - }, - { - "file": "jest.config.ts", - "hash": "1257711678503192656" - }, - { - "file": "jest.preset.js", - "hash": "2772139696069860212" - }, - { - "file": "migrations.json", - "hash": "1752963221756935581" - }, - { - "file": "nx.json", - "hash": "4429090170692270316" - }, - { - "file": "old-playwright.config.base.ts", - "hash": "4390107713842743045" - }, - { - "file": "one-loc-build.yml", - "hash": "17077157507478279771" - }, - { - "file": "package-lock.json", - "hash": "14705132594492135259" - }, - { - "file": "package.json", - "hash": "15065955506568468654" - }, - { - "file": "playwright.config.ts", - "hash": "10236223410941572897" - }, - { - "file": "pnpm-lock.yaml", - "hash": "1487302905605367329" - }, - { - "file": "pnpm-workspace.yaml", - "hash": "9635168946596809969" - }, - { - "file": "scripts/config.js", - "hash": "12713597404829799674" - }, - { - "file": "scripts/getRollupConfig.js", - "hash": "7305725819581342265" - }, - { - "file": "tsconfig.base.json", - "hash": "14810489464233365651" - }, - { - "file": "types/Svg.d.ts", - "hash": "16119276421185882375" - } - ] - } -} diff --git a/.nx/cache/lockfile.hash b/.nx/cache/lockfile.hash deleted file mode 100644 index 47b691fb683..00000000000 --- a/.nx/cache/lockfile.hash +++ /dev/null @@ -1 +0,0 @@ -1200448737034430556 \ No newline at end of file diff --git a/.nx/cache/nx_files.nxt b/.nx/cache/nx_files.nxt deleted file mode 100644 index e606427882ea5e401616ba43dba9adaa6450d76f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 220884 zcmcG%36x~nS>GvS1{rHGc;v%DV{{mV!EBk45s?`gDP%)+R<*jCs_s%{wHg^g5}Elb zGrA%pQn6HJwsk}a7{CS&o8}-NWEdpd4CWwY8ykTHm>C!k0~iSg8-ozrSnQhzJi}N% zJ-`2Vmv?XEdoQa?Om@F|YrN&&?|#ewTkZ>9@Phj=@wm;49him=@`~2B&SJ>#VY_Pn7<&`X-%fjFN zZT`8;a)sqlmd9Cik87--V0n^-_r8CFHGlD4^xT^qxWy8l`4>2rUh^7u^jn>Ot-tPX zv;IQA&FcP_`0a3yu-3T&{}leb_HXmgkmZg)rfc;c?A{;okJjP$$Lxgd*Zb|eetnjl z(>uR`{qUY|^5?$HAN%s;9Gmg}y7yOb;44|aiX}WtYrRvrpMIl7$G_fR_h!F-3+r!X z`5#%{&hn2~{wEe)tH1AI`yDL*mH++sCgFaGu?*wOKyvcvA(f12%|@yA)+e;@z+T(Yn0!{5(yoWJ}3j(>iEB^(cH zo%==pQM-g=@2|M-mpS$UfBe^3e~{(3S@^rJMZf($HvWJ`+kfcSf6V&-^4sY%(rsPO zCGq*%Pyhal|GkchChQ!?L>M2z@)uZi>?8eJ+aJaDi&*$SyRV+}(HxBT(Z&4zC60X@ zi?(0F`eiJi%%b(64n%F<@pV7bKd2+I`~{q|L? zAM@MV4}VuVrr&FM+@IIB&R=8y34iR>ey!s-{q`-t*7Z*%+h4%;>sa{z{ul9&&TCu0 z{bIkb?R~a&T;~hFeZ=}17M)jn>0H`xx_-nzI{tdrGnNI*U6y++>9yKE<(TfJzh~Lj z@7|Cc`%=ICCe~lZqW0GE-^XH{cmRd7Qe0Mzm;vR zzs(=hwcpP6cd)#T#*WW*7U(eCD)?r)w`uk`8JgfU3$?~q``X6Ll$K93g zU;X~w9DEPU53z)Ex-Q)NhuQfN7Pb4oV*R5mKgJTS)jC}J;~f9jOXqa{f8*FsEFBMY z|C1co@Aba_hV7s6*S(kZ`}{U5Yv=S?Kg+>?@6Z1t>-V#$O?59e?K^+jpZ`_Xzs3@d z|GGb}YyX4a*1h%jyUG6Vv;7Awf9Q|tdR-HE?H_Uck6HeNLQ8K9+5@$Hynf^sG-{|E0;XPh$I%S#(Z|?x$yI9rm@YKOO%xt_|n4 z{u{}?bj@e5|C!0L&-T~rUTof9;h%PLew}Td>-%H6=jZrix}W~S^IpmEzv<8En11)S z{O>;3AJ?(ZWBW486@TtgzkZyx&foC+ulDQkj9dP^t_jclLXN%8AGep`A9nBW^N;om z)^}KDeqX=Uadz!{!~V1W{2TmQ*XZ1v*#BtO;W`};f1-&m^Vfe3>u}9Cv;8eBZ}I1J zeK_~`{jnGE+qbg)c9ws_qVM@0f9@Tu|GD4(7yexM{r9u~E*8;_mLKrfy_@xWSajWw zu>Myp|0~N+v4rRUG~4g>`#pk-D{Oy| zMZf(`*1GPuS?e3M{0`fC-tYSLANsY9{TbW;FN=QjQ7kXyCORJeUgY;*!uqAl=eYi_ zaqMOO_$RT}eYEKJT65_Bf9KEZnD)att<%5oJ01H}F8p+s&t_R+*Dj>s^k~ zbn&-e;;#+I_Si4{@4~U$e*cj55sSWg=#S~1BfovjI()0H8MA-Fa>}CpGrtbk{2li7 zd;RIW+j{P~H*)+dSiaJq4}A5j+5fvNe~;yBS<>I=w;#zpIBfU%dVgNmgy($&$G(Z> zn_0rMw0=vn|5m^K?X1K7zk}_!`F*uXIR18y{X>@TWYK;8iC=%WU%$hzb^SZp{^x#Q z*QS5r{dAq~&t>=D#Xs+6(YCG)&kVnN4=2KQy4H32%@6a>kJMcAUqzg=_SFp$$Li@AX@(e~;z&{r(@Z{*Qk9PyIUlUibb_9Me84d+vW`<3lXr zzAxaVw4HwQ3pw^tEH7etF^hixv8;8!<-d>P_+Mf9L>B(PuWMh%M!4>i*nT;SX#G=I z>-=Z=wVwOgZ0lM*f5mTy--dO|U%$3=zRUh!Y0Dj@9UY`|6KMz zk7e5**Rw9O{U{6n-@nQ~x>n0gws%-=vFNwqy|jKU$F%+;zt*v#KYJ@-9q{}7Ar6}}~`|L5d4I`(7i|2T{K_9s}sm*wYJ{w+)T`(N<; zq2B`E*ERp%pZg`&@Aum}uD=hk|0^uN%JOUeTzHpXXaBcYevjo3S^k8@{mQ-fpZfj( zn{{~Ze`fnbI?nRZyhQkZ{VshcwZmWLz<Ysx}UCVaZLALW8G%y_-oev zy2pBxWs61Ey}}>=9M-R7(S1LU^;LiTalh8Rb$#F?pU?4YEH_wmT<7%;uV!ECo2KeWG9e+;G4!;>C*XiAK?Ibz&`eb{`_Fcb!>epv}t^55Qzx_tP*1f{tmvZc@Siahy z`@5{aj)nj4e}g~vjjVN_H~anYTOHH(xA^0s-Ska5_xG2se=GZMW6?SN?(J-ce)~?g z^_}0tTIaskueJS7w*Q$w|1bUVcO~aVtMB&bb-n)H97rsx|s;_>W^V-+$rwOV|(n_z^Vl3t3*o@)ucjj~BE47#9AwZ_}}lW9Q>p^v<8aTE||-TJQOC z*1F%P`17C2`qNlGoh8^6dM_=X$ua$w*RXrDdq2FJ?xl0umn_w`{yxk9#_c`#+zR_G z7G2+A9ooC=uiIq3#iHlwnsELV{=C}nm27_=%g3;-`|8?D?DN0v>vxygxxy0KO5gq{ z`&U^$pXEA>uG8;BUq0cF>AQ7LozveA$6w3xI+nl0@$fsf!xwW**MwuCJ#_3#{5fq8 z*xqB=XDR&g@C@B2Y=`^kH~Kr`+M&PR9dXZkhGXGct?wk)9J8(aP5d<{et+SwIb;1S zi@y7ftiP1yD_C@&uVMXlEPAJ}XZ?--xXyhu+izz1A6UZs>K@<9{##k}e*b{AuKhOF z-|mm;_;)1R+7Ex>K7rQ0v*J2EL;d(&ocqhH-?4Pf_p<*^mhWQ;ZK-v5hSq_Obo^g( z-S@NTJ;OCW!2S;|9s3EtuXp@Ow!^jh-M?Y~XZ$hUQ*@#8;XB^z&;1{)f1c$7EV|FH zvHlGfUHgCf^>6xhphKPeZI1m8%kQ%Mfj|Er{rXQ>|0#>!p`832WV3+kZ9r{Y%;YZ&^Mu zIi}z1@00v7xA)w0FK1uR3(KeY^M9T7r?Gq%%L)ts+dJrYx^|TVJ(h5vu(o&SeBce~ zyX%@w{~PfU^_!MH$3BNe*M{Y9vH#cD*ZuT6wbRG4e6Ih!j_KM**#CT%Yb?5#j)%V| zIChKW3t4n*z*_C4d+qsSx~KT1d(E2b-1T~^JVORHH)_O_jPQ4Bg;3j=w5G5&gq?W>|6Y?Z%xj< zjqSJl{XkQ?R`=BN{$XMw=U7C~zsOp@*LAkD{i}Xk`@iP5b)BC78|;5DIj`ft z>GyvtIUdH#?px~04fkfP(d2NrzcM&EnXSx@2Gio8HJk3Y4vN|Ea9m7R z_D92FJYSg=)4Rj{g3E_{t^LV(wm3eS4=3Z+^`ub+C*Iny();AmP#>v*DXBX4rn%e6U55DZ1sI?Q?=CS$w zWZT-yp3q%i@3l8*jQ09QkC*QD>gEBlj!VkNYOy{vA(KRKom5A;PRqsiGZ?LKSW z9TxYtIWe4H9lvTge{8YGy}Rvpe|>AK-|KCxb+Aui)$H(-VdXUzd z&$!uox4pi(wYJgT==Ay3M_wN+by~TXa+YZME#VL0_ZFlU$*V^>`2G7}8+vsNZj%2kz znL-6d0kdL0r{`OK9VnpN?`>`L)}W`gPM1FF_8mD@c26dAC+z?-$# zI(%)X137g%{NLN$a6NJ`m=9KtX;8>n<4Pn?Kc7IPV|sUgFupsOZBNGY>0~r(ZD+gg zi|OC3_GY)!TkEcEZLF=ew^k2_^P|OHByDcP9fzZ0Wi;7eJv$!tHru@ox?r=v*xR$58MAJm{Oum+;J7Bg-%YVGdM8Opo6)`W}M5PDgiofP|erT%)my|LBZT<@&6 zJ6pYWzq{e?-u$V9gM;GW(ZzUQ%;J&BX>0j_eQuA>q$S&(&PH!@tFyMb;cp%W+sR=6 z&fu_EeP%Wp(}U}4yiJFe>B3|-H`lZ8OjY{yPdLOzXM+*lTZdJyb++1DTlN(X!I``rD(^q@67rsEM3 z#p#^SJ1BOC?jF)x-Cn=D)`O{cdfm=?zn|YOCkDES@pgAG8ZtuZG1`Gn z=O!Dx&sJvxc|cQ?%{bdXDvk$?P)6FcI4Z`o;oaiaV0u{0ckGlABxKv|wc(&*C!LM8 zEt>XW`%*0WoRFQt3+Kh5lem}m_a}?71a7;%i5%#3Y17Rv&+K$^UN$WT`*Ujm#}Y3y zRId+C0xN{A_B!1@?FS#+q9-~XCkz8GEPpRKH7z8R60W?t24CX4d&pGS=~}zvIDRz+ z^97^8u?|*71F`107|?9>z>VuRqaJ>@(G{oJT;J+4${lG`uo%~qe9h(J_7GmC&U{L} zt9IG!Z^7c%k-eLIQyYm@!KvtlsaKN{?fiUY6YJPlL7bZ~GfC!}-|_Q(o)?*Vfm%8~r}Ql5bmI zrzIbj9~`C1B`OyB+6MI2L4`#_SZ`mO?8D8TEl}vCzQ-{oLAg5GA4!McvR-G6w^(b_ zsr{yRalbd?&d_Pj+E;^TMhBOJx|C5(n_frWZuU^1F(BGoXmHQ-e)|hr_P87i zH$nqlF-_i^LLz-c63;{X?DH@LJT`_`iGyjGXrT%3HDx`p4X4o5>lLU1w}-_D4Ztg> zLA5{u@2cOs8)&F&C^ZL@een+clL(Q!Gnrzm#|Mn3{w7M~CI$g2AY-bZzis3bW?4M) z_|DVbu!LXU9Uc@@`)165UWXx%4u|Txi8|LL2~)%Dyn=|FUDhXg2K2VJxz&e}^gCM^ z*z29O`eBk8*HYs3_0v11LaiLNr8o69p|RfP8afZ^3WCJHv1^$X8d$mxMp$44(!5Ze zPNoy!028uUcqp!@PwR}~ZWm6TYafAHqx`{K@rJI`Lu4GOR}kWC>LX#6bVCn24>pH> zxW3^&vRb1E52zeuZit{hBF(w=y1IC)4SV6OyTAw=O~TTNoIPxg#mTMW_+*422qLKU z#%^nf(2U1d-q>9oFHY_p_Se^X9caIc3fb#n%Ji3vn9!DL2-&wzv32ZgcedEKmX%W5 z+vvlyF^9wh(9-y`0b48DW7E=7XjR4F7zQ~x*|AM@tZN*m6*@41KFuISrQh#ucIx#j z?ij39`kelm4+|5Ft@!}>$Z5Y%KokrFfA-cuAjK);o;FwqUIAfP@2O34wKDYEdBO;& zjkuxHy^5!cy`#zG&P^bLDf-Ek@xjRiRkF1+xEs#FmSi04%!?DAzlq)3?xM|Orh;lf zhsFj7^9i%?)@fu;PSqmm?@z_Kp&F0>B3p zLr*~4ZD1boiidwSL#I&I=X(=FHzkqLC)dHCHff$M&zmx8rWqii_-?a+kF_ww;HKA$ z`9K_R#~%dOndk^YMu-VzXsklotc zY?6o#w&Bsj2(t^n>OyT8T9A9M-C1{NNof7_b*i<*z-`553ot3#{#5uKdb*@3Rxsln z(bLRmoqjy0|IiOnH6^sR&|ud#;i;h1AeC^vtnt%VtCP$p1DarEZvpx_w{eRAL33?) zH()2Io?G>e?HaDI{65R-E9q zvsSWmF?d^{sk#B@5Nk&R5p*+kZdM!`N*vx6{2M0P27BoCr4oXhX3d-ug&T$r^uF6E z0hSF67oe>^3YzXEe7W`>^WjPP!yb+YjLvm>r7ueq-RwerzsAXN*|){E)7>5!n8J(M z*I(n~(9t?@>OKHO?VBZ|5!`Ko9u-?I2Mwo#d!h9LR0t0OP?7zN(E=9Htp~KvcaUKZ zx6V$A!BH_dxIUNz*xB1duAo)xn~2UeyfgGr&MnivaoB+UD|AWYou8wVwJ|e59kFiU z9@)po5%fHuh5aS0K|>WhiIxRY#HiTVz;0_WjL+jrB{k?So15@9^P<4wzG9*q`G2Jg8yEcoQ+;w>ESA*Zok+fb$WFt(wbiV*~F2zYs`*(6P^~HXd@I z!+9RT01c50?g}$=Ho8bMxjv+ptU-%g{qtY!-4pV}+*zRsWjd{dX25F&1OwFw@&;-L z^?pVzghmC!L%gAutDC_=&^P-%`n-msa`C;l7>;mpMOUn|^zJ!@SyBYai@^f}0ivYa zv3_#tRyO0wWOQ~L50HJa1U{OgTv}iw zoS-(hgrhIyA92oTOnhgp-u50heJUik1$_a9VHQc9=;ylAd4@H{uDgt`3Y_k+P_y}_ z(s;a)2iMyawu%Rtwnq$f^PwH|GP^eoEA_+~|KZhViXj+ZkABG4$hmO-(4&*7SuA`9 zT5=Cp4QTEps$mj! z*Q+hSp*YcGj4J^ret&BXYZo328>oG!B|Ydeug&u%CTBsAqZFbT5)6WaYE#~EaGk8n zBJDj0Yco!6qxAH6lsNGOnaCQ2i^5_Bj-l1BHMvvG;4m}ZxzLv!Qd4Ji0KPC91)zft zZUJ^}e6Fe@LV(U%j;D9)26R*XDApOijBCrqjtiqhs-RbTE*n zEkUd}uMtlDTn&pic^;Zb;^a64^}07m-5R|v!ilFM)j>H0COMv266|u=NTPS=O1KOs zMK&O0x+sz`r#|*?9c^GyJ8CQ8ky4Fx!aId8vGeGhz2>s1de-QB*I9Dj1UkXAw**!#U2JeUsgorKrD{5ugqjgV2jL z&UtNSK3kludKC(A2qxBsVnKay(14+|y>eUjQArjWs;#RyW~1vA1RSEG=`dym>aO*2 zT`~UFP>v-IFmXW!p(jw0S#+&prq!4G;JG{J_EU736s z@UZ29E16wm6OINv!NLS-s}QW9#==4esfPM{5FXe9ZeHULwXk&@)3d@Hw`N_@op|do zGd7VOw0BceED@lYd{OxD7GSYZGi0JbKY-zeR&`eRthM*dET||%(cHDDK@2_AC&UYG z9yCtcF#E1jk4E_pk$a0V4n-ehg2!9V7RDo&56xbs(gdrslNaM7bVxZmGxry* z&YKYhz|h!)dB9z3pHc7d49c~F?&LoOz~7WeWejgPBTV?Ck8MkdCYo_HjcF2q769jf z7r2<SiM<;mIoaDs_L1JMVF)*cl_v;BUaO^}qJb%d8 z2tK+kV1EE2XmJCAtZB>K9`UL$zWHNlaF>2XO>^8GJsb}lN&;O3G|eIbn32=@4l22j zH?RpkDS6(kmG3$RfZ%|&3$q7yVEBWnRX-(v^>a?1*}WlDARQAoDOR*#P?Q{n_M)OW zpXLgJOqf>CE1#JWZN!(Mpdd%_1#JKfm4hv`^{jOr=hrr>+=$3+jWkdvv;v4h;ejw! zp#}EV)l4;vo=TTKjTW?xGXFqu&|L!0o-WlX%uT@AP4G^hxQ72~NmRt{h}=cypuu%3 z-j;w@5fYD>hN3soM{qY`_569fcp2~m5&5_o(R&Zvk0@Zk8Adt0k*%zE)3K98)m;#D z2P1HyO|%^m9r9zI(tSARz%&J}V|+3e9`?f&x-f*1%@!lXzd~hOZUqIO3_U?3|Iq8O z%9Is=j$)Cr0)%V7ufb*DTnLflz=iQaD{QQdKt+0Qc{8BYQDSd1EP{oBWKJU*Ze+V^ zBf1=}h&F2?f@|^YrDAvP!Kn~uhoCH#SQXAXujl0)J~R2#GlW}gpQZM(a-|C!-z%W$_9EAgP4cg z7PqG0y;3T z5~oID7sOEQr8x0%Y77Z{C)h&h!TbmQYVY~yr&Zo2<`a*ojc!y6d~)D_II;120a-hv z;US(D1_O;vc$8dy=oWaiKsFd!wQXJDNz|c77JE>bIu5W}o-sUq7zf0gpn=riY%(JA z?^&4qe%LY*52!+TESd{CJGT-b+0dwtJA{BdA08a(Kd8C98xhNjHNuWVh~j8w z8;)-|_v2F}#tsf((9Vw62NR!2Bp76_h;R5J`sL1*?Wb;Dz4cn+x^+ruB)AhA6?R9z z$#c`3VbUSPcm-SvS^=;#W-vCr9u(T()FyhtZ5)j4(j()AVvwBerV{Q;9+V zEFU9R9av!0ZW05{GbE!8TrwKLv%}k1nj=DW@kU@<()fx2#Px_Ct0bj%6EQ{o0cnGo z5)vu1*W#E2H|&gdgy zD8xB!mAEQOMA%uje31yi0M_<5xR4Sp=pNyo^vDSbm92EO7JtCfcA`#u9*#eF~u)z z(HcKlR7IZz*gW!kj5PpP#skG0a0L)JOh{Qh6q3TEUR+ql)vd{ni#XNTg}q|;;6o?% z1n~-V(7+)o<+gk}#BS(j*kuY*!)-%oC%sKrzH8VDaqXpk)Kne#6B-lTns))VMht^D zK|eLZ%tn2c|1GK$&_U_a){*Ja!CQsD8(jcYRSpldaauBuk1Ab;Vp7GaQY%~Voa4dt ztObi!UMXBC+@6j(1*hf3$Z18f0Z~FpaM2gl2uzJm)B7-#naUwA*>_+DDBMu`7#bwy zN$6}$p6WiK<(!)$X+NjuIYYes?uwLK!6+I|Y7r&HfhQ31L#!<7Gx;i>!s=-?pmY=w zL0l6T1s7MG51r%;CR1}(H0IO7I2V9z#dzflE?FxO4~KZt7*crL+6J=0_(xMOIl+&$ zVeT!(_25eYML>VURz%aO*X3P9#sO%%G^^7C!$2fjf)_!C^KO7xU25s%q*GEO*>XYo z3RD?djPHWg;^D!}|?Va$@Dg!8bc0PY64lSSIvz7zoa3e5*-Z9I4dL0A>5~1g0X9 zO3g(8!a!fp3lVaPLyYNQ@)Cj^9ubaNKtY%w(h@|GfF=lem>{C+0>C8#Qo&v(AlaNX zmy5l{;dQ=#d0z}$`Y$0=hBIRaqhd7?a*(JOdRRiYD+)jslq^d=1$0~jlwAbVR)BXt&IUEmz>PMaXD zdP!TWkSn)v<)~vO15N=fcEZ{PQ%Uh?$kwV#E{q-s|79euBY>{?Al_RO1p`}&0b_48 zJyy5|tP=Q?y81xlh4ByK=QyfG5IFy#@_j&ufEu7oI-~!f)adF`DWP-;K#+2)7~OGOydo|rWhJ0M68VP~4Q8_aW4{p1supW42q3~^E~4Dasa z$`Q~&G+wn>%Wdd$R$|Po!x|Di4dSS}wAG-znG;CrYHv2U`I@rrojHQ?uH$naUu%FewB zDunE)kd8hZ%Hy0su4ZImSYaVb(#W$dR6HO3@w*;QAz_$#_3V18lps?SSt4_nFj4|c z8Z%HY&@1+5)-Woufj*AF!UqrSg!)3EU8*Psat!Xym~`+eGK^Iejh;G%qrhIwB}Yfyi5M-b7aSm{#rLER^v0v8-20*+4*pSK)>trn}P_8Fo01zBcI}2 z_{{J>sPF(#Z0*pgVCZF_?SdSVDWqpQKc)nD2Sy~kfWRQ39rd?$8kha6yfRSKWLrGI zyV+4JRh~y>ArwRa)7{KXfY5nHhICO=m75%c45bIIj47X3Sj`*Zk?3yo;c?;EzZ+1D zb#P;X zZ*$#;b(I~G0p)c`SM`CM2GR*Bu%c`=We08K*jW0Cftx2|lZFz^X0b$q&FrhqnFzz$ zz~;j{&QPk+Z6DIVdL9q~0Dv=?)^rNAf_#N!*Dz*qq6Z#cX~K+r{UP3)v7;b<1V1&| z&=(N_wS&`*A}TuAfZ^#taPC;N`Cm1iEU4~fSx9BPj~#WM!>C~bFiN?B@1PMVc$%EU zhen&1KvEwqg}VkF7RIIrp$-!e>#eftQE>rZ_gU?76kyfk7X;3L$dQ+&ksTswE*Hhg z6XXjP2Rj8W`tg2oX?*bH-ZO55D_BTg2i&pfxX}6%`JESX*337FrIZu^>3~hsUATma z*Y9z+Tu7$m8)}xd!iF1T{1mY*#xKwxM@&0c^~%u=6$h)*K^}I4EpzT1S zDRAJFxavm)rHSvdfKYrbfm6~D1W+kqR6}2^R}oFPLP`3-rQaBwWmHxzmVHDFh1OuU zX#FHbVZni#*AB^qDL6CE2lJLKVBtaTXoMD&1q`l_EG7UK1`8}+{|F0x@T#m2OapSG zwqsgTj{`=T;9TetNDQ7J@&ci$efPjv{k^ZDBkx|O#uBY84f=MPy`0)TicR;)gQ%)}{?wF*En@GE=KI0VJ)N-rBBmNP&{MamtQ_#-Ge znh0-d&P3oT(9`og;RZ&`A^dTCkj6JVT~W#DifTs8(tvWeX2K&-yHh(Dkg7MO80p!S zSoDeVmT~9O$&imU15Qy@*pCQhG>JU5qa5QQQC2PqWEb8r3mH;zx3cz(4~ioBX!|KL zJdX$SP@`frV-T3X3(N#p6J|uONiz+fQ#p7MuECEZP}K@m&sxC;FEW!?%PQXBP=toD z=kxChw@;Nc2iFb9x2?pE03<^8a2kO05GD#2Zf`}4kD(|GOfYhnQMp738T`@Ui zEai4_%{V$|X}bfvdlZ{6qXGB|lN4J}*bPQJ-0<4f?JH00T#O2+$g< zCD@$C;awNU5FfKQ!T98ZgV|W(DENOp!-`DRvymuPg!j@0VEobt(An$VT7x|y8u3nf zn2?=}T-qY!csGTBLZ+x4uxuDs#-}n-PZ+)|8B@%#lkUK&juV9oc-r)F6mm2W39>Cb(HXkEeC^6qG!pqH>* ztZU_uZLL)l-B8@X>qjfNjz(wH7_j;qFkN&)Re`{8#{9!$R{L5``yO+b^O^tA2-kp3 zsK81rs*3ZL%1B z(9e=)iE;~Y4QIyqB_9}b1P<-&sKC@yBudzXG$~)9J@oM|k$9_MW(&fsG|2IOqlu6V z&_myW=|?cU#J3{xJInZ{iZBb;U46+vdFFeu~$E z8;~qQRUN5fu&a8V$jJ@*HpD92xUhP5d9fUI(ch&IJQzJDB$yMX6rc34O{`MRD&Kll zN;;i~1W=eQqL9F5cw)O>9bWwG(aK{K=W);qtOp-F$z%#z#k|ADd)W7}E|;NaksTf) zMuO;Fu$z^{ipB?qP-@)}?yc!yJX1jq-Uk6rn@E3`X^2Q8!lL1A(&6n#Oaw?QWlnO| zSzfe{5}feQG6+>DohPm3fMXceCI}>IqYb0d``&!vZm-!t#Tau(cDDOD=m;!>E-=9Y7wOSD+lk0%>L+YnkM} zQGz8RUaF26Nx>epogH%}1(QdI^bAHncoOy8rH28TwYQoYKQz~cHmNJy#sk{0J2Kcb zHxUT6(p{I>Ul{p(SmWGD;;~_dA5GVS)h)AxBnOBYbHX*uvZ3ZFM9hzw6cC6e)Ae37 zCN2PA9oha0M!Cq1OU2;=NI_|`!7n(o!nQZFV`({CbSgScAq-}yfdw{^#fdYPZHOvo zRqk=@14Yv#taG7}wpv!C)FbVujB932pk2tBKt2e+vS$Z*UBVhN98_JOEHT@UMCnJu1|FR#HA|x@Ijdg6zNL&+PeG-a zpVB)nc((P@jFLpIZ&aMfwtTw)!K#=IUS)|(JQ{T#Va%CZqS`R8S$JSj8ihC9#6Q=KaoR*v&@(UyCNfM5l}F(v_4?($ z;)bG$Y-GJRKvb1w1cXcB);&dP6tI`hzJz-1+EDiQ7KYgP(#ecbP5&o8a!DobV8b z-Upu!+HgR8JPXKf;v$qoxIAGUC$B1KDuYBLoJz2T%rWjq5DfQ3=gdAay`#g-^Lf55 zQ;B0vrX_QQ2%6HD3NuwKFW(5>q1@Ze^->T9Pw=d@1KG}Iw@{YAF`SH6FtTW#FlvB! z0s@z!Gt##ywZg=N1!+)?RH85l>cX*3rgszfkx+81z>6iVG|8MLvY{h@AVEY}Uf{2Q z_l>TMFb*o^#FCaMZ;)A`@^0|9U=@@IL>Un3?ipt2Q%L}ygqdt07|u z*g_K|-xvn##`Z&)8`gl)n+VDh^=u$@cpBWvEO3!=y`$2Tu%9DQB|Tk{p%{HliB=44 zC3?%htvH+%n)5y^<`0%tCC+Wr>}P zWd`ipR1zuWBTiNX@I$bq?zSl*PJ1zwk;IBYuJ6*iz>pC+sVft!e$GeZ=9ObpSwW03 zRO74%!q9CLVG?Msam8Tuj>>`nbd{$--p(+Y0OcI1t}7c8HAdWw2qHXQs+8fgQNzR1 zz9aIq3ZQjUN;vh6@dPf1`2yaL<_h=+UR7;SO0C2^kr?sihA>5mosfOPh(ui{yv*4A zLkvXeq+v?4gb*C)5HxLlKjRRWC)E>h149n-sb!)i4y8&I6*yG@hCxv1(2O1Wjm`s$ zK?sIeT_M_Tj)Ww30?>r01=-$`k;*GsDixNte2_=yYOjV9OEp>5_2zORkqhITG;Yk> zP6dK{+2;RTxt#W_U|jkR43sZoq$t!RL>@diSwsaW2g56AC?bi5i_`6dS^-yLNr1&8 zb8XL=uT$Jt9`ImN8MO z)~Ja_{+#J@Pc@Q)>7pmfwjkjRqmRd`Mz5ED4>1yweh3panwY#gM!k3Q%-t+!XjH-! zEC8Jnd`D^VXg4KnL5%wB?ztFsMJ2$n6#|3O2>4rDN-%1mB^u*Pe}n+*fav&ARofBb zabX{n$3aBHas`cmR3S#2S)?SsIX)%yokibz^fWZ}O&7gJi=)=yk`;hVK8IkBcFud9 zQI={pyZ{{}@C=Aj(HM}4h302Cw+ihl%tp|O9DU%K85yR7Jd+V&e&UFioPq;lO*0@7 zw8VMBUvoYG!dp3up(SA^8pG5guM;ma`J=>AU<}tol*u3=C15bx@hJ@`uy9P3DFnWj zi{9&=VTh*hRP8hK21Kb$ApR(#1b380Ngf}uPp-x2z?EZq8`UET>I}{kx+X2JV;)~= z?eg}b?kgEsg9&=3ORy6kJ~i0mYN3#lni3;`_a#i5;X^YDO|^Hf9UI5;VaJ1zZVEDd;=-c_ zz-Y`RCP69RCUoSQum;NZqO2N(Fc8muq_UwjXCE>{1z+i?IJ?Kyot>wy?B2R^{l>LR zx31Xa7Q6HglFec(5C)WOA+C}lir_~o(~!MUI;stxn=SS%6KPwJWR$UJ^QchxE(jcF z5NgWU>^4xpKlmbH8}CA*XHW14!0mvqsq*s#zA?*_Rc%hBu~G`!HI?a9|jF)Ak4aOS1Xv;3+$!DYuL z!d~6BxLH?YhqP_-pyZQ<((p1YA!GS7(P*3yakEGJNu>4exS1`PN)hLzSn&NhKS@V# zjZ8LCd@#8;R&65giQ8N$RiM}^ctpe&nq7{RrZ+W~02?M#Q<{)Uv`NY-drCNsf)q(n z$FI2|fjyX$iwq$bGugbjy%-am;#y{&cO#>c)*x8{)JPH77UCmRZC6gKUYX$qC`B;} zCFK%v4jXCcLYgy5#9$-_;Y=@TvTV027uBp4bRoG&LO3fV22Q7ncG$M6QP&tYA9}MM zAeW(Gg10O;WBRUU9Aebq48ta@x22+9C8_nG6=36A35E)FhP>~@M9bL5oMO^<76jJJ zLKS!l(W^r-Xq9FO%)JyPn9@f=bmgXz2to&65K+-qToi}SlEg^wVpJACGDm-OZmFcU zK|Y8yARk_n7%0Rd#F(QF)5ST|K^c!^b`ip($Q6cGgGa9Xnt;eJskk1ex1&+ZRbme^ z7A}LdlP$ zTpBS$uERw%;Q;po=~V$?^!*yq6#Bf689>(cRWNj5t%xdk7AewAt{(yzHIz`4Q!!?vp1?0%2!0C zkhelcuxV1TJPdYwP#j{3D=Wl<)KuG1c?62LULslsBwYd2K-Yi^I5Je;db2bpOZ%mC zC<2%`ha$}(-3E?`LIvzyKmSRtcvMZrW{`t@PpBqHNZRB;3Akt;v@Fr?j2Bc7R3;3f z+;NmrU`V(s^+rWGVz}Y`BfMRPP`6&zgb$7?(DSL(_{ai}7jzK#Ky{z}n=hE>TB!^3Gg z+=VcE;Rvt?%)i(^Dy!r1mL>4zy36{flyAT&LuL zAliFuBJ^-(=_jDL%7mAMUU#IN;)P(D0?shaDhZ<1a9JON!z%gc{H$ znrwm=7ZQ3AL(kJ%5p#Nj0++n{)Y=Ma3o00-ih~8lu9`s>#Lzg+N*RE#W7db%yE6Vj z!7NH%z-Ct{0v%9qln$Pyo?`gU8$(SYm#`OR9R-O)6_84+Qkxge2y@{D`s%rmF{8`H^M+^o~5r*LB{ ztmRuDNQQVV%qq-ogdK`mK8Vt>>h%YpOIN1LbgO8`BWF~)6Bv$IQ)3oh?pNc^fk9Sk zwod4Q68J|#H8dNcKwvy1G!T!Cp$|M$-?t$jGEqnIz>{WYB3@m<@IeItGU9b{OX4qR zknkzTt&I50V?90Mr=h9bHS}GI+`*f@uFp7V@*Zfs>pd;9D!7NWBbEZLud*`OKg18H zq-jH)+cauGIu?1RY19$Fh4OeqBS3EF(X(?@m^qOET5(e&@5oUk0u4;Ph8vih#__X6 z?)rJ6Z4@B$=mj(l%N_=b&Ap;2?G31ShEd_?9Eolty3hOq>vsb!}mxW@h!44K~ms$iesNqBV{^fB~1 zLQJa-k0O+%0uHm4{!Z*P=WzypZ6xz3ugFPid@b-pxJKRW7_|{%1*X9fc*8;x~ zvY$14%CL~Ou&eo5G+g4VWa3g{!qn&vA6TUtBJ?ijHSNqml;zf-YQn4CoCYz%fM`dj zjhH12f3iGH1R-_;4dc5jQ55`q7tToM+3byGV94(I5Yo{2ae_=HvAZao#8glmjJHSg7hBFrGkx_XV9a*S zav(z~nB#B?uzTB_#!O03 z@iU#XMbCEOycT{ARILiiAUnkJ06QU4vzw-0>kx6+tS5X2b}D@o?2o)kqOg$ZOGIuCGc&&l8n}cLK2%eB zF=lf_uOyS(!&8bnjW|LOMQLceW(~s&n^UPJL5z(A!@31sEDk2yE(Yw8 z!PIrHQmGkiL{Fm&lYMhhdQr48Lld7bk@}QL(^xV!cpl7n2M+|7ReT6)L@xb;?r9XI z*N=~Ku8wQf6E{jo2)?6TU><;`DtqM<+d>M-MYj%alNe~{yeQn7Xkg_=fcEnMeEpc? z+4za%ua_lE2jZ9UNT=(y;HuzhV2ng@D_U=9?4*Owv6@_UbI0NUcL=!E-zsqeNk;{p zX$A#FSD*r)f5BiR!~D?Oa1ApM0B5lWmtv^m=P;U+aon1WM`xk5HlAU=iU1DKFB!uG zHXFkWjhrU+=aw6-h;u@I4Xjca$;D9fj-N+$$H8*Ynww43AEuE{K?UWKBkP-QS6B-* z3cOc*pK$&{N$3bjQp1F{O9Sg>;&nWVhC!$^ED?bqM#3v#MpavV^nLt9nkQHxiIyNq zw{X=jyqw)v5SNt-HI@c+MT^79xIIzk1f!qtD~=fDmvxG&V<^f*4&{}O=pkQB5lvpX zPc#FluB*RkPk9JAD((Z8zlMn}@<&r4*+Nm5*5MC2x|ZhkDjk=eK{{upI~?E!;j!0? z`O)McloAG4R-tg>(v(vnA?d7+U=`-1b{-@sJ3X}pnae=Ej>5xWKt%9;j18#C4fAtQ zMA_@+>=2UTbaah(3tc1Fj9_Jq8HDB1EF0&?yNz%LnlBd)kr1B5@FeGtC=S#ir6W9S z@A;PD%@}vQl5&d$?elr-4nwad35z6xpHx0gX7@T!Kby=0CP2)!Fa^PTS5>dR<=2EN z4sanF>j1!1AyWzf!^n6$#!WM2dwASU#|G}LDF%qmm93+|=M9S$P&1U$aX6bTiWN1B zr4q>Q5YP!k0V_cBuVB|=0dN@W9lei9Y9KWeBP%rIC6*8mHDL*hH9J26XMN0@KT7Q6dw;cAzAt79q zD*Wl6+|4FX2w|Q}l~@72gCmvb3cQ=>e#)K@;MG8YG^mePiO_(P>l)plwSbM-Ix6=7 zgpQD~ky#}aT%N1S!^wkGV|r&7MSH^Bd#EskBcrt|#z4vLOUiFb?&UmpRs>50pe1La z6M9>4crQbA_{Q)oEJuYz+LT#{N5W9*zbJk~RiFj||7aBy?p3xjEzNx$_7|9QV4G4a z{4_i!5Mc^fkVtKmPar>rcmqw-IhHo@1uYGLeuXppOsDvCVD;t;L!U#gVlH zh62GU(_Kz#S9XdRB0P$c6ROQav!T`K6}$twnyEX^75c$jpHa1>togp8-p-tv?h<`a z5wQqB8B~#iNbUyrI2qj#`+ji%rXWkG)K6jj6m13K5RYW&prYsYacKPWYQMm~ZNAh^ z3hOXB=?C!`Z3NjeDEWS6USKDNa-HF>=|Bn2QpcHuOjZ<^v@Qtx@~H|+5<2WMB{8IF z>;`EZeuh(r&>~b^1tWs-qfORwiWCn@w!`GL$sw1qVqF6#6Q&F+RS>yS7dA^&&gm>v z)>Fn5;unn<6GmmAI!%7s4};%7We$7Iz=y{PFB!%uvPO6^Ve#3QN3B`RywWEw@79or z)MpKag*V~)g+-vUFm^#m>TZ`pA{Qyl$6+!-gpu@|(NJo-fG~xs5aYu$@dg7rD8sw@ ziEuJ!p23as!aMoY@d<0XLXNLXjwJdAgB!OWhPT2WF&NoFIcACVGx05o+e+?xcICK`bQOCILM zGi5x(5^c`jM&15eFyND4Jng40*b#hwi;!TC7N{Bs@u4sdJUQl1&rPMYg&b>(0*cJ! zy$L9mqe>6cDS;SsT#bX{f-$iKuBG>Ler1=)%guHT{M{AH+-0hJ!pvM07ZOV~sTkZa z209XaskReCq{niYi9a4ddJ`vb8*&E4L!f+O0I2a$d*9JuuNWoFmMAI}<-nmz^;(?Z zFzsf6>e}wMaTS9efkVMX@$sU}b}#UvL|Q0G42d$nK4A-s3OLLCd8)< zNC_R{io@c}y}D`tSk6%3wWl)OR1_Q&A8j6H=!2l61P~tMi!rS3slBHAL}!SzFucXt z31;#2QL26;ktw~fIqEIYvBWmDAr!bqt~X%T{Hh#nFH^KxMh0@loao-V6#Mdk`20j38I}at7_FBk`X5n$a?QC48}c z$U*?+60i!nbz|;ENfD#T{t6b^WaYS+9u{IcFd0iNM^QvTg3ows^de(B+>Y&T5?=`{DzTpW;%ad<#-U-d4j0^QjrR^fqo#`7Qvq6!7fh z_`~a@kXWE6yW!>F4%lB%+35I+DV;mM9EZ>V#susfE`uYI>^KH=#tUk`GwOBDClKYG zi8x&TjBW5jaS4SPH^k_bF`HEUzl(NwLX)7Yshp-kOZbB_hY>@VT)2|Z zO%$r3Q2=zBkLa3L4@J3yr`KMYk$_??g@6^QP-6CI+ z4#o#4A9Ms6_j5)Y->_cR&n!Q)v^ElHPu#F8#)P96bx47*Gzz>8m*HATO*r^YDiBCu zV>(`LXOc3p)M1ZV$7lS|g8!zQ)al8PK&2;7M34nAtX#7X+LF08?vsX!Odr2G zyM`3EI3dUYxrN9ja+4v7G{4|Ej@3l7o9rGZzX7knOSlga0!lW42)yX7wsT-s_`kAw zi@oApn&I}Wz!DANw6j_NSBSeV%8h(j+l>zaU{5b2#?w(ba4&5NKuis@M5YlLTH+rwlbl zu~np~=ITRA086O(BZJv+U%0tG08++bsLV=0a&$eIB!hyi#uU*<@cjxM2XqHa&G=%@vC;_xBfXR}2YQNuzY28MiyrI9hS=xg$Z;D6L0|p{&&hqKRKygnr^;sD3e7Nd7Fzz+!jOPP1 zvm#Q6qej#LO~O0qt%uV8!}}>N1)ne@3XBX>l6TG8Jnj7qi%twm%t4}3&=%k#z<~_5 z`g@q&Y~{ta6{{Dw9LrTer#K@KBv>A(LtE{W@yYRuw0fH}boFd-Jc8M&3=1YOd{0q< z4e{U=fvGOzih}Ip`O4mchE0CRt|-q;S4oyAitZ*04X&rmbu5+Z^Uab`*1 zOKz2NSegppg72pq&@eVgf~o+}nkL3YNITM~;B$_HmzIEc!Gj?k4^%)>!iw$!paxmN zqlNlUT2fLwB-m|u@2$4)PB~>YR)L&@sJbwGl^@PK*2A26vE|9#O7#g49$ z=?Y$E`4H+0IEZGyM%bg6~WwVGN*aYxt;&1>JgbM{Nm)sc=e}ph6Ad>os!9>BLV5^f69KjaG>S zrb`u|D`#b8h0ZI-CzQF9dmF@?h*W;1{7{4l^i{8cD07VP5SQpvZW~EM{hGf@CO!-j z=^v8T%62VVM|gYd5t}n%y84u%?}!i4w#vnk2~3xBzlZii;oMR@o`^?91&H*rMRWD`(aI$(}Ha~!KT(S*R@8K=sT z!Hq)kmWBZqhCroCl(OwIP(Nga@-P*vk`G_=#lw&kP*#Hmp!X@#%fok8zQyPDBLA^< zK>bih2_eC%dVX1y&nHmkS^(4KFbO*eu>KmjES2Du7nB^;hr$O@+0nHHoWiLAxm@Q| zP+Fqn9*!n^gOMS+uZo-MB?b$63wRPpEc%qPKXctK?d=95&)7~-#XUqttd!<@)I>x% zPfYKbdPv;1(>R3fptq6*u7C-gIzgAH_)y=QmpLUbL}&e~C`O-$rAaG zSsgA)z-7Ggu0Nsx1eLZpQX5l`1VAiUjmj}JF8bek3PPt?1YSqYSpuASamOP%+c9k7?_*KTpu3gaIAxn5dZ^TvBM17#boUHU`f{0s~?(L>)t`ND+y65TT7nq%?*Z zljO<(TO=|St|0_3$Ad~uS}*CQPPJTyh4M1gtZG8W62coR8La?64wzTH*lX+;=8iKj zBljc>h{0-sI{5ifHP&)Q7?lE34kb)AeMIaBwGVnVOj&lIs$`?GF6C>byfk?&55nzD z4$iC!m}o>}nc;>hNkly{n25O2Fevr>9pZFmRwo`lV|o(yBkvB0;nhVA2idMylaiPR zCb_pbOFN`*Q7Sua0CLTH(9Zq(+jyXp4)O@4PwjX7Yqq-^P8@6Yc!%W2!4D3Dxr?O; zgsnnjpcY2E0r3bl+{z1Z$=Ro%9E)|Q;qeYv|4ai%q~wMXCD`voHI8@|3jxJvA`P3D zXbRS>9*6srkrmC94*_gfvw^8N65J{l!;&5?{JikJ>KZHdgK z!L%oW=$u-N0*E?*4vsbr#mSkLjmb#1X!_#xC{))blM^yVG!K?zC-gUI0`Mb{0|XWK zz{t!qH!8>Fxl)jXUavXD=}bhk(21>w1`ot4 zh&^#NY|Ma;Pzx3y>;g|2Dj5JbN=MdSX-6evG%eLrc3xC0LXHvvCKirNPypCD)_y}3 z@-SM$=m?QW{82O8l}C<($pF&qdi4%rsf zw@mT0q;xFqA8`ue9~E@0FdpIGs*6|KqKjE^)h6 zs*FVALG~DiNEJmHHrg%eXZWFjNIv2Jr24IjZ4#ZMs9#m=2flFQsk&tv8{0|Uvbcd` z6fhgq6r?BWnE<+_NUN0o3@h}xUCH*UIh)n=I5}lSgX1fy7{vFY8Ibkac~H>}A5iop z@g(J}JKUV{0gR_AAc~L$DP7BpVX{z|FhRw<$*asHN6zU& z2gl4{TZRKhI=wokppLTTA_D}IM6A=VNGT$bVTL{wEqv=TtR(SS zqb~Xg3e_o&Xf4MquF&FkOE;T*Z2V!k(r)yDTy6Fx7x~#jfPyqXqG@ za_${l!<4kD+Gw&Etoi}1NhUGEfY3K+6`(AqgU}jwOEp0pJEi*N^wVn|A>jSc_?WGU z_X1%>v%zJ0QB-5N*^N+&+mH8}I$~}G})5bz%}y0 zEyYu(Uz6H>$#zgclS32pdg%S|umMbC+9;-%s-|SMW@0n%xRhPGDH1J9S((;uc0}8~ zhE21;4&naFEyc`LE;?_HibSoF=KDK)EUU98>&}1*j0lz8(&SLe?yjo%v|3Sc)D+csZ(7`sr z)x+CT42lqXfP98_P)E^xaqbYN=j&`-B%k5(#aIq@FCghn;lcQIumn&CRq!UvQ(E
Z_FT?&iJS~nRp^GoVl-EeG?=U}BQ2izGHT{PB0`L=Vx%f2liy%u){gg70x7M} zm+;snB=bys48@zluF_m`n2;Le=dY?3z7>W?GDU3}p`dXfGX^6Z_djTY@?0H%44?Eo zbTi=`ZjRHZz4uM`$AKV+IhGCDFUh5lV{I!e5sfGXZskjJ-Ec)kT%HAho}w?Y=I|^t zxbXYd-nCAIg=mUX33r4rJQTZ7Qjz`aZplzdJw&e4#u#+FPJTg?>MW(s)A2N_YKJMx zF;~h`*66s3{cBuF(O}>q7z}t~DZkgtVV#;c2~zLwa5`TMM!O_cO8z_T#cJlFZc<+p zA{OLWO}vI&ISHuXPiYLaxw1b(ghDGEpXr1O#AsZ|iNd^USjM?%Ejb*pg=P28T30j& zr@fXU9H@Z{gamhFj4TBn1^TlO4t^0Oz23u|R3#!P6_s4!OZZd(;n8WTKPyWg#|Z18 z^eFCHfo__L+x2vXZ5QYRW-D~oK34z^o-n7mhj)CaF%sG&jvBgOww`z_AQmqOg@?DR zVq@9hD2**dI`IIKZQMa&)o8wT#2m}3gfB5CV7ilr8_0jf+tC8DH}EB3VpcbKz(At~ zGc68*^0LtQiqG7Ku}Lb&T6kpaNkqp0CWyf3a>>h zJn#&ZPUpg&7!9bXa*OneQIWJOs2GTt5+Yz>Hmkvd+HW+{PKc$Y&=l@A{JO;dhJzaT zz)FaBvX~SZO6)4wiZw?ygAZL)iMeHoj?FD7n!lB?JDp`llhi~^`n;;De@H&lw zVOVa2JHVb5g(+7DO;byCsZ7qZ#l*l!JV#C-H&yD9BnWiB+5U8RLJ4yzolwz&xukuy z1S0=X8_?NNdEk{`pgCJliM=9T7q#LLelgo7`tE6*olJ#u;)+L$;EAsibJyL;PoaNm zzi3&$Ub_6GWNhn_-_YF@vZaU#YqX~z)|iZc%DzJLy#v?u(%crrTPFIRDKg+ zK-vka^aF`y=eFB58(cl5@*gUXg^b5T*5mW)``iI)-uemx;1t{wZi+fj<~~#d7PnLw zxfFFYmHBulZl;1nnJ+i3nK3$)EQQ=t^cIZO2hdlK%nRTYCVO@&C*=p>e87Mdq2NoA z_YHmbVOYBjK?gfe-MI1O&0AO?n#sC{-6QZ{(G@ZmYiZL*Pq~$mHP8kzbFeS`4?=V5 zW=fZoDZ_SRnh{|Ue$ro1Q0k;1Q3+Ds!V?aXTKgJ_E$V98x)-W2RmT&b60esf7648Q zjzhR0@w7m%xEnNS5P1Wd8cuNxOFrWoRjxY4Ibf1T&*sC>6F`+wNJ5HZslqHPB(>#N zU@YbxK?#ErRlNzz4(>$x&Wvty`u1M(@!;;z6-#K9n?~E@gP^>ipNWYGy;-{OB zFqoW##-5RAGTdj(Y90up;I;==9uvh}L1Id8Q{Ii_dTj>=+$#cQX+{3?CzosRD{={2J4xUux()}OLJx4g2?)%-CH#Pctt<-k=H#9V4qIVqJsC5F&^x(? z;9|=3S;B2%8yk@aSmTk$cLKsty2f1udN`g?2ulTG z;LZ{*`=IuvbFy6vk+b7%XVi!3CFZJYJeBw{-}PLt5UJ6 zA7H>*vPdA{Y{1GyL)ZvILvh5wYUJdN!nElyTpW~$`}9|Krs0INg=8oT&^KJIeuFElq{L?qxsYOTlb&7Ip_BaNba zd@V{O++34gfvMK=1Fv8ND=>!Hz_4Mbzzb%8A~O+Ac9Uwl4R2J5hQQ8!&;V}-5F!-_ z*M-sx!JU>o7zz2NHU*(7`^+XTt6!KdDiA{o8yO9Msc3n;K~xI7$N)^OE1JA3&PveY zaso{3Q(#K@z!a$rx5c2y$J{yI?Tr_kWp?vZhq5^;m!L~s_>Q(NP;H!;L8-3PRd$M~p z9u&JlB~!WhQ6Z_dNzz<%Yf4sGL|EWqgbo#VN#uV`oUN8-kf!FQ9Fb=ap^Exk+onr; zH-6EDG&WPNe1$*~ow24EKeEuMlY#nrfePpbfN_tx3ZqbXVi~iQ3mq;Xd5v=q3hr!q zy{>4D((qYd=syI|!h`T25(>pD;qA$F=ahpayrV@}`%-+>tn>~;D)`5#CP`o=8lN~@ zQ)?}zgsJVj6n+|;>`u%H2!!x7H8iGXLmzt7NWPfcOwFefM0XGMJ*Y3LX`lc;Zj+>m zhA1^xpJm6wV_jRg8cp~rkQ0nUEY#e_N{Ky9)K=$6{Jf*u`*HquL zQIyFjT(*U+G09RM4d(O)bApi^2DNGk$)}*;X8Hw2NB8<_Oz|1WsDSkw)@>xuFIDhN zE>+ECB0wH&tCpHlkeomjON~+aT;jM;c^DCx(L{*kkw4{QGw9AaQHdPnqxSDGBlz^r z?%rtOzy~-Db=gR5l9<5n7y@{!+p$7B4*G1=zQOco`ef!(38EJ5Rwd!(V#hFLJo$Li z>W9RJtg@Sy6i>#<@o)^Hp`IbB8i)-ql>#Yv5TQ{G1MZ|U6wqmJxWAq*_Kqf#J2wHX zVTAK5K6Mo1Uo zC5&Wg2E7OU5CNJ3kzEN;3+x|_qzJ}?YAAGbL@W9!E=^daiW}8ZqGQ;xcP*(r^eY$# z*q5+FUYIc<`mV+}xP8mR|Ffe3&PBhMy9Iq3A`T?v3Lpq-zQC=uCbT{6MrWWtfr7?Y z5?2Us0Bpn_fvzz!>t8LC_%U%W%6l;`1;Ho+7)B1L`#{Qr7>myzbDJus!JE;)%9mC~ zDY?fmMxu0T+dp|VpI|gz9Pc@$Mz#-)516mo7s%gsW%l(>%q~Jh_YwlGDJus5h|)#T zi|Qpr@&;wjVmYZgO+$$Q7`qf9m9?yW1=Z(O@{>q={Hakx7L<6+)m zmD1!VxH<8LDG-1Wi~rwRp_(h0SkM4EpXTR9f?5;Vj~)+y1?S-2&!bf%g~$A@03gui zbdU-_fLfxBkr-CrT>*72&Dd}R03qPe@y=*Wpzqd&z)4I{yHrm-HxU!|QQFM`_$%RZ z>Izb15CcHLZSZpw+?)+;+oX^W zEphpscZai~YP(6HL0+QQBFJ#-Fv20ctdD9$SheC@&gcMqbTA#>Er{^iTg;f(!6lPw z%;NcXRi;!v)+4ah6qX9NGMKAXXxQ02H4-tHRd7trPXd%EC8Q?JE#SjZFIPB)pPfue z({A&MO==InLmO9Ig_7qer~q*MfP%|cJ>eCHJfOHdnLkm?ld^J>hXl2OT4GaUntFwy znG&30>5y>@?3R>~-O2c-D%H`47G|$fGlcJ8`NtU-G6JAiRgymm5_9G4@#2q*>0l%_ zNdLSFWVyLCJCk1RA$Ds7$|jv+tI(=1@%PHTy!vaWRoqB z$~0(o2LB!$D{po>7ca+|H$J?^aqf)s9m+v3N7YxwEUfSb(s4$H8?RYz^d17^05#l0onyN%ln|m zSob`SHY#h|2zthTReTr2Tv=Ccq*dQ64Ax5cIBHwGtPhR95qxb|tf+6WG2kU6RLIZ5 zLx~^`25P*0Vr~aj>%8*iNqLW1+=B9j0!*v$ANQpm6;^$&)kVHxJ{Lzm=X?m@%UMW( zzqzVc5HJdt#L^;42ZE>_6%RDa!cgJRWkMnjO)FAKe=wR=HjOF{l^mN&9YBhrP5C~R zVj$nD!m%+eYu_mm+YY7kr2x()B}s|{siJWz%NAP08iq{WjmuG!v}N?w?k(nXLZOFu zC-asI7qM+)&Ag+++M#qZFUf}>P^0!;Gf#NBV_XKAtMbPRPSloQX}eQ3&E`zv9JGNT zMr;MY3ZRTDvDzju1#nQ27vOxd=^AFAspr&Ar$@{3vn}EDlue+DZxBD#q`E#nx@^~F zS9pS5LLqdxJRFE1{3}=jP3$oarz+5;9HjIPEQIm`*uat_^3i&c9q%B??CZw|E!gne z%OM_RB*ZuDslWB1xC}JwCW(c(Vti?u>Q0Ies(IC_a)YtH$KiCcuqr4}7mXvUQ>HV* zvF$Xn8eXq2@rChDQBo9I&G&=s5=tPW#!55tVayUiRYn}+sGTU?&>Z4Gk%*P_>&+zB z^C+{f^Iahv^b!J!VE6!z0)8L9ih=`PXlPYDL&dU8a1<{^_~&Y9DRWWud~U(cVqcDL zQ%U6Hmr_FHD9#!1aA&m+Y<EX27YprLiL>;Uz%o3V*7PLiF!u zAh6@rjz^2Ofw83;p}zqy;64IfGO9UOfyS7UYrVQ6qMepX4+g*FY~_s|S3wj96K{y} zBT2_QV>Mm)3>zF=W%GQKrmoZp)DD93g?jZKv<Amr2GEhOMaLh)xqOj>^ zWt20@anyLJSqh9QK|G%L975UpPb53s^Az0^R}Uy1nW&_20ZKp6J!eE8se>JibUZlO zmhYjM0w%SfgmO>MQ1G|Z25G6VC?rZ#&!vQwHVWwhCT2p5_-J=i9mVvZGR#!0+wOzH z$)(wY_!tL)rCL#OhnZRIp*MVn;(X>p*+K60Rf>pMb82OcvhEF$S5t>dE;h0?PGh*}$iJxEvN{tPrhaDg}iQ%&^f@ZsmwT@`^k ze=_Jnr>Z%GxvD~QDkG!J8z=TE2{5Kf1%)bDc7&x1um>1W7QS*PbL}}2aRv)rE(l;9 zd5g-b0|YJBBbWe~67;lz3~R+L){`=K4u-SvEu;iL!OA3Xn9}S&>|*sV=EOvunw|Q z=Vvh@Ec66PG=k%3M35fEb1+)++eFGpY_?G8D5`)A2cRBwDtR902)OVPvXbA%!4HA# zBmG|;gYDfOpc`>R#Gz6VAT0(jI^R+vQgXvo0dOWz9A$3u8Fz3u9wms2c-1GzVf^!6nxuKL`D!fDSg-c3Dcp_#zh*L4)p~A_qorx8oD##K_RjR1GYpg7| zAo_)gLs9*;)@>NF_-yd8VcqxCEBT;J2`&z`NN6Y#6fS^`0pj4bMz_fI7F`z>Nh5D+yt zgp9&bn$kA{1Be5YYBuLWOI@iJeHkje;@1_zB?kh2a_2v&?&%zO@Jhj8dK}C!8jHk8 zM3BG`#1}?U6IZUhojn; zT8+&SRp60~dqSCrfFgchHYKE9`^!ZCP*5%gfEj-+d6L48wW;}NxhG~OoS(aTou)!Z zbxm63@rcaO>Bif5FG~hl9y1QW_$O^h(XuGpKpF_u2GUMVkLRD2doAQqG*=+sv21^PLf&y_DI9~m|!ELNqp zG|}E>J*y3@ky%YN?}c~!;y2QbP+b*$qDjF8mul9X2W<6lTZ$GMvVCiU%NveT+FyX- zs^Wu8V4$}p`|9BY17K|K9Ml@D2RzfQeAf{P---Xp-~-18N4oV*=Hui2o@SGs zwVw8J%^%!G=bDF!W)YL<6__1F*J0(#j9EKjE*AWO%HX-<wOF~87r2r1}I<%pp%hvjs{FMBBFCMx7(rvm-rZ-iT*VPfACod=aQ4XO)Fq%b>*yysY&uww8}!pjL*%f2nj z6SHm5LI6z3o{OOik4`7Yq2oj%$_rP8Bt$mO4{WBoB)~>P0gaGs7C(2qqNUAz@D&*? zzRm2PQ#dF(yPOReQ-qm^>4GaQfA72pY&s|yd1`WV<>N>pHW(!bLyGZ6_w;jhFlmF- zj&iSaGN2?Rj$&%mNklcdg3*c2lKPEGpdj;P4k<_JcKJ1*3rgt2GS%W{lD_sm)ZA5@zXeO35_z8z>X3 zK^Z>{*mfF(;KAtskG3~~(=1EtGFuyz76n0;){y~Zku5W-v%0IhfQHVB%v#!7vMaK> zkr9i?h{(+7ii`;2i^z&B90Y-39U2jkeHr#b zaEhAedCzjs`QqLikqL@jU*3~n-tXRX-t#X1_y4|!lFT@aQ#u2ovS2hMQ2=iC@lr4J zW<@HVlT35`w?I1RV`*+C^q4Dit+OXer6nkN?P7-pqXwbgBXs~3pe(~boGFwoyMKsj z`kJru_kuTQnl?k6&W=Repyt3@czCGz!u#F6Y<14y%Ox9tq|n>KYzcHJdb?nOk?d~C zXXDuc-G<9=29T{R$_;{-QJJE*>N@nhxy|14Fd!&6RlEg0yxs(v$^@XC#U02|Nn!wN z#R)ADe>N>U9xoNwy?e9n(fFHe7S~^ZUA?-q4agG&CMtYLrAgeu{{&f|$(`cu<=wPW zz#$Dc5o^4g^*C%PJM#g>$gVv-Zxrb5rIMMXLDA9X-f9vBPSS|miev&H$WMi$hYgzP zhTJ?M=haz%<1H-2W*3nihJ!;|5F<7}Q&||T;Xyeb)bnb%8EPD{x5^Cq1!@PLcqfjn zAmqt$nh8kxcbGgjF*qnL0|p}f!%-DI0EXm`D#z4Xh;or`O5UHCio6mL0BK4%tb~|MOe@c+t*nP0hZf1C#|KmM=XIkB1iU4u2x=>@lAD_JHUI8Xd&h^yA1ej zG0#-2Ul~XeJXlefCS-SYlhn3LSX`A1r3=s~(=hpge#UV+sndC;FLp}j! zgT_3wglzt^HlS_QX#si$-Cag14uz2;p11tRW-w?ZnnuNg)RkRw==jU2WU)yY4+Duq zQ}jzRymk@H1gZ6x5GOPgVGv0UkeDf1Z|C=fbCL$0ef}o)S`Za%h`L_z1JC;iFsr+5 zJ0X3zi*|4+w_sa{0)~HU9llfw(~P3{^NUjT%n(K$rq!OqO+2lM1k+Na?YPxUr|$n08jQUFpfpRQu~AoPm== zk;$%Bo}?j3KLP<}8nuZ1nv{gb(-=R~;$#!QN_+!x#SmbKa6_?2{9Gy6*grT&=4EH= zTa;ua{Jbe70&%#v37(r)e@fm5C||GD>ckWJ!k|BM+E|2;^ev}$MO;;58Ube zGxa1uEVEXgrOnt%+!ul6Fgf^God16x3Eg7ti$sT;brzCU!0Kp7tG>|8xq z-%UJOW^MRO_B1*WxE7a`m#)H_?p=+wStI;CUmB_dSY2QpLWz)s?; z$-=801N>IPnI!uiT%}sEpt2#Kr3-*e@PM=?;r4TEn(Ceg(6XN}Y5gaXZ*QgmByom# zNn#)Xax5O|#|Mw+ow4+&*pZT@k{4y(2rMLo&{Phohg#E3K&w!iY+iEfV=ci8=;VN( zK%{5J2Sg(7u*^3o!4q0o{}WXskJrVY=^x+5hNT=>lSSDE#@2dPdL{w=QUIAAdqldO z0P1sg!*zni8U!rPS>%tcE6J>qg!BXlc~1t{(=$=tt+_QTMlS3T8eeiy{P5@1RHS*# zBT~c%4n-?DPZ}l#(9LrdG;Z1XMwDW2?^ZCO{GZ{*aCS z+R$0o)~^9TR0V3u6pKX3j4=QjYc}*p9DS0g=x>`PaXabKSN9&-K791(8iJn4KI~wb zBZ_A}2E8h&CK1=2^pM_#;_m0@L3Dgbe{(qf2kZM$5hBPJ1T^+1F9egQW`iJLn-^7B z0Rtq~^cMK8rjpiAIj@cA0>N9X4s*#ayR(^}q%uotKe3~ucTfO@Bql(pi3NE!<{Yci zEq1%9My4c{$Cz+Gw~e*g-iS;$2nOL6&n5Z|sheWg$(y#@Cf9W=p4;BvPlX*|zhqmq za;%yC+FsXZ@Y}~j2(Il#&NKfZyE0@ti44#~q!V9QBAsE+g|jZi)=2 zI-+ANzjhXS309Y7q9kQ-c&QDE^(kw8Y}sCkTiZ%qam=RZzY z$ZAWgksA(aBM$?pfd0hkP=l7!YVO)9T|WpX+iEh*F`hD8AAb~q?dGzs%vqG>jjg@w zcEw1Wh+BdE*+Tu*IDkIWTF6kS6oAljd;kmBh}~5}kF|ro-)*$~*880bwfQCJ}~W!}?We)*FnsWF9gcSOilnKejb* zNDnByY4KkE+h=HS%Omy)-!E^XRZycpKTtxk9~5#f9TCE~KcB zET@+uSMr1)R8z5t5Hj9W%%z7!?j-K`bOgCm;Q@e;w5X)ls)#35ASk zVvR^f4+uxuDT|dgf{aD3qpkT;i!n4{s3hWwO#2;I;bjXl2}QQsLW&JeT*+m}JPD2` zVy(j>$EQy|bhZ{L9h}bLVFiL#^9%-A2=|;~UyjlsbO03Sbw#^TPQ@rPa#0tC90@9% z#JzMb9v9wAx6ZvHLi>^JE3fco9<#e>Qcp+^Z*T8DJ412vGj2$}wpJ*VNBbuk_u%LN z-T;rXl|99vw7nnMZ>XURJJ1EERBtN&rVoHj9!KY|v$ZBSVeXH5iQ^**U-iUT@`DPb9j*S<%lX@s4*S zi)b#I8?c?z!j6k~cJA|e301P8vo6dvAOoDUBJ zH3D~zlrpbnI=FVA93f}T`fhW7nM^3Yp)fl>fw47BG0xVVW^fAmx7HE@FvAj&NARj% zOErol5E8!`^`sK#l>@m3#=iG@YHLs^|8#rcGZB z=x73Q1R@xf7X!(z9gP(QYbTI^Z!TnHdEeO%9XMNRD)mFEnJK&l3z9+8fDY29mH3ev~cSaR0DP3Hx2(9pr3)WlChg@GI;&kFj2U!77)Sz2ebrZXF|l$Jk56 z8b6M(3j&<&JGzZk|7jmxo=BtdFbPZ^n%NNwPzl2h1o44V04kaEWn-F_Ye)C@cJ7eX z<_J%A8&eCQVm6MYx1ad~eV%>@@)tvsNXwki4`^u^5f%ory~bZCDb}P;(W2G>25fHb z54U#wAN8{^-Uz8qg(e!!$>Kr$M{ClL0>hDjs&QKz{sg}95r(?@3>vQbC_aDZ9B zi6x6zt6H$`;E8LJ17&T%XP{J1NkFwDJErqc4>Yf_-)A=o?KYVP>P~={F#BMS;i*6$ zgWfA`W};DLsZV#318c=xc5Dl|JHUv9hQ^sGYZ;GNAn3wT%F8rjNbn6oI%J7i+RLNO zoSX$3y1lb^_{bK0es~br@x`>j-@xi}3!r=aO&dPEE{WOrx|R^3{CjK%Sps}iED3aV z@|Ux<+r4cXT(FElL^TT}IG71M5J<5)K!VtuXFb8=kQstkbN~7KR-T{@=U%Wm3fJ!P z?hRPE=Pz@3u;dN{H#(sbVPl(TLi8r`FiJRDFs*bpt$$2z1{NA!fiDB;5Jzj4LOcKP z7v>&*Rnp6!4n}$ zpJBj_pwVC{N>_OFs(LdMSO((Y2k=uPec@znZ>*f(<*35v?(FQ4<}rY>PXb5{9_dUB z&QawO60~O}YqWW(j>Xo;Q6e=;EG9|8mZGxk(OLjSg%W5{rX_bDjN;`0_i#z ziKxhvZsAIx`6$N0s-8NBkxxpfRDWWbvIh8zFV9}XMnWNns5ckSoWA8o=wG;QU|`lV z;&{mmdhO{yaayfXGy_P)TDV;n5nG-Di$r2=b}`1g41lO4P5M0RviJPr%0V0=!Q=`L z;$fM4CnSz&XL4;%226y)>jx}(b8bSYG|(P0r+D|&E0|U%E!nNu;J`3kiYJRGE{4>? z0?2U#1z}-uY*);ds1{LUJTEqAu1+SeoTI9B!Z%s!DCy{n(w+Rf=CqD7X`W1CTzgqck6v<+;$ zzFcQaFY@@){`z*HA9&FOY;Nz4T(aA2^SQOFTDN=2YEN1tFg4mNF8Vh8M(<0bAz|SY<u_mAfSe(_Q4FXQ7gE^>-yoRL?R|0K0zUhPjq<(9!kn<3mbo7S@m>$j`ADtOK`xfHVY-l-9m5 zibq$NEne~vnf8nuz8Dy}f)ogv3shtq~GQAqLnGT?NWfl*Ei3pm2nKN^( zn&hST*FZ>kHw26X2KWvn14JySP~8S^pDdjamkx$An{KZ*@hshBytHWdO7n1zo&^K- z_tJsxwUzfKNKtGHf0HXRI0eRZ6P;~tiuxj zwghy-|5oVZNDBRUFi;P|wXZv}5Si5`Sk|lr>d3xcc89}>1TkDXm$klU)bBj)DT8kk z@x}(;hH9A#r08^rL+>QAFF`;-^ClM}X*T93sUUK_5I@*#m>zTy#D!!q>r?|nEH{(9 z_ySUnZQS0txWB)s+qjI>C?=hkHO~N3JltW((xT~bu_%ZxUwyRZWgpK4z%p`_L?I^bAe4BIm926Bv znuelMidR%5{LL30gTDebH;R0qU;r9ml1MmsWS$A;X-DFus2!|FNg{H}9I#VO43UL_ zI(&-I2UT~~dV->o0PyjpA>ZLlOMW1kv2^NIyVfTmi-ylPu>t1(O}{PVDM6or`h+E5 zYoH^iW7Ae?r@7C~Vu&g8*^N|gu$l4LxFu7B5uFji2JdLjx&V}waxPX1{wB&RhTZ-AA zSbNNveI99qxdWB(Zc*0om~zY(}F-z0Z${>9?f1c z%S!^?-!m;(cj7424`>aRdLW6uWIm4XUMF%dLlrjG0I2uCANI2c@ioa-Ad(H*kSswY zRv%fpsZAt5D_yNO)6L7APQ4jUI4Nhi1EEG7K#K(6IJ-}Hs1{YgGt{Fd21pro#5{L9 zNq|Ycc8LkKiJI)@jpl}3!!c2Jp}IDni!^aTX1F0RQ{duu++&$-@GvS1z4o{tVU(4pU{L5AHO{mI_7iNo@fy5J?+1tvyr}85XMuBN5@60rj-Vvjpf>Yj zm##i~@ySOnKmODsw8cXB(Kvcg$Oo)&GQTrAqP4|CAVMbe(iZ0;t=)m=zjJBFLU!vc zL2>Dl0EU2yr98gdV!cw$rzjSag;lp9T)xcFC#y>4HYhvj0W-toyryqD={;UYZYT-d z!EM6hftrM)jPHgCV1;p+bF0&$TB@j{ViJz0hun3*S{_gUiG}3dSnFoNJt0T;`X}#- zQ7-b9(ZQI6XmL6GT{6;-4kv;}*nro`BwN%W1-Sd6cAnGY$A6d6+1_PqzM|{ZVzuGE z0i46X(tQUkK}X<}bU)g@og6jWaz-0~qieUe51+^*P7?v6J~J6R%r{XCS~-I^OF>03 z*XCZx*n-c1NaLEo5$JxpeczLQL%9nCU+d~@J4&((lw@Ys@MP9^QueNK8X&~5h2dJ@ zX=7U<2F>|KMVLm-9vCb!^?<>W-)0qoGlm&$DucYpW(<@dSL0~9O#L!vV8+OH33qM zc)=X_bs|0JwJB6dD(W<#v+NRPxd|25tip|*y=!qa6?PBxK|0A6iKNEx zF=v)=3|{M;FFaEqI^%G31EfU);2E(j4jo_NIE2&^BcoDGthOB$Be9T33(b0ujhm~L zUf2?GP~jxk6lZ?vSVAoLFi9jL7<_Bv#BLf|ZPxnxWeo^k>;M*Fst#U6oNHox0RifkD#IJ54&tMqI(j3f?k!Wt-sM5=SG}+mu3v!k8XXKXKO$x zBZyoCRk~ojLn#7%yl`E&Ey^Z{w=PjApBZHyz^Z&3>;!rx-sdhfRLzgEMgVl&4F_5f zpC>?S?>W9f21+-MDt8h#Yh1j(v4O&tG__4n=DE zrZ?l`%`+Be8BWgxvB&;37F7^)Vixu7!EZ|w%y}DDJ8ls8p{#>smpTc!hpzV5v4afd z06Iz9*^$h4^*sf#-9f4Nsz&K?Sp)D0y)20|Hniawarop$m~<{VWg6!5hBU$Fw{x`t zWf7PNb_OXbuxq@*ISE>}nZ_bzyUTT#p+-#Oo8q))!sT5EcYO6C*iDbefTNH+6Y`Qc z3QL}Qr`I1{u^QuWr(#Vhf+L8~4<&KJ^U(l%ast}}yGy&oqFFZSr@emX&Fzuz$D-L1 zI3b%7m*S?AUY^<3>?xRXfKvKLL_?eBM$TLpC8r|@T7}sJ-@8(y(G;+8~+sudPUJF&a7ta%ke!)J$;yOqGe>-)<)9vNx}CM($4Ai zojYU+hgC|~!|D({c@7ENg^B~zC2;f1v-OI1U<>EHlA8YFv&tF@HD}(AGK0w_FYKiz zM&n)yvl2DN8NXo(Wp2^O%>Xy)NP*L7^DBVY&PtP?CfT7<;~(W?tyTd$r7^p_X7~+^ zjiZT+Oeao1nh1EHN9;)1@WAoJcEls5y=NQQ)hGzmXBASgVcZjYo0JoCD~lGeNoW$R z6sd#ahu2-);It__TlPh?3rZJ>*Gy&=T#EP51C)ePJcyA>t>p&)gGlta#`5>7s06CP zE+%{+>jkZoV3a+bL~q=<)>j%+Ov^}isq$coaMMB3$t*e5IPTQ#_3FEo@Mar!4YJD8 z5$e!5gQq5bz<8la=B#2b;iXoK<6k2Zz)3;(dmsnEI1ncjKP^8j`k=(zro08nynYzb zG@_jT>AZ1E5>Qi}<%s4-?Pi+rVWLa+E$M6A$vE_Dj*eC((~O?^ar$*1LZz{&_R*_P zJkI1JPT)-V^YT_*hv}ve)x#NVWfR0TX)-d}Vprf{__~DSKnl|vuX7v^X-7z_)|IR2 zljnoZ5*?Y$;i|I;(F-Sjek%7zz@Ks=kvkM!lh19>R#<{9DPuG?Oe~|eB?zyT!lKAB zA&UTZXZyLFFD6N)Re`~R&xdc;YwPMVpaYTRVnE8NLLgtU&deIVESxh!cy=IuO}{0Y z+tg(#`|qhZJj5Q-3F64tdbjmp8}=G@fQLgmsUss5HlbM=t~a8)Lb~H>s;fawHzE(+ z1)j1U$TTbVF`e8j%_bHB%5@wy3>n6%Ix-)CjlmMyXc=st&$#_Ps3LDqMM@mVnKoSR zW>3Qe&aN<5KxdP^V6^~g;q{U21G)#2@_4+$@yK&gS3*Tz63k@yJ-A)Se)yxR4i^I{ z12Y6CB`ycznpP<%v!qj6{Ny+5#DyNmBhiWiEul3;6z435hOlTro9$B~1#|!p$EFt# z&hf($mGI8d4?{M6p|8HOdSXZfoEZTdkwpUwR4%qQEyG@;yIWbehb5;oRmsCLSt%~; z15zr5`7~ZZ()v{=R#?gfqF{z>7I#9+S}MAn)oQiCxEN=hU^lVE@;vsr$m>I+;T82Z z%h?4Z@0kDfW6U8w1ht!CAEAFkzQBh;Dal0X{h+eZLlg@KIa;^itmL(1jSTE~_^LzVcRj_zq@UUS7&EJ} zEGb)xmHL;7Mr%NsofF=BTw6QOr7x5%8atHul`TLD2Du}B1c1HNF|hv~RoKuYV?yEA z>C*A_bV}l4)|CXoQahgJ-mOil@ncG=a&U=GHBq+dL2``%+#(RA-}JIRtm^z0(9b#H z%be>$q>o8klF?zahHH$Ib^qBh$>OGgcDg&*R)k#i?!xB)aVL`#^lj;oZxj#noe$i zlujOq_I{Daazcfv5h21a6Ra-Hv|(v+^8z&mJO3)#^K}!UaYtYXYbT$?eGL;2;RO;8$sSAUNICGIxY=l`AS+f2 zv|yrd$jP-&EipchDM2}f>8Q#FU)yBnk|9(`0Z>T`f$x|;Ava27b>gwBvf^)I0)0Ia z@d$+gBuZ{75r4OebP;u65x?WK5wrt2$r80y^-S$g@p{|v{pR{%$e>+&5kpSS0#Py- zPRt(8!)v1Kw6^;_b^1aX4ULFYDwDA{d0(A@ly`AZtWe` zmhZ_?dHUp7_EdmaaRu$4$L`{f)h8c!LA#WimRt%kEwC5q%s>d0Ot{;gtpy?@g}CXu zgHb)$gN(vn=GE9eEDs2>nl2{j^xqtQ3_8sAP9pW?b(zd7zj~RFXZz*tu{eaiT$3nqyj~nAW7@w5)^JYV~;$+p_7Da%B9dI=I^QR8J(?G^B>$hbl-}^dq6z8o;d(5+pZ%Sl6V90 zMm!|cc-Yy!7s3TJgQ}8jlQ2Er25;J8Cwvj?9#53E<@{SkGSu)Po$d4%y3P_}`)UO5 zY#D-1R?F%ikMWq?=p7=^w6oozYW3VvH0Q;ZKmxI01r2h+7xn8c=->vgnZ}5Uy`s(Rg8r=p zjy|LnuGC6_9-8eO+I-d(YM|A!hno4TPTAr~WZ@#kZnSf+9+Xiew|hY#nU(2Fb{ zn=I2=PN@pN5oi42Pmp2J^)WeViS1Gs^wxLW-o5UTcep0k_Y_K_8kW!kH8zYICb@H? zbINR!R07!1uv?z%j#dh3LZ0k??RNQ%B|fGQ>lH;dw5f-+JIKvxe8 z8z4a}i!N7fT$+4Dv*C7Gup|cu79l$67*!7-Z-Ts;*ADmgAK8M#!_F!NNW8LLW7*D< zuwm2AShthn-?uiHDx-KyY0}A*U&$TiiLL8Vdel;3T0noXt}=Q5I0`W4jUGJqwavx0hJ zxhqDaZ&*UNk<1SkV12y+_qu_Bgm4HMedf>j<@GV3}b+N}Kz6 z=W8N$gu`+8taZ!b>JUTF=!aN>Tq4`l6&aW17R)|lwNw)L&D1n7)PV|yeQYBg>Da`V z<3ASRYg+FH|EuD@*t*dYu0cA;&w!^&mW1&NLvUh4@)85rTF2&at7BRd3V`ktQ?UiZ zF)d}Z%TN|KN10-@vZM297vrD;l516rgy!9=kQQICC1Du{pY z0c{{t-GsIdMS9-&Z)UbPe@;E{!!PHkdcav0Y6uux48kc^&OZJ%&^gS`$Gr|LGdc_%H)fOfGQsBGyFLJx$&R0mJqvF+pG)?_7Y z?IRBuP#-->c5>FTp83UxI7S)AYqO#bCLeqNLD6XuACt#`F|TZIJhyd_YM>t9y0N~I zsKt1v#EHZx7DCxe|J6Cwl(%~;ND(xqqm~LmrJYEMiUAUcvJwlmwDm6UJQ(hxIEI(Z ze6tkNtkx12@>=$08U{jIkxvLD1WDngu@7dW{N7|1n7sLECzu{jq<0WnLQgPM3%n$23`BXN}!l z4fF)-P*cKo9_QpH^!@y5WZq45$$(;RL61biU*G8C)Dr3Jad1LZkcyBVKxzrhRmT51{z|=S`Z?ttA9O1?Rnz5V3hw27f0(fU@O_gKA!ag~ePEz3_%27~|>An@1tIHpoTeh^}HB5sAAf5-mSo z{WkM+B{;G31`aa+-=ZF(yZh4SE*i5nxo^c~EeC9o@WH=_(2g}g*YXln_jJqD&frPk zsXk2VCS9KA7~dW{h!J#0gI@4-{SG}TP2;}bAfi%x>(9ZnO6K?C?q*KUmfxnT7ith< z!Qw_qO+p98X2R%a^4uY&1~(Y@!1D<(<*3{O(~hXylT%X}bC`4qriANEH4!NrqMPB9 zQ<1W1;oc^Ka~jA*D(erRP=IZs_Uw$re(i49E?Ecm7W!8?Ko0)<-a)eFY0KhSn)sKS zNxTJPdLr-d#GOKf7&j5QG3~``(2`R?6P;aULWt;?H}I$<2iNzv@Co~Gk>#;$qt>!G9bmx?edX8+2L9A-hXb0%|3NOt(>)ag zamqwTPu2zu4Wr3K0jV(!Bp+bhpp|A%qD?kBb*NblgscbH)R1@AJCxZ;PR=!|IO(Pa zaI2xQT8u;*<>PSLgluPDw@mmbg1^L5jjAhLU$YES0*UcS#Zp~3Ezu`WgI#&{vG@VZSY7^OC zhNeKt0z?yT6Fou$$Ft0#&Jg9*-%;xGNtVkX%36@HpQJI~L+kdc#&5uVhJg!5S@;gY zTk;y(>FvYMm5VgpFvq|lD&!f8j*G{&WESg&E9&Z*((LD?yK7&Ok->0y92PGg6Cz_O z>640$W$h5FX>&RFg~W_RQ=aY;6_D0jqqdEXVLi&Mxn~LBH){GI6LxUktP-a^E)099 zKg5zJvjtZmN!{QSirvk&#w~l-o;V?oN#-g9m3fXHn8H97q&x#ph?%xx8$X0uy3n{p zH2>JX)1=BDA0?(4Kr>#QJ;0F_Xb3i!`0FR^R%e4SECUE+AOUjNR5~-D z!lp<=Lnstj94W}(FlGjJ_Pc@1J5k+L_|DJ);LorJg%0{5)NrL zpRJ?~;-Kg)Y%dPMb+j8?%I@y%4$8RB5X4}4DXa%-v-tyIWI@?S7pm&=I6YRUXpv4O zwsBu+k!gyANE%Bd2OHGl!P9dk$&Z0nLyvtu7x-B8fwlx1To(=s@qYJ8)xON^k_!K% zZR4VYNU-9lTyAOE3GC)m7k&K&tZV9<7hM#2I?SGVV+^2qFi^iD-6OHV7?8HQv$ses zdk6m;-N$Uviiyw=D1-#_e0K*T42=Ke!6@-sO}eX%0gE@9?ee9q+ffpdNM^*51d-I% zm@FPCT0Z>0J^oYBcTs;x4~?Z+I@n| zi?dk~HCP#VtT+IAak#C}E&5GYCA3j*ktImkj=o@o8G_vik|mQJyVX0u^;W#;>e1qG z@0K+-ih8iBa97&G}Fkz+(SMs|mrW2P1#X$#IC4sxm znPLD)#2TIQsBhBjt(xK)j#Mj~wzv~SL$LFS2nn#sLE|9j=xtPL+j1DUK7I+ApNsq3 zYf0BNM^g@iY$)cRM`n9qkjZ$_NpkP`vO6CPqUIj)5}>6C#juv_hq&Xo8fxM7?7|hqmPV}$S9tr-L>ZCW!@t?iA)!`r)0(VHF#VZy*{z;GiMPm(#8e4d`@>zI%At6AMG&kTMJ~!84c;Hkg$@nVfA!g6-o0Bvc>S5CK1A>FkW& zQA?inN={r+vi3ar?5OIGb0>WQ{WTlLfJ{Vdr)9!hyN6n}k!imipu7PQE75)-A!9lK z_NcgGrh0d#z0p9;EGHdeNr@YP1M#g4_<9x5{o73epTj#IkjFtmgux{aE)=HnH^r_T zL&?+0Vf9GOv1%B(99K-50QtBaKAq?Z7C*>WLy9ck5l>29-?$vjsD=8hLn%RdN;?hW z3{okLF-HyI&&|0ODKuS*QbOo~7f_6(VFAzr({!;Sxxm7&>$)8I^2Q0eEhS@GROx(wsB!B&=N716oWT{W7s3^)k4%L@I)$+mh*vZlR*m<7jJ?5mR@@} zIKpsgu_sf%nIH)_o-hg+cjd8%2q_4^izI~zQNRvq3~PYR&(oRaU<)rKz;OW@Y8vs(Njver^lj|!-_GH{KGfN4xreHD zRI`Wp;%wS+bH-PiK=#fuU#l7gG}k>HQb~A`G*nr6WC&FaB#ZqeK(R{>9H{dNKVtJz z^>6Bd(1IYA;DW|s5I?%8W^NrsC#+TjHz16%Or> zcZZVM*})b(8E5L^;6s5R>jdc#&MJ{x?r~5Rm983@4)C&-vjQO_NMNi;#%($6WPcAg zvz$m%u9G^YR2@eZV?p^1v}qL7DX`%Szdiu<334h;`D^DU^u)!;N0Ti#GI+^Ky zqcxAmKE~>Ue=Y|9(>*)fZhvdT>BA!M%7%P^yyVFUvc^22i#t03$OOcfd?+mnJT=Wl zvjT|ECDBM)fOv=GsWifo_^n9XNyY-raZBp& z_Kptsk0{YE;3ZuM*vXVoP<{p6frpB()~W7(E8mS_%ev4OCD|#aY9daL22q6PCXSDD zj3|gJhwzOHz)a-4k&h>(;fG{U2$$9~MVVqJ&8O@w8(s|kOP=6LF@-roGRD3cqmV+kvr|C7OBLGU20SmsZ>>I7wP~alr?+^ii%F_6BKH zM`cfEBoNK+XMuhB=a6yeUj=U&MWT^l?}Q}O2Wl*qLZ@DzI07o8nTuKq2dVC2?g*UR zPa;VCPo#}XQVK)#o4dKK3pVY7A4Y#&d`o?1sC-qXu_x4G8j3@av%2lRIj}T|^t8W# z(Mk;fjt?#WGQW*35JN>7^bg$%1oK;4?l*r57>y)L%O%`Z&X^5+L`Kz za^yI8HU2C%%gP-~D4rjuqZGn=?|Uy9svSl!f7d`cF=U`Z=4E)i0|WAb^k zu|S`$Z|n_=LPai0lU1Rkti-V4St#?0jbBBhkW^i)31rh8O=pIZp*2dYz}>@u?{ zQBY43HzRAoD_Q`Jo{vQs*L&q>Mm2%IHqjF;vYxIQ8B%pRxhY^!`oSz8E!ECe_K6NT4P(Zx9 zQJtq)=gczg4v#ll++SbBd8aa_nIs|!90htOJUDr?(-RT{{0#7Z#IXbJ0keaVAjE|O z%_MS;ryXC28RPlF&2#j9$StIyos*#>gMuUJ>5@2>-5j(FLieB*{ujCo&x){*>>zvv z!Y0zJcddDnV+gT{Mwj-ndm0r&CBWh363?vWUUXZ_f0OeIdU-beL^)$mkcFiRnYw-$ zlSUt`l(U>}-=IPfQ`P9RVT?D~lj;WbGI+`J~CH_4OZVtg4Mj zD&#|p8oNS=J*GlFyg&G82?n2D~?;5&*>t7)Lt_LXfnrt4Tti z7W6`2Q1!aCauauC@8Hg(@iy)t&?EpGVnK`7z*O-2=X6!Vu1Y{tlAU$J^46tPs$?~e z0fvM12(>804NcI8FFo>93wF>^&Nf|SUZrmj=xys;wq=i7mDi2MD?Z6YpT^npgxuEg zJcL>^97*HF(h>clu!w*Oo59WSZthxo(*!M^eYVJP)Koq!0$(R8DhmM40Qdu2DTyw>&r_2}g$Nik&&8*FKw=Ackx0)ZDLknj4{xp1 z27V*zev^^|d-*5Nn;lACm1Zl1o)UT4U@_n0#>!jkvjA!E!KfBZ-XI{|jg?q<)d8IW z&4g&J&;=GkA|q3k4xvMfk6RTK876SK!^_9$L4wkP)?H%9(;E?_s%%GW1UsEL%{Ha% zC6wa~>A#`V@RQIg?AfS=1;JxKVENdA7;h9wf0t@=ddocycn+@S;nw=CxW80#vj&vR zd$baGVIlHPA<=azmRhLFNVv9+aMBb#L6_+eWefzg6~Gbm-{jBDp?CW4u3jMpKDr(R zY{aPqik8#R1dvT|Mz<6Tw*PqM<|dH@N`YL19Ybwe(K!)u_H(S>xlQ3}I&Wj;@~vyR zcNq)jX=9K(fe#RN#H@SaR%4uS-*TgYW6HqUEBtfo5M;$?H8`%tsxq3)!B-!PC}aD& z)tqcbj0Bq21V7dl_6Vx!jB|Kxdw1RB+X@?E>+sE~we}Vm&|@h}LZUPNo?kI3f%5_c z4JvNm#3dbdSL;8BaGdEJ$q@Gm2^~U3IeJ2Q8h}$OFOr5Wufb#DuG;k7&`quQK z71y#D;+jH=zO;2c z&VWW+uHc|nx@Bo(5O#tMiD_f&!0{qpwb5B5O$$j1ZQ{QH&7Nx5k=(e?q zJ5{SS7Dto^f_Q8?vAM}u$TaE*WQ+I(WQS4>PX?Tv*!@77ns>M2uviEgm|zNc=)v8B zH9Xr!y@fRs$k!LI&eNfb&ZqHxf*T7mUaUCphLcBJh8l_Pd7xp_$_hMi3@0K?_C97^ zz^o`|BbN8f&K@Fa*PvyLH-8SV5ll~)$y5p+1o+-8DS`P(dQICTpz7HomN;_G)eFJU zjkqB_A7lq04|}fSjk3iPFRChxrSLC@Mjm?l+}74UAvxv^e+#{CN|rK!NeLM682*$F z7D_>e#s{TKkrwnHT#y;h`lOw#64m=5<^_v%r7rG<+7f(eRmA>9#TQL7;^CwNblc<^ z&OZ?V_%MQsbHJNU1pVPJw!P*Hn&VcK3Jo@E+dPcaS&eKG@hY~vdmOlUXO(#OaH|Zi zvRmz;#gg)f0_P}c94>Sdd97|qssicVnA2Rvu(;Ra1Qc9$X*O6iQ4phztWQUDa!dz4 ze=6@8CBoMU^871O4w#YXcR;6$abc?eK#Dr9FpOyGZeXOKEC<|%deOs!6ZN8eQ6xdC zH*_#Lho?9Q&Jr;a1&T4@ql%^se3%E827QcreklXPU| z2Pz!1(8*k@=0><32|cyx#W{{-Px){Z-u=8F1RY6%=4W~_Zg1J9)LW#t2@vfL!NcL0 zn3qCkmx>2Y-0s@?AtxBBJR@&`oY-6;!Y?Anc)M{QJZau#XlpndfceHw8n8=?z|fJ$ z1*$ls!!14Wjr0W1p0+fPH!dDqJT9+LU*2By7E}>!+QbrgKSx=kds8QU7m`4An}8M4 z5Vtb&r^y#YZuAzSG4qJ4k6wK8k;{)i^@wFWD06%QF>hjWwq$9XaF*%Hz)LAlWvU3& z_4;hctSVzGP0K+^#0|0Y2(>oW)ccU(v@}p_YWz5}q$T|4D{dfS9bCQ5OxW*#yE z>**mEl9(+#?KVJFx_E8LBRs(~jU=}Q+b&3Cxmkf@MUN+itReRquG7+ii>=hoIGVj_ zY~0S&Y_PYJHtIKM71<_p=~)ixRYoPKW<#%-t6s~M*Z59knMec3MwHD8r}c~iUezop zwXIaf8ml~vlGr+U9PFi(ogk>dlL2~S{+P5Sj#E4TgCD{P3I+^LIKfdy|A)n%FZ~4`y=rU_DGl&E zca@Q@J3+=rzYS)lYiVABX@-s@3L?Xbze`QXvOmx+>f-PY|0MP{?uZ)8+Brr204hxy-C3PCp&>-s(y&BQmW}P{D^R^j`;auoBkXiV z`+V(Une@^Kfs9)*YHNzge>de-ByYJ%ARN;Ag~Kq53K0B2AYjyBa*+*8`s8n9`bU&@ zl%s0ah&^|q!f%A=!F3TDZG-I`i{!(g~f>j%yp>;-y!43KNQ&Br^*@3VW7?;6?26Gr7FU zo}4{T8*i-J0H)8jW2MF4ERvZ1iGw{(i^G^2ykuWXmas4xEMc2^gLU8Q;x5%3xz(|; zaq=q$pJ0LFdn?vh0yXFvSK#{5?#3!4AbTDxR*rTv9b62d4l@f-0m<*ekteqSC`M^Z zQH3Kyvjm3KkQP*I0Lft5r3RlBHo<+t?}m+!0D)ApsF_+fz7v8UqF;(MjkFTWM;i0s zIDN`FdVp-ZM>tF_;LiHBt(_@L7k^nbO9bH{pq@Y}C7K(P{wn^=$fWp`xy1xpkn)A_ zFaT}ppS94qy3tDsn-BdDPUMB@$YV+==J6(%s_O-eN%<k8ybcQeZ zc+S}H%6mH=y~|!BRU>te{8(^W#h*Kot=c)zh%}*flLb~YEDg{givWOCWqn$VM zmqXBT@vbsCma?iTkFuqF(E#G$C|WCr_LClPuO@85QV8$cx-c9`N!lP;lH98yWoZdB32_LCc~WtC%Ohk)q3h3NFTe6t(y@`vdjuD zGlt9qsE_B4LZGkUR>++};lZAo5!k7P-`)*Wj?;nYg5ttU zG&8^h55w&ymYwmWQUh#ypf!9);8cPf;5-}<7(PV7)2?*aF0?jfuvHDtr|li^0oXG$ zh82~Tj)-262wcR;&}0I)uM?Q3t6J94bl||wpnuIoLnZ~J1+kcvktReJaKm-L%utPF zYrfu8wd;2xas5{sBg&Fi!~e2RlPK!-^v6+QF3Rt?cn4iBC+0@k0L!DcRUzn`Va=%J?kojNh$ zf~%WJ2a_&{R?Q?TI$Ks}!$865Nz&d&J!BJ~+`n~6?_=FmGj;>43iD=NEgd+>Z>0d= ze9t+e8_W2?w}GIpPxvAL)C+IkMSUwz|VZ)jOxRym)Z1 ze&_r%xsNB2kU)qKgZ2iX;j~^hHB2u86m2czy!A=Od(y?zl=zTAN-(hK@gLe^!maIf zXMK(EZ%Zh0MY0_{`lI8E;cI&*>hH-om~c>*fyQQ94~j*{^79V~1`$nIfxyBPB0#k| zA*A()T)7~?3)ayDj}YZx52W-DCg(mGpJDPzIG|d9@lX`0pnviPO{6HQzIviX+~rJj zG)On<@Eg3;F$;`EmOx|cOMt0+_f&CiqnmOr3nfZP9hK1^gc0O^qYsOI(F~%ter@mQ za3%hm&=ArJ=>K$}7gGVpa~g|JB3$*NE<%#zY&OASMU`>!*bBrpDBlz%-Gg5q&`RSl z>pkRtE<}Z7wLGDKbQ>ro5O#_m?%`+3r1E*0HVJmXBCiCKmktNC&I3N%q_xCV+OZZnh#D*!fbQ>Fhb%aX-j67Qcm81%>B*Y6h zj^rZHC8a3ne0xabL#f7}uc#tkLDWg*U0vfvE_~;S$P`&54p4@UM&NO2=iWL!Q^~N_ z8^);ucq{?gqOGh?H*<`#3mB)*Xipfr+Y4DiEI(R%C3P`K2Ro*rr*_q)w-I+98-I+d z2ZUYDC^;0af^!`Ik#T&uxUurwF2z8PEf$n>UOrwI=uAhx1qm6iOoR=kit9=G@HNxG za--y;Wm?jgx?%|ey0#uE7-JZHM&uMP2;k}-0h+2uob2L3;OP+sn~gQ8f>WDMlO13D zewlJ+7p;_maMzv9Y*CL$0mNJIpY;CY_d5l@JYJ8Kn0XQX8@acZxuJ|^9Gv-*;8)Y> z?C>?`?>n~**2J3A>yRcssf`HfKk3#Q0ZQszMOyPewol<&>6tD}L(2E`KMmEK3;7>%&ClAuMq3MK=?W8o^C zG*C*56-#s3k$*V{Q9g_bFa>zYV!m(|5GgdDC1P6Q83M`OrcNHcbB#lZo`lyGeaj&W z8?wQ8r4BLeiCiK}BddO7c# zqC$`on2F4faCu2*Hm+Xp8`?|-B@ai9>9D%Oa#D7Tl+hEcUA}DABkZjUceC`2TT&0U~*Rs)o-d?TM^y_goW-67LIB-c+4pI#MgT=Ahm{ zS0I-lOyD+{;(JCKQ%Zz(w$-gITPd~-dezo@ao&~H=QcB;2~8Npn+aYTYmlLw=O z^~Z<;U3t<)w)x}tDvEn5drf5~k6dsX?hoKZGSgF#Y@aX3V9pXuGvE=A>!NW2qNdk@;3G!UcdnZsJBa z7uOxPVw$|&TIMq`U~g|998#SRnSB?3n8zff1|IN7?6WNQD>JAk52CNzIZ>VTH-n?y zUz)NXGCe~Y|Dn`(UF}UOf&ZiJBykC*GEI7;b&H3*Z%+P0VE9I=qbL-rsw!|4pb0aVem4toTwPOiJV4|D5|;5KxWj1G;| zQURGpcl=I7+9_%!_;O?{+M*^j9GMwBQg*%sg;J0({$^DS#V>8y}^_bvdD&QkVf_!3D%HvtjKjL!69>ns&0DzI^f06X`er+YR!1 z9)%14%6K#8>K@)OppfAaSqNf7Fkx2GS`do4(AsIU-oxEf?#9)%un{3Kpa%~p;X9+B zDvvm?b5WO2`y<~Yf?=mrLf9Fi-x)%Ugb$={I)iu9j;2*IqE)uZ{S((x{CG-cpxUv6 zty`Rjdui+1(GA-}92`D93^>*7JAfGMh$kMJSe~fsP&b`uVce%Q#v2+(VgucW#$ul% zGY^{Vx^K?&iNuc&9638;dsI%mfe%bn0Z2{+X;Bh@9}Uv)Rq_zJ$}lJnr38cRC)Rgy zA}AL(RS399o*v@{q=1@196PPBtXyUjAoQ=K2r^|rfY3n&1THnZP%)V^%cBH^^LF-RWK1`Fh#)&e}DC$LREUYDT* zv0lp0*{V2=HQ|vwU@;(sz$_Z3dwP}ln;{(JVy(2fQHflv*9x)uX2C@dbiq%Q*)jRp zXV4;DPo5eh#ptqXX$DgogG3ylwyZ+9Gr_8weiV8rZ9LcI!Exm2`QnNKY!N|Xk_K1E zQvqp%yL2j`ED=+{LO~!6XUBkAjH7Xf2wyqYrKrc|`4kaCPZl7`_U&TyRyMFHU4U@VIpw^?QmvvKO;#VT>gff*tVM z$?$#5tF2zQF5+UJgG}@ni_2|Eg-Hk+FUiOye!4KMZCmhgz4(|QyS9U|{}D4r4yz}n zR8@(;+a7kcc62R>ey08`nqr4Q_%SsJzzCZk+lQnSPSFTdSjc`^_mceH*?w;8*-J#P zDRG0TrjkNH3r$9pNeI2}SBlZUCPGE%hj>(m4fa^6Q0qp*?RwHQ&;aa#SDOa%$hzpy-B8+5=mOx`h?m< zq3jv-7;_BL?b&ctQP>+`ax*p>y&={>en8pU(i)bWB%4y7ITAcK5oxk-SE4B=yzKR( zokQ#y9&n*dF~_zaR-Vum1|DZs^2o}sAtN(E<_T{GV$#jy9g0R z$ewdNrrx&AIi^{qHMYKeAsJvYBUm#XF^i*gk!FkqU6g_n1BP|(ST!rbGd zfRFdAs;U}uh?+H7kFyTxDHc+%1ofcg6Y{Jbv-&<&}-~ zSH0@a`8&6ENc52Halv?J{&6ixAJOA&R9zfMn$^HByvo^lyVW*WqorDg`hyn@q%nJJ zM(dU-0*~!p;V4qNcuJiCOD7ftS|XA)?>?6`s~TRAg$BR@1_8t1_TWLG_Yy9Z3x+1p zkGEP2oU|1WfII9j6PTi!a0SST{UL`l+q)3(XmuB671xWs^8oYbxh|d`)TbdP#Bdya zUEmIG9CyFrVK_!HF>(dXeJAoNB2*$O_Y(@>IX*;5J<&XI1&*=#)briCz`^)L2v@YeO2PJ ztlhqGK5`m}HY;Pr6WX24hqO*wN)%|bUoV)1`I}w;FH&eyO%@Z5z}0Owdfx- zR7zbw-q_lY7!>K(tA>VT(_r(Ra>>%Ojofg6I8(CFdYa5j3xE^10j&tFO*XgBSm;<; z&orWqD_qjDbb?W z@)wFwV{%B!vT_I}4=kB@+EXgPODwHVXaTaB1>zoRc_Ebam_#dnC&AptYijUZZcA<( z>{AOx$`uKRsjzhNTyGXz#X8DW7+4CA6E7TrsbsH6?tmx`&?t-;+Z@kwQu`FOJ0CEc zq9W8cSuJ|D9CAPl_Zj& z3xUr81#!3UyMGAG2)c7e=@XGR00tNd`45U@5jQ(APOGhWJGRHg%F1k<^f>3zUWYhN z9zlaCjyF54AO*E-l6@X+r6|YMtYPC}{))doe+SxiDx?VlF?Cf{D;y^#@qp(+u2?+c7>b#pd-T&(6+mqm!F!bw;uM0U zHM0gRH=y#5E?yLIV?3+}1rUXiIp;6;4_dM?@lw7MH$2+j-2U zEq#PSHyFT?w5=f95rj7LW{NN#?CtDuwp8|3ZoSpYSr8WSTU0iVCz14Y9LYaRoB&sy zTM0OJ1Mv(5rM5#tmUt012}GvJO%e=Zo@ssGGuADRUpYAxcQreWgNXW;5ede6&t6re zCrU{q6K;np<_*<@umKDb<95$`QaIYP;G&U88nBIseb$4yiJWb{V{pX3YR68W}U(EnMvL4;^~YSR8}LoNGp|kT}HeYxh0l@hz=*4(2z=v8GssL ztOtKXr94cHR^gMz(Tq>+mS6DixVf+rjmbg};)Bdkrh|wAcUZ)j?lQVyL;hX-K8J6|_Jt)AMf(%(fUirEd-6$!)>4f&XB~j} zcn<(KAUsc;?QYPDbOnb_ph39`vN$*p0!;eg8cPhI>Jh1)ylcX^k;q<)76_yaR}iEO zG)Y%fKDr-F4HsYcytscO6PdK?YW=nI&*Z8Sbg4jwOiFwbJL2B8;y>}oq3xXT=TwUOd!kGrI>a{@^v48O7djymevX!#WNVjs&}y z{OqR}@J0)gk581rvcI=;2g9_ZP2<}HVL>h+${}#XQ5}M~yw^QN!0-*#6D3rMA4haE zM?=se-~f`crS)ItU8Zt?i#5v@Phh+c1C0Ho4zgof<0!WojC_Du>>1p2piDJ8SVq$6 zr@6H|>qzHK-Wf#9?lJPt`G0t1r5nw15L!J){g-^2M)DlPLl^>Yyo8l<=5+}&T|9i; zsCQvIu_r0ySz=OGNpPZ0tIP8^guo#%_(BCVWA|BXcKJ)&>R=4MYkD-(jXtYl)Q8XE|J%`O^NN5fOKLm_p)M z;%zkZ1w4@4cPfJ3x+sLI0TMFQP2FD3m%cg#;XD|G1S`1g`#9CHo^@}m+{#25`9o9` zY}_n`X$suHb88SxaG(dkK2dekxsB@Els|AoBJbMDd54V{#B`x@d@WW*P?7b1@HInm z(E&)0JW#qV658+$;t%3&`vW2v-NMz$M=Z*3@`w0UIEP2O>k{}7m?%>X>c;qJEVbyd zur7pun8jF~8IJiRC@I8r?uc_I4up*Z+NJF%@r1NxgbC+zw)4V_fjl@0RgY6eQ4t}h zeG%XRu$_yQE_;nrxFehJ#Kk8sK63eq%THbnQ;mJ5o(t@Ylr*LbKR@k*N%d6fns&Ay zruPfNV9}$*JaBNR0%)m>V2(RSrxZ0E=Cn7sePT5+>!^Ia`EHfl?b&*58#$7NWNm4) zN<9kBA%?)OMsy%V_VUu+DM#~#2>_L!2*P$EBEf8Q+^fl_ho93!Q4S;^L&l`0V|udg(b;~h)83e zT%g?glB~lWAh@l~>JOBrm?!@xUd7j-8Vh%h|2-h5b}smB-Kb&fr6T>{+dY8+URe|1 zHs@R*@`YGd26Az1JuZpuWIr3(AFu78$m=J&JkyF5&%!JtDI-r|2FRSA2mEQCRgOMsV zD|!!zi6Ot_v9S)4jR^VR%m4yRPseuHhV_FxBh8|7de{fYcN3Oir{S3((QLQD^&Xab zjkNG$VUJLHd)*h>8DJSC5NH?c%sogOP5Tgz1=BZbQJ3gvpFT0ejd`qJ7_iS^#5a2f)v(8t^=_- z2?l}11)lK;x7WU|Si1eAotej6qvk_hH(p(V&hsnkWPFX zkT_nP?Ma^3-3CGfOd=X39HDlDisA#ZPXT}n^pX^+drDW1#Xb_%+2rVvnaF!-oIya2uP z9(WQrn@Q}E3@6MZ_JkBm0*|aKkQJ)D->I#`VvLCFY;Pn#cC~mvo_#TlyH`z9*_gxg zesSC-7tKFc4IX=xsL;nnpDT6*p9Jp5PPl`pTI{{VCsh_gTyn4@u0ylFm;yjX?3lzS zWDdW3Qe!ua)2=NLikD(4!UW#e!cNjbCM@I|VobZ+)!oo*&%XQX$_BZF#n!p?-E%2; zRg>EHfTB(r>_{+y|3)WOJf-A@38) zs)pGZ-8;5|5-C+W1>L;PI@z#scq)5~$YI2)k>;>l^K>*QDgKV~%~TE!&ySccpMD0H8I=o%3d_Wc;VLA>g z310PJnvZJOmY_*4;c0NEoML!->pJs6L7zw=Fet!^Q4bk3Yay4=p>{%w`&51Mp(oie zl(O~S`WT?r-rzvNc%jq^V%|H^pV;0hPm~$V78-h9lY5c=XwOk_2|?d`)m&*c1u zpdpDynFI0%z$VhVm#tE4S@EmVp;*2Inh~adc)@lyE^%|6YyphZDj3@%MD%q@RN**A zK7e3oMwnZpo#4U83mJEDlT)vV2~w&da4MjGspkZ-JSi^8w4#~P%@eZT>hE6S0hSEi zkw$PuEGag%w}W+Z!r&)StWrP7e{=5GE%fy9KoCaC{-z-3B0iCvKM8IR(;nb<k^bT*~O7BQTX?W(R!67>G`qMHBQq$DmW%zJ*Q{g{nskuX@l z)6h$@=_PZ2zUUC585AxM31A6^7@cqmFW?X3jfxlotUy`cI#?-xz;t6Vm}>kuF-qHd z;v&2GGmT`#m0NELCRYP-+`#@C}j+OByV}z}%^{6;hSOZK0 zaW*>>i94&4yR_Q_3bPK+Ydz0|yVky|YNI zwJW9}^V}Y%t_BLd?lb$vo+gMCg(YB>n0)x-=|&@yp2P{oZ7aSiP0@B4chENIgpu4} zdf6HWD>(!yVV0C;Iqf%7Lfw0KoSw=9_Rs3!iBRD-qxDW2nY-D0Wt#}&ivsMgWqLTj z3OdYQ0~^-sopZqx2E{_%;r$}c<~4B6$SD$3Qx8R$z>-Y^GAV$M|1O_rITFlg>t1Si z!gnL)f|^5^Nl3^8BPB~v&X{bJ#_EsOmH-jE#_)U=$r)e z&A|BC#!ixz2nZ?iIfeZ+mQ;JX%{GwcnWAQ>kIm3pIr#|uj8S4;p+I<|;XncLT z*pjbvYXTQUskreo6gXac+K!HuT{PA#mD@%KKS(Usk0URMWEwT|r1E4*sUn@PY7Rt# zhPr=v?#k7ZBvd<0v&w28HbuCUliH_i5|yf4q3s5HDy%Ew1=ekBOIimH`|f+*8PH(> zs@lLT!W=>Th>E0?LIj_Dx(ZE|KjeI2@*kCxe%Ix%-9k+1qa$IwicJcfu%32j1Q0+}v;F&u?CXNXj zUyYgMX-+mG@JtVhK`R`rU zu@q2h$X)Q!tI z+&9hC_%@mKv_okP-8@Ri4MZQ@9LR{>O>0748ECY({&)5K!y)&#a6R@Gd)E({68%fu zs-44V@gaDKeZzC3_7_`6EIaLJcZ`gQ)9$QN2}~&f2LK%FlMpX_`K$&;C5s$Gl}R89 zOLd`Oq9&ySYIBZ++A~_z~ z2c8fMXy!bdnbFs+aBtKG2rwq=zADc_ai?sUETDUn^sdCJnVu%yvZ!DdwCTEWld_J~ z6>ksj92A|Mra4}mPy|$mZ^VBgloDf|G4Sw-Po5y#WGo1Cxv!*Is`*g6Eaaq0$?TWa z*0Ut5f?G(*sw5GnfYq9@N2hEw&OlKb0cxbu;I1I(0Lp;WanBQOOV`GRsD|1}8$pMY z3oEC0w3^+B{OSmL`U49few*51!2|>yLtPNC=x_5BXPoCz2HDskuLqBU2gSt%*|V$= zHdG%+T8&AY6W~vNy-fq8SYK0Dj;q8Qu18_o=pfp8dMGe~f(eqDwMg-E0a=HdrS*dw zL4j}~SWeP#K%bf$dwHe9tWFIZilNZ%ji7u3qod`_!p)4rOOgjL1`-Z{Il^a7k;b@2 znQ?Kv8#lw=!mLBY2_m86^inZq-rBb1`J5MTl_Ei@1umlOD5|3{>6k4RvNU$BB92OG znanQb#Ib8YMCruza_9>82a*STvN+!My|njUBL23|-NKgF*4;#s`Z%ochV%a_!YWE( zp%;>Uvf36ipSF16TsK&It_3Q!^699cRN(k9kdMs{5~G|)JO>r-1l$}SD?PgEsYh? zC*T}8lRPd({bndMzg9O;sD=zVhfE{}gGHIyTvZCju)8IXB9W!BchoPT5QwhPK>P-C zn$~H=C}s3)6@TZ(-oYK6xv=9l&9w5Fx91KtJ6>Y;RwY;=^(D`j=30k)x7MCt_ehI` zgyA{5+E_W9HDnzNMEs8fau#h6WmRuv_s|yE2J50MY=zk#Gx_Vbxj=NmH35+*52T!% zih^XQ$5(N7)@xuj&$(>sGNf;t*bWDt~20Mt*b8^Rb z{z!2Xi+OoSH-z>8>5MBx032KbfYXCc#a-xG_`}Xr-6im-Vp|+vDMaD3Q__KxlRQr; zuINw`Yh=l1dzp4#UVD);xM0szmQX2!Rb}nS2YjAf&+Xmo zdlWO`pvPy-jHzh*o#Pi+iU!qrT2Y@kjt!Z+zI|}3#^}r}nHo@$bjBNQbg?HRdMazu zr}bzamX2rG6vu}J9!XqC%J?ozIfnYLoW5eOSq+vl75QQnQRI+2`YJz^dMM+T+vztn zD}frpe7`5EX6%81#C<7^$+vcPw)Yp?i)XKaH-)XzC-OuH;wA~58l1_c*}6^gWH{TJ zB}E!!uHg-)XPf+|$@8h5s#OB@Ox0a2vDX-Tq(tg$)ivhh|I<3F!_*5LDLK3T2y&mmTItu+bvSQ zCgrPE>#wZ9e_R{_mJZ*nKm4?e&~maM?QuvrqAZ}70Hwf#IVG&pUce0)sYlkcOMk;l zsd1sX(vlr2I-CJC=H$ZKy&$1Iv7TXHu@(d&=p1%y=ANIN_Nr&Nb@>0m37sC4 z&Qd?xI+MMCkE1CSjYtle-C)pQpai7k5cZiYZ-YA(i~wnZ^hIzYQh+Z@P1sWDZtKkg z3diwM83XGtW0L4|iLg+R01*<=hyHa2E7Y((hd(Ons2}_#ZYOIF4-Z(UTdii^Dz~!9 z;b806qZ0#jgy%-B40#d^CGPtv!DF=08qQy|jL8aY;R>FM1Ssws+gdJ?(eO!TO_^Uj zZ*0BXP)Y(!?k!=S?d&!gy{tg^HoP6~0kIoT0jLGrJyqV0RZow7bS<4wgEjY|S7^D| z4dl1LQ=nc7M}&x%+HH9(*>n!ZqCG4yg5H#WGQaoS*4DnkIFmq@jZlcVfDP3>VDEDb zdLsu_HHV1kSy+z<+vLT**FDnRtaFPD_XdFC3A9RTI)M>@OPH(xV#upXe1)ZJA@Z5- zeT}B~@$cCZtRNUXo&^vLGCe`Zs=K~=7X)Ag3#u7BRr#_HPTTfOy-OdZ1(ksu0!!%< zRC_cq&(Euzx&_in+9*3bL7gty48(vko4bG83f~fA_u|D%Pf6BYDSyCd2fu(*VBDG9 zi;xI6-2OoVGpAA-QW!VVFY{_xwue2PO>Ba@^ODgBoY)n?C$0cGNe@0qW+M`8{Y(6X z)DAvyGD?4lW3XTPrQjawYvaNK0(SB_NaO(Mq*x&tuCuWM`fr&V(zj7hSXhh`A*G8< zw+=w}^ZoXicFET>!{e#iOpB@yA|MiGoJn`q5l`9Cb~~|M zF;yacx}ll!b{CFYsj!OiwoE8&+t^EHS$tp}ZUA~4$W02Qbx5~t)4Y-#Rh|&!iF||% zs|P?%^nxa~Vxy|!IWF$+6G28F#D&>Iavu=j(R>eJt33Va!YL&)_~>ECB_5&k&?VOH z2zyWGK$AM}WB4>y!^5?$^@EL@k?S5}#%3^?0q6@7?@=Ogu7&NuyIGr9m*=;xE%1Bn zaZZE)c7t;-&w})=2^jKK5A^HXs)KCd0}d&O6OqE^Q@cA+y-3__?iJ1l`8=w^aIt%} z+TN^-V-v0(Y~|}PU*O~IfbjBsP$}3TxZ8w5*a9NP=}2m{7Odp-&YB?{RVFo|K=}6* zjRtOSZ#}<)YAJt43{ie&FPTd`R7e|?n7`%>K_{CbWC-sOm5ENKBct1m<~^~TC;dpp zcm_ia&P5VS))p7g9Sjh|f-IeE-Yy0Ld6Z5!SsDJA1r5?NbWzyw0k7b-^lLgHXyXdt z`StBEpcXdqq7ffsgbAyrJ?`9(8C|5qMzUC_9HfL&fSDeXX;U>A(t_d|$ig&edzR*Z zyIVW>1&8aDIM;sHsm&yA6}1kaK62#1a@o$Ee(udfa(%2(INHCu+@t8zqJ7Y7+x9{G zxe?0l(f)I==TLZ&(TZFy!0ebQs4hg26|fCEzEYK8T_dh_Zk;wRE9H4d52;#0Hs89p zEp!-84V?ucJwo&*s=U8fXm_{d1?E!Q0BjL8vi9g$CYLJZq_xH$y$5+qtBJa%SxKbm zkh)jw2XrJ{BHJRC((v;7^_huF+t%ZBYTnqox#x*4w zGSMb_FuA;+m8w9h87>gyqM*ttT^qlSkGy0Wq zk@{^Dz1IXqaffW(KhR*d-Wzw2!-a!adb|~GbjcAS>I0;*h+ZRFDxtJ=evl^zAdpMS zx7{jbi6PSx(Am$6@P$Yja^jLB*b4HQy&N<0Ro0=Q&=nCw&u_8+pkLwhpCXKpuivo} z@tIuTg8d~V!(iE0#OR7Zdt4MNJXPkuLQWZ_nizKiWrjhLL7vdPbgDOc{Z`c`_ytPV5}+H$jxEqTjIRiU0s)*P-)O%7IkjFO|FVEw9y&Kow=hON8+>iXsc%BdB`l&qr(|nfS{Y#8L$F!! zcv(m9|2z5nU(9%U{*Pk(D%bw*5Aj*%^CP+bYkB-P`TScS^v*F4uV?(5^7se-7cai_ zYkA#Y!}u>T?sGoRczLf+?fw68Gw$2V72XOs*t{s0n zpJjer-@ly4|0$p4d0xx-m*?^K`@CWN65~J1xX<}aGybt$zk+M;|LuIX`}7TY{8#ua z>*e>qG>^aL^M~=j%=mww$G?K{@;o;f|3I$2|M&CxqkAul^?HAl8m_(1E5B&CkMsYI zJpPf4m+!xl@t1S${a5)c^Zb5XzfT^&!e?1`_3{eW-v4dQ_$t>Qo5z2Y&$7QFCfKEExGzy58*JSd01p2y$HczIv%^I=^3yWhfRnddif{S4PW|IanwR}Xw~{{B0C z@$g>ifgj4>e~9sNf1m%~-;HGhAV@go1q&&#>?cfXj=q9>o``g|V$K|YH-d<5g4n#cbUpG6P&zTd#L zzxzI4K73!h^Aq{|pRhFkN4fTQzqA=wZdbYXKEKIlx&J!Xe?5Qy!~gbhf93F(^7r4? zjH{R4i)-)yPx&nVnD6zeT)SU>htINJ@5lAeaP9AY+(sAzZciu=ZE+#`_6s3 z!?nNr@Axe1qWpYQ{{Ab!Y8d~EjQ?}Secz8^{Owr|9e*dTz0Xne{Woy^A$k1E_$>3| z`hIdA|4}~6bL!`OI@hsYe3tjscmB5g{a1hWFs@(vOZoes#rQ$?lbz4^=i2-HPka_R z)PC*f@jw4H!+o@;KgPJvzs>mH&wjYye;2O3&zJI9?1FNBm21EMGklikbYFjZ9{=5D zT>JR_dHjREc90+UAVc0P-oD?f`o{_}j6`}n(G#w||Cf@BfX>_#3!>6W8A7A2;JZ&ll$Jzt=Yo_j!o%pUmTLV!Z5A z$6w0#`8vjb{YO44=HY3^KbC9n|4*9l>tB67*FMj0@L8TyKjf$K_y6R7HN5W!GyV(t z`!^Xca{I}Q|G#5{O(&A{{_Z<&aYv-eE%BP zAHlWv`QMuFJD;D+wd?+$eDg5>m%09F#=XxQ7%%IkeSBxGz0W$IUzp<#_xnfX@vr5x zth@T{@jU+Xe3tpqZhmea|6|`W{I2oo4>RuXKE!x?pMRUb|3dS9_se;%{r->gS)Nn< zxy7~b^{2jd_+9nJw=?eZuQFb~?|uG#9>30byD!dj?ft)}xz7_^zbTKu=eG^(b(8V0 zV%+;b!+3dLpXc}U_;tq1y1WnLZ{XVR@A0|X*y}gt@vq>s$isQQ_lbG@7n^bK|CxFG zW4?WmD}#xj%HyBkj9+E^L%H_7{#QQBbE+qgxb}Ho{vCrIxu5Hw$lt%lc=`S&Zp{1W5k{_fx3%j5gaxc=b^*WTwH zd=~#!zwSTF$~#!yvp@o&Ex-q&$8du zC*RGr_xa#=407na{d^wZWW4;Y>;9*?_Ws|?=fBE&NjrEYkN+z^%X__^@vr9E`@i4! zzWCBB-}}YT^UB-*lD~h2@v`rXPhY{c-~SRm%YA&FkKx+i{YQM3^>X~v^7miHEKGoNLiwRfMH$6w;JJpTp8 ze=LuG`1cR@(f|2B^Y|w*Ui?!1z4zkU=l`r`TseG{Yk&6}_$)Za2XMWgzyCvg{@eW& z*Zg_LzaWqQu^$-LYmM=5%HvNmUgYp`#{Zu@{ygL5y_DOJ=Gy1^C(V7-pBs7nJ%4cc zzVh=^dHiNG?t1+`<39h_F<$0Vxw^`=lD~hG@!xxU zdf)pQ{}8VI{t=(${;uCz9)Aa)MGn;)>s3j;$NjnX{{Mo{ zvM=_zzQ(oB^GE*9aGww6`sW$IC+{{DwDUcUbq82{}&{t3?g zY`%Yk>y7;V5BR&bwB3X zb$qA4J3Np3_lNTLpJ2Q^kN5f4dHjo-@ym=q$hG(R@n&56_yX7d?jQg0;r_;1-;u{( z&v=nf_r-59?)zS6yy#Eg_rtk%{G0h~pZ`rYo_yuU`5GdHk<3UcT@AzdzUUyL^`4{Y#8LmdAgQ&oV#yId9`S-uLef-@m~4Pv!AP z7%$(~zWi1m|D6B7t1}Pxx$62b8B>|bOlFaAj*!$ZGG)v;$UJ3g6iJd0l2oRUqB16w z@|3BRkOrcRsgyY)g^0*`?~m4M@7_P&YrUWQTF=^Ruf6v0{ZYZa4&q5@#d#j<`RIKz z!1%|JzrL>r8$X8i_V>J zmFM+vKgaYP^qcX1aPQAM;rY?>pNRE&=^W^2d^gtjh3=!FXysFKec;W|pBirr_xFy>80$74y&eX*kbI!1tPeBe?tP`{<(a zesIrUeVc?D-(SjqnE4;T#`Ai^c*70hoau}IX5*vb{?6CFu7+0p z?O5MOspx)a2`?%`c3~0rfi1j%7eWr@>cd%ZEQt+Y1k49YQ$qcl{ zZS;BQlOE_D#-D}zd8PMZ5?bTFf%SUoJRfNMcdX~5ewb`L(-+~rS`hvNT;tve_dZnr zpEUjw-1{K~ULCD*cVYd0*M1y{R-95_hWYCJUuXXJ!Q*_gqZMaC-+Zxd!)G#h)5+-GdF$%IBMiC(t8|pT_!qt$Sg$@gkc;owa{|GTsXA`$G3r zRQY(!F2V_&Ti5OXChUegW%o zbRI52=f>9fCXAav{|wi-x5NF>gv{d$tl+|VdJ&ozAnoDw8iNkajknwm7H@21XZ<+(fZ z*ZMwd{snf1^H%rQr{>=Y?)A~VoB^#kGqJuebUrsWz8mX#Cg5X@m);fp)z6>8HNU=a zkFR?nC;D=HtjAHGr=T^jEm%K4_3j#L{AA>>{k00MI5&P9&PmPd2e`(46z=hLP8LQh z{#2~TSD$x9E6xe5_fIGE2;-%9|My(_4z4)2!|U01=ym9vXz^K*zaB@G(2Bno8`twW z^Dp<^fAidAygA(8dpiGfqZMal{zZQXdFsy#mcg}Ncf!4& ztD&=^HSY6RA6Na8j8^=wu^wOVtH+H0iS_rM-pL;tPuUaVbcG)#$odx1owIAJGvlR<1UK)m1lRf;-ABMKKjm@W<2@lP&d`* zfbrgNpO^0C;%LPgjrH{^g>Hq`xXU7c)uEs9eUZQBI~%PyS&xMNSHFE_{(a#-uU_!e z=06|q`6$oUXvNtTag93>t$fZzTzRfF|LjLY{zc*Y;5vuzhWohM@8>PfD7f!0ozHdA zivK0n^U?dEpYg+3e+QO;FEd`?mr#G@xz%_hxW`F`XGCjWBO`z9mt?fY{W#*P!-M93 zB;xwMSY-ZnkA?VM;Mdv;r65}IM_|1U>bF{G5$o>?{r!Z&#{a;29DNrrLo3hJ6XD&W_s>u8T-ayff1k>%R!*n$ zDuI^&X{_Iy{m=u97yd1r+j{@}1XrFN;6AS2rCHF5^A^_kwcZsCjQ@`HdrH51Oh+qD z((l1v{0H-I3->x#fEPo{e=gR?)wxj*t#MaI{)N!v&Hpgg-*0-K&qHf}WjPt{HQh(w zz!j%H-1FDGPFkF1@cqLxUas5K@TzF}_rZGqlt9-s{sz|b)cK!^R{m$PzK$vA$;NLy z752N{5BuPXKLhUh^hXy$E6!4^*GKbx#`u>JSAWh#E6$%-kE3(ree*AUI>b?Z4jAtS z_wz^nmIJMEr$_$k+oovMb1~NM_X6lq=Knp``&qw}Pem)A0)K@1DET? z8n**Bhy8t|66lJ?hhn{+`W|V3R{Z%`?`Q3cKE|`230#Xg$@qP6&%ZbP592f8o{#op zTeR{yh4uB-?-*mz8aMCRz?IJ)^Dhtg^G)?hhn9c4$Y1gE7=J9{IuGj`--7jgI>7Hi zE1&FthH=$zADDj&xUXXa_<7^4;od*l;I+}pXC~IyOYe=_jc>yGe3Rf~(Hb|;xsXp2 z^a|tc;qI?EmyACa@yqi8Nr&A-C=u#UP%R+)b{xX(-XLO!(O zuflqt==X=F#rDIZf?Brg%C&k zWwY@%5l_G~qm}0rtmm)u=XT>OBY*uaI>PvmSRYsCgajc>sExvh7_{l<@Ay*`TbE?W6l`#aosdbeyd|2}Z{*S%8=t#QX-<9enT zUyAj4>HDrfTJg_eeI3X@67V``#s329=YaTN zwDSBE>v=YBk=nRk{eON>J_q+WdMCVN{x#A<{@RZR;fnt>-0!1QbV;=MY;1gw^f$gA z>vdBATc6hG&Bl90T=^73tDoPBxc1{+XvH~z_4wK^)6mMNO8UUHFE$(R z4fl1?cXSc7{NIeY>YRdB{6koepFmGB|6EsGO6&2#4|ig5d2lo-Eh^X3EY2g)VWjut$B^WdK}fKI$Gnd z!FnAO{{i#gg!S_(7krWVUzzdJzvr;t$t#T4f_r@3kAGO4?(n9$dR?xM?yu5ljr$tb z$5ou>Xyv&9>v1ZfpEdq_#1&_$@p73i{rk@uX&rxnD}EQapAVXE9<<^=i}k-RtvcUn z{6nmdtNZIwwBl^UdK~Em=ASil@Ynh-Gu{R6`&9SZAI6u!ecz?Ro1hhME7t3v^XC=g z*|J>v_xCHEx2ug`5BGgt27bnPW4Pz9^E@9~^X-ZC_}8J6jlYWZc`5!~#y4aApW8}? zKZ{nL`Ll*N+IOprH--D}U8;Y2wEQ2&`ak!f-~DQ!)t{@d{(F0KbVs!E+=uo2^_?}> z_yw%bw;22@wBlE~GWe_Cem33)?tec--^JIW3A-xcoXr~0Y{TK>Ocz5bKXO^lblDx43h|8BVQ>;d<2wJ&m`73YPB zD}Hmd{8wW=eiHg|%yZp|y^; zUK9Maj(g$C=RUZ{S3c#@it`56*HQCoWBd@-$JM$_Mk`M7?4eKe9r2C%KM42vroywK z<^M9)`OSE@$X~w~6+&y=kyxKsS#&ew zOC$ee_=CnX!v67Y4# zJHUNhz1uIrHST!0$5)*jpcQ{R*5m8X5r&}U{~I>`-TPy-?#~zSZ|*3$*-S$NKrE@8w60Z^U{&>XUKCGv^EACg989ihmE>&*2{Eljc7W z?s4>#=eDpD><2|E07q?B5Td{kz0?D%|UKH~ctUeKHyDeXcs(hF1J-*dHhU z^SgxJT|?2zGt;#pj`rP0=AVeTe#bj${K1GP!7HK_{{^h)uY0qd@ja1$Dtxf<3^z=e**dFg_RV=iVTAQMAV09mP@qOfa6IV2H1CW<6Z-uaCIiKPSw80NnFe zf96Nae-+l(QTK9Z{Cu z8nnh8i1j}g)A?M^_+qTDyWRuc(2Bno>wT{M`;zf;g@eEH-w0RyJ0e~Zog1w+fgv&pl|xxuVE_>o(7L0`7ULZ%-J1H1gN`yb@aDzK!*DSADvp760qVU+=f+ z#;+5!bu7lkt_*tjK0B~}KIlB0 zYyRbmg?`Yz^NIPVz`YLI@43;6GbQp@p0}Zu&&G(WJ|ocD*H;%0apb=Yt~gC1ULSqd z_(Zt(r@qH)pcQ8;*6&~W4@E0Zwi01|)o&jfZyIrpd)D|%aPPO4@S5n$`D1;)I!{I! z-;4GArE_%|TIY6|>w>@X+z3}b9U`v#F*{oEH)DNXItLmW{~PQ5lMG*pR-AGr!?-#J zju`I__w!%fUUQ*0|@f-dB3RjWhpC5zhucX#S;3g?Xvpelgw#?s=*{ zInatfEAm%8Z#O;z>vhwAD1{Rxi`H=u+~a6n#-Nq|wWY&4CeWW5Zw~kM(z%fVt#QXh z{;KoM#=pb*I_iGuk5>G&h-+S-ntxK6;IH%NnECgOxW+ApR-7pj*L~U=t$aSh`rj+i zcghIknaYNB*E#m4@mt`2F6rF(-S_~w=PzCkt@v+5adf_QMk}8^5m%m*(CW|gSdUWz z{e}6LD;L&9-$(n6KMME$Oo8V?YusfK*S*{wt#MCAJb|8N{w2zXK1_n|F+KoZ%l^F| zT9>QPiZc)E{i(j{Z2Sn;^Jxg5h*myXDuj9IeA{mRdEg#L^FL+&^&@|Mzo!`=4)^{{ zz^kB@&kC%si~8z5^yP7{5Ba3P=bC?Oxc8^{Df6EN_xfMn7ih&vi@4rb&l%5O@lskd z`*W)z@L%A{=T5la<68IhXz@WO^--K5D6?+6bYILtYd_vv>C(Ty z*L6p4GXDqRp1?54f7*D#%3)r5|9oh?9o*xqZ!@74e-hT?YkljZ75}TqKY<=<{>QN1CwgzJ zG+zG3Fs|MSJB>GodwjhQ^Pn~EV66A2&W&1VjXMqN>!p6a$NYC;eO%=~()`b2>)HKY z8ot*2ld6P$r}KZm`M(JF_`Tr8(8^~S*7Gcj9*$N%KSo^V*ev6Ps)qR{;9tTOrw`os zODl9{wBjto`nW0R6tw*FRtxK*ew%H)CEWX2`KMW&X_3Fq&)R6k{{rjzt3O8?&y*B+ z0{%W+<5q`zKP0118t)VN>-;Z)mjCM!SD&O9|2pD2KgXe!&q=J`zpCd4#!DxMe009; zF-E=p-UF?1 z&tiRCs*czP{SmrO}G>6xQSGJZxh8Ev)Yg?e_=J%JVC%*I(=YlKEdH8(Mkpi2Rl3tLFbV*5B3I?`zDz=FK60ozF+%x-YuH zJ%8OJrO=B18rJ($=T#HqYa^~d*L&9ZpIEPt*5xhZskK8sIv@5Mp91&zTCdyC8h1C= z=d0gahND%7lD7nZ{SLX_{OiDd9gD-Wqvby|^4I<B= zvl-BeKMm{kQT@B16@M1CPr85peS_K2BaLsudYah51*8`@1Cxe$043xR0xTD1=s=SED%E zza5S5!FnCkpJUO==jz)-J(JO&n}0jF$JaWZGyf40*M7MJtvDO79$$U<09yHEs2lo6 zbz5q@MZ^{VgvEIg?s4>8c{5sZjz_#BdN^9+=B^j&rvBMwJSF1lpGy|!^@wZS+t7-? z1?%Ig4&#hxzazv~-B!Uh?hSDNJwfk~^TxZteZ6#E6-3K_aui4F+r;>GtnV-7Im~#j z`eC1{ZflGu;NG7}@W0_YmmY@u?@qdxE1|^~M*iBr9ni|>0@m|vi+<5~;12MhM`sGqmjSX>uuxLHw^LB&)bbZ0r!2aJoBLy zXC2nZ)w`%STJt&?an>lJmd4?CLY*^5jkkw;J@q|!3a)WqgL{1Se|@z0cC61=-$CQh8n@J)fv2F? zn15fm*S`roJ6itFVZCp454JY`Io9tr_1hrhC7Xo!UEu#Sz7X#F<$3ruXyv&T>+y9y zOfjChX_%M#|0Cly;65+)$tk$)3DxG>f7eVk4OIP;3Lt>C+}S$ zzV6d+&A%?(^VfXS%)dX}<7?c?XpK7$>-$Lk)(Nfn+p*p!iZjvtGq(!kYF-~3uMhY5 zTK7{Hr(fi+b+3w6{JB`qQ}gYBRzB;oevXwvk2jt^CHQN--hnGl33$u2fBqh?*5y~@ z_rU$!(7w0|t@s~deZOm;wm_?Y&S8ChbzUt*D}MgeFfZL-`;FfR_x@=QPmh-Wb66j@ zEV>O^?)pOS6DeD!|YZ@fO-OXvLX?^>tLAH!;2v>wT_$Hx#WrFJe88?zOqbYqksHCg4YmKMeOc`hG8s z*0?jU9!K-)Wc>Yz7lV&6zAxfBKVLUqqMw^ z^Vc~r39bC|cMM$XwZ;4s5m!Caqc!euteihot75MTYX#&}A^ zo59aooY8PUSC!ALXvO&$>+{k%^RV$hv2i~vL@UplokM-}-rH~f1K?f<^?7Nu;=dGe z{rN>_u72x(0vM?U3>Da6f_EKC7|5j@8gZj331MxZ0-+(28HY zTi^-w7UOLru5;ijwBk>XxawaItvD;Oevav$8fE+(*7H<9&qFItQun~MUI&do2KPMm zjxB~({P!b&y+eAS73W;U8=_|!FViFRmFjT7csID`sr`}@t@qk&tnWL`t0`LJuEF|# z*SyA|HEtT#*In~kY`o$tnx@ljGH2w$H z$JKqb+IYjBVcfRxy~g`RT<_{6wBo;l^*A~QI--@&3aszD>(FD&|77H^eCC*c#a@^G z{rA_2?=e0W?(5hCo*%9Fd$3;TcIZcpXXzc@|H|ic<5l6FkN7FL^6wA#_^M|SwD`El zzbLvhTI0^c`nnfG4>JFEBY*Y51oPj4_3shw)0yUfZJ&_8`fZKz+u;7^P1;`>(8{M1 z_JKJYd-DILE6M*=L@S>mSdTB>*!XI!*GKVt89#^hIwar=(28H9Z@AxeZXYl{2=4U} zFNK!>Lag_d&XXR-w@3c^eR8VtjQ55($?!GCE5bd0eUJZcyf@tYDgnP1odf#`*89IR zIt8tJ?JU;wRR1hMt3G$%7ySF6_Zoi+?&GQ->Y?TT9@gV%UJn>wkM;eV5B?fjb@(gt zzkJ@Bf4%!d9Nk}sjZcDm{;BZFXpOrI>+{ulH59FRUBr4mx_8!^f4K+3I%>ZkHr^HP z@l}W1XvJR?@s{W&Xytz@;(BLJHUCl%hVx(F#XlPF2KRh)US&rs&Md6ozk0VcMPHs5 z*7MPK@$<%yV!aQqg|9W9hOK9RzNY(bJ6iFR9}518^NaB=aL-5USOP8og%NLoZh}@m zUqxK!-c;j9u&38wxV*ngz*nFZCx5>XKMB3f{CmK?|L=ldf!2Dh#`=3e-$BjMigN_( zbIS^LDuMd<^dM(!EvzE&jiVC(u36ivLT*b1 zzTf+!uR*K-Kg4?en%Cp#T-d803%m__KKyc?aIf2V_!+q3e;oO%p2N}N7bAb=ztDKA z!Qpq~4)C9iPlfxu8pG?LHSRiWoaYGRzeikkSYo`#Z@DP8h3fb^-g=-{Lf+i z`(68bj``<#;=g|{`hfB7a6bo9@K3Wi^WeVjdRH_@Yur6pud}|pC!m#QzM+BZT>8Rz zZ@98!i9$ zu^wN)H?~A8pFG1tobKpZ=3gJ~^Syk&nSW=v?>oI4tD-gT^HH2+bYt}8aU-tx(jc_P zJ&*PE()Z&mJ#;qA~z2E+ZYrb9nA1{qoKF?tNpG(rdZfyJ=tk+F_JHYr3toNJV zKd%_S`l+xk>Z>)z6L9}~5&Dk)6Rtcb!~LI&)b9@!(c-J4II90JVL`N zya@MmM(>R>XvIH-^}4B_ha10kbjV-p`;GCtBd-0G0j)UWus*K({0`%rv7W!qfkEiY zeT(%z)cUS6|2j{Hadi$KG(HUO_0jiN1#}MVR; zzs~0u(TY=SY}j8qC%-ZOyWoD#>pgQNTJfL5dY!d@>!20q>&RbuK4$)ZV!dwalMl?l z;IkoqS@;3tP2s*?8aE?a<31VrtIjph8h3ZZ)o=Hjf4Om?Z&Tpw&A%hu=cWCa2dy|0 zu!Zcu7be~it#OxP{ru5;V~FunSf7{9?N`x?Q|Y;IF6n#cNAvFk_xGOae=S<^XJW4( z{mgpw&N-$~%w~O&@k-zHpEL!8{oDjxUoj*4J8gTC`_2C8cp8)rD>;x}`R-ENnA6NcE z(8?#>#1OwZa<=)Gg8R9lJ~?jwwc%cW-M`ti0TJhIoz5ZI40mjc`eO&d=613juWnK*HqHzzx6~7wX-wD#$(Td*^ z>vb-PE@pfN*8A!%cx~g`us*KtyD?~udmQWWi=jV4Yn*~pLi}X(4&%Mxar{hZ`On09 z{q;_6g;t)6upVFQG1mO|WBr|=e5M+|X=Z_07ic>h^1<|LBcZK^opnFsQd-=bN^?Y>hHAQROt=PEEPn&<{ zmjc(gtBv=9d;ELgr!3Cw$UgyZg;xADtdFbr@bhTpQ)GImgZkkY^KS_Ed~}{)h8DEC=zSVp03AD!jKJu@Co^AY!m&3a2+}HqD{JY^kFMSXGYJ3RX_lwSrJJ5>% zF4ptZzUXbd_$y()1K=~@ivLi=^}fo679WrGcV=mH2jgEy{(7GbF`kC?zD;j_`&e>q+a@%8)6hj7Ke3-0%V&f)VG=MA{m zvpu{HTKMJvwy$Y0+beT<*Q`u(E5nuu1OH_i&>wO+N+8h3RRN9+Eu@oe+LzEhpwge#vaaL-5c zJ!}5$;C^3d-3z1T-yiGq)w`uWTH`LodOkWgI+_0tY(4v(T>JD@^UpIsjH~^%2CjYg zXvBM?(=5&cxX0J~zbjhf?u`7C(36elcq7Eud9v1cOSu1Y;>z=a@uhHIU%g{*L2JG{ zu|95j^s8u%TXjKLm#*kfj6V$bb6fkpC|YqAV?Dn5uoGHwzQy|bRz*)U|B`QpeW812 zz4>>8`+6zBMO^pVGsd$o4Dp-7m%1VR^~rg-)@3H#>!AK@ zfR_JmtmmWib_`nMUcD%AowuKwf6a(%zJD5j67J`K`n)t+@!yEJ-i`Mf--PvXbt#N%NRe;n>{hQW_noJEnp?z^67#ovhabt#RWhF1KGk-zG>+<5K(g?zNWKN}wl_x?McUT`+{Wjb9mG6alCBr{8UN7S6!$084e-zyNxdFN|TKuEPU+;&0 z#xG(09#{SgjTe1C%&Qdq7vm4Xz2Ed6xDu^-eTwyY>7CZWc>ZM}ANjvyygA(0QTIrC zwDKH-_5M_zwa|+HdgQPE8DM-j*7K47ICM_zHOoUB_2+uH`s&7r>s~$s*SG^Cu5-H} zT6`wf=cV^mH{-uVT<7^%c{4cEcXIc1qwBl6zIE<@z@?rCD z06%K~J!^GA2jiXKzFx`jf@sBg8ykPeHAXAX9a!%} z{dw8T=3ilL7`GjKjrl(a_xQT+@}U)H3D)!1K5B>7xIabyI)7d^{{rhm9L;N^@vd;s zrx`p0T5-li>_8SBHCjl;;_^^6VXP?ThQs%4a6l^U?QRE42I%VSQidoEd{w zJ|#DVe6%0GhAU1zxQ|-~ogIC7U9cX%Kl}!?;{1m7`Re=VW#cz|7UC%W_i)8Yh5Nfp zeNqsuIL}4?TF2Xre}(n@75_2gg+CARTftYt6~7bQ>#Y9Cf>!+g5if*pgqHtotj{YM z-P!!tVEr7>JK=fb=dgY*=^R*Wy!;no9Tn%G@rNU>KFo{OxG!P7&Z1$Y0}@L!ET9dY$l9kk|qB#NW&;)jjr+8FAi@0aax<>M#JUe6oBM@=QXnH~$uJ?;q9wl=112zw)V#*0|qB{`#F^wDD}4!+f>x)*G)2 z_xQ^HEL{2YgL~bop(~>m|3j?zr|zi^X!&Q`65^|$7Z`5~_xR#x;OdhRaDRvEUZ{&! z{54pQul;hL@pD-J@8~Jd#b}M&{OfR@>wSCB{5!zC|21AMwBk?0`no634UMnE`o7S4 zH4?4(e`CE4dM7L~|HLs@!m{0Br_zXMc4U#?rkwO*Z#pNP2DWdT~__TC!u9E$$V z_%yiZseW#Smj7p1ubcQ&XpNg?Tkuysmzw{LaKA6~?mBI}1Kj6Z6L~- zmWb=!J_W6O{=)h>srCK9_?_Fsywv}PjK2u?KGA!iI$Gmyi~RK+G|c#Mtmj!2{xMqP zX5I1Mzc=+QTA-K;= z=W2Ge#(gW|T9@`{#ov$h^Hb~i5?Xy;=Z8?YF6hm0#Tf|q{#Rd>Lo3dXi1$QyMJrCp zJ^#(;6Z3Bvaozh@qZMZ=*4HZqon(A3*2mSk_muHUKL)OSx5;>4xS!jqX92YGe;e!d z(R;hK@grD254G>6qm@sEpF*AWj@oAa_rpCO?W25X`M-ztds+8vTjOW3zFvy+y78pF zAs^+r-*`v3=c9frj#m8fSRYsSLL=i}Vtro9e~9sd`$9gd=Q87s;eJjg!!w~3zdzRF zXx!??S7Ci!n!-C9&$B<=o1NhEjo$+I`YTSF@yT$HuYFe@t#x@9>+c+W_YFfUp95I0 zr{+7u{I5F@^3l6`i}~LN_xkAkzZ$JL3$Y$Y{ofX?aZg~q4!VD*nt!!}A&&ZFxB2&l zd;Z$j#n6gBBjVbpsc6OD5%D_cXUsp(q5tNy#&~VG$Jf1(2G>676>;5z<jo=k*6X4#rTK8nM;vbFTXx*PcD}I@uLmaKk zHn{R^3io?N`#l$0d>q#6uk*PET5beR^QiICN5Z}s2!G9Z8@T7G_fJl=@*EU# zos)IZ8h3oei=n$2UxD>HRE9rpJk!xow^r~uaOK$&KFR)`q0XP*jSr0cE5L6-%YPx( z^T)o?6Ey#=ph-KGHce7Ogm?j|YFnUvK_R;l8i6jycfse+KL4TLN9v z_*Yo(fBpVBz<8!#L;l)FD~#U`_j5+)=kIXkKN0Tr(fhCxTH}6z_4;Uihoa^GYviwU zX1@8~aw5zt1-{$-$HP6o>Rb-3_)D>#e>wCJwCaB<;(9;NL~GpozXktx=pW2~9Ng=y zI#fj~{@Tc2br@*;d#tac`uQ#6>3npg%Z3p)}^*#8T`LBR`9eTj) zqvd}w;<_*9pfzsNAL08&_r($8J>ecl{Zsu6l+IZW@U+aDqTH_AD`nq3-u4{aGweGK(e+t~!QSZ9H&3|^} zp8~%Pt@zs`f35rTX!U>P^C8d9=rzV4fO{Wm-xWYB&huE$Q{QE6(TZ~j>-p$AXt4Pg z`77kFb7Ko!^Gb=h`ZFt9@ux>zeR!+!-B^#Wbs25E>4gw~5d2fP;tz9wmXkz>V*7Mi8KaWm2aDXvJTQ^?j=M z%mB3dElawzfA?2c^fdENf_waG@RP>J!F|4+;Kk62zZUC#u5;;8<9}lPU8L{Rw~S{? zpZ4#0RRF%yRe+bskbH%BT*0`gv-v8Orz07|F*7H$6_cMMH>+kSe;d9W6Q#xaaFaICRzb)MB zsq-x-TK;pfzK*TXb)E;}PJOiE zuZ!a79P5KtK7U4B`}%F;H8O{Bb-o=iemC6z`!Z$VrO=8q7VGCmb@Ux*N`(atM;*XE~ z^_|iRt@xX<{`;8fFa)jol({PH-@l)rdv>My-vxJnjhh3l_$#pfd+Gh?ThNMs2+{n6k}&>Wa))H4LL&`<@2-gUT|M`^+N%) z=Jh_->z0bX3$1)kVtrjy&)3k(Cta?zfA4qcAI!fk{OHP2J>{bN>$vf$aL-fcVO_N1 zZ^n9joj)VciuW7V^VGew()3l4z_dK;;7mP1}`|mm3;5E>SvkvR^EPMXc9H`+bA)Duu(k>wZ51SDZm`A6MsO5wyl#A93xk?r8b{h4nv| z)V=eL@mq_8IC>`>GJY@I>!bU$0$OpVV|_nrzOB)!^9NYZNBd%w@zW94c{|T|^`aq; z-XVM7%6}r<<8((CM~iQYxZYPo(aI-%vEZ-1U19u2xbK%F_;KS;!2RDtqWTmD9x*554&bgJ>JWkUSE@bSj0!`)wbo`x&_Sh)8|J9G)O;(rvyQJ)Vq{xjCk zbJhP%wBqC{8^+c8ZZ-cVaPLp;$G?q_g!{a7PTqu8oJA4Wz4;(o`Rv2`y6ZfdX8fvh zp?@^)CgY9Zex9hG&l(>H_c*FU5?bTF7IDStiq^P4V0~Zc9vNr;1sjA+I0i}ieT{^vHn4D0=`cSvjFIV%Kzy+dZhl}{_U|9yi7=!@n*0PcU^M*Um| zE&pX$kFRmNpq0-#tk*$&mhl^}4_xnugT@C%T)*2FMl1dYSYKc5-yX&fL|p4Q-+1wg zq2E-u&2Z&&3*7rb@0o09@!nYfF3`G^H@*z(>yiRbF@6^7`%dTTY_#&MQYrMm`f$JT zPH^{EKNLo5+<{onrzpA+T5%RdTz%Nh{EuP1p1NnJnt##_VZN%{F7xjRcYp2cVra#G zBjQ@$yU@z#aKtsQN#>uoa=6Ep|5o#F0{8u{_d}ZbPlbCww1C$@YuvS1Uq{`)BhVT* z(~W^^ecv+w?r^VLH~2~8pTPY*xd+}1tvF|}zFs;{7Na$8%PPUY3wodVPk?)URL|OI z`ESB{oCNv_*tl~xd^Q|#jA(-I)AnsZw>eS#j~O1KN{=#>vy~aTI>5^#MS@( z%zq2k^DhXWk5-RWIbGQO2hqqu6iCf-V*NlYu$68<^KrQ>!AE=qc!gG$Y0}jF@7=f*E?qp zT5)cu8Ro0}j~IUu?(y%37eFiiuE<~UhZ)aZE9@h^pVt}h2=_WPhhKtg+);3!m+H_6 zE&e{%>#XWKzBkb&i7caLlXKW^DlTy$Y1Z7 z&&>ZOxX0JMnGvn{qp%*Q6}qJHU0AQ@-SCHupT*X*-{DKc*BZaAPS|%^uYGXkIUMfw z)VX>+TH~(6`uVB-e!uavSkFh_m2Vrbcx&J~Kld4L6>;@LezeAY8SC+zq3fVE?q^s( zPqZ(dHvdCduaDl Date: Mon, 1 Apr 2024 21:26:00 -0700 Subject: [PATCH 14/39] Add turbo repo workflow --- .turbo/cookies/1.cookie | 0 .turbo/cookies/10.cookie | 0 .turbo/cookies/11.cookie | 0 .turbo/cookies/12.cookie | 0 .turbo/cookies/13.cookie | 0 .turbo/cookies/14.cookie | 0 .turbo/cookies/15.cookie | 0 .turbo/cookies/16.cookie | 0 .turbo/cookies/17.cookie | 0 .turbo/cookies/18.cookie | 0 .turbo/cookies/19.cookie | 0 .turbo/cookies/2.cookie | 0 .turbo/cookies/20.cookie | 0 .turbo/cookies/21.cookie | 0 .turbo/cookies/22.cookie | 0 .turbo/cookies/23.cookie | 0 .turbo/cookies/24.cookie | 0 .turbo/cookies/25.cookie | 0 .turbo/cookies/26.cookie | 0 .turbo/cookies/27.cookie | 0 .turbo/cookies/28.cookie | 0 .turbo/cookies/29.cookie | 0 .turbo/cookies/3.cookie | 0 .turbo/cookies/30.cookie | 0 .turbo/cookies/31.cookie | 0 .turbo/cookies/32.cookie | 0 .turbo/cookies/4.cookie | 0 .turbo/cookies/5.cookie | 0 .turbo/cookies/6.cookie | 0 .turbo/cookies/7.cookie | 0 .turbo/cookies/8.cookie | 0 .turbo/cookies/9.cookie | 0 .../b2e3995542fb2c57-turbo.log.2024-04-01 | 0 .../b2e3995542fb2c57-turbo.log.2024-04-02 | 0 apps/Standalone/package.json | 2 +- apps/Standalone/src/main.tsx | 2 +- apps/Standalone/tsconfig.json | 3 +- apps/Standalone/vite.config.ts | 18 +- libs/chatbot/.turbo/turbo-build.log | 24 + libs/chatbot/build-finish.js | 18 + libs/chatbot/package.json | 13 +- libs/chatbot/tsconfig.json | 1 + libs/data-mapper/.turbo/turbo-build.log | 21 + libs/data-mapper/build-finish.js | 18 + libs/data-mapper/package.json | 2 +- libs/designer-ui/.turbo/turbo-build.log | 21 + libs/designer-ui/build-finish.js | 18 + libs/designer-ui/package.json | 15 +- .../components/suggestedFlowSection.tsx | 2 +- libs/designer-ui/src/lib/dictionary/index.tsx | 2 +- libs/designer-ui/tsconfig.json | 1 + .../531e61fd61eff4a5-turbo.log.2024-04-02 | 0 libs/designer/.turbo/turbo-build.log | 23 + libs/designer/build-finish.js | 18 + libs/designer/package.json | 13 +- .../tabs/testingTab/index.tsx | 2 +- libs/designer/tsconfig.json | 1 + .../7522e4e2b92017f4-turbo.log.2024-04-02 | 0 libs/logic-apps-shared/.turbo/turbo-build.log | 19 + libs/logic-apps-shared/build-finish.js | 18 + libs/logic-apps-shared/package.json | 14 +- .../lib/base/manifests/inlinecode.ts | 4 +- .../lib/customcode.ts | 2 +- .../lib/standard/customcode.ts | 2 +- .../common/__test__/schemaprocessor.spec.ts | 2 +- .../lib/common/exceptions/expression.ts | 2 +- .../lib/common/exceptions/invalidFormat.ts | 2 +- .../parsers/lib/common/exceptions/parser.ts | 2 +- .../parsers/lib/common/exceptions/scanner.ts | 2 +- .../lib/common/helpers/__test__/utils.spec.ts | 2 +- .../parsers/lib/common/helpers/expression.ts | 2 +- .../parsers/lib/common/helpers/keysutility.ts | 2 +- .../src/parsers/lib/common/helpers/utils.ts | 6 +- .../src/parsers/lib/common/outputprocessor.ts | 4 +- .../src/parsers/lib/common/schemaprocessor.ts | 6 +- .../src/parsers/lib/expression/builder.ts | 4 +- .../src/parsers/lib/expression/evaluator.ts | 4 +- .../src/parsers/lib/expression/parser.ts | 2 +- .../src/parsers/lib/expression/scanner.ts | 2 +- .../lib/manifest/__test__/data/manifests.ts | 4 +- .../lib/manifest/__test__/parser.spec.ts | 2 +- .../src/parsers/lib/manifest/parser.ts | 4 +- .../src/parsers/lib/models/operation.ts | 4 +- .../src/parsers/lib/models/parameters.ts | 2 +- .../resolution-service/resolution-service.ts | 2 +- .../lib/swagger/__test__/swagger.spec.ts | 2 +- .../parsers/lib/swagger/parameterprocessor.ts | 6 +- .../src/parsers/lib/swagger/parser.ts | 4 +- libs/logic-apps-shared/tsconfig.json | 14 +- libs/vscode-extension/.turbo/turbo-build.log | 287 ++++++++++++ libs/vscode-extension/build-finish.js | 18 + libs/vscode-extension/package.json | 1 - package.json | 9 +- pnpm-lock.yaml | 419 +++++++++++++++++- scripts/config.js | 49 -- scripts/getRollupConfig.js | 247 ----------- turbo.json | 17 + 97 files changed, 1024 insertions(+), 408 deletions(-) create mode 100644 .turbo/cookies/1.cookie create mode 100644 .turbo/cookies/10.cookie create mode 100644 .turbo/cookies/11.cookie create mode 100644 .turbo/cookies/12.cookie create mode 100644 .turbo/cookies/13.cookie create mode 100644 .turbo/cookies/14.cookie create mode 100644 .turbo/cookies/15.cookie create mode 100644 .turbo/cookies/16.cookie create mode 100644 .turbo/cookies/17.cookie create mode 100644 .turbo/cookies/18.cookie create mode 100644 .turbo/cookies/19.cookie create mode 100644 .turbo/cookies/2.cookie create mode 100644 .turbo/cookies/20.cookie create mode 100644 .turbo/cookies/21.cookie create mode 100644 .turbo/cookies/22.cookie create mode 100644 .turbo/cookies/23.cookie create mode 100644 .turbo/cookies/24.cookie create mode 100644 .turbo/cookies/25.cookie create mode 100644 .turbo/cookies/26.cookie create mode 100644 .turbo/cookies/27.cookie create mode 100644 .turbo/cookies/28.cookie create mode 100644 .turbo/cookies/29.cookie create mode 100644 .turbo/cookies/3.cookie create mode 100644 .turbo/cookies/30.cookie create mode 100644 .turbo/cookies/31.cookie create mode 100644 .turbo/cookies/32.cookie create mode 100644 .turbo/cookies/4.cookie create mode 100644 .turbo/cookies/5.cookie create mode 100644 .turbo/cookies/6.cookie create mode 100644 .turbo/cookies/7.cookie create mode 100644 .turbo/cookies/8.cookie create mode 100644 .turbo/cookies/9.cookie create mode 100644 .turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-01 create mode 100644 .turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-02 create mode 100644 libs/chatbot/.turbo/turbo-build.log create mode 100644 libs/chatbot/build-finish.js create mode 100644 libs/data-mapper/.turbo/turbo-build.log create mode 100644 libs/data-mapper/build-finish.js create mode 100644 libs/designer-ui/.turbo/turbo-build.log create mode 100644 libs/designer-ui/build-finish.js create mode 100644 libs/designer/.turbo/daemon/531e61fd61eff4a5-turbo.log.2024-04-02 create mode 100644 libs/designer/.turbo/turbo-build.log create mode 100644 libs/designer/build-finish.js create mode 100644 libs/logic-apps-shared/.turbo/daemon/7522e4e2b92017f4-turbo.log.2024-04-02 create mode 100644 libs/logic-apps-shared/.turbo/turbo-build.log create mode 100644 libs/logic-apps-shared/build-finish.js create mode 100644 libs/vscode-extension/.turbo/turbo-build.log create mode 100644 libs/vscode-extension/build-finish.js delete mode 100644 scripts/config.js delete mode 100644 scripts/getRollupConfig.js create mode 100644 turbo.json diff --git a/.turbo/cookies/1.cookie b/.turbo/cookies/1.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/10.cookie b/.turbo/cookies/10.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/11.cookie b/.turbo/cookies/11.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/12.cookie b/.turbo/cookies/12.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/13.cookie b/.turbo/cookies/13.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/14.cookie b/.turbo/cookies/14.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/15.cookie b/.turbo/cookies/15.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/16.cookie b/.turbo/cookies/16.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/17.cookie b/.turbo/cookies/17.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/18.cookie b/.turbo/cookies/18.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/19.cookie b/.turbo/cookies/19.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/2.cookie b/.turbo/cookies/2.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/20.cookie b/.turbo/cookies/20.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/21.cookie b/.turbo/cookies/21.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/22.cookie b/.turbo/cookies/22.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/23.cookie b/.turbo/cookies/23.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/24.cookie b/.turbo/cookies/24.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/25.cookie b/.turbo/cookies/25.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/26.cookie b/.turbo/cookies/26.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/27.cookie b/.turbo/cookies/27.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/28.cookie b/.turbo/cookies/28.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/29.cookie b/.turbo/cookies/29.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/3.cookie b/.turbo/cookies/3.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/30.cookie b/.turbo/cookies/30.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/31.cookie b/.turbo/cookies/31.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/32.cookie b/.turbo/cookies/32.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/4.cookie b/.turbo/cookies/4.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/5.cookie b/.turbo/cookies/5.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/6.cookie b/.turbo/cookies/6.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/7.cookie b/.turbo/cookies/7.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/8.cookie b/.turbo/cookies/8.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/cookies/9.cookie b/.turbo/cookies/9.cookie new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-01 b/.turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-01 new file mode 100644 index 00000000000..e69de29bb2d diff --git a/.turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-02 b/.turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-02 new file mode 100644 index 00000000000..e69de29bb2d diff --git a/apps/Standalone/package.json b/apps/Standalone/package.json index 5971a8d56ca..9217a4d3ca0 100644 --- a/apps/Standalone/package.json +++ b/apps/Standalone/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, diff --git a/apps/Standalone/src/main.tsx b/apps/Standalone/src/main.tsx index c104d43842c..9656e0acda2 100644 --- a/apps/Standalone/src/main.tsx +++ b/apps/Standalone/src/main.tsx @@ -5,7 +5,7 @@ import { store } from './state/store'; import { initializeIcons } from '@fluentui/react'; import { createRoot } from 'react-dom/client'; import { Provider } from 'react-redux'; -import './index.css'; +// import './index.css'; initializeIcons(); createRoot(document.getElementById('root')!).render( diff --git a/apps/Standalone/tsconfig.json b/apps/Standalone/tsconfig.json index a7fc6fbf23d..7ca5e5ece6e 100644 --- a/apps/Standalone/tsconfig.json +++ b/apps/Standalone/tsconfig.json @@ -7,8 +7,7 @@ "skipLibCheck": true, /* Bundler mode */ - "moduleResolution": "bundler", - "allowImportingTsExtensions": true, + "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, diff --git a/apps/Standalone/vite.config.ts b/apps/Standalone/vite.config.ts index 93e75272032..c2c178b2330 100644 --- a/apps/Standalone/vite.config.ts +++ b/apps/Standalone/vite.config.ts @@ -1,8 +1,9 @@ -import { defineConfig } from 'vite' -import react from '@vitejs/plugin-react' -import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill' -import nodePolyfills from "rollup-plugin-polyfill-node"; -import { nodePolyfills as np } from 'vite-plugin-node-polyfills' +import { defineConfig } from 'vite'; +import react from '@vitejs/plugin-react'; +import { NodeGlobalsPolyfillPlugin } from '@esbuild-plugins/node-globals-polyfill'; +import nodePolyfills from 'rollup-plugin-polyfill-node'; +import { nodePolyfills as np } from 'vite-plugin-node-polyfills'; +import mkcert from 'vite-plugin-mkcert'; // https://vitejs.dev/config/ export default defineConfig({ @@ -10,9 +11,10 @@ export default defineConfig({ react(), NodeGlobalsPolyfillPlugin({ // process: true, - buffer: true + buffer: true, }), - np() + np(), + mkcert(), ], define: { global: 'globalThis', @@ -24,4 +26,4 @@ export default defineConfig({ plugins: [nodePolyfills()], }, }, -}) +}); diff --git a/libs/chatbot/.turbo/turbo-build.log b/libs/chatbot/.turbo/turbo-build.log new file mode 100644 index 00000000000..4735f1ebad5 --- /dev/null +++ b/libs/chatbot/.turbo/turbo-build.log @@ -0,0 +1,24 @@ + +> @microsoft/logic-apps-chatbot@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/chatbot +> tsup && tsc --emitDeclarationOnly && node ./build-finish.js && node ./build-finish.js + +CLI Building entry: src/index.ts +CLI Using tsconfig: tsconfig.json +CLI tsup v8.0.2 +CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/chatbot/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +CJS Build start +ESM Build start +ESM build/lib/index.css 9.45 KB +ESM build/lib/index.js 58.44 KB +ESM ⚡️ Build success in 81ms +CJS build/lib/index.css 9.45 KB +CJS build/lib/index.cjs 59.13 KB +CJS ⚡️ Build success in 81ms +(node:13392) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. +(Use `node --trace-warnings ...` to show where the warning was created) +(node:13392) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time +(node:13393) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. +(Use `node --trace-warnings ...` to show where the warning was created) +(node:13393) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/chatbot/build-finish.js b/libs/chatbot/build-finish.js new file mode 100644 index 00000000000..6ee90d31723 --- /dev/null +++ b/libs/chatbot/build-finish.js @@ -0,0 +1,18 @@ +import merge from 'deepmerge-json'; +import packageJSONCurrent from './package.json' assert { type: 'json' }; +import fs from 'fs'; +const packageJSONBuilt = { + module: 'lib/index.js', + main: 'lib/index.cjs', + types: 'lib/index.d.ts', + exports: { + '.': { + types: './lib/index.d.ts', + import: './lib/index.js', + default: './lib/index.cjs', + }, + './package.json': './package.json', + './lib/index.css': './build/lib/index.css', + }, +}; +fs.writeFileSync('./build/package.json', JSON.stringify(merge(packageJSONCurrent, packageJSONBuilt), null, 2)); diff --git a/libs/chatbot/package.json b/libs/chatbot/package.json index 5a151a7ad4a..08336ec3f01 100644 --- a/libs/chatbot/package.json +++ b/libs/chatbot/package.json @@ -3,17 +3,16 @@ "version": "3.2.0", "license": "MIT", "type": "module", - "module": "build/lib/index.js", - "main": "build/lib/index.js", + "module": "src/index.ts", + "main": "src/index.ts", "types": "build/lib/index.d.ts", "exports": { ".": { "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.js", - "default": "./build/lib/index.js" + "import": "./src/index.ts", + "default": "./src/index.ts" }, - "./package.json": "./package.json", - "./build/lib/index.css": "./build/lib/index.css" + "./package.json": "./package.json" }, "sideEffects": false, "engines": { @@ -24,7 +23,7 @@ "src" ], "scripts": { - "build": "tsup && tsc --emitDeclarationOnly" + "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js && node ./build-finish.js" }, "dependencies": { "@microsoft/logic-apps-shared": "workspace:*", diff --git a/libs/chatbot/tsconfig.json b/libs/chatbot/tsconfig.json index 692b862536b..9930ce0f2dc 100644 --- a/libs/chatbot/tsconfig.json +++ b/libs/chatbot/tsconfig.json @@ -24,6 +24,7 @@ "exclude": [ "**/__test__/**", "**/__tests__/**", + "**/build/**", "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/data-mapper/.turbo/turbo-build.log b/libs/data-mapper/.turbo/turbo-build.log new file mode 100644 index 00000000000..257e6c31a24 --- /dev/null +++ b/libs/data-mapper/.turbo/turbo-build.log @@ -0,0 +1,21 @@ + +> @microsoft/logic-apps-data-mapper@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/data-mapper +> tsup && tsc --emitDeclarationOnly && node ./build-finish.js + +CLI Building entry: src/index.ts +CLI Using tsconfig: tsconfig.json +CLI tsup v8.0.2 +CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/data-mapper/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +CJS Build start +ESM Build start +CJS build/lib/index.css 852.69 KB +CJS build/lib/index.cjs 1.78 MB +CJS ⚡️ Build success in 737ms +ESM build/lib/index.css 852.69 KB +ESM build/lib/index.js 1.76 MB +ESM ⚡️ Build success in 738ms +(node:13399) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. +(Use `node --trace-warnings ...` to show where the warning was created) +(node:13399) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/data-mapper/build-finish.js b/libs/data-mapper/build-finish.js new file mode 100644 index 00000000000..6ee90d31723 --- /dev/null +++ b/libs/data-mapper/build-finish.js @@ -0,0 +1,18 @@ +import merge from 'deepmerge-json'; +import packageJSONCurrent from './package.json' assert { type: 'json' }; +import fs from 'fs'; +const packageJSONBuilt = { + module: 'lib/index.js', + main: 'lib/index.cjs', + types: 'lib/index.d.ts', + exports: { + '.': { + types: './lib/index.d.ts', + import: './lib/index.js', + default: './lib/index.cjs', + }, + './package.json': './package.json', + './lib/index.css': './build/lib/index.css', + }, +}; +fs.writeFileSync('./build/package.json', JSON.stringify(merge(packageJSONCurrent, packageJSONBuilt), null, 2)); diff --git a/libs/data-mapper/package.json b/libs/data-mapper/package.json index 650443dfa90..a58c802275c 100644 --- a/libs/data-mapper/package.json +++ b/libs/data-mapper/package.json @@ -24,7 +24,7 @@ "src" ], "scripts": { - "build": "tsup && tsc --emitDeclarationOnly" + "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js" }, "dependencies": { "@fluentui/azure-themes": "8.5.70", diff --git a/libs/designer-ui/.turbo/turbo-build.log b/libs/designer-ui/.turbo/turbo-build.log new file mode 100644 index 00000000000..88c89aa3856 --- /dev/null +++ b/libs/designer-ui/.turbo/turbo-build.log @@ -0,0 +1,21 @@ + +> @microsoft/designer-ui@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/designer-ui +> tsup && tsc --emitDeclarationOnly && node ./build-finish.js + +CLI Building entry: src/index.ts +CLI Using tsconfig: tsconfig.json +CLI tsup v8.0.2 +CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/designer-ui/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +CJS Build start +ESM Build start +ESM build/lib/index.css 17.84 KB +ESM build/lib/index.js 3.24 MB +ESM ⚡️ Build success in 835ms +CJS build/lib/index.css 17.84 KB +CJS build/lib/index.cjs 3.27 MB +CJS ⚡️ Build success in 836ms +(node:13324) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. +(Use `node --trace-warnings ...` to show where the warning was created) +(node:13324) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/designer-ui/build-finish.js b/libs/designer-ui/build-finish.js new file mode 100644 index 00000000000..6ee90d31723 --- /dev/null +++ b/libs/designer-ui/build-finish.js @@ -0,0 +1,18 @@ +import merge from 'deepmerge-json'; +import packageJSONCurrent from './package.json' assert { type: 'json' }; +import fs from 'fs'; +const packageJSONBuilt = { + module: 'lib/index.js', + main: 'lib/index.cjs', + types: 'lib/index.d.ts', + exports: { + '.': { + types: './lib/index.d.ts', + import: './lib/index.js', + default: './lib/index.cjs', + }, + './package.json': './package.json', + './lib/index.css': './build/lib/index.css', + }, +}; +fs.writeFileSync('./build/package.json', JSON.stringify(merge(packageJSONCurrent, packageJSONBuilt), null, 2)); diff --git a/libs/designer-ui/package.json b/libs/designer-ui/package.json index b1bf4927ef4..947f7515cd8 100644 --- a/libs/designer-ui/package.json +++ b/libs/designer-ui/package.json @@ -3,17 +3,16 @@ "version": "3.2.0", "license": "MIT", "type": "module", - "module": "build/lib/index.js", - "main": "build/lib/index.js", + "module": "src/index.ts", + "main": "src/index.ts", "types": "build/lib/index.d.ts", "exports": { ".": { - "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.js", - "default": "./build/lib/index.js" + "types:": "./build/lib/index.d.ts", + "import": "./src/index.ts", + "default": "./src/index.ts" }, - "./package.json": "./package.json", - "./build/lib/index.css": "./build/lib/index.css" + "./package.json": "./package.json" }, "sideEffects": false, "engines": { @@ -24,7 +23,7 @@ "src" ], "scripts": { - "build": "tsup && tsc --emitDeclarationOnly" + "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js" }, "dependencies": { "@microsoft/logic-apps-shared": "workspace:*", diff --git a/libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx b/libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx index ec2a65f5e32..e4618d8034f 100644 --- a/libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx +++ b/libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx @@ -103,7 +103,7 @@ export const SuggestedFlowsSection: React.FC = () => { definition={{ triggers: { operationName: 'When a new channel message is added', connectionName: 'Microsoft Teams' }, actions: [ - { operationName: 'Get my profile', connectionName: 'Office 365 Users' }, + { operationName: 'I update so fast', connectionName: 'Office 365 Users' }, { operationName: 'Send an email', connectionName: 'Office 365 Outlook' }, ], }} diff --git a/libs/designer-ui/src/lib/dictionary/index.tsx b/libs/designer-ui/src/lib/dictionary/index.tsx index fef0235761c..b8d451b7a0b 100644 --- a/libs/designer-ui/src/lib/dictionary/index.tsx +++ b/libs/designer-ui/src/lib/dictionary/index.tsx @@ -43,7 +43,7 @@ export const DictionaryEditor: React.FC = ({ ...baseEditorProps }): JSX.Element => { const intl = useIntl(); - const [collapsed, setCollapsed] = useState(!initialItems ?? false); + const [collapsed, setCollapsed] = useState(!initialItems); const [items, setItems] = useState(initialItems); const [collapsedValue, setCollapsedValue] = useState(initialValue); const [isValid, setIsValid] = useState(false); diff --git a/libs/designer-ui/tsconfig.json b/libs/designer-ui/tsconfig.json index 692b862536b..9930ce0f2dc 100644 --- a/libs/designer-ui/tsconfig.json +++ b/libs/designer-ui/tsconfig.json @@ -24,6 +24,7 @@ "exclude": [ "**/__test__/**", "**/__tests__/**", + "**/build/**", "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/designer/.turbo/daemon/531e61fd61eff4a5-turbo.log.2024-04-02 b/libs/designer/.turbo/daemon/531e61fd61eff4a5-turbo.log.2024-04-02 new file mode 100644 index 00000000000..e69de29bb2d diff --git a/libs/designer/.turbo/turbo-build.log b/libs/designer/.turbo/turbo-build.log new file mode 100644 index 00000000000..c53e7054df4 --- /dev/null +++ b/libs/designer/.turbo/turbo-build.log @@ -0,0 +1,23 @@ + +> @microsoft/logic-apps-designer@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/designer +> tsup && tsc --emitDeclarationOnly && node ./build-finish.js + +CLI Building entry: src/index.ts +CLI Using tsconfig: tsconfig.json +CLI tsup v8.0.2 +CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/designer/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +CJS Build start +ESM Build start +"DefaultKeyPrefix" is imported from external module "@microsoft/logic-apps-shared" but never used in "build/lib/index.js". +"DefaultKeyPrefix" is imported from external module "@microsoft/logic-apps-shared" but never used in "build/lib/index.cjs". +ESM build/lib/index.css 889.45 KB +ESM build/lib/index.js 3.19 MB +ESM ⚡️ Build success in 1070ms +CJS build/lib/index.css 889.45 KB +CJS build/lib/index.cjs 3.23 MB +CJS ⚡️ Build success in 1074ms +(node:13347) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. +(Use `node --trace-warnings ...` to show where the warning was created) +(node:13347) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/designer/build-finish.js b/libs/designer/build-finish.js new file mode 100644 index 00000000000..6ee90d31723 --- /dev/null +++ b/libs/designer/build-finish.js @@ -0,0 +1,18 @@ +import merge from 'deepmerge-json'; +import packageJSONCurrent from './package.json' assert { type: 'json' }; +import fs from 'fs'; +const packageJSONBuilt = { + module: 'lib/index.js', + main: 'lib/index.cjs', + types: 'lib/index.d.ts', + exports: { + '.': { + types: './lib/index.d.ts', + import: './lib/index.js', + default: './lib/index.cjs', + }, + './package.json': './package.json', + './lib/index.css': './build/lib/index.css', + }, +}; +fs.writeFileSync('./build/package.json', JSON.stringify(merge(packageJSONCurrent, packageJSONBuilt), null, 2)); diff --git a/libs/designer/package.json b/libs/designer/package.json index 13d423727f6..eec01acacf2 100644 --- a/libs/designer/package.json +++ b/libs/designer/package.json @@ -3,17 +3,16 @@ "version": "3.2.0", "license": "MIT", "type": "module", - "module": "build/lib/index.js", - "main": "build/lib/index.js", + "module": "src/index.ts", + "main": "src/index.ts", "types": "build/lib/index.d.ts", "exports": { ".": { "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.js", - "default": "./build/lib/index.js" + "import": "./src/index.ts", + "default": "./src/index.ts" }, - "./package.json": "./package.json", - "./build/lib/index.css": "./build/lib/index.css" + "./package.json": "./package.json" }, "sideEffects": false, "engines": { @@ -24,7 +23,7 @@ "src" ], "scripts": { - "build": "tsup && tsc --emitDeclarationOnly" + "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js" }, "dependencies": { "@fluentui/azure-themes": "8.5.70", diff --git a/libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx b/libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx index a486af71c94..fe0bd7500fc 100644 --- a/libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx +++ b/libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx @@ -44,7 +44,7 @@ export const TestingPanel: React.FC = () => { key={`${name}`} properties={(properties ?? {}) as OpenAPIV2.SchemaObject} staticResultSchema={staticResultSchema} - enabled={staticResultOptions === StaticResultOption.ENABLED ?? false} + enabled={staticResultOptions === StaticResultOption.ENABLED} savePropertiesCallback={savePropertiesCallback} cancelPropertiesCallback={cancelPropertiesCallback} /> diff --git a/libs/designer/tsconfig.json b/libs/designer/tsconfig.json index da3396d32bd..7fc604a8630 100644 --- a/libs/designer/tsconfig.json +++ b/libs/designer/tsconfig.json @@ -29,6 +29,7 @@ "exclude": [ "**/*.spec.ts", "**/__test__/**", + "**/build/**", "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/logic-apps-shared/.turbo/daemon/7522e4e2b92017f4-turbo.log.2024-04-02 b/libs/logic-apps-shared/.turbo/daemon/7522e4e2b92017f4-turbo.log.2024-04-02 new file mode 100644 index 00000000000..e69de29bb2d diff --git a/libs/logic-apps-shared/.turbo/turbo-build.log b/libs/logic-apps-shared/.turbo/turbo-build.log new file mode 100644 index 00000000000..d24de573732 --- /dev/null +++ b/libs/logic-apps-shared/.turbo/turbo-build.log @@ -0,0 +1,19 @@ + +> @microsoft/logic-apps-shared@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared +> tsup && tsc --emitDeclarationOnly && node ./build-finish.js + +CLI Building entry: src/index.ts +CLI Using tsconfig: tsconfig.json +CLI tsup v8.0.2 +CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +CJS Build start +ESM Build start +CJS build/lib/index.cjs 17.34 MB +CJS ⚡️ Build success in 2418ms +ESM build/lib/index.js 17.33 MB +ESM ⚡️ Build success in 2419ms +(node:13300) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. +(Use `node --trace-warnings ...` to show where the warning was created) +(node:13300) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/logic-apps-shared/build-finish.js b/libs/logic-apps-shared/build-finish.js new file mode 100644 index 00000000000..6ee90d31723 --- /dev/null +++ b/libs/logic-apps-shared/build-finish.js @@ -0,0 +1,18 @@ +import merge from 'deepmerge-json'; +import packageJSONCurrent from './package.json' assert { type: 'json' }; +import fs from 'fs'; +const packageJSONBuilt = { + module: 'lib/index.js', + main: 'lib/index.cjs', + types: 'lib/index.d.ts', + exports: { + '.': { + types: './lib/index.d.ts', + import: './lib/index.js', + default: './lib/index.cjs', + }, + './package.json': './package.json', + './lib/index.css': './build/lib/index.css', + }, +}; +fs.writeFileSync('./build/package.json', JSON.stringify(merge(packageJSONCurrent, packageJSONBuilt), null, 2)); diff --git a/libs/logic-apps-shared/package.json b/libs/logic-apps-shared/package.json index e4a45a6106d..a4b077461fa 100644 --- a/libs/logic-apps-shared/package.json +++ b/libs/logic-apps-shared/package.json @@ -3,14 +3,14 @@ "version": "3.2.0", "license": "MIT", "type": "module", - "module": "build/lib/index.js", - "main": "build/lib/index.js", + "module": "src/index.ts", + "main": "src/index.ts", "types": "build/lib/index.d.ts", "exports": { ".": { - "types": "./build/lib/index.d.ts", - "import": "./build/lib/index.js", - "default": "./build/lib/index.js" + "types:": "./build/lib/index.d.ts", + "import": "./src/index.ts", + "default": "./src/index.ts" }, "./package.json": "./package.json" }, @@ -19,11 +19,11 @@ "node": ">=12" }, "files": [ - "build/lib/**/*", + "lib/**/*", "src" ], "scripts": { - "build": "tsup && tsc --emitDeclarationOnly" + "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js" }, "dependencies": { "@apidevtools/swagger-parser": "10.0.3", diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/inlinecode.ts b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/inlinecode.ts index 326bfa1401c..6437742f866 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/inlinecode.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/inlinecode.ts @@ -1,6 +1,6 @@ import { coreBadge } from '../../badges'; -import type { OperationManifest } from '@microsoft/logic-apps-shared'; -import { SettingScope } from '@microsoft/logic-apps-shared'; +import type { OperationManifest } from '../../../../utils/src'; +import { SettingScope } from '../../../../utils/src'; export const inlineCSharpManifest = { properties: { diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/customcode.ts b/libs/logic-apps-shared/src/designer-client-services/lib/customcode.ts index b7b91892d98..737ce079071 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/customcode.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/customcode.ts @@ -1,4 +1,4 @@ -import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +import { AssertionErrorCode, AssertionException } from '../../utils/src'; export interface UploadCustomCode { fileData: string; diff --git a/libs/logic-apps-shared/src/designer-client-services/lib/standard/customcode.ts b/libs/logic-apps-shared/src/designer-client-services/lib/standard/customcode.ts index b84fce0ec62..abba6879bc0 100644 --- a/libs/logic-apps-shared/src/designer-client-services/lib/standard/customcode.ts +++ b/libs/logic-apps-shared/src/designer-client-services/lib/standard/customcode.ts @@ -1,7 +1,7 @@ import type { ICustomCodeService, UploadCustomCode, VFSObject } from '../customcode'; import { CustomCodeConstants } from '../customcode'; import type { IHttpClient } from '../httpClient'; -import { equals } from '@microsoft/logic-apps-shared'; +import { equals } from '../../../utils/src'; export interface CustomCodeServiceOptions { apiVersion: string; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts b/libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts index 50d66f4c52f..0d2c3bf29c6 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts @@ -1,6 +1,6 @@ import type { SchemaProcessorOptions } from '../schemaprocessor'; import { SchemaProcessor } from '../schemaprocessor'; -import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; +import type { OpenAPIV2 } from '../../../../utils/src'; type SchemaObject = OpenAPIV2.SchemaObject; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts b/libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts index 83c0a00f103..51a361872e9 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts @@ -1,4 +1,4 @@ -import { BaseException } from '@microsoft/utils-logic-apps'; +import { BaseException } from '../../../../utils/src'; export const ExpressionExceptionCode = { UNRECOGNIZED_EXPRESSION: 'UnrecognizedExpression', diff --git a/libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts b/libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts index 994068e4a2c..6475880bb51 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts @@ -1,4 +1,4 @@ -import { BaseException } from '@microsoft/utils-logic-apps'; +import { BaseException } from '../../../../utils/src'; export const InvalidFormatExceptionName = 'Common.InvalidFormatException'; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts b/libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts index 5aa62a5e0ec..046ca465070 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts @@ -1,5 +1,5 @@ import type { ExpressionExceptionCode } from './expression'; -import { BaseException } from '@microsoft/utils-logic-apps'; +import { BaseException } from '../../../../utils/src'; export const ParserExceptionName = 'Workflow.ExpressionParserException'; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts b/libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts index cdee4bd9479..a279f392933 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts @@ -1,5 +1,5 @@ import type { ExpressionExceptionCode } from './expression'; -import { BaseException } from '@microsoft/utils-logic-apps'; +import { BaseException } from '../../../../utils/src'; export const ScannerExceptionName = 'Workflow.ExpressionScannerException'; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts b/libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts index f78670c9ac9..f0dbf755af1 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts @@ -1,7 +1,7 @@ import { DynamicSchemaType, DynamicValuesType } from '../../../models/operation'; import { ExtensionProperties } from '../../constants'; import { getParameterDynamicSchema, getParameterDynamicValues } from '../utils'; -import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; +import type { OpenAPIV2 } from '../../../../../utils/src'; type SchemaObject = OpenAPIV2.SchemaObject; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts b/libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts index 57a2b1ed113..40510aa23ac 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts @@ -1,6 +1,6 @@ import type { Expression, ExpressionFunction, ExpressionLiteral, ExpressionStringInterpolation } from '../../models/expression'; import { ExpressionFunctionNames, ExpressionType } from '../../models/expression'; -import { equals, isNullOrEmpty } from '@microsoft/utils-logic-apps'; +import { equals, isNullOrEmpty } from '../../../../utils/src'; export function isNumeric(ch: string) { return /[0-9]/g.test(ch); diff --git a/libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts b/libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts index e6e8cccd63b..fc4cdf6df8a 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts @@ -1,5 +1,5 @@ /* eslint-disable no-param-reassign */ -import { isNullOrUndefined } from '@microsoft/utils-logic-apps'; +import { isNullOrUndefined } from '../../../../utils/src'; const _separator = '.'; const _subSegmentSeparator = '/'; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts b/libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts index 1ca52ef10a5..12f0343b4a0 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts @@ -3,9 +3,9 @@ import { isDynamicTreeExtension, isLegacyDynamicValuesTreeExtension, DynamicSche import * as Constants from '../constants'; import { OutputKeys } from '../constants'; import { parseEx } from './keysutility'; -import { getIntl } from '@microsoft/intl-logic-apps'; -import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; -import { capitalizeFirstLetter, equals, isNullOrUndefined } from '@microsoft/utils-logic-apps'; +import { getIntl } from '../../../../intl/src'; +import type { OpenAPIV2 } from '../../../../utils/src'; +import { capitalizeFirstLetter, equals, isNullOrUndefined } from '../../../../utils/src'; type SchemaObject = OpenAPIV2.SchemaObject; type Parameter = OpenAPIV2.ParameterObject; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts b/libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts index b038d5d9ee5..d1a9e36c36b 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts @@ -4,8 +4,8 @@ import * as ParameterKeyUtility from './helpers/keysutility'; import { getArrayOutputMetadata } from './helpers/utils'; import type { SchemaProcessorOptions, OpenApiSchema } from './schemaprocessor'; import { SchemaProcessor } from './schemaprocessor'; -import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; -import { equals, startsWith } from '@microsoft/utils-logic-apps'; +import type { OpenAPIV2 } from '../../../utils/src'; +import { equals, startsWith } from '../../../utils/src'; export type Responses = OpenAPIV2.ResponsesObject; diff --git a/libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts b/libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts index 698a72eef72..1234de632f3 100644 --- a/libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts +++ b/libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts @@ -1,4 +1,5 @@ /* eslint-disable no-param-reassign */ +import { getIntl } from '../../../intl/src'; import type { SchemaProperty } from '../models/operation'; import * as SwaggerConstants from './constants'; import * as ParameterKeyUtility from './helpers/keysutility'; @@ -11,9 +12,8 @@ import { getParameterDynamicSchema, getParameterDynamicValues, } from './helpers/utils'; -import { getIntl } from '@microsoft/intl-logic-apps'; -import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; -import { aggregate, clone, equals, hasProperty, isNullOrUndefined } from '@microsoft/utils-logic-apps'; +import type { OpenAPIV2 } from '../../../utils/src'; +import { aggregate, clone, equals, hasProperty, isNullOrUndefined } from '../../../utils/src'; export type OpenApiSchema = OpenAPIV2.Schema; diff --git a/libs/logic-apps-shared/src/parsers/lib/expression/builder.ts b/libs/logic-apps-shared/src/parsers/lib/expression/builder.ts index 5de457630ab..4043c799128 100644 --- a/libs/logic-apps-shared/src/parsers/lib/expression/builder.ts +++ b/libs/logic-apps-shared/src/parsers/lib/expression/builder.ts @@ -1,8 +1,8 @@ import { convertToStringLiteral, isStringInterpolation, isStringLiteral } from '../common/helpers/expression'; import type { Dereference, Expression, ExpressionFunction, ExpressionLiteral } from '../models/expression'; import { ExpressionType } from '../models/expression'; -import { getIntl } from '@microsoft/intl-logic-apps'; -import { BaseException } from '@microsoft/utils-logic-apps'; +import { getIntl } from '../../../intl/src'; +import { BaseException } from '../../../utils/src'; /** * The expression builder exception name. diff --git a/libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts b/libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts index 5ab4d8ca2f7..4dc68332a87 100644 --- a/libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts +++ b/libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts @@ -2,8 +2,8 @@ import { isFunction, isStringLiteral, isStringInterpolation } from '../common/he import type { ExpressionEvaluationContext } from '../models/expression'; import { ExpressionFunctionNames } from '../models/expression'; import { ExpressionParser } from './parser'; -import { getIntl } from '@microsoft/intl-logic-apps'; -import { BaseException } from '@microsoft/utils-logic-apps'; +import { getIntl } from '../../../intl/src'; +import { BaseException } from '../../../utils/src'; /** * The expression evaluator exception name. diff --git a/libs/logic-apps-shared/src/parsers/lib/expression/parser.ts b/libs/logic-apps-shared/src/parsers/lib/expression/parser.ts index 54e62393c5f..4a72044bd11 100644 --- a/libs/logic-apps-shared/src/parsers/lib/expression/parser.ts +++ b/libs/logic-apps-shared/src/parsers/lib/expression/parser.ts @@ -11,7 +11,7 @@ import type { } from '../models/expression'; import { ExpressionType, ExpressionTokenType } from '../models/expression'; import { ExpressionScanner } from './scanner'; -import { equals } from '@microsoft/utils-logic-apps'; +import { equals } from '../../../utils/src'; interface TokenToParse { tokenType: ExpressionTokenType; diff --git a/libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts b/libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts index 9e571ad762f..c9cbccc26f1 100644 --- a/libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts +++ b/libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts @@ -5,7 +5,7 @@ import { ScannerException } from '../common/exceptions/scanner'; import { isNumeric, isWhitespace } from '../common/helpers/expression'; import type { ExpressionToken } from '../models/expression'; import { ExpressionTokenType } from '../models/expression'; -import { equals } from '@microsoft/utils-logic-apps'; +import { equals } from '../../../utils/src'; export class ExpressionScanner { private _expression: string; diff --git a/libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts b/libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts index b4fb833b72e..f8c32d25eb8 100644 --- a/libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts +++ b/libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts @@ -1,5 +1,5 @@ -import type { OperationManifest } from '@microsoft/utils-logic-apps'; -import { ConnectionReferenceKeyFormat } from '@microsoft/utils-logic-apps'; +import type { OperationManifest } from '../../../../../utils/src'; +import { ConnectionReferenceKeyFormat } from '../../../../../utils/src'; export const createItem: OperationManifest = { properties: { diff --git a/libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts b/libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts index 8a4875735ae..e5bb394f1b8 100644 --- a/libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts +++ b/libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts @@ -3,7 +3,7 @@ import type { DynamicListExtension, InputParameter, OutputParameter } from '../. import { DynamicSchemaType, DynamicValuesType } from '../../models/operation'; import { ManifestParser } from '../parser'; import { createItem, getEmails, onNewEmail } from './data/manifests'; -import { equals } from '@microsoft/utils-logic-apps'; +import { equals } from '../../../../utils/src'; describe('Operation manifest parser tests', () => { describe('Input Parameters', () => { diff --git a/libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts b/libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts index 43df54a1b73..6d085b3c5ed 100644 --- a/libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts +++ b/libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts @@ -4,8 +4,8 @@ import type { SchemaProcessorOptions } from '../common/schemaprocessor'; import { SchemaProcessor } from '../common/schemaprocessor'; import type { InputParameter, OutputParameter } from '../models/operation'; import { toInputParameter } from '../models/operation'; -import type { OpenAPIV2, OperationManifest } from '@microsoft/utils-logic-apps'; -import { getObjectPropertyValue, map } from '@microsoft/utils-logic-apps'; +import type { OpenAPIV2, OperationManifest } from '../../../utils/src'; +import { getObjectPropertyValue, map } from '../../../utils/src'; type SchemaObject = OpenAPIV2.SchemaObject; diff --git a/libs/logic-apps-shared/src/parsers/lib/models/operation.ts b/libs/logic-apps-shared/src/parsers/lib/models/operation.ts index 26d00be3fec..9f79b383493 100644 --- a/libs/logic-apps-shared/src/parsers/lib/models/operation.ts +++ b/libs/logic-apps-shared/src/parsers/lib/models/operation.ts @@ -1,5 +1,5 @@ -import type { DownloadChunkMetadata, OpenAPIV2, UploadChunkMetadata } from '@microsoft/utils-logic-apps'; -import { equals } from '@microsoft/utils-logic-apps'; +import type { DownloadChunkMetadata, OpenAPIV2, UploadChunkMetadata } from '../../../utils/src'; +import { equals } from '../../../utils/src'; export interface EnumObject { displayName: string; diff --git a/libs/logic-apps-shared/src/parsers/lib/models/parameters.ts b/libs/logic-apps-shared/src/parsers/lib/models/parameters.ts index 8214d56b482..5a37ce372e8 100644 --- a/libs/logic-apps-shared/src/parsers/lib/models/parameters.ts +++ b/libs/logic-apps-shared/src/parsers/lib/models/parameters.ts @@ -1,4 +1,4 @@ -import { isNullOrUndefined } from '@microsoft/utils-logic-apps'; +import { isNullOrUndefined } from '../../../utils/src'; export interface ParametersObject { type: string; diff --git a/libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts b/libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts index 9c9922abf73..6799348a3fa 100644 --- a/libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts +++ b/libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts @@ -16,7 +16,7 @@ import type { } from '../models/expression'; import { ExpressionFunctionNames, ExpressionType } from '../models/expression'; import { isParametersObject } from '../models/parameters'; -import { copy, equals, isNullOrUndefined } from '@microsoft/utils-logic-apps'; +import { copy, equals, isNullOrUndefined } from '../../../utils/src'; export class ResolutionService { private _context: ExpressionEvaluationContext; diff --git a/libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts b/libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts index b0053741564..d7d710c3a5e 100644 --- a/libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts +++ b/libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts @@ -1,6 +1,6 @@ import { SwaggerParser } from '../parser'; import { Outlook } from './fixtures/outlook'; -import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; +import type { OpenAPIV2 } from '../../../../utils/src'; describe('Swagger tests', () => { it('should be able to successfully parse and dereference swagger', async () => { diff --git a/libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts b/libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts index f748640a35f..f88df7d1fcf 100644 --- a/libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts +++ b/libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts @@ -12,9 +12,9 @@ import { SchemaProcessor } from '../common/schemaprocessor'; import type { InputParameter, InputParameters } from '../models/operation'; import { toInputParameter } from '../models/operation'; import type { KeyProjectionOptions } from './parser'; -import { getIntl } from '@microsoft/intl-logic-apps'; -import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; -import { aggregate, equals, includes, map } from '@microsoft/utils-logic-apps'; +import { getIntl } from '../../../intl/src'; +import type { OpenAPIV2 } from '../../../utils/src'; +import { aggregate, equals, includes, map } from '../../../utils/src'; export interface ParametersProcessorOptions { excludeAdvanced?: boolean; diff --git a/libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts b/libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts index b83f8ca6369..76b422e6c4a 100644 --- a/libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts +++ b/libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts @@ -15,8 +15,8 @@ import type { import { ParametersProcessor } from './parameterprocessor'; import { UriTemplateParser, UriTemplateGenerator } from './uritemplateparser'; import APIParser from '@apidevtools/swagger-parser'; -import type { DownloadChunkMetadata, OpenAPIV2, UploadChunkMetadata } from '@microsoft/utils-logic-apps'; -import { aggregate, equals, getPropertyValue, map, unmap } from '@microsoft/utils-logic-apps'; +import type { DownloadChunkMetadata, OpenAPIV2, UploadChunkMetadata } from '../../../utils/src'; +import { aggregate, equals, getPropertyValue, map, unmap } from '../../../utils/src'; interface GetOperationsOptions { excludeAdvancedOperations?: boolean; diff --git a/libs/logic-apps-shared/tsconfig.json b/libs/logic-apps-shared/tsconfig.json index d83f8ec4146..a58ce8c6fb4 100644 --- a/libs/logic-apps-shared/tsconfig.json +++ b/libs/logic-apps-shared/tsconfig.json @@ -16,19 +16,8 @@ "rootDir": "./src", "declaration": true, "types": [], - "paths": { - "@microsoft/intl-logic-apps": [ - "intl/src/index.ts" - ], - "@microsoft/logic-apps-shared": [ - "index.ts" - ], - "@microsoft/utils-logic-apps": [ - "utils/src/index.ts" - ] - } }, - "files":[], + "files": [], "include": [ "**/src/**/*.ts", "**/src/**/*.tsx" @@ -36,6 +25,7 @@ "exclude": [ "**/__test__/**", "**/__tests__/**", + "**/build/**", "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/vscode-extension/.turbo/turbo-build.log b/libs/vscode-extension/.turbo/turbo-build.log new file mode 100644 index 00000000000..db072f7f9dc --- /dev/null +++ b/libs/vscode-extension/.turbo/turbo-build.log @@ -0,0 +1,287 @@ + +> @microsoft/vscode-extension-logic-apps@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/vscode-extension +> tsup && tsc --emitDeclarationOnly && node ./build-finish.js + +CLI Building entry: src/index.ts +CLI Using tsconfig: tsconfig.json +CLI tsup v8.0.2 +CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/vscode-extension/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +CJS Build start +ESM Build start +ESM build/lib/index.js 48.26 KB +ESM ⚡️ Build success in 52ms +CJS build/lib/index.cjs 49.10 KB +CJS ⚡️ Build success in 53ms +../logic-apps-shared/src/designer-client-services/lib/customcode.ts:1:56 - error TS2307: Cannot find module '@microsoft/logic-apps-shared' or its corresponding type declarations. + +1 import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/designer-client-services/lib/standard/customcode.ts:4:24 - error TS2307: Cannot find module '@microsoft/logic-apps-shared' or its corresponding type declarations. + +4 import { equals } from '@microsoft/logic-apps-shared'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts:1:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +1 import { BaseException } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts:2:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +2 import { BaseException } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts:2:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +2 import { BaseException } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/expression.ts:3:39 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +3 import { equals, isNullOrEmpty } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:2:35 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +2 import { isNullOrUndefined } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:54:10 - error TS2533: Object is possibly 'null' or 'undefined'. + +54 return segments.map(encodePropertySegment).join(_separator); +   ~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:62:10 - error TS2533: Object is possibly 'null' or 'undefined'. + +62 return segments.map(_encodeSegment).join(_separator); +   ~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:70:10 - error TS2533: Object is possibly 'null' or 'undefined'. + +70 return key.split(_separator).map(_decodeSegment); +   ~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:78:10 - error TS2533: Object is possibly 'null' or 'undefined'. + +78 return key.split(_separator); +   ~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:6:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. + +6 import { getIntl } from '@microsoft/intl-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:7:32 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +7 import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:8:66 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +8 import { capitalizeFirstLetter, equals, isNullOrUndefined } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:56:36 - error TS7006: Parameter 'item' implicitly has an 'any' type. + +56 return parameter.enum.map((item) => ({ +   ~~~~ + +../logic-apps-shared/src/parsers/lib/common/outputprocessor.ts:7:32 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +7 import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/outputprocessor.ts:8:36 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +8 import { equals, startsWith } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts:14:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. + +14 import { getIntl } from '@microsoft/intl-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts:15:32 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +15 import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts:16:74 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +16 import { aggregate, clone, equals, hasProperty, isNullOrUndefined } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/expression/builder.ts:4:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. + +4 import { getIntl } from '@microsoft/intl-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/expression/builder.ts:5:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +5 import { BaseException } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/expression/evaluator.ts:5:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. + +5 import { getIntl } from '@microsoft/intl-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/expression/evaluator.ts:6:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +6 import { BaseException } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/expression/parser.ts:14:24 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +14 import { equals } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/expression/scanner.ts:8:24 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +8 import { equals } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts:1:40 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +1 import type { OperationManifest } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts:2:46 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +2 import { ConnectionReferenceKeyFormat } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/manifest/parser.ts:7:51 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +7 import type { OpenAPIV2, OperationManifest } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/manifest/parser.ts:8:45 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +8 import { getObjectPropertyValue, map } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/models/operation.ts:1:76 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +1 import type { DownloadChunkMetadata, OpenAPIV2, UploadChunkMetadata } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/models/operation.ts:2:24 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +2 import { equals } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/models/parameters.ts:1:35 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +1 import { isNullOrUndefined } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts:19:49 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +19 import { copy, equals, isNullOrUndefined } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:15:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. + +15 import { getIntl } from '@microsoft/intl-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:16:32 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +16 import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:17:50 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +17 import { aggregate, equals, includes, map } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:80:18 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. + +80 .filter((parameter) => !this.isReservedParameter(parameter)) +   ~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:81:18 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. + +81 .filter((parameter) => !(this.options.excludeInternal && equals(parameter.visibility, Constants.Visibility.Internal))) +   ~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:82:18 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. + +82 .filter((parameter) => !(this.options.excludeAdvanced && equals(parameter.visibility, Constants.Visibility.Advanced))); +   ~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:103:29 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. + +103 return parameters.some((parameter) => equals(parameter.visibility, Constants.Visibility.Advanced)); +   ~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parser.ts:18:76 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +18 import type { DownloadChunkMetadata, OpenAPIV2, UploadChunkMetadata } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parser.ts:19:65 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. + +19 import { aggregate, equals, getPropertyValue, map, unmap } from '@microsoft/utils-logic-apps'; +   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parser.ts:124:14 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. + +124 (parameter) => +   ~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parser.ts:128:14 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. + +128 (parameter) => +   ~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parser.ts:337:47 - error TS7006: Parameter 'pathItem' implicitly has an 'any' type. + +337 const pathItemOperations = pathItems.map((pathItem) => includePathItemParameters(pathItem)); +   ~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parser.ts:340:46 - error TS7006: Parameter 'operation' implicitly has an 'any' type. + +340 const mappedOperations = operations.map((operation) => { +   ~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parser.ts:350:10 - error TS7006: Parameter 'operation' implicitly has an 'any' type. + +350 (operation) => +   ~~~~~~~~~ + +../logic-apps-shared/src/parsers/lib/swagger/parser.ts:354:10 - error TS7006: Parameter 'operation' implicitly has an 'any' type. + +354 (operation) => +   ~~~~~~~~~ + + +Found 49 errors in 21 files. + +Errors Files + 1 ../logic-apps-shared/src/designer-client-services/lib/customcode.ts:1 + 1 ../logic-apps-shared/src/designer-client-services/lib/standard/customcode.ts:4 + 1 ../logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts:1 + 1 ../logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts:2 + 1 ../logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts:2 + 1 ../logic-apps-shared/src/parsers/lib/common/helpers/expression.ts:3 + 5 ../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:2 + 4 ../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:6 + 2 ../logic-apps-shared/src/parsers/lib/common/outputprocessor.ts:7 + 3 ../logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts:14 + 2 ../logic-apps-shared/src/parsers/lib/expression/builder.ts:4 + 2 ../logic-apps-shared/src/parsers/lib/expression/evaluator.ts:5 + 1 ../logic-apps-shared/src/parsers/lib/expression/parser.ts:14 + 1 ../logic-apps-shared/src/parsers/lib/expression/scanner.ts:8 + 2 ../logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts:1 + 2 ../logic-apps-shared/src/parsers/lib/manifest/parser.ts:7 + 2 ../logic-apps-shared/src/parsers/lib/models/operation.ts:1 + 1 ../logic-apps-shared/src/parsers/lib/models/parameters.ts:1 + 1 ../logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts:19 + 7 ../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:15 + 8 ../logic-apps-shared/src/parsers/lib/swagger/parser.ts:18 + ELIFECYCLE  Command failed with exit code 2. diff --git a/libs/vscode-extension/build-finish.js b/libs/vscode-extension/build-finish.js new file mode 100644 index 00000000000..6ee90d31723 --- /dev/null +++ b/libs/vscode-extension/build-finish.js @@ -0,0 +1,18 @@ +import merge from 'deepmerge-json'; +import packageJSONCurrent from './package.json' assert { type: 'json' }; +import fs from 'fs'; +const packageJSONBuilt = { + module: 'lib/index.js', + main: 'lib/index.cjs', + types: 'lib/index.d.ts', + exports: { + '.': { + types: './lib/index.d.ts', + import: './lib/index.js', + default: './lib/index.cjs', + }, + './package.json': './package.json', + './lib/index.css': './build/lib/index.css', + }, +}; +fs.writeFileSync('./build/package.json', JSON.stringify(merge(packageJSONCurrent, packageJSONBuilt), null, 2)); diff --git a/libs/vscode-extension/package.json b/libs/vscode-extension/package.json index 3f8afdfc93d..d3e9cbfdbfc 100644 --- a/libs/vscode-extension/package.json +++ b/libs/vscode-extension/package.json @@ -23,7 +23,6 @@ "src" ], "scripts": { - "build": "tsup && tsc --emitDeclarationOnly" }, "dependencies": { "@microsoft/vscode-azext-azureappservice": "0.8.1", diff --git a/package.json b/package.json index 5ab89375924..3f2ee4baaff 100644 --- a/package.json +++ b/package.json @@ -50,11 +50,12 @@ "@testing-library/react": "^14.2.2", "@testing-library/react-hooks": "^8.0.1", "@types/node": "^20.12.2", - "react": "^18.2.0", - "react-dom": "^18.2.0", "@types/react": "^18.2.73", "@types/react-dom": "^18.2.23", + "@typescript-eslint/eslint-plugin": "^7.5.0", "child_process": "^1.0.2", + "concurrently": "^8.2.2", + "deepmerge-json": "^1.5.0", "esbuild-plugin-less": "^1.3.3", "esbuild-plugin-svg": "^0.1.0", "esbuild-plugin-svgr": "^2.1.0", @@ -62,15 +63,19 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-react-refresh": "^0.4.6", "husky": "^9.0.11", "jsdom": "^24.0.0", "jsonc-eslint-parser": "^2.4.0", "lint-staged": "^15.2.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", "rimraf": "^5.0.5", "sherif": "^0.8.1", "size-limit": "^11.1.2", "tsup": "^8.0.2", "typescript": "4.7.4", + "vite-plugin-mkcert": "^1.17.5", "vitest": "^1.4.0" }, "lint-staged": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0123ed32f9..6a115c942bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,9 +41,18 @@ importers: '@types/react-dom': specifier: ^18.2.23 version: 18.2.23 + '@typescript-eslint/eslint-plugin': + specifier: ^7.5.0 + version: 7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@4.7.4) child_process: specifier: ^1.0.2 version: 1.0.2 + concurrently: + specifier: ^8.2.2 + version: 8.2.2 + deepmerge-json: + specifier: ^1.5.0 + version: 1.5.0 esbuild-plugin-less: specifier: ^1.3.3 version: 1.3.3(esbuild@0.19.12) @@ -58,13 +67,16 @@ importers: version: 4.12.2(eslint@8.57.0) eslint-plugin-import: specifier: ^2.29.1 - version: 2.29.1(eslint@8.57.0) + version: 2.29.1(@typescript-eslint/parser@7.5.0)(eslint@8.57.0) eslint-plugin-react: specifier: ^7.34.1 version: 7.34.1(eslint@8.57.0) eslint-plugin-react-hooks: specifier: ^4.6.0 version: 4.6.0(eslint@8.57.0) + eslint-plugin-react-refresh: + specifier: ^0.4.6 + version: 0.4.6(eslint@8.57.0) husky: specifier: ^9.0.11 version: 9.0.11 @@ -98,6 +110,9 @@ importers: typescript: specifier: 4.7.4 version: 4.7.4 + vite-plugin-mkcert: + specifier: ^1.17.5 + version: 1.17.5(vite@5.2.6) vitest: specifier: ^1.4.0 version: 1.4.0(@types/node@20.12.2)(jsdom@24.0.0) @@ -6633,7 +6648,7 @@ packages: dependencies: '@griffel/core': 1.15.3 react: 17.0.2 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@griffel/react@1.5.21(react@18.2.0): @@ -6643,7 +6658,7 @@ packages: dependencies: '@griffel/core': 1.15.3 react: 18.2.0 - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@griffel/style-types@1.0.4: @@ -7288,6 +7303,109 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 + /@octokit/auth-token@4.0.0: + resolution: {integrity: sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==} + engines: {node: '>= 18'} + dev: true + + /@octokit/core@5.1.0: + resolution: {integrity: sha512-BDa2VAMLSh3otEiaMJ/3Y36GU4qf6GI+VivQ/P41NC6GHcdxpKlqV0ikSZ5gdQsmS3ojXeRx5vasgNTinF0Q4g==} + engines: {node: '>= 18'} + dependencies: + '@octokit/auth-token': 4.0.0 + '@octokit/graphql': 7.0.2 + '@octokit/request': 8.2.0 + '@octokit/request-error': 5.0.1 + '@octokit/types': 12.6.0 + before-after-hook: 2.2.3 + universal-user-agent: 6.0.1 + dev: true + + /@octokit/endpoint@9.0.4: + resolution: {integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==} + engines: {node: '>= 18'} + dependencies: + '@octokit/types': 12.6.0 + universal-user-agent: 6.0.1 + dev: true + + /@octokit/graphql@7.0.2: + resolution: {integrity: sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==} + engines: {node: '>= 18'} + dependencies: + '@octokit/request': 8.2.0 + '@octokit/types': 12.6.0 + universal-user-agent: 6.0.1 + dev: true + + /@octokit/openapi-types@20.0.0: + resolution: {integrity: sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==} + dev: true + + /@octokit/plugin-paginate-rest@9.2.1(@octokit/core@5.1.0): + resolution: {integrity: sha512-wfGhE/TAkXZRLjksFXuDZdmGnJQHvtU/joFQdweXUgzo1XwvBCD4o4+75NtFfjfLK5IwLf9vHTfSiU3sLRYpRw==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '5' + dependencies: + '@octokit/core': 5.1.0 + '@octokit/types': 12.6.0 + dev: true + + /@octokit/plugin-request-log@4.0.1(@octokit/core@5.1.0): + resolution: {integrity: sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '5' + dependencies: + '@octokit/core': 5.1.0 + dev: true + + /@octokit/plugin-rest-endpoint-methods@10.4.1(@octokit/core@5.1.0): + resolution: {integrity: sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==} + engines: {node: '>= 18'} + peerDependencies: + '@octokit/core': '5' + dependencies: + '@octokit/core': 5.1.0 + '@octokit/types': 12.6.0 + dev: true + + /@octokit/request-error@5.0.1: + resolution: {integrity: sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==} + engines: {node: '>= 18'} + dependencies: + '@octokit/types': 12.6.0 + deprecation: 2.3.1 + once: 1.4.0 + dev: true + + /@octokit/request@8.2.0: + resolution: {integrity: sha512-exPif6x5uwLqv1N1irkLG1zZNJkOtj8bZxuVHd71U5Ftuxf2wGNvAJyNBcPbPC+EBzwYEbBDdSFb8EPcjpYxPQ==} + engines: {node: '>= 18'} + dependencies: + '@octokit/endpoint': 9.0.4 + '@octokit/request-error': 5.0.1 + '@octokit/types': 12.6.0 + universal-user-agent: 6.0.1 + dev: true + + /@octokit/rest@20.0.2: + resolution: {integrity: sha512-Ux8NDgEraQ/DMAU1PlAohyfBBXDwhnX2j33Z1nJNziqAfHi70PuxkFYIcIt8aIAxtRE7KVuKp8lSR8pA0J5iOQ==} + engines: {node: '>= 18'} + dependencies: + '@octokit/core': 5.1.0 + '@octokit/plugin-paginate-rest': 9.2.1(@octokit/core@5.1.0) + '@octokit/plugin-request-log': 4.0.1(@octokit/core@5.1.0) + '@octokit/plugin-rest-endpoint-methods': 10.4.1(@octokit/core@5.1.0) + dev: true + + /@octokit/types@12.6.0: + resolution: {integrity: sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==} + dependencies: + '@octokit/openapi-types': 20.0.0 + dev: true + /@opentelemetry/api@1.8.0: resolution: {integrity: sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==} engines: {node: '>=8.0.0'} @@ -7833,7 +7951,7 @@ packages: /@swc/helpers@0.5.7: resolution: {integrity: sha512-BVvNZhx362+l2tSwSuyEUV4h7+jk9raNdoTSdLfwTshXJSaGmYKluGRJznziCI3KX02Z19DdsQrdfrpXAU3Hfg==} dependencies: - tslib: 2.6.2 + tslib: 2.4.0 dev: false /@tanstack/config@0.6.0(@types/node@20.12.2)(esbuild@0.19.12)(rollup@4.13.0)(typescript@4.7.4)(vite@5.2.6): @@ -8342,6 +8460,56 @@ packages: resolution: {integrity: sha512-CQcY3+Fe5hNewHnOEAVYj4dd1do/QHliXaknAEYSXx2KEHUzFibDZSKptCon+HPgK55xx20pR+PBJjf0MomnBA==} dev: true + /@typescript-eslint/eslint-plugin@7.5.0(@typescript-eslint/parser@7.5.0)(eslint@8.57.0)(typescript@4.7.4): + resolution: {integrity: sha512-HpqNTH8Du34nLxbKgVMGljZMG0rJd2O9ecvr2QLYp+7512ty1j42KnsFwspPXg1Vh8an9YImf6CokUBltisZFQ==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + '@typescript-eslint/parser': ^7.0.0 + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@eslint-community/regexpp': 4.10.0 + '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@4.7.4) + '@typescript-eslint/scope-manager': 7.5.0 + '@typescript-eslint/type-utils': 7.5.0(eslint@8.57.0)(typescript@4.7.4) + '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@4.7.4) + '@typescript-eslint/visitor-keys': 7.5.0 + debug: 4.3.4 + eslint: 8.57.0 + graphemer: 1.4.0 + ignore: 5.3.1 + natural-compare: 1.4.0 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@4.7.4) + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/parser@7.5.0(eslint@8.57.0)(typescript@4.7.4): + resolution: {integrity: sha512-cj+XGhNujfD2/wzR1tabNsidnYRaFfEkcULdcIyVBYcXjBvBKOes+mpMBP7hMpOyk+gBcfXsrg4NBGAStQyxjQ==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 7.5.0 + '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/typescript-estree': 7.5.0(typescript@4.7.4) + '@typescript-eslint/visitor-keys': 7.5.0 + debug: 4.3.4 + eslint: 8.57.0 + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/scope-manager@6.21.0: resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} engines: {node: ^16.0.0 || >=18.0.0} @@ -8350,11 +8518,44 @@ packages: '@typescript-eslint/visitor-keys': 6.21.0 dev: true + /@typescript-eslint/scope-manager@7.5.0: + resolution: {integrity: sha512-Z1r7uJY0MDeUlql9XJ6kRVgk/sP11sr3HKXn268HZyqL7i4cEfrdFuSSY/0tUqT37l5zT0tJOsuDP16kio85iA==} + engines: {node: ^18.18.0 || >=20.0.0} + dependencies: + '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/visitor-keys': 7.5.0 + dev: true + + /@typescript-eslint/type-utils@7.5.0(eslint@8.57.0)(typescript@4.7.4): + resolution: {integrity: sha512-A021Rj33+G8mx2Dqh0nMO9GyjjIBK3MqgVgZ2qlKf6CJy51wY/lkkFqq3TqqnH34XyAHUkq27IjlUkWlQRpLHw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/typescript-estree': 7.5.0(typescript@4.7.4) + '@typescript-eslint/utils': 7.5.0(eslint@8.57.0)(typescript@4.7.4) + debug: 4.3.4 + eslint: 8.57.0 + ts-api-utils: 1.3.0(typescript@4.7.4) + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/types@6.21.0: resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} engines: {node: ^16.0.0 || >=18.0.0} dev: true + /@typescript-eslint/types@7.5.0: + resolution: {integrity: sha512-tv5B4IHeAdhR7uS4+bf8Ov3k793VEVHd45viRRkehIUZxm0WF82VPiLgHzA/Xl4TGPg1ZD49vfxBKFPecD5/mg==} + engines: {node: ^18.18.0 || >=20.0.0} + dev: true + /@typescript-eslint/typescript-estree@6.21.0(typescript@5.3.3): resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} engines: {node: ^16.0.0 || >=18.0.0} @@ -8377,6 +8578,28 @@ packages: - supports-color dev: true + /@typescript-eslint/typescript-estree@7.5.0(typescript@4.7.4): + resolution: {integrity: sha512-YklQQfe0Rv2PZEueLTUffiQGKQneiIEKKnfIqPIOxgM9lKSZFCjT5Ad4VqRKj/U4+kQE3fa8YQpskViL7WjdPQ==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/visitor-keys': 7.5.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.3 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@4.7.4) + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color + dev: true + /@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.3.3): resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} engines: {node: ^16.0.0 || >=18.0.0} @@ -8396,6 +8619,25 @@ packages: - typescript dev: true + /@typescript-eslint/utils@7.5.0(eslint@8.57.0)(typescript@4.7.4): + resolution: {integrity: sha512-3vZl9u0R+/FLQcpy2EHyRGNqAS/ofJ3Ji8aebilfJe+fobK8+LbIFmrHciLVDxjDoONmufDcnVSF38KwMEOjzw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 7.5.0 + '@typescript-eslint/types': 7.5.0 + '@typescript-eslint/typescript-estree': 7.5.0(typescript@4.7.4) + eslint: 8.57.0 + semver: 7.6.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: true + /@typescript-eslint/visitor-keys@6.21.0: resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} engines: {node: ^16.0.0 || >=18.0.0} @@ -8404,6 +8646,14 @@ packages: eslint-visitor-keys: 3.4.3 dev: true + /@typescript-eslint/visitor-keys@7.5.0: + resolution: {integrity: sha512-mcuHM/QircmA6O7fy6nn2w/3ditQkj+SgtOc8DW3uQ10Yfj42amm2i+6F2K4YAOPNNTmE6iM1ynM6lrSwdendA==} + engines: {node: ^18.18.0 || >=20.0.0} + dependencies: + '@typescript-eslint/types': 7.5.0 + eslint-visitor-keys: 3.4.3 + dev: true + /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true @@ -8820,13 +9070,23 @@ packages: /axios@1.6.0: resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: - follow-redirects: 1.15.6 + follow-redirects: 1.15.6(debug@4.3.4) form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug dev: false + /axios@1.6.8(debug@4.3.4): + resolution: {integrity: sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==} + dependencies: + follow-redirects: 1.15.6(debug@4.3.4) + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + dev: true + /babel-plugin-add-module-exports@0.2.1: resolution: {integrity: sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==} dev: true @@ -8842,6 +9102,10 @@ packages: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} dev: true + /before-after-hook@2.2.3: + resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} + dev: true + /big-integer@1.6.52: resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} engines: {node: '>=0.6'} @@ -9138,6 +9402,15 @@ packages: string-width: 7.1.0 dev: true + /cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: true + /color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: @@ -9222,6 +9495,22 @@ packages: /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + /concurrently@8.2.2: + resolution: {integrity: sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==} + engines: {node: ^14.13.0 || >=16.0.0} + hasBin: true + dependencies: + chalk: 4.1.2 + date-fns: 2.30.0 + lodash: 4.17.21 + rxjs: 7.8.1 + shell-quote: 1.8.1 + spawn-command: 0.0.2 + supports-color: 8.1.1 + tree-kill: 1.2.2 + yargs: 17.7.2 + dev: true + /console-browserify@1.2.0: resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} dev: true @@ -9511,6 +9800,13 @@ packages: is-data-view: 1.0.1 dev: true + /date-fns@2.30.0: + resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} + engines: {node: '>=0.11'} + dependencies: + '@babel/runtime': 7.24.1 + dev: true + /dayjs@1.11.10: resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} dev: false @@ -9586,6 +9882,11 @@ packages: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true + /deepmerge-json@1.5.0: + resolution: {integrity: sha512-jZRrDmBKjmGcqMFEUJ14FjMJwm05Qaked+1vxaALRtF0UAl7lPU8OLWXFxvoeg3jbQM249VPFVn8g2znaQkEtA==} + engines: {node: '>=4.0.0'} + dev: true + /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} @@ -9617,6 +9918,10 @@ packages: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} + /deprecation@2.3.1: + resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} + dev: true + /dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} @@ -10086,7 +10391,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.1(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + /eslint-module-utils@2.8.1(@typescript-eslint/parser@7.5.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} engines: {node: '>=4'} peerDependencies: @@ -10107,6 +10412,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: + '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@4.7.4) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -10136,7 +10442,7 @@ packages: - ts-jest dev: true - /eslint-plugin-import@2.29.1(eslint@8.57.0): + /eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.5.0)(eslint@8.57.0): resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} engines: {node: '>=4'} peerDependencies: @@ -10146,6 +10452,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: + '@typescript-eslint/parser': 7.5.0(eslint@8.57.0)(typescript@4.7.4) array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 @@ -10154,7 +10461,7 @@ packages: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.5.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -10179,6 +10486,14 @@ packages: eslint: 8.57.0 dev: true + /eslint-plugin-react-refresh@0.4.6(eslint@8.57.0): + resolution: {integrity: sha512-NjGXdm7zgcKRkKMua34qVO9doI7VOxZ6ancSvBELJSSoX97jyndXcSoa8XBh69JoB31dNz3EEzlMcizZl7LaMA==} + peerDependencies: + eslint: '>=7' + dependencies: + eslint: 8.57.0 + dev: true + /eslint-plugin-react@7.34.1(eslint@8.57.0): resolution: {integrity: sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==} engines: {node: '>=4'} @@ -10480,7 +10795,7 @@ packages: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} dev: true - /follow-redirects@1.15.6: + /follow-redirects@1.15.6(debug@4.3.4): resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} engines: {node: '>=4.0'} peerDependencies: @@ -10488,7 +10803,8 @@ packages: peerDependenciesMeta: debug: optional: true - dev: false + dependencies: + debug: 4.3.4 /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} @@ -10588,6 +10904,11 @@ packages: engines: {node: '>=6.9.0'} dev: true + /get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + dev: true + /get-east-asian-width@1.2.0: resolution: {integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==} engines: {node: '>=18'} @@ -12830,7 +13151,6 @@ packages: /proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - dev: false /prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} @@ -13411,6 +13731,11 @@ packages: resolution: {integrity: sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==} dev: false + /require-directory@2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + dev: true + /requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} dev: true @@ -13570,6 +13895,12 @@ packages: dependencies: queue-microtask: 1.2.3 + /rxjs@7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + dependencies: + tslib: 2.4.0 + dev: true + /sade@1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} @@ -13731,6 +14062,10 @@ packages: engines: {node: '>=8'} dev: true + /shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + dev: true + /sherif-darwin-arm64@0.8.1: resolution: {integrity: sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==} cpu: [arm64] @@ -13895,6 +14230,10 @@ packages: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} dev: false + /spawn-command@0.0.2: + resolution: {integrity: sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==} + dev: true + /spawn-error-forwarder@1.0.0: resolution: {integrity: sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==} dev: true @@ -14165,6 +14504,13 @@ packages: has-flag: 4.0.0 dev: true + /supports-color@8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + dependencies: + has-flag: 4.0.0 + dev: true + /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} @@ -14362,6 +14708,15 @@ packages: resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} dev: false + /ts-api-utils@1.3.0(typescript@4.7.4): + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} + peerDependencies: + typescript: '>=4.2.0' + dependencies: + typescript: 4.7.4 + dev: true + /ts-api-utils@1.3.0(typescript@5.3.3): resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} engines: {node: '>=16'} @@ -14612,6 +14967,10 @@ packages: unist-util-visit-parents: 5.1.3 dev: false + /universal-user-agent@6.0.1: + resolution: {integrity: sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==} + dev: true + /universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} @@ -14834,6 +15193,21 @@ packages: vite: 5.2.6(@types/node@20.12.2) dev: true + /vite-plugin-mkcert@1.17.5(vite@5.2.6): + resolution: {integrity: sha512-KKGY3iHx/9zb7ow8JJ+nLN2HiNIBuPBwj34fJ+jAJT89/8qfk7msO7G7qipR8VDEm9xMCys0xT11QOJbZcg3/Q==} + engines: {node: '>=v16.7.0'} + peerDependencies: + vite: '>=3' + dependencies: + '@octokit/rest': 20.0.2 + axios: 1.6.8(debug@4.3.4) + debug: 4.3.4 + picocolors: 1.0.0 + vite: 5.2.6(@types/node@20.12.2) + transitivePeerDependencies: + - supports-color + dev: true + /vite-plugin-node-polyfills@0.21.0(rollup@4.13.0)(vite@5.2.6): resolution: {integrity: sha512-Sk4DiKnmxN8E0vhgEhzLudfJQfaT8k4/gJ25xvUPG54KjLJ6HAmDKbr4rzDD/QWEY+Lwg80KE85fGYBQihEPQA==} peerDependencies: @@ -15186,6 +15560,11 @@ packages: engines: {node: '>=0.4'} dev: true + /y18n@5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + dev: true + /yallist@2.1.2: resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} dev: true @@ -15202,6 +15581,24 @@ packages: engines: {node: '>= 14'} dev: true + /yargs-parser@21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + dev: true + + /yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + dependencies: + cliui: 8.0.1 + escalade: 3.1.2 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + dev: true + /yazl@2.5.1: resolution: {integrity: sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==} dependencies: diff --git a/scripts/config.js b/scripts/config.js deleted file mode 100644 index 827969c5e04..00000000000 --- a/scripts/config.js +++ /dev/null @@ -1,49 +0,0 @@ -// @ts-check - -import { resolve } from 'node:path'; -import { fileURLToPath } from 'node:url'; - -export const packages = [ - { - name: '@microsoft/logic-apps-chatbot', - packageDir: 'libs/chatbot', - }, - { - name: '@microsoft/logic-apps-data-mapper', - packageDir: 'libs/data-mapper', - }, - { - name: '@microsoft/logic-apps-designer', - packageDir: 'libs/designer', - }, - { - name: '@microsoft/designer-ui', - packageDir: 'libs/designer-ui', - }, - { - name: '@microsoft/logic-apps-shared', - packageDir: 'libs/logic-apps-shared', - }, - { - name: '@microsoft/vscode-extension-logic-apps', - packageDir: 'extensions/vscode-extension', - }, -]; - -export const branchConfigs = { - main: { - prerelease: false, - }, - next: { - prerelease: true, - }, - beta: { - prerelease: true, - }, - alpha: { - prerelease: true, - }, -}; - -const __dirname = fileURLToPath(new URL('.', import.meta.url)); -export const rootDir = resolve(__dirname, '..'); diff --git a/scripts/getRollupConfig.js b/scripts/getRollupConfig.js deleted file mode 100644 index 36f79e355c4..00000000000 --- a/scripts/getRollupConfig.js +++ /dev/null @@ -1,247 +0,0 @@ -// @ts-check - -import { resolve } from 'node:path'; -import { babel } from '@rollup/plugin-babel'; -import commonJS from '@rollup/plugin-commonjs'; -import { visualizer } from 'rollup-plugin-visualizer'; -import terser from '@rollup/plugin-terser'; -// @ts-expect-error -import size from 'rollup-plugin-size'; -import replace from '@rollup/plugin-replace'; -import { nodeResolve } from '@rollup/plugin-node-resolve'; -import svelte from 'rollup-plugin-svelte'; -import { rootDir } from './config.js'; - -/** @param {'development' | 'production'} type */ -const forceEnvPlugin = (type) => - replace({ - 'process.env.NODE_ENV': `"${type}"`, - delimiters: ['', ''], - preventAssignment: true, - }); - -const babelPlugin = babel({ - configFile: resolve(rootDir, 'babel.config.cjs'), - babelHelpers: 'bundled', - exclude: /node_modules/, - extensions: ['.ts', '.tsx'], -}); - -/** - * @param {Object} opts - Options for building configurations. - * @param {string} opts.name - The name. - * @param {string} opts.jsName - The UMD name. - * @param {string} opts.outputFile - The output file. - * @param {string} opts.entryFile - The entry file. - * @param {Record} opts.globals - * @param {string[]} opts.external - * @returns {import('rollup').RollupOptions[]} - */ -export function buildConfigs(opts) { - const input = resolve(opts.entryFile); - - /** @param {string} moduleName */ - const external = (moduleName) => opts.external.includes(moduleName); - const umdExternal = Object.keys(opts.globals); - const banner = createBanner(opts.name); - - const options = { - input, - jsName: opts.jsName, - outputFile: opts.outputFile, - external, - banner, - globals: opts.globals, - }; - - return [ - mjs(options), - esm(options), - cjs(options), - umdDev({ ...options, external: umdExternal }), - umdProd({ ...options, external: umdExternal }), - ]; -} - -/** - * @param {Object} opts - Options for building configurations. - * @param {string} opts.input - The name. - * @param {string} opts.jsName - The UMD name. - * @param {string} opts.outputFile - The output file. - * @param {any} opts.external - * @param {string} opts.banner - The entry file. - * @param {Record} opts.globals - * @returns {import('rollup').RollupOptions} - */ -function mjs({ input, external, banner, outputFile }) { - return { - // ESM - external, - input, - output: { - format: 'esm', - sourcemap: true, - file: `./build/lib/${outputFile}.mjs`, - banner, - }, - plugins: [ - svelte({ - compilerOptions: { - hydratable: true, - }, - }), - commonJS(), - babelPlugin, - nodeResolve({ extensions: ['.ts', '.tsx'] }), - ], - }; -} - -/** - * @param {Object} opts - Options for building configurations. - * @param {string} opts.input - The name. - * @param {string} opts.jsName - The UMD name. - * @param {string} opts.outputFile - The output file. - * @param {any} opts.external - * @param {string} opts.banner - The entry file. - * @param {Record} opts.globals - * @returns {import('rollup').RollupOptions} - */ -function esm({ input, external, banner, outputFile }) { - return { - // ESM - external, - input, - output: { - format: 'esm', - sourcemap: true, - file: `./build/lib/${outputFile}.esm.js`, - banner, - }, - plugins: [ - svelte({ - compilerOptions: { - hydratable: true, - }, - }), - commonJS(), - babelPlugin, - nodeResolve({ extensions: ['.ts', '.tsx'] }), - ], - }; -} - -/** - * @param {Object} opts - Options for building configurations. - * @param {string} opts.input - The name. - * @param {string} opts.jsName - The UMD name. - * @param {string} opts.outputFile - The output file. - * @param {any} opts.external - * @param {string} opts.banner - The entry file. - * @param {Record} opts.globals - * @returns {import('rollup').RollupOptions} - */ -function cjs({ input, external, banner }) { - return { - // CJS - external, - input, - output: { - format: 'cjs', - sourcemap: true, - dir: `./build/lib`, - preserveModules: true, - exports: 'named', - banner, - }, - plugins: [svelte(), commonJS(), babelPlugin, nodeResolve({ extensions: ['.ts', '.tsx'] })], - }; -} - -/** - * @param {Object} opts - Options for building configurations. - * @param {string} opts.input - The name. - * @param {string} opts.jsName - The UMD name. - * @param {string} opts.outputFile - The output file. - * @param {any} opts.external - * @param {string} opts.banner - The entry file. - * @param {Record} opts.globals - * @returns {import('rollup').RollupOptions} - */ -function umdDev({ input, external, globals, banner, jsName }) { - return { - // UMD (Dev) - external, - input, - output: { - format: 'umd', - sourcemap: true, - file: `./build/umd/index.development.js`, - name: jsName, - globals, - banner, - }, - plugins: [svelte(), commonJS(), babelPlugin, nodeResolve({ extensions: ['.ts', '.tsx'] }), forceEnvPlugin('development')], - }; -} - -/** - * @param {Object} opts - Options for building configurations. - * @param {string} opts.input - The name. - * @param {string} opts.jsName - The UMD name. - * @param {string} opts.outputFile - The output file. - * @param {any} opts.external - * @param {string} opts.banner - The entry file. - * @param {Record} opts.globals - * @returns {import('rollup').RollupOptions} - */ -function umdProd({ input, external, globals, banner, jsName }) { - return { - // UMD (Prod) - external, - input, - output: { - format: 'umd', - sourcemap: true, - file: `./build/umd/index.production.js`, - name: jsName, - globals, - banner, - }, - plugins: [ - svelte(), - commonJS(), - babelPlugin, - nodeResolve({ extensions: ['.ts', '.tsx'] }), - forceEnvPlugin('production'), - terser({ - mangle: true, - compress: true, - }), - size({}), - visualizer({ - filename: `./build/stats-html.html`, - gzipSize: true, - }), - visualizer({ - filename: `./build/stats-react.json`, - json: true, - gzipSize: true, - }), - ], - }; -} - -/** @param {string} libraryName */ -function createBanner(libraryName) { - return `/** - * ${libraryName} - * - * Copyright (c) TanStack - * - * This source code is licensed under the MIT license found in the - * LICENSE.md file in the root directory of this source tree. - * - * @license MIT - */`; -} diff --git a/turbo.json b/turbo.json new file mode 100644 index 00000000000..42e8a8eba43 --- /dev/null +++ b/turbo.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://turbo.build/schema.json", + "pipeline": { + "build": { + "dependsOn": [ + "^build" + ], + "outputs": [ + "build/**" + ] + }, + "dev": { + "cache": false, + "persistent": true + } + } +} \ No newline at end of file From 257dd1946b96c6028151528f6bb5f7cb84959772 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Tue, 2 Apr 2024 13:47:46 -0700 Subject: [PATCH 15/39] Fix gitignore mostly --- .gitignore | 50 +++ .turbo/cookies/1.cookie | 0 .turbo/cookies/10.cookie | 0 .turbo/cookies/11.cookie | 0 .turbo/cookies/12.cookie | 0 .turbo/cookies/13.cookie | 0 .turbo/cookies/14.cookie | 0 .turbo/cookies/15.cookie | 0 .turbo/cookies/16.cookie | 0 .turbo/cookies/17.cookie | 0 .turbo/cookies/18.cookie | 0 .turbo/cookies/19.cookie | 0 .turbo/cookies/2.cookie | 0 .turbo/cookies/20.cookie | 0 .turbo/cookies/21.cookie | 0 .turbo/cookies/22.cookie | 0 .turbo/cookies/23.cookie | 0 .turbo/cookies/24.cookie | 0 .turbo/cookies/25.cookie | 0 .turbo/cookies/26.cookie | 0 .turbo/cookies/27.cookie | 0 .turbo/cookies/28.cookie | 0 .turbo/cookies/29.cookie | 0 .turbo/cookies/3.cookie | 0 .turbo/cookies/30.cookie | 0 .turbo/cookies/31.cookie | 0 .turbo/cookies/32.cookie | 0 .turbo/cookies/4.cookie | 0 .turbo/cookies/5.cookie | 0 .turbo/cookies/6.cookie | 0 .turbo/cookies/7.cookie | 0 .turbo/cookies/8.cookie | 0 .turbo/cookies/9.cookie | 0 .../b2e3995542fb2c57-turbo.log.2024-04-01 | 0 .../b2e3995542fb2c57-turbo.log.2024-04-02 | 0 apps/Standalone/.gitignore | 24 -- apps/Standalone/src/main.tsx | 6 +- docs/.gitignore | 20 -- init.js | 11 - libs/chatbot/.turbo/turbo-build.log | 24 -- libs/data-mapper/.turbo/turbo-build.log | 21 -- libs/designer-ui/.turbo/turbo-build.log | 21 -- .../531e61fd61eff4a5-turbo.log.2024-04-02 | 0 libs/designer/.turbo/turbo-build.log | 23 -- .../7522e4e2b92017f4-turbo.log.2024-04-02 | 0 libs/logic-apps-shared/.turbo/turbo-build.log | 19 -- libs/vscode-extension/.turbo/turbo-build.log | 287 ------------------ package.json | 23 +- pnpm-lock.yaml | 63 ++++ 49 files changed, 123 insertions(+), 469 deletions(-) delete mode 100644 .turbo/cookies/1.cookie delete mode 100644 .turbo/cookies/10.cookie delete mode 100644 .turbo/cookies/11.cookie delete mode 100644 .turbo/cookies/12.cookie delete mode 100644 .turbo/cookies/13.cookie delete mode 100644 .turbo/cookies/14.cookie delete mode 100644 .turbo/cookies/15.cookie delete mode 100644 .turbo/cookies/16.cookie delete mode 100644 .turbo/cookies/17.cookie delete mode 100644 .turbo/cookies/18.cookie delete mode 100644 .turbo/cookies/19.cookie delete mode 100644 .turbo/cookies/2.cookie delete mode 100644 .turbo/cookies/20.cookie delete mode 100644 .turbo/cookies/21.cookie delete mode 100644 .turbo/cookies/22.cookie delete mode 100644 .turbo/cookies/23.cookie delete mode 100644 .turbo/cookies/24.cookie delete mode 100644 .turbo/cookies/25.cookie delete mode 100644 .turbo/cookies/26.cookie delete mode 100644 .turbo/cookies/27.cookie delete mode 100644 .turbo/cookies/28.cookie delete mode 100644 .turbo/cookies/29.cookie delete mode 100644 .turbo/cookies/3.cookie delete mode 100644 .turbo/cookies/30.cookie delete mode 100644 .turbo/cookies/31.cookie delete mode 100644 .turbo/cookies/32.cookie delete mode 100644 .turbo/cookies/4.cookie delete mode 100644 .turbo/cookies/5.cookie delete mode 100644 .turbo/cookies/6.cookie delete mode 100644 .turbo/cookies/7.cookie delete mode 100644 .turbo/cookies/8.cookie delete mode 100644 .turbo/cookies/9.cookie delete mode 100644 .turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-01 delete mode 100644 .turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-02 delete mode 100644 apps/Standalone/.gitignore delete mode 100644 docs/.gitignore delete mode 100644 init.js delete mode 100644 libs/chatbot/.turbo/turbo-build.log delete mode 100644 libs/data-mapper/.turbo/turbo-build.log delete mode 100644 libs/designer-ui/.turbo/turbo-build.log delete mode 100644 libs/designer/.turbo/daemon/531e61fd61eff4a5-turbo.log.2024-04-02 delete mode 100644 libs/designer/.turbo/turbo-build.log delete mode 100644 libs/logic-apps-shared/.turbo/daemon/7522e4e2b92017f4-turbo.log.2024-04-02 delete mode 100644 libs/logic-apps-shared/.turbo/turbo-build.log delete mode 100644 libs/vscode-extension/.turbo/turbo-build.log diff --git a/.gitignore b/.gitignore index d5f84561c89..7469a33be85 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. +.turbo + # compiled output /dist /tmp @@ -62,3 +64,51 @@ docs/src/pages/CHANGELOG.MD /playwright-report/ /blob-report/ /playwright/.cache/ + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + + + +# Dependencies +/node_modules + +# Production +/build + +# Generated files +.docusaurus +.cache-loader +CHANGELOG.MD +# Misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/.turbo/cookies/1.cookie b/.turbo/cookies/1.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/10.cookie b/.turbo/cookies/10.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/11.cookie b/.turbo/cookies/11.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/12.cookie b/.turbo/cookies/12.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/13.cookie b/.turbo/cookies/13.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/14.cookie b/.turbo/cookies/14.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/15.cookie b/.turbo/cookies/15.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/16.cookie b/.turbo/cookies/16.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/17.cookie b/.turbo/cookies/17.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/18.cookie b/.turbo/cookies/18.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/19.cookie b/.turbo/cookies/19.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/2.cookie b/.turbo/cookies/2.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/20.cookie b/.turbo/cookies/20.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/21.cookie b/.turbo/cookies/21.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/22.cookie b/.turbo/cookies/22.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/23.cookie b/.turbo/cookies/23.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/24.cookie b/.turbo/cookies/24.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/25.cookie b/.turbo/cookies/25.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/26.cookie b/.turbo/cookies/26.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/27.cookie b/.turbo/cookies/27.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/28.cookie b/.turbo/cookies/28.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/29.cookie b/.turbo/cookies/29.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/3.cookie b/.turbo/cookies/3.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/30.cookie b/.turbo/cookies/30.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/31.cookie b/.turbo/cookies/31.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/32.cookie b/.turbo/cookies/32.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/4.cookie b/.turbo/cookies/4.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/5.cookie b/.turbo/cookies/5.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/6.cookie b/.turbo/cookies/6.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/7.cookie b/.turbo/cookies/7.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/8.cookie b/.turbo/cookies/8.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/cookies/9.cookie b/.turbo/cookies/9.cookie deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-01 b/.turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-01 deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-02 b/.turbo/daemon/b2e3995542fb2c57-turbo.log.2024-04-02 deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/apps/Standalone/.gitignore b/apps/Standalone/.gitignore deleted file mode 100644 index a547bf36d8d..00000000000 --- a/apps/Standalone/.gitignore +++ /dev/null @@ -1,24 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -lerna-debug.log* - -node_modules -dist -dist-ssr -*.local - -# Editor directories and files -.vscode/* -!.vscode/extensions.json -.idea -.DS_Store -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? diff --git a/apps/Standalone/src/main.tsx b/apps/Standalone/src/main.tsx index 9656e0acda2..994b4d54f9c 100644 --- a/apps/Standalone/src/main.tsx +++ b/apps/Standalone/src/main.tsx @@ -1,4 +1,4 @@ -import React from 'react'; +import { StrictMode } from 'react'; import { DesignerWrapper } from './app/DesignerShell/designer'; import './polyfills'; import { store } from './state/store'; @@ -9,9 +9,9 @@ import { Provider } from 'react-redux'; initializeIcons(); createRoot(document.getElementById('root')!).render( - + - + ); diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index b65c09cc2a7..00000000000 --- a/docs/.gitignore +++ /dev/null @@ -1,20 +0,0 @@ -# Dependencies -/node_modules - -# Production -/build - -# Generated files -.docusaurus -.cache-loader -CHANGELOG.MD -# Misc -.DS_Store -.env.local -.env.development.local -.env.test.local -.env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* diff --git a/init.js b/init.js deleted file mode 100644 index 020c401cacc..00000000000 --- a/init.js +++ /dev/null @@ -1,11 +0,0 @@ -import proc from 'child_process'; -proc.exec('mkcert --help', function (err) { - if (err) { - console.error( - '\x1b[31m%s\x1b[0m', - 'mkcert not found, Please install mkcert first. Instructions can be found at: https://github.com/FiloSottile/mkcert' - ); - } else { - proc.exec('mkcert -cert-file "local-cert.pem" -key-file "local-key.pem" "localhost"'); - } -}); diff --git a/libs/chatbot/.turbo/turbo-build.log b/libs/chatbot/.turbo/turbo-build.log deleted file mode 100644 index 4735f1ebad5..00000000000 --- a/libs/chatbot/.turbo/turbo-build.log +++ /dev/null @@ -1,24 +0,0 @@ - -> @microsoft/logic-apps-chatbot@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/chatbot -> tsup && tsc --emitDeclarationOnly && node ./build-finish.js && node ./build-finish.js - -CLI Building entry: src/index.ts -CLI Using tsconfig: tsconfig.json -CLI tsup v8.0.2 -CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/chatbot/tsup.config.ts -CLI Target: esnext -CLI Cleaning output folder -CJS Build start -ESM Build start -ESM build/lib/index.css 9.45 KB -ESM build/lib/index.js 58.44 KB -ESM ⚡️ Build success in 81ms -CJS build/lib/index.css 9.45 KB -CJS build/lib/index.cjs 59.13 KB -CJS ⚡️ Build success in 81ms -(node:13392) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. -(Use `node --trace-warnings ...` to show where the warning was created) -(node:13392) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time -(node:13393) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. -(Use `node --trace-warnings ...` to show where the warning was created) -(node:13393) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/data-mapper/.turbo/turbo-build.log b/libs/data-mapper/.turbo/turbo-build.log deleted file mode 100644 index 257e6c31a24..00000000000 --- a/libs/data-mapper/.turbo/turbo-build.log +++ /dev/null @@ -1,21 +0,0 @@ - -> @microsoft/logic-apps-data-mapper@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/data-mapper -> tsup && tsc --emitDeclarationOnly && node ./build-finish.js - -CLI Building entry: src/index.ts -CLI Using tsconfig: tsconfig.json -CLI tsup v8.0.2 -CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/data-mapper/tsup.config.ts -CLI Target: esnext -CLI Cleaning output folder -CJS Build start -ESM Build start -CJS build/lib/index.css 852.69 KB -CJS build/lib/index.cjs 1.78 MB -CJS ⚡️ Build success in 737ms -ESM build/lib/index.css 852.69 KB -ESM build/lib/index.js 1.76 MB -ESM ⚡️ Build success in 738ms -(node:13399) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. -(Use `node --trace-warnings ...` to show where the warning was created) -(node:13399) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/designer-ui/.turbo/turbo-build.log b/libs/designer-ui/.turbo/turbo-build.log deleted file mode 100644 index 88c89aa3856..00000000000 --- a/libs/designer-ui/.turbo/turbo-build.log +++ /dev/null @@ -1,21 +0,0 @@ - -> @microsoft/designer-ui@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/designer-ui -> tsup && tsc --emitDeclarationOnly && node ./build-finish.js - -CLI Building entry: src/index.ts -CLI Using tsconfig: tsconfig.json -CLI tsup v8.0.2 -CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/designer-ui/tsup.config.ts -CLI Target: esnext -CLI Cleaning output folder -CJS Build start -ESM Build start -ESM build/lib/index.css 17.84 KB -ESM build/lib/index.js 3.24 MB -ESM ⚡️ Build success in 835ms -CJS build/lib/index.css 17.84 KB -CJS build/lib/index.cjs 3.27 MB -CJS ⚡️ Build success in 836ms -(node:13324) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. -(Use `node --trace-warnings ...` to show where the warning was created) -(node:13324) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/designer/.turbo/daemon/531e61fd61eff4a5-turbo.log.2024-04-02 b/libs/designer/.turbo/daemon/531e61fd61eff4a5-turbo.log.2024-04-02 deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/libs/designer/.turbo/turbo-build.log b/libs/designer/.turbo/turbo-build.log deleted file mode 100644 index c53e7054df4..00000000000 --- a/libs/designer/.turbo/turbo-build.log +++ /dev/null @@ -1,23 +0,0 @@ - -> @microsoft/logic-apps-designer@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/designer -> tsup && tsc --emitDeclarationOnly && node ./build-finish.js - -CLI Building entry: src/index.ts -CLI Using tsconfig: tsconfig.json -CLI tsup v8.0.2 -CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/designer/tsup.config.ts -CLI Target: esnext -CLI Cleaning output folder -CJS Build start -ESM Build start -"DefaultKeyPrefix" is imported from external module "@microsoft/logic-apps-shared" but never used in "build/lib/index.js". -"DefaultKeyPrefix" is imported from external module "@microsoft/logic-apps-shared" but never used in "build/lib/index.cjs". -ESM build/lib/index.css 889.45 KB -ESM build/lib/index.js 3.19 MB -ESM ⚡️ Build success in 1070ms -CJS build/lib/index.css 889.45 KB -CJS build/lib/index.cjs 3.23 MB -CJS ⚡️ Build success in 1074ms -(node:13347) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. -(Use `node --trace-warnings ...` to show where the warning was created) -(node:13347) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/logic-apps-shared/.turbo/daemon/7522e4e2b92017f4-turbo.log.2024-04-02 b/libs/logic-apps-shared/.turbo/daemon/7522e4e2b92017f4-turbo.log.2024-04-02 deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/libs/logic-apps-shared/.turbo/turbo-build.log b/libs/logic-apps-shared/.turbo/turbo-build.log deleted file mode 100644 index d24de573732..00000000000 --- a/libs/logic-apps-shared/.turbo/turbo-build.log +++ /dev/null @@ -1,19 +0,0 @@ - -> @microsoft/logic-apps-shared@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared -> tsup && tsc --emitDeclarationOnly && node ./build-finish.js - -CLI Building entry: src/index.ts -CLI Using tsconfig: tsconfig.json -CLI tsup v8.0.2 -CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/logic-apps-shared/tsup.config.ts -CLI Target: esnext -CLI Cleaning output folder -CJS Build start -ESM Build start -CJS build/lib/index.cjs 17.34 MB -CJS ⚡️ Build success in 2418ms -ESM build/lib/index.js 17.33 MB -ESM ⚡️ Build success in 2419ms -(node:13300) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js. -(Use `node --trace-warnings ...` to show where the warning was created) -(node:13300) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time diff --git a/libs/vscode-extension/.turbo/turbo-build.log b/libs/vscode-extension/.turbo/turbo-build.log deleted file mode 100644 index db072f7f9dc..00000000000 --- a/libs/vscode-extension/.turbo/turbo-build.log +++ /dev/null @@ -1,287 +0,0 @@ - -> @microsoft/vscode-extension-logic-apps@3.2.0 build /Users/travisharris/code/LogicAppsUX/libs/vscode-extension -> tsup && tsc --emitDeclarationOnly && node ./build-finish.js - -CLI Building entry: src/index.ts -CLI Using tsconfig: tsconfig.json -CLI tsup v8.0.2 -CLI Using tsup config: /Users/travisharris/code/LogicAppsUX/libs/vscode-extension/tsup.config.ts -CLI Target: esnext -CLI Cleaning output folder -CJS Build start -ESM Build start -ESM build/lib/index.js 48.26 KB -ESM ⚡️ Build success in 52ms -CJS build/lib/index.cjs 49.10 KB -CJS ⚡️ Build success in 53ms -../logic-apps-shared/src/designer-client-services/lib/customcode.ts:1:56 - error TS2307: Cannot find module '@microsoft/logic-apps-shared' or its corresponding type declarations. - -1 import { AssertionErrorCode, AssertionException } from '@microsoft/logic-apps-shared'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/designer-client-services/lib/standard/customcode.ts:4:24 - error TS2307: Cannot find module '@microsoft/logic-apps-shared' or its corresponding type declarations. - -4 import { equals } from '@microsoft/logic-apps-shared'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts:1:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -1 import { BaseException } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts:2:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -2 import { BaseException } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts:2:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -2 import { BaseException } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/expression.ts:3:39 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -3 import { equals, isNullOrEmpty } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:2:35 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -2 import { isNullOrUndefined } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:54:10 - error TS2533: Object is possibly 'null' or 'undefined'. - -54 return segments.map(encodePropertySegment).join(_separator); -   ~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:62:10 - error TS2533: Object is possibly 'null' or 'undefined'. - -62 return segments.map(_encodeSegment).join(_separator); -   ~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:70:10 - error TS2533: Object is possibly 'null' or 'undefined'. - -70 return key.split(_separator).map(_decodeSegment); -   ~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:78:10 - error TS2533: Object is possibly 'null' or 'undefined'. - -78 return key.split(_separator); -   ~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:6:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. - -6 import { getIntl } from '@microsoft/intl-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:7:32 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -7 import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:8:66 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -8 import { capitalizeFirstLetter, equals, isNullOrUndefined } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:56:36 - error TS7006: Parameter 'item' implicitly has an 'any' type. - -56 return parameter.enum.map((item) => ({ -   ~~~~ - -../logic-apps-shared/src/parsers/lib/common/outputprocessor.ts:7:32 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -7 import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/outputprocessor.ts:8:36 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -8 import { equals, startsWith } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts:14:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. - -14 import { getIntl } from '@microsoft/intl-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts:15:32 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -15 import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts:16:74 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -16 import { aggregate, clone, equals, hasProperty, isNullOrUndefined } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/expression/builder.ts:4:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. - -4 import { getIntl } from '@microsoft/intl-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/expression/builder.ts:5:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -5 import { BaseException } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/expression/evaluator.ts:5:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. - -5 import { getIntl } from '@microsoft/intl-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/expression/evaluator.ts:6:31 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -6 import { BaseException } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/expression/parser.ts:14:24 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -14 import { equals } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/expression/scanner.ts:8:24 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -8 import { equals } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts:1:40 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -1 import type { OperationManifest } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts:2:46 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -2 import { ConnectionReferenceKeyFormat } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/manifest/parser.ts:7:51 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -7 import type { OpenAPIV2, OperationManifest } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/manifest/parser.ts:8:45 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -8 import { getObjectPropertyValue, map } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/models/operation.ts:1:76 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -1 import type { DownloadChunkMetadata, OpenAPIV2, UploadChunkMetadata } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/models/operation.ts:2:24 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -2 import { equals } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/models/parameters.ts:1:35 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -1 import { isNullOrUndefined } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts:19:49 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -19 import { copy, equals, isNullOrUndefined } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:15:25 - error TS2307: Cannot find module '@microsoft/intl-logic-apps' or its corresponding type declarations. - -15 import { getIntl } from '@microsoft/intl-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:16:32 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -16 import type { OpenAPIV2 } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:17:50 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -17 import { aggregate, equals, includes, map } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:80:18 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. - -80 .filter((parameter) => !this.isReservedParameter(parameter)) -   ~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:81:18 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. - -81 .filter((parameter) => !(this.options.excludeInternal && equals(parameter.visibility, Constants.Visibility.Internal))) -   ~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:82:18 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. - -82 .filter((parameter) => !(this.options.excludeAdvanced && equals(parameter.visibility, Constants.Visibility.Advanced))); -   ~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:103:29 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. - -103 return parameters.some((parameter) => equals(parameter.visibility, Constants.Visibility.Advanced)); -   ~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parser.ts:18:76 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -18 import type { DownloadChunkMetadata, OpenAPIV2, UploadChunkMetadata } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parser.ts:19:65 - error TS2307: Cannot find module '@microsoft/utils-logic-apps' or its corresponding type declarations. - -19 import { aggregate, equals, getPropertyValue, map, unmap } from '@microsoft/utils-logic-apps'; -   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parser.ts:124:14 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. - -124 (parameter) => -   ~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parser.ts:128:14 - error TS7006: Parameter 'parameter' implicitly has an 'any' type. - -128 (parameter) => -   ~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parser.ts:337:47 - error TS7006: Parameter 'pathItem' implicitly has an 'any' type. - -337 const pathItemOperations = pathItems.map((pathItem) => includePathItemParameters(pathItem)); -   ~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parser.ts:340:46 - error TS7006: Parameter 'operation' implicitly has an 'any' type. - -340 const mappedOperations = operations.map((operation) => { -   ~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parser.ts:350:10 - error TS7006: Parameter 'operation' implicitly has an 'any' type. - -350 (operation) => -   ~~~~~~~~~ - -../logic-apps-shared/src/parsers/lib/swagger/parser.ts:354:10 - error TS7006: Parameter 'operation' implicitly has an 'any' type. - -354 (operation) => -   ~~~~~~~~~ - - -Found 49 errors in 21 files. - -Errors Files - 1 ../logic-apps-shared/src/designer-client-services/lib/customcode.ts:1 - 1 ../logic-apps-shared/src/designer-client-services/lib/standard/customcode.ts:4 - 1 ../logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts:1 - 1 ../logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts:2 - 1 ../logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts:2 - 1 ../logic-apps-shared/src/parsers/lib/common/helpers/expression.ts:3 - 5 ../logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts:2 - 4 ../logic-apps-shared/src/parsers/lib/common/helpers/utils.ts:6 - 2 ../logic-apps-shared/src/parsers/lib/common/outputprocessor.ts:7 - 3 ../logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts:14 - 2 ../logic-apps-shared/src/parsers/lib/expression/builder.ts:4 - 2 ../logic-apps-shared/src/parsers/lib/expression/evaluator.ts:5 - 1 ../logic-apps-shared/src/parsers/lib/expression/parser.ts:14 - 1 ../logic-apps-shared/src/parsers/lib/expression/scanner.ts:8 - 2 ../logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts:1 - 2 ../logic-apps-shared/src/parsers/lib/manifest/parser.ts:7 - 2 ../logic-apps-shared/src/parsers/lib/models/operation.ts:1 - 1 ../logic-apps-shared/src/parsers/lib/models/parameters.ts:1 - 1 ../logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts:19 - 7 ../logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts:15 - 8 ../logic-apps-shared/src/parsers/lib/swagger/parser.ts:18 - ELIFECYCLE  Command failed with exit code 2. diff --git a/package.json b/package.json index 3f2ee4baaff..20cfc9e0dca 100644 --- a/package.json +++ b/package.json @@ -5,34 +5,24 @@ "packageManager": "pnpm@8.12.1", "type": "module", "scripts": { - "start": "nx serve", - "build": "nx run designer:build --parallel", - "build:all": "nx run-many --all --target=build --parallel", - "yalcpush:all": "nx run-many --all --target=yalcpush", - "test": "nx affected --target=test --parallel", - "test:all": "nx run-many --all --target=test --parallel", + "start": "turbo run dev", + "build": "turbo run build", + "yalcpush:all": "", + "test": "turbo run test:unit", "test:e2e": "playwright test", - "lint": "nx affected --target=lint --parallel", - "lint:fix": "nx affected --target=lint --fix", "prepare": "husky install", "check": "biome check --apply .", + "extract": "formatjs extract \"libs/**/*.{ts,tsx}\" --ignore \"libs/**/*.{d,test,spec}.{ts,tsx}\" --out-file Localize/lang/strings.json --format ./format.js", "compile:loc": "formatjs compile-folder --ast --format ./format.js \"Localize/lang\" \"libs/logic-apps-shared/src/intl/compiled-lang/\" ", "compile:loc:psuedo": "formatjs compile \"Localize/lang/strings.json\" --ast --format ./format.js --out-file \"libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json\" --pseudo-locale en-XA", - "build:designer-client-services": "nx run services-designer-client-services:build", - "build:chatbot": "nx run chatbot:build", - "build:parsers": "nx run parsers:build", - "build:vscode-react": "nx run vs-code-react:build", - "build:vscode-designer": "nx run vs-code-designer:build && nx run vs-code-react:build", - "build:utils": "nx run utils:build", "bump": "standard-version --no-verify", + "vscode:designer:pack:step1": "cd ./dist/apps/vs-code-designer && npm install", "vscode:designer:pack:step2": "node extension-copy-svgs.js", "vscode:designer:pack:step3": "cd ./dist/apps/vs-code-designer && vsce package", "vscode:designer:pack": "npm run vscode:designer:pack:step1 && npm run vscode:designer:pack:step2 && npm run vscode:designer:pack:step3", - "fixLineEndings": "prettier --write \"**/*.json\"", "testgen": "playwright codegen https://localhost:4200", - "postinstall": "node init.js", "generateArmToken": "az account get-access-token --tenant 72f988bf-86f1-41af-91ab-2d7cd011db47 > ./apps/designer-standalone/src/environments/armToken.json", "start:arm": "npm run generateArmToken && npm run start" }, @@ -74,6 +64,7 @@ "sherif": "^0.8.1", "size-limit": "^11.1.2", "tsup": "^8.0.2", + "turbo": "^1.13.2", "typescript": "4.7.4", "vite-plugin-mkcert": "^1.17.5", "vitest": "^1.4.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6a115c942bf..3f7ad01a69a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -107,6 +107,9 @@ importers: tsup: specifier: ^8.0.2 version: 8.0.2(typescript@4.7.4) + turbo: + specifier: ^1.13.2 + version: 1.13.2 typescript: specifier: 4.7.4 version: 4.7.4 @@ -14814,6 +14817,66 @@ packages: engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} dev: false + /turbo-darwin-64@1.13.2: + resolution: {integrity: sha512-CCSuD8CfmtncpohCuIgq7eAzUas0IwSbHfI8/Q3vKObTdXyN8vAo01gwqXjDGpzG9bTEVedD0GmLbD23dR0MLA==} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /turbo-darwin-arm64@1.13.2: + resolution: {integrity: sha512-0HySm06/D2N91rJJ89FbiI/AodmY8B3WDSFTVEpu2+8spUw7hOJ8okWOT0e5iGlyayUP9gr31eOeL3VFZkpfCw==} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /turbo-linux-64@1.13.2: + resolution: {integrity: sha512-7HnibgbqZrjn4lcfIouzlPu8ZHSBtURG4c7Bedu7WJUDeZo+RE1crlrQm8wuwO54S0siYqUqo7GNHxu4IXbioQ==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /turbo-linux-arm64@1.13.2: + resolution: {integrity: sha512-sUq4dbpk6SNKg/Hkwn256Vj2AEYSQdG96repio894h5/LEfauIK2QYiC/xxAeW3WBMc6BngmvNyURIg7ltrePg==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /turbo-windows-64@1.13.2: + resolution: {integrity: sha512-DqzhcrciWq3dpzllJR2VVIyOhSlXYCo4mNEWl98DJ3FZ08PEzcI3ceudlH6F0t/nIcfSItK1bDP39cs7YoZHEA==} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /turbo-windows-arm64@1.13.2: + resolution: {integrity: sha512-WnPMrwfCXxK69CdDfS1/j2DlzcKxSmycgDAqV0XCYpK/812KB0KlvsVAt5PjEbZGXkY88pCJ1BLZHAjF5FcbqA==} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /turbo@1.13.2: + resolution: {integrity: sha512-rX/d9f4MgRT3yK6cERPAkfavIxbpBZowDQpgvkYwGMGDQ0Nvw1nc0NVjruE76GrzXQqoxR1UpnmEP54vBARFHQ==} + hasBin: true + optionalDependencies: + turbo-darwin-64: 1.13.2 + turbo-darwin-arm64: 1.13.2 + turbo-linux-64: 1.13.2 + turbo-linux-arm64: 1.13.2 + turbo-windows-64: 1.13.2 + turbo-windows-arm64: 1.13.2 + dev: true + /type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} From 7eac6de8a5f33c520b84f3b571c5ecb518658272 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Tue, 2 Apr 2024 18:39:47 -0700 Subject: [PATCH 16/39] Some working tests --- .gitignore | 2 +- apps/Standalone/package.json | 1 - apps/Standalone/src/main.tsx | 1 - libs/chatbot/package.json | 3 +- libs/chatbot/tsconfig.json | 13 +- libs/chatbot/tsconfig.test.json | 18 + libs/chatbot/vite.config.ts | 17 + libs/data-mapper/tsconfig.json | 16 +- libs/data-mapper/tsconfig.test.json | 18 + libs/data-mapper/vite.config.ts | 17 + libs/designer-ui/package.json | 3 +- .../src/lib/__test__/helper.spec.ts | 12 +- .../src/lib/__test__/intl-test-helper.tsx | 2 +- .../__snapshots__/about.spec.tsx.snap | 46 +- .../actionbuttonv2.spec.tsx.snap | 10 +- .../__test__/__snapshots__/card.spec.tsx.snap | 135 ++--- .../__snapshots__/cardfooter.spec.tsx.snap | 14 +- .../__snapshots__/errorbanner.spec.tsx.snap | 6 +- .../__snapshots__/checkbox.spec.tsx.snap | 12 +- .../__snapshots__/combobox.spec.tsx.snap | 20 +- .../lib/combobox/__test__/combobox.spec.tsx | 2 +- .../connectors/__test__/predicates.spec.tsx | 22 +- .../copyinputcontrol.spec.tsx.snap | 18 +- .../__snapshots__/alert.spec.tsx.snap | 12 +- .../__snapshots__/confirm.spec.tsx.snap | 14 +- .../src/lib/dialogs/__test__/alert.spec.tsx | 2 +- .../src/lib/dialogs/__test__/confirm.spec.tsx | 4 +- .../documentationlinkitem.spec.tsx.snap | 6 +- .../__snapshots__/errorboundary.spec.tsx.snap | 10 +- .../__test__/errorboundary.spec.tsx | 4 +- .../__snapshots__/flyout.spec.tsx.snap | 26 +- .../__snapshots__/flyoutcallout.spec.tsx.snap | 14 +- .../flyout/__test__/flyoutcallout.spec.tsx | 2 +- .../__snapshots__/flyout2.spec.tsx.snap | 22 +- .../__snapshots__/flyoutballoon.spec.tsx.snap | 4 +- .../identitydropdown.spec.tsx.snap | 6 +- .../__test__/identitydropdown.spec.tsx | 2 +- .../__test__/imagewithfallback.spec.tsx | 6 +- .../__snapshots__/label.spec.tsx.snap | 14 +- .../__snapshots__/request.spec.tsx.snap | 140 ++--- .../__snapshots__/requestpanel.spec.tsx.snap | 530 +++++++++--------- .../__snapshots__/retrypanel.spec.tsx.snap | 374 ++++++------ .../__snapshots__/statusicon.spec.tsx.snap | 26 +- .../__test__/__snapshots__/raw.spec.tsx.snap | 32 +- .../__snapshots__/values.spec.tsx.snap | 97 ++-- .../__test__/__snapshots__/xml.spec.tsx.snap | 68 +-- .../valuespanel/__test__/valuelink.spec.tsx | 2 +- .../valuespanel/__test__/valuelist.spec.tsx | 2 +- .../overviewcommandbar.spec.tsx.snap | 28 +- .../overviewproperties.spec.tsx.snap | 14 +- .../__snapshots__/runhistory.spec.tsx.snap | 309 +++++----- .../__test__/overviewcommandbar.spec.tsx | 4 +- .../lib/overview/__test__/runhistory.spec.tsx | 2 +- .../src/lib/pager/__test__/pager.spec.tsx | 4 +- .../__snapshots__/panelContent.spec.tsx.snap | 8 +- .../panelcontainer.spec.tsx.snap | 18 +- .../lib/panel/__test__/panelContent.spec.tsx | 2 +- .../panel/__test__/panelcontainer.spec.tsx | 10 +- .../__snapshots__/panelheader.spec.tsx.snap | 48 +- .../panelheadercomment.spec.tsx.snap | 10 +- .../panelheadertitle.spec.tsx.snap | 14 +- .../panelheader/__test__/panelheader.spec.tsx | 16 +- .../searchabledropdown.spec.tsx.snap | 154 ++--- .../__test__/searchabledropdown.spec.tsx | 12 +- ...searchabledropdownWithAddAll.spec.tsx.snap | 136 +++-- .../searchabledropdownWithAddAll.spec.tsx | 18 +- .../settingmultiselect.spec.tsx.snap | 4 +- .../settingreactiveinput.spec.tsx.snap | 6 +- .../settingtextfield.spec.tsx.snap | 4 +- .../__snapshots__/settingtoggle.spec.tsx.snap | 4 +- .../__tests__/customTokenField.spec.tsx | 8 +- .../__tests__/settingTokenField.spec.tsx | 12 +- .../src/lib/tip/__test__/tip.spec.tsx | 2 +- .../src/lib/utils/__test__/theme.spec.tsx | 6 +- .../workflowparameter.spec.tsx.snap | 6 +- .../workflowparameters.spec.tsx.snap | 10 +- .../workflowparametersButtons.spec.tsx.snap | 4 +- .../__tests__/workflowparameter.spec.tsx | 1 - .../__tests__/workflowparameterField.spec.tsx | 2 +- .../workflowparametersButtons.spec.tsx | 4 +- libs/designer-ui/test-setup.ts | 13 + libs/designer-ui/tsconfig.json | 15 +- libs/designer-ui/tsconfig.test.json | 18 + libs/designer-ui/vite.config.ts | 26 + libs/designer/tsconfig.json | 18 +- libs/designer/tsconfig.test.json | 18 + libs/designer/vite.config.ts | 18 + libs/logic-apps-shared/package.json | 3 +- .../connectionParameterEditor.spec.ts | 6 +- .../lib/__test__/editor.spec.ts | 2 +- .../lib/__test__/logger.spec.ts | 42 +- libs/logic-apps-shared/test-setup.ts | 7 + libs/logic-apps-shared/tsconfig.json | 14 +- libs/logic-apps-shared/tsconfig.test.json | 18 + libs/logic-apps-shared/vite.config.ts | 18 + libs/vscode-extension/package.json | 2 + libs/vscode-extension/test-setup.ts | 7 + libs/vscode-extension/tsconfig.json | 15 +- libs/vscode-extension/tsconfig.test.json | 18 + libs/vscode-extension/vite.config.ts | 18 + package.json | 6 +- pnpm-lock.yaml | 145 ++++- 102 files changed, 1802 insertions(+), 1352 deletions(-) create mode 100644 libs/chatbot/tsconfig.test.json create mode 100644 libs/chatbot/vite.config.ts create mode 100644 libs/data-mapper/tsconfig.test.json create mode 100644 libs/data-mapper/vite.config.ts create mode 100644 libs/designer-ui/test-setup.ts create mode 100644 libs/designer-ui/tsconfig.test.json create mode 100644 libs/designer-ui/vite.config.ts create mode 100644 libs/designer/tsconfig.test.json create mode 100644 libs/designer/vite.config.ts create mode 100644 libs/logic-apps-shared/test-setup.ts create mode 100644 libs/logic-apps-shared/tsconfig.test.json create mode 100644 libs/logic-apps-shared/vite.config.ts create mode 100644 libs/vscode-extension/test-setup.ts create mode 100644 libs/vscode-extension/tsconfig.test.json create mode 100644 libs/vscode-extension/vite.config.ts diff --git a/.gitignore b/.gitignore index 7469a33be85..fef2b81543c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ node_modules *.launch .settings/ *.sublime-workspace - +coverage # IDE - VSCode .vscode/* !.vscode/tasks.json diff --git a/apps/Standalone/package.json b/apps/Standalone/package.json index 9217a4d3ca0..2738be12d92 100644 --- a/apps/Standalone/package.json +++ b/apps/Standalone/package.json @@ -40,7 +40,6 @@ }, "devDependencies": { "@esbuild-plugins/node-globals-polyfill": "^0.2.3", - "@vitejs/plugin-react": "^4.2.1", "rollup-plugin-polyfill-node": "^0.13.0", "vite": "^5.2.0", "vite-plugin-node-polyfills": "^0.21.0" diff --git a/apps/Standalone/src/main.tsx b/apps/Standalone/src/main.tsx index 994b4d54f9c..51f97faada7 100644 --- a/apps/Standalone/src/main.tsx +++ b/apps/Standalone/src/main.tsx @@ -5,7 +5,6 @@ import { store } from './state/store'; import { initializeIcons } from '@fluentui/react'; import { createRoot } from 'react-dom/client'; import { Provider } from 'react-redux'; -// import './index.css'; initializeIcons(); createRoot(document.getElementById('root')!).render( diff --git a/libs/chatbot/package.json b/libs/chatbot/package.json index 63405d5d1c7..7a87436901e 100644 --- a/libs/chatbot/package.json +++ b/libs/chatbot/package.json @@ -23,7 +23,8 @@ "src" ], "scripts": { - "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js && node ./build-finish.js" + "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js && node ./build-finish.js", + "test:lib": "vitest --retry=3" }, "dependencies": { "@microsoft/logic-apps-shared": "workspace:*", diff --git a/libs/chatbot/tsconfig.json b/libs/chatbot/tsconfig.json index 9930ce0f2dc..53c4c51bcad 100644 --- a/libs/chatbot/tsconfig.json +++ b/libs/chatbot/tsconfig.json @@ -14,9 +14,18 @@ "outDir": "./build/lib", "baseUrl": "./src", "rootDir": "./src", - "declaration": true + "declaration": true, + "composite": true, + "types": [ + "vitest/globals" + ] }, - "files":[], + "references": [ + { + "path": "./tsconfig.test.json" + } + ], + "files": [], "include": [ "**/src/**/*.ts", "**/src/**/*.tsx" diff --git a/libs/chatbot/tsconfig.test.json b/libs/chatbot/tsconfig.test.json new file mode 100644 index 00000000000..d25564ae0a9 --- /dev/null +++ b/libs/chatbot/tsconfig.test.json @@ -0,0 +1,18 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "types": [ + "vitest/globals" + ], + "composite": true, + }, + "files": [], + "include": [ + "**/src/**/*.ts", + "**/src/**/*.tsx" + ], + "exclude": [ + "**/build/**", + "vitest.config.ts" + ] +} \ No newline at end of file diff --git a/libs/chatbot/vite.config.ts b/libs/chatbot/vite.config.ts new file mode 100644 index 00000000000..c18a37d7379 --- /dev/null +++ b/libs/chatbot/vite.config.ts @@ -0,0 +1,17 @@ +import { defineConfig } from 'vitest/config' +import react from '@vitejs/plugin-react' +import packageJson from './package.json' + +export default defineConfig({ + plugins: [react()], + test: { + name: packageJson.name, + dir: './src', + watch: false, + environment: 'jsdom', + setupFiles: ['test-setup.ts'], + coverage: { enabled: true, provider: 'istanbul', include: ['src/**/*'] }, + typecheck: { enabled: true }, + restoreMocks: true, + }, +}) \ No newline at end of file diff --git a/libs/data-mapper/tsconfig.json b/libs/data-mapper/tsconfig.json index 32fe044f65f..53c4c51bcad 100644 --- a/libs/data-mapper/tsconfig.json +++ b/libs/data-mapper/tsconfig.json @@ -4,9 +4,8 @@ "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "strict": true, - "noImplicitAny": true, "noImplicitOverride": false, - "noPropertyAccessFromIndexSignature": false, + "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "jsx": "react-jsx", @@ -16,22 +15,25 @@ "baseUrl": "./src", "rootDir": "./src", "declaration": true, + "composite": true, "types": [ - "node", - "react", - "react-query" + "vitest/globals" ] }, + "references": [ + { + "path": "./tsconfig.test.json" + } + ], "files": [], "include": [ "**/src/**/*.ts", "**/src/**/*.tsx" - ], "exclude": [ - "**/*.spec.ts", "**/__test__/**", "**/__tests__/**", + "**/build/**", "jest.config.ts" ] } \ No newline at end of file diff --git a/libs/data-mapper/tsconfig.test.json b/libs/data-mapper/tsconfig.test.json new file mode 100644 index 00000000000..d25564ae0a9 --- /dev/null +++ b/libs/data-mapper/tsconfig.test.json @@ -0,0 +1,18 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "types": [ + "vitest/globals" + ], + "composite": true, + }, + "files": [], + "include": [ + "**/src/**/*.ts", + "**/src/**/*.tsx" + ], + "exclude": [ + "**/build/**", + "vitest.config.ts" + ] +} \ No newline at end of file diff --git a/libs/data-mapper/vite.config.ts b/libs/data-mapper/vite.config.ts new file mode 100644 index 00000000000..c18a37d7379 --- /dev/null +++ b/libs/data-mapper/vite.config.ts @@ -0,0 +1,17 @@ +import { defineConfig } from 'vitest/config' +import react from '@vitejs/plugin-react' +import packageJson from './package.json' + +export default defineConfig({ + plugins: [react()], + test: { + name: packageJson.name, + dir: './src', + watch: false, + environment: 'jsdom', + setupFiles: ['test-setup.ts'], + coverage: { enabled: true, provider: 'istanbul', include: ['src/**/*'] }, + typecheck: { enabled: true }, + restoreMocks: true, + }, +}) \ No newline at end of file diff --git a/libs/designer-ui/package.json b/libs/designer-ui/package.json index eb195789100..96b4a36efc8 100644 --- a/libs/designer-ui/package.json +++ b/libs/designer-ui/package.json @@ -23,7 +23,8 @@ "src" ], "scripts": { - "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js" + "build": "tsup && tsc --emitDeclarationOnly && node ./build-finish.js", + "test:lib": "vitest --retry=3" }, "dependencies": { "@microsoft/logic-apps-shared": "workspace:*", diff --git a/libs/designer-ui/src/lib/__test__/helper.spec.ts b/libs/designer-ui/src/lib/__test__/helper.spec.ts index 99e0c6aa08b..7d988e9b05d 100644 --- a/libs/designer-ui/src/lib/__test__/helper.spec.ts +++ b/libs/designer-ui/src/lib/__test__/helper.spec.ts @@ -3,25 +3,25 @@ import { isEdge, isFirefox } from '@microsoft/logic-apps-shared'; describe('lib/helper', () => { afterEach(() => { - jest.restoreAllMocks(); + vi.restoreAllMocks(); }); describe('getDragStartHandlerWhenDisabled', () => { it('should return a handler for Firefox', () => { - jest + vi .spyOn(navigator, 'userAgent', 'get') .mockReturnValue('Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0'); const handler = getDragStartHandlerWhenDisabled(); expect(handler).toBeDefined(); - const e = { preventDefault: jest.fn() } as unknown as React.DragEvent; + const e = { preventDefault: vi.fn() } as unknown as React.DragEvent; handler?.(e); expect(e.preventDefault).toHaveBeenCalled(); }); it('should not return a handler for other browsers', () => { - jest + vi .spyOn(navigator, 'userAgent', 'get') .mockReturnValue( 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' @@ -34,7 +34,7 @@ describe('lib/helper', () => { describe('isEdge', () => { it('should return true for Edge', () => { - jest + vi .spyOn(navigator, 'userAgent', 'get') .mockReturnValue( 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36 Edg/98.0.1108.50' @@ -45,7 +45,7 @@ describe('lib/helper', () => { describe('isFirefox', () => { it('should return true for Firefox', () => { - jest + vi .spyOn(navigator, 'userAgent', 'get') .mockReturnValue('Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0'); expect(isFirefox()).toBeTruthy(); diff --git a/libs/designer-ui/src/lib/__test__/intl-test-helper.tsx b/libs/designer-ui/src/lib/__test__/intl-test-helper.tsx index 72cd797de5e..3673998920c 100644 --- a/libs/designer-ui/src/lib/__test__/intl-test-helper.tsx +++ b/libs/designer-ui/src/lib/__test__/intl-test-helper.tsx @@ -24,7 +24,7 @@ const intl = createIntl( ); export const mockUseIntl = () => { - jest.spyOn(Intl, 'useIntl').mockImplementation(() => intl); + vi.spyOn(Intl, 'useIntl').mockImplementation(() => intl); }; export const getTestIntl = () => { diff --git a/libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap b/libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap index 443af605bca..4771a9f8eaf 100644 --- a/libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap +++ b/libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap @@ -1,6 +1,6 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`lib/monitoring/requestpanel/request should render 1`] = ` +exports[`lib/monitoring/requestpanel/request > should render 1`] = `
@@ -10,8 +10,8 @@ exports[`lib/monitoring/requestpanel/request should render 1`] = ` `; -exports[`lib/monitoring/requestpanel/request should render a body 1`] = ` +exports[`lib/monitoring/requestpanel/request > should render a body 1`] = `
@@ -80,8 +80,8 @@ exports[`lib/monitoring/requestpanel/request should render a body 1`] = ` `; -exports[`lib/monitoring/requestpanel/request should render a description with external link 1`] = ` +exports[`lib/monitoring/requestpanel/request > should render a description with external link 1`] = `
@@ -167,8 +167,8 @@ exports[`lib/monitoring/requestpanel/request should render a description with ex should render 1`] = `
`; -exports[`lib/card should render as cloned 1`] = ` +exports[`lib/card > should render as cloned 1`] = `
- - - - +
@@ -174,10 +160,10 @@ exports[`lib/card should render as cloned 1`] = `
`; -exports[`lib/card should render as draggable 1`] = ` +exports[`lib/card > should render as draggable 1`] = `
- - - - +
@@ -274,10 +253,10 @@ exports[`lib/card should render as draggable 1`] = `
`; -exports[`lib/card should render as inactive 1`] = ` +exports[`lib/card > should render as inactive 1`] = `
- - - - +
@@ -361,10 +333,10 @@ exports[`lib/card should render as inactive 1`] = ` `; -exports[`lib/card should render as selected 1`] = ` +exports[`lib/card > should render as selected 1`] = `
- - - - +
@@ -448,10 +413,10 @@ exports[`lib/card should render as selected 1`] = ` `; -exports[`lib/card should render with an icon and a connector name (0) 1`] = ` +exports[`lib/card > should render with an icon and a connector name (0) 1`] = `
`; -exports[`lib/card should render with an icon and an operation name (1) 1`] = ` +exports[`lib/card > should render with an icon and an operation name (1) 1`] = `
`; -exports[`lib/card should render with an icon and an operation name and connector name (2) 1`] = ` +exports[`lib/card > should render with an icon and an operation name and connector name (2) 1`] = `
should render 1`] = `
@@ -10,7 +10,7 @@ exports[`lib/card/cardfooter should render 1`] = `
`; -exports[`lib/card/cardfooter should render with a comment icon 1`] = ` +exports[`lib/card/cardfooter > should render with a comment icon 1`] = `
@@ -38,7 +38,7 @@ exports[`lib/card/cardfooter should render with a comment icon 1`] = `
`; -exports[`lib/card/cardfooter should render with a connection icon 1`] = ` +exports[`lib/card/cardfooter > should render with a connection icon 1`] = `
@@ -66,7 +66,7 @@ exports[`lib/card/cardfooter should render with a connection icon 1`] = `
`; -exports[`lib/card/cardfooter should render with a lock icon 1`] = ` +exports[`lib/card/cardfooter > should render with a lock icon 1`] = `
@@ -94,7 +94,7 @@ exports[`lib/card/cardfooter should render with a lock icon 1`] = `
`; -exports[`lib/card/cardfooter should render with a testing icon 1`] = ` +exports[`lib/card/cardfooter > should render with a testing icon 1`] = `
@@ -122,7 +122,7 @@ exports[`lib/card/cardfooter should render with a testing icon 1`] = `
`; -exports[`lib/card/cardfooter should render with an inactive connection icon 1`] = ` +exports[`lib/card/cardfooter > should render with an inactive connection icon 1`] = `
diff --git a/libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap b/libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap index 067db676b2c..ca87f715f19 100644 --- a/libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap +++ b/libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap @@ -1,6 +1,6 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`lib/card/errorbanner should render 1`] = ` +exports[`lib/card/errorbanner > should render 1`] = `

Ps{K5!JiH}Z?am|mzODUX zpyjV39<{&kp!>sA%fI+k=m*`$=39OXxX(kqznroBu5j;%;_z$GYWIbRtN-=qRp-u# zYoC7#C6YXk5;>1L|pgeiDwLxDOx@mXF@%C5Be1@pJ5T#{UHS{{vpx(NBeV6w0!cN4L;g$XIXyBh^rq?SpGv1 zPlne=%YQM^*M;sI{n7H@PW1g#<2%#xtDg(!i}s&&#?# zy%4y@{d?mb;NCwe@cd}`ycluqZ;jC!_Z>t(m$lD~MXR2(L|>0uUu%um&2r&i{`=ta zZwdGQFO4pTmd^u3?`M6Fz0UYEMDNc;cn{;7qkPSuhm2pI^};{>pgNbs)ov5G-yhV^ zSi2htUf0K=GAbLIO&*8>T5WSzZE|#EG|Bcx~zV?CL#$SSayB*;*(8~Wg%GW(@ z99sQ+(M2I&-x)r${5o*2Q{#Bh_%OKFqj^{st>;=4ah>ly(Q5Ys(bt{k;Y`bKmi^!L z|7QIDh-)9NiNb2r@kQ{!6^EuU#b zUl-aRI-`~U2hsbjEqbiwC+7gPTep;gZ~qOT*Zms`;CUqkddb?)44`NxUwqj6bayhWZ+zxM5)jXwo< zf8BrTq2>QJ(buEy$q%Ac&qkvA>pXql_zy&XUOmtIX!#`P4f(pCtTEmJ?)!Yu@A z)pLR9^GDww)>?k&{1^UtkM0To&GM(iy??Z?HbcvQ`+xX&naJ72_-1|ZI z^FNKxhP!`XcvZCgmlOTG(0)6~_`WD#{X7pX|LO&UkM^a_#xo+W`)YBt@?Vd58+1do z+TBO=b)<2bV!ZUl!C&XsX1IKYN4y(4FIqlJiQdoZx87*wpN{f1j&qFPSSa*Q<~eoW@iLc&{_GE*WxNaA?+%R zTS!8eK+FGGqMxVNqnn`Rvy15KSNr6{mY=^=@Ynrzqva2XxaRE%5=AKHv2HBsW^^P9rui+$(ebWZplGe?|0qw6Bgu%RhJ7Fc0gSLaQD%4Gmyp!<~SBB@3&nDwHM_l`SF0}k_CHiya zN7qKne=spM`u+cUmcNAP_hg+r9W4JBqSuoIf5mvVDxn^ozhA=DZe6&qQ=JQkEdLR> z*K<3(99sEr61`pRGlS5ob1Tt*4>K7()%bCu-+L3`pQ7cHbXD-tKJc^U_k#O+)c#)@ zE&rE@zV5WH)6nucP4ws0{_~jSUt2Z!XkP8H{7!K9(Y{>?E&n$nuKlekTK+#0-Cz60 zvzDJ&E%?ZPqvf}S`?+vEJU?3gONri}ItOnwp0|4N&w$T?>s+o0_d2!j9k={0QNGq) z0$O!WCwjl>ylZZJ9nr^E^KCp@^_(QSzxI=bmY-ZB)R_YR#qv8uT=$JKX!%SddjDuW zHbJYNr9>b1^5}8K8`TW?6X3Jq@)-s9dbFQcLyLbI<)@1$6z0C6S*9tz# z@O5zY=d}^nK7Z1DIz(Lap#oa%zD4x&Li=iCwA$T6^!cyxectj5)(+nd^mFzvEx#4q z`$zl#Y0G~p;?3bHXtleF==TKedyk>j?zt#m_ndc(Uy&62^_^|M@!k}ch`N_2nChi+*3ZzB45X?{+${Jix-zUqA6@>Ajdyqf37;p&G05!ZfF z9WDP^5m$a|7u68)Z20o~2=cN2X-*L)al`30^I`;YqnbIZR8?)9slQ^tqD zeLmEN*F>wH3Bb zOXp@qwCY(-^mg_Aq$gVale=Nyx1rxKel@)NN85XXvZz0g8h;4x&#U!Y7A^njkxzMa zf8)Osy`R(Io+k!!yrbsLB8Ke`RmUtpET3 literal 220356 zcmcG%3z%i=S=R|95HKKt0FKHZIj(te7t$qDHp8Uog`M?LRa_mW#r&w;VJkO%< z`g5%RJj)lbgm?Zzw)uN-n}2l89oD+fo{swGX}!-s;r?2W*}u!e--8+d9I~Y6Uz_af z8l79P5w`EKq3_ZD3IFK4w)GA=_*ar+I)gL%`!`wmv+IA$Z~qQ!oezIH|GWNJxVP3i{(JnR^?&1^m$KGx{y(;V zpGDgr%!MDq60ZLUHgr7v>9-&0kEwk>%5Uqqe)EU@{wrDQ*vGNf@zDR_KA*_JKjW{t zze1afPJmC|8l?ntmK&9=d;=W9G37KUH`f4Kjx2J@oQcCINMM7 zeO>=~Y+q0IU(NPSmgkaVx~}f;^SSQNv4nU0BDOz_=V<@7zXz)ayZobdxUOL54$B@( zI5uWGJm;?8*0~AWqFJ5OHyrwNtn8SMhkI!KT23rj!ucb=t>5a}6ZT(V`HL*t|4XdD z)NgD5EB*ExSnGao^!smO9q8xH{@h#qIsH!8YOO!Dfu8rZoDa_p=fA=K=9~Rm$HU@& z?f(5X&cDrHqa**2?eAsLwdr;LxZ>Cka_oov@gHWb>wm+OmEN^G|@#K7X z=bzx%JN$7SWAni~{r*q-wch95e*0gr{+E7RZS^yLo7ID#=bvBj`+5ic>G*s2=NJ9) z@NK`ca@~8`e;>=gXVEpfx7NDHZzR|L2e$Q|zsdUjEWhLTb=~i>t&{rQhq2Z%ZNJ=a zf3!dM3f5fu;A2_yzdhrXZ0Pzw!uo$;`J*iQt*+DYPi9~5^eL>h|EK&~+u`ri{crR; z9s8gBev5U_Z|iuU?E%Y>Wz!%3Y}OZ99%JGE2V4B3XJ29cIE#KKntPJ%&tu{L2e2LLt9SS!f9y8vZI(O9H50$B>%#j^IhOwZko^UV&foLb>sj~NKKA=Bu>On5 zxi9zI`i<_TwSMyz9RKUdbvhQV3ACzXf5Tt%7S?~8<*Ql5XIa^OzMc*J?i*O^di`l% z>u>bOwErz^|9zJ4Wcddy-^20)EI-KdV=TH}&kfJkZ^F0#GtU2?{+e*zJJ{DX+J7h8 z;o5NQUH*FQ|CHZm72o^a?EDLsf64N5Ebn0vzyDXPbx-~7-?IHHEbnFcL+t+=YaQ1T zuK9I;O#Ax#f7y3i`M(^t-~0v}|B>allI!%%@Av!R`+qk%pFU4_{m-2HeScnz`a@V= z!t$Xk;aar^yY|cvXCr-^m$Uyef9@mwIbHuze*0rshx`0-wm;b)*F8RkZT`1*4A%tS z`zJV|F{$fxPRF(VX&iqQ%crx1-~5kkhwIk-cFV8VSr7fTt_gpi<&XVY)>r-ZHNOu1 zAFjQg9A7>6ls~6yX-1DJ%9e#uhrHsu&rl)nLqZIS*O2woj)F)t@W2D z*RW~N*Kz$$%U|Q*>sj8w@^~Y0v?Hf7v%`D&I&*|H~jqPt|`TH#2<&W#$`U}tb9*%!6%lG;7{|9T`_Xk=3 zus`-Atp6#?+gWtq@cWMGE>)-U(>7M_YZ9Vh%b)E~v zufp$i{=+z?d%TP_mpu3=*5Ujs*w#CKB5Pgy$$qW#pThR1vb>5#zyFi0^&D+qV7ujy zvx@K7_Q$%c0}s&k`kj`v4SHO&;jh;<;cv(>UHdt#KX>K)7W-FNuKMG;-!-;h?e|$d zc+PL@eqYSCt{Jh``{=&m9q#z+_WWAyc9-qfvdme+wOWUF)Ao{cYM&$4$1H!zU;8Dj zb?+}_{eb1mSiy+cY*Z{(ov^(NMD zUb+5nvi}x;Uf29>wsjwEYyH*9{@3{Jx3c~^mTzGBCVx!t@Lg25< z?(@Tbt?l$r&-o{u`%#vE=C65sa_x^N+q(8A{C;@9uzn}U!HMjh1I=m;eq_h=%%9|% zcd`6)e-F{Pe)Dej!+pZLX2y6W&{JqluPS<^$-~M>kdVh_N&~|$NPw>Y-iS;M5yo%)& z91r*Ulk9&w%V)CaJ=A9x*dDNiYldv=S(~gwn|u!2pUa|Wg<}`l*E?v@Z@1XL!lK`X zdp*JaRhF=?wXT1XV^6W%WYNBs=h*)9Ea4j6N6!l1r{jOYpV#&mC)?X>>mCJb{o9|%%Z7k}u@AT(% ztrndR-=u9F(>|BkIoRDtbdl}=UG0Q<7(4i^yl>3UrM%r#c!wg z4fp@GvzA; zc1o)+;Ujchf8jo1tz$3a{7107Jh_fr*t>qDKc@G11>5TPkMYM|nOy&IY=1n~{r)CvT^rst z{jJ_tZSdJ#qx=8Qte;@{JeIU=^qcT^(_b6*^}A;|rv30v+J4R-`wOfKmOZ~8#>kj` z{q`>FiQm@m*nDunKUxP`(D7pqtbW4@$6jF3nE4XcU&#t?~R+hiR60TwM!8h>FH?rtAf0y;Q_-*Zn zzrV+^Z)N#*f9`Fp|96(}X5s$_|B!$F5ld*lA7cB5S;BL4{72dUrz}6l@^%*8JDh)q z-w%EEF25h{_cQGOtUngs>E~AV-^2c|CdX3!K+pL#f9`#Lt!IVj2Rix>oD0tk&k1W? z`=65Yy6(5wPy6_{{k>UPAH1K9(C5G7&;1v_{yo3e{ndB>m3-XB1KB~3$^_|-O z<6QGe$?rbdZ-?*HwX1EI>ICU`=-N-^_n*e{87z9npJ5&PPVfGi?CZKU);+(i`)~Sf zz0+s;ZC#iC{aKD*V!6x`o~vg(&OZJ|`!4u?WU`)c-I%K9d2UHg1; zKG5qI_;dQ5t_dtW4kOL%eA_v+9Ny*Kd2qM!+HH? zkM%x_u9MC?W;?XM-e1SV-^5?1<5Rz_KGyj|zpw2%+o2EcC&yn%wsoDJqxbp}j`P3W z=P$GII)B|)_;t8eYyGJ`U(dNWBIV*AZ3I{vqk<8SrbU&s2J{I;(7 zX1}em^}n(GZ7e#jB|If;e+TE(c47Z*{7Bv_G%D`MKoU&{w~Z9D5bl{44hVHOn7m z`F(O$bg$d%_WJ#ePJ45+zrM+4Z(}mv<|6;Y3rA!7EeBf%v*~y_n~$e^t$U-% zQL$*}sE)VsDUa#L>?+(`6 z!wwC>^ZM=D##qko7SqG=&RrTe*n= z!+wu{X|eTg?FSXR>Ri_}hm)f{+P`&cUKG!bi~H))_4Q$A&>r-9!;Rs_CQEntA~pZv zXuc?3vzSe-4>pIrVXxEcLOT8Ku-9LIB!b*6cE$&zNoeci4llnx-0W>`^t$VVL3gt= z*gUhb9VI@=n{7?TYT%vOyx><|+WD#C{&F^5%IF;~M6`|FTOugB|eb~n52&h6U=vz@yO zhTZ+y{O+B}?Ea#)7()@o6}{ii{+b%I*JZf$`os19<|YKzr~ey1I30lVVsE@y7V|AX zB6*2*Zqy$P`tXS%bhN&{nG;gv5gNsi{|-&F98H%Cbt&v+&>aj0LlOMOa5!9d19x|{ z99=lD?@WJxIGZwH`J|ow;$U>MnD`-eb9OY}DQ?=)8=wuNhW+*c`q*IXueVt?2JZ8!SxfjiPl!yU9Ps+8cv#<0(+_)k zx!xvpw@C{$^n+*7#sW_hUJt^%KHiznjP5*Zgf`cFS6v%V3sEB6x4kj!ZESYC>N#kq zzg|m~>n_c=Js)n-L>+1vih@=ZIsKa+h6MD~j6G{j@ zd8xQ}OC&y1V;}c6y6s_mW3vw}5Br;)j-$((Tdfrf1j};1V?^CyWWo76>)nlwF0|e4 zwcQx2?x{v0AR0a5YsIc-jJ1)r7Ogu+Q)A&qy4`+vV-t=CcW!q!x)5)DJDwJg#|IOA z@Mfpm>1;s!P}U}_tv%>h4dG{soum1@nC=vA{B8`p5aO`2xw$#m5ZUxy7gmg#@^()Y zqkAXM6o&<0Gu^umpKt@lwcf@ClDOT63?Ynux3j+9X&5F)%khL^h~^+l_tGm0OZY#Z zvrgM^zl|P>L*6v;hhmy7cP~cH=%9eLELybkXd$@{e?sm;RlHee1J=@gWU;=3z90d4 zb$Vx}frs?qOHmcr>cTiXPGSYBh;JwzXL&Ly7Hcev;SjNdUNl(mqZw`RdijT?Dv^yH z1kE0zc+6Ah2S!D=Y5bG5#l5{@y9ej)(crvGdxN{WdsUNb##m6_X#KLq_@Ewo$$D=c zG2TaOX!rQGY*fb&s%~=EgVr#cG&F1+hSwW(`UA%-tJ>voG%Y4#=Tpap7dPy{$cD%@ z#6)uLq8)?+16QWOhwaX0AK|+Jne^aE4XiH}K|9E?WpQ&dGtIBp>2^2UV(Wt*vIHJF zsQYe{KE6Zl7u$>RvS^JC#|P>Rl&uY#(AuxxZFk#@uIl@UAd00%5UTWOGKM#aOO%^5 zVyDlb?x0T$kvbdn??$_xPFyq23yH@9E~(qOW0CXREJpL4{Vg%$iepBZ8day#m7;hA)q0$GH-yCv=eqVFJ6nbzjQAgb$)*|3JKH>eGvL1FZ=IY8tM*W0{cS8S#4doP$;i2z+L7;<;Udu#NsW8M9Bzt0%x_c|yy zgUxn(W$dR-vv!g1-HlGp*s_l^24u9jZ>$C$ z36FBydd)7vnnBqcAT|-2o9#}MiV%8?_J~?rsSUZafy6t!o!W5-k*#AeGlr}gtGRi# z_>5y)`UMtFrwg5L_R(JlU06!ft2VZ1*_aF)KDpcNV}Nu!3@9&i!p~!8S4)XFzP-5c z7CoAfkOG+RfJWWGZXN8-b{4Hjsj@jxa2SB=ogN}xX8-1TE?LrkY_fo)nnm*gooQVX zWFX@la|Uhtp`^$);R6>XT}-HiUC|x*1kHq=%vbeT(25*Gtr(KhgAPVx8L7uIrD+fZ z0A}StgTm`(DcmB862C`qc!9KiG@c+-A_fpkaj5{2K!&cB{!f9Y}EWIhvGYW+bOVn9&G96h~7ZIAI-o zd;o7n^9OYhy0Kveq}@TJ;aunH`>tr-w&C z9T;7+N!fq5Z!e~!!^Qq=Ddb`Gy3nb|Yr1NPxEx>-^atqPP$w+OdMfrwf+|Ww8Sgw( zERH6$YqE1=u7R=~qn3*ru{Aca8aLa*|29#BH_idz2P?5aW!q{!m)J z4ftxj)OD~!C1nF#5}iJD zWj4cD(&r=kJE-dGJ+TK^?4V9(H>R#;#0od)WQMU72cgs3uNTXan1jPsk`XD)fWe3Y zHUzHeVr)2N=N{?^XmW83Dqy2J7=;JUN?DE;cg+}Lt*YbzdZ z$!zF|;UtJalM&pQ4naC)ZZSX?O31^+`?2ne)GskqH zrU=^|Z$JwOZ|VG!1^_0`;)ra9agah%;@B5oIGPth2UrAo*SZ2NLryN za>Hymh3TvThfaN^D0XQz1Pf+h7omYBvf1f@KHG?^7Sh!^X=D$3N8{Z%+|WJRz-`=h z9abp?BgcGGWiDFFVZ&p#e)pCPtSjSUqBlOqs%sDR(rvUTcp5rDZqKK89&OK#mM#0& zY&~?Yfgt?N4Mr2hve6mVqwIGkC;D~3d5?vQN_jPd4y_Fwv6ej>&CBDM zkfRL6g`20EQ>yT9wQlM>0$h;F?L#7`p=enk}E5x zFO3ai>WYjc z!MIWFu`wjM#*yxN;eVzLgxdX04VUz*>Jxa zF*BOaXZMXYnoyy+HU{)NHYS)b8f!kb(w7ro! z$NfK4eq_ehr{Le3}i0 zK|o+vWQrq1jdFitiC%iggiB;|GJ~-z!Q0S&7~PO#Hcm=Tj=+Xl)-*n|}edFk~! z=Oz9r-}q$2&I_s8PcE)5u5ovB`Y^Tua{#gdR^_{8)Y>;xH?{G`YQBhZXpO=UayqVj z@US6nn>9*0?o$ZZ@wTX~10Hub<)~8>2+#y_yI$$3=N}Q_d3-)Q!kSr* zq87Agq#?t<=fzF44YOiTmgeIP%uBrx>I>ov#kq~qB^A(#plaHVFIfwdN3uyMXisz{ zF#;|J&f0~W(gF0srbi;HALe>A81IhibC371jcEht#1XSD;0k0a>!yUc;MH|%T=)b< z3boRmsMnzZpFf!B=PV5PYi6{nQs@Nmmxz^A)c(2e+RJTmket}yg#JnOu! z$2@D0TgdQC(=XV2+#XVrd4fbx=mxgsrjK`c_}gFCM=V;wt`tCcOT3q-pxNVVhHkMf zag#DSHtQ9hW}EVeP?ou*i}*Hz4?~}jJII?c3Kcd{U;}qWP&vLK$VmZIv^H&l|ENY; zNgbyifn2oq3L+4R#j>%wfg!mG4r1;sc>l0o>WNMfMFw`ua75P;_aGz!n+l8o9j}fy zQ!PCKMO$~kCjl=|y3k*6@&lLyC&BMC?I6&w5xXb{M&wXH55??5h~6tE=?K(?PA=|^ zveC~qjr?9UN|=l-o|A|7Jd`e$HAE`xYRSeBz2$6g&wCz_!9=DY5u}jvJ#02N%E}lu zE%%a*k6Yt|;^N_06i)wwNB~#THiC38+U->Xix0fWD=A@=sF!e;GWt+8!I%`p1}azk zmEm@Y#5kPK_ApQv@~A&QUhd-qKXl$*5h6lf!7%8b=r)MoTn?rU=p1YE4(tLX?#}K{ zb+?PVyB8;u1X<6M?Z!o-TuX)zg)b5iLr_Q)e{kZzE{4C;B3kVr zGKvdd+VN5R==ks;e4kit=uRsUNNLNYx=ylvIKF3*bO7LRNnkY=)IyvFX#3TK_8J-L zw5x)UpnK3p`E*gdM5h1{D?YJ|4;IsVVTEJaSyDI!m#81WZyt&R1Z zd`@=_ZxZZ3N1{zmvGU@l@U5DsOnn7A0bK?hK%tkL3D_YU7->V+ab00e7xueixf=@R z1uW*KMCkWG#+(vy9==x`?-VZb_=v<5UQV%`=ph(MXgadN+Bx|@N{fW#oYkg^V-BGV zI|D=lEx}MAX0NtAM41a8SC(wsKqFM5L)#J!DfkTM?~02vZP$b-&j?_cS^KEpfJ#vt zBqsH?if*cRtIJ_?BCQH@sCCnlB3`XSW;;4pI&6z*d_*puU6!W1IsP3vm+gkuL(Ito zinAY23Y?a467s2NV7L44h?ST}v3W*~ZkCwA5vz;S}VQ>&E z5mH+aB6937z=wJ0N;XCr_1?;s^Zr@G@};j!hU3UV^X_&AU@2WMJSs2|*E)}Z;ERUi zEr8F&us~&GD?%GSzW?D(=jfDunh)LgdweRkEdifkp92^eBL)q=w%OcE;wv~1Y(Q`V zk{bsBfF=nDxT)$r#t|wq$jhOObeEJ($$iBE0%q4fSPB-7AmJDIet@GDF^E}!#YwDc z?awM0kAu<4d$|Wwy&wxj?1#YyWFXW>fiX}H%6c^`myK0+x492QFnok!DA3NqJcXdu zM+N}(82UFEnLjlSh}_LqOzyf1!Vq!JH9nZM5rAHhh%Wm2pyOSR6(p6|Z+8HCE_sWq zmF^g=E2;wa3u6$$-k^zupjIE-s1?S_J%a7* zM!4(|b8-w4)}yGAl?=U9%0dW7icDD;`U6#5_Xq5acm=6r3asIK;3JQowUUgckk?nn z-n%fLr;nD3_Q8WowBf?xpFop9@C1BFTShkKcta|4D_DwIkgFWU07D`TlraO04oaJ| z)z~@~8(_9Av1Q(b3p%og#T20?p(Zm9tDk?@%OoYQpAnhnoZ8sdih-0%R1rnEg^X?= zbu0((Ey-d;DU-qjN&o@US#CH~P_vT~u_s(?l9OoO;UVt@i8r{W6?w=IX>gbaG|Gco z*T#2Ua4&`e+?Kc+1S5ALT6%qL4>0LyJIUk}3xxGuAli5B7(IwO@Zv{y zN;-#PnqQJwpm;x|;WO@WDFUs){%V;A%u>VDrAy&TPPr-f)DS)aMVUJso-)0!u_3x*`l=V=I`|s0DJ<0M_70RY$MHc2zd3`|8tCPI;I_ z_;MGJErz4 z13pGCgtl2Iwa+3#$S4Qv>B@600tIjmspXZ!E-G5n8Nrz$`sb-+M??nRL$(Nx9Z+-7 zNjw|%Y@o`nx-yv&Rz$20pqD2k?uyZz>e3@}m@+>~yg|)S|hzSD}bjA_-D@Gy_M(9Rh8_1d37Eu0;L;q2*6yw-Bb>!lN zOa!MSqgNv*c|W?0KnYV*CUklIh(sd6wuCjpc`+jizNsa}48DpI z9P^euEW)wn*+G@%`|S?Z?7P9Ae`oF#Zd7xc62%;F9Eb*&T=qus`!sOL;fiRb@(mV8 zhf3GA;B!;~#a+py102R*6AZ?H^&~OzDW7!%gFsTNBP2Xg{VR6D>o6Krt^`2L2b`Zp zHroV0Q2WHi!z&Jzmga?M=Z=DJb3ndi92!R6X;~(A=Q-ZTU|D=0q255$V*QBqqjkHG}V&>FI%W%Ow z^La&NwUhzjBwjdyMt;N7hOovEUZLZdX)>6gSEAACL8{YzY2r;h;~G-~k1oG7xzz<53W0J+)`; zvr?-mAe2IiX!c|7hO8C1ERQZe1{V|w0(%Hdr+|+6T_Ly^w7Yh&%ZKCJBL+aAG`Ir! zHnrqhB2o&ATNW801s9f<1c0JQ02Ld_9eb60Pw{(4_`PkV*Vns%!$2+s6QDBSLiPxw z@QAx6J(NJHs0-PI3S5hI3`z|s)mT;>i6li3Q`~{O6D5h2i|BA4T>d)gzNqdOyL&~e zRG==itM{cS13?r(Bk~;+u^sabD+CZ6Y3D9Ah!T($BEp@-tEj$+AiWwo3KVFb@YB4u zRM5q1Eq&H`j`fO)OUAlG@YAfa!rHkedulL81{mx|MbIrRD&gkI!S-x&X`)y<)GK0v zu%k)2C+tGfE~A_j0d#ok3^}RLoTyijz9eLf)Iv?gGu^!YX}-LyIi1f89VXg;H`bnytbOk(dxO*eU@Lis-2QzHEf1`F56HLX^xA z^{nPQBH{aE>5;sCE9HK5dxwowR_C!$#(M{9hKKicN9TwuPj+Sz#M0xah zPz~k5ICgeQeTj}G^CI%9MIm|lz8a?D^*hg| z&k9Dfu(a*5S`Y9JiowJLlq8HFoHY-{Ogr8r!H9S{ld*!h5(*^V9ubGG!CRt$pmw{_ z5k^JINhA-FXo80eEvVL&<729#uW8eYB#zOdOK%fXLTIDRDk9HSA)%9p<26!GG^7!M za0Ur8f?^esi1#KV^2iDwiUZA@yTG(TQ6_DRKMPMR^o2evABa8W5!&RGpN#mmbyzx7 ztS|r^5}S^EPf>l4<{nQfZN0#bP}~)ygNn>hS6TrPm04qCL=~8M1VI9OFF6R_*|y3s z;(bJ;!hbaE32q-Pi5(;Hr2u3Ae70CIa3U@s%(3=?U<+x!*)ya29&$cLN&+vS7a@A( zWUOmPUopYC|V$~*T`G63r5?c_ML$^DWi~$i`>IckIG5Z2`oHg|6z1E zJ+mfuSuv$3>8r&sK{Yh6NuE~-FeL$erdKu1nd*u&iBB^F0HZTxC&UiMTwI9#2}t%p zmm=Kc!j{3P{95|Bwga=GNG{A%V?z}M|!ni>(iCM6FR1$EcRcQ_b{IUcukrqXy z#CmRKq_k=Z0qt&~YUz#xln9<7C`+|D5aDQUY}g9~HJB z_7E*3(NMJaR7!B}vmY6-6>vjy*i$SLHI&pjc?|%lN#%8oTB)IVA3^IG)kOg}1t%}v z259xzV;F#nwa2)0y;DsB4Y0-3)qg?95nQ4C5u&A3m(l0>lrQ$8iHkt`X+Ne`Z-~Hg z#`M-cxw@v1O1o784Fts>oS>n2pwoz|@=s&RkAo#m#VFIql7o(d=pp?52oXG9n2c0^ zdW3P@n1kR$#J5yNPL*yIw=PVdaCev}Xfh@-7Q;Dw6{lk7&(l6KzPBjHx~s@& z)9z5L1w#>|BParSxCxTKJ+ zcDHmPguYqGws$ezBVI^DhpvKVVFipDCwbVI>n=eZ7*M8!^-2OWq23h zqEO_mT5Lq?jNWi#nAgUdsxQ45m2``XaTZ#MDANYydPvh(d^n~a*6g}7vy;ezRB#<8 z+1`XBpb&$N0fu8=0x>qhr%pu+Bhe$J!G#iw9xaqZsRVvH#at@N8r)LDKM|v1e)qT}87@#;;XLACf}EXOzni0g`pe zh&qD@8|EtxVQ=ihKjW?qEL94FwJU@H9F~%uffZI^Z*ugOa!K|sUrXE^HUhnbfm%DZ zC!=jLQtV$hp7{`92RIuJZo+VZz}gXH-62`nk>whjiUvYC##hZ3BS&4eyV=BZDzygBdRkAD*yVgQ z-aiAzL(n_?6rM&LG#-vzRn2jeK=J4le)f(K=!NbNI|MOTiAux@Sb=e`AjsW)4iip_ zK;xU>!g%4ZP0=8HK4~=%svw5wqXBt}1ujJo@G~j~>2*+7!NVHeH4SF;={hW4?~Z!q zWCB>oo1^`Z)Gc^}mdrl9Y%(A9T>&R6-R^pv%*E37Pah&c!`Qt(P~Hi2aXu7rLZ7?2BW4l;1awBP2vb15TXk3|F!CS4j!vNaV%XDgk6mRTPDB^d-#kN4Lq#W-^qFP zT2i9Pmj@vQRB?F^!dafHTL{l0qCKQa5Wuv7{nIplTu=6n!ILjlk_QVqF@2Atow}-E#9p#g{*c?os}#mBW;w8m6F$uMWKh3|xb& zsphSVl!XbNmMY@e zK@`$WylTzY1BXf1RXa%UZ7A1yx&h`RoAU~<2?nvINdVO&{a?&4>w@%)&BTxZn!vw*m|6~rnxCGr%&5^fGO1r8yQ%)an!t!OS-1TjWVnpe*VKwmv1X-0KA*-Uf*JwS7RI;*{$1k`Tdf1=RDZzQ@gLUAV zp6j`@zpIp=l>H1jNGkQI;Ay#(Bu0tWY|^{DlBe?1N;5F3$6Bz&OgcN^Y&(MEya;%%KR-U^a!4>#nexcRPI7agY%m9Xfp2<)kysZ&=s?k?H9IC0% zYSq?fEvr=XQ4uZ+?t|4wBcMWpYMhq@Dno{YDv*Z`i`E2pf*8S!i7vtMjcHw?O|a=( z^U-vn`pL*hSR}eS;oPJoA}0v~YM5>$OkSdNekWgz22mArJrq?$YD1ZYW; zK_w@L(A^r4UZMM%@l0>c?G^EWtpSb!GKK1ry>%wIEmbI=`EqN*dqE10hFD)#FAr$IFQV0Ml^z zfDeHZA+6*ou}4+6Y?M7!kfH;ClW-j{TwWi=ibh}{@HGv%U7eBbkBi5-qOCM9DguxO z;VCGF%G*I&)OT0zFb#97>>&LY#f8!If@23_p0osRH(pcK)uA{fc-HJ`uPtmcqM9;a zkxMmQ6`0pCNGP_u3|s}-QydcjI(u&H?!?kAP0T>rC|1$(#;RcADS8u@NQev)v>q@$ zL#$Zs5`qV8P$OOl$Ogg$zs+7TZJJc{X(%$jpk;&x?tKboQ@;X&YZ|{5SeoNr;B(5G zFuep5RWWctOiI&}flzN02&wn8gbG111WQ1WHpE_}UjZugIi%5SxDC$m||`EQ)|X`k9|Rw6dTof4{0N)%)#E1K{cuSryh{e-GCJ&%N!n=J$z)L{5xuJ~Ro zPrny}z7Y(>nGu2^w+4)ik$+~J)M)k|4r1!H5g@K(JaJIck_^Fsac8@9w74p!xkQP8ZbBAn3DE~zFItu-Z!IU`s$w44 zZzyM=i1j1earh|3uOe)pHQO|xMHmG{rJyk*eBjXd_nJ_U@WqvAq(xcY@$(DukqS8? zM2}HREQ8?a22Heqn5Rbv+ll8G4hbNLMNQ-?>Jn<{%A{VAtw*)I)G+*5bc&MASXORo z{7J^ZVYnx_q4d1ox_MabA6527ZtoshIQKKSFO;#X65qJKto`7#Sb^9|4VYs(DhTYn zZNQ`D2&r!YZFw>dHFLDmcI!D>;Ct!&H57Fdi5x?r7gAEZ9+!`fFo7$1+P4mDAL1W*g=CVYSf55`5(CgJ&x zHHVO;HOH1E8uSG`69tawRx<8$qATB@kW@o^3SZ3Bgj+P62!J9cQ%-Z42ap#n#amJlV)tTsOy3R_h*M$8N<#-%4Hi|!x0isc zE5Nuq3q6V_rnvHgfvQkj;HwsC5au{F^_@P=EBrDi5Ih)%mWtZLxEe#H%s@~d5b3ru zlaiVWI0*hHd`zBV)aib^eCZ%U@TX{@4%jP_5|j)l6{zp3j`gI4LiS<1{`UZ z=0YTHWqa}&WJLgcVf2zi)X-DS0DN`L_zpHv(4sMzgP}0 z%0L9MCmdTTG{amu4Gbl+>8Sc`kEayTK-cwN(t><*1OYSOO&;^7AS;>=Y!xb(rxMR> zrFT0BB8U&-Rv{k=K)q2tFEaHaC}FLz;dmO;&GAi$1B@WJHqNPfwhPvDG@lm~ziz2F zd1Z(eSO=XO<_d6*9#+ekQgiyO+&a*V-8r!(xF)ub7U02dz9hsw?IPzHY6un^?362& zi+jO}oT@??oI>$%_$di-Q{_+gGA5n#N=KE7_aT?7%)#`*$$owwC`FzcO#sSc<+XEU z{s=OYKF8PXk$6*!{A_wmJVNCSRd(FfoJcZ=U^Fz4=beDT9dv7>krhSqFY4v zvPjqyn?Z0!)(WY%S0POetVtX%Q~)8^7BZtW5$uNW+a`p|HENJ)!9`M1kG>3P23yD3 z#MdeMk+jy@7i=&DFae7t6D&mgOr<=4OTZjqWfbbiQ(1f8fKB^!3Fp9aF!vRTx+^gF zhQqC82B0+Y>B79RGE`CMkrk(N5CMZM5CIMW)F_Y})y0t;Xd@4QiUe(FM+nV9cHt|3 zf$>3WlNm05t;C>Ic*bf&wWfyFPEiA1L}3p~LtscM_1bmdi!&%9A*(JF+y%cJzAw^i zAjI1KtRQ5k7CK6%6oime0@a|5>7e&(o=0{XbI7Qg5<{76$uF5iahWC4VI&sl1 z*j5Z&)h`83gA1T>WS<>7z24_nMu7m`YW5JKRZ#wvl!`6rWNZ*wtKN1|Xc5aWUPA+- z<)Rv?U@Ar85b22`MEU3ylqTHuv>+rEXfk6u3?{7ri@UgEx#+HV$(F^>OZ8C@1@n`v zT%jgLJ<|IldKnNvR4WdbyipS``2r#zJnauOgWBW|5XC`8t0 zbXE`kU!3QJdTEGt#8in;MhD$_6L)jqH%C=P-$Rn4qIO30l z&kv9^xN374wf2k8Gn1h>V4TSiZlZ!=Z~?F+hB0-xbK}UmBptoMzf^ksLa7(V@(Iw8 z`vhzm!m$vM2pU)eaLQ28B{U83CD094J^yRkEXD2TFn0XBdWbF{s6ocH>T3EwKZouU zd=Lj6`OM0^#q`AujtQI*Q%bjPv`2I_ht2I|iHQYJ*bsF50el%rTKKe7x(haAc1#=` zFx8Mkw6^W)#4qF!oA0OwC(0!O1=;$3SM_GDs9hsuOEte6Pt#xR%Zp6x-4pj*Hw zRBw|fMydl)j~_$Lx6R!>%%@V$PmaSUo3Gpj(5UhWo?WG{DAwDuD{I?#rF6g+`P?I% zV7n?H0DtsFEcO0WlOW>)I83$>?gi|j+PebTj47h|I5Vkh0vIaTCGF(s<|(TCF!9WDW`% z1lSsT9-s@Mi7`c>bBMZcetDTp82Rq)1r~%IYh*LpDDw%^g*{@J3=Kth3UO;~NFy2~OBRBca{J9_7h>fAD4R#}`*a#mHdFhJ3UF`tP+1l_7-hcXqD z@fuWz+tjDB?n4EJl@T^1!;Z0uMwhjI%D-KPTu}a)<3~9=o4M&3@2suHL-) z?B(0HE?>WK?c%M==1#nQ;3S732`bwOMudW=vJW7>xs(iJEESZ_)mMUMLKZHC6w!3Y zS9Zlt*BDa;Ip80uRk@y@epwBrM^ROhe2`1vI+WxSPKb4aWWtklUdYPx%*J|yH(WxQ z>wRhQ{-aO}RTP*2QbFYyGL27lh+f?^P~FvOpt`OsDM~QGaxhlS^^3u$F|yq9}R5J&^jUok)|{MP&!7-*WzMAKC)E z3^4-GDS!y}hSxglwp{ac@%hmXCAe|olha0i624HiQ|b;>fZh$o2^57>K!n-7!$+JR zug)x$c?LvF)YK(2Q?-B1%}*~?3Py})N`n<&1QtYfqpO$8xS_Lv&fSyg=wQ6F;J#*? zAY-s~u&Cu?R4T~eyq^#uX0XL#`JAj0O!#V?nRHVHf&!6I>qylHomyC}N#tN&w0)=w zy=Mk33>yCm%n=uhFd=v?)ae?hSyjMqj*`9v7nio+f{PR$5u85?*i>FDEdmIH8Q&ByhTV4JE*g z1|^0lDS#|=Tg?G#6NSME9vMC}|8khTV$l)`w)Ba4d<_aD$n;tOC8}ZqHOKZvKez%3_Jz9um+F>qr|eFtPU(jci33pyz{ZpYfLjmyb)CL? z2=WWQo}f@r<^*E~{w=@rU_Ab>;)j0b1(-=@vbr|ssc_Ahc7Fc2CHDBC2ku`zs))<9e&{(EimJbgf`tB|lB^iVwGRqNoQoVpajcp)#406}<4l>8}hVX5R;-< zD|!yi2sdUu{cJsP@u|lzUwis-%E=RdOTM3KR1v2_(jLCb`XOB9 zk_D5Vk&fsvM8To>P0*geG_2lCgPQTo<%^fDU)DQ-QV^WV0LL{T3l+&x|Mn^{fel($ zZZQWcRZrChjl8buQ!VpgZmm9(ue4*dQqIUr$#%9!!rWC*7ww`0MF zlyY677D;Dan%@tV6PXPS06znV5w_@IlV-}4s6z(@zGyjlDJJ6%h&H8zke&e-S1dB2 zEWn)ETc!;``aHGQcZyv+VzML3(Y<;mHUiQOpa(Tav(3@ce*o(#6pKQ5qJO{_m9=D` zs`E-zt7JLPD9!(T>Ki$ZsY533yc(9NNgq9|SS=10h>t2ICU^j-6#iS}6wx^7ryJ+e zz%0aEG5Pcp-Xw;h{FG!$ppgYExP)vE=NF95FVID#&k6}vV5T%S3ckQ1NsU?Y4W*r2 z5rk5vzRg_84-jR_nIQI6>_gCOP_&w9(KNvj9Q+t_H>@5oibNUU6Uomdsg8%#x)&x83?`;heonpN zPDmfBI+~3LVug@hQT>xHM!N~OF~CHY9-<-C-_v`6GeX)HEeM(pbb3}9DtE(dqA4^x zxFEw4v`+9YuUOx$j_GUik+|i3UnEsAywH&po}oHTFNOiqy5v#TE92?Ylp@AN1|z`M z0r)ie1xx4+10%?Xe=%pij8c$NvO`9P+6!n5pF^h!!e|!ea?VwhipTOsv|@YVqa+zd zaU|LB&BlkON%i?lR&d8{uf?)bFd3MfMP_4Opb@XsMvsJo+fr7G&`C1#s2;F=FwWz3(>nj)4wn@@MuQVozS%EX+a$qv2x&b`HM=EfQj+E8QXQ4^H&4tK%Uh#`^hirv#e|g~S+ODz;3M-ExQEY><;EZ&%B_PJA^=cB zuv#k{$*Y)d69TUqfZXBQnStDr^0!V7w`Isnyw8w zVkk)mfl_3xDfFXZcF1N5^hE|>)I_WUuZdXtz8B`wTIGGoMgEkZ-V`TDBB5vxx1&_nfAp&f;d^4B!nE8p8Gf z?kvNgDi{Q8E`c~t`BiUPu8Feve2W0h1wSh(t>Dto89rhBkVH4-k|R=B68UCTP!`~_ zRQn1cZz`RySz|OQEx?;%;Nhh;8r(y~NsX^4tM%5?H`R&QU&KKJBMPNb5t1{y5Vui5 z$%no1&c(w+WSz}Y=CL_&8QvEyP&0Rf=cC<~PK4C)YaoiIgk$CiV({n=bRc>sqsgS1 zQaqwM1ONu>z+7pgsG$HU;DazJm^fBjJ(!Y=a*OwYW{Mqzo3gRMtbw>_7*!z?CP9g& zy!lgJUBN%iPz7O}E=j1`xl3Ix-VWAJ@HG~ZY94^31>`YPC5cc+KVznv*Iz3Ny-OU6O0WKUfqN9BSXTVN8mVA zB|OFa7;b$o6KshAb^x9&lvG|_@-?ac#h8@(#;D2YAZ_E*Xj=S`Tregeo7$1cllYNN zFp~PkLoxKILO>V8U1}eCXL2$-T9Qwu6|w#kRyK5yQeY0W6NQD~CIrm5dsMO$*wZCW z5WWdBx#T+=jwd&X?nclD0VLGGRqCNqzE^S*a`%Iejyj*8YI{X%*FE*4aF z*m!S>5g@>os1gN46a7oxMt7s^+}TcR|LByD4}Xxtg;B2+u&D_!b0=!rH%3=MEp(+w zDjgV*D-eyM|3p1{5&YN0ajnqc{m z1yI>Zk>_vI+`Bt-%3^q!5>&$<&|PT}{J4<334GOnTFEk&_hu!Dvp8*Z3F^0JRq{O zswix}g=j$P4G^zBz5{H{7ob4mAVZHFVB7#d0dPI)?QsKeLk)7qCR`iY4*En_*2@+f z5vm(2Nv@9J@k&jHQDY9BkMHO3I{@XbrW++$m|XsK9s~)_`>alE32k=bxaCn3GbF7Wl_TOo{4v_SC!!HaO8mH1zc}7PY!NLUK$5b zP!TpgLth+h1qezRV?a*oArybb3TOgPA;wH`dJ17DcB$PfLt2TeW*)4OG~1Tt2>2c6 zpy~lwka}S*B{Vxtk=V>?+|cEkn;zzAO;*#|?sDDf9)QnDiOR5oD`iCz? zE5*ul2}led6`QL4(zAzYu40Bk8%vFbAc6pPqK@HiB&3`!BVb}9LgIl`)_+E-gT^CZCjHo&3A}dAn-?cIfgu( ziE{AS)nQZ^GvG|iY|OK#zRuZv?(?Fek{m2G z6?hooW)L=7oHGCLPS-YHJ|lX(Z+5u6vtprW9hf|#L?M0soJb>+G`zqm1dFU5HEMy{ zK%)*rgkepSLq`3k$Ozh5mXXDSmIR4XFn!vCj@%L@7bFyuP!S`DI*4)2O`yV9Csyb0Ix>JbD{gy?C_$MLt3s~9U}JfYa?B;Y5UqqbAS}}qC%B4) zAghTE={51_vmIHrRqvmyjY@$q1r}*4L#d|_lF{c`s(Sba6k9PVLS+fLW z(Pw3gycQB;j%PGR*@p7&$Soxu0%z?x7?agj^`#a92YQ|WJ#UQJH)3ug^YBk2dyrnR z@kedS*opxorwNf_aB^I(ihM;(N;AlKQ9`TelhTp(x?)9MvJ9r0sVpCUa5!@ zM%AKBO-KL2Sp=yNPDJ3r`g(BpmaOD(GCH|GAMfoiO{^&o3Kqc#M*1*}SEhw(*58EsEK!UYxN#}KYNpSIJ&k!PG$8{SDU__@ z6M(SlC5BmYr6y{x1%@SKHdqNLsOe$DWDFR`N@O-!60T8y>&j@Jhi+{k8-0>5;is8^ zic!bq+Ex(@5F|)#rTTm5JP4$f>Y8MSAHZncpE&?><+JA$Y>2dlC>0KQv?+*$o021b1bJRbr*^*Ly^nJ6#rfN5vyO z1>l(68%)wO2Cv6H6qIqBfU3pqo$-7}5emow0xz)*s78lu84wIdFi=Lb2|G>2OHQ~< zMR%?_0&E1!Y`@@AqgQo#L2?l)7GkVwLH5-Gsnt6Q<^iHd#CIA3ch3lYZA@hkN`@l8 z!HKa(@Ezk#0j7nh${4}qGg`MPG*s-(<|ntEQiuhE4vr?IY-}`tO3E64Y~8%K=PHy^ zNJEj6;1d8$K>vg~TeDXWxJZFj*k4q!OMt}uL{|w=@+cS7h(nKJ!VD1rA{Wgk6c!ya zNR#T=n^aSd?piPHy{k4!)fdu-%Nr=GJclV(^QFo(0r3CVso(>O7KG&u?a z3=s85IBPvf)SE+%Q1?VX)v&!}$Ub z0JHK|cLgyd{pt!PmigIIKq&DH5t|PYFhSF0@*?O$IJ9Z4jANy}QQX57vX7lNF)o7Q z2%(|0!RC>2N=vW(DH@OSs|+<2;Zf%sA9q2}jGY5GnpF$UB* zz@JRP8nrP{mxd28I|P6w1A0{Zf~UjX>qzbNl{w`hl!!u;owLrl`5!hk5ePh$>=zU<-#Vr zkM{&GkrM7xuG!K-c*k#J6p8>f-&8z4F6&;6%MI^sqW(4jnU+Z-=07TG2!QPLdNbl@hUX1hr&|tz$s2zYj zAVP?*t*78R=HVn!QjYCFHE(aW<@a|3C75oQ-=B^Sz zTtO+voru|1WiAW?d6EUx7hNT7Ebss`RY#t~>^U#m4&TTsOp+6rev2G`(vtuuewQTf037bm`p^8g5Z62 z*=VW|ioyu7@Mf(ab+ol zO8amr@CGC)yp7le2p2+hL%N#$8qBU@dg1dgI-yI@7(^hTi0A@91JsD>@g*Kr;zc3% z+bMZw8W5#`aS4oruxDUlO`QP|MXnb$#TPrUPa%EDJw>!|Ej(f{bNT4erQwd*_olRz zgiwS$(>up&_xI%*g0TRss!SNEDi9|+A0oots-lzK0J;osU3(UPi>yzjK@nVnPg)Z| zpec3TAgmEE;v;uP_vC?I;~&@qE_z&s_&n6$bwHFxe}H5ZM99zODwAhW6TRVa!TYAS zKv^5+p3f3zVu+9wr3q^R76c#d6s5j(>WIb}>aVgDXdEJ}5Xqe;RIhS-QU-WE91c|hd5jW&6ncb@97n7C|3*;N<2!tBC9KR(m~cu| z=JZQ&TLOC9e8r0%RZbyNLNT8&=VxFn(D?`>EHwrNc{L6rsQ!#xN`^=n$TS4NFla%9 zuyv^41m47-0?E$g+AbB$o98VefaDV5SB;6RN@A_9(_hOZDtsrryaK6BvInP|B)U?$ z;oS^YM9&JJP5DlunhN6ZneOGLjb79{;x?3;ii3dgx)tG@-fzW(xPJ4h42YIrUn=g5 zP`os1;oAg-pe>^N5_lEDdFXpBg$2SP&6Mi~@{v3xE;15jNQ1NKT#6Fc>Va zVs|lC%>g@O?*t9;BA8*|D?T#l3^sdFF7C)@`6va3poQ})NMmfKdJ8bH3SSz(wO61F zTFD*A5Dy>d03%8%37F4lU$ta$SQK|#`p2|0f=E!PGa&<6XLb#} zfC~s?SouhJjtT0iZGbwh-yh!{+q6|93v4CN-ZG5^gPS!>5KQfjQw`6<4U%T~>|t?m zXhs?z0;n;_?~yi)Q%9vAdcfSNqtvciXr?AFA5gnO#S&jB%tD=I_h5Bv?myf*>WKPQ zNMAP0!*mnTGbyN(c7zlS5nsmuC90RDyji?07?2M!&w;ls5M|DsxHM)WAz07}B21I< zGL8@fin4(nqy8fI>F=`am232r9?P*4qCMocndvo#>rlL*-q-9hg*&o_n! zN`Yi3?M7-~v!f59#{yfJ@lv8otwQkzVK_pKBnl(hl+VT>hj$s#RLhx0aS6u`?(?)P zEfaHGC*WickB^1O;*aCI1&C_$UHI==6z0WPjL3@VD$(E}|Ledi0h16+D^m`moc965 zjC?wnyVNw?L%7{c?8Q%!Dz-Z^Pu^OwpyVtCon33=Nns4pH;7I2Iu!eQv)MdaPjA!S z_k8WPW5qfVvx2PwehJtd60aViX;(_bg?u+C5+Q-Z*J7}h5rh@e6Ufb(Q=y|a5to#FIl8dO1q~xQz;v3zx=+{q!CJ;=HkvMCHz&|A?{*job`T0qK-#Et%%)GP+qe1}si!iO!3+9@NsKI{RHnN+EAj)_?0 z^D2PMoN#Chz98^i&?b&_Y-8dR2KBwOOAHxh;+$ob{4U9Bp&3+V#eTv8> zXuv4YNa=D225<-!rMBmTj=^058FHtnIwwI#ien*A3w#0O23Q3XzQF)UZNG=X7J?0v zKn70sc}Nv*MQ$>v0U!s=5rWLAIx-jFwi*rNXkpVCPf#t?SjX7ia4g{mLO9{laNVrE z;yo>*%^6FjMhIRO6bJ=n5ci`>v-1Zg3vC2=N3~9mUu_6H3Uz;VG_h1<44es zRSZzjQ1&*dRbjzF!sBtdww{^Y57RQ(XCWrhW&kx5bSyM{P+jm&^BuY>go-U9qC#0@ zup7Q$B~UU5J$rpIFV_}O3rUez6{xHlt2|tRL;x$uJ%y|Y9T`3}vG}{So(3;?tk?&3 znaw>BD07~6A;=F`62VZkQ$~s+PW(?+r^8Q zo;IT`Y(SX1C?#+nM@N_@^3W=~N(nb$OSw`Sdp#F?)&3N@)OL@Y%U{KkNr}eLK#L#| z8(v;Z5@A652m;j5$@s2HW-3WWS|fam4uRxRbB6?mo)tx=m$k4<5$P5Nyepl8oUj_h zic5({lQJ(TXuPV7J<2$N(Ls$_AJx!O{t%{~(EWXV7N-Zgun|}!)e0d|7$tTPqc-oy zq^%J)fnVZ8k=1o;7T655Nk*>3G_b)j&)}f- zHglp0NJ8fo{_YUh>N?ZQ=$~+G`@p_1{bOFfha)Xl}FtAP>Vtj z@DlLM&fsu*c%bt+@i=t zLuWO9l9V^g2jttlCr(eG_!ObuL?$Vl8}k|kw3ceCfR0;A(Z6+aSd3K9PuxJVS;3>cO(mw5g0^-gkpOXstCrFkGzD#M#CUJqHK$tEIV^V6 zFiOWGeH7pW{~^8rkjd;T;!PDl7_!8|23iWFW37Q4M2SS@gOyNHi$IfR8i?Z1sLd4_ zY8^4J-Rd;K^7>P(Kq15!3-ZO~Jr`dv*9K0R!S2BA=Si-tS3QcU=9(|8o!iOJaRmH`(~K%KP$?l>Xqt7mONHmD zkCZx%hB7HXlaxr!5#;JJ5N8HowL4dHi<}R7tvUe79%uzO#kDH66rDsdGr=KT5nUF3 znyC3@sKlw0SH{JpEK49#R17s<5<-%ZGr9R6xPbLPMAT9&`gyADCj=9RNw}H0(bApF zj#l^!<)&1~7&r#Wi5IWBn^po*QiVd51n#dya6pN;n{l(#SH$iStdm>l$tyQ@e+(W% z=1EvdYb3-{X(5lE0`14uh(tmQqa@2klcq2b8SjKKK&}~x@|w{p5Ct0-+yNs2zkz^9 zbWRH=)wmcF4?@}R#2<|D-r*|HD)VX6;0=cN=?JgHNvDx}Mx<5zUtcH^!EG;~3(=d~fMGDiVYXXrA5p-^ zn=LoyxE(lPqD1N%HiW|I1*sDYoPErxTY0lLEesSSi|)tZ*MP(3Q8YWj1sfsVWM#@J zo_~8@NL#g>6Iu}~Pg*THHG(Jx)mAX5@Vvm3LwyN<+~;N^?g?;2pCqi8&eG_@W_Clr z!kx&72_TT6ohnZd?3*p^T=xD!8D)~7Iw&a$@{dE6_on@bija(HXu;-?o?b;rPtVQz zgaLuG0~kuSpMap1Afy_0Q*B^}50hDeD}h_ft%e7SD6kbNmfBmXlI7^Y9l13t9Z3R7 zkyxm0fRC^pq;)O3bqaQ=<@kDz4l~<|y5K3VMVRE0)>p#|=968oC$3EGQI5r8dT%_R zP31`;m8RTTLs77lOvP)uh)Kv#(a7tAw4ydCHZrtjPZF{Rw%U;6Tx-fHs`0{pPt8u~ zIkbuTKzRk|hc0!r`4BQ5?H}LJE}0epF-xn^1N|`(6etPKF6vn^xSR7kostuTdYJ9l z=S#_if;T`Bf^$?=0#>o^Vo4jKgcfD)8DZD*1R!k$3&I$vX!dO`p6Bl3Vom9=UCwhaso5hrECP%^#8jTl3yuT!J}yj-zj3WtWtG?_n-J$dta zAIHOO$`m4oCVmW@-9)W}%VMdV(MA?23SY4hW{ZPaDF0I)k`QQY`z4RjZitn^;i)2B z_)r+>V42vt=OJ2+r5rPowM-Eh7u!MZB=5qQoYk6}mv|RSF#dfG*DL{z=F3?WtKi_H%Trd$a zxx8Ui&~dP7z$q|%SfT(9BZYuphnQ^-ZQjHZyX(+!m=a+RuvEsSoLiV5Wgb(Cq7If1{u#1hR)Pk?$Df_?mC;ElSUKDZ9I$oCt7}`1C1~z|@Fs9-;klaG7@s>D z4C-O+07ye$y+vz>#8WT{lovyS0~tgEtd3m$j_;CqnH_tQUiYLp9V2xzk!Ad(L>%xS zfFn@45)^?{RCLn5HQZ@6jY(fzll}QD!L^ix!HFEkfF1xhMmfQEM{JEIbpSff8Z$g7 z>g!Iq!Zy~giJ^df5@bTQH~0tdSWmt|lD8(rz-X>#MO9$9L?83Yal1c83?V-tf|yZc z!osO*`$bVb;_{_X&MU2i^IjxukC@iYfmX+^)`|)$LWvln3YU_8a7I%^;o|sD83yFF zLIi~zZ;kkd~Rt_&xuM(9}YUXal;Bob0nBv6G9bR5x_eNU-<5Z0V!W5KV zmy=5JZYd_=#6-k<94l}KZ^xsz$=oY$>zrhf^YNl+q9UdnwF-qid=wp z2fWjiPv{oNbij^=u~1WfV?Y7<+PWL^$TiJXmoV+5Jp?Ox09|1EReaUdLs+yfmfN&2 zjwBRANJvxKFs2bgS?8ypoml~z#*5M5{an$qH2wpAsN4st)nhqf2cY9LGzrWnj)}_X z?y7?#4ul4TM<%w-(1=>oFwQIAod9yCZ{b$Q5~mgkg5nMQsVT0k8BzfjdK@<>PZd_C zlo!;Fy7{Og>@6Mrf-0q5aN*c`B1}_`6V3Xjm==gT$8OVx_h#y1e}t3TmrbY$RU%TD zm|lXlNY}H17qG$F&Pj%8p6s(BPv6aNcBBGXa*TS@q99ghM#R=5YXPQ%SW_%K0+Xn|+7GSl`4C${E6(O+fFSs; zU?YqSL?}9jwJ(epvk9v6ZoqmR zzQc$DYL!n7j8?^=XxyxmBCo2C?y>mc#STHZ6doOI+epRTi!&W=i^~Wd7LBp`uIBS_ zdPijWNhq9RXcvd*Ha1hM_d^Nw1``o_B&bKO6}$N(ncl}Ei!{?ziDbcJh01bOj^ufr zQc*!j;-?~X6f3qnMZsMgpgaMIngHhzP1`_T4PyojMmd;*APhefN%e=(UWg7CEF3(t zKJ0=nAkqZGULo5!V)4JDX;$|@?AOFfy4wV`2}LfuW0uvgAGFU(_`=$e=p!qBwVe2KFgcMT!742e-L!ZH4S(?`RS`k|C9@Hy>KV{p)O{UOycVX| z$afu=4=1+_tI{zwkLH{KL_zOEV}XmIb!W|!f0P5#@*<8xx!jx=!Xf15=0*y(p}p)@ z)$A}ZhotvHz9Dm*F2pT8j8C8@^&ij!aMhy?YLbM8SA=fO%ZsB+02e$8Yzd$*WKBc{ zkAw-#IK+%IStK4f1}1?*QqOrVah!At1Za;uD||P`_42W`&o#coE?BL;5gR7Qa8Z?D~HWbSv(URN_@Jki91U+JS1jRaGW~dZ*RlCx% zkVp{YCs;%R*pbmh;8@dC6HM&5szOQ#!x#q^1J4%BeK1;au?t~^Pzc)a+s~nW-#88hc?|Y(@fD0ggr3erJph~ zLP}o6_cJ!)wiS~UNk*%VDPi&iy44bM!u?$;$qMtggF>_;!>1Gg3O@~uW@t)5 z0~iuV+H*;bPSRTd1ba}SCTRfO_15(x5Y$ShR1Cs~5QxW=?FfrN$SPm6iOrpxYJ;vU zml)1>EBK|%PV#Kwf9Qn>1Dd{JjMu=xIs~r==c^s;_ebO9?Ig0tl2ViygeO#an`eJiUDXdWBRA^JNLa3XcNDVH zl+g^_oLr*-$iG6PRJg7K{aTj~wtd7rp@uLJc~9`)!Lb;&wdBt&w`Wo-qqY-{M0%Gy z0^tkTu3T9qNi@WCo>m+DofV0kD^jN~ee6h6Bb4)3c-4x`G>e`<{no^(VcxmbK7I&W z?6#09UZ^xqZV=GNoH@mutd#Q0Nqki$AqfoCj8pOJ2G(C`It6tdM}Xxk6M#hM8309N zIleQXj=M82n#h_`$tD^I2Fyq}%kXxuD9VwK4A6A^tS>EsPg`MZ@-ZSm2z3g@1}gZj znN0yD7c}dN1c9dEi%|9i)-##}K9p)c5EH~X?EnN3KX5ek&lll18Elj;vOp(`)^&Kq z7HnsNUsR%5U#<*S07jG`dZ^xhib3m%{e)K%!$#~EYnzk++*@v(RDQBgS8H8QYZz=n zt|5yJbsJPzDSUjqu+z4;iYspC`XP?FpsKje2qD9=xk&Yt4-_*GllH6(HpA$k=~Wjx zZ@F^FyUl?>5#5$lqoyZpuM9Da*4NdoXB~ZKsI;Un1_ zXIhHS$<0%eq}tXyCKqyUN)MO)~wdij#5 zSDA4gtZ1wl;97h#6eEJuVvrF6RT80GpJkM*LmP?75YHotheRrdEr^77=+q9ht9U2Y z0;j`1Yx6t!u@bRNsn1BEhImQq+i?>E;gUo(2lpkh6kiH%jr{wQ8^plpz{H}_AEMHQ zSbkgp`TC{8iu_AdGfr)Kd+XsFJ; zteqitvm4IUU*ovMiq+(1oPq?%qE`)ZFac6NAdRf)lfE4n+VDP!rg}DJ zGIDBhuuk2Fx4Wu5EvGcceLmn=35R4jLOt{xIpV;r4dc%lWFc=65AG4u8Il_3tO+8R zQRjf@u~C4x=(u5(YGzIkQ_2X|p#300DME}=+nqz-(a&i`ijFV8Rm2WF`xSJP(9z$iuKWp5O01%RTq2 zdv8hVc+stU>Z|*mdzN?kzyJ3=CXQi=8W%*?j!F`=Lf&@ifHiE=?Y-TF=25CePRPc@ zGqh}^`C{JohOi2yDghGBHYQ;fKc8g3SS~!41D+e3n94VF4TuJ|$?)S?WsR3iIjyZ5 zc@^+Ngu;-HU|~pHvZ&Hpy@N?$uMKIB%+L>V1!9M#Mt+E2iO&b?WVpk;f8M%~`xmpV z&5fHSx+L@^9)NH#z|0UPoq8BHdTlGtD=_m9K+CWUHYq6**(V=<;c(a7qX*f^@WB#_ z2spy<0dFB&$iC!1y?1KYSc0G?6I)lPcE%AtLTJUqgo6O&&uHO>$oj^fC^e#o45Rhg zsVbvSWnbFW5|!m;ZFqbKwiw{YL`SI@*jXamV5S{;jH(c%S6E#Iy~y@8g>Cdnfhkvi zsBhBvyDMn7=Gh4uFk2tZFAW=yfndaVPpdame#k`iZtwu~$a_TL;!uLY;0yJGn(YL& zHR!r0FkV=)Fm$zd1;Gzg4&@(#RG=!s{O%`SQlzg zX{^L?tI3r|d1L-s*@*-#5}lV$>1s#+pb1=BwmTww39?de16GNr1ObNfGe&SW-Jlks{RfjE!nn7=EuLSYY4~yZ_y)e zgz`Z!knvAvy}6QdKummLmVdT68LAEP08$C;EASxs7KMmLxznK<*7}!ZJvECNB?0A0 zKo4q?GGwx<)UxXmL3IL3u&LIg)&kpu?&Gba&E!(?FI!}K_|iky3Q$8u7b!ZHzKEQZ z;2OB?tSSs)gHRihI;v+B+V1e0AM9$o#I-aG;HtF2moV0f`We`a>1mxA9$R{T`DAsE zw4xv)@+91TR=D&mppKZlQ3I&NwJjr5-`7{gIm4A{cOk&5Oz=&)j;Nkv{8*7=l8oouEnBWZLDqArVK-)M`44oDcUzMly>6<;jOuJVPi;k|5Ak6b z6e<AkJJr*!sXGEC8eiv?!P@<4Aik#wBxdX8P5o ztndXTyHZIg06GKN^c@AERe5WL8-@c894M2{s$#(sVgbCvUsAmpf$dgCfo#o@t1fF% zRyAIj4rxWpGbsv6&ykTO(O*478o!tpkA<#+dXeWK-zzC=Wl3}xTxKR7bB4$o*kFjs z@+U*tPAhpxSCXd_AeXt!rQNv_u9O51Mrd&%!hgq_z#CD$wp#Z?dm9@UJR338YcCAO zvyc-QXx5*=*FXd_B0Wi7x>_03;T2<+2b3@S4VHN zV}Bmn^}QrsBl)mm=7zOM`$Vc5%cPnMnIpZO(x1_wp}g3mPcf*vBv>{pbA{2y084OX zSb7g>yVLW*QUQy2;DZ$v+V>Pa{anKzNLFyRe$q*&Ef;M*w`Y*^^+d8g^b3_Xjx(k) zIlFq(4A>`fXc$8l_nI7DB|CbNpAPYP(qnpIxs6p29;wbm-XJ%Umq~u3#8>JDkB&(z zg3JUYE7OvcRD3t}BFnUWm#`VXAm zAMF;L{f&92rwErrP!K4EZ^SC*l}7(`;J|m}re05~go?-{0*dklIW^Jl=#;5d_S7H? z+{czEP4W5g%TXjG6sSj76%5xQGkJwsL;Mjwo@HbVsMMuop=9A;rDweD@Rm(0p@d$F ziODG3I1;~NLEvT(lSB>x`SI?gyA~T}Kqqe!c9yG0%OW20^COnbME3xpa(fF)em5KV7jR~K_nVWmi(4vYb<6r?#o&k5kvQ&8>?%*91Lb(8598-VD0=je@R48LjgNq?s z(uZPMqdPY$hm{kEQpR7WqzL->a=aT%7*?o-MSD-`8#D=&DkgBpTF5y7mI~F^!ZJdY zW9W~$X4x)-HN%9FL5vB3kBEUbZkM$x`qC=LUoBt>udU4~UYsfdQznIRmF$L$WP31W z!=`3o2~}T+*x%-v&GS)iHKZ(VIq({WgW48a6Qz5z_T8>@2;d#5O7!#Od9?h z%Yo7eFlR9O8z^@Na+IVeP+9^G>}}R6s|M*|73@h(o7QW|s$kG0k72?~;zbRRWIDFk z+qcXjVMf`h-M!U~i)4Sg1>()LoEa|5a*&zn=|Xu44_YA=o z&~9P~QXrZzo}QzSAxePIPZ4?p>zJ;U0(;9xCZ`}pN(Dbj;LpV^x6E20koZ6opw=x_ z3u=b5QXuLZ0Z^<`Hz>sqfjMw2@WYHdqBYqsY48R*nS^Ke;>B`hiQp7+V$)&5!1p+0%rXI>bM$dFfGPm8ARDu-iTq>;by+!7x1%MV zL@Ik~Fq8cnCUL;uAo3#4%yb!t!Rq zWEJ4p_9{vgzSHXk% zA*K7wkmIY$@#w6On*J!F)%XXf;e-zBC-VVe;gdnCx3;i$+W2T65V~E;ZYQQT`L+?X<5kYW_x0A!8+eM$3&UA0TtH#i)Vk#{zG$Mv={WpjMLM`T}YfCZD{0FtJ(A8sZ0E3u(^wKCqF|&B@WP~_ zoET&lE54qR7dePl?HgjvVB>+F&#~H6J3#)FHnEe23&ftHKnT1foKGU!x47Ml%?KGC ztg()8dqY}c#Doe`%l847As0|mvIp>d0V4-Tl}3t17@WO3UrS9PrVF;C2)21%7Fo3v z$>>8^YfEY0eLJ-LzOQE(Qi7}2sj;TG`5hD0djiG{dBY1rX^TR8R!(OtAglU7OIbF) zV9`gK{3Vsm*TYQ2vchCyMIC4TP3WRFN?52X)WO@}P%LDUM}7BjdYJPpa$br|0W3;v zIbgAJ20}NZ*^!77nT}9YRTnX+u%3p1!6niFJIBiK7|Tng2--Isltvy?r|u2WW-^L2 zA4$FFI~cl$Zt0OYqZ|T@nLfm6_SaTI66{<)furj(hp1!CYz#Im6r2nIiP0sKVv^!gH3f8~1 z;B8m9uZ!X$yzpHt)`ziV0ka22Xl1XucH|N0F3COxV=xfQ=RL|1#zCHu4v=a|ICouI zy)@t0S;N8M>sS`hXGteBB7NI}WDzX+uuV{Y^Vt*IFxrx>;(al~LvmnQ;2;{XHC=CX zE(?{fQ201;@!}~ezo<_zbTF^5t1ME$Iehnz9MYXeCug@{b^yRwrU3~b1fcOqO8IhR zOaT{nuMsv}1c`<{l``65BjCBRpK$S{;aG)X%vuWPx4;tBw7rfo-Z|~XH23w;#B!AY zELjP+Y$k56uRW=ukK!QpFl`}n8`wbDF~~TDQZ|={jfJX{N7K_fbSup}!@&MWIbi63 zw^MVr)E}zP5-%Y~QrX!AWOwGfJ2#W3WC7sltSKD$HWH1o6VdFGiGi(woRSyLmV^Y( z7QC^-mP!O#!C$;3?R)DCf`bqN>kIhW!@iZ%cW37t8|&K~ehrGAUD>F<2r7UjMt8}( zpA7Y74A)wKgm4z?uykC}BEJ|&hDO*QJY=c9N-LV10W_qPGZOPY>B5i-X+rcM)E-lb z18oJxmc4iG;j+}Jw~mYQnpd?IF2kC1d=-xHE*TKe8S%i8g- z-TmE2uSQ@3qbeLU8hQ`zNNec(BeH3&eO?RXrZW)GQ|N!PcuWQHoR9na)p*iFZu3C< zcHToVwZ*79#l*s4cCE?p>2rK@DHc4S-^#fz1L<9w|7;Ls1tul-3p#gX9ImYI?~=%} zn2~&NC$nk?{7S<@{wp8=Jwrd8cjV=$nblY1u<~y+xqWJap79^w4!&s9zOT-S< zQ=s}ww%N#+B&l^VL=_s!Fkz?<9HK}{6rCPESo<^wl-^7N1w4}3;!6R_!RqmX`!Cq; z90>4d;xHzV5kP7_imQjMgiM?c+4Igzekj)Y-sP>635R+RTUZp*_$Gi68z<`T6REwo zhv*AT!LnhKLN&MBnL1X?jG`LFQxaUk8YkX?OO6&qRstzSA@>IkTKr~S#8GEhik@Kt zxP~o`KFP_%L#YJ`V!@Xzbgm~#g(Y_s-V+i4CLSKb5~H{s)J6?uVpVad_pvrGH%xN@ zm;mW3+4ii6l%*33sx?nJmCvof&k(DQ~JCb1sY^e zQPH$4S~nNrTP<*{Wek)&!JXgJ_1cAA^(ML!h7Y?Is{}=*$_gzqY#2{a`+IH}au;V9 z=oF9BZ~@HJo^EOvT+hvJ%3BKZ_W|9VKMB<=3NsJ7D@%BT^50;Pjh zpFEAR*PWGRg&#k0;%z9hnSG0YLR=#|750Ru;AscHdfbuon2xG%xv6-KDb#2VbK03c z)X0PcZ?x&G`Pl=QbG%i91v}R$HLJjUvoz=fi(rZRboV_S^@%^j24@CCy6}p(v?3D& zeP=E{5+>23+t*JKe7dlD)zQZ4X2c2R5m=DWikmRHAextJUv$8#$V7F&KtPD}4Ov?R zd4X}q^)Rv^IW+y!!*zlV2E|z*5vM@Kx|eZx4_SX;)Z3m!u$W!QKOxE@;pD+oE)3uj z@sehpnZjU9N5Hn=RYo*eVj$?Sb?5_Hkb*6}k*oW<@3I|c#q7>kfzh=)2p_1mNsS<1 z3$X{dDX?ZnE?SG3Qn>WLv)#TG2P{8i;a@;9Q*WcH35-H*Ndp%Q<#Y%k=6oDcG1#hLVx2&j+-@B%y_R>c}0Rc zK~C9!y7Rd9Ql(Sh2X<7GB%TR7MW67;8ZXvoV$Oje?wP9dgN(20bLhMo&NNxyO$GDL z=98$3Iuy|X;s}ZjUOutz-bjzEl<=t{jCV1e4To|H%Qh$k%sqvDaArW&#wTtmt%0=v zJ&ywoMVBG}eP$CQ5yu(NOzH)JhF!*Fml}3J=!W7&`r`I~%JpKlm25iB$ynFY8ks6>l`GJ4+A7b1sT^ zXP^^eM^v~0DbShKy|dU51y3G0cF+P&Cjg&2@#u+%PoF#e=!IkrW3@rzAw3wDnTcqH zT|2mXE6TUPJ3i0h7_*i9gNC?h3_~kb*Ofq~bzj@nwY3xvokI-w?~!y+U&WpYrUr_g zkbycV%=mKjYXmCS=1B*^o!Gg4J`M;`0f;~nYzBpLyMgxZLh?w>Md}GBU}sy__ISbo?x3?dP6x0LBX{NI0>#kz90AL*+bXz3nOLAsXtTuh z*vY=f=oTr0kab+}S({e&sBr;7GiCXjFKfY693oU(Dk1jLltEa-K!QG4m15qdh&C_dqmq3&Fa{xi+p4 zGb>X~v!e214+o@usH*X;|59JrCo&vz4a6hYeXygH(6|Jti*_1tb;MXWX=C zSday&(~O5{qDX=Ci)VpSHkyKRXUEnP(K{S=eX-b^A6eYoTvH~(I)y0;{-9gNT!R%% zzg%)8!W&P!RNsLw#ylcnBuJQK4Bvgo5LI21X(lE>P?q3CN={RK<2}CkESNEKQwqx} z)UeA)_U28Y2_uSbgDNxeO(9oT4s?OA`JMzoZmZ3yBD zedYru5vTz^5FXAROe_3oj6a*!~EKor3(u_ zfxFKGEI`jrVps6o=}^YKIg+6*LT(z432TH>Ay6^r%6$j z7E4)5=3CF&n_ej|oK8Y)AVSP828STeu&yS~^F1kKfe`IL(R z#ft1Uan#a$_#rI`1Lk)I{SMN<<>s{B$B=p;)es^s(u|y-P;Ic@02Vv0`{Wc(frGl3*A%qtgl~W^k$909ILecs!DE z!2CzZc(^$>vDHpuA(UOPEM1$vl_Zago}tPH-=mWPG!~A6CrqvlS{mjt%4l@ir#;;H z6zRThX_h@p6DcM}sK!S@_MTM*YnH0nUPu;5li`=i7{XduA3~r44FJ*5ZtgvXgp$_| z9ZWOj2%pmYXHUS#^HfuO#;A%saTZe#*^o00yW)B|u;%jo%BrVDGWH6=pfW&FN1Oof zIY52erIqhxPjn)=BJ^0|rs$#^S=ZWRcvop~1~l4I9zzu~y*farhVp*E$rN@#oD7#) z3CHd|h%;<#tsNmD$R+GLmmK5jk-?DW z3<9wJ$4&0^?kO|$uA(p4gJ2$($VQOjXX3lw%04^{Y)-q@)sTrJVIvq|<4Y)X0Er!; z1k63Ut{Zu@iH&hmCp`7tA7kqAg(C@q@P%frY@c4=+wGPJS9N#9t*)gUpQ4M|b)X2~ zh^!$(>LHg;XgzA)cK0v)po`93}|s zhYlgz2+?qcfh>>_QHlLuM0Z}39`00{Qo>$+S!9&S1lUuEDsVJ5&*;l$)j}EmJ;J;@ zHI&@?mnu*SuF={#n^1GkFII@2#&%(5F4c?B<8oUshkh8X|u0u#Zr(g8zo z<1jWr*?YYnQ5(a{)q}-i4`EW$XKJYuw#OPFm^Aj#8dc7tT1IyzN0PyvR4C@UNC;#N z^u=7$zmcF+nJ!)ySs}%cU<8yF>&rcGUr5>>&4O=a9!b5!e1LzgwgMbWyu&8ejc8rP@ ztRakra3VxG5k*7OL}Ds0PP~vmGzEna3c*&)<1`_ycFD}jCJK|pLzxPqF3zXKN_i-P zlf$!GU-UrE^o`Y>O_LnktZ82cCbb|j@pHm-;55DGwo)f^vxBpgf*I{`h(r)9V~^!( z?yUjSiQ&mrXeN)cqbgQMtlmz+jeH_HtQuy5SrFSM2t8Rgzpo{WfeG1-xiRL-w$nTz z_=4HSM2)^b{I9hqd#Bj-Rb=^nl}ZU!2Bna$gu@Npg>i<0IsO$YhIDQv;(T@8yqV%P zlRtnECo_SKXyta)&k}BN3#)y3`7;Ll@YGqDECZ8w0T_=@O&st}8qiutW^ZTx8nzJ< z-T}29JqsQa#(V<(s9TD^*QdcoeChm>F76{2&Yg|zV+tPcjh`H;#fPQ#sIBP_l^$>p zcjspdo49|QP|NbmN4BCU1R&FP8fvXl@{f3*vE?b*hy1`au)1c+AbV(M>-tMG z@yBto1h`@YK}BGanLB>GGc;4BCJajpBVcgDz5=;Mh?juJuiGUjX|)jm&*v7rbba^QiOZKyY;2&KELk=D%cQ6Y6pCf@Wgr@O0vP8L zU_r(xi{r9L7>ZaWXXH`=AiyN{1=KV2Giy%+5A`zXc5ZKN+~m&#yTFb!CpQR=cotS{ zOp17TF3So+G?Z`*8p~DX>Otxw@!(L1oEb~KyKgD9Vmj=ZLdHjv5+%SCM*R|w!=}D{ zU%c9xivalR3>P_vO1A)j6&HXODT72np(o+0TpGpQk;bL&0{%ErGVo@`U2>AyEWM|- z?>gXBq!IwWe|0O6YPjfNL722+zR-)(R1_$qpby%dO&kuu9(@f!NuUZG$Xu1wlL5`m zpB6!l$U{_H>xVc#G)#URm-zjFWM=l1C}u2dJU90ap$P07o{14PIv&WrlyO&nNLvF( z1&|dGj0K76#H#O$_zp*-kdvpqo!7-rCQwr4o-WDTJ(2%~9!VyE5PpSa!&U&mhHdkGoCT*TNW6GhT1 zh*=*s?fp@2l#+_P9lmQ32D9=5iiHAfxqugY0OAscN<SjVhpO16V)!%E9k*#=~qKrv6vpE|LW*%hhas8)u)2qo5O(#&Kv94P0$_>q!3jl-}h;j zKUZHN`8Ea(WPQUBK{Tia%lZvwQyZDTU zu%o?FzP;Os8YIhgMcWah1fSNaRZeR0=2NvTjTExc3fj~jKr2G_o}|7VLT=gI$SfS7 zXS{S`RRqa#hwnUVDi^^9{YPzMLEuVRppqWnYC#Z0<4P{gZ-Q4u082v_&T%LKHZA*I z(2UUVk~`UsY3!}M&vLoc68uKCXC+dpue6ut;)w5SygR$^Ai`tHKGmTYZ_tgbI?RYL;69jX+_ z84#zLj`VQUzR9uS4s*{9b(e|U0tE{WVg>NX34(nQ!yT5@;HC$DS-%2AlSRhL0_fHG zC+8>nJFKH8GAJ@6XYovv*l~1G(*R0Ka6+S}G0?hEPAQp-*^6%MCOU+gfJhE1jvO)U znLuiCV#sjk%EJaJs&zFafm+_5W$){=lE6UN1kyoz^HrBqMb?U)zfV4H>>3pXdV>^} z{-3rRXvxm6z3I1?UhSjKS)Slq(vC5{CrZ7IDWXOUra*Pq5HgUMqH5NJS&USy#d})y zC{GPQ0!#>+5y%w)j5W;w%X(H<8S)qJq7@IPqNHb>mVjd4OJ+_-Hdysw{W?~;?Dd009 z(I#GYM2t;pvt&^szz7=|=#fT9s4EJ8Ca>-eR`vwaWA1l?fZR=%q$A7;zsOU5`0D!( z31!51cPD1Al(Vxl8xlhtwah$%&B1czsrN-iimnVW)v^f5%8POd^Kr6{nzLUDAa!At zaO`fHSPg^Fr)VWIRoGalJt9W2`zO#*%!69|a(9QS!bAvo&c1Vn?T-l#S^|22FEFtc*!Rg5$i)BR zI7JNh4pJ~Keskl(XTFnZFRcfH9XRapxWv2_ zC~mOsXcDC_&B$(da*YlS&GWwb$uru&__{2*`3+@BAS?UC-0v?0OKZPA?IiK^7V~qB3Rh$SG?KY&bFf4Xw0y25hwp z`fgbJnL2UF1+$EtXDJ1tDLlm}HZ?CtHN+IF+H|3#rmUw^sn~y9FKbX7}WT*$A28mWbA0;-t-7mW_YhJ~cYUOs+V z`jyHBo5z9AEXM?{4Sw(O=75Dpy4Nym5!8w(UsGot}S^SKF@ zM*;+MvV~R+un;f6xS?kMa#~l9TmbTK{Zc6ntPDBhcj)P?<>YtV6NH}JF^pu^?I=!# zx@|M}X@7Di1`97Jo+cijm^ji=>rYQrV z0iIbsummOse3A@X7SNkN*Xw|Ri1Z^|L&g-#V)#w#W|yybL<2qBcJ_f`g*A*k(d;E; zKoENPDNdN_{E56i%m@lsBCMq=By$s&&PHQ1~|!6f-w&eb|#{hikiYP0@w-JHgF^D<_5d#LFiKse3((xIduwfdjMS0P(LqTkD$l#$65Vw*o=*ft@>Pwm~ zydp`JR4_oK0Qv}&AA`kvM7rFK9gE`?6u?pEomdv&qU1GDN`^ohLOj#S2gGZ$T9YMk zKB#(7K_1&lg((wOAWeuz?=#rs%3Ar&S}kVi-*^8jS*dpke$1^N2^>kJg}sjMC&)`E zJ!{v&Z?D8i(+p#INb$#q#VZCbhA_kYq<>4i-jW2FUo&g z4Euu)Uy3q0AoxmZOY1eWt4)0GFXt+vE2^1&83HGn7zs<2U0AX(X8qeRzYw7yvzR^5 z@WcrrcOD`_nT|MxQg%?vWiUEXZwPTRozkvwqV)Mt#Du;lime>niiP>&`HVZ!6Xz=&$f$UE0-8i=Xn*T{x|qoT#cc1vqAfU>}KdP|zM^C%$c1OcjWMj|5^` zQzVPe4%Ioyl)P5Zx44zzs++tBRNZ@*RyvhJCe`)^;l$wFgUAI#CC-uBoNE8vWbY)2y&u4SOFu@fi8l zChsy?8WvL{SU`BzHue^luJlt+mcHd9%Te|#1q0)(8cz5;QCk=&Q@x?NNdE?}W55t~ z)Am82rAc1x35ig?DNe(L}dLKx_>X{_5_jSlnaq@sP2+DJ;Ur_ck{r=bcYH-Gwn*OhjleNFo%C z@eI8CaW$5eVW{XJ{3JIoF`+`*NW~);o6~BI*I3ji?dRbg*7vmQd3Kegh0u~>ps~qz z;-}(`P7CyN9t@DAID!i8i3k_OM~EY+mPpy{q;>v=;1^KZ{BqZnwQAO6Ciz94ymVqSbvkTzWozg9na%Az z0OD?h&YAKirloMS))9OF!7<9J0l6H#zq5mdRu1NTBCLoV>bZc=VucVu>~*wV1mko? z4BsOTT{ugjP*B^79^@g`K9m}SZ{1ukVNq2O46&{kAItV&?1(O$KjfhXrTFNUogIo21~H>urg<~*vC*eMVf ziDXQ*q;|xAdgS0vtg*nW8(SPppanR4xc(R~&R&ctpe197$#R<>cngt03n(f3AvppD zSoDzSI7UQ4@`q(j<%jr#UGR(?lZMcjfXmoO6Y6?+=(}0CD=GvedyBIPP>)0~ET3*= z#-%m!G&jY@oXRRU&m}Pa%w=pFYBY9yMo?zpDbLqnp&Q`HrKqRKKKVedpj12A7BXW< zjuR`96$uI$b3Ht+Y=~gh^O0pMsW@B+D>Z=$9NM_3hyLz6I3mj#5JL$-h4oaNapx4T z+f{|VYvLOI;nSfE^~%}@NXG_@RSK~EFi}SPHsZBC!I?y>mm!rVpDpbVCQ42{02k8Mh-iB1K%RUx zXUmjh1av<|#UTO8VG+ZTeVXyqkO5PhQotSUQ(u^j(_*PTh}562tZ}hZW5X;7ghUhHmdM zRqpi7rE>H$r}>7G$K(pEiI6=GG?9ry1ntJHd6F>WCX1rL&X_i-CG9B;SpX2+P?Q9k zD~r}LaILyOn3G;YQB6X6Wnn=qC6<66VVs8)IbiOix5_9_mhIV+gVn#K+XyOF3<8yC zjKpXP1dbcG72Izs3#9|=(up?wHQU4dNC=oHNhIpQGup*5ESK?M>=nKc9t{~LL5f3}nJqFHyHbHykD$pIO&)OfMBUfkqVlKIX> ze;aE8_nt87-BIcy=Gfg>@ecCCjzKSFj{F)kd30ZQdUpN3ouXbPT#vmzALV;PixKYv|CNwx5%?z9?(NotD`WjXvTMD57y4~9e z?L_(RAy@cT+)lJBQ>>EVXE5l|zstLZm3I?yHosg~blFb_e-pA3>{nVBF1*t@#*UMo=b-lnreHJB;Kp@^Ba56?(K+iUcy(zZB1Mj-N=^TfQ{CIHwk#D z1DJkwVQXc6wGBXkk5b+UH-eR|OvOd*OM!NNs@yL>r0Nfa!d8ka+H3Gh#WpCyjCmF#y7lYwp1h#IjL>SYK&pOg~p|!zlmEn4wt- zakCPIqpBL`_x2qxSXKmDi!cL>ESTS;n=gE8|8emE9x%3hF>7vjHECq~u>$Wsq_$(4 zF1tyoigbAi*{}4J$A!X|s=g z#i1j-$?iqNj1IvPXQj_lf!-xz>tGP&Ch}AKmVwnf?1AUddZ)J{$$|YX>jn8mpm5x2 zNyl$@e+z(v{I&$Khn-+6r*W)0Ndep(o~f_0wP|c2on5m2s!&J;u6CjcL}B|&wx>3( zPSCQ!+<7c2hw@FKB~o@EA$F2*54>liGX!rqHaW@>7#a^3KijYPbEV{7Y4 zml19wn=-gzh+`eNnAJN_)C^S3YPaK&n-9j#W(PTvpE9~$!gxri@~mWS23nR74i4eV zH4JcPK-(Y&VC$ftKt$m?^d8%oD2LN9+@aQd#hOI(c^EgwIThv5OPDOf&&5D3vW_1@ za8Ok{CrKw+l|u}*^+bFsrLjj^KT8Dpjq)Sj3B4aE_1JN9BCqXTswEUX^VTDSkDO{t zo=2%!{?b~2)V&5yv$W1gSC>s*pq};3YRXtlY%z<84#}~)Sc`$MP^&oyKq?Y@md2qK z{#mzVW@p(_OuSj`C=vPyhaNTmf{u*TR*Ko)J#zj+@^kqkBnpxnG#U8-g43VY_G>4F zg0*%s)e4_gm=*E^K~Tvw6Hs4I1*egTG|_Za2nS(gYL15+GB^+m@d=?2faLa;N!!n~ zAs&x151sXo^k?D#rU6*whrsQaiUL*Z@u`I=t0zMl&VXpwuiQ-B{D<^mlo%l`h|J1d z*TDc?#=6Sx(4FYQB`wJIVB0ZCytIYzi$i=c|FqqCb-g7YD^)@QW3&Jga@zAJ$iK#B zA00;vkc4pL1x1(GE;vqldjfLtXLlg3^5&@FC)8m*`53wx7AmS<3L`PbDH>0a)x?h0 z=G#$wgUJpzSo9<@bi#u~CR#I=R4!H`bO<7M^j-Sk^38EqiUmyKO? zGd3sq9g+VO{YZm*i;E!1+qQxbg-1=sLYMi{cr6MQ3S1wu$6O6)neMDm(N?3TQPP@SmrAmP2d8=ml4SWoT>vNr z^zRKuJBeK&v5^2UKNv&_Cd9?1yiXLNSaL?PyYJdmhcIxMFVZ$!hw=Ksgi}ty{f21S&MYXHO9`l#hZ9*&C~7;f&NNyAH~1p9%XhkH&^EqOtNy zsjdO5u>>p|TTSrn)cTbxZAC}y2)t;#5_CT98nWcSHAn%%J@R>NG`L|L%tjc?6Qi!4nm4Fh^J8PP5Tw+5Cf-X96U7n$c=~B1 zWtqg3YS`92g>;6Dz_CD(khiv1;z#u9S(+ISOj@!d1o*+N&;=7HW7-VEVIsAJ9$~JQ zVBKp*flw&ch>_~!<1yOSM=s`PW0EFVu-U&#EOZcvlSmWB%DsnpgPhc~dlPdjszBl) z;6BkM}4=BcWFi!{!;#vsqqcu#Tj@OR`i~-&-!#+xW3~#r}z8YS_ondRK!`>bH zWMA{kbWUqI&>@A$@YiJ1CcDW8cpyw4=N$nfT)c6O=!-_b#w?lyqg-BW5Q_jf7L|GfxH*gysdM5qC=}pjDT#{;I#~T`s|0&^)v)0WBs` ze3`8R3FrRmT=2vBT#V3ZF|!cy>In}ZuJ}vYwJ$;O&J9lzu%I3*xyB|ODO8rJef$e& z1H?6L#XGPz`4hmqtFucxTQ{&X5q*qPCg zG71j!ctQ+}lqbw7Uik^v00$TT84*D+I6NfE7xkvPosNW+)GvtJYHN~nPNbLz$x;Tz z!Dq`_X4=e5T$l*B1mmYoQv=FEpaxeRU>w_RGOu`=AvamAB1y=RZ0{bBmR8AKdEyou z5cGG}5}_g9TZzC{938_UV+1qIkkC1xHh8M;ZR5qra>hfxNghoKAtWI`v>ar7-x5R$(#z^3tKJxYjQ@(+5$HEso@+8o(+JyH3b z$)v_1G|5UpM_yIISBKxe1-UXszv?VsjQ$zNAo!%04IEJb;Q?V^FpS8K>U2CJMu8~# z0J58My>C9$Z8;IIyt*Sf%UzBT#M#B(7sX2%6H7v{KCdsk>uV+FSt~XIk?ayf@j{EN zJ&cL03d&+@lk1H7!@>oNA?px)k7T@)kDWSw@v(<4o_y@lQ%{_{fYpI>$2yi8MJ|B6 z4@{@g#Sl`uD}GH!&iXf!P>G+nuo!G z-}E}tjMQNQ5k*%x@l`$}dI0YN+`)H{d(W7m7v{?H|3uzx&l6*6=STrn(&uuUw* z!8l@=048E}5%?K?^pX(tXhwP|c6yHB*NWr~;?R%cp?UsR7@QdIfB}%22@fzZ0E?rK zp7Q!4g)qB(RCXZok>|3A!reJGV#GE%eGR-)7myl>O-Ha8j3f|b*xge?DD7@=I7q(X z(SkMO53!FeXW~j6cj1;;gVoj=rVnNjVFVRtz{pL|?g8pYhA&<<^-rnIn~7KPa%eTG zR^bL&NVhliz0FawFiOayAKtw#K|3)qc`{KA%uLQmC8Gdr2_7MexYHUOl^ofADG#txFUU5|CRPkv8fn;jx&Cf$^LNV=_&dnQd^Kh{R4Zn; zzjWK_ZP3Yrdz8u?mrvEQd@reo#W~5qa0~}#8lWDU9@ApnYODm&x~yXtu+J3f#R#gZ!JQgeG^Z-f(r-XW0`A}gDoH(P#aeKFQuY&_>M%tka0 znjVEO5sI0{?(TJ`{$-C?R;30uE^IE6QE|ROQHnM=MS^&ox>YMCk)=W@3J<2%C*oV# ztG(^Cvv*)SnN~#k6BaP?2>vz_zqj_f4L~vK29+Ur*oMJSwunAU zUJ#Dz4gdJoFG*xFmlx$s34`R`rb8skN;%0S?#7XN52loNKo3JN{5PT*GAq+73}9DF zDjMV!x0b*k&<9%;fS}CEz~7><3SFqs%;Z#6p13!UKrhHJ0gxrqM$it6UiQ#bM2hGV zhcAqta-B=zK(&IcfGpEn1+3$><4x~WGgfaQGWGJ2$pDG$JYr}>oN$<6%#Yh-ttM#c z-IsI-B@A+KI+^FOI6NX#{xGrzTnx!^^k@_hz>6RQn2fl=Q6oF@}c+iI^%SVATPNFEN4Ix9_6vGcbdv za(M=XB&i`t0v-Zq4KCiq?mK(tIRX$=0Z zn1iYKi*yjCnT%Zl8h1he$$go3Dm%rkS%TfH-Zp`WH7O14Rs)rTQ<=`@JTR4}0uaSD z)QSv%%v~hN0LWO3lml|#TI2_R`QYB}E>3qq>{1yCQy zC9YoIfI5NsW(J=nAqnV|z~MlLD7L;Q=Qp^E^{~m2IU4+M?OgDy5#p2@(Tqj^@-ylx zc25!B%i6@%y^?*)l|rIR%C$7-1r9+`6pS4S=TCt>`rNys!0FB!H526kTLLW^araDR z#H1KPVLIh~Tne36F}?5?tVPKCf>W|<@DG8I@8A zk?4olQd^b0skm-Z8(mbkZ4H?wdX0QgAY<5IQ7)CtuRCebO(@Iqe6dwd1KZ`ZcOq#8 zcpQ=ezK79+(OKz>>qw+xW(?ixMd4hJs@(>qDbrITbAT6cYT1CuQ>+(r{qIz#p-Bpw z)(s`j#NuwX3qy#JixdIFW*`Mi;+%pStv`zSBg%;Wkuk;&=$k@4Iap4BDXu!k4>5C= zE88`l%0NVIbYT>1zcDH3d`eI7G$xklRl(o~Q^pk#5eO||0*pHr02cAVp0!~D4}yY* z8o-dGi5!Q#12bV{NbB;wy0f(x&W?dxLfTL%@X>(E7~)t*x8wCCO90Q0qsgwpX?`39 z&*s@Zy?J?i3kzwsviel{-N}SWW?gJqEh5r!h%}?5NqeV@C?JC_GnC?^B#g0qEZ>S@ zE5XCljj+SU-_KDixjs4~u#zlk44T8_0U&q94$974%uZ}<#1YpT)4A{=938B4VzVG3 z5Yz~K_eD*+=^Mu{^O$u2;>0*?eFdAEoyGvFv|w#1vNYqK8& zy)}-|rL8Rvi`lF!A%c%0?*^$YO^J`%uMyN~Yv;QWs$Jx(FcZ4yB%FjGJy5iYN=ud( z=|8mCJF~myFa=01SPObPN|L3IhG5+>%~sTyP5TfmajY1ucqYUAi%3c8$cB&gnNVW-ravvrlALmE~c22x-L(q4C&}_jU8tMryiRHQ<1c4#3n$c*r{^tSaw*Fa=$RvC!ywP zX31pjCD|230IjkFs)-nfJZ?n=bTAmvq1|s>1aU~txLw~(2TLI&0%^4#5PF?)nJSGv z@&=PfAk?nUQO|*b60jteL!=27ycXmXU%d$?94w=xGEvr`@Nr{sR1w2w@bt!`HI_=9 zkCH*y0cFd-DKi{QGw3sVVxZ!vF3^a0{)CWr-ybYJ(XRpGvLgx#{08oB{%wx6HR{Xd z&sVi#BpD{>BW*El;R0V~m^r{N>$c&jSv!*fk@zz@A{n^|Tcbp49>R}X^wOiSV$k|L z5-Zz(mSF2<$Fz}(20p&tu>zrtndyPvhnb5h;u$w3<2Ah=tAthp?9{;mMgSAQ?YwVF zx8`-Zy7S~LfpY!LuUKP=n2W{1Rf0;`WlP7@6zLZ4qR`3l&5iYk62INDLTESq9umS) ztVEeZERNch=>ZWy2vv`<0=P$X!}MLl0Hc#qjPlHe;ZW+0^(W^SPw{>U9L7tr06AO) z0s$UMGo4=O>x@X~vpL*V^+EQO)8|)$Nw9Od|EZL1rrinlr-MxyTxFw&-HM$BLZuA6r#}IG-J4GwsAg?_K>`w1+?`(*B@GE8 zTOW`e!v%^LR0m?Eqf^sZx2fKABCwc)W1!1QZUT!-Op{gyl^!)R`9M>2OK1kFC^3K5 z8l)J!{OJX!ffMN_x1%PRZ`E@kK93SV;H!yNU?(%mY&}d85SWQPsvaL_Db3s+ke&y8 zgt5%Hr2Oyu`ZIT6@6|U+1WCLw<4`;bkOOE;n-QCbY;UZ--c*f9qTw2!A;DuvOTBDr z9M^i;#6?8BEF%igf}$!X84pNku#U&)uwWj7O1H9mb7TG(#?%fvWpUTqg7Gu}3p#SZf{*akWq9fD8@=?nP{4F5T$u!rFE*pb^Wub8NmN5^=3u9wa?U`orbr3EO0|3EK z0*(T$R;M!Fy=S!x`CuHLgw<Pb5!%T*NpMMF&z)sZFfq_AnAH{*$Fm`L7Z{7M<6?DhXOEewa6bqj znixwrYMfemTcR`vTi=FLCG66^mbqrojJ zB?_HhNc0GMS#rtB?2Sb`CkMn+fW_nIj6|BRSjKO%>q6umyc>FRdKRaPSsF7GzNn769k$2iMCq zBwKE}r$^hK0!a|8LRulV2=OR^LO+b!cvVp?Zme#5TpF{B`UKTA>kQ!qSpX07=>W-@ zY}_H{q}hZ8W~CtHK3mAppNnC9|FDE}uBmZ4oGJuNz-X4;W*b|Qkm!Ro8gJDXXJD`$ zWKJ;c^EFOo=$|_3NDz59kge4VtB5r)S!SXySZn6UT1JXPsMgf}m@N6n?xL#W;4K>3_(T&Cyv)c&cs$tL>gBv{EzT+|=j$VMt5E6J_V zas-RH)dkZI-)vpBBg^yx}jzvKz%HN=RL4&$UT*Ch_ zby&04B;`CcUxxowTnKwSbjF_*#)gX>TSUMzSapT4H=E%u{;^1uMNk0raLpL(oWgh* ztFqvxi`kh63A(TWiu`lh5K7DzPnN1_%G>?-+;wel@#IZ6-Vx=+`mXYuPUC}u<4DqD zmrTf+5!6N5&RC<=eD%tu!w zpK5wLTZ^qL$ohNvOYo&tjtdEA6$1e?Ar!pPT*7pHYp7W}hks*POYvmZ4zRC5T)vg0 z3GBp)QLHX~uja+>>f*@|gg{ZqY#u}wJi!69a-vrswi;MWxu88DHa2*apwOCR6-;Qk zzN{B{AVp^>aZ;3 z1hx-w2d}T?^aVhGdZR2rNno#-7ht6cs6`nNE2u@WjPnZ02J(wFgWMn>J4Qg|K0+76 z;FwBtQ{F=IKM^Z9r0){tpR&RvWH5JdoFI9?${1bGI0{3F3RyLh_~1GKSEUv>_LNh)No7Th7!Fe4+%l?Ya99LLCteT&3fL2L0Yqy`O{D$4`l^Du z$P>t?GlYr36WLJkH89fT37RIkbYRTwZK@RHw5O)Ddaw$Ti`Xgt#!`~oZ9O+dEPa0< z5vE$gDqR4Qh^Q$X3dw1=*C- zr(``q!nL$&I6qCu00R$Q3BY~txHFDvA4eNyJhy)vegixLEIlk{B){Pb%<-`vvQyHV z7A^W%EI$S~2Un7F#VAYQw42&m2n85mfM08y5>TB3lp4=SQeRhA>q^%SjO ztkAK2%ph|*M3r#_-H*pcK#EF*X=F{p@DoyZvZfRwwM%wkHTbj7h(7_eLp+Y9fZb03 zeH^8{1-ehN66Y{I2+&m)MYLuPP)8^+!b&iiHI4y~sRnzhw{+T}>rj}`I!qXUgH;B% zo9Gz-oAUjDrAQW2j1Cl97DnyYwlk zcrz9KYBB7bcf7alPCL=LLM#l_ko+A83OKt6RM)y|K$V9VOH)bzQNy%}e7$6iOV}b#c93?>4cdqIKs}$(d@PMOCiY;|V zK{^4;2}~oQ{Rvod%Bp=DzQMu3EN+M{EH)I>G{y$oqBrF2K5qkuiItO2VZOkz=P8OH zG=;&>h`>g{<(|kDZk2wj86FxC>yWHRgunTYC~AV46G|nGMKZzGH?M5@2=Etk3S{Wu z^{Pv!s%`YG@@%=X!$r-QYYZ3Wg*jnTa9IiDEm@nr0Sabg67xmmRGGdAEmBYf$v<#O z^vl>yL>;nf8kQKNySoT%o+f7=p^eFJ(DrCwT(>K-(>GCX^28Nr0cUV(0f@GCDmJ)J zMuTKe^TuI-kw%U-S<362p+vxl%^8$ifm zbB@kV>UCdernYLfB$jd*FJ0G7e6%nktBc)0v~VoH62Xj~U@hl-8K#qz7J0-h9<95h zQ{l=qr{h34mhANc5G{_p`q*9RSPHyM%vt~p7$v&oh5wN|Ql~9@(UUk#$cYe)#DDiz zqx38VrHSC7(@{=6($P*4E3%-9X_Edqm>Hpo&UdLWZ*fzin;mUQm_ zS$GT&t#e*jIt~LxLlA@FF5|&WDW}As@AmVdB2DEwp{*zd1 zSBX!aLGCFg_JPoGhpc>(4qh)-#vP1O1#dbeGsqv0mGcF_Q}8C@a8w-{9b%kppax9& zaxhZeK*p&u|ECd8K;e57MyX$w?yEE+nLt^}fB>*W>8JjHmZ!&~8ETErL>b_wqWP-! z6ZPKhsvQejtM)`ng8(19yL-ukxu0xt+Jmq=u@yXRU@U`}Q5x)y1&NcFi&b>43-1wU z=+Iw$P%tJ!0}%aCgD|A0HgG!(MNx-Kv{|HrUs7*K$BN`nY}I^vm}Y?VS*%ofAVl@1 z-fYmusFKXlmL&n0pdrA*rV3n1z#3TB>1i(KyPk;pd^)C(BY+~EGF(({&=0Xe?_g0c zk&BFl(#_PrVSSm$Ow`G$` zlFp`c<&gvnVFzOgGYDGQOTcz%J@7;TMDqD`z52snKBygS`b<$3~~ey0)szEU?7t zfkqQ)sBG`0HPniU?8X2^cF$}A-5D~%SGQC)poL`yEboyqh2b#>CPJblT%NnEO|e79 z>xOa`9g8|M;|o2Y6L{*@aRy@9nTtwFbWt&UR_0P1VjW<*EzuC0JySVP)ezXqb%F{w zrX!;G7w$kX^0s}nw;jBAd$&_~6ujePRfYC1izLX_)e7}f9-d=H6ENDmTKTF(QLO7? z_*u6UU?T~|;ZZL(${={fpG3vW%k!tsmTH&GC(&Cy3Qzqelsl<@3s8jEtY=x!mMSM8 zhpoU6^a_$m0Eobzq2~Y&qEHVDTIkk3b$1LR(lnJxgW}HUd%WG9YGAhp(bXvUpG>V< zcrjx2EFCjwjPBv3X-9*aEa4K((rLwQV#4C*bFlN;lNYbUFTQvQ12Y6F7No`+k}ezw z6hd~Om*k5BnWTj?!n{{Q1lLh24cmnI!Nx}Tj4CUN5XPcO`rgxRW(S+X7%B2>-xN5a zH|FDFmzuHO*D>uvZNyJ9nUez{zZ5Y7c3LvJ0Mg0>JR^@|4Cy(e+%&nJsizVr;IWAmY{4Wd(K zy)?g#<-$IZ>wFZJB+ds@+z*Z-seMi0COaAYJb;;YatVFxuU zCV}&&oDt2EX$^ggUI;EtMh5!&sKm?7&D0R&RZ#tKTZoMy4G6#WmqK0tx1s#&Ix~8U zZGc^l9haI-1ZH5gjkq(FiyB>xkHU=~;quo9EQD@byaqC=NJmcy+D z=0coIkfRQsquJQNi#@_q3la;01)hkvAyYuop@Tr+$4kOFfcVhIW83YPsy@ZPNgEqg z#j6B!wO}0VlKvR9e;d1Tp$D;1Q7{8!tlvbBGT#lg)EmV10X^>5iOZLB5d~jD-yeC7 zlZRCS{SLW4`j}GcJj%=R$MDA3=r}FnusXMs0kKK_-!7X3MxmmQ6Sg3l%Pv7z<9+u! zHnK>{!K_M>PB#YHA{0OLWXo%T06)I@1AIKxIEc#4$`Y`{Cj zw-#@=2%6|Tzu_q5Im97Y%!>>DBv;KJ&VV;D3PAjXf=T_vr|@XWQVM)9bk11oNDv2sF&-*R)aal0JLFO4N_m z@>(tcDGZkAi6Yc&m5FqbW&8kOSOuj$jWgk0%QYMf@qIEqkey}8vri^T;DJk&=@B!Jii;wbbi zJfNk1cdsnu?#_X-kboZ;Py}i%>;wWR?=i zg^`Ch=$(v@g-`AZ!G>Q>nZ}I`xS^1o!5a__WNqPdCrLIe^IIX4>07hl_NB@r>DS5z z5LDQ65M<$pg3giK+Z&cfJ~mt*CS-SKZ*7++ZeD!^Lk{W~4-@l3cH;;-J;?CmQ%uA( zEQvI-Grz(!GoFksNt}}r#t}22>}U#Z6sdQR8cNz{LeOw+t+$N4Bo>D$r0){1GdxIr z*S3RN^Lc;7o0xOni)b+`jQK{ngUuL|8&^+NnXZjEiP6V0S!qN2a!_e|dLpBfcz6%hC(lT2LKPfoq6lnj!^)Um1iO(yo$*!Tod-jl`0Ns3 zaE^iiXb7^mjC-tSGKPfQuqLgXf-BFMTa+Sw!=M(e@g)rG zdfGMHx%|wl?nAGN&>0KDYJg~#DR85|Rx?40r{^TK7(44zG43vZ31((^)5F6&t{?(keO?BumKi{>dD$1BIB83TV&BNkqSB_B924+rwmccalAg9N~SS z?^9_9%EM6Ev*ObvWO0(N(&OHiQV{)*I%Gb&9VgLyr{?;0={xbln~_tS)U`zG<~bSCe}MRu6?~By9)Pe|!t{@+X!` z2lVpSqI;IlzwTPD1iJM*5uk7`Op1#q4KL2Y#lE_8 z9UT!Bn|a|Vv;uugNQ~7n=>YW~SC%;{4DBUMT=lvxGuE9p1@5NYmN6lA3)yUSIW&Zl zu+}0wLwurQMU0OpB{3+toh$~x`#XfxJbGS>WJF>L}AYVkL7E3BVqKU!ydpOAbx#CtQ z)tAi;&MuUS#fAe*Msqt#AFD94z8gLkKBKM??A&53FB2>WcfK6i)3r1$STOs; zln$1aYv+MOVs&ZbQ|&?r%6xIM1@@@lAZNlvl>j-7t(sUfI@jivCV(M~TXwl6$S^+; z6xawX-^;UX}~EvC@f8VdfGN2VGAd1<0t|q)krzZ@aN~e9kex$NaKE@Qga%VFA-`Z&$s|*P?Ay>Cpty{Yf&v#cS z@y~v#5&-Tx+-FppQ7=?AC&7(z>NNN z!*y!5p15dVsRRMo@a1rngH6r@1uihaNaMi11j$h61aeSS7$d)Ys$PiSQ)Qmc_Dbo& zs#$LEYmA^1N(C2`aVUP2!MqYa)1-$B%Mg4R>4wk!E?+G^476Ou9}!f6T;;4yr% z&0E0B&NZl}u5c@c5+(tvm>rE*(UDAc7gu4Gu;(qNiQ6IVo1+#13B~}*wobVbS;@?L zh(xK0nD=X0jSpN(1WjHwDMIt@jjfxf;$PbsElhK$sj%k>;*%o?eQ?0DFIH{|A6B{3 z-)zYBE9*Pgm-ZD-F;PvQ4IvR8O%C1;JGJFa22C=aUy1dFPmjNl5^sAxDzXGxA;uti z-e@vbTWrBm`>dGGHJC#MtEe`Mg$e};|6xLU_BO&2P*6uo?NkN^Q3JCGyPPaA!_Sz3 zv6;)_DuZxv9~9v*kpSSFqUFq10fI%gqUY|pJ6598D0hQXY$$ks6`Dy}lynAKk}DDc z6M>*{h1OKO?S5>`K>Q5gNUbCcdd0|6{ftgs7nin=MWrLn9?uv?kAceTXaax*5vd{m z<-zv1IBrQ)$TJg%o%L^}pmkNC(bK#0rXDklT5KCC;t==;J*^pLWs+KPUS~V4r#jz^ z2F{lV1AAB+SkCslgFUe1mK2U9`A+ac5Um=R*l)O2Nk4RkP3tMU64F|C@gk`N?MZvU zlfbqqKv8+cgLB4C%$RB>^bmkQ*|j0K%kOJ$fZ#B|8}1H1IT1{Qx1)Nobw^W1IEBC| z*;7)p0)^Bgwcrea*U<+p6)-$;;?!eSE}WGgRC@Sf7Olb0#mZ;5c*@%?uB)79zqv(O z#4J}&2H7N)14Z{^qb@6tXX*us~#_6rMi3C_@EkF-2A z5-1C*uRmn%quTg+*BL|n@>ZxgVWk65opC^RU*?~k%j7}uOWU?E zn+D9fQ~7r*2$_wFO2$HFN2pj>#ui*95O6e+qVGV?*xO|ro{_!2iU$INH+dsK&76j- z#-Z{PXqiM#a&RFiFKx+Y9kv0s;e?v#Z43im|D4nFbi7vA!lJ~7TIay)UFbekb`45QVrb+;%@UQLpcd$)`G;EgmZP0|U<(dp(0E4G{T0KJ@!06xw6nX;>?F!1l1mw;~JMgQb zDfjVO&DTMsVZ4E4Ev=(=bN0Gj%r1`d-P$?7PHC&13*b|c^p#{hg(D=L5dbEs+3hyk z@q9oZy}n5~uleQboHYUo@`oiUp*|uB1RJNY)f58On<*J}oqp8ZNZEqWB;=b%o*PdV z#UJfr$&t$uePRzF2`U-~e$p~Sgi-9xj0`zHnb?s2_P z94y{fNfsxCo4#m$cwrPPHEb`U|2gO2cOqYEL8PyDNRQWP6DK$Wof5lq&JD;c7lDOg9iS&}A*C}Q8Y)8?owlg*0EZ5Msjyr^BMJlK2;7L$%qGO>(@x^!}5%Q9Z{ zD2W^UEvfgpkHrGH2?QKDNu9c1uL^VstPv%dYWYp3*wsZ$k3w6e#;0zM)M4Y@g!o?tr70z!u2x(`2eQTG>BA52A z&Io-x-rb(f3CJ;IL0xp}0BUdvU{+5&e}uHAvCUsimOdTf_N9$Juv629>VmcT;K(q^ z+!6+A4OJ3hAP2}3>J7*A4b!^qYfx#)_pSn|p@7uNPoi6hZ2raIlF2l|!cW#CUOeWZ z2?ucBc5j}Ja-TEh$vHCU(utpRdmkmh4wULbWEAsE8QYV1wd3K&6imMM)`^3^juWIH z2eO7sKSf;}v>Xbhvt=AMuUSlqAMD!D%cf%AHwRdE)fN3#ZSWKYQZBX<-Rp=_Zf|SP2zM)nzPY!g@fm z-RA0GHaHur7EL{CI#vt?+*qI%Tu7s308x__yUI`u!kJn`QMbm3RRfunH^b-FuHzek zI6w(Gg7t7&BmytL1;c%72h%;5vccm)-aEN1CpgeZi9e9RI2$X50E*Cc;I|M5> z_zmb)u#b|tIUvv)(}UU}y^q-7%--;yM^YqV1XNZ%ETe&%Hx1}qw%D6=BdgYm|nlrTq%EbI|A+PRsY zjQbiTKadOJJ(lhu(vY{%DO)>R<2YHZI}Yg z0IUzZ0Nkk2scd}Ibc91bCnl)@4-oGMp7Q6fV{NSGx9p{Y;n@Lj!(Tl=5_9eXCvBQG$0FI-Fw|5VeK$$I;BA-(f{O&Xj^2JiC+Vh%LwyhXfE_{g;d3Yr zz)O*4L@|4VTxXUgh^8$NY4Y()oo8Uh_3g#_qB|51x+OLXDez|fxz;COpQ1af6H#iO z9GtcTA1#_M(aB-SAx~v&0Bz&Yvs`<#)>$1%>|DqI`D3ZaVBGf3 z+}=n88T=0E8sLW(tt2S8RPnlwZndwOvwoapxq(UBr#dt1lgJ1*5>ifYElt|M&T6z~ zBKp?|8BUY%tcRpMXboMTtj&h&oldhQuX`yJUi&+>8i2sk@*tf85KqVzy)Hh-A`@^H zNG&v)0$b~H=kjnpV|y80TxUD2ulY=rn5dlSzAh)JDgBdPy2(~B=ah)DfVxUGxr!q% zkBLKc8(k;^^`B<3Im1|9}4HzxRFr?B`xI_x>*a|NEc!-uHbN*H_a1AJ6~SXg|&UhjVZH zTblOI;Ql4K{SUal@$K)6&p%508*}^VFL>|!{?>=TH`@Om?eC`D?|mcf<$E9F{wVjh z{}k8vyyLIp^AB+Ux!n7`ANrc^`77LiXKsI-_TR~$KSle0&CmII+RO9L)BYLUe+buq z%eB0hpZ{X+{ocRg`uy)q-}~|0|4eQ_`VYI$e=6<2OS}Dfg7&|5?ESCs~#^&?xyGyzKJx#mo;Y)M-2Y*So9$rBEFX#3d?QeYcYwGy?CGGZqhxYPb zk8uBN?rnby*D?+YfzQtEztFV1PTt79{rn@YWnOIm{@nhNU)qiHG1`BNcAtNd_VW3M zxc>m|ea@S>mhW|ZJ}bBX2G`P0=l%0?`v<@Nz3+S0*(86IGw-6^=bxp$JpTmuf0;l3 zrL>ploTUAJ?)~1c;`$?7Y5ltnp5or;{3_QXH+;@(a{IIXQMdl>&yUmYbMB|TJpXyz z|26J?&P}dmJ@~%Q&FydEy8q(T|Bt49p4)$o>wB_XRsMW_Zhy{~b>n%K_Mf2L?>$cY z$Ng#A*U#bp1Gu;SHC)R$JkI^c zYqUS}xj$Xk?Vr=``+f`UMLxWc`xWkO|7EV_dyjJe2JY?Wv)Td22JJp)h4%8kGwwf(d!O@9ns(RQXXN%@=USd``{(8MzvNo_ zubz4r_dfrl|4BD)w*PMa{EM1)zxSEk`@NsTwY=A}xj)Xm&v`x9(of~m+5GvR;9B;J z<9s8x|BW|w?atTRbNh_;GVjjspXBy8&|cQzW!nD^_kQm$aV_ulAorh}+dtr+c6!S3 z{O7s-Q)w^jQ@Qu2xqXNBA_x91?a$-h=YIp&@_hB+E4X(Yex7R?XUFGDa{DvBvKt@w z-S^S%b57D;)`|1-pY!Lh(_Y5M=iJ4;&wm%!(ofgP%eePBf84YmVzsj||m-6i!^5;L{tGjV{DeXU=+t+C? z{Z~$YDEB_+o4A(eIGz`B`>!-2OFOOMmX8eI>WQlWUQCA3^);a{GU2K5zfOo_qDfv)ea=^NEzfsftZ?u5{wUY7 z-<1!q&Fz24wd@N&|82SbxnJMCm-gqoY4`cBroF7^&*A<9xwrj?xfZ*{efrAW{^wlF zI6FRXSQ_?e_oUxcB*Q=i0v4 zXXp06Xg(j~!@cAD&|A9k_xbOk-S@gld+ERZc>(vfe>K;W*{}IH?&rDvUvVw_LcQ}^ z?(NTAZ|(HEa^{C~`<(XDPsj6bbMNQBhHLwr^W59dKjT{LgiGANHh=!(|5^7O*U7)n z?VGfheRq!b58>YDytQffdtb)A-}|dv%e?rUH*oL!zK?6^k9zjUa{Ik+>)L(a-^=Z* zw3l)7^B=>#&woAFvai)U=W_dRaQ)rvpPr}vMsELeu0=n70`2eO-u`^lw|4KPKl|JH z^Pfq38BgcsncVyNf6%nM{-4ji{dp_b@_hCFwfy-%14f0x@| zMSIzgj`MT4_j}*Mwa6d!$QAA#|6kx*_G$P#+}oeu;d=U4lE3h=+d!PTC&F7V?Uy(om;Q!t||2pkI zo!ehcdl_fP;RyFW|D9aRI&r_O=k}lBTIAT@rv2-ZwoX-p_vn*Rrl$=bw|?f0=7}FUR>yxVJxl{TmSno9ke_CUru{j z=P%*@lezafzsR+G?+dyAT<-1XUve$$+4b}N`SbUGSJ!{n!|&4W^Pg(k^^2d&z0d!4 zuBHFJ@8{(9KWf_b*WSdv&$;iryU%Nf{8s+_7c}k4?T_K!etsL*($7!f{yO)5@9%N_ zpzK#_55FmY{(0~0p06JH_1u1y_98$1{D*MwbAFa<8RyH~uW%pp_&wdY`M&SW?JuFd z^v8Ah$GQFWw3qecI6TO`&;J3g<$GN}`?>uOn|AG}Z_e!>{k`4yx~|?$yZw2B_VOH` z|4i#I^MQ9@^i+z0dy(uI2g9;{IQA?|i-D`?~SD z%Kh)q?)Sc#_9B0jR}XXVbN+;DSr7jk_pjsL=bZWeu3dlO|IVL(9qna(I?l(q_xbPS zTKeOD+2P*j{1MkO&VK&uxc7UX_XAzK@B8lj`A29k{Z#LK2={*e?{oc&Z%^{sdAXZ= z?Z9_(E&W$Myn=iC^9x*y{r^$iznS|Ox90QiqwmX~|D=E3eeW^aez}3F{=b6u(tq){ z58~eEe=gS+2Yw{Ce?Qmqz3$(u-20qo{BZaD$GHFI{Q0A_mv!R!|9) zn%jSmYk9uy|2Vhb|D#<$T_?XzyZv9Iy^MqF;kn$~{`p*sy{A3%SZ@Dbu4O;^zSnd6 zzvTL{52m<=_|-RZZ$Cf$$2vWwUicx}-3O1*Uhp(={`ceF&%c^$nP2DeDEIc~2f3DU zej)ek`SX9mwTzFSe{25yqd(sDbCvdgn?L`pw3qSuY}!ASd%yP&xR&{{pI^bf-}~`D z(SQDL=Jqe9y{u>D8@RU^xL`p%V;n2s9yV2 z?*07FaV_JfT)LUtpZzo4b6!gO_vH2`XfN;kLfZd2_xAG!*D^k?hZpAduWdfB{kfLg zzmsdxJI|v1i*oxPa4r2&5576KKlZboUpc4!-MRhiX#atXOS|7cjeFngKX5J2Q9gWe zZvW7q>)y-x`X$=!|EJJi`mY{*Z~puy?PWhY{(p;mpZ}9w%e=gt`B zz9YAPd(-{~+Mmh2pZ}0w=;X$e-2cED z&imWB_c`~>%(!M)GL+nPn>SP!W0Zh?1d@A<39hrbK8^6eUq; z5}{NYl_rf+nna^QB*WXF(4bMK@4U3G_TBf#cU<3f9_w9u-FvUS?|uKM)Nf_*$}<)9 zxVry03%&$({)X_Yf*<~2%A@&tEchvK=h3a6MNWxZ`v2e+M5A_x$Mn)d;WnrI~o`_rbw` zL%ko>CyxiO|7n_kt>Z?x>bw;0eX4#dhgbev(Cc@mKOgUcSNulQ&#V1AGU5xbN_A>| zS44as+|Q-^>R%B*F2l8s_3+BS9CbbI@PqKGC;w-OYrUS2_~YPL@Q?O^^6B2YJ>sv1 zdtY>eAB9)`*HO=p&bI-<^L?JU`t5PJ#%&Jw{A-@KNBkVPpG)6~weiZo7WH?8_SY@J zi?2?3w2p7VmA^6Ed33Md8+-)Z=SeQS8eZ{_psru*+Y7J#vKIBYjqo!fzQ~$1uIBAc zxazC}&)(m5MSSN>yxzaZ;1z#MhHD+02Vai59?j2{!3(WT=bPS}&%;%JSGdpTj`-gr zejeQG)gImguW>&|dzQ}p{gdE-psv3ia`g{9_Sc z?92Z?@ABZM!Chw#@wc6*80Y5YNPSpLQ?~7;f z%2Rkl;uY~^>iu38-vh6Do!J84d*O;#;wycdxcY5%#E;8xZN4M%%0CzNbE$6!;gx?g z>T^l+GdXyJ@6x>K_wbc)}~f%rnf zKSKTI0v+LlgYQJ$|ElL@yy~p~Ls}QTUp53Em*INPmd9({r5UdH!Fc5j9{K^bh{dMsg_fgdSuXDIh@DEV$Yt8?i z!GA(MuFjK}@EW)2k11a7h4m3XKEw4p)p2;mZ_e<3_#wfM|0&h4JS*X3!d1`haL239Pr!>WN4;Nk-d>H@xCM8ndepbi1@8)XA9jZS8vF{l?=zL) zd3fc&4|RX)e%K4I{M#~Ib>1BDNBx@e>;Atc;+w%e&-(pgU&P-6cYdu`ExhvY$>bS@ zABk5zHGfO_br0DZd;r|@pyxdbulSEq&)ZP^xxtJ5p7x90N3R4Q2>1M42;U7?JrBX% z5898N@yfpz^>gW7JuUct)X$}PScX@goIldK=sog7#E-~u)l(6#_}ft5XDZ=)1%Cl` zJ-QEEjaNOJP@fN4uLpu3^Jkg|y{A^dmH!;L`&0dM5MF!+>gUouzbRh%-$6Z}dfw|I z{^-9F*ZH|9cyGA#YhN6M*Zb&Z)cZyA(-yD%FQQ&Y-Aji@eEwZ&y_9D@Ty^$?;J%mUz+2;${{__b>;5n@`0fnXd-ML__5V)w=-m4jeqda<^QaHY;g$a$)X%Fv zX^mI>OQ`GAxpzbGA5lNA`r)DAg?I1W|Jq@f>WYxBD*v|*uKZ)*UiV@6T@n8*-1DjT zPJg`O_oJ@!9Q@qiC+$h=tA6+at~y7+UBC8GWxVpdiaJkQeDC0YqVDrt_yWB0O8t9G{$S(Vh5!<`{QQ^ZwL3iNd2%U@=S$$-gNFY#w-6z znLOHGV}k#Z;kxHMh}XCc58n6hy6b)VC0yssNVv~2<*$TS{JW^f)xEb@@Ly5)kH&o# zuX>svlHxUQ8-ve)JAZe0ZM@=FWVq@a8@z0Rl&3TNh2TBlo=@Gk3*c4%Y}ETvycJ&g zs~(!_oPwVS*K_rTJ6?TQ1h4ofGV!XvZSc*ge~(fh-i=qDdIeLSPWY7(-yiPzQJ<8< ztIj7;|9w22&mHg@cQfjFK9C=;{C}W6ugc}4xIBk_wwVF|4h{9VNrao;Qi2F-}>iwze?~Nyq@a; z)P1P$srC{7JL-D6!ly=j&Jl_0oZl3@1KfWBonXqet*3Bs#KA5Ug>w0$Ka}`cZQ#f-yeC#!`;uv!OzAY$d9`I zT=(IR3|NK3fO7O?<%3rQ1^ArD^n$D|tf}aidJU4d%|L4n73#b4mC1dU)lZh5EVF=jY>tomkk#Gids8dv-7>)?~&9#_wM z5?*W<9U;DQLUh#`iucPjh7vYPeD^cgKgr6Pp-=IF<#Gl8j&LfWA z_wT((-!&gcd~3M#=feLCJ{|7-dapIWtDdhiT>Wru@KVR@+kg1G&s+q`r#hDhZw7b& zX#VrzRnILM-Vt9Dul(<#?i0Otu8jEosO!{w|C!(ymQL@He(-I_Gusd9T8t0 z?)B3C{W*9&xbKHW;KlLEKMnOf48WJeEB{*5&!yjUu8sKLP|rhU__B!4DVO5apPS&? z7X#qlM>-#l#cSMW(d?g#ofCXL>i4+5H|GYgT0YgOettK2Q@Hnw?gK^fs{d-#=b`GU z8GH`vdTPQ41mB3dKedl01ut45J(tdz_k$0H`(B|w`5Uh1nhE!~I&Zt-H4kf1=T|)w z@T&8OW7GPoAKr}kdhonBKh$_uR#9t2g zJzsrW0k8PmQ1?$2e9z#kQ1_4S6<6Uk?vJSFzY=~)@FJDcJ)s(WUGS!G*WUpCH(cXR zh5LP~I&0#^-^j$Pf5rqaRyoacXZRDr+r#}n)jaQptIkPq_jxY9F<$%?)bpnM>d4?{ zRY`SDhcAGuo@?QbS3QmJ;t!(Ur|R2Fg1?WtA9POM7W{YAd30ZW90YWf9*O?)QSu!{T`5c`d_xQ``7pflJdoi!4_gKQ z0(HNs&Z)t7qTZ)EC*KZUw^kZg>+%&`>va>{>(~ol8n5U23iUi|-7m+ho_w{_d8PSW z9`QBdu3!6Nd&G}`JHOuhN8y#{Y1H$Ui|>usxIds?FV#6a;_K8&^=qC#hpYZe;f~k5 z9fMc?`KbF%{nuC0S>bBs!Q9o}k@sHzGPyV{;d+>1lcW{k+D%^dd{M#eG58Qb) z57qIiXC~_BZH8})KQPZ3u5(}lUiptYKFz1@1Ir`+9JrrL&$~DH61eNR0)8r9PWK>zt6{bsl~LS3TV_T<^7G@XB*D>iV_6^6-kEpWzkpBO?AY)O9NV)QB%vFO94F z#?pvymf`BFL-87ST!!m+q*{25yA1WZs~-jj|1-n&o?RHcb^SE%dGIZ8<)4z_s;2>7 z`Ilz6erFqlSNyN2$JM#azAgADxbtXzPr|F;o)Biaqb^q)a{BhLxy%XSrga3|tT>U<9ckucRQ~zjxZH8;y zTj0KrU5GD_*SPPXK7aJS8;Mu^AE^7bA^w@*r!-3IrF-~hxaMIr-1DRF!K!%Wzc0h} ze(xLnGt~P|=kO%F#y#ewlt=lO20s_>I`v!!;Wh64sPm{lo8pz{4bq^&EV1 z%A@>G1kZzK?|VN5zZUN2(z#j>uRKdpucPt|#B1CyQNKqj;h%{3ov8a$-}~8Ehje{P0r z-xa`X+{;n_bA0-4YKm9gny_miH%_n@w`BmCarXE#af(i#38T(_zzOS{97Q$8M*>FFvp6d|2@^nI-=Scj?!6&00SNTuFE6;nV^XR#* zjQE3^rg>98JQwjb;qEuh|Bm2SWa9OER7t$*c^dWaE!uaz@EZ4^W~r~b;%7yCGq~4R z{r_Xc_lNs?Q}4~1c;&e#6R-33oZ#=Eo`(kT8-rIkE#>b4e-u3UTpy!ef%*QFso7q2>B z%W(C{(BOxjp5pa8-lM_m!adKm;X8wmfP37w@X~nYUyk}b*E!HTc-gX|Fch!nEt{9tOa1w5@KfPFKXu*~z$<V2X38o`&N zu1Ebp8n1c^v`piQKNq|+-1E>0{!8S!Im6ZGxp<8`8}<5@!Cw*lebmpD1HTD>VB9m( zbLGOHkNAceuJ~UfehA!ov>z+tHSU58*LiY2UirU6UBBLs(<8oGtHkxZtAe+LyMCRw zMe)jiJ(@i?>fx1t73z8JhQBQ0OSDdP>fZZ$#CL&vzv%wFH{xf&v-w-#HEzB$Q=Z}2 zvB4X{eGk#SaT{FqOwI6K_=J=!m?25$`apX=qo{|J5+-2JBc ztd3Wn7czNr@dNN0cPHxg5`Q4#%d|=Jum0Z<{8G4|OZSQbc;&w@6R-D67rgTC$nehi zNqD`d&Nw^$j@J{v7Op&l;huk;WA*ULGY|E7sQlgWivJ#U{krc>4&JhDs$cW`Ib3;0 z!+p+cU)0Ad&tlZirQfys;T69+6R&e`e(>F>_o>dMH-ewgF3rF4e+xhGTp6zXW$?;+ zLf@eeMf{(r|K7OnIgdwtl@4h>_4~sXxYltX-1X~wrwCr-PDkB`dJlFAz7ci(9pTpo zZ*WfH+NbZsRp$)2>l}cufLH!CsQW?Z@O8m!pPS;9=S{fs^np8G&s7R9J`;8Q;_dLt zpRZ$zzYIGe;`_lJe+hhB#NQ3~xukXPfLH!iX!hI~k5~SJol+jfzaG2+-0P@$-Wj|z z+V=ieu+-#u=}Yaa4-OXsBa*Bil4 zfqUNcyxW8KhPzMnT-ET(GXr(sYTnx7HSXuAzt{BLab57kyYKt=@Biy}gQdYwhx^>t zxW5OV2KRI6eNh*${HsvcseZU7c)|12`s%&8BzPsb`(O9cox!`oonL)>1YXbe0P1pQ6Uj2MXk5rGweI??Xz_ZWwWAKaM&ZB)=9j|d;Mm?_1=X3BH_dC?@ z7v29K4qoJflwa%eDO`D4!M$F3u3f>WXSjZcX@FP$rKsmq&ovgWJinlxAN9}U5#OZe zzWv|7bmK*!e7bLMi1?v!kE`{qj#r+UsPn7;d*Ba@n~B%=-GtzOWw`2pJb0B0Q$6b2 z{{?TE;X2<6d&+ATF14h>(scD@ygSoR~q+P{F`v)xg752 z)woUYil3i}*Sz%%z76&IYTl;ei=&71PQOd2KUc$*zaZS_mEN;Ef_H>FkNWf1;1l6q zFTEE|!z<4Z8Ls!vaJ=el*(c?>5WhP3Sh)MPIlLZTd6uA_ADzzwga46<*ZzGBul)7< zrh0U~ZHf3kaOc;Q{SzB z2A>G`yy<>^JYM52&BQCu<#^@)2K9GtE&LO~%l1$Gqdxx_uKsBN_qkUAUjVN>T~VKt z>htn=#ovhf9MHaNfmc0mqpnl)Fa)nWzoTB?hWJInb1zEsseQdE__c8Nr+#OsgIB*T zK|QYe{}R0N??Am@v@Q$qsOAVh)_9HkG&*?xKmY!4jXO5@ zI@I;+T$+tno?@5$cYWUp-UjZzQlIP&J__#n)H*i8E6=^C>#2$F8~g**^=qF_z^l%Z z1Jk;<#lINwxp3F1_eDOu;>V!Qqy1F}uW_Hq#B2U9iuhkquZ!~E9r0&en(}vnZw!77 z+`nUJKI`K(?p)OUtmnEIuW@&v?%R&|$-&EAmgXl1zBc$xaK~Q`KNPP#&!K+bX+DPs z|2q?}?}fR+^9@SRbp-sI;Pv4?=k+`Aw%|kH9#`M*RFDuuXL}tKH_(yu1EQw zkN74-QoQQ?HuzAu39o#gWw_RBT*Plh^Wr=y4PP3()UY(J z`e#+}p>VHzFL*w@#(e^HJzDqk@f!E13_lZpckm{cr+B@8*9Y$k_xV{FUIVZEvrx~2 z^5o%_e`SVi9VbToF4X%=ef46*S00|`|9JSux_D7y; z;jTx&&*b5i=jluyjXMypdbVYFE`C<-YQ&p)5FCU||g`%UZkYw&?^Kd;_{yymA#@JCUyy{t< ziP!$RBjW3fPV?Cv{$}t&aG%4vZyb%+xbslguXCwu@DEYXe-3->rnTt=D7i0c^3aaerfRhSEW4a=lQ|wXSnLz0ayOvaId54 zDUVnF1*rR0=YP-OKck)p?cW)ARZ#g`W#TK~ z%iv3(b5PfF0bY5Pe`SU@#NQme+BGR&{j)guxf!l?FN)W=vrz9N?bD`s<$o;`Uju(r z@U5uVMSb`PUU}+Xo4EGls)+9j_j^a@RcXB9Cuic-KP`f{x+Hy?<4)5HVv;jkGU?@(-r?TTO5M<^Me0|dY-i|ci>fLiyPDY zbi!|p_}k&`pN{Yo@QQyU!*#E?I{13j^Qqq%o(%pM>UGgPyo*D!vY0c}AfAdlzN#ZGzvA`tQwZ-g@CnpdX{INArJc#21~I>e2V+ z%fXL_=fyf|+`of&hI<|L`&enb>iG=yJWs$k4}R25X}$Ekufz3RE#c0i`P>)r9pHH} zZc%uByz-AlonQ4g2|f??dtAR44a6(|2Go6`d)MTMFLiTzUhRwJ5q}Qc`E%j<@X9kf z6R+oOidQ`kXW})_{e!PZz3=osnijm!q?A7g{tjIETV=TF{4MxxaQ}N<^!{pq*SMdf z?(;VItAiK4CFR%se<@t~E5YB5|IXCW_`ib>guBm`|46*@Uxa$UpD<+D;Nku99jZL{ zz`b7jzCH)9zIq9Dp6d7;@rvJq`gb0^U*_YLzwqRgU;M-1r^4O0nxDUdPlkJ4^uDNp zSDrUfkE?aOGWg%9&!uMYCxhqSn(Ej0*Eew0IScOmz43MM;#*O#qt2O|f*(F5)vxpO zGq~z$4)^@%z3@lyi{ZYX=w4bIul!G=UPs-3ItKqA>gUq?Vm4m+&zPF(8G!#N_*l5> z*Y6ee@yh=h>fe)l;0NNBr}%B@ywZDZX~frsd%Y^b_eA^|aKASzz)RzmXFTdU)wlKW z8g~im^HBK*2S4ogv>)}nj|J}l_q=IcehWT6!!-}5;x+CZ)PKLL5`IYVm8j3R9QY)> z>Zvd-Gg(ZRn#v*+!?;I-~Z@w#Vz3|IaxaQBJM$&z^Sxf!nW zr$zA1sK?cPV{-7n(QF@n5d4HYQ@rNqTe#{U0QY+7d?nv6V|e9hHZy$(>3rA%*Z#T^ z?&sCHR}-)JIjHAHzlZe3Yuufg`0n^g!E4={>QSG61y`QFaOcr`q!eEKX4KTz}6jt;&z6R&=F zK6r!K>ABQzTj8qnG`R0Y#qkyJ%HI|BdsF9pZM@`1;_3 z;I2pcYv9#CPoSO$)zb~H{F_kULo{!9;Z;xBxv5U|+sfc$;O^)C@B(<{c{&rXe(sM~ zp4U%g;;i_rCDQg7=1desr!D#4Gy}s(7eUax9xaUpxoCbJ}`yA@|*S)Ay@E=gusd<|hy!r!aU34z34&D;(`-aYk z;&|onkGijPp47+dxn`m6f9=zABK~dE^Pv0W#EAbH^*o3#iulU&Qy%rh`iO4@_j#-N zDU8>+lTbgG_T!0o_0L-wo{Jw5@js#dUei5cAzsgQ#Dgi1z6aMu{MZa11^+YR7r{Nx zT9<)%)w2rqzRcPR zzMG6!p5HQD`JV}1_2D$nIq*$zUq%lIR>wBYb;3l zd*K&H{Ajr6rwhCUUhxZ2KbM}jA70~bL;Zf&ed*qaul`8dj|ciT_+@bC(f3zzyz@bP%%--Egz)aS1SKj(=w&w5{M4gLh& z&(#~=6t8i=LA{QepL>G;g1R5{e*74(agTa3asAHlW$^ZJ-y78@`yfIlt+F3 zZp2@Z;p&IO@QQy4^}lC8@5k1`*JR?Wz#j@;YEjCs`_eMF>O2|lI(2^L$1DFp)aSqE zxk~V*sDFp=0Y5Kz{%6vBs{SW}*M>X4zAtvbHSSQj&j-E7kH(8nM!hfeUN}GaJDK=g z_?39oxgPa@2e2%DQSg$_{&&B>3s?R&aPK3X8~O0!V^Oc8&Vfe3U(Ilxw*!N(L9_o} z#07ZubAjj5`z{CnX2f@bd)&_OpMsBpdtBY0Ps6L81*rR9dHUn^ynmyfH|^``!OK6N z=2`3bEnIoJ!<}E}`C)kFc?Na==p1etd`~7`ze~))D^JrGQvK?~t#Cc>Xm~dNad_pw zAN9Ix-}Mc?8TEcwo+-iWFHX4uH{DC0!z+LN*HWFi z_)QUC7w-2+`wpGY$~)tq-+@QN{k@>`{}{Z+eIE5b)w=h`YyQ`v{w}VKpBM2bFG+d& z!QTqr5$=6d30?)SI;Ww|uYJ@k_{*s0S?BGw!T&`4ysGD6yz0z(J>|*8|1aV%gS#Je zA2=4TaqmK%U;DZ%UU`(T+Q{O_U8 zukX#Pf|q?G^(Ue7HF%kK6IVS?2R{w&{Q6!lfLEQpP_IjM zeC^HJ>0clE}99r5Gf&adan#cSNV(4XVqOQ3tvpy2CJ z_mAFd`rj*mrRC|l^t&P z!x^sr?1@)BJ5ZkwnxE;x>#a=lraoT_SDwLe=hwMW7Oy-DQLnq^t$Xl8K1k=A?$tAc z*Mj>#taIikxX#I;aOY7yCGi^f9@Os_ozLBaKZp9etP=c2yz2P{^?Yi-%nN?}hbh1K zmvH6p3iop6K5=KsfUj`)%vrTm)b6%pSE?tasL$%j{+H=y2+o$(d% z8h07$`Zb?Jf*1cd?U#=5r-Gjicl~;g?1d};ZE(-0&asp6%D)25p66EuFZM~wqvu^5 zym5x>{ksRQ{QcqXL(N-tyz<|YiLZn2fLHtm)X%H;+LghJe455p|Gx)Uo-^Ujum0Z^ z@sGfrr$4+QUip8`aP89>c;%_LD!os&?q9*Rj>F)dH_dZ7yz(r}aGek5-%ULUU^D=p7K}1 ze-pe3+|Q-`l@G7@7UXPdhm7` zuJ6!;@fx=e>V7MYZ;V%-Ntt-{Romd7qtoKwzp8Z{iC3QTYyNv)y%GEvcwT(J3>nSe z>Ki)bz~AdT6YhCXUmb*3o*PlGV=lfSUiEy1dcAt#hvL;Idood$Y3 z-wt>Ne6E2jPdm8d>*EXKmFGs(_YM7d z#3{jFLA{Q89}UAR&&TMkdH?i78T^8X-++1^^!)nYD}S+dDUZHimIprx?&ng!?FoJ@ z+cSOd{!SW!K=>NU#4|bo!>_MD0sp6?`7+rb2MJ@FQLw(`upNl z&tBAZYQH=byzz##jyjjN!ZqK6;jUBfk!pD5nU1<|b*^^BYuxpy`=LGl+Ti<9uS-q% zyTMz0_1`+T1-}jMzSVP`fLH!?sPlKgUyVQTTp4~G{GH&{H>P`w=5uTC4jHcZMKQec z+>LtP+TokvHSYVU$JPCOeDFOPu6_MN@D`g={cYe|gHM2a{3qD#U4(jlm48gc ze~x;7YQbj*KV(Z9HwXSk@YCU5clFiJaOLlxiPw4^k5@gzR}kye?Rz} z5#J5&Jes#kc;%m!iPyTf488{S`$+RMF?h9aQvc}v`zBoV^n-i7RDV&t@()JyGQXR3 zz$^YfbWV>C51eEA?(P=x+fnyJC-|g@ukvlmuk(3L#J7XHAGBYJ;FW(6>iMsRKLxLP zo)qSG`UioiEhs66r{-WU9QSYyT@GJ1D zv(DC(U-Pym;?IQV#k^I9AA?uENvNMozi;FOe;oC^sc%OFFZ6vHSN(8T@HTMAE6;Di z2f_1VT;*wm*SNDX@eT1^@v46t>hng>!@>} zAYSMEDAd36SHQQytDa9$kJ|^|C-^Db(sNw~e=YcUxZ`y`SH-LT`KZ5-YTyS4e;alG zi{FOVxO-5~oBD83#Mj)O&If(xei!jA;ESUlj)j-R>$$E)ohKK6eDH_SY#&}6{A<+p zs84RktNwkc`=Jv4!{8_ENausr>xbZ{!M!f}-XYfOQ zOzWll*fYVa!d<8K-A{1k?+bT+)n5cJ{y6G$RqwU-c#V71PicMz;qMOKD#P`@+ZX%+ zxbv$YPQ)wETGaWqUQ_TIH|OV6XK(zn-~-`a7roai;uXIr!`tG|3;q-8_m1Y_zTi2( zr1L@jygv9Kxa(;KuZUOv2T;$m#_bmTDYRhpPjUEEyq@cO)X%H$qglaA>`e9RJL|LH zjWb;Dk-cz@I|%M^HJ{b+%D)cvejJYPhF5%pUsL{`__u>!0e8H<6OY9!&m7c$uAy_a z7hZYRW#aXInH0R~Zz=x(_&dQzz`cKUFRh7J{sozM^=w1LAf?{A9TMr!)LGyz(zb{k%H2uMEBybsqJ@{NRoM zPV15j|2}wMxbFj+hw6CMd3PpW{nH+=alb&FU-yvl!H?XXo>%?(HeBzEli|*;Klri?*FA7DUiIYLlb%cG*uvn2;T~7#&-UO$;m)spx-0l{ zxcA+K@E&;OKVomxY>(Te}dBMLx-6xv=*?7&v z5&P1<&^){y@h8H)zjP1zBjPWCyMFDj3it!_naQI*?1Wc68#3{lx5*KI%>Fb#IvpQ(g@HaACzhjKUtDfCx_WXG=;_Kzx|L^@l^Z9M?%itb27hVpp zJP%~Jp0{i8?@_Od-gi@i*UF!`>i-O``n$t@{^&km5-&a@6R&wV1Fvy^Kt2CDPp*sj zwg;s=7sEdfJ{0cybuT>yul&!Tu2cJ{2VVKV%5crwoZ#gSPVri=<-xnceIDw4bSPeV zW}rSd#9IVkg8F%te=J`0l`R8GI1j z&!zLc4qka~NB#cN`>1R1wW#Y?pI;OF=)=;wt54p7>$&>DJ|Ml?VccFeRy-z#f^?q4}I=|L; zT*UvG;kDtf1#ezB#kYfR34T4?f4;BxT5Y_>U5vUOJ=bM;J#VohY2EdHd?4Znz`bA2 zhwq8_PvGvKVeoVD%KroE-*YP9UkhHXXqr#m2R?^u+)LrENAJy|c;$H*b-(4}y9ECL zb$<2LwBSb-+y9^U?~8EdZw+^Ty?6FS{H1X3Yn|IUc#ZpDhO5r=f^S1zkM`qjc;&BM zJaP5m>WJ?EcYf{bqw$J=C=;*uOOxQ6Gx53bX?WFhWQqOzx5n@4IuAbx-U;qLQ9XY~ zp4&29=k{rM<=LF!UGP`qRZq*K()?V4Um5Y&!Ck-Rp*~*mGf|(D74etimH$K3|9%F| z^Mr^$s$^Ps-B(`&^yy}FMul>6;_*HP% z-wA#UUU`YbIXn^;E{9L%7t0VlU;19vQj@{u+@v7&W4A(vI_TUZ5ru=%}eG>dqxbvvrj>T)9 zANYT~3tstGpnhKM$6N8m(F*1E|NHk>wZ9g_m8T2b^PG!66tDTY3H860N2DsOy2EH9$ zbui9Z z8vM5mSKq!GJm=Un&&t0EuKc~=USHh@D&m!Y4(fT+x!ne@_zyF@A^w(#|0Bb74!jh+ zdc`zu4tz`SmT=E!Rd{i{#+{1#cYd8e_3;{aIqG@Pd3#mx{FTyqsQvpKTzT5T{aotj z?Gb-vCSG+m#w-6+)W0WJ!1uwcKi8qzJYyn$C%P%~`|w-At5;6XtKa1|z*SFIxa(Ix z7sG4ZJ5cA>d6I`${M%?=oDaG;UWeB{+K+m_=(}uD#GhIv-D9=BTj9#z9qvA(qQ+9{fktzqjc9@@Vj)Rnt0ZUwje#EV%P)z5Wh9A;a~&4e_ey zkqlSg4#TUSk5Koa_VpdXe@FdX;xFTsr+l>(ulvuYi0_!;+DC`smA?<__qG1_&G6DY zQ13^rW7~*-3w1pW;nxR0xO$p@?U$#5=fWMY`|6Ky<(~@odDRJD2d{cwLbK=RRl#?l zo==@84+gJPBb{Tab8YZExX0Ce9)VZ>9%#1DPr$35*{JuU?!&F{>i^Xlu70~2uRQsW zOZnA5OX13MGTi;C-zByO9|3oMt$S6x@=QbXqR%Vidk0^O`gwJKy9TfPMQbLm_tCP5 zZwB|hLg(S`h#v&^d^UvF#4FD;sO!{yqg(LJsP9)f@Hu$ZS*unWSM_`l@w4DQuSUU3 z;uXIV^>?NA%T2)x)lU0M{jfNAw+!zL|1J0&xYzM)cphHsvK{sObiz-!RNc8sIhV3z>MW%LT#rp&nQH@5d`ospI$W|0RBhFOUB|;@iOe=hWIS z`SFUMg8I2se<=N{N?y!=wbEJ`l`;?Bfc3tdk+5$SN^eZ*QxtkExh5$bXEp1lUI{a7X^)vtTYD{$rM4)?jFbM;`n^4yMkesqqt z#4CPfhUen1iTEE;kE`$T#S!1KVX9NVKdg)RL2!?&^{R(g{zp;Izs})q!B?POU**3e z_*baUhtlvD@T$LVqqHua@XLdDf;*4i%cb#(zXSF2s&AVIUz~~8xYq~&6?L7t@cF^Z zo|K+f`8UG#TwUQ_M?Ke}c#S&>bv@PbErLIfI={~0et6~Cf;x}hYxf85esYSx2L1tD z`RBoXPtbdzC0^eVf1|#i==Y*q@ydU~DQR8QZ=2!Da|PUabncbGi@%VGZ;kI2d^75O zp?-cKc$LQgo#zjNch7L`uOfKmzY6vDi{|GHyz1PDdLIqM4~X~zO;Uc%|NFt)!abjQ zPyG^nAl&ny_xmY$<-Y}WevNxx@C~T{erz}RNWAJSc52F_bK||>7s5RcI#>4up9y!r z>HgUUuW`RcUFW&@33%l%)im`d^2R zT=leo`+U$n`B1#_FF<|HXx&f1EB;5+^QJzZ9=uocG|wa9>)^^W7w$Z|51)+}-;4U5 z&<}qLUiqu#rsq{XTZ8w6XP>tiUU}|AeLgGyS$Lhp8&S`j_RGz9GsQX9v-ZSvZ|8XW>=f>EG-<9Fok1yl5734gazlVRWXaD~H1ESDoZ2$lO diff --git a/.nx/cache/parsed-lock-file.json b/.nx/cache/parsed-lock-file.json index 63d386071ea..1a7aed1842e 100644 --- a/.nx/cache/parsed-lock-file.json +++ b/.nx/cache/parsed-lock-file.json @@ -18,6 +18,276 @@ "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" } }, + "npm:@apidevtools/json-schema-ref-parser": { + "type": "npm", + "name": "npm:@apidevtools/json-schema-ref-parser", + "data": { + "version": "9.1.2", + "packageName": "@apidevtools/json-schema-ref-parser", + "hash": "sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==" + } + }, + "npm:@apidevtools/openapi-schemas": { + "type": "npm", + "name": "npm:@apidevtools/openapi-schemas", + "data": { + "version": "2.1.0", + "packageName": "@apidevtools/openapi-schemas", + "hash": "sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==" + } + }, + "npm:@apidevtools/swagger-methods": { + "type": "npm", + "name": "npm:@apidevtools/swagger-methods", + "data": { + "version": "3.0.2", + "packageName": "@apidevtools/swagger-methods", + "hash": "sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==" + } + }, + "npm:@apidevtools/swagger-parser": { + "type": "npm", + "name": "npm:@apidevtools/swagger-parser", + "data": { + "version": "10.0.3", + "packageName": "@apidevtools/swagger-parser", + "hash": "sha512-sNiLY51vZOmSPFZA5TF35KZ2HbgYklQnTSDnkghamzLb3EkNtcQnrBQEj5AOCxHpTtXpqMCRM1CrmV2rG6nw4g==" + } + }, + "npm:@azure/abort-controller": { + "type": "npm", + "name": "npm:@azure/abort-controller", + "data": { + "version": "1.1.0", + "packageName": "@azure/abort-controller", + "hash": "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==" + } + }, + "npm:@azure/abort-controller@2.1.1": { + "type": "npm", + "name": "npm:@azure/abort-controller@2.1.1", + "data": { + "version": "2.1.1", + "packageName": "@azure/abort-controller", + "hash": "sha512-NhzeNm5zu2fPlwGXPUjzsRCRuPx5demaZyNcyNYJDqpa/Sbxzvo/RYt9IwUaAOnDW5+r7J9UOE6f22TQnb9nhQ==" + } + }, + "npm:@azure/arm-appinsights": { + "type": "npm", + "name": "npm:@azure/arm-appinsights", + "data": { + "version": "5.0.0-beta.7", + "packageName": "@azure/arm-appinsights", + "hash": "sha512-HqSPXptE4kdWt6BbfHaVXWKpgGZ99PYEzL8O+ahHzSn83craNo1aw4yXdT579pqrbYj7ezj2wILWaph1lMEedQ==" + } + }, + "npm:@azure/arm-appservice": { + "type": "npm", + "name": "npm:@azure/arm-appservice", + "data": { + "version": "13.0.3", + "packageName": "@azure/arm-appservice", + "hash": "sha512-Vu011o3/bikQNwtjouwmUJud+Z6Brcjij2D0omPWClRGg8i5gBfOYSpDkFGkHbhGlaky4fgvfkxD0uHGq34uYA==" + } + }, + "npm:@azure/arm-operationalinsights": { + "type": "npm", + "name": "npm:@azure/arm-operationalinsights", + "data": { + "version": "8.0.1", + "packageName": "@azure/arm-operationalinsights", + "hash": "sha512-5Xo1jTotmMREtgNqrHGI1+fOTuejyHfiquK4dPgLIZ2CiQoOnX/RDqD5O0Pcaj2R10PLeMBk/DohBpw9mI2ugg==" + } + }, + "npm:@azure/arm-resourcegraph": { + "type": "npm", + "name": "npm:@azure/arm-resourcegraph", + "data": { + "version": "4.2.1", + "packageName": "@azure/arm-resourcegraph", + "hash": "sha512-PDuRJ6I7wpy/bu2dqX3OVvX6fpM3YzXkFLGnmYpevYFBQBgueNhHruBAk5r1xh2VRTv1M0lAdaYy6LmVHiCRTw==" + } + }, + "npm:@azure/arm-resources-profile-2020-09-01-hybrid": { + "type": "npm", + "name": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "data": { + "version": "2.1.0", + "packageName": "@azure/arm-resources-profile-2020-09-01-hybrid", + "hash": "sha512-7sNMfaf8agfQmExgtlvXzTooxoXPl2wJelSB2hQCG2BPZ37Oi24kxeECia+lXiZKfXAkiPSHxgdgECGjDQaV+Q==" + } + }, + "npm:@azure/arm-resources-subscriptions": { + "type": "npm", + "name": "npm:@azure/arm-resources-subscriptions", + "data": { + "version": "2.1.0", + "packageName": "@azure/arm-resources-subscriptions", + "hash": "sha512-vKiu/3Yh84IV3IuJJ+0Fgs/ZQpvuGzoZ3dAoBksIV++Uu/Qz9RcQVz7pj+APWYIuODuR9I0eGKswZvzynzekug==" + } + }, + "npm:@azure/arm-resources": { + "type": "npm", + "name": "npm:@azure/arm-resources", + "data": { + "version": "5.2.0", + "packageName": "@azure/arm-resources", + "hash": "sha512-wQyuhL8WQsLkW/KMdik8bLJIJCz3Z6mg/+AKm0KedgK73SKhicSqYP+ed3t+43tLlRFltcrmGKMcHLQ+Jhv/6A==" + } + }, + "npm:@azure/arm-storage-profile-2020-09-01-hybrid": { + "type": "npm", + "name": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "data": { + "version": "2.1.0", + "packageName": "@azure/arm-storage-profile-2020-09-01-hybrid", + "hash": "sha512-XZYoBWQP9BkQPde5DA7xIiOJVE+6Eeo755VfRqymN42gRn/X6GOcZ0X5x0qvLVxXZcwpFRKblRpkmxGi0FpIxg==" + } + }, + "npm:@azure/arm-storage": { + "type": "npm", + "name": "npm:@azure/arm-storage", + "data": { + "version": "17.2.1", + "packageName": "@azure/arm-storage", + "hash": "sha512-J2jmTPv8ZraSHDTz9l2Bx8gNL3ktfDDWo2mxWfzarn64O9Fjhb+l85YWyubGy2xUdeGuZPKzvQLltGv8bSu8eQ==" + } + }, + "npm:@azure/arm-subscriptions": { + "type": "npm", + "name": "npm:@azure/arm-subscriptions", + "data": { + "version": "5.1.0", + "packageName": "@azure/arm-subscriptions", + "hash": "sha512-6BeOF2eQWNLq22ch7xP9RxYnPjtGev54OUCGggKOWoOvmesK7jUZbIyLk8JeXDT21PEl7iyYnxw78gxJ7zBxQw==" + } + }, + "npm:@azure/core-auth": { + "type": "npm", + "name": "npm:@azure/core-auth", + "data": { + "version": "1.7.1", + "packageName": "@azure/core-auth", + "hash": "sha512-dyeQwvgthqs/SlPVQbZQetpslXceHd4i5a7M/7z/lGEAVwnSluabnQOjF2/dk/hhWgMISusv1Ytp4mQ8JNy62A==" + } + }, + "npm:@azure/core-client": { + "type": "npm", + "name": "npm:@azure/core-client", + "data": { + "version": "1.9.1", + "packageName": "@azure/core-client", + "hash": "sha512-hHYFx9lz0ZpbO5W+iotU9tmIX1jPcoIjYUEUaWGuMi1628LCQ/z05TUR4P+NRtMgyoHQuyVYyGQiD3PC47kaIA==" + } + }, + "npm:@azure/core-http": { + "type": "npm", + "name": "npm:@azure/core-http", + "data": { + "version": "3.0.4", + "packageName": "@azure/core-http", + "hash": "sha512-Fok9VVhMdxAFOtqiiAtg74fL0UJkt0z3D+ouUUxcRLzZNBioPRAMJFVxiWoJljYpXsRi4GDQHzQHDc9AiYaIUQ==" + } + }, + "npm:@azure/core-lro": { + "type": "npm", + "name": "npm:@azure/core-lro", + "data": { + "version": "2.7.1", + "packageName": "@azure/core-lro", + "hash": "sha512-kXSlrNHOCTVZMxpXNRqzgh9/j4cnNXU5Hf2YjMyjddRhCXFiFRzmNaqwN+XO9rGTsCOIaaG7M67zZdyliXZG9g==" + } + }, + "npm:@azure/core-paging": { + "type": "npm", + "name": "npm:@azure/core-paging", + "data": { + "version": "1.6.1", + "packageName": "@azure/core-paging", + "hash": "sha512-3tKIQXSU3mlN+ITz0m2pXLnKK3oQ6/EVcW8ud011Iq+M0rx6Wnm7NUEpoMeOAEedeKlPtemrQzO6YWoDR71O5w==" + } + }, + "npm:@azure/core-rest-pipeline": { + "type": "npm", + "name": "npm:@azure/core-rest-pipeline", + "data": { + "version": "1.15.1", + "packageName": "@azure/core-rest-pipeline", + "hash": "sha512-ZxS6i3eHxh86u+1eWZJiYywoN2vxvsSoAUx60Mny8cZ4nTwvt7UzVVBJO+m2PW2KIJfNiXMt59xBa59htOWL4g==" + } + }, + "npm:@azure/core-tracing": { + "type": "npm", + "name": "npm:@azure/core-tracing", + "data": { + "version": "1.0.0-preview.13", + "packageName": "@azure/core-tracing", + "hash": "sha512-KxDlhXyMlh2Jhj2ykX6vNEU0Vou4nHr025KoSEiz7cS3BNiHNaZcdECk/DmLkEB0as5T7b/TpRcehJ5yV6NeXQ==" + } + }, + "npm:@azure/core-tracing@1.1.1": { + "type": "npm", + "name": "npm:@azure/core-tracing@1.1.1", + "data": { + "version": "1.1.1", + "packageName": "@azure/core-tracing", + "hash": "sha512-qPbYhN1pE5XQ2jPKIHP33x8l3oBu1UqIWnYqZZ3OYnYjzY0xqIHjn49C+ptsPD9yC7uyWI9Zm7iZUZLs2R4DhQ==" + } + }, + "npm:@azure/core-util": { + "type": "npm", + "name": "npm:@azure/core-util", + "data": { + "version": "1.8.1", + "packageName": "@azure/core-util", + "hash": "sha512-L3voj0StUdJ+YKomvwnTv7gHzguJO+a6h30pmmZdRprJCM+RJlGMPxzuh4R7lhQu1jNmEtaHX5wvTgWLDAmbGQ==" + } + }, + "npm:@azure/logger": { + "type": "npm", + "name": "npm:@azure/logger", + "data": { + "version": "1.1.1", + "packageName": "@azure/logger", + "hash": "sha512-/+4TtokaGgC+MnThdf6HyIH9Wrjp+CnCn3Nx3ggevN7FFjjNyjqg0yLlc2i9S+Z2uAzI8GYOo35Nzb1MhQ89MA==" + } + }, + "npm:@azure/ms-rest-azure-env": { + "type": "npm", + "name": "npm:@azure/ms-rest-azure-env", + "data": { + "version": "2.0.0", + "packageName": "@azure/ms-rest-azure-env", + "hash": "sha512-dG76W7ElfLi+fbTjnZVGj+M9e0BIEJmRxU6fHaUQ12bZBe8EJKYb2GV50YWNaP2uJiVQ5+7nXEVj1VN1UQtaEw==" + } + }, + "npm:@azure/ms-rest-azure-js": { + "type": "npm", + "name": "npm:@azure/ms-rest-azure-js", + "data": { + "version": "2.1.0", + "packageName": "@azure/ms-rest-azure-js", + "hash": "sha512-CjZjB8apvXl5h97Ck6SbeeCmU0sk56YPozPtTyGudPp1RGoHXNjFNtoOvwOG76EdpmMpxbK10DqcygI16Lu60Q==" + } + }, + "npm:@azure/ms-rest-js": { + "type": "npm", + "name": "npm:@azure/ms-rest-js", + "data": { + "version": "2.7.0", + "packageName": "@azure/ms-rest-js", + "hash": "sha512-ngbzWbqF+NmztDOpLBVDxYM+XLcUj7nKhxGbSU9WtIsXfRB//cf2ZbAG5HkOrhU9/wd/ORRB6lM/d69RKVjiyA==" + } + }, + "npm:@azure/storage-blob": { + "type": "npm", + "name": "npm:@azure/storage-blob", + "data": { + "version": "12.17.0", + "packageName": "@azure/storage-blob", + "hash": "sha512-sM4vpsCpcCApagRW5UIjQNlNylo02my2opgp0Emi8x888hZUvJ3dN69Oq20cEGXkMUWnoCrBaB0zyS3yeB87sQ==" + } + }, "npm:@babel/code-frame": { "type": "npm", "name": "npm:@babel/code-frame", @@ -1080,6 +1350,24 @@ "hash": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==" } }, + "npm:@ctrl/tinycolor": { + "type": "npm", + "name": "npm:@ctrl/tinycolor", + "data": { + "version": "3.3.4", + "packageName": "@ctrl/tinycolor", + "hash": "sha512-8vmPV/nIULFDWsnJalQJDqFLC2uTPx6A/ASA2t27QGp+7oXnbWWXCe0uV8xasIH2rGbI/XoB2vmkdP/94WvMrw==" + } + }, + "npm:@emotion/hash": { + "type": "npm", + "name": "npm:@emotion/hash", + "data": { + "version": "0.9.1", + "packageName": "@emotion/hash", + "hash": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==" + } + }, "npm:@ericcornelissen/bash-parser": { "type": "npm", "name": "npm:@ericcornelissen/bash-parser", @@ -1092,6 +1380,15 @@ "npm:@esbuild/aix-ppc64": { "type": "npm", "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==" + } + }, + "npm:@esbuild/aix-ppc64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/aix-ppc64", @@ -1101,6 +1398,15 @@ "npm:@esbuild/android-arm64": { "type": "npm", "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==" + } + }, + "npm:@esbuild/android-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/android-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/android-arm64", @@ -1110,6 +1416,15 @@ "npm:@esbuild/android-arm": { "type": "npm", "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/android-arm", + "hash": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==" + } + }, + "npm:@esbuild/android-arm@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/android-arm@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/android-arm", @@ -1119,6 +1434,15 @@ "npm:@esbuild/android-x64": { "type": "npm", "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/android-x64", + "hash": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==" + } + }, + "npm:@esbuild/android-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/android-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/android-x64", @@ -1128,6 +1452,15 @@ "npm:@esbuild/darwin-arm64": { "type": "npm", "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==" + } + }, + "npm:@esbuild/darwin-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/darwin-arm64", @@ -1137,6 +1470,15 @@ "npm:@esbuild/darwin-x64": { "type": "npm", "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==" + } + }, + "npm:@esbuild/darwin-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/darwin-x64", @@ -1146,6 +1488,15 @@ "npm:@esbuild/freebsd-arm64": { "type": "npm", "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==" + } + }, + "npm:@esbuild/freebsd-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/freebsd-arm64", @@ -1155,6 +1506,15 @@ "npm:@esbuild/freebsd-x64": { "type": "npm", "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==" + } + }, + "npm:@esbuild/freebsd-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/freebsd-x64", @@ -1164,6 +1524,15 @@ "npm:@esbuild/linux-arm64": { "type": "npm", "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==" + } + }, + "npm:@esbuild/linux-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-arm64", @@ -1173,6 +1542,15 @@ "npm:@esbuild/linux-arm": { "type": "npm", "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==" + } + }, + "npm:@esbuild/linux-arm@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-arm@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-arm", @@ -1182,6 +1560,15 @@ "npm:@esbuild/linux-ia32": { "type": "npm", "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==" + } + }, + "npm:@esbuild/linux-ia32@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-ia32", @@ -1191,6 +1578,15 @@ "npm:@esbuild/linux-loong64": { "type": "npm", "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==" + } + }, + "npm:@esbuild/linux-loong64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-loong64", @@ -1200,6 +1596,15 @@ "npm:@esbuild/linux-mips64el": { "type": "npm", "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==" + } + }, + "npm:@esbuild/linux-mips64el@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-mips64el", @@ -1209,6 +1614,15 @@ "npm:@esbuild/linux-ppc64": { "type": "npm", "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==" + } + }, + "npm:@esbuild/linux-ppc64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-ppc64", @@ -1218,6 +1632,15 @@ "npm:@esbuild/linux-riscv64": { "type": "npm", "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==" + } + }, + "npm:@esbuild/linux-riscv64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-riscv64", @@ -1227,6 +1650,15 @@ "npm:@esbuild/linux-s390x": { "type": "npm", "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==" + } + }, + "npm:@esbuild/linux-s390x@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-s390x", @@ -1236,6 +1668,15 @@ "npm:@esbuild/linux-x64": { "type": "npm", "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==" + } + }, + "npm:@esbuild/linux-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-x64", @@ -1245,6 +1686,15 @@ "npm:@esbuild/netbsd-x64": { "type": "npm", "name": "npm:@esbuild/netbsd-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==" + } + }, + "npm:@esbuild/netbsd-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/netbsd-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/netbsd-x64", @@ -1254,6 +1704,15 @@ "npm:@esbuild/openbsd-x64": { "type": "npm", "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==" + } + }, + "npm:@esbuild/openbsd-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/openbsd-x64", @@ -1263,6 +1722,15 @@ "npm:@esbuild/sunos-x64": { "type": "npm", "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==" + } + }, + "npm:@esbuild/sunos-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/sunos-x64", @@ -1272,6 +1740,15 @@ "npm:@esbuild/win32-arm64": { "type": "npm", "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==" + } + }, + "npm:@esbuild/win32-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/win32-arm64", @@ -1282,14 +1759,32 @@ "type": "npm", "name": "npm:@esbuild/win32-ia32", "data": { - "version": "0.20.2", + "version": "0.19.12", "packageName": "@esbuild/win32-ia32", - "hash": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==" + "hash": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==" } }, - "npm:@esbuild/win32-x64": { + "npm:@esbuild/win32-ia32@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32@0.20.2", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==" + } + }, + "npm:@esbuild/win32-x64": { "type": "npm", "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==" + } + }, + "npm:@esbuild/win32-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/win32-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/win32-x64", @@ -1305,13664 +1800,26051 @@ "hash": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==" } }, - "npm:@iarna/toml": { + "npm:@floating-ui/core": { "type": "npm", - "name": "npm:@iarna/toml", + "name": "npm:@floating-ui/core", "data": { - "version": "2.2.5", - "packageName": "@iarna/toml", - "hash": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==" + "version": "1.6.0", + "packageName": "@floating-ui/core", + "hash": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==" } }, - "npm:@isaacs/cliui": { + "npm:@floating-ui/devtools": { "type": "npm", - "name": "npm:@isaacs/cliui", + "name": "npm:@floating-ui/devtools", "data": { - "version": "8.0.2", - "packageName": "@isaacs/cliui", - "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + "version": "0.2.1", + "packageName": "@floating-ui/devtools", + "hash": "sha512-8PHJLbD6VhBh+LJ1uty/Bz30qs02NXCE5u8WpOhSewlYXUWl03GNXknr9AS2yaAWJEQaY27x7eByJs44gODBcw==" } }, - "npm:@jest/schemas": { + "npm:@floating-ui/dom": { "type": "npm", - "name": "npm:@jest/schemas", + "name": "npm:@floating-ui/dom", "data": { - "version": "29.6.3", - "packageName": "@jest/schemas", - "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" + "version": "1.6.3", + "packageName": "@floating-ui/dom", + "hash": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==" } }, - "npm:@jridgewell/gen-mapping": { + "npm:@floating-ui/utils": { "type": "npm", - "name": "npm:@jridgewell/gen-mapping", + "name": "npm:@floating-ui/utils", "data": { - "version": "0.3.5", - "packageName": "@jridgewell/gen-mapping", - "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" + "version": "0.2.1", + "packageName": "@floating-ui/utils", + "hash": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" } }, - "npm:@jridgewell/resolve-uri": { + "npm:@fluentui/azure-themes": { "type": "npm", - "name": "npm:@jridgewell/resolve-uri", + "name": "npm:@fluentui/azure-themes", "data": { - "version": "3.1.2", - "packageName": "@jridgewell/resolve-uri", - "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" + "version": "8.5.70", + "packageName": "@fluentui/azure-themes", + "hash": "sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==" } }, - "npm:@jridgewell/set-array": { + "npm:@fluentui/date-time-utilities": { "type": "npm", - "name": "npm:@jridgewell/set-array", + "name": "npm:@fluentui/date-time-utilities", "data": { - "version": "1.2.1", - "packageName": "@jridgewell/set-array", - "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" + "version": "8.6.0", + "packageName": "@fluentui/date-time-utilities", + "hash": "sha512-fpdR2pesIewgfgErX0eS+YBPengNH4Qf21Q6bNFTfQsBYXaJZMUqD4V/57JRfIFz4fYXZ6lWKFTTQe50wXKlWA==" } }, - "npm:@jridgewell/source-map": { + "npm:@fluentui/dom-utilities": { "type": "npm", - "name": "npm:@jridgewell/source-map", + "name": "npm:@fluentui/dom-utilities", "data": { - "version": "0.3.6", - "packageName": "@jridgewell/source-map", - "hash": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" + "version": "2.2.14", + "packageName": "@fluentui/dom-utilities", + "hash": "sha512-+4DVm5sNfJh+l8fM+7ylpOkGNZkNr4X1z1uKQPzRJ1PRhlnvc6vLpWNNicGwpjTbgufSrVtGKXwP5sf++r81lg==" } }, - "npm:@jridgewell/sourcemap-codec": { + "npm:@fluentui/fluent2-theme": { "type": "npm", - "name": "npm:@jridgewell/sourcemap-codec", + "name": "npm:@fluentui/fluent2-theme", "data": { - "version": "1.4.15", - "packageName": "@jridgewell/sourcemap-codec", - "hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + "version": "8.107.68", + "packageName": "@fluentui/fluent2-theme", + "hash": "sha512-AwE1vDOm3IzVvG0pnL2DyOS1mLLGzktOlZIC2Q5BoNkYDbn91eFDN6jE11PuARvCPSRjEqumjkQU0egvF48Dsw==" } }, - "npm:@jridgewell/trace-mapping": { + "npm:@fluentui/font-icons-mdl2": { "type": "npm", - "name": "npm:@jridgewell/trace-mapping", + "name": "npm:@fluentui/font-icons-mdl2", "data": { - "version": "0.3.25", - "packageName": "@jridgewell/trace-mapping", - "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" + "version": "8.5.34", + "packageName": "@fluentui/font-icons-mdl2", + "hash": "sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==" } }, - "npm:@microsoft/api-extractor-model": { + "npm:@fluentui/foundation-legacy": { "type": "npm", - "name": "npm:@microsoft/api-extractor-model", + "name": "npm:@fluentui/foundation-legacy", "data": { - "version": "7.28.3", - "packageName": "@microsoft/api-extractor-model", - "hash": "sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==" + "version": "8.4.0", + "packageName": "@fluentui/foundation-legacy", + "hash": "sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==" } }, - "npm:@microsoft/api-extractor": { + "npm:@fluentui/keyboard-key": { "type": "npm", - "name": "npm:@microsoft/api-extractor", + "name": "npm:@fluentui/keyboard-key", "data": { - "version": "7.39.0", - "packageName": "@microsoft/api-extractor", - "hash": "sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==" + "version": "0.4.14", + "packageName": "@fluentui/keyboard-key", + "hash": "sha512-XzZHcyFEM20H23h3i15UpkHi2AhRBriXPGAHq0Jm98TKFppXehedjjEFuUsh+CyU5JKBhDalWp8TAQ1ArpNzow==" } }, - "npm:@microsoft/tsdoc-config": { + "npm:@fluentui/keyboard-keys": { "type": "npm", - "name": "npm:@microsoft/tsdoc-config", + "name": "npm:@fluentui/keyboard-keys", "data": { - "version": "0.16.2", - "packageName": "@microsoft/tsdoc-config", - "hash": "sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==" + "version": "9.0.7", + "packageName": "@fluentui/keyboard-keys", + "hash": "sha512-vaQ+lOveQTdoXJYqDQXWb30udSfTVcIuKk1rV0X0eGAgcHeSDeP1HxMy+OgHOQZH3OiBH4ZYeWxb+tmfiDiygQ==" } }, - "npm:@microsoft/tsdoc": { + "npm:@fluentui/merge-styles": { "type": "npm", - "name": "npm:@microsoft/tsdoc", + "name": "npm:@fluentui/merge-styles", "data": { - "version": "0.14.2", - "packageName": "@microsoft/tsdoc", - "hash": "sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==" + "version": "8.6.0", + "packageName": "@fluentui/merge-styles", + "hash": "sha512-Si54VVK/XZQMTPT6aKE/RmqsY7uy9hERreU143Fbqtg9cf+Hr4iJ7FOGC4dXCfrFIXs0KvIHXCh5mtfrEW2aRQ==" } }, - "npm:@nodelib/fs.scandir@2.1.5": { + "npm:@fluentui/priority-overflow": { "type": "npm", - "name": "npm:@nodelib/fs.scandir@2.1.5", + "name": "npm:@fluentui/priority-overflow", "data": { - "version": "2.1.5", - "packageName": "@nodelib/fs.scandir", - "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + "version": "9.1.11", + "packageName": "@fluentui/priority-overflow", + "hash": "sha512-sdrpavvKX2kepQ1d6IaI3ObLq5SAQBPRHPGx2+wiMWL7cEx9vGGM0fmeicl3soqqmM5uwCmWnZk9QZv9XOY98w==" } }, - "npm:@nodelib/fs.scandir": { + "npm:@fluentui/react-accordion": { "type": "npm", - "name": "npm:@nodelib/fs.scandir", + "name": "npm:@fluentui/react-accordion", "data": { - "version": "3.0.0", - "packageName": "@nodelib/fs.scandir", - "hash": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==" + "version": "9.3.46", + "packageName": "@fluentui/react-accordion", + "hash": "sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==" } }, - "npm:@nodelib/fs.stat": { + "npm:@fluentui/react-alert": { "type": "npm", - "name": "npm:@nodelib/fs.stat", + "name": "npm:@fluentui/react-alert", "data": { - "version": "2.0.5", - "packageName": "@nodelib/fs.stat", - "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + "version": "9.0.0-beta.94", + "packageName": "@fluentui/react-alert", + "hash": "sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==" } }, - "npm:@nodelib/fs.stat@3.0.0": { + "npm:@fluentui/react-aria": { "type": "npm", - "name": "npm:@nodelib/fs.stat@3.0.0", + "name": "npm:@fluentui/react-aria", "data": { - "version": "3.0.0", - "packageName": "@nodelib/fs.stat", - "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" + "version": "9.10.2", + "packageName": "@fluentui/react-aria", + "hash": "sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==" } }, - "npm:@nodelib/fs.walk@1.2.8": { + "npm:@fluentui/react-avatar": { "type": "npm", - "name": "npm:@nodelib/fs.walk@1.2.8", + "name": "npm:@fluentui/react-avatar", "data": { - "version": "1.2.8", - "packageName": "@nodelib/fs.walk", - "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + "version": "9.6.19", + "packageName": "@fluentui/react-avatar", + "hash": "sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==" } }, - "npm:@nodelib/fs.walk": { + "npm:@fluentui/react-badge": { "type": "npm", - "name": "npm:@nodelib/fs.walk", + "name": "npm:@fluentui/react-badge", "data": { - "version": "2.0.0", - "packageName": "@nodelib/fs.walk", - "hash": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==" + "version": "9.2.29", + "packageName": "@fluentui/react-badge", + "hash": "sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==" } }, - "npm:@npmcli/git": { + "npm:@fluentui/react-breadcrumb": { "type": "npm", - "name": "npm:@npmcli/git", + "name": "npm:@fluentui/react-breadcrumb", "data": { - "version": "5.0.4", - "packageName": "@npmcli/git", - "hash": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==" + "version": "9.0.19", + "packageName": "@fluentui/react-breadcrumb", + "hash": "sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==" } }, - "npm:@npmcli/map-workspaces": { + "npm:@fluentui/react-button": { "type": "npm", - "name": "npm:@npmcli/map-workspaces", + "name": "npm:@fluentui/react-button", "data": { - "version": "3.0.4", - "packageName": "@npmcli/map-workspaces", - "hash": "sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==" + "version": "9.3.73", + "packageName": "@fluentui/react-button", + "hash": "sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==" } }, - "npm:@npmcli/name-from-folder": { + "npm:@fluentui/react-card": { "type": "npm", - "name": "npm:@npmcli/name-from-folder", + "name": "npm:@fluentui/react-card", "data": { - "version": "2.0.0", - "packageName": "@npmcli/name-from-folder", - "hash": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==" + "version": "9.0.72", + "packageName": "@fluentui/react-card", + "hash": "sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==" } }, - "npm:@npmcli/package-json": { + "npm:@fluentui/react-checkbox": { "type": "npm", - "name": "npm:@npmcli/package-json", + "name": "npm:@fluentui/react-checkbox", "data": { - "version": "5.0.0", - "packageName": "@npmcli/package-json", - "hash": "sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==" + "version": "9.2.18", + "packageName": "@fluentui/react-checkbox", + "hash": "sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==" } }, - "npm:@npmcli/promise-spawn": { + "npm:@fluentui/react-combobox": { "type": "npm", - "name": "npm:@npmcli/promise-spawn", + "name": "npm:@fluentui/react-combobox", "data": { - "version": "7.0.1", - "packageName": "@npmcli/promise-spawn", - "hash": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==" + "version": "9.9.4", + "packageName": "@fluentui/react-combobox", + "hash": "sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==" } }, - "npm:@nrwl/tao": { + "npm:@fluentui/react-components": { "type": "npm", - "name": "npm:@nrwl/tao", + "name": "npm:@fluentui/react-components", "data": { - "version": "18.1.3", - "packageName": "@nrwl/tao", - "hash": "sha512-cRs5kDRhiYVZ9SLQ2ol+2+zltgPemDtsHKz2h2whazHF+d39zsPLYbFm1ZJuDKpZp6TJJercqSH1UQCdOXEkdQ==" + "version": "9.42.0", + "packageName": "@fluentui/react-components", + "hash": "sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==" } }, - "npm:@nx/nx-darwin-arm64": { + "npm:@fluentui/react-context-selector": { "type": "npm", - "name": "npm:@nx/nx-darwin-arm64", + "name": "npm:@fluentui/react-context-selector", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-darwin-arm64", - "hash": "sha512-h3/1ywpLa56RwBnz8Lr9yyUvPvfGvKFxIo8LNptc8fMoONuuIOeZTAmaBxKBOaKtL7g64/LKDs0Ts+mSXzmbqA==" + "version": "9.1.56", + "packageName": "@fluentui/react-context-selector", + "hash": "sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==" } }, - "npm:@nx/nx-darwin-x64": { + "npm:@fluentui/react-dialog": { "type": "npm", - "name": "npm:@nx/nx-darwin-x64", + "name": "npm:@fluentui/react-dialog", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-darwin-x64", - "hash": "sha512-6LHe7MYrKlztLlKhYfGV3CtFPhEqcc2ZgwGVWYiAmS/glcN+Wai7RFQX/cZiJ+TbDRFzvETPPGNRP/aSAOkRnQ==" + "version": "9.9.15", + "packageName": "@fluentui/react-dialog", + "hash": "sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==" } }, - "npm:@nx/nx-freebsd-x64": { + "npm:@fluentui/react-divider": { "type": "npm", - "name": "npm:@nx/nx-freebsd-x64", + "name": "npm:@fluentui/react-divider", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-freebsd-x64", - "hash": "sha512-ppSkJJVKnfDWYJBKqjEM/p4qdMZsZVV++dkFN/n50p6uwHstv0Kth7dNdsu3ZyPqmg6+IYUZql7JSTeNqKne5A==" + "version": "9.2.65", + "packageName": "@fluentui/react-divider", + "hash": "sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==" } }, - "npm:@nx/nx-linux-arm-gnueabihf": { + "npm:@fluentui/react-drawer": { "type": "npm", - "name": "npm:@nx/nx-linux-arm-gnueabihf", + "name": "npm:@fluentui/react-drawer", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-arm-gnueabihf", - "hash": "sha512-1vflQE4gscHq2GJeu2L48Z8rQFcdu+gcprG1cMEf3CIDxh/nJei66bdVJYYYxPNi6rYaeONPJgBjbIih8ce8nQ==" + "version": "9.1.9", + "packageName": "@fluentui/react-drawer", + "hash": "sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==" } }, - "npm:@nx/nx-linux-arm64-gnu": { + "npm:@fluentui/react-field": { "type": "npm", - "name": "npm:@nx/nx-linux-arm64-gnu", + "name": "npm:@fluentui/react-field", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-arm64-gnu", - "hash": "sha512-7B5YXjDzzFdEMUzhFifXgsg741Afp3v7vNdPL2joQ7xrERKYEge7eXCjp5/GYhl9J4y5BmdeV2Joqr4WQ6R7Pg==" + "version": "9.1.59", + "packageName": "@fluentui/react-field", + "hash": "sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==" } }, - "npm:@nx/nx-linux-arm64-musl": { + "npm:@fluentui/react-focus": { "type": "npm", - "name": "npm:@nx/nx-linux-arm64-musl", + "name": "npm:@fluentui/react-focus", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-arm64-musl", - "hash": "sha512-OaAVjUli44JUTlGPmtxZDO2U88yK6/cwt1LTbTHGeabupbXR295RDn1TkR1/1oNo8grRaOi/V9DWEg9RRmGvOw==" + "version": "8.8.42", + "packageName": "@fluentui/react-focus", + "hash": "sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==" } }, - "npm:@nx/nx-linux-x64-gnu": { + "npm:@fluentui/react-hooks": { "type": "npm", - "name": "npm:@nx/nx-linux-x64-gnu", + "name": "npm:@fluentui/react-hooks", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-x64-gnu", - "hash": "sha512-qDinHpGZ9FhoOtdfO23pwN7pBCu25ElJ1InLCeCarl9CQYS1CDZNimrcSOFl20DAZqINQamPqBFJ7nKeDRBy7g==" + "version": "8.6.20", + "packageName": "@fluentui/react-hooks", + "hash": "sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==" } }, - "npm:@nx/nx-linux-x64-musl": { + "npm:@fluentui/react-hooks@8.7.0": { "type": "npm", - "name": "npm:@nx/nx-linux-x64-musl", + "name": "npm:@fluentui/react-hooks@8.7.0", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-x64-musl", - "hash": "sha512-E28Q0v9N7LrV+0uu4ytrcCHfF1MPYwNL2NLZN3yCPgulGHe3NwCuMnbC974+uOZ+MTqua7KnVOQ5VYA5sL1LIw==" + "version": "8.7.0", + "packageName": "@fluentui/react-hooks", + "hash": "sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==" } }, - "npm:@nx/nx-win32-arm64-msvc": { + "npm:@fluentui/react-icons": { "type": "npm", - "name": "npm:@nx/nx-win32-arm64-msvc", + "name": "npm:@fluentui/react-icons", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-win32-arm64-msvc", - "hash": "sha512-EYHPIcanVn6ZWkELnW4wW+gl8Itulmpi7f7s83CFrYxRW0U8SAG2sW4JrlvZgrK2CMyluiCGqZGHDUJZST4CVA==" + "version": "2.0.224", + "packageName": "@fluentui/react-icons", + "hash": "sha512-ld03dlc1pG7xeTQsK1y5in19jkMtWHNaoktFv+e7NV2xmrgV/SgPyyjEXbMrQHb8Naea/XCoCpNHnUNCy68akw==" } }, - "npm:@nx/nx-win32-x64-msvc": { + "npm:@fluentui/react-image": { "type": "npm", - "name": "npm:@nx/nx-win32-x64-msvc", + "name": "npm:@fluentui/react-image", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-win32-x64-msvc", - "hash": "sha512-1tBViAG9VQ3arKoKFOrkBzYUAGgGsVqYbifng+stb5TPWOj0jjhQpwbsk0u3ROmEBw9crWRwzRt1qh/ZE7SfQQ==" + "version": "9.1.62", + "packageName": "@fluentui/react-image", + "hash": "sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==" } }, - "npm:@pkgjs/parseargs": { + "npm:@fluentui/react-infobutton": { "type": "npm", - "name": "npm:@pkgjs/parseargs", + "name": "npm:@fluentui/react-infobutton", "data": { - "version": "0.11.0", - "packageName": "@pkgjs/parseargs", - "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" + "version": "9.0.0-beta.78", + "packageName": "@fluentui/react-infobutton", + "hash": "sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==" } }, - "npm:@pnpm/constants": { + "npm:@fluentui/react-infolabel": { "type": "npm", - "name": "npm:@pnpm/constants", + "name": "npm:@fluentui/react-infolabel", "data": { - "version": "7.1.1", - "packageName": "@pnpm/constants", - "hash": "sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==" + "version": "9.0.26", + "packageName": "@fluentui/react-infolabel", + "hash": "sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==" } }, - "npm:@pnpm/core-loggers": { + "npm:@fluentui/react-input": { "type": "npm", - "name": "npm:@pnpm/core-loggers", + "name": "npm:@fluentui/react-input", "data": { - "version": "9.0.6", - "packageName": "@pnpm/core-loggers", - "hash": "sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==" + "version": "9.4.69", + "packageName": "@fluentui/react-input", + "hash": "sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==" } }, - "npm:@pnpm/error": { + "npm:@fluentui/react-jsx-runtime": { "type": "npm", - "name": "npm:@pnpm/error", + "name": "npm:@fluentui/react-jsx-runtime", "data": { - "version": "5.0.3", - "packageName": "@pnpm/error", - "hash": "sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==" + "version": "9.0.34", + "packageName": "@fluentui/react-jsx-runtime", + "hash": "sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==" } }, - "npm:@pnpm/fetching-types": { + "npm:@fluentui/react-label": { "type": "npm", - "name": "npm:@pnpm/fetching-types", + "name": "npm:@fluentui/react-label", "data": { - "version": "5.0.0", - "packageName": "@pnpm/fetching-types", - "hash": "sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==" + "version": "9.1.66", + "packageName": "@fluentui/react-label", + "hash": "sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==" } }, - "npm:@pnpm/graceful-fs": { + "npm:@fluentui/react-link": { "type": "npm", - "name": "npm:@pnpm/graceful-fs", + "name": "npm:@fluentui/react-link", "data": { - "version": "3.2.0", - "packageName": "@pnpm/graceful-fs", - "hash": "sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==" + "version": "9.2.15", + "packageName": "@fluentui/react-link", + "hash": "sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==" } }, - "npm:@pnpm/logger": { + "npm:@fluentui/react-menu": { "type": "npm", - "name": "npm:@pnpm/logger", + "name": "npm:@fluentui/react-menu", "data": { - "version": "5.0.0", - "packageName": "@pnpm/logger", - "hash": "sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==" + "version": "9.13.5", + "packageName": "@fluentui/react-menu", + "hash": "sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==" } }, - "npm:@pnpm/npm-package-arg": { + "npm:@fluentui/react-message-bar": { "type": "npm", - "name": "npm:@pnpm/npm-package-arg", + "name": "npm:@fluentui/react-message-bar", "data": { - "version": "1.0.0", - "packageName": "@pnpm/npm-package-arg", - "hash": "sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==" + "version": "9.0.24", + "packageName": "@fluentui/react-message-bar", + "hash": "sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==" } }, - "npm:@pnpm/npm-resolver": { + "npm:@fluentui/react-migration-v8-v9": { "type": "npm", - "name": "npm:@pnpm/npm-resolver", + "name": "npm:@fluentui/react-migration-v8-v9", "data": { - "version": "18.1.1", - "packageName": "@pnpm/npm-resolver", - "hash": "sha512-NptzncmMD5ZMimbjWkGpMzuBRhlCY+sh7mzypPdBOTNlh5hmEQe/VaRKjNK4V9/b0C/llElkvIePL6acybu86w==" + "version": "9.2.16", + "packageName": "@fluentui/react-migration-v8-v9", + "hash": "sha512-TTS4FY1hCG447m5EzGwITQCCeueUmrj8hOa9clDJDim4QR4BT1QhuQa/pZZKGUGjkdNJnDkEeJms+tCLiSvTjw==" } }, - "npm:ramda": { + "npm:@fluentui/react-motion-preview": { "type": "npm", - "name": "npm:ramda", + "name": "npm:@fluentui/react-motion-preview", "data": { - "version": "npm:@pnpm/ramda@0.28.1", - "packageName": "ramda", - "hash": "sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==" + "version": "0.5.17", + "packageName": "@fluentui/react-motion-preview", + "hash": "sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==" } }, - "npm:@pnpm/resolve-workspace-range": { + "npm:@fluentui/react-overflow": { "type": "npm", - "name": "npm:@pnpm/resolve-workspace-range", + "name": "npm:@fluentui/react-overflow", "data": { - "version": "5.0.1", - "packageName": "@pnpm/resolve-workspace-range", - "hash": "sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==" + "version": "9.1.15", + "packageName": "@fluentui/react-overflow", + "hash": "sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==" } }, - "npm:@pnpm/resolver-base": { + "npm:@fluentui/react-persona": { "type": "npm", - "name": "npm:@pnpm/resolver-base", + "name": "npm:@fluentui/react-persona", "data": { - "version": "11.1.0", - "packageName": "@pnpm/resolver-base", - "hash": "sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==" + "version": "9.2.78", + "packageName": "@fluentui/react-persona", + "hash": "sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==" } }, - "npm:@pnpm/types": { + "npm:@fluentui/react-popover": { "type": "npm", - "name": "npm:@pnpm/types", + "name": "npm:@fluentui/react-popover", "data": { - "version": "9.4.2", - "packageName": "@pnpm/types", - "hash": "sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==" + "version": "9.9.2", + "packageName": "@fluentui/react-popover", + "hash": "sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==" } }, - "npm:@pnpm/workspace.pkgs-graph": { + "npm:@fluentui/react-portal-compat-context": { "type": "npm", - "name": "npm:@pnpm/workspace.pkgs-graph", + "name": "npm:@fluentui/react-portal-compat-context", "data": { - "version": "2.0.15", - "packageName": "@pnpm/workspace.pkgs-graph", - "hash": "sha512-Txxd5FzzVfBfGCTngISaxFlJzZhzdS8BUrCEtAWJfZOFbQzpWy27rzkaS7TaWW2dHiFcCVYzPI/2vgxfeRansA==" + "version": "9.0.11", + "packageName": "@fluentui/react-portal-compat-context", + "hash": "sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==" } }, - "npm:@prettier/cli": { + "npm:@fluentui/react-portal-compat": { "type": "npm", - "name": "npm:@prettier/cli", + "name": "npm:@fluentui/react-portal-compat", "data": { - "version": "0.3.0", - "packageName": "@prettier/cli", - "hash": "sha512-8qq527QT5n8paE9eoHeulmGw7a3MroVk5+8ITf+xoWJn1gcVaZiOP6vb9OlwZv49hhdRZ1WX+0MyisSSXL/4fA==" + "version": "9.0.60", + "packageName": "@fluentui/react-portal-compat", + "hash": "sha512-xswO96THwpHVa88hajCTiazY2nc4rMex4uneunk66j0WRpz6W/4E3E5pTI2PSI9DvB0t0gB3uoRML1I6nHveWA==" } }, - "npm:@rollup/plugin-babel": { + "npm:@fluentui/react-portal": { "type": "npm", - "name": "npm:@rollup/plugin-babel", + "name": "npm:@fluentui/react-portal", "data": { - "version": "6.0.4", - "packageName": "@rollup/plugin-babel", - "hash": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==" + "version": "9.4.18", + "packageName": "@fluentui/react-portal", + "hash": "sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==" } }, - "npm:@rollup/plugin-commonjs": { + "npm:@fluentui/react-positioning": { "type": "npm", - "name": "npm:@rollup/plugin-commonjs", + "name": "npm:@fluentui/react-positioning", "data": { - "version": "25.0.7", - "packageName": "@rollup/plugin-commonjs", - "hash": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==" + "version": "9.14.2", + "packageName": "@fluentui/react-positioning", + "hash": "sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==" } }, - "npm:@rollup/plugin-node-resolve": { + "npm:@fluentui/react-progress": { "type": "npm", - "name": "npm:@rollup/plugin-node-resolve", + "name": "npm:@fluentui/react-progress", "data": { - "version": "15.2.3", - "packageName": "@rollup/plugin-node-resolve", - "hash": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==" + "version": "9.1.69", + "packageName": "@fluentui/react-progress", + "hash": "sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==" } }, - "npm:@rollup/plugin-replace": { + "npm:@fluentui/react-provider": { "type": "npm", - "name": "npm:@rollup/plugin-replace", + "name": "npm:@fluentui/react-provider", "data": { - "version": "5.0.5", - "packageName": "@rollup/plugin-replace", - "hash": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==" + "version": "9.13.16", + "packageName": "@fluentui/react-provider", + "hash": "sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==" } }, - "npm:@rollup/plugin-terser": { + "npm:@fluentui/react-radio": { "type": "npm", - "name": "npm:@rollup/plugin-terser", + "name": "npm:@fluentui/react-radio", "data": { - "version": "0.4.4", - "packageName": "@rollup/plugin-terser", - "hash": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" + "version": "9.2.13", + "packageName": "@fluentui/react-radio", + "hash": "sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==" } }, - "npm:@rollup/pluginutils@4.2.1": { + "npm:@fluentui/react-select": { "type": "npm", - "name": "npm:@rollup/pluginutils@4.2.1", + "name": "npm:@fluentui/react-select", "data": { - "version": "4.2.1", - "packageName": "@rollup/pluginutils", - "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" + "version": "9.1.69", + "packageName": "@fluentui/react-select", + "hash": "sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==" } }, - "npm:@rollup/pluginutils": { + "npm:@fluentui/react-shared-contexts": { "type": "npm", - "name": "npm:@rollup/pluginutils", + "name": "npm:@fluentui/react-shared-contexts", "data": { - "version": "5.1.0", - "packageName": "@rollup/pluginutils", - "hash": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==" + "version": "9.15.2", + "packageName": "@fluentui/react-shared-contexts", + "hash": "sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==" } }, - "npm:@rollup/rollup-android-arm-eabi": { + "npm:@fluentui/react-skeleton": { "type": "npm", - "name": "npm:@rollup/rollup-android-arm-eabi", + "name": "npm:@fluentui/react-skeleton", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-android-arm-eabi", - "hash": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==" + "version": "9.0.57", + "packageName": "@fluentui/react-skeleton", + "hash": "sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==" } }, - "npm:@rollup/rollup-android-arm64": { + "npm:@fluentui/react-slider": { "type": "npm", - "name": "npm:@rollup/rollup-android-arm64", + "name": "npm:@fluentui/react-slider", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-android-arm64", - "hash": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==" + "version": "9.1.75", + "packageName": "@fluentui/react-slider", + "hash": "sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==" } }, - "npm:@rollup/rollup-darwin-arm64": { + "npm:@fluentui/react-spinbutton": { "type": "npm", - "name": "npm:@rollup/rollup-darwin-arm64", + "name": "npm:@fluentui/react-spinbutton", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-darwin-arm64", - "hash": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==" + "version": "9.2.69", + "packageName": "@fluentui/react-spinbutton", + "hash": "sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==" } }, - "npm:@rollup/rollup-darwin-x64": { + "npm:@fluentui/react-spinner": { "type": "npm", - "name": "npm:@rollup/rollup-darwin-x64", + "name": "npm:@fluentui/react-spinner", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-darwin-x64", - "hash": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==" + "version": "9.4.2", + "packageName": "@fluentui/react-spinner", + "hash": "sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==" } }, - "npm:@rollup/rollup-linux-arm-gnueabihf": { + "npm:@fluentui/react-switch": { "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-gnueabihf", + "name": "npm:@fluentui/react-switch", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-arm-gnueabihf", - "hash": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==" + "version": "9.1.75", + "packageName": "@fluentui/react-switch", + "hash": "sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==" } }, - "npm:@rollup/rollup-linux-arm64-gnu": { + "npm:@fluentui/react-table": { "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-gnu", + "name": "npm:@fluentui/react-table", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-arm64-gnu", - "hash": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==" + "version": "9.12.0", + "packageName": "@fluentui/react-table", + "hash": "sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==" } }, - "npm:@rollup/rollup-linux-arm64-musl": { + "npm:@fluentui/react-tabs": { "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-musl", + "name": "npm:@fluentui/react-tabs", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-arm64-musl", - "hash": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==" + "version": "9.4.14", + "packageName": "@fluentui/react-tabs", + "hash": "sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==" } }, - "npm:@rollup/rollup-linux-riscv64-gnu": { + "npm:@fluentui/react-tabster": { "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-gnu", + "name": "npm:@fluentui/react-tabster", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-riscv64-gnu", - "hash": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==" + "version": "9.19.5", + "packageName": "@fluentui/react-tabster", + "hash": "sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==" } }, - "npm:@rollup/rollup-linux-x64-gnu": { + "npm:@fluentui/react-tags": { "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-gnu", + "name": "npm:@fluentui/react-tags", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-x64-gnu", - "hash": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==" + "version": "9.2.0", + "packageName": "@fluentui/react-tags", + "hash": "sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==" } }, - "npm:@rollup/rollup-linux-x64-musl": { + "npm:@fluentui/react-text": { "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-musl", + "name": "npm:@fluentui/react-text", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-x64-musl", - "hash": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==" + "version": "9.4.14", + "packageName": "@fluentui/react-text", + "hash": "sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==" } }, - "npm:@rollup/rollup-win32-arm64-msvc": { + "npm:@fluentui/react-textarea": { "type": "npm", - "name": "npm:@rollup/rollup-win32-arm64-msvc", + "name": "npm:@fluentui/react-textarea", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-win32-arm64-msvc", - "hash": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==" + "version": "9.3.69", + "packageName": "@fluentui/react-textarea", + "hash": "sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==" } }, - "npm:@rollup/rollup-win32-ia32-msvc": { + "npm:@fluentui/react-theme": { "type": "npm", - "name": "npm:@rollup/rollup-win32-ia32-msvc", + "name": "npm:@fluentui/react-theme", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-win32-ia32-msvc", - "hash": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==" + "version": "9.1.19", + "packageName": "@fluentui/react-theme", + "hash": "sha512-mrVhKbr4o9UKERPxgghIRDU59S7gRizrgz3/wwyMt7elkr8Sw+OpwKIeEw9x6P0RTcFDC00nggaMJhBGs7Xo4A==" } }, - "npm:@rollup/rollup-win32-x64-msvc": { + "npm:@fluentui/react-toast": { "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-msvc", + "name": "npm:@fluentui/react-toast", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-win32-x64-msvc", - "hash": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==" + "version": "9.3.35", + "packageName": "@fluentui/react-toast", + "hash": "sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==" } }, - "npm:@rushstack/node-core-library": { + "npm:@fluentui/react-toolbar": { "type": "npm", - "name": "npm:@rushstack/node-core-library", + "name": "npm:@fluentui/react-toolbar", "data": { - "version": "3.62.0", - "packageName": "@rushstack/node-core-library", - "hash": "sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==" + "version": "9.1.76", + "packageName": "@fluentui/react-toolbar", + "hash": "sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==" } }, - "npm:@rushstack/rig-package": { + "npm:@fluentui/react-tooltip": { "type": "npm", - "name": "npm:@rushstack/rig-package", + "name": "npm:@fluentui/react-tooltip", "data": { - "version": "0.5.1", - "packageName": "@rushstack/rig-package", - "hash": "sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==" + "version": "9.4.21", + "packageName": "@fluentui/react-tooltip", + "hash": "sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==" } }, - "npm:@rushstack/ts-command-line": { + "npm:@fluentui/react-tree": { "type": "npm", - "name": "npm:@rushstack/ts-command-line", + "name": "npm:@fluentui/react-tree", "data": { - "version": "4.17.1", - "packageName": "@rushstack/ts-command-line", - "hash": "sha512-2jweO1O57BYP5qdBGl6apJLB+aRIn5ccIRTPDyULh0KMwVzFqWtw6IZWt1qtUoZD/pD2RNkIOosH6Cq45rIYeg==" + "version": "9.4.36", + "packageName": "@fluentui/react-tree", + "hash": "sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==" } }, - "npm:@sinclair/typebox": { + "npm:@fluentui/react-utilities": { "type": "npm", - "name": "npm:@sinclair/typebox", + "name": "npm:@fluentui/react-utilities", "data": { - "version": "0.27.8", - "packageName": "@sinclair/typebox", - "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + "version": "9.18.5", + "packageName": "@fluentui/react-utilities", + "hash": "sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==" } }, - "npm:@sindresorhus/merge-streams": { + "npm:@fluentui/react-virtualizer": { "type": "npm", - "name": "npm:@sindresorhus/merge-streams", + "name": "npm:@fluentui/react-virtualizer", "data": { - "version": "2.3.0", - "packageName": "@sindresorhus/merge-streams", - "hash": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==" + "version": "9.0.0-alpha.59", + "packageName": "@fluentui/react-virtualizer", + "hash": "sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==" } }, - "npm:@size-limit/esbuild": { + "npm:@fluentui/react-window-provider": { "type": "npm", - "name": "npm:@size-limit/esbuild", + "name": "npm:@fluentui/react-window-provider", "data": { - "version": "11.1.2", - "packageName": "@size-limit/esbuild", - "hash": "sha512-IGQNaZsS4kP4hwU9C8P+3VvPhtW9PQ9OrwKJsvHDgMsbGX01hz39b9KkVwoI29wOXdwtj0aETaJUZPqoJq588w==" + "version": "2.2.18", + "packageName": "@fluentui/react-window-provider", + "hash": "sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==" } }, - "npm:@size-limit/file": { + "npm:@fluentui/react": { "type": "npm", - "name": "npm:@size-limit/file", + "name": "npm:@fluentui/react", "data": { - "version": "11.1.2", - "packageName": "@size-limit/file", - "hash": "sha512-zktWwhO7MxVwQXbrZzy0VKfM5mZK3Aza1G3XbWRP8q+/3+irPKCz2fmyYJqJAJVwC9U1jAs6xEPlTJzxKgEAmw==" + "version": "8.110.2", + "packageName": "@fluentui/react", + "hash": "sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==" } }, - "npm:@size-limit/preset-small-lib": { + "npm:@fluentui/react@8.117.0": { "type": "npm", - "name": "npm:@size-limit/preset-small-lib", + "name": "npm:@fluentui/react@8.117.0", "data": { - "version": "11.1.2", - "packageName": "@size-limit/preset-small-lib", - "hash": "sha512-fxZW3woI6SOYyvq44QhlnYdcYfOfiW7zqFCPf+1Ox0OHbrug7YuMz74JNFlHJcnvB4Z6aErED+afkoYJ7vxohQ==" + "version": "8.117.0", + "packageName": "@fluentui/react", + "hash": "sha512-7zPFyyhm6zZGUF5C7/L5XNIBNBYsGc2ZIVg+nuCd56hBgMh0smWDnbciFKpQ9jvAh6gvfKbsgUuVWrD/FwEkAg==" } }, - "npm:@snyk/github-codeowners": { + "npm:@fluentui/set-version": { "type": "npm", - "name": "npm:@snyk/github-codeowners", + "name": "npm:@fluentui/set-version", "data": { - "version": "1.1.0", - "packageName": "@snyk/github-codeowners", - "hash": "sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==" + "version": "8.2.14", + "packageName": "@fluentui/set-version", + "hash": "sha512-f/QWJnSeyfAjGAqq57yjMb6a5ejPlwfzdExPmzFBuEOuupi8hHbV8Yno12XJcTW4I0KXEQGw+PUaM1aOf/j7jw==" } }, - "npm:@tanstack/config": { + "npm:@fluentui/style-utilities": { "type": "npm", - "name": "npm:@tanstack/config", + "name": "npm:@fluentui/style-utilities", "data": { - "version": "0.6.0", - "packageName": "@tanstack/config", - "hash": "sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==" + "version": "8.10.5", + "packageName": "@fluentui/style-utilities", + "hash": "sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==" } }, - "npm:@testing-library/dom": { + "npm:@fluentui/theme": { "type": "npm", - "name": "npm:@testing-library/dom", + "name": "npm:@fluentui/theme", "data": { - "version": "9.3.4", - "packageName": "@testing-library/dom", - "hash": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==" + "version": "2.6.25", + "packageName": "@fluentui/theme", + "hash": "sha512-slp+Tk+FEDj6HtZNWzckEMPLZMYfe2bECz4hLj/aq2ok51f2ztVTM8rjjmiJjOAidcTirF/gdYVbayc/5MOKag==" } }, - "npm:@testing-library/jest-dom": { + "npm:@fluentui/theme@2.6.43": { "type": "npm", - "name": "npm:@testing-library/jest-dom", + "name": "npm:@fluentui/theme@2.6.43", "data": { - "version": "6.4.2", - "packageName": "@testing-library/jest-dom", - "hash": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==" + "version": "2.6.43", + "packageName": "@fluentui/theme", + "hash": "sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==" } }, - "npm:@testing-library/react-hooks": { + "npm:@fluentui/tokens": { "type": "npm", - "name": "npm:@testing-library/react-hooks", + "name": "npm:@fluentui/tokens", "data": { - "version": "8.0.1", - "packageName": "@testing-library/react-hooks", - "hash": "sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==" + "version": "1.0.0-alpha.16", + "packageName": "@fluentui/tokens", + "hash": "sha512-Gr9G8LIlUhZYX5j6CfDQrofQqsWAz/q54KabWn1tWV/1083WwyoTZXiG1k6b37NnK7Feye7D7Nz+4MNqoKpXGw==" } }, - "npm:@testing-library/react": { + "npm:@fluentui/utilities": { "type": "npm", - "name": "npm:@testing-library/react", + "name": "npm:@fluentui/utilities", "data": { - "version": "14.2.2", - "packageName": "@testing-library/react", - "hash": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==" + "version": "8.13.16", + "packageName": "@fluentui/utilities", + "hash": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==" } }, - "npm:@types/argparse": { + "npm:@fluentui/utilities@8.15.0": { "type": "npm", - "name": "npm:@types/argparse", + "name": "npm:@fluentui/utilities@8.15.0", "data": { - "version": "1.0.38", - "packageName": "@types/argparse", - "hash": "sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==" + "version": "8.15.0", + "packageName": "@fluentui/utilities", + "hash": "sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==" } }, - "npm:@types/aria-query": { + "npm:@formatjs/ecma402-abstract@1.14.3": { "type": "npm", - "name": "npm:@types/aria-query", + "name": "npm:@formatjs/ecma402-abstract@1.14.3", "data": { - "version": "5.0.4", - "packageName": "@types/aria-query", - "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" + "version": "1.14.3", + "packageName": "@formatjs/ecma402-abstract", + "hash": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==" } }, - "npm:@types/estree": { + "npm:@formatjs/ecma402-abstract": { "type": "npm", - "name": "npm:@types/estree", + "name": "npm:@formatjs/ecma402-abstract", "data": { - "version": "1.0.5", - "packageName": "@types/estree", - "hash": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + "version": "1.18.2", + "packageName": "@formatjs/ecma402-abstract", + "hash": "sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==" } }, - "npm:@types/node": { + "npm:@formatjs/fast-memoize@1.2.8": { "type": "npm", - "name": "npm:@types/node", + "name": "npm:@formatjs/fast-memoize@1.2.8", "data": { - "version": "20.11.30", - "packageName": "@types/node", - "hash": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==" + "version": "1.2.8", + "packageName": "@formatjs/fast-memoize", + "hash": "sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==" } }, - "npm:@types/picomatch": { + "npm:@formatjs/fast-memoize": { "type": "npm", - "name": "npm:@types/picomatch", + "name": "npm:@formatjs/fast-memoize", "data": { - "version": "2.3.3", - "packageName": "@types/picomatch", - "hash": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==" + "version": "2.2.0", + "packageName": "@formatjs/fast-memoize", + "hash": "sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==" } }, - "npm:@types/prop-types": { + "npm:@formatjs/icu-messageformat-parser@2.3.0": { "type": "npm", - "name": "npm:@types/prop-types", + "name": "npm:@formatjs/icu-messageformat-parser@2.3.0", "data": { - "version": "15.7.12", - "packageName": "@types/prop-types", - "hash": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" + "version": "2.3.0", + "packageName": "@formatjs/icu-messageformat-parser", + "hash": "sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==" } }, - "npm:@types/react-dom": { + "npm:@formatjs/icu-messageformat-parser": { "type": "npm", - "name": "npm:@types/react-dom", + "name": "npm:@formatjs/icu-messageformat-parser", "data": { - "version": "18.2.22", - "packageName": "@types/react-dom", - "hash": "sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==" + "version": "2.7.6", + "packageName": "@formatjs/icu-messageformat-parser", + "hash": "sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==" } }, - "npm:@types/react": { + "npm:@formatjs/icu-skeleton-parser": { "type": "npm", - "name": "npm:@types/react", + "name": "npm:@formatjs/icu-skeleton-parser", "data": { - "version": "18.2.70", - "packageName": "@types/react", - "hash": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==" + "version": "1.3.18", + "packageName": "@formatjs/icu-skeleton-parser", + "hash": "sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==" } }, - "npm:@types/resolve": { + "npm:@formatjs/icu-skeleton-parser@1.8.0": { "type": "npm", - "name": "npm:@types/resolve", + "name": "npm:@formatjs/icu-skeleton-parser@1.8.0", "data": { - "version": "1.20.2", - "packageName": "@types/resolve", - "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" + "version": "1.8.0", + "packageName": "@formatjs/icu-skeleton-parser", + "hash": "sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==" } }, - "npm:@types/scheduler": { + "npm:@formatjs/intl-displaynames@6.2.6": { "type": "npm", - "name": "npm:@types/scheduler", + "name": "npm:@formatjs/intl-displaynames@6.2.6", "data": { - "version": "0.16.8", - "packageName": "@types/scheduler", - "hash": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" + "version": "6.2.6", + "packageName": "@formatjs/intl-displaynames", + "hash": "sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==" } }, - "npm:@vitest/expect": { + "npm:@formatjs/intl-displaynames": { "type": "npm", - "name": "npm:@vitest/expect", + "name": "npm:@formatjs/intl-displaynames", "data": { - "version": "1.4.0", - "packageName": "@vitest/expect", - "hash": "sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==" + "version": "6.6.6", + "packageName": "@formatjs/intl-displaynames", + "hash": "sha512-Dg5URSjx0uzF8VZXtHb6KYZ6LFEEhCbAbKoYChYHEOnMFTw/ZU3jIo/NrujzQD2EfKPgQzIq73LOUvW6Z/LpFA==" } }, - "npm:@vitest/runner": { + "npm:@formatjs/intl-listformat@7.1.9": { "type": "npm", - "name": "npm:@vitest/runner", + "name": "npm:@formatjs/intl-listformat@7.1.9", "data": { - "version": "1.4.0", - "packageName": "@vitest/runner", - "hash": "sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==" + "version": "7.1.9", + "packageName": "@formatjs/intl-listformat", + "hash": "sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==" } }, - "npm:@vitest/snapshot": { + "npm:@formatjs/intl-listformat": { "type": "npm", - "name": "npm:@vitest/snapshot", + "name": "npm:@formatjs/intl-listformat", "data": { - "version": "1.4.0", - "packageName": "@vitest/snapshot", - "hash": "sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==" + "version": "7.5.5", + "packageName": "@formatjs/intl-listformat", + "hash": "sha512-XoI52qrU6aBGJC9KJddqnacuBbPlb/bXFN+lIFVFhQ1RnFHpzuFrlFdjD9am2O7ZSYsyqzYRpkVcXeT1GHkwDQ==" } }, - "npm:@vitest/spy": { + "npm:@formatjs/intl-localematcher": { "type": "npm", - "name": "npm:@vitest/spy", + "name": "npm:@formatjs/intl-localematcher", "data": { - "version": "1.4.0", - "packageName": "@vitest/spy", - "hash": "sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==" + "version": "0.2.32", + "packageName": "@formatjs/intl-localematcher", + "hash": "sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==" } }, - "npm:@vitest/utils": { + "npm:@formatjs/intl-localematcher@0.5.4": { "type": "npm", - "name": "npm:@vitest/utils", + "name": "npm:@formatjs/intl-localematcher@0.5.4", "data": { - "version": "1.4.0", - "packageName": "@vitest/utils", - "hash": "sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==" + "version": "0.5.4", + "packageName": "@formatjs/intl-localematcher", + "hash": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==" } }, - "npm:@volar/language-core": { + "npm:@formatjs/intl": { "type": "npm", - "name": "npm:@volar/language-core", + "name": "npm:@formatjs/intl", "data": { - "version": "1.11.1", - "packageName": "@volar/language-core", - "hash": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==" + "version": "2.10.1", + "packageName": "@formatjs/intl", + "hash": "sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==" } }, - "npm:@volar/source-map": { + "npm:@formatjs/intl@2.6.7": { "type": "npm", - "name": "npm:@volar/source-map", + "name": "npm:@formatjs/intl@2.6.7", "data": { - "version": "1.11.1", - "packageName": "@volar/source-map", - "hash": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==" + "version": "2.6.7", + "packageName": "@formatjs/intl", + "hash": "sha512-9FvEJfUMzlmP5ZBK3EE0928kVsZmD5aeWXg+faP8+mKIvG3c0hkLEXQ2MiUrXQt4rsEzOPbYVtBdthzSM0e2fw==" } }, - "npm:@volar/typescript": { + "npm:@griffel/core": { "type": "npm", - "name": "npm:@volar/typescript", + "name": "npm:@griffel/core", "data": { - "version": "1.11.1", - "packageName": "@volar/typescript", - "hash": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==" + "version": "1.15.3", + "packageName": "@griffel/core", + "hash": "sha512-5ksBpOjFJ75HijGehQ06Ri9cQjhd/rqQ0N/jJzXDDXQFYdOOzib/QL7BXNwhkLtTyHvN391cD4/BqcTdynfLUg==" } }, - "npm:@vue/compiler-core": { + "npm:@griffel/react": { "type": "npm", - "name": "npm:@vue/compiler-core", + "name": "npm:@griffel/react", "data": { - "version": "3.4.21", - "packageName": "@vue/compiler-core", - "hash": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==" + "version": "1.5.21", + "packageName": "@griffel/react", + "hash": "sha512-7wuY9uFSt/0E7kLAKX//ue8NILx0IGoOtIx6WVuavEUFJXPCrvFn4uCDgnJC0211LZtJ+XH7zZGPNUtSb7nijw==" } }, - "npm:@vue/compiler-dom": { + "npm:@griffel/style-types": { "type": "npm", - "name": "npm:@vue/compiler-dom", + "name": "npm:@griffel/style-types", "data": { - "version": "3.4.21", - "packageName": "@vue/compiler-dom", - "hash": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==" + "version": "1.0.4", + "packageName": "@griffel/style-types", + "hash": "sha512-geZomjQTIHXoQZFFB811PUMXYAr8LuBNOMPcR2YJAl1pslbHYYiZKCa2FgZCw00hnQFP4uB4JIJ2CiPJqKZYmw==" } }, - "npm:@vue/language-core": { + "npm:@iarna/toml": { "type": "npm", - "name": "npm:@vue/language-core", + "name": "npm:@iarna/toml", "data": { - "version": "1.8.27", - "packageName": "@vue/language-core", - "hash": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==" + "version": "2.2.5", + "packageName": "@iarna/toml", + "hash": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==" } }, - "npm:@vue/shared": { + "npm:@isaacs/cliui": { "type": "npm", - "name": "npm:@vue/shared", + "name": "npm:@isaacs/cliui", "data": { - "version": "3.4.21", - "packageName": "@vue/shared", - "hash": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==" + "version": "8.0.2", + "packageName": "@isaacs/cliui", + "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" } }, - "npm:@yarnpkg/lockfile": { + "npm:@jest/schemas": { "type": "npm", - "name": "npm:@yarnpkg/lockfile", + "name": "npm:@jest/schemas", "data": { - "version": "1.1.0", - "packageName": "@yarnpkg/lockfile", - "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" + "version": "29.6.3", + "packageName": "@jest/schemas", + "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" } }, - "npm:@yarnpkg/parsers": { + "npm:@jridgewell/gen-mapping": { "type": "npm", - "name": "npm:@yarnpkg/parsers", + "name": "npm:@jridgewell/gen-mapping", "data": { - "version": "3.0.0-rc.46", - "packageName": "@yarnpkg/parsers", - "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" + "version": "0.3.5", + "packageName": "@jridgewell/gen-mapping", + "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" } }, - "npm:@zkochan/js-yaml": { + "npm:@jridgewell/resolve-uri": { "type": "npm", - "name": "npm:@zkochan/js-yaml", + "name": "npm:@jridgewell/resolve-uri", "data": { - "version": "0.0.6", - "packageName": "@zkochan/js-yaml", - "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" + "version": "3.1.2", + "packageName": "@jridgewell/resolve-uri", + "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" } }, - "npm:@zkochan/retry": { + "npm:@jridgewell/set-array": { "type": "npm", - "name": "npm:@zkochan/retry", + "name": "npm:@jridgewell/set-array", "data": { - "version": "0.2.0", - "packageName": "@zkochan/retry", - "hash": "sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==" + "version": "1.2.1", + "packageName": "@jridgewell/set-array", + "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" } }, - "npm:@zkochan/rimraf": { + "npm:@jridgewell/source-map": { "type": "npm", - "name": "npm:@zkochan/rimraf", + "name": "npm:@jridgewell/source-map", "data": { - "version": "2.1.3", - "packageName": "@zkochan/rimraf", - "hash": "sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==" + "version": "0.3.6", + "packageName": "@jridgewell/source-map", + "hash": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" } }, - "npm:JSONStream": { + "npm:@jridgewell/sourcemap-codec": { "type": "npm", - "name": "npm:JSONStream", + "name": "npm:@jridgewell/sourcemap-codec", "data": { - "version": "1.3.5", - "packageName": "JSONStream", - "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" + "version": "1.4.15", + "packageName": "@jridgewell/sourcemap-codec", + "hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" } }, - "npm:acorn-walk": { + "npm:@jridgewell/trace-mapping": { "type": "npm", - "name": "npm:acorn-walk", + "name": "npm:@jridgewell/trace-mapping", "data": { - "version": "8.3.2", - "packageName": "acorn-walk", - "hash": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" + "version": "0.3.25", + "packageName": "@jridgewell/trace-mapping", + "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" } }, - "npm:acorn": { + "npm:@jsdevtools/ono": { "type": "npm", - "name": "npm:acorn", + "name": "npm:@jsdevtools/ono", "data": { - "version": "8.11.3", - "packageName": "acorn", - "hash": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" + "version": "7.1.3", + "packageName": "@jsdevtools/ono", + "hash": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" } }, - "npm:agent-base": { + "npm:@kwsites/file-exists": { "type": "npm", - "name": "npm:agent-base", + "name": "npm:@kwsites/file-exists", "data": { - "version": "7.1.0", - "packageName": "agent-base", - "hash": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==" + "version": "1.1.1", + "packageName": "@kwsites/file-exists", + "hash": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==" } }, - "npm:aggregate-error": { + "npm:@kwsites/promise-deferred": { "type": "npm", - "name": "npm:aggregate-error", + "name": "npm:@kwsites/promise-deferred", "data": { - "version": "3.1.0", - "packageName": "aggregate-error", - "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + "version": "1.1.1", + "packageName": "@kwsites/promise-deferred", + "hash": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" } }, - "npm:ajv": { + "npm:@lexical/clipboard": { "type": "npm", - "name": "npm:ajv", + "name": "npm:@lexical/clipboard", "data": { - "version": "6.12.6", - "packageName": "ajv", - "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + "version": "0.12.4", + "packageName": "@lexical/clipboard", + "hash": "sha512-kFR+UdhtLCMTQgZCyDmYzp2yjPFMNpUZ4TaRjuRBpCRFYwKMlgie4p1J4VJm6sT23kkAFZtVjOfp+gDEYnPHRQ==" } }, - "npm:ansi-colors": { + "npm:@lexical/code": { "type": "npm", - "name": "npm:ansi-colors", + "name": "npm:@lexical/code", "data": { - "version": "4.1.3", - "packageName": "ansi-colors", - "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" + "version": "0.12.4", + "packageName": "@lexical/code", + "hash": "sha512-pX7rJCjbjCl6VdOPl2hl/UkjP3iPPyCQgH2VQ+WlXapDd+0uZ54nPL1MKCCaFUZocHPmOmSRKKGUp6K2CNiqzg==" } }, - "npm:ansi-escapes": { + "npm:@lexical/dragon": { "type": "npm", - "name": "npm:ansi-escapes", + "name": "npm:@lexical/dragon", "data": { - "version": "6.2.1", - "packageName": "ansi-escapes", - "hash": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" + "version": "0.12.4", + "packageName": "@lexical/dragon", + "hash": "sha512-7DaXdQ/5GJ8HRpPYr2+SjaUi912tG9L6ukg9IglG1t51lWGxqLx2chW17tp50XDTtY05w9VnoMaxtgsuCN5Pmg==" } }, - "npm:ansi-purge": { + "npm:@lexical/hashtag": { "type": "npm", - "name": "npm:ansi-purge", + "name": "npm:@lexical/hashtag", "data": { - "version": "1.0.0", - "packageName": "ansi-purge", - "hash": "sha512-kbm4dtp1jcI8ZWhttEPzmga9fwbhGMinIDghOcBng5q9dOsnM6PYV3ih+5TO4D7inGXU9zBmVi7x1Z4dluY85Q==" + "version": "0.12.4", + "packageName": "@lexical/hashtag", + "hash": "sha512-iCxQRBZmgwAV6kypmxtWg7HVhBC7PKclmqLNaLDLoKBm+keEXpKnGB5iEtgK/tCMiwkzrg+wGcrw5qi+YjvM9Q==" } }, - "npm:ansi-regex": { + "npm:@lexical/history": { "type": "npm", - "name": "npm:ansi-regex", + "name": "npm:@lexical/history", "data": { - "version": "5.0.1", - "packageName": "ansi-regex", - "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + "version": "0.12.4", + "packageName": "@lexical/history", + "hash": "sha512-XLbSSr9FueAxuKHo4LBi+lZNVAEReNNDCt4MM2Ol8UZhWPlpNskSB/sECYEEQ6/ItlzgtnKyKWjfDFBHRWvC2g==" } }, - "npm:ansi-regex@6.0.1": { + "npm:@lexical/html": { "type": "npm", - "name": "npm:ansi-regex@6.0.1", + "name": "npm:@lexical/html", "data": { - "version": "6.0.1", - "packageName": "ansi-regex", - "hash": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" + "version": "0.12.4", + "packageName": "@lexical/html", + "hash": "sha512-RD/n9n1eCuTZtLaTEI3wuUDlJjCn6j+/0c9GvzqLKhNz9f+E5zMVExhzTT4cZQh5WXbzGFNlwC/cuOtaM3wODg==" } }, - "npm:ansi-styles@3.2.1": { + "npm:@lexical/link": { "type": "npm", - "name": "npm:ansi-styles@3.2.1", + "name": "npm:@lexical/link", "data": { - "version": "3.2.1", - "packageName": "ansi-styles", - "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" + "version": "0.12.4", + "packageName": "@lexical/link", + "hash": "sha512-gmEs0GJGDhgwV1x0IrO7Br2GCALijZLIayGWoLAgYiXZee4WZpvjbngZuC6yghYBhrme6muPRMG2sLMwV2cWiQ==" } }, - "npm:ansi-styles": { + "npm:@lexical/list": { "type": "npm", - "name": "npm:ansi-styles", + "name": "npm:@lexical/list", "data": { - "version": "4.3.0", - "packageName": "ansi-styles", - "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + "version": "0.12.4", + "packageName": "@lexical/list", + "hash": "sha512-qxwRIz+4Aj2u2fzyGPo86vX+1ebwCnamppr/c5ZWuqpRTWtYDWjq5LQKIwAvZBxCzPdtP5jzwyZ6VYWQXYW4Kg==" } }, - "npm:ansi-styles@5.2.0": { + "npm:@lexical/mark": { "type": "npm", - "name": "npm:ansi-styles@5.2.0", + "name": "npm:@lexical/mark", "data": { - "version": "5.2.0", - "packageName": "ansi-styles", - "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + "version": "0.12.4", + "packageName": "@lexical/mark", + "hash": "sha512-NFFk/3AFFJARjsth8wd5HdeW8XhcaECoQ8wwnJ4fRZzgN0lu3ZSiq+CuVm0NRN5xA5KoUT6sfIQqGOzIPfvdsw==" } }, - "npm:ansi-styles@6.2.1": { + "npm:@lexical/markdown": { "type": "npm", - "name": "npm:ansi-styles@6.2.1", + "name": "npm:@lexical/markdown", "data": { - "version": "6.2.1", - "packageName": "ansi-styles", - "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" + "version": "0.12.4", + "packageName": "@lexical/markdown", + "hash": "sha512-cOk0dkafyvQI4DMwwMfkP329bRVfyhXcVF3dcRiydl6ZIgqOrj/EMi+C0qxQkcqg0MO26Rky6LLJ4vQi6AgJDg==" } }, - "npm:ansi-truncate": { + "npm:@lexical/offset": { "type": "npm", - "name": "npm:ansi-truncate", + "name": "npm:@lexical/offset", "data": { - "version": "1.1.2", - "packageName": "ansi-truncate", - "hash": "sha512-yhyu5Y/rRWku5GJfCCHHKyJsWahCRuy/ORI8wmClls+bUWMVpcVL6nEqmVnZZ9gaaWq+AWB6FCyarrt0ewVUXQ==" + "version": "0.12.4", + "packageName": "@lexical/offset", + "hash": "sha512-6fjXCx+YD1TMl6GFL4wowhBgbIg+UX3j2OOXh3F7WEp3SDvzoJsJ6F7xRctrHQbluCITM3oDwOyHa1J0m5lrFg==" } }, - "npm:any-promise": { + "npm:@lexical/overflow": { "type": "npm", - "name": "npm:any-promise", + "name": "npm:@lexical/overflow", "data": { - "version": "1.3.0", - "packageName": "any-promise", - "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + "version": "0.12.4", + "packageName": "@lexical/overflow", + "hash": "sha512-mEWgVukoOgcyDruHvzk1amy9jgGDVXFYiPn20ykxgrVQz6XEpq+lfyic/BUnN4toNR8p6jc/Yxi2lF1ELCU0Kg==" } }, - "npm:anymatch": { + "npm:@lexical/plain-text": { "type": "npm", - "name": "npm:anymatch", + "name": "npm:@lexical/plain-text", "data": { - "version": "3.1.3", - "packageName": "anymatch", - "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + "version": "0.12.4", + "packageName": "@lexical/plain-text", + "hash": "sha512-osbqOyt19oFG0kTbV71jxxCdgnUqNYW6QXIIaS1SwcCN/N1CdFZ0sNpjPkHIFx9AdZ/Tmi4u9SNFUo16DjvThA==" } }, - "npm:argparse@1.0.10": { + "npm:@lexical/react": { "type": "npm", - "name": "npm:argparse@1.0.10", + "name": "npm:@lexical/react", "data": { - "version": "1.0.10", - "packageName": "argparse", - "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" + "version": "0.12.4", + "packageName": "@lexical/react", + "hash": "sha512-tz4ebqJ++YP/Y6FCjk5aU3bvgrps8+i9abqvaaNCSzSQavI0qHtdS7EGy4S9qyO6qKuthXcOGIQxGTweRTkDsA==" } }, - "npm:argparse": { + "npm:@lexical/rich-text": { "type": "npm", - "name": "npm:argparse", + "name": "npm:@lexical/rich-text", "data": { - "version": "2.0.1", - "packageName": "argparse", - "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "version": "0.12.4", + "packageName": "@lexical/rich-text", + "hash": "sha512-gWMDmdRRFPk00JfQv52650qcpjTN6oBrrYwBydYvEG8WTC8o1k8qEOZaOFja6GElPt0520dpyvcWHTlIL0jv3Q==" } }, - "npm:argv-formatter": { + "npm:@lexical/selection": { "type": "npm", - "name": "npm:argv-formatter", + "name": "npm:@lexical/selection", "data": { - "version": "1.0.0", - "packageName": "argv-formatter", - "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" + "version": "0.12.4", + "packageName": "@lexical/selection", + "hash": "sha512-9lJt9PBJW7lWYiPDo/PGl2nZ6NrdYaDBidEoMNhyusPjeBEr35z4Hm0qWUhDrPDQPhK2i1oBw6nZa94bxuS9Lw==" } }, - "npm:aria-query@5.1.3": { + "npm:@lexical/table": { "type": "npm", - "name": "npm:aria-query@5.1.3", + "name": "npm:@lexical/table", "data": { - "version": "5.1.3", - "packageName": "aria-query", - "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" + "version": "0.12.4", + "packageName": "@lexical/table", + "hash": "sha512-Lyy6y1HOQqzU8O2cH5Zhzek46B0UU7NceM2fJKM7qiBSuxY/nE0BzkFq0xDk3x5W+vhXob6Z32sJSNFImtuqKw==" } }, - "npm:aria-query": { + "npm:@lexical/text": { "type": "npm", - "name": "npm:aria-query", + "name": "npm:@lexical/text", "data": { - "version": "5.3.0", - "packageName": "aria-query", - "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" + "version": "0.12.4", + "packageName": "@lexical/text", + "hash": "sha512-r/7402eCf6C/7BqUNR7ZLZQQjsE62wjeuf0rFeW1ulOpwiti/dFn1o+EsCb0hvNeHPzfGgRC+FuDT9KSEKu7Ig==" } }, - "npm:arity-n": { + "npm:@lexical/utils": { "type": "npm", - "name": "npm:arity-n", + "name": "npm:@lexical/utils", "data": { - "version": "1.0.4", - "packageName": "arity-n", - "hash": "sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==" + "version": "0.12.4", + "packageName": "@lexical/utils", + "hash": "sha512-ColV11ANBY6deT7CdGwP4lzv3pb5caFfFLcVKdGDMMJSUYFQ5l69aZvDP2qWWnNqzGLb+AJSunMd142wWc5LGg==" } }, - "npm:array-buffer-byte-length": { + "npm:@lexical/yjs": { "type": "npm", - "name": "npm:array-buffer-byte-length", + "name": "npm:@lexical/yjs", "data": { - "version": "1.0.1", - "packageName": "array-buffer-byte-length", - "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" + "version": "0.12.4", + "packageName": "@lexical/yjs", + "hash": "sha512-qtCiABugE1CiZ7K5iFfQnB1KqfWtLyiRK0nxAaSxuZzQTO4+Kh3WDh7ULppPa53Sf3pKpw8Sq2XB4AXP6csbkg==" } }, - "npm:array-each": { + "npm:@microsoft/1ds-core-js": { "type": "npm", - "name": "npm:array-each", + "name": "npm:@microsoft/1ds-core-js", "data": { - "version": "1.0.1", - "packageName": "array-each", - "hash": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==" + "version": "3.2.17", + "packageName": "@microsoft/1ds-core-js", + "hash": "sha512-S9EgWfY9NP0oiB3sdsTL41hJ71rbQzz9ziijQjHoklFADv+vKNe/TbOAgupBKAW04FaL0wmfE7HGF7mao84hUw==" } }, - "npm:array-ify": { + "npm:@microsoft/1ds-post-js": { "type": "npm", - "name": "npm:array-ify", + "name": "npm:@microsoft/1ds-post-js", "data": { - "version": "1.0.0", - "packageName": "array-ify", - "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" + "version": "3.2.17", + "packageName": "@microsoft/1ds-post-js", + "hash": "sha512-YD/pGW/WqijRFEZ/1sSdlkFVM2ZWLGQIMDxRD6/o58c3cC5jzG5PlR1PLp314jFjpUrBc4cmico+WAOP548z4w==" } }, - "npm:array-last": { + "npm:@microsoft/api-extractor-model": { "type": "npm", - "name": "npm:array-last", + "name": "npm:@microsoft/api-extractor-model", "data": { - "version": "1.3.0", - "packageName": "array-last", - "hash": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==" - } - }, - "npm:array-slice": { + "version": "7.28.3", + "packageName": "@microsoft/api-extractor-model", + "hash": "sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==" + } + }, + "npm:@microsoft/api-extractor": { "type": "npm", - "name": "npm:array-slice", + "name": "npm:@microsoft/api-extractor", "data": { - "version": "1.1.0", - "packageName": "array-slice", - "hash": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" + "version": "7.39.0", + "packageName": "@microsoft/api-extractor", + "hash": "sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==" } }, - "npm:assertion-error": { + "npm:@microsoft/applicationinsights-analytics-js": { "type": "npm", - "name": "npm:assertion-error", + "name": "npm:@microsoft/applicationinsights-analytics-js", "data": { - "version": "1.1.0", - "packageName": "assertion-error", - "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-analytics-js", + "hash": "sha512-7Mu1vJQe2RUFuMXSmQqqk/pzqk0HoWnDH297trDdXPSDgU40YXTp+E5PWD9qoVUnhftb2LYKSL9HlWIBn705eg==" } }, - "npm:asynckit": { + "npm:@microsoft/applicationinsights-channel-js": { "type": "npm", - "name": "npm:asynckit", + "name": "npm:@microsoft/applicationinsights-channel-js", "data": { - "version": "0.4.0", - "packageName": "asynckit", - "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-channel-js", + "hash": "sha512-fMBsAEB7pWtPn43y72q9Xy5E5y55r6gMuDQqRRccccVoQDPXyS57VCj5IdATblctru0C6A8XpL2vRyNmEsu0Vg==" } }, - "npm:atomically": { + "npm:@microsoft/applicationinsights-common": { "type": "npm", - "name": "npm:atomically", + "name": "npm:@microsoft/applicationinsights-common", "data": { - "version": "2.0.2", - "packageName": "atomically", - "hash": "sha512-Xfmb4q5QV7uqTlVdMSTtO5eF4DCHfNOdaPyKlbFShkzeNP+3lj3yjjcbdjSmEY4+pDBKJ9g26aP+ImTe88UHoQ==" + "version": "2.8.18", + "packageName": "@microsoft/applicationinsights-common", + "hash": "sha512-/PBRmRL6rFCoO3vWpIEHuFnu+TinEYRKWOj+I+XVUH5myZpv+nYvaRdwryVTkmCYxLyL9kxtNn7hQx8DBlhdSw==" } }, - "npm:available-typed-arrays": { + "npm:@microsoft/applicationinsights-common@2.8.9": { "type": "npm", - "name": "npm:available-typed-arrays", + "name": "npm:@microsoft/applicationinsights-common@2.8.9", "data": { - "version": "1.0.7", - "packageName": "available-typed-arrays", - "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-common", + "hash": "sha512-mObn1moElyxZaGIRF/IU3cOaeKMgxghXnYEoHNUCA2e+rNwBIgxjyKkblFIpmGuHf4X7Oz3o3yBWpaC6AoMpig==" } }, - "npm:axios": { + "npm:@microsoft/applicationinsights-core-js@2.8.18": { "type": "npm", - "name": "npm:axios", + "name": "npm:@microsoft/applicationinsights-core-js@2.8.18", "data": { - "version": "1.6.8", - "packageName": "axios", - "hash": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==" + "version": "2.8.18", + "packageName": "@microsoft/applicationinsights-core-js", + "hash": "sha512-yPHRZFLpnEO0uSgFPM1BLMRRwjoten9YBbn4pJRbCT4PigLnj748knmWsMwXIdcehtkRTYz78kPYa/LWP7nvmA==" } }, - "npm:axobject-query": { + "npm:@microsoft/applicationinsights-core-js": { "type": "npm", - "name": "npm:axobject-query", + "name": "npm:@microsoft/applicationinsights-core-js", "data": { - "version": "4.0.0", - "packageName": "axobject-query", - "hash": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-core-js", + "hash": "sha512-HRuIuZ6aOWezcg/G5VyFDDWGL8hDNe/ljPP01J7ImH2kRPEgbtcfPSUMjkamGMefgdq81GZsSoC/NNGTP4pp2w==" } }, - "npm:babel-plugin-add-module-exports": { + "npm:@microsoft/applicationinsights-dependencies-js": { "type": "npm", - "name": "npm:babel-plugin-add-module-exports", + "name": "npm:@microsoft/applicationinsights-dependencies-js", "data": { - "version": "0.2.1", - "packageName": "babel-plugin-add-module-exports", - "hash": "sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-dependencies-js", + "hash": "sha512-tbssKmuA8I/s09elAvYtkChif3Ary/s9CliriFZ8aQsIM6iLv9Fm9sM2q/gDADO8a4HGuR2a+KahXfqqRdHYKQ==" } }, - "npm:babel-plugin-polyfill-corejs2": { + "npm:@microsoft/applicationinsights-properties-js": { "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs2", + "name": "npm:@microsoft/applicationinsights-properties-js", "data": { - "version": "0.4.10", - "packageName": "babel-plugin-polyfill-corejs2", - "hash": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-properties-js", + "hash": "sha512-sBoaEPoyV4d5l192HvuQ5+Juc5fukrOkOM/Ug9LEO1/esVmbdiYmGiLLch0MyWTxBkp9LEtYvcJb0/0t5x1odg==" } }, - "npm:babel-plugin-polyfill-corejs3": { + "npm:@microsoft/applicationinsights-react-js": { "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs3", + "name": "npm:@microsoft/applicationinsights-react-js", "data": { - "version": "0.10.4", - "packageName": "babel-plugin-polyfill-corejs3", - "hash": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" + "version": "3.4.0", + "packageName": "@microsoft/applicationinsights-react-js", + "hash": "sha512-digniwtei4TRUGnbwOQ40aaA8in52R4tp6OUyWGDNGw9V9i9VJUeckys4yR4dUDk03dxtcKksW52pN7xFT6H1g==" } }, - "npm:babel-plugin-polyfill-regenerator": { + "npm:@microsoft/applicationinsights-shims": { "type": "npm", - "name": "npm:babel-plugin-polyfill-regenerator", + "name": "npm:@microsoft/applicationinsights-shims", "data": { - "version": "0.6.1", - "packageName": "babel-plugin-polyfill-regenerator", - "hash": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==" + "version": "2.0.2", + "packageName": "@microsoft/applicationinsights-shims", + "hash": "sha512-PoHEgsnmcqruLNHZ/amACqdJ6YYQpED0KSRe6J7gIJTtpZC1FfFU9b1fmDKDKtFoUSrPzEh1qzO3kmRZP0betg==" } }, - "npm:babylon": { + "npm:@microsoft/applicationinsights-web": { "type": "npm", - "name": "npm:babylon", + "name": "npm:@microsoft/applicationinsights-web", "data": { - "version": "6.18.0", - "packageName": "babylon", - "hash": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-web", + "hash": "sha512-uyJMNWUMQAehfK1UeAPd3+T5STOeuwty54yfoff12hyF1lWADkV5lEo4ohhMcRhQKdk7AUrhDF4eQnLrm61Mbg==" } }, - "npm:balanced-match": { + "npm:@microsoft/dynamicproto-js": { "type": "npm", - "name": "npm:balanced-match", + "name": "npm:@microsoft/dynamicproto-js", "data": { - "version": "1.0.2", - "packageName": "balanced-match", - "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "version": "1.1.11", + "packageName": "@microsoft/dynamicproto-js", + "hash": "sha512-gNw9z9LbqLV+WadZ6/MMrWwO3e0LuoUH1wve/1iPsBNbgqeVCiB0EZFNNj2lysxS2gkqoF9hmyVaG3MoM1BkxA==" } }, - "npm:base64-js": { + "npm:@microsoft/load-themed-styles": { "type": "npm", - "name": "npm:base64-js", + "name": "npm:@microsoft/load-themed-styles", "data": { - "version": "1.5.1", - "packageName": "base64-js", - "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + "version": "1.10.295", + "packageName": "@microsoft/load-themed-styles", + "hash": "sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg==" } }, - "npm:binary-extensions": { + "npm:@microsoft/tsdoc-config": { "type": "npm", - "name": "npm:binary-extensions", + "name": "npm:@microsoft/tsdoc-config", "data": { - "version": "2.3.0", - "packageName": "binary-extensions", - "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" + "version": "0.16.2", + "packageName": "@microsoft/tsdoc-config", + "hash": "sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==" } }, - "npm:bl": { + "npm:@microsoft/tsdoc": { "type": "npm", - "name": "npm:bl", + "name": "npm:@microsoft/tsdoc", "data": { - "version": "4.1.0", - "packageName": "bl", - "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" + "version": "0.14.2", + "packageName": "@microsoft/tsdoc", + "hash": "sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==" } }, - "npm:bole": { + "npm:@microsoft/vscode-azext-azureappservice": { "type": "npm", - "name": "npm:bole", + "name": "npm:@microsoft/vscode-azext-azureappservice", "data": { - "version": "5.0.11", - "packageName": "bole", - "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" + "version": "0.8.1", + "packageName": "@microsoft/vscode-azext-azureappservice", + "hash": "sha512-rqKRL4KSGQAISBT0WX8n+6T53+qA2a/d4trekVtPeJ7ToE7ZqwunFMTrp2UDmblhjNeup+Irx5fHpsF7uQSHpw==" } }, - "npm:brace-expansion@1.1.11": { + "npm:@microsoft/vscode-azext-azureutils": { "type": "npm", - "name": "npm:brace-expansion@1.1.11", + "name": "npm:@microsoft/vscode-azext-azureutils", "data": { - "version": "1.1.11", - "packageName": "brace-expansion", - "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + "version": "0.3.9", + "packageName": "@microsoft/vscode-azext-azureutils", + "hash": "sha512-lKhxSROhTBpz45f0hqYDHfdrGlNOgzfMGXbNproqwyc5qnEYBhs/qG65hcwhLzVm44lYPpBP1aka7OyDEocPOQ==" } }, - "npm:brace-expansion": { + "npm:@microsoft/vscode-azext-utils": { "type": "npm", - "name": "npm:brace-expansion", + "name": "npm:@microsoft/vscode-azext-utils", "data": { - "version": "2.0.1", - "packageName": "brace-expansion", - "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + "version": "0.4.6", + "packageName": "@microsoft/vscode-azext-utils", + "hash": "sha512-CPIIvdod95Qdz5vdGg4j7HpryjKEsDVmdir/VduJZHgdVs1iuqa/9UY0+kIg2JnsnpThAdQH36A1GVA8jQeheg==" } }, - "npm:braces": { + "npm:@microsoft/vscode-azureresources-api": { "type": "npm", - "name": "npm:braces", + "name": "npm:@microsoft/vscode-azureresources-api", "data": { - "version": "3.0.2", - "packageName": "braces", - "hash": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" + "version": "2.2.0", + "packageName": "@microsoft/vscode-azureresources-api", + "hash": "sha512-2Hc43wYwNe3zjXxwfMMW2L6NnjdOJlTkp7N7mP1AuDSe+cNE3L2yG8pEQTbz9xSNhfXl7PQi6EF05l7MOvqcvw==" } }, - "npm:browserslist": { + "npm:@monaco-editor/loader": { "type": "npm", - "name": "npm:browserslist", + "name": "npm:@monaco-editor/loader", "data": { - "version": "4.23.0", - "packageName": "browserslist", - "hash": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==" + "version": "1.4.0", + "packageName": "@monaco-editor/loader", + "hash": "sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==" } }, - "npm:buffer-from": { + "npm:@monaco-editor/react": { "type": "npm", - "name": "npm:buffer-from", + "name": "npm:@monaco-editor/react", "data": { - "version": "1.1.2", - "packageName": "buffer-from", - "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + "version": "4.6.0", + "packageName": "@monaco-editor/react", + "hash": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==" } }, - "npm:buffer": { + "npm:@nodelib/fs.scandir@2.1.5": { "type": "npm", - "name": "npm:buffer", + "name": "npm:@nodelib/fs.scandir@2.1.5", "data": { - "version": "5.7.1", - "packageName": "buffer", - "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + "version": "2.1.5", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" } }, - "npm:builtin-modules": { + "npm:@nodelib/fs.scandir": { "type": "npm", - "name": "npm:builtin-modules", + "name": "npm:@nodelib/fs.scandir", "data": { - "version": "3.3.0", - "packageName": "builtin-modules", - "hash": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" + "version": "3.0.0", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==" } }, - "npm:builtins": { + "npm:@nodelib/fs.stat": { "type": "npm", - "name": "npm:builtins", + "name": "npm:@nodelib/fs.stat", "data": { - "version": "5.0.1", - "packageName": "builtins", - "hash": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==" + "version": "2.0.5", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" } }, - "npm:bytes-iec": { + "npm:@nodelib/fs.stat@3.0.0": { "type": "npm", - "name": "npm:bytes-iec", + "name": "npm:@nodelib/fs.stat@3.0.0", "data": { - "version": "3.1.1", - "packageName": "bytes-iec", - "hash": "sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==" + "version": "3.0.0", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" } }, - "npm:cac": { + "npm:@nodelib/fs.walk@1.2.8": { "type": "npm", - "name": "npm:cac", + "name": "npm:@nodelib/fs.walk@1.2.8", "data": { - "version": "6.7.14", - "packageName": "cac", - "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" + "version": "1.2.8", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" } }, - "npm:call-bind": { + "npm:@nodelib/fs.walk": { "type": "npm", - "name": "npm:call-bind", + "name": "npm:@nodelib/fs.walk", "data": { - "version": "1.0.7", - "packageName": "call-bind", - "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" + "version": "2.0.0", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==" } }, - "npm:caniuse-lite": { + "npm:@npmcli/git": { "type": "npm", - "name": "npm:caniuse-lite", + "name": "npm:@npmcli/git", "data": { - "version": "1.0.30001600", - "packageName": "caniuse-lite", - "hash": "sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==" + "version": "5.0.4", + "packageName": "@npmcli/git", + "hash": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==" } }, - "npm:chai": { + "npm:@npmcli/map-workspaces": { "type": "npm", - "name": "npm:chai", + "name": "npm:@npmcli/map-workspaces", "data": { - "version": "4.4.1", - "packageName": "chai", - "hash": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==" + "version": "3.0.4", + "packageName": "@npmcli/map-workspaces", + "hash": "sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==" } }, - "npm:chalk@2.4.2": { + "npm:@npmcli/name-from-folder": { "type": "npm", - "name": "npm:chalk@2.4.2", + "name": "npm:@npmcli/name-from-folder", "data": { - "version": "2.4.2", - "packageName": "chalk", - "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" + "version": "2.0.0", + "packageName": "@npmcli/name-from-folder", + "hash": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==" } }, - "npm:chalk@3.0.0": { + "npm:@npmcli/package-json": { "type": "npm", - "name": "npm:chalk@3.0.0", + "name": "npm:@npmcli/package-json", "data": { - "version": "3.0.0", - "packageName": "chalk", - "hash": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" + "version": "5.0.0", + "packageName": "@npmcli/package-json", + "hash": "sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==" } }, - "npm:chalk@4.1.2": { + "npm:@npmcli/promise-spawn": { "type": "npm", - "name": "npm:chalk@4.1.2", + "name": "npm:@npmcli/promise-spawn", "data": { - "version": "4.1.2", - "packageName": "chalk", - "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + "version": "7.0.1", + "packageName": "@npmcli/promise-spawn", + "hash": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==" } }, - "npm:chalk": { + "npm:@nrwl/tao": { "type": "npm", - "name": "npm:chalk", + "name": "npm:@nrwl/tao", "data": { - "version": "5.3.0", - "packageName": "chalk", - "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" + "version": "18.1.3", + "packageName": "@nrwl/tao", + "hash": "sha512-cRs5kDRhiYVZ9SLQ2ol+2+zltgPemDtsHKz2h2whazHF+d39zsPLYbFm1ZJuDKpZp6TJJercqSH1UQCdOXEkdQ==" } }, - "npm:check-error": { + "npm:@nx/nx-darwin-arm64": { "type": "npm", - "name": "npm:check-error", + "name": "npm:@nx/nx-darwin-arm64", "data": { - "version": "1.0.3", - "packageName": "check-error", - "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" + "version": "18.1.3", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-h3/1ywpLa56RwBnz8Lr9yyUvPvfGvKFxIo8LNptc8fMoONuuIOeZTAmaBxKBOaKtL7g64/LKDs0Ts+mSXzmbqA==" } }, - "npm:chokidar": { + "npm:@nx/nx-darwin-x64": { "type": "npm", - "name": "npm:chokidar", + "name": "npm:@nx/nx-darwin-x64", "data": { - "version": "3.6.0", - "packageName": "chokidar", - "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" + "version": "18.1.3", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-6LHe7MYrKlztLlKhYfGV3CtFPhEqcc2ZgwGVWYiAmS/glcN+Wai7RFQX/cZiJ+TbDRFzvETPPGNRP/aSAOkRnQ==" } }, - "npm:ci-env": { + "npm:@nx/nx-freebsd-x64": { "type": "npm", - "name": "npm:ci-env", + "name": "npm:@nx/nx-freebsd-x64", "data": { - "version": "1.17.0", - "packageName": "ci-env", - "hash": "sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==" + "version": "18.1.3", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-ppSkJJVKnfDWYJBKqjEM/p4qdMZsZVV++dkFN/n50p6uwHstv0Kth7dNdsu3ZyPqmg6+IYUZql7JSTeNqKne5A==" } }, - "npm:clean-stack": { + "npm:@nx/nx-linux-arm-gnueabihf": { "type": "npm", - "name": "npm:clean-stack", + "name": "npm:@nx/nx-linux-arm-gnueabihf", "data": { - "version": "2.2.0", - "packageName": "clean-stack", - "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-1vflQE4gscHq2GJeu2L48Z8rQFcdu+gcprG1cMEf3CIDxh/nJei66bdVJYYYxPNi6rYaeONPJgBjbIih8ce8nQ==" } }, - "npm:cli-cursor": { + "npm:@nx/nx-linux-arm64-gnu": { "type": "npm", - "name": "npm:cli-cursor", + "name": "npm:@nx/nx-linux-arm64-gnu", "data": { - "version": "3.1.0", - "packageName": "cli-cursor", - "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-7B5YXjDzzFdEMUzhFifXgsg741Afp3v7vNdPL2joQ7xrERKYEge7eXCjp5/GYhl9J4y5BmdeV2Joqr4WQ6R7Pg==" } }, - "npm:cli-cursor@4.0.0": { + "npm:@nx/nx-linux-arm64-musl": { "type": "npm", - "name": "npm:cli-cursor@4.0.0", + "name": "npm:@nx/nx-linux-arm64-musl", "data": { - "version": "4.0.0", - "packageName": "cli-cursor", - "hash": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-OaAVjUli44JUTlGPmtxZDO2U88yK6/cwt1LTbTHGeabupbXR295RDn1TkR1/1oNo8grRaOi/V9DWEg9RRmGvOw==" } }, - "npm:cli-spinners": { + "npm:@nx/nx-linux-x64-gnu": { "type": "npm", - "name": "npm:cli-spinners", + "name": "npm:@nx/nx-linux-x64-gnu", "data": { - "version": "2.6.1", - "packageName": "cli-spinners", - "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-qDinHpGZ9FhoOtdfO23pwN7pBCu25ElJ1InLCeCarl9CQYS1CDZNimrcSOFl20DAZqINQamPqBFJ7nKeDRBy7g==" } }, - "npm:cli-truncate": { + "npm:@nx/nx-linux-x64-musl": { "type": "npm", - "name": "npm:cli-truncate", + "name": "npm:@nx/nx-linux-x64-musl", "data": { - "version": "4.0.0", - "packageName": "cli-truncate", - "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-E28Q0v9N7LrV+0uu4ytrcCHfF1MPYwNL2NLZN3yCPgulGHe3NwCuMnbC974+uOZ+MTqua7KnVOQ5VYA5sL1LIw==" } }, - "npm:cliui": { + "npm:@nx/nx-win32-arm64-msvc": { "type": "npm", - "name": "npm:cliui", + "name": "npm:@nx/nx-win32-arm64-msvc", "data": { - "version": "8.0.1", - "packageName": "cliui", - "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" + "version": "18.1.3", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-EYHPIcanVn6ZWkELnW4wW+gl8Itulmpi7f7s83CFrYxRW0U8SAG2sW4JrlvZgrK2CMyluiCGqZGHDUJZST4CVA==" } }, - "npm:clone": { + "npm:@nx/nx-win32-x64-msvc": { "type": "npm", - "name": "npm:clone", + "name": "npm:@nx/nx-win32-x64-msvc", "data": { - "version": "1.0.4", - "packageName": "clone", - "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" + "version": "18.1.3", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-1tBViAG9VQ3arKoKFOrkBzYUAGgGsVqYbifng+stb5TPWOj0jjhQpwbsk0u3ROmEBw9crWRwzRt1qh/ZE7SfQQ==" } }, - "npm:code-red": { + "npm:@opentelemetry/api": { "type": "npm", - "name": "npm:code-red", + "name": "npm:@opentelemetry/api", "data": { - "version": "1.0.4", - "packageName": "code-red", - "hash": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==" + "version": "1.8.0", + "packageName": "@opentelemetry/api", + "hash": "sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==" } }, - "npm:color-convert@1.9.3": { + "npm:@pkgjs/parseargs": { "type": "npm", - "name": "npm:color-convert@1.9.3", + "name": "npm:@pkgjs/parseargs", "data": { - "version": "1.9.3", - "packageName": "color-convert", - "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" + "version": "0.11.0", + "packageName": "@pkgjs/parseargs", + "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" } }, - "npm:color-convert": { + "npm:@pnpm/constants": { "type": "npm", - "name": "npm:color-convert", + "name": "npm:@pnpm/constants", "data": { - "version": "2.0.1", - "packageName": "color-convert", - "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" + "version": "7.1.1", + "packageName": "@pnpm/constants", + "hash": "sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==" } }, - "npm:color-name@1.1.3": { + "npm:@pnpm/core-loggers": { "type": "npm", - "name": "npm:color-name@1.1.3", + "name": "npm:@pnpm/core-loggers", "data": { - "version": "1.1.3", - "packageName": "color-name", - "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "version": "9.0.6", + "packageName": "@pnpm/core-loggers", + "hash": "sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==" } }, - "npm:color-name": { + "npm:@pnpm/error": { "type": "npm", - "name": "npm:color-name", + "name": "npm:@pnpm/error", "data": { - "version": "1.1.4", - "packageName": "color-name", - "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "version": "5.0.3", + "packageName": "@pnpm/error", + "hash": "sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==" } }, - "npm:colorette": { + "npm:@pnpm/fetching-types": { "type": "npm", - "name": "npm:colorette", + "name": "npm:@pnpm/fetching-types", "data": { - "version": "2.0.20", - "packageName": "colorette", - "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + "version": "5.0.0", + "packageName": "@pnpm/fetching-types", + "hash": "sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==" } }, - "npm:colors": { + "npm:@pnpm/graceful-fs": { "type": "npm", - "name": "npm:colors", + "name": "npm:@pnpm/graceful-fs", "data": { - "version": "1.2.5", - "packageName": "colors", - "hash": "sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==" + "version": "3.2.0", + "packageName": "@pnpm/graceful-fs", + "hash": "sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==" } }, - "npm:combined-stream": { + "npm:@pnpm/logger": { "type": "npm", - "name": "npm:combined-stream", + "name": "npm:@pnpm/logger", "data": { - "version": "1.0.8", - "packageName": "combined-stream", - "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" + "version": "5.0.0", + "packageName": "@pnpm/logger", + "hash": "sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==" } }, - "npm:commander@11.1.0": { + "npm:@pnpm/npm-package-arg": { "type": "npm", - "name": "npm:commander@11.1.0", + "name": "npm:@pnpm/npm-package-arg", "data": { - "version": "11.1.0", - "packageName": "commander", - "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" + "version": "1.0.0", + "packageName": "@pnpm/npm-package-arg", + "hash": "sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==" } }, - "npm:commander": { + "npm:@pnpm/npm-resolver": { "type": "npm", - "name": "npm:commander", + "name": "npm:@pnpm/npm-resolver", "data": { - "version": "12.0.0", - "packageName": "commander", - "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" + "version": "18.1.1", + "packageName": "@pnpm/npm-resolver", + "hash": "sha512-NptzncmMD5ZMimbjWkGpMzuBRhlCY+sh7mzypPdBOTNlh5hmEQe/VaRKjNK4V9/b0C/llElkvIePL6acybu86w==" } }, - "npm:commander@2.20.3": { + "npm:ramda": { "type": "npm", - "name": "npm:commander@2.20.3", + "name": "npm:ramda", "data": { - "version": "2.20.3", - "packageName": "commander", - "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + "version": "npm:@pnpm/ramda@0.28.1", + "packageName": "ramda", + "hash": "sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==" } }, - "npm:commander@4.1.1": { + "npm:@pnpm/resolve-workspace-range": { "type": "npm", - "name": "npm:commander@4.1.1", + "name": "npm:@pnpm/resolve-workspace-range", "data": { - "version": "4.1.1", - "packageName": "commander", - "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + "version": "5.0.1", + "packageName": "@pnpm/resolve-workspace-range", + "hash": "sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==" } }, - "npm:commander@9.5.0": { + "npm:@pnpm/resolver-base": { "type": "npm", - "name": "npm:commander@9.5.0", + "name": "npm:@pnpm/resolver-base", "data": { - "version": "9.5.0", - "packageName": "commander", - "hash": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" + "version": "11.1.0", + "packageName": "@pnpm/resolver-base", + "hash": "sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==" } }, - "npm:commondir": { + "npm:@pnpm/types": { "type": "npm", - "name": "npm:commondir", + "name": "npm:@pnpm/types", "data": { - "version": "1.0.1", - "packageName": "commondir", - "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + "version": "9.4.2", + "packageName": "@pnpm/types", + "hash": "sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==" } }, - "npm:compare-func": { + "npm:@pnpm/workspace.pkgs-graph": { "type": "npm", - "name": "npm:compare-func", + "name": "npm:@pnpm/workspace.pkgs-graph", "data": { - "version": "2.0.0", - "packageName": "compare-func", - "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" + "version": "2.0.15", + "packageName": "@pnpm/workspace.pkgs-graph", + "hash": "sha512-Txxd5FzzVfBfGCTngISaxFlJzZhzdS8BUrCEtAWJfZOFbQzpWy27rzkaS7TaWW2dHiFcCVYzPI/2vgxfeRansA==" } }, - "npm:compose-function": { + "npm:@prettier/cli": { "type": "npm", - "name": "npm:compose-function", + "name": "npm:@prettier/cli", "data": { - "version": "3.0.3", - "packageName": "compose-function", - "hash": "sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==" + "version": "0.3.0", + "packageName": "@prettier/cli", + "hash": "sha512-8qq527QT5n8paE9eoHeulmGw7a3MroVk5+8ITf+xoWJn1gcVaZiOP6vb9OlwZv49hhdRZ1WX+0MyisSSXL/4fA==" } }, - "npm:computeds": { + "npm:@react-dnd/asap": { "type": "npm", - "name": "npm:computeds", + "name": "npm:@react-dnd/asap", "data": { - "version": "0.0.1", - "packageName": "computeds", - "hash": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==" + "version": "5.0.2", + "packageName": "@react-dnd/asap", + "hash": "sha512-WLyfoHvxhs0V9U+GTsGilGgf2QsPl6ZZ44fnv0/b8T3nQyvzxidxsg/ZltbWssbsRDlYW8UKSQMTGotuTotZ6A==" } }, - "npm:concat-map": { + "npm:@react-dnd/invariant": { "type": "npm", - "name": "npm:concat-map", + "name": "npm:@react-dnd/invariant", "data": { - "version": "0.0.1", - "packageName": "concat-map", - "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + "version": "4.0.2", + "packageName": "@react-dnd/invariant", + "hash": "sha512-xKCTqAK/FFauOM9Ta2pswIyT3D8AQlfrYdOi/toTPEhqCuAs1v5tcJ3Y08Izh1cJ5Jchwy9SeAXmMg6zrKs2iw==" } }, - "npm:conventional-changelog-angular": { + "npm:@react-dnd/shallowequal": { "type": "npm", - "name": "npm:conventional-changelog-angular", + "name": "npm:@react-dnd/shallowequal", "data": { - "version": "7.0.0", - "packageName": "conventional-changelog-angular", - "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" + "version": "4.0.2", + "packageName": "@react-dnd/shallowequal", + "hash": "sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==" } }, - "npm:conventional-commits-parser": { + "npm:@react-hookz/deep-equal": { "type": "npm", - "name": "npm:conventional-commits-parser", + "name": "npm:@react-hookz/deep-equal", "data": { - "version": "5.0.0", - "packageName": "conventional-commits-parser", - "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" + "version": "1.0.4", + "packageName": "@react-hookz/deep-equal", + "hash": "sha512-N56fTrAPUDz/R423pag+n6TXWbvlBZDtTehaGFjK0InmN+V2OFWLE/WmORhmn6Ce7dlwH5+tQN1LJFw3ngTJVg==" } }, - "npm:convert-source-map": { + "npm:@react-hookz/web": { "type": "npm", - "name": "npm:convert-source-map", + "name": "npm:@react-hookz/web", "data": { - "version": "2.0.0", - "packageName": "convert-source-map", - "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + "version": "22.0.0", + "packageName": "@react-hookz/web", + "hash": "sha512-jl4JgUXaiSvvDVQD2z/rq2/RaykjjLrAZxHOEQj2H38j4UFWIVhv5oKUH8yrKF4wX6tMX9gdrj62f9yGq/nSaQ==" } }, - "npm:core-js-compat": { + "npm:@reactflow/background": { "type": "npm", - "name": "npm:core-js-compat", + "name": "npm:@reactflow/background", "data": { - "version": "3.36.1", - "packageName": "core-js-compat", - "hash": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==" + "version": "11.2.7", + "packageName": "@reactflow/background", + "hash": "sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==" } }, - "npm:core-util-is": { + "npm:@reactflow/controls": { "type": "npm", - "name": "npm:core-util-is", + "name": "npm:@reactflow/controls", "data": { - "version": "1.0.3", - "packageName": "core-util-is", - "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + "version": "11.1.18", + "packageName": "@reactflow/controls", + "hash": "sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==" } }, - "npm:cross-spawn@5.1.0": { + "npm:@reactflow/core": { "type": "npm", - "name": "npm:cross-spawn@5.1.0", + "name": "npm:@reactflow/core", "data": { - "version": "5.1.0", - "packageName": "cross-spawn", - "hash": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==" + "version": "11.8.2", + "packageName": "@reactflow/core", + "hash": "sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==" } }, - "npm:cross-spawn": { + "npm:@reactflow/minimap": { "type": "npm", - "name": "npm:cross-spawn", + "name": "npm:@reactflow/minimap", "data": { - "version": "7.0.3", - "packageName": "cross-spawn", - "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" + "version": "11.6.2", + "packageName": "@reactflow/minimap", + "hash": "sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==" } }, - "npm:crypto-random-string": { + "npm:@reactflow/node-resizer": { "type": "npm", - "name": "npm:crypto-random-string", + "name": "npm:@reactflow/node-resizer", "data": { - "version": "2.0.0", - "packageName": "crypto-random-string", - "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + "version": "2.1.4", + "packageName": "@reactflow/node-resizer", + "hash": "sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==" } }, - "npm:css-tree": { + "npm:@reactflow/node-toolbar": { "type": "npm", - "name": "npm:css-tree", + "name": "npm:@reactflow/node-toolbar", "data": { - "version": "2.3.1", - "packageName": "css-tree", - "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" + "version": "1.2.6", + "packageName": "@reactflow/node-toolbar", + "hash": "sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==" } }, - "npm:css.escape": { + "npm:@reduxjs/toolkit": { "type": "npm", - "name": "npm:css.escape", + "name": "npm:@reduxjs/toolkit", "data": { - "version": "1.5.1", - "packageName": "css.escape", - "hash": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" + "version": "1.8.5", + "packageName": "@reduxjs/toolkit", + "hash": "sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==" } }, - "npm:cssstyle": { + "npm:@rollup/plugin-babel": { "type": "npm", - "name": "npm:cssstyle", + "name": "npm:@rollup/plugin-babel", "data": { - "version": "4.0.1", - "packageName": "cssstyle", - "hash": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==" + "version": "6.0.4", + "packageName": "@rollup/plugin-babel", + "hash": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==" } }, - "npm:csstype": { + "npm:@rollup/plugin-commonjs": { "type": "npm", - "name": "npm:csstype", + "name": "npm:@rollup/plugin-commonjs", "data": { - "version": "3.1.3", - "packageName": "csstype", - "hash": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + "version": "25.0.7", + "packageName": "@rollup/plugin-commonjs", + "hash": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==" } }, - "npm:current-git-branch": { + "npm:@rollup/plugin-node-resolve": { "type": "npm", - "name": "npm:current-git-branch", + "name": "npm:@rollup/plugin-node-resolve", "data": { - "version": "1.1.0", - "packageName": "current-git-branch", - "hash": "sha512-n5mwGZllLsFzxDPtTmadqGe4IIBPfqPbiIRX4xgFR9VK/Bx47U+94KiVkxSKAKN6/s43TlkztS2GZpgMKzwQ8A==" + "version": "15.2.3", + "packageName": "@rollup/plugin-node-resolve", + "hash": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==" } }, - "npm:data-uri-to-buffer": { + "npm:@rollup/plugin-replace": { "type": "npm", - "name": "npm:data-uri-to-buffer", + "name": "npm:@rollup/plugin-replace", "data": { - "version": "3.0.1", - "packageName": "data-uri-to-buffer", - "hash": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" + "version": "5.0.5", + "packageName": "@rollup/plugin-replace", + "hash": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==" } }, - "npm:data-urls": { + "npm:@rollup/plugin-terser": { "type": "npm", - "name": "npm:data-urls", + "name": "npm:@rollup/plugin-terser", "data": { - "version": "5.0.0", - "packageName": "data-urls", - "hash": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" + "version": "0.4.4", + "packageName": "@rollup/plugin-terser", + "hash": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" } }, - "npm:de-indent": { + "npm:@rollup/pluginutils@4.2.1": { "type": "npm", - "name": "npm:de-indent", + "name": "npm:@rollup/pluginutils@4.2.1", "data": { - "version": "1.0.2", - "packageName": "de-indent", - "hash": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==" + "version": "4.2.1", + "packageName": "@rollup/pluginutils", + "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" } }, - "npm:debug": { + "npm:@rollup/pluginutils": { "type": "npm", - "name": "npm:debug", + "name": "npm:@rollup/pluginutils", "data": { - "version": "4.3.4", - "packageName": "debug", - "hash": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" + "version": "5.1.0", + "packageName": "@rollup/pluginutils", + "hash": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==" } }, - "npm:decimal.js": { + "npm:@rollup/rollup-android-arm-eabi": { "type": "npm", - "name": "npm:decimal.js", + "name": "npm:@rollup/rollup-android-arm-eabi", "data": { - "version": "10.4.3", - "packageName": "decimal.js", - "hash": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" + "version": "4.13.0", + "packageName": "@rollup/rollup-android-arm-eabi", + "hash": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==" } }, - "npm:deep-eql": { + "npm:@rollup/rollup-android-arm64": { "type": "npm", - "name": "npm:deep-eql", + "name": "npm:@rollup/rollup-android-arm64", "data": { - "version": "4.1.3", - "packageName": "deep-eql", - "hash": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==" + "version": "4.13.0", + "packageName": "@rollup/rollup-android-arm64", + "hash": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==" } }, - "npm:deep-equal": { + "npm:@rollup/rollup-darwin-arm64": { "type": "npm", - "name": "npm:deep-equal", + "name": "npm:@rollup/rollup-darwin-arm64", "data": { - "version": "2.2.3", - "packageName": "deep-equal", - "hash": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==" + "version": "4.13.0", + "packageName": "@rollup/rollup-darwin-arm64", + "hash": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==" } }, - "npm:deep-freeze": { + "npm:@rollup/rollup-darwin-x64": { "type": "npm", - "name": "npm:deep-freeze", + "name": "npm:@rollup/rollup-darwin-x64", "data": { - "version": "0.0.1", - "packageName": "deep-freeze", - "hash": "sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==" + "version": "4.13.0", + "packageName": "@rollup/rollup-darwin-x64", + "hash": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==" } }, - "npm:deepmerge": { + "npm:@rollup/rollup-linux-arm-gnueabihf": { "type": "npm", - "name": "npm:deepmerge", + "name": "npm:@rollup/rollup-linux-arm-gnueabihf", "data": { - "version": "4.3.1", - "packageName": "deepmerge", - "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm-gnueabihf", + "hash": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==" } }, - "npm:defaults": { + "npm:@rollup/rollup-linux-arm64-gnu": { "type": "npm", - "name": "npm:defaults", + "name": "npm:@rollup/rollup-linux-arm64-gnu", "data": { - "version": "1.0.4", - "packageName": "defaults", - "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm64-gnu", + "hash": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==" } }, - "npm:define-data-property": { + "npm:@rollup/rollup-linux-arm64-musl": { "type": "npm", - "name": "npm:define-data-property", + "name": "npm:@rollup/rollup-linux-arm64-musl", "data": { - "version": "1.1.4", - "packageName": "define-data-property", - "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm64-musl", + "hash": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==" } }, - "npm:define-lazy-prop": { + "npm:@rollup/rollup-linux-riscv64-gnu": { "type": "npm", - "name": "npm:define-lazy-prop", + "name": "npm:@rollup/rollup-linux-riscv64-gnu", "data": { - "version": "2.0.0", - "packageName": "define-lazy-prop", - "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-riscv64-gnu", + "hash": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==" } }, - "npm:define-properties": { + "npm:@rollup/rollup-linux-x64-gnu": { "type": "npm", - "name": "npm:define-properties", + "name": "npm:@rollup/rollup-linux-x64-gnu", "data": { - "version": "1.2.1", - "packageName": "define-properties", - "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-x64-gnu", + "hash": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==" } }, - "npm:delayed-stream": { + "npm:@rollup/rollup-linux-x64-musl": { "type": "npm", - "name": "npm:delayed-stream", + "name": "npm:@rollup/rollup-linux-x64-musl", "data": { - "version": "1.0.0", - "packageName": "delayed-stream", - "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-x64-musl", + "hash": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==" } }, - "npm:dequal": { + "npm:@rollup/rollup-win32-arm64-msvc": { "type": "npm", - "name": "npm:dequal", + "name": "npm:@rollup/rollup-win32-arm64-msvc", "data": { - "version": "2.0.3", - "packageName": "dequal", - "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-arm64-msvc", + "hash": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==" } }, - "npm:detect-file": { + "npm:@rollup/rollup-win32-ia32-msvc": { "type": "npm", - "name": "npm:detect-file", + "name": "npm:@rollup/rollup-win32-ia32-msvc", "data": { - "version": "1.0.0", - "packageName": "detect-file", - "hash": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==" + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-ia32-msvc", + "hash": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==" } }, - "npm:dettle": { + "npm:@rollup/rollup-win32-x64-msvc": { "type": "npm", - "name": "npm:dettle", + "name": "npm:@rollup/rollup-win32-x64-msvc", "data": { - "version": "1.0.1", - "packageName": "dettle", - "hash": "sha512-/oD3At60ZfhgzpofJtyClNTrIACyMdRe+ih0YiHzAniN0IZnLdLpEzgR6RtGs3kowxUkTnvV/4t1FBxXMUdusQ==" + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-x64-msvc", + "hash": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==" } }, - "npm:diff-sequences": { + "npm:@rushstack/node-core-library": { "type": "npm", - "name": "npm:diff-sequences", + "name": "npm:@rushstack/node-core-library", "data": { - "version": "29.6.3", - "packageName": "diff-sequences", - "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" + "version": "3.62.0", + "packageName": "@rushstack/node-core-library", + "hash": "sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==" } }, - "npm:dom-accessibility-api@0.5.16": { + "npm:@rushstack/rig-package": { "type": "npm", - "name": "npm:dom-accessibility-api@0.5.16", + "name": "npm:@rushstack/rig-package", "data": { - "version": "0.5.16", - "packageName": "dom-accessibility-api", - "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" + "version": "0.5.1", + "packageName": "@rushstack/rig-package", + "hash": "sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==" } }, - "npm:dom-accessibility-api": { + "npm:@rushstack/ts-command-line": { "type": "npm", - "name": "npm:dom-accessibility-api", + "name": "npm:@rushstack/ts-command-line", "data": { - "version": "0.6.3", - "packageName": "dom-accessibility-api", - "hash": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" + "version": "4.17.1", + "packageName": "@rushstack/ts-command-line", + "hash": "sha512-2jweO1O57BYP5qdBGl6apJLB+aRIn5ccIRTPDyULh0KMwVzFqWtw6IZWt1qtUoZD/pD2RNkIOosH6Cq45rIYeg==" } }, - "npm:dot-prop": { + "npm:@selderee/plugin-htmlparser2": { "type": "npm", - "name": "npm:dot-prop", + "name": "npm:@selderee/plugin-htmlparser2", "data": { - "version": "5.3.0", - "packageName": "dot-prop", - "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" + "version": "0.6.0", + "packageName": "@selderee/plugin-htmlparser2", + "hash": "sha512-J3jpy002TyBjd4N/p6s+s90eX42H2eRhK3SbsZuvTDv977/E8p2U3zikdiehyJja66do7FlxLomZLPlvl2/xaA==" } }, - "npm:dotenv-expand": { + "npm:@sinclair/typebox": { "type": "npm", - "name": "npm:dotenv-expand", + "name": "npm:@sinclair/typebox", "data": { - "version": "10.0.0", - "packageName": "dotenv-expand", - "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" + "version": "0.27.8", + "packageName": "@sinclair/typebox", + "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" } }, - "npm:dotenv": { + "npm:@sindresorhus/merge-streams": { "type": "npm", - "name": "npm:dotenv", + "name": "npm:@sindresorhus/merge-streams", "data": { - "version": "16.3.2", - "packageName": "dotenv", - "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" + "version": "2.3.0", + "packageName": "@sindresorhus/merge-streams", + "hash": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==" } }, - "npm:duplexer2": { + "npm:@size-limit/esbuild": { "type": "npm", - "name": "npm:duplexer2", + "name": "npm:@size-limit/esbuild", "data": { - "version": "0.1.4", - "packageName": "duplexer2", - "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" + "version": "11.1.2", + "packageName": "@size-limit/esbuild", + "hash": "sha512-IGQNaZsS4kP4hwU9C8P+3VvPhtW9PQ9OrwKJsvHDgMsbGX01hz39b9KkVwoI29wOXdwtj0aETaJUZPqoJq588w==" } }, - "npm:duplexer": { + "npm:@size-limit/file": { "type": "npm", - "name": "npm:duplexer", + "name": "npm:@size-limit/file", "data": { - "version": "0.1.2", - "packageName": "duplexer", - "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + "version": "11.1.2", + "packageName": "@size-limit/file", + "hash": "sha512-zktWwhO7MxVwQXbrZzy0VKfM5mZK3Aza1G3XbWRP8q+/3+irPKCz2fmyYJqJAJVwC9U1jAs6xEPlTJzxKgEAmw==" } }, - "npm:eastasianwidth": { + "npm:@size-limit/preset-small-lib": { "type": "npm", - "name": "npm:eastasianwidth", + "name": "npm:@size-limit/preset-small-lib", "data": { - "version": "0.2.0", - "packageName": "eastasianwidth", - "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "version": "11.1.2", + "packageName": "@size-limit/preset-small-lib", + "hash": "sha512-fxZW3woI6SOYyvq44QhlnYdcYfOfiW7zqFCPf+1Ox0OHbrug7YuMz74JNFlHJcnvB4Z6aErED+afkoYJ7vxohQ==" } }, - "npm:easy-table": { + "npm:@snyk/github-codeowners": { "type": "npm", - "name": "npm:easy-table", + "name": "npm:@snyk/github-codeowners", "data": { - "version": "1.2.0", - "packageName": "easy-table", - "hash": "sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==" + "version": "1.1.0", + "packageName": "@snyk/github-codeowners", + "hash": "sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==" } }, - "npm:electron-to-chromium": { + "npm:legacy-swc-helpers": { "type": "npm", - "name": "npm:electron-to-chromium", + "name": "npm:legacy-swc-helpers", "data": { - "version": "1.4.716", - "packageName": "electron-to-chromium", - "hash": "sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw==" + "version": "npm:@swc/helpers@0.4.14", + "packageName": "legacy-swc-helpers", + "hash": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==" } }, - "npm:emoji-regex@10.3.0": { + "npm:@swc/helpers@0.4.36": { "type": "npm", - "name": "npm:emoji-regex@10.3.0", + "name": "npm:@swc/helpers@0.4.36", "data": { - "version": "10.3.0", - "packageName": "emoji-regex", - "hash": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" + "version": "0.4.36", + "packageName": "@swc/helpers", + "hash": "sha512-5lxnyLEYFskErRPenYItLRSge5DjrJngYKdVjRSrWfza9G6KkgHEXi0vUZiyUeMU5JfXH1YnvXZzSp8ul88o2Q==" } }, - "npm:emoji-regex": { + "npm:@swc/helpers@0.5.7": { "type": "npm", - "name": "npm:emoji-regex", + "name": "npm:@swc/helpers@0.5.7", "data": { - "version": "8.0.0", - "packageName": "emoji-regex", - "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "version": "0.5.7", + "packageName": "@swc/helpers", + "hash": "sha512-BVvNZhx362+l2tSwSuyEUV4h7+jk9raNdoTSdLfwTshXJSaGmYKluGRJznziCI3KX02Z19DdsQrdfrpXAU3Hfg==" } }, - "npm:emoji-regex@9.2.2": { + "npm:@tanstack/config": { "type": "npm", - "name": "npm:emoji-regex@9.2.2", + "name": "npm:@tanstack/config", "data": { - "version": "9.2.2", - "packageName": "emoji-regex", - "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + "version": "0.6.0", + "packageName": "@tanstack/config", + "hash": "sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==" } }, - "npm:encode-registry": { + "npm:@testing-library/dom": { "type": "npm", - "name": "npm:encode-registry", + "name": "npm:@testing-library/dom", "data": { - "version": "3.0.1", - "packageName": "encode-registry", - "hash": "sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==" + "version": "9.3.4", + "packageName": "@testing-library/dom", + "hash": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==" } }, - "npm:end-of-stream": { + "npm:@testing-library/jest-dom": { "type": "npm", - "name": "npm:end-of-stream", + "name": "npm:@testing-library/jest-dom", "data": { - "version": "1.4.4", - "packageName": "end-of-stream", - "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" + "version": "6.4.2", + "packageName": "@testing-library/jest-dom", + "hash": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==" } }, - "npm:enquirer": { + "npm:@testing-library/react-hooks": { "type": "npm", - "name": "npm:enquirer", + "name": "npm:@testing-library/react-hooks", "data": { - "version": "2.3.6", - "packageName": "enquirer", - "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + "version": "8.0.1", + "packageName": "@testing-library/react-hooks", + "hash": "sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==" } }, - "npm:entities": { + "npm:@testing-library/react": { "type": "npm", - "name": "npm:entities", + "name": "npm:@testing-library/react", "data": { - "version": "4.5.0", - "packageName": "entities", - "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + "version": "14.2.2", + "packageName": "@testing-library/react", + "hash": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==" } }, - "npm:err-code": { + "npm:@types/argparse": { "type": "npm", - "name": "npm:err-code", + "name": "npm:@types/argparse", "data": { - "version": "2.0.3", - "packageName": "err-code", - "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" + "version": "1.0.38", + "packageName": "@types/argparse", + "hash": "sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==" } }, - "npm:error-ex": { + "npm:@types/aria-query": { "type": "npm", - "name": "npm:error-ex", + "name": "npm:@types/aria-query", "data": { - "version": "1.3.2", - "packageName": "error-ex", - "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" + "version": "5.0.4", + "packageName": "@types/aria-query", + "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" } }, - "npm:es-define-property": { + "npm:@types/d3-array": { "type": "npm", - "name": "npm:es-define-property", + "name": "npm:@types/d3-array", "data": { - "version": "1.0.0", - "packageName": "es-define-property", - "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" + "version": "3.2.1", + "packageName": "@types/d3-array", + "hash": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==" } }, - "npm:es-errors": { + "npm:@types/d3-axis": { "type": "npm", - "name": "npm:es-errors", + "name": "npm:@types/d3-axis", "data": { - "version": "1.3.0", - "packageName": "es-errors", - "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + "version": "3.0.6", + "packageName": "@types/d3-axis", + "hash": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==" } }, - "npm:es-get-iterator": { + "npm:@types/d3-brush": { "type": "npm", - "name": "npm:es-get-iterator", + "name": "npm:@types/d3-brush", "data": { - "version": "1.1.3", - "packageName": "es-get-iterator", - "hash": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==" + "version": "3.0.6", + "packageName": "@types/d3-brush", + "hash": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==" } }, - "npm:esbuild-register": { + "npm:@types/d3-chord": { "type": "npm", - "name": "npm:esbuild-register", + "name": "npm:@types/d3-chord", "data": { - "version": "3.5.0", - "packageName": "esbuild-register", - "hash": "sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==" + "version": "3.0.6", + "packageName": "@types/d3-chord", + "hash": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==" } }, - "npm:esbuild": { + "npm:@types/d3-color": { "type": "npm", - "name": "npm:esbuild", + "name": "npm:@types/d3-color", "data": { - "version": "0.20.2", - "packageName": "esbuild", - "hash": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==" + "version": "3.1.3", + "packageName": "@types/d3-color", + "hash": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==" } }, - "npm:escalade": { + "npm:@types/d3-contour": { "type": "npm", - "name": "npm:escalade", + "name": "npm:@types/d3-contour", "data": { - "version": "3.1.2", - "packageName": "escalade", - "hash": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" + "version": "3.0.6", + "packageName": "@types/d3-contour", + "hash": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==" } }, - "npm:escape-string-regexp": { + "npm:@types/d3-delaunay": { "type": "npm", - "name": "npm:escape-string-regexp", + "name": "npm:@types/d3-delaunay", "data": { - "version": "1.0.5", - "packageName": "escape-string-regexp", - "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" + "version": "6.0.4", + "packageName": "@types/d3-delaunay", + "hash": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==" } }, - "npm:esprima": { + "npm:@types/d3-dispatch": { "type": "npm", - "name": "npm:esprima", + "name": "npm:@types/d3-dispatch", "data": { - "version": "4.0.1", - "packageName": "esprima", - "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + "version": "3.0.6", + "packageName": "@types/d3-dispatch", + "hash": "sha512-4fvZhzMeeuBJYZXRXrRIQnvUYfyXwYmLsdiN7XXmVNQKKw1cM8a5WdID0g1hVFZDqT9ZqZEY5pD44p24VS7iZQ==" } }, - "npm:estree-walker": { + "npm:@types/d3-drag": { "type": "npm", - "name": "npm:estree-walker", + "name": "npm:@types/d3-drag", "data": { - "version": "2.0.2", - "packageName": "estree-walker", - "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + "version": "3.0.7", + "packageName": "@types/d3-drag", + "hash": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==" } }, - "npm:estree-walker@3.0.3": { + "npm:@types/d3-dsv": { "type": "npm", - "name": "npm:estree-walker@3.0.3", + "name": "npm:@types/d3-dsv", "data": { - "version": "3.0.3", - "packageName": "estree-walker", - "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" + "version": "3.0.7", + "packageName": "@types/d3-dsv", + "hash": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==" } }, - "npm:esutils": { + "npm:@types/d3-ease": { "type": "npm", - "name": "npm:esutils", + "name": "npm:@types/d3-ease", "data": { - "version": "2.0.3", - "packageName": "esutils", - "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + "version": "3.0.2", + "packageName": "@types/d3-ease", + "hash": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==" } }, - "npm:eventemitter3": { + "npm:@types/d3-fetch": { "type": "npm", - "name": "npm:eventemitter3", + "name": "npm:@types/d3-fetch", "data": { - "version": "5.0.1", - "packageName": "eventemitter3", - "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + "version": "3.0.7", + "packageName": "@types/d3-fetch", + "hash": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==" } }, - "npm:execa@0.6.3": { + "npm:@types/d3-force": { "type": "npm", - "name": "npm:execa@0.6.3", + "name": "npm:@types/d3-force", "data": { - "version": "0.6.3", - "packageName": "execa", - "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" + "version": "3.0.9", + "packageName": "@types/d3-force", + "hash": "sha512-IKtvyFdb4Q0LWna6ymywQsEYjK/94SGhPrMfEr1TIc5OBeziTi+1jcCvttts8e0UWZIxpasjnQk9MNk/3iS+kA==" } }, - "npm:execa": { + "npm:@types/d3-format": { "type": "npm", - "name": "npm:execa", + "name": "npm:@types/d3-format", "data": { - "version": "8.0.1", - "packageName": "execa", - "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" + "version": "3.0.4", + "packageName": "@types/d3-format", + "hash": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==" } }, - "npm:expand-tilde": { + "npm:@types/d3-geo": { "type": "npm", - "name": "npm:expand-tilde", + "name": "npm:@types/d3-geo", "data": { - "version": "2.0.2", - "packageName": "expand-tilde", - "hash": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==" + "version": "3.1.0", + "packageName": "@types/d3-geo", + "hash": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==" } }, - "npm:extend": { + "npm:@types/d3-hierarchy": { "type": "npm", - "name": "npm:extend", + "name": "npm:@types/d3-hierarchy", "data": { - "version": "3.0.2", - "packageName": "extend", - "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + "version": "3.1.7", + "packageName": "@types/d3-hierarchy", + "hash": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==" } }, - "npm:fast-deep-equal": { + "npm:@types/d3-interpolate": { "type": "npm", - "name": "npm:fast-deep-equal", + "name": "npm:@types/d3-interpolate", "data": { - "version": "3.1.3", - "packageName": "fast-deep-equal", - "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "version": "3.0.4", + "packageName": "@types/d3-interpolate", + "hash": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==" } }, - "npm:fast-glob": { + "npm:@types/d3-path": { "type": "npm", - "name": "npm:fast-glob", + "name": "npm:@types/d3-path", "data": { - "version": "3.3.2", - "packageName": "fast-glob", - "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + "version": "3.1.0", + "packageName": "@types/d3-path", + "hash": "sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==" } }, - "npm:fast-ignore": { + "npm:@types/d3-polygon": { "type": "npm", - "name": "npm:fast-ignore", + "name": "npm:@types/d3-polygon", "data": { - "version": "1.1.1", - "packageName": "fast-ignore", - "hash": "sha512-Gnvido88waUVtlDv/6VBeXv0TAlQK5lheknMwzHx9948B7uOFjyyLXsYBXixDScEXJB5fMjy4G1OOTH59VKvUA==" + "version": "3.0.2", + "packageName": "@types/d3-polygon", + "hash": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==" } }, - "npm:fast-json-stable-stringify": { + "npm:@types/d3-quadtree": { "type": "npm", - "name": "npm:fast-json-stable-stringify", + "name": "npm:@types/d3-quadtree", "data": { - "version": "2.1.0", - "packageName": "fast-json-stable-stringify", - "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + "version": "3.0.6", + "packageName": "@types/d3-quadtree", + "hash": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==" } }, - "npm:fast-safe-stringify": { + "npm:@types/d3-random": { "type": "npm", - "name": "npm:fast-safe-stringify", + "name": "npm:@types/d3-random", "data": { - "version": "2.1.1", - "packageName": "fast-safe-stringify", - "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + "version": "3.0.3", + "packageName": "@types/d3-random", + "hash": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==" } }, - "npm:fast-string-truncated-width": { + "npm:@types/d3-scale-chromatic": { "type": "npm", - "name": "npm:fast-string-truncated-width", + "name": "npm:@types/d3-scale-chromatic", "data": { - "version": "1.1.0", - "packageName": "fast-string-truncated-width", - "hash": "sha512-FfsFREOllHpnSl6cxpLi6wvqd9UebrZPxWlOJCCcWoOJzy02xyjPbafF9tyg2Usnf3GLmRr5Q6s7n+GO+6VB5A==" + "version": "3.0.3", + "packageName": "@types/d3-scale-chromatic", + "hash": "sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==" } }, - "npm:fast-string-width": { + "npm:@types/d3-scale": { "type": "npm", - "name": "npm:fast-string-width", + "name": "npm:@types/d3-scale", "data": { - "version": "1.0.5", - "packageName": "fast-string-width", - "hash": "sha512-rO3M39p2w0AaF81drD42Q+v77cyhUKWixavoTAsORzYtjMIHhZ33KgdsjEaxMBwI0zI0zLUNBL0CYqVMipXp4g==" + "version": "4.0.8", + "packageName": "@types/d3-scale", + "hash": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==" } }, - "npm:fastq": { + "npm:@types/d3-selection": { "type": "npm", - "name": "npm:fastq", + "name": "npm:@types/d3-selection", "data": { - "version": "1.17.1", - "packageName": "fastq", - "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" + "version": "3.0.10", + "packageName": "@types/d3-selection", + "hash": "sha512-cuHoUgS/V3hLdjJOLTT691+G2QoqAjCVLmr4kJXR4ha56w1Zdu8UUQ5TxLRqudgNjwXeQxKMq4j+lyf9sWuslg==" } }, - "npm:fetch-blob": { + "npm:@types/d3-shape": { "type": "npm", - "name": "npm:fetch-blob", + "name": "npm:@types/d3-shape", "data": { - "version": "2.1.2", - "packageName": "fetch-blob", - "hash": "sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==" + "version": "3.1.6", + "packageName": "@types/d3-shape", + "hash": "sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==" } }, - "npm:figures": { + "npm:@types/d3-time-format": { "type": "npm", - "name": "npm:figures", + "name": "npm:@types/d3-time-format", "data": { - "version": "3.2.0", - "packageName": "figures", - "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" + "version": "4.0.3", + "packageName": "@types/d3-time-format", + "hash": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==" } }, - "npm:fill-range": { + "npm:@types/d3-time": { "type": "npm", - "name": "npm:fill-range", + "name": "npm:@types/d3-time", "data": { - "version": "7.0.1", - "packageName": "fill-range", - "hash": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" + "version": "3.0.3", + "packageName": "@types/d3-time", + "hash": "sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw==" } }, - "npm:filter-iterator": { + "npm:@types/d3-timer": { "type": "npm", - "name": "npm:filter-iterator", + "name": "npm:@types/d3-timer", "data": { - "version": "0.0.1", - "packageName": "filter-iterator", - "hash": "sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==" + "version": "3.0.2", + "packageName": "@types/d3-timer", + "hash": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==" } }, - "npm:filter-obj": { + "npm:@types/d3-transition": { "type": "npm", - "name": "npm:filter-obj", + "name": "npm:@types/d3-transition", "data": { - "version": "1.1.0", - "packageName": "filter-obj", - "hash": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==" + "version": "3.0.8", + "packageName": "@types/d3-transition", + "hash": "sha512-ew63aJfQ/ms7QQ4X7pk5NxQ9fZH/z+i24ZfJ6tJSfqxJMrYLiK01EAs2/Rtw/JreGUsS3pLPNV644qXFGnoZNQ==" } }, - "npm:find-up-json": { + "npm:@types/d3-zoom": { "type": "npm", - "name": "npm:find-up-json", + "name": "npm:@types/d3-zoom", "data": { - "version": "2.0.4", - "packageName": "find-up-json", - "hash": "sha512-ABaCm3V1H5UYRHtClHvFFyxPIAC/bxd43tKwmcSco8/EuM5O7zDL2R7ORaA+rEltwgxoNOIK8LQFwQUfA/2GIw==" + "version": "3.0.8", + "packageName": "@types/d3-zoom", + "hash": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==" } }, - "npm:find-up-path": { + "npm:@types/d3": { "type": "npm", - "name": "npm:find-up-path", + "name": "npm:@types/d3", "data": { - "version": "1.0.0", - "packageName": "find-up-path", - "hash": "sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==" + "version": "7.4.3", + "packageName": "@types/d3", + "hash": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==" } }, - "npm:findup-sync": { + "npm:@types/debug": { "type": "npm", - "name": "npm:findup-sync", + "name": "npm:@types/debug", "data": { - "version": "5.0.0", - "packageName": "findup-sync", - "hash": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==" + "version": "4.1.12", + "packageName": "@types/debug", + "hash": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==" } }, - "npm:fined": { + "npm:@types/estree": { "type": "npm", - "name": "npm:fined", + "name": "npm:@types/estree", "data": { - "version": "2.0.0", - "packageName": "fined", - "hash": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==" + "version": "1.0.5", + "packageName": "@types/estree", + "hash": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" } }, - "npm:flagged-respawn": { + "npm:@types/geojson": { "type": "npm", - "name": "npm:flagged-respawn", + "name": "npm:@types/geojson", "data": { - "version": "2.0.0", - "packageName": "flagged-respawn", - "hash": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==" + "version": "7946.0.14", + "packageName": "@types/geojson", + "hash": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==" } }, - "npm:flat": { + "npm:@types/hast": { "type": "npm", - "name": "npm:flat", + "name": "npm:@types/hast", "data": { - "version": "5.0.2", - "packageName": "flat", - "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" + "version": "2.3.10", + "packageName": "@types/hast", + "hash": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==" } }, - "npm:follow-redirects": { + "npm:@types/hoist-non-react-statics": { "type": "npm", - "name": "npm:follow-redirects", + "name": "npm:@types/hoist-non-react-statics", "data": { - "version": "1.15.6", - "packageName": "follow-redirects", - "hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" + "version": "3.3.5", + "packageName": "@types/hoist-non-react-statics", + "hash": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==" } }, - "npm:for-each": { + "npm:@types/js-cookie": { "type": "npm", - "name": "npm:for-each", + "name": "npm:@types/js-cookie", "data": { - "version": "0.3.3", - "packageName": "for-each", - "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" + "version": "2.2.7", + "packageName": "@types/js-cookie", + "hash": "sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==" } }, - "npm:for-in": { + "npm:@types/json-schema": { "type": "npm", - "name": "npm:for-in", + "name": "npm:@types/json-schema", "data": { - "version": "1.0.2", - "packageName": "for-in", - "hash": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==" + "version": "7.0.15", + "packageName": "@types/json-schema", + "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" } }, - "npm:for-own": { + "npm:@types/mdast": { "type": "npm", - "name": "npm:for-own", + "name": "npm:@types/mdast", "data": { - "version": "1.0.0", - "packageName": "for-own", - "hash": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==" + "version": "3.0.15", + "packageName": "@types/mdast", + "hash": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==" } }, - "npm:foreground-child": { + "npm:@types/ms": { "type": "npm", - "name": "npm:foreground-child", + "name": "npm:@types/ms", "data": { - "version": "3.1.1", - "packageName": "foreground-child", - "hash": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==" + "version": "0.7.34", + "packageName": "@types/ms", + "hash": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" } }, - "npm:form-data": { + "npm:@types/node-fetch": { "type": "npm", - "name": "npm:form-data", + "name": "npm:@types/node-fetch", "data": { - "version": "4.0.0", - "packageName": "form-data", - "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" + "version": "2.6.11", + "packageName": "@types/node-fetch", + "hash": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==" } }, - "npm:fs-constants": { + "npm:@types/node": { "type": "npm", - "name": "npm:fs-constants", + "name": "npm:@types/node", "data": { - "version": "1.0.0", - "packageName": "fs-constants", - "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + "version": "20.11.30", + "packageName": "@types/node", + "hash": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==" } }, - "npm:fs-extra@10.1.0": { + "npm:@types/picomatch": { "type": "npm", - "name": "npm:fs-extra@10.1.0", + "name": "npm:@types/picomatch", "data": { - "version": "10.1.0", - "packageName": "fs-extra", - "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" + "version": "2.3.3", + "packageName": "@types/picomatch", + "hash": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==" } }, - "npm:fs-extra": { + "npm:@types/prop-types": { "type": "npm", - "name": "npm:fs-extra", + "name": "npm:@types/prop-types", "data": { - "version": "11.2.0", - "packageName": "fs-extra", - "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" + "version": "15.7.12", + "packageName": "@types/prop-types", + "hash": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" } }, - "npm:fs-extra@7.0.1": { + "npm:@types/react-dom": { "type": "npm", - "name": "npm:fs-extra@7.0.1", + "name": "npm:@types/react-dom", "data": { - "version": "7.0.1", - "packageName": "fs-extra", - "hash": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==" + "version": "18.2.22", + "packageName": "@types/react-dom", + "hash": "sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==" } }, - "npm:fs.realpath": { + "npm:@types/react": { "type": "npm", - "name": "npm:fs.realpath", + "name": "npm:@types/react", "data": { - "version": "1.0.0", - "packageName": "fs.realpath", - "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + "version": "18.2.70", + "packageName": "@types/react", + "hash": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==" } }, - "npm:fsevents": { + "npm:@types/resolve": { "type": "npm", - "name": "npm:fsevents", + "name": "npm:@types/resolve", "data": { - "version": "2.3.3", - "packageName": "fsevents", - "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" + "version": "1.20.2", + "packageName": "@types/resolve", + "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" } }, - "npm:function-bind": { + "npm:@types/scheduler": { "type": "npm", - "name": "npm:function-bind", + "name": "npm:@types/scheduler", "data": { - "version": "1.1.2", - "packageName": "function-bind", - "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + "version": "0.16.8", + "packageName": "@types/scheduler", + "hash": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" } }, - "npm:functions-have-names": { + "npm:@types/tunnel": { "type": "npm", - "name": "npm:functions-have-names", + "name": "npm:@types/tunnel", "data": { - "version": "1.2.3", - "packageName": "functions-have-names", - "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" + "version": "0.0.3", + "packageName": "@types/tunnel", + "hash": "sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==" } }, - "npm:gensync": { + "npm:@types/unist": { "type": "npm", - "name": "npm:gensync", + "name": "npm:@types/unist", "data": { - "version": "1.0.0-beta.2", - "packageName": "gensync", - "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" + "version": "2.0.10", + "packageName": "@types/unist", + "hash": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" } }, - "npm:get-caller-file": { + "npm:@types/use-sync-external-store": { "type": "npm", - "name": "npm:get-caller-file", + "name": "npm:@types/use-sync-external-store", "data": { - "version": "2.0.5", - "packageName": "get-caller-file", - "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + "version": "0.0.3", + "packageName": "@types/use-sync-external-store", + "hash": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" } }, - "npm:get-current-package": { + "npm:@vitest/expect": { "type": "npm", - "name": "npm:get-current-package", + "name": "npm:@vitest/expect", "data": { - "version": "1.0.0", - "packageName": "get-current-package", - "hash": "sha512-mEZ43mmPMdRz+7vouBd/fhnEMRF0omBzcwwwf2GmbWSeZJGdWHRp9RGLZxW7ZnnZ14jPc3GreHh0s/7u7PZJpQ==" + "version": "1.4.0", + "packageName": "@vitest/expect", + "hash": "sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==" } }, - "npm:get-east-asian-width": { + "npm:@vitest/runner": { "type": "npm", - "name": "npm:get-east-asian-width", + "name": "npm:@vitest/runner", "data": { - "version": "1.2.0", - "packageName": "get-east-asian-width", - "hash": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==" + "version": "1.4.0", + "packageName": "@vitest/runner", + "hash": "sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==" } }, - "npm:get-func-name": { + "npm:@vitest/snapshot": { "type": "npm", - "name": "npm:get-func-name", + "name": "npm:@vitest/snapshot", "data": { - "version": "2.0.2", - "packageName": "get-func-name", - "hash": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" + "version": "1.4.0", + "packageName": "@vitest/snapshot", + "hash": "sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==" } }, - "npm:get-intrinsic": { + "npm:@vitest/spy": { "type": "npm", - "name": "npm:get-intrinsic", + "name": "npm:@vitest/spy", "data": { - "version": "1.2.4", - "packageName": "get-intrinsic", - "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" + "version": "1.4.0", + "packageName": "@vitest/spy", + "hash": "sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==" } }, - "npm:get-stream@3.0.0": { + "npm:@vitest/utils": { "type": "npm", - "name": "npm:get-stream@3.0.0", + "name": "npm:@vitest/utils", "data": { - "version": "3.0.0", - "packageName": "get-stream", - "hash": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" + "version": "1.4.0", + "packageName": "@vitest/utils", + "hash": "sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==" } }, - "npm:get-stream": { + "npm:@volar/language-core": { "type": "npm", - "name": "npm:get-stream", + "name": "npm:@volar/language-core", "data": { - "version": "8.0.1", - "packageName": "get-stream", - "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" + "version": "1.11.1", + "packageName": "@volar/language-core", + "hash": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==" } }, - "npm:git-log-parser": { + "npm:@volar/source-map": { "type": "npm", - "name": "npm:git-log-parser", + "name": "npm:@volar/source-map", "data": { - "version": "1.2.0", - "packageName": "git-log-parser", - "hash": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==" + "version": "1.11.1", + "packageName": "@volar/source-map", + "hash": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==" } }, - "npm:glob-parent": { + "npm:@volar/typescript": { "type": "npm", - "name": "npm:glob-parent", + "name": "npm:@volar/typescript", "data": { - "version": "5.1.2", - "packageName": "glob-parent", - "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + "version": "1.11.1", + "packageName": "@volar/typescript", + "hash": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==" } }, - "npm:glob@10.3.10": { + "npm:@vscode/extension-telemetry": { "type": "npm", - "name": "npm:glob@10.3.10", + "name": "npm:@vscode/extension-telemetry", "data": { - "version": "10.3.10", - "packageName": "glob", - "hash": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" + "version": "0.6.2", + "packageName": "@vscode/extension-telemetry", + "hash": "sha512-yb/wxLuaaCRcBAZtDCjNYSisAXz3FWsSqAha5nhHcYxx2ZPdQdWuZqVXGKq0ZpHVndBWWtK6XqtpCN2/HB4S1w==" } }, - "npm:glob@7.2.3": { + "npm:@vue/compiler-core": { "type": "npm", - "name": "npm:glob@7.2.3", + "name": "npm:@vue/compiler-core", "data": { - "version": "7.2.3", - "packageName": "glob", - "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + "version": "3.4.21", + "packageName": "@vue/compiler-core", + "hash": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==" } }, - "npm:glob": { + "npm:@vue/compiler-dom": { "type": "npm", - "name": "npm:glob", + "name": "npm:@vue/compiler-dom", "data": { - "version": "8.1.0", - "packageName": "glob", - "hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" + "version": "3.4.21", + "packageName": "@vue/compiler-dom", + "hash": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==" } }, - "npm:global-modules": { + "npm:@vue/language-core": { "type": "npm", - "name": "npm:global-modules", + "name": "npm:@vue/language-core", "data": { - "version": "1.0.0", - "packageName": "global-modules", - "hash": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==" + "version": "1.8.27", + "packageName": "@vue/language-core", + "hash": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==" } }, - "npm:global-prefix": { + "npm:@vue/shared": { "type": "npm", - "name": "npm:global-prefix", + "name": "npm:@vue/shared", "data": { - "version": "1.0.2", - "packageName": "global-prefix", - "hash": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==" + "version": "3.4.21", + "packageName": "@vue/shared", + "hash": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==" } }, - "npm:globals": { + "npm:@xobotyi/scrollbar-width": { "type": "npm", - "name": "npm:globals", + "name": "npm:@xobotyi/scrollbar-width", "data": { - "version": "11.12.0", - "packageName": "globals", - "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + "version": "1.9.5", + "packageName": "@xobotyi/scrollbar-width", + "hash": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==" } }, - "npm:globby": { + "npm:@yarnpkg/lockfile": { "type": "npm", - "name": "npm:globby", + "name": "npm:@yarnpkg/lockfile", "data": { - "version": "14.0.1", - "packageName": "globby", - "hash": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==" + "version": "1.1.0", + "packageName": "@yarnpkg/lockfile", + "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" } }, - "npm:globrex": { + "npm:@yarnpkg/parsers": { "type": "npm", - "name": "npm:globrex", + "name": "npm:@yarnpkg/parsers", "data": { - "version": "0.1.2", - "packageName": "globrex", - "hash": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==" + "version": "3.0.0-rc.46", + "packageName": "@yarnpkg/parsers", + "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" } }, - "npm:gopd": { + "npm:@zkochan/js-yaml": { "type": "npm", - "name": "npm:gopd", + "name": "npm:@zkochan/js-yaml", "data": { - "version": "1.0.1", - "packageName": "gopd", - "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" + "version": "0.0.6", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" } }, - "npm:graceful-fs": { + "npm:@zkochan/retry": { "type": "npm", - "name": "npm:graceful-fs", + "name": "npm:@zkochan/retry", "data": { - "version": "4.2.11", - "packageName": "graceful-fs", - "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + "version": "0.2.0", + "packageName": "@zkochan/retry", + "hash": "sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==" } }, - "npm:grammex": { + "npm:@zkochan/rimraf": { "type": "npm", - "name": "npm:grammex", + "name": "npm:@zkochan/rimraf", "data": { - "version": "3.1.3", - "packageName": "grammex", - "hash": "sha512-rUZoJJQguOCaAMTuoyxs40OxqSLgVhzCCwDn1mbp2vETWutv/TmgAz7KxMR8Tz4z4cty/zIh88HrOWKqWgeGjg==" + "version": "2.1.3", + "packageName": "@zkochan/rimraf", + "hash": "sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==" } }, - "npm:has-bigints": { + "npm:JSONStream": { "type": "npm", - "name": "npm:has-bigints", + "name": "npm:JSONStream", "data": { - "version": "1.0.2", - "packageName": "has-bigints", - "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" + "version": "1.3.5", + "packageName": "JSONStream", + "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" } }, - "npm:has-flag@3.0.0": { + "npm:abort-controller": { "type": "npm", - "name": "npm:has-flag@3.0.0", + "name": "npm:abort-controller", "data": { "version": "3.0.0", - "packageName": "has-flag", - "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + "packageName": "abort-controller", + "hash": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" } }, - "npm:has-flag": { + "npm:acorn-walk": { "type": "npm", - "name": "npm:has-flag", + "name": "npm:acorn-walk", "data": { - "version": "4.0.0", - "packageName": "has-flag", - "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "version": "8.3.2", + "packageName": "acorn-walk", + "hash": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" } }, - "npm:has-own-property": { + "npm:acorn": { "type": "npm", - "name": "npm:has-own-property", + "name": "npm:acorn", "data": { - "version": "0.1.0", - "packageName": "has-own-property", - "hash": "sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==" + "version": "8.11.3", + "packageName": "acorn", + "hash": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" } }, - "npm:has-property-descriptors": { + "npm:agent-base": { "type": "npm", - "name": "npm:has-property-descriptors", + "name": "npm:agent-base", "data": { - "version": "1.0.2", - "packageName": "has-property-descriptors", - "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" + "version": "7.1.0", + "packageName": "agent-base", + "hash": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==" } }, - "npm:has-proto": { + "npm:aggregate-error": { "type": "npm", - "name": "npm:has-proto", + "name": "npm:aggregate-error", "data": { - "version": "1.0.3", - "packageName": "has-proto", - "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" + "version": "3.1.0", + "packageName": "aggregate-error", + "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" } }, - "npm:has-symbols": { + "npm:ajv": { "type": "npm", - "name": "npm:has-symbols", + "name": "npm:ajv", "data": { - "version": "1.0.3", - "packageName": "has-symbols", - "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" } }, - "npm:has-tostringtag": { + "npm:ansi-colors": { "type": "npm", - "name": "npm:has-tostringtag", + "name": "npm:ansi-colors", "data": { - "version": "1.0.2", - "packageName": "has-tostringtag", - "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" + "version": "4.1.3", + "packageName": "ansi-colors", + "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" } }, - "npm:hasown": { + "npm:ansi-escapes": { "type": "npm", - "name": "npm:hasown", + "name": "npm:ansi-escapes", "data": { - "version": "2.0.2", - "packageName": "hasown", - "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" + "version": "6.2.1", + "packageName": "ansi-escapes", + "hash": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" } }, - "npm:he": { + "npm:ansi-purge": { "type": "npm", - "name": "npm:he", + "name": "npm:ansi-purge", "data": { - "version": "1.2.0", - "packageName": "he", - "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + "version": "1.0.0", + "packageName": "ansi-purge", + "hash": "sha512-kbm4dtp1jcI8ZWhttEPzmga9fwbhGMinIDghOcBng5q9dOsnM6PYV3ih+5TO4D7inGXU9zBmVi7x1Z4dluY85Q==" } }, - "npm:homedir-polyfill": { + "npm:ansi-regex": { "type": "npm", - "name": "npm:homedir-polyfill", + "name": "npm:ansi-regex", "data": { - "version": "1.0.3", - "packageName": "homedir-polyfill", - "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" } }, - "npm:hosted-git-info@4.1.0": { + "npm:ansi-regex@6.0.1": { "type": "npm", - "name": "npm:hosted-git-info@4.1.0", + "name": "npm:ansi-regex@6.0.1", "data": { - "version": "4.1.0", - "packageName": "hosted-git-info", - "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" + "version": "6.0.1", + "packageName": "ansi-regex", + "hash": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" } }, - "npm:hosted-git-info": { + "npm:ansi-styles@3.2.1": { "type": "npm", - "name": "npm:hosted-git-info", + "name": "npm:ansi-styles@3.2.1", "data": { - "version": "7.0.1", - "packageName": "hosted-git-info", - "hash": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==" + "version": "3.2.1", + "packageName": "ansi-styles", + "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" } }, - "npm:html-encoding-sniffer": { + "npm:ansi-styles": { "type": "npm", - "name": "npm:html-encoding-sniffer", + "name": "npm:ansi-styles", "data": { - "version": "4.0.0", - "packageName": "html-encoding-sniffer", - "hash": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" } }, - "npm:http-proxy-agent": { + "npm:ansi-styles@5.2.0": { "type": "npm", - "name": "npm:http-proxy-agent", + "name": "npm:ansi-styles@5.2.0", "data": { - "version": "7.0.2", - "packageName": "http-proxy-agent", - "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" + "version": "5.2.0", + "packageName": "ansi-styles", + "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" } }, - "npm:https-proxy-agent": { + "npm:ansi-styles@6.2.1": { "type": "npm", - "name": "npm:https-proxy-agent", + "name": "npm:ansi-styles@6.2.1", "data": { - "version": "7.0.4", - "packageName": "https-proxy-agent", - "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" + "version": "6.2.1", + "packageName": "ansi-styles", + "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" } }, - "npm:human-signals": { + "npm:ansi-truncate": { "type": "npm", - "name": "npm:human-signals", + "name": "npm:ansi-truncate", "data": { - "version": "5.0.0", - "packageName": "human-signals", - "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" + "version": "1.1.2", + "packageName": "ansi-truncate", + "hash": "sha512-yhyu5Y/rRWku5GJfCCHHKyJsWahCRuy/ORI8wmClls+bUWMVpcVL6nEqmVnZZ9gaaWq+AWB6FCyarrt0ewVUXQ==" } }, - "npm:husky": { + "npm:any-promise": { "type": "npm", - "name": "npm:husky", + "name": "npm:any-promise", "data": { - "version": "9.0.11", - "packageName": "husky", - "hash": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==" + "version": "1.3.0", + "packageName": "any-promise", + "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" } }, - "npm:iconv-lite": { + "npm:anymatch": { "type": "npm", - "name": "npm:iconv-lite", + "name": "npm:anymatch", "data": { - "version": "0.6.3", - "packageName": "iconv-lite", - "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" + "version": "3.1.3", + "packageName": "anymatch", + "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" } }, - "npm:identity-function": { + "npm:argparse@1.0.10": { "type": "npm", - "name": "npm:identity-function", + "name": "npm:argparse@1.0.10", "data": { - "version": "1.0.0", - "packageName": "identity-function", - "hash": "sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==" + "version": "1.0.10", + "packageName": "argparse", + "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" } }, - "npm:ieee754": { + "npm:argparse": { "type": "npm", - "name": "npm:ieee754", + "name": "npm:argparse", "data": { - "version": "1.2.1", - "packageName": "ieee754", - "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + "version": "2.0.1", + "packageName": "argparse", + "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" } }, - "npm:ignore": { + "npm:argv-formatter": { "type": "npm", - "name": "npm:ignore", + "name": "npm:argv-formatter", "data": { - "version": "5.3.1", - "packageName": "ignore", - "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" + "version": "1.0.0", + "packageName": "argv-formatter", + "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" } }, - "npm:import-lazy": { + "npm:aria-query@5.1.3": { "type": "npm", - "name": "npm:import-lazy", + "name": "npm:aria-query@5.1.3", "data": { - "version": "4.0.0", - "packageName": "import-lazy", - "hash": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==" + "version": "5.1.3", + "packageName": "aria-query", + "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" } }, - "npm:import-meta-resolve": { + "npm:aria-query": { "type": "npm", - "name": "npm:import-meta-resolve", + "name": "npm:aria-query", "data": { - "version": "4.0.0", - "packageName": "import-meta-resolve", - "hash": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==" + "version": "5.3.0", + "packageName": "aria-query", + "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" } }, - "npm:indent-string": { + "npm:arity-n": { "type": "npm", - "name": "npm:indent-string", + "name": "npm:arity-n", "data": { - "version": "4.0.0", - "packageName": "indent-string", - "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + "version": "1.0.4", + "packageName": "arity-n", + "hash": "sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==" } }, - "npm:individual": { + "npm:array-buffer-byte-length": { "type": "npm", - "name": "npm:individual", + "name": "npm:array-buffer-byte-length", "data": { - "version": "3.0.0", - "packageName": "individual", - "hash": "sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==" + "version": "1.0.1", + "packageName": "array-buffer-byte-length", + "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" } }, - "npm:inflight": { + "npm:array-each": { "type": "npm", - "name": "npm:inflight", + "name": "npm:array-each", "data": { - "version": "1.0.6", - "packageName": "inflight", - "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" + "version": "1.0.1", + "packageName": "array-each", + "hash": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==" } }, - "npm:inherits": { + "npm:array-ify": { "type": "npm", - "name": "npm:inherits", + "name": "npm:array-ify", "data": { - "version": "2.0.4", - "packageName": "inherits", - "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "version": "1.0.0", + "packageName": "array-ify", + "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" } }, - "npm:ini-simple-parser": { + "npm:array-last": { "type": "npm", - "name": "npm:ini-simple-parser", + "name": "npm:array-last", "data": { - "version": "1.0.0", - "packageName": "ini-simple-parser", - "hash": "sha512-cZUGzkBd1W8FoIbFNMbscMvIGwp+riO/4PaPAy2owQp0sja+ni6Yty11GBNnxaI1ePkSVXzPb8iMOOYuYw/MOQ==" + "version": "1.3.0", + "packageName": "array-last", + "hash": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==" } }, - "npm:ini": { + "npm:array-slice": { "type": "npm", - "name": "npm:ini", + "name": "npm:array-slice", "data": { - "version": "1.3.8", - "packageName": "ini", - "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + "version": "1.1.0", + "packageName": "array-slice", + "hash": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" } }, - "npm:internal-slot": { + "npm:array-union": { "type": "npm", - "name": "npm:internal-slot", + "name": "npm:array-union", "data": { - "version": "1.0.7", - "packageName": "internal-slot", - "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" + "version": "2.1.0", + "packageName": "array-union", + "hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" } }, - "npm:interpret": { + "npm:assertion-error": { "type": "npm", - "name": "npm:interpret", + "name": "npm:assertion-error", "data": { - "version": "3.1.1", - "packageName": "interpret", - "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" + "version": "1.1.0", + "packageName": "assertion-error", + "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" } }, - "npm:ionstore": { + "npm:asynckit": { "type": "npm", - "name": "npm:ionstore", + "name": "npm:asynckit", "data": { - "version": "1.0.0", - "packageName": "ionstore", - "hash": "sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==" + "version": "0.4.0", + "packageName": "asynckit", + "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" } }, - "npm:is-absolute": { + "npm:atomically": { "type": "npm", - "name": "npm:is-absolute", + "name": "npm:atomically", "data": { - "version": "1.0.0", - "packageName": "is-absolute", - "hash": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==" + "version": "2.0.2", + "packageName": "atomically", + "hash": "sha512-Xfmb4q5QV7uqTlVdMSTtO5eF4DCHfNOdaPyKlbFShkzeNP+3lj3yjjcbdjSmEY4+pDBKJ9g26aP+ImTe88UHoQ==" } }, - "npm:is-arguments": { + "npm:available-typed-arrays": { "type": "npm", - "name": "npm:is-arguments", + "name": "npm:available-typed-arrays", "data": { - "version": "1.1.1", - "packageName": "is-arguments", - "hash": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==" + "version": "1.0.7", + "packageName": "available-typed-arrays", + "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" } }, - "npm:is-array-buffer": { + "npm:axios": { "type": "npm", - "name": "npm:is-array-buffer", + "name": "npm:axios", "data": { - "version": "3.0.4", - "packageName": "is-array-buffer", - "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" + "version": "1.6.0", + "packageName": "axios", + "hash": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==" } }, - "npm:is-arrayish": { + "npm:axobject-query": { "type": "npm", - "name": "npm:is-arrayish", + "name": "npm:axobject-query", "data": { - "version": "0.2.1", - "packageName": "is-arrayish", - "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "version": "4.0.0", + "packageName": "axobject-query", + "hash": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==" } }, - "npm:is-bigint": { + "npm:babel-plugin-add-module-exports": { "type": "npm", - "name": "npm:is-bigint", + "name": "npm:babel-plugin-add-module-exports", "data": { - "version": "1.0.4", - "packageName": "is-bigint", - "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" + "version": "0.2.1", + "packageName": "babel-plugin-add-module-exports", + "hash": "sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==" } }, - "npm:is-binary-path": { + "npm:babel-plugin-polyfill-corejs2": { "type": "npm", - "name": "npm:is-binary-path", + "name": "npm:babel-plugin-polyfill-corejs2", "data": { - "version": "2.1.0", - "packageName": "is-binary-path", - "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + "version": "0.4.10", + "packageName": "babel-plugin-polyfill-corejs2", + "hash": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==" } }, - "npm:is-boolean-object": { + "npm:babel-plugin-polyfill-corejs3": { "type": "npm", - "name": "npm:is-boolean-object", + "name": "npm:babel-plugin-polyfill-corejs3", "data": { - "version": "1.1.2", - "packageName": "is-boolean-object", - "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" + "version": "0.10.4", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" } }, - "npm:is-builtin-module": { + "npm:babel-plugin-polyfill-regenerator": { "type": "npm", - "name": "npm:is-builtin-module", + "name": "npm:babel-plugin-polyfill-regenerator", "data": { - "version": "3.2.1", - "packageName": "is-builtin-module", - "hash": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" + "version": "0.6.1", + "packageName": "babel-plugin-polyfill-regenerator", + "hash": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==" } }, - "npm:is-callable": { + "npm:babylon": { "type": "npm", - "name": "npm:is-callable", + "name": "npm:babylon", "data": { - "version": "1.2.7", - "packageName": "is-callable", - "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" + "version": "6.18.0", + "packageName": "babylon", + "hash": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" } }, - "npm:is-core-module": { + "npm:bail": { "type": "npm", - "name": "npm:is-core-module", + "name": "npm:bail", "data": { - "version": "2.13.1", - "packageName": "is-core-module", - "hash": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" + "version": "2.0.2", + "packageName": "bail", + "hash": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" } }, - "npm:is-date-object": { + "npm:balanced-match": { "type": "npm", - "name": "npm:is-date-object", + "name": "npm:balanced-match", "data": { - "version": "1.0.5", - "packageName": "is-date-object", - "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" + "version": "1.0.2", + "packageName": "balanced-match", + "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" } }, - "npm:is-docker": { + "npm:base64-js": { "type": "npm", - "name": "npm:is-docker", + "name": "npm:base64-js", "data": { - "version": "2.2.1", - "packageName": "is-docker", - "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + "version": "1.5.1", + "packageName": "base64-js", + "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" } }, - "npm:is-extglob": { + "npm:big-integer": { "type": "npm", - "name": "npm:is-extglob", + "name": "npm:big-integer", "data": { - "version": "2.1.1", - "packageName": "is-extglob", - "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + "version": "1.6.52", + "packageName": "big-integer", + "hash": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==" } }, - "npm:is-fullwidth-code-point": { + "npm:binary-extensions": { "type": "npm", - "name": "npm:is-fullwidth-code-point", + "name": "npm:binary-extensions", "data": { - "version": "3.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + "version": "2.3.0", + "packageName": "binary-extensions", + "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" } }, - "npm:is-fullwidth-code-point@4.0.0": { + "npm:bl": { "type": "npm", - "name": "npm:is-fullwidth-code-point@4.0.0", + "name": "npm:bl", "data": { - "version": "4.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" + "version": "4.1.0", + "packageName": "bl", + "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" } }, - "npm:is-fullwidth-code-point@5.0.0": { + "npm:bole": { "type": "npm", - "name": "npm:is-fullwidth-code-point@5.0.0", + "name": "npm:bole", "data": { - "version": "5.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==" + "version": "5.0.11", + "packageName": "bole", + "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" } }, - "npm:is-git-repository": { + "npm:brace-expansion@1.1.11": { "type": "npm", - "name": "npm:is-git-repository", + "name": "npm:brace-expansion@1.1.11", "data": { - "version": "1.1.1", - "packageName": "is-git-repository", - "hash": "sha512-hxLpJytJnIZ5Og5QsxSkzmb8Qx8rGau9bio1JN/QtXcGEFuSsQYau0IiqlsCwftsfVYjF1mOq6uLdmwNSspgpA==" + "version": "1.1.11", + "packageName": "brace-expansion", + "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" } }, - "npm:is-glob": { + "npm:brace-expansion": { "type": "npm", - "name": "npm:is-glob", + "name": "npm:brace-expansion", "data": { - "version": "4.0.3", - "packageName": "is-glob", - "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + "version": "2.0.1", + "packageName": "brace-expansion", + "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" } }, - "npm:is-interactive": { + "npm:braces": { "type": "npm", - "name": "npm:is-interactive", + "name": "npm:braces", "data": { - "version": "1.0.0", - "packageName": "is-interactive", - "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + "version": "3.0.2", + "packageName": "braces", + "hash": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" } }, - "npm:is-iterable": { + "npm:broadcast-channel": { "type": "npm", - "name": "npm:is-iterable", + "name": "npm:broadcast-channel", "data": { - "version": "1.1.1", - "packageName": "is-iterable", - "hash": "sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==" + "version": "3.7.0", + "packageName": "broadcast-channel", + "hash": "sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==" } }, - "npm:is-map": { + "npm:browserslist": { "type": "npm", - "name": "npm:is-map", + "name": "npm:browserslist", "data": { - "version": "2.0.3", - "packageName": "is-map", - "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" + "version": "4.23.0", + "packageName": "browserslist", + "hash": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==" } }, - "npm:is-module": { + "npm:buffer-crc32": { "type": "npm", - "name": "npm:is-module", + "name": "npm:buffer-crc32", "data": { - "version": "1.0.0", - "packageName": "is-module", - "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" + "version": "0.2.13", + "packageName": "buffer-crc32", + "hash": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==" } }, - "npm:is-number-object": { + "npm:buffer-from": { "type": "npm", - "name": "npm:is-number-object", + "name": "npm:buffer-from", "data": { - "version": "1.0.7", - "packageName": "is-number-object", - "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" + "version": "1.1.2", + "packageName": "buffer-from", + "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" } }, - "npm:is-number": { + "npm:buffer": { "type": "npm", - "name": "npm:is-number", + "name": "npm:buffer", "data": { - "version": "4.0.0", - "packageName": "is-number", - "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + "version": "5.7.1", + "packageName": "buffer", + "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" } }, - "npm:is-number@7.0.0": { + "npm:builtin-modules": { "type": "npm", - "name": "npm:is-number@7.0.0", + "name": "npm:builtin-modules", "data": { - "version": "7.0.0", - "packageName": "is-number", - "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + "version": "3.3.0", + "packageName": "builtin-modules", + "hash": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" } }, - "npm:is-obj": { + "npm:builtins": { "type": "npm", - "name": "npm:is-obj", + "name": "npm:builtins", "data": { - "version": "2.0.0", - "packageName": "is-obj", - "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + "version": "5.0.1", + "packageName": "builtins", + "hash": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==" } }, - "npm:is-plain-object": { + "npm:bundle-require": { "type": "npm", - "name": "npm:is-plain-object", + "name": "npm:bundle-require", "data": { - "version": "5.0.0", - "packageName": "is-plain-object", - "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" + "version": "4.0.2", + "packageName": "bundle-require", + "hash": "sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==" } }, - "npm:is-potential-custom-element-name": { + "npm:bytes-iec": { "type": "npm", - "name": "npm:is-potential-custom-element-name", + "name": "npm:bytes-iec", "data": { - "version": "1.0.1", - "packageName": "is-potential-custom-element-name", - "hash": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + "version": "3.1.1", + "packageName": "bytes-iec", + "hash": "sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==" } }, - "npm:is-reference": { + "npm:cac": { "type": "npm", - "name": "npm:is-reference", + "name": "npm:cac", "data": { - "version": "1.2.1", - "packageName": "is-reference", - "hash": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" + "version": "6.7.14", + "packageName": "cac", + "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" } }, - "npm:is-reference@3.0.2": { + "npm:call-bind": { "type": "npm", - "name": "npm:is-reference@3.0.2", + "name": "npm:call-bind", "data": { - "version": "3.0.2", - "packageName": "is-reference", - "hash": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==" + "version": "1.0.7", + "packageName": "call-bind", + "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" } }, - "npm:is-regex": { + "npm:call-me-maybe": { "type": "npm", - "name": "npm:is-regex", + "name": "npm:call-me-maybe", "data": { - "version": "1.1.4", - "packageName": "is-regex", - "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" + "version": "1.0.2", + "packageName": "call-me-maybe", + "hash": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==" } }, - "npm:is-relative": { - "type": "npm", - "name": "npm:is-relative", - "data": { - "version": "1.0.0", - "packageName": "is-relative", - "hash": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==" - } - }, - "npm:is-set": { + "npm:caniuse-lite": { "type": "npm", - "name": "npm:is-set", + "name": "npm:caniuse-lite", "data": { - "version": "2.0.3", - "packageName": "is-set", - "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" + "version": "1.0.30001600", + "packageName": "caniuse-lite", + "hash": "sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==" } }, - "npm:is-shared-array-buffer": { + "npm:chai": { "type": "npm", - "name": "npm:is-shared-array-buffer", + "name": "npm:chai", "data": { - "version": "1.0.3", - "packageName": "is-shared-array-buffer", - "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" + "version": "4.4.1", + "packageName": "chai", + "hash": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==" } }, - "npm:is-stream@1.1.0": { + "npm:chalk@2.4.2": { "type": "npm", - "name": "npm:is-stream@1.1.0", + "name": "npm:chalk@2.4.2", "data": { - "version": "1.1.0", - "packageName": "is-stream", - "hash": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" + "version": "2.4.2", + "packageName": "chalk", + "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" } }, - "npm:is-stream": { + "npm:chalk@3.0.0": { "type": "npm", - "name": "npm:is-stream", + "name": "npm:chalk@3.0.0", "data": { "version": "3.0.0", - "packageName": "is-stream", - "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + "packageName": "chalk", + "hash": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" } }, - "npm:is-string": { + "npm:chalk@4.1.2": { "type": "npm", - "name": "npm:is-string", + "name": "npm:chalk@4.1.2", "data": { - "version": "1.0.7", - "packageName": "is-string", - "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" + "version": "4.1.2", + "packageName": "chalk", + "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, - "npm:is-symbol": { + "npm:chalk": { "type": "npm", - "name": "npm:is-symbol", + "name": "npm:chalk", "data": { - "version": "1.0.4", - "packageName": "is-symbol", - "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" + "version": "5.3.0", + "packageName": "chalk", + "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" } }, - "npm:is-text-path": { + "npm:character-entities": { "type": "npm", - "name": "npm:is-text-path", + "name": "npm:character-entities", "data": { - "version": "2.0.0", - "packageName": "is-text-path", - "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" + "version": "2.0.2", + "packageName": "character-entities", + "hash": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==" } }, - "npm:is-unc-path": { + "npm:check-error": { "type": "npm", - "name": "npm:is-unc-path", + "name": "npm:check-error", "data": { - "version": "1.0.0", - "packageName": "is-unc-path", - "hash": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==" + "version": "1.0.3", + "packageName": "check-error", + "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" } }, - "npm:is-unicode-supported": { + "npm:child_process": { "type": "npm", - "name": "npm:is-unicode-supported", + "name": "npm:child_process", "data": { - "version": "0.1.0", - "packageName": "is-unicode-supported", - "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" + "version": "1.0.2", + "packageName": "child_process", + "hash": "sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g==" } }, - "npm:is-weakmap": { + "npm:chokidar": { "type": "npm", - "name": "npm:is-weakmap", + "name": "npm:chokidar", "data": { - "version": "2.0.2", - "packageName": "is-weakmap", - "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" + "version": "3.6.0", + "packageName": "chokidar", + "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" } }, - "npm:is-weakset": { + "npm:ci-env": { "type": "npm", - "name": "npm:is-weakset", + "name": "npm:ci-env", "data": { - "version": "2.0.3", - "packageName": "is-weakset", - "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" + "version": "1.17.0", + "packageName": "ci-env", + "hash": "sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==" } }, - "npm:is-windows": { + "npm:classcat": { "type": "npm", - "name": "npm:is-windows", + "name": "npm:classcat", "data": { - "version": "1.0.2", - "packageName": "is-windows", - "hash": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + "version": "5.0.4", + "packageName": "classcat", + "hash": "sha512-sbpkOw6z413p+HDGcBENe498WM9woqWHiJxCq7nvmxe9WmrUmqfAcxpIwAiMtM5Q3AhYkzXcNQHqsWq0mND51g==" } }, - "npm:is-wsl": { + "npm:clean-stack": { "type": "npm", - "name": "npm:is-wsl", + "name": "npm:clean-stack", "data": { "version": "2.2.0", - "packageName": "is-wsl", - "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" + "packageName": "clean-stack", + "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" } }, - "npm:isarray@1.0.0": { + "npm:cli-cursor": { "type": "npm", - "name": "npm:isarray@1.0.0", + "name": "npm:cli-cursor", "data": { - "version": "1.0.0", - "packageName": "isarray", - "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + "version": "3.1.0", + "packageName": "cli-cursor", + "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" } }, - "npm:isarray": { + "npm:cli-cursor@4.0.0": { "type": "npm", - "name": "npm:isarray", + "name": "npm:cli-cursor@4.0.0", "data": { - "version": "2.0.5", - "packageName": "isarray", - "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + "version": "4.0.0", + "packageName": "cli-cursor", + "hash": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==" } }, - "npm:isexe": { + "npm:cli-spinners": { "type": "npm", - "name": "npm:isexe", + "name": "npm:cli-spinners", "data": { - "version": "2.0.0", - "packageName": "isexe", - "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + "version": "2.6.1", + "packageName": "cli-spinners", + "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" } }, - "npm:isexe@3.1.1": { + "npm:cli-truncate": { "type": "npm", - "name": "npm:isexe@3.1.1", + "name": "npm:cli-truncate", "data": { - "version": "3.1.1", - "packageName": "isexe", - "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" + "version": "4.0.0", + "packageName": "cli-truncate", + "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" } }, - "npm:isobject": { + "npm:cliui": { "type": "npm", - "name": "npm:isobject", + "name": "npm:cliui", "data": { - "version": "3.0.1", - "packageName": "isobject", - "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" + "version": "8.0.1", + "packageName": "cliui", + "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" } }, - "npm:iterable-lookahead": { + "npm:clone": { "type": "npm", - "name": "npm:iterable-lookahead", + "name": "npm:clone", "data": { - "version": "1.0.0", - "packageName": "iterable-lookahead", - "hash": "sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==" + "version": "1.0.4", + "packageName": "clone", + "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" } }, - "npm:jackspeak": { + "npm:code-red": { "type": "npm", - "name": "npm:jackspeak", + "name": "npm:code-red", "data": { - "version": "2.3.6", - "packageName": "jackspeak", - "hash": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" + "version": "1.0.4", + "packageName": "code-red", + "hash": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==" } }, - "npm:jest-diff": { + "npm:color-convert@1.9.3": { "type": "npm", - "name": "npm:jest-diff", + "name": "npm:color-convert@1.9.3", "data": { - "version": "29.7.0", - "packageName": "jest-diff", - "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" + "version": "1.9.3", + "packageName": "color-convert", + "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" } }, - "npm:jest-get-type": { + "npm:color-convert": { "type": "npm", - "name": "npm:jest-get-type", + "name": "npm:color-convert", "data": { - "version": "29.6.3", - "packageName": "jest-get-type", - "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + "version": "2.0.1", + "packageName": "color-convert", + "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" } }, - "npm:jiti": { + "npm:color-name@1.1.3": { "type": "npm", - "name": "npm:jiti", + "name": "npm:color-name@1.1.3", "data": { - "version": "1.21.0", - "packageName": "jiti", - "hash": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==" + "version": "1.1.3", + "packageName": "color-name", + "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" } }, - "npm:jju": { + "npm:color-name": { "type": "npm", - "name": "npm:jju", + "name": "npm:color-name", "data": { - "version": "1.4.0", - "packageName": "jju", - "hash": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==" + "version": "1.1.4", + "packageName": "color-name", + "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" } }, - "npm:js-tokens@4.0.0": { + "npm:colorette": { "type": "npm", - "name": "npm:js-tokens@4.0.0", + "name": "npm:colorette", "data": { - "version": "4.0.0", - "packageName": "js-tokens", - "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "version": "2.0.20", + "packageName": "colorette", + "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" } }, - "npm:js-tokens": { + "npm:colors": { "type": "npm", - "name": "npm:js-tokens", + "name": "npm:colors", "data": { - "version": "8.0.3", - "packageName": "js-tokens", - "hash": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==" + "version": "1.2.5", + "packageName": "colors", + "hash": "sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==" } }, - "npm:js-yaml@3.14.1": { + "npm:combined-stream": { "type": "npm", - "name": "npm:js-yaml@3.14.1", + "name": "npm:combined-stream", "data": { - "version": "3.14.1", - "packageName": "js-yaml", - "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + "version": "1.0.8", + "packageName": "combined-stream", + "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" } }, - "npm:js-yaml": { + "npm:comma-separated-tokens": { "type": "npm", - "name": "npm:js-yaml", + "name": "npm:comma-separated-tokens", "data": { - "version": "4.1.0", - "packageName": "js-yaml", - "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + "version": "2.0.3", + "packageName": "comma-separated-tokens", + "hash": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==" } }, - "npm:jsdom": { + "npm:commander@11.1.0": { "type": "npm", - "name": "npm:jsdom", + "name": "npm:commander@11.1.0", "data": { - "version": "24.0.0", - "packageName": "jsdom", - "hash": "sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==" + "version": "11.1.0", + "packageName": "commander", + "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" } }, - "npm:jsesc@0.5.0": { + "npm:commander": { "type": "npm", - "name": "npm:jsesc@0.5.0", + "name": "npm:commander", "data": { - "version": "0.5.0", - "packageName": "jsesc", - "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" + "version": "12.0.0", + "packageName": "commander", + "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" } }, - "npm:jsesc": { + "npm:commander@2.20.3": { "type": "npm", - "name": "npm:jsesc", + "name": "npm:commander@2.20.3", "data": { - "version": "2.5.2", - "packageName": "jsesc", - "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + "version": "2.20.3", + "packageName": "commander", + "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" } }, - "npm:json-parse-even-better-errors@2.3.1": { + "npm:commander@4.1.1": { "type": "npm", - "name": "npm:json-parse-even-better-errors@2.3.1", + "name": "npm:commander@4.1.1", "data": { - "version": "2.3.1", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "version": "4.1.1", + "packageName": "commander", + "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" } }, - "npm:json-parse-even-better-errors": { + "npm:commander@9.5.0": { "type": "npm", - "name": "npm:json-parse-even-better-errors", + "name": "npm:commander@9.5.0", "data": { - "version": "3.0.1", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==" + "version": "9.5.0", + "packageName": "commander", + "hash": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" } }, - "npm:json-schema-traverse": { + "npm:commondir": { "type": "npm", - "name": "npm:json-schema-traverse", + "name": "npm:commondir", "data": { - "version": "0.4.1", - "packageName": "json-schema-traverse", - "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "version": "1.0.1", + "packageName": "commondir", + "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" } }, - "npm:json-sorted-stringify": { + "npm:compare-func": { "type": "npm", - "name": "npm:json-sorted-stringify", + "name": "npm:compare-func", "data": { - "version": "1.0.0", - "packageName": "json-sorted-stringify", - "hash": "sha512-r27DgPdI80AXd6Hm0zJ7nPCYTBFUersR7sn7xcYyafvcgYOvwmCXB+DKWazAe0YaCNHbxH5Qzt7AIhUzPD1ETg==" + "version": "2.0.0", + "packageName": "compare-func", + "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" } }, - "npm:json-stringify-safe": { + "npm:compose-function": { "type": "npm", - "name": "npm:json-stringify-safe", + "name": "npm:compose-function", "data": { - "version": "5.0.1", - "packageName": "json-stringify-safe", - "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + "version": "3.0.3", + "packageName": "compose-function", + "hash": "sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==" } }, - "npm:json5": { + "npm:computeds": { "type": "npm", - "name": "npm:json5", + "name": "npm:computeds", "data": { - "version": "2.2.3", - "packageName": "json5", - "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" + "version": "0.0.1", + "packageName": "computeds", + "hash": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==" } }, - "npm:jsonc-parser": { + "npm:concat-map": { "type": "npm", - "name": "npm:jsonc-parser", + "name": "npm:concat-map", "data": { - "version": "3.2.0", - "packageName": "jsonc-parser", - "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" + "version": "0.0.1", + "packageName": "concat-map", + "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" } }, - "npm:jsonc-parser@3.2.1": { + "npm:conventional-changelog-angular": { "type": "npm", - "name": "npm:jsonc-parser@3.2.1", + "name": "npm:conventional-changelog-angular", "data": { - "version": "3.2.1", - "packageName": "jsonc-parser", - "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" + "version": "7.0.0", + "packageName": "conventional-changelog-angular", + "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" } }, - "npm:jsonfile@4.0.0": { + "npm:conventional-commits-parser": { "type": "npm", - "name": "npm:jsonfile@4.0.0", + "name": "npm:conventional-commits-parser", "data": { - "version": "4.0.0", - "packageName": "jsonfile", - "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" + "version": "5.0.0", + "packageName": "conventional-commits-parser", + "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" } }, - "npm:jsonfile": { + "npm:convert-source-map": { "type": "npm", - "name": "npm:jsonfile", + "name": "npm:convert-source-map", "data": { - "version": "6.1.0", - "packageName": "jsonfile", - "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" + "version": "2.0.0", + "packageName": "convert-source-map", + "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" } }, - "npm:jsonparse": { + "npm:copy-to-clipboard": { "type": "npm", - "name": "npm:jsonparse", + "name": "npm:copy-to-clipboard", "data": { - "version": "1.3.1", - "packageName": "jsonparse", - "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" + "version": "3.3.3", + "packageName": "copy-to-clipboard", + "hash": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==" } }, - "npm:kasi": { + "npm:core-js-compat": { "type": "npm", - "name": "npm:kasi", + "name": "npm:core-js-compat", "data": { - "version": "1.1.0", - "packageName": "kasi", - "hash": "sha512-SvmC8+vhkDariSTz2182qyQ+mhwZ4W8TWaIHJcz358bYBeccQ8WBYj7uTtzHoCmpPHaoCm3PaOhzRg7Z8F4Lww==" + "version": "3.36.1", + "packageName": "core-js-compat", + "hash": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==" } }, - "npm:kind-of": { + "npm:core-util-is": { "type": "npm", - "name": "npm:kind-of", + "name": "npm:core-util-is", "data": { - "version": "6.0.3", - "packageName": "kind-of", - "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + "version": "1.0.3", + "packageName": "core-util-is", + "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" } }, - "npm:knip": { + "npm:cross-spawn@5.1.0": { "type": "npm", - "name": "npm:knip", + "name": "npm:cross-spawn@5.1.0", "data": { - "version": "5.5.0", - "packageName": "knip", - "hash": "sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==" + "version": "5.1.0", + "packageName": "cross-spawn", + "hash": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==" } }, - "npm:kolorist": { + "npm:cross-spawn": { "type": "npm", - "name": "npm:kolorist", + "name": "npm:cross-spawn", "data": { - "version": "1.8.0", - "packageName": "kolorist", - "hash": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" + "version": "7.0.3", + "packageName": "cross-spawn", + "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" } }, - "npm:liftoff": { + "npm:crypto-random-string": { "type": "npm", - "name": "npm:liftoff", + "name": "npm:crypto-random-string", "data": { - "version": "4.0.0", - "packageName": "liftoff", - "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" + "version": "2.0.0", + "packageName": "crypto-random-string", + "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" } }, - "npm:lilconfig": { + "npm:css-in-js-utils": { "type": "npm", - "name": "npm:lilconfig", + "name": "npm:css-in-js-utils", "data": { - "version": "3.0.0", - "packageName": "lilconfig", - "hash": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==" + "version": "3.1.0", + "packageName": "css-in-js-utils", + "hash": "sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==" } }, - "npm:lilconfig@3.1.1": { + "npm:css-tree": { "type": "npm", - "name": "npm:lilconfig@3.1.1", + "name": "npm:css-tree", "data": { - "version": "3.1.1", - "packageName": "lilconfig", - "hash": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==" + "version": "1.1.3", + "packageName": "css-tree", + "hash": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" } }, - "npm:lines-and-columns@1.2.4": { + "npm:css-tree@2.3.1": { "type": "npm", - "name": "npm:lines-and-columns@1.2.4", + "name": "npm:css-tree@2.3.1", "data": { - "version": "1.2.4", - "packageName": "lines-and-columns", - "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "version": "2.3.1", + "packageName": "css-tree", + "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" } }, - "npm:lines-and-columns": { + "npm:css.escape": { "type": "npm", - "name": "npm:lines-and-columns", + "name": "npm:css.escape", "data": { - "version": "2.0.4", - "packageName": "lines-and-columns", - "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" + "version": "1.5.1", + "packageName": "css.escape", + "hash": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" } }, - "npm:lint-staged": { + "npm:cssstyle": { "type": "npm", - "name": "npm:lint-staged", + "name": "npm:cssstyle", "data": { - "version": "15.2.2", - "packageName": "lint-staged", - "hash": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==" + "version": "4.0.1", + "packageName": "cssstyle", + "hash": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==" } }, - "npm:listr2": { + "npm:csstype": { "type": "npm", - "name": "npm:listr2", + "name": "npm:csstype", "data": { - "version": "8.0.1", - "packageName": "listr2", - "hash": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==" + "version": "3.1.3", + "packageName": "csstype", + "hash": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" } }, - "npm:load-json-file": { + "npm:current-git-branch": { "type": "npm", - "name": "npm:load-json-file", + "name": "npm:current-git-branch", "data": { - "version": "6.2.0", - "packageName": "load-json-file", - "hash": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==" + "version": "1.1.0", + "packageName": "current-git-branch", + "hash": "sha512-n5mwGZllLsFzxDPtTmadqGe4IIBPfqPbiIRX4xgFR9VK/Bx47U+94KiVkxSKAKN6/s43TlkztS2GZpgMKzwQ8A==" } }, - "npm:local-pkg": { + "npm:d3-color": { "type": "npm", - "name": "npm:local-pkg", + "name": "npm:d3-color", "data": { - "version": "0.5.0", - "packageName": "local-pkg", - "hash": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==" + "version": "3.1.0", + "packageName": "d3-color", + "hash": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==" } }, - "npm:locate-character": { + "npm:d3-dispatch": { "type": "npm", - "name": "npm:locate-character", + "name": "npm:d3-dispatch", "data": { - "version": "3.0.0", - "packageName": "locate-character", - "hash": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==" + "version": "3.0.1", + "packageName": "d3-dispatch", + "hash": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==" } }, - "npm:lodash.curry": { + "npm:d3-drag": { "type": "npm", - "name": "npm:lodash.curry", + "name": "npm:d3-drag", "data": { - "version": "4.1.1", - "packageName": "lodash.curry", - "hash": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==" + "version": "3.0.0", + "packageName": "d3-drag", + "hash": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==" } }, - "npm:lodash.debounce": { + "npm:d3-ease": { "type": "npm", - "name": "npm:lodash.debounce", + "name": "npm:d3-ease", "data": { - "version": "4.0.8", - "packageName": "lodash.debounce", - "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + "version": "3.0.1", + "packageName": "d3-ease", + "hash": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==" } }, - "npm:lodash.get": { + "npm:d3-interpolate": { "type": "npm", - "name": "npm:lodash.get", + "name": "npm:d3-interpolate", "data": { - "version": "4.4.2", - "packageName": "lodash.get", - "hash": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" + "version": "3.0.1", + "packageName": "d3-interpolate", + "hash": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==" } }, - "npm:lodash.isequal": { + "npm:d3-selection": { "type": "npm", - "name": "npm:lodash.isequal", + "name": "npm:d3-selection", "data": { - "version": "4.5.0", - "packageName": "lodash.isequal", - "hash": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" + "version": "3.0.0", + "packageName": "d3-selection", + "hash": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==" } }, - "npm:lodash": { + "npm:d3-timer": { "type": "npm", - "name": "npm:lodash", + "name": "npm:d3-timer", "data": { - "version": "4.17.21", - "packageName": "lodash", - "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "3.0.1", + "packageName": "d3-timer", + "hash": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==" } }, - "npm:log-symbols": { + "npm:d3-transition": { "type": "npm", - "name": "npm:log-symbols", + "name": "npm:d3-transition", "data": { - "version": "4.1.0", - "packageName": "log-symbols", - "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" + "version": "3.0.1", + "packageName": "d3-transition", + "hash": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==" } }, - "npm:log-update": { + "npm:d3-zoom": { "type": "npm", - "name": "npm:log-update", + "name": "npm:d3-zoom", "data": { - "version": "6.0.0", - "packageName": "log-update", - "hash": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==" + "version": "3.0.0", + "packageName": "d3-zoom", + "hash": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==" } }, - "npm:loose-envify": { + "npm:data-uri-to-buffer": { "type": "npm", - "name": "npm:loose-envify", + "name": "npm:data-uri-to-buffer", "data": { - "version": "1.4.0", - "packageName": "loose-envify", - "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" + "version": "3.0.1", + "packageName": "data-uri-to-buffer", + "hash": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" } }, - "npm:loupe": { + "npm:data-urls": { "type": "npm", - "name": "npm:loupe", + "name": "npm:data-urls", "data": { - "version": "2.3.7", - "packageName": "loupe", - "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" + "version": "5.0.0", + "packageName": "data-urls", + "hash": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" } }, - "npm:lru-cache@10.2.0": { + "npm:dayjs": { "type": "npm", - "name": "npm:lru-cache@10.2.0", + "name": "npm:dayjs", "data": { - "version": "10.2.0", - "packageName": "lru-cache", - "hash": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==" + "version": "1.11.10", + "packageName": "dayjs", + "hash": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" } }, - "npm:lru-cache@4.1.5": { + "npm:de-indent": { "type": "npm", - "name": "npm:lru-cache@4.1.5", + "name": "npm:de-indent", "data": { - "version": "4.1.5", - "packageName": "lru-cache", - "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" + "version": "1.0.2", + "packageName": "de-indent", + "hash": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==" } }, - "npm:lru-cache": { + "npm:debug": { "type": "npm", - "name": "npm:lru-cache", + "name": "npm:debug", "data": { - "version": "5.1.1", - "packageName": "lru-cache", - "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" + "version": "4.3.4", + "packageName": "debug", + "hash": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" } }, - "npm:lru-cache@6.0.0": { + "npm:decimal.js": { "type": "npm", - "name": "npm:lru-cache@6.0.0", + "name": "npm:decimal.js", "data": { - "version": "6.0.0", - "packageName": "lru-cache", - "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" + "version": "10.4.3", + "packageName": "decimal.js", + "hash": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" } }, - "npm:luxon": { + "npm:decode-named-character-reference": { "type": "npm", - "name": "npm:luxon", + "name": "npm:decode-named-character-reference", "data": { - "version": "3.4.4", - "packageName": "luxon", - "hash": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==" + "version": "1.0.2", + "packageName": "decode-named-character-reference", + "hash": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==" } }, - "npm:lz-string": { + "npm:deep-eql": { "type": "npm", - "name": "npm:lz-string", + "name": "npm:deep-eql", "data": { - "version": "1.5.0", - "packageName": "lz-string", - "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" + "version": "4.1.3", + "packageName": "deep-eql", + "hash": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==" } }, - "npm:magic-string@0.16.0": { + "npm:deep-equal": { "type": "npm", - "name": "npm:magic-string@0.16.0", + "name": "npm:deep-equal", "data": { - "version": "0.16.0", - "packageName": "magic-string", - "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" + "version": "2.2.3", + "packageName": "deep-equal", + "hash": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==" } }, - "npm:magic-string": { + "npm:deep-freeze": { "type": "npm", - "name": "npm:magic-string", + "name": "npm:deep-freeze", "data": { - "version": "0.30.8", - "packageName": "magic-string", - "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" + "version": "0.0.1", + "packageName": "deep-freeze", + "hash": "sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==" } }, - "npm:make-iterator": { + "npm:deepmerge": { "type": "npm", - "name": "npm:make-iterator", + "name": "npm:deepmerge", "data": { - "version": "1.0.1", - "packageName": "make-iterator", - "hash": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==" + "version": "4.3.1", + "packageName": "deepmerge", + "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" } }, - "npm:map-age-cleaner": { + "npm:defaults": { "type": "npm", - "name": "npm:map-age-cleaner", + "name": "npm:defaults", "data": { - "version": "0.1.3", - "packageName": "map-age-cleaner", - "hash": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==" + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" } }, - "npm:map-cache": { + "npm:define-data-property": { "type": "npm", - "name": "npm:map-cache", + "name": "npm:define-data-property", "data": { - "version": "0.2.2", - "packageName": "map-cache", - "hash": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" + "version": "1.1.4", + "packageName": "define-data-property", + "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" } }, - "npm:map-obj": { + "npm:define-lazy-prop": { "type": "npm", - "name": "npm:map-obj", + "name": "npm:define-lazy-prop", "data": { "version": "2.0.0", - "packageName": "map-obj", - "hash": "sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==" + "packageName": "define-lazy-prop", + "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" } }, - "npm:mdn-data": { + "npm:define-properties": { "type": "npm", - "name": "npm:mdn-data", + "name": "npm:define-properties", "data": { - "version": "2.0.30", - "packageName": "mdn-data", - "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" + "version": "1.2.1", + "packageName": "define-properties", + "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" } }, - "npm:mem@6.1.1": { + "npm:delayed-stream": { "type": "npm", - "name": "npm:mem@6.1.1", + "name": "npm:delayed-stream", "data": { - "version": "6.1.1", - "packageName": "mem", - "hash": "sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==" + "version": "1.0.0", + "packageName": "delayed-stream", + "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" } }, - "npm:mem": { + "npm:dequal": { "type": "npm", - "name": "npm:mem", + "name": "npm:dequal", "data": { - "version": "8.1.1", - "packageName": "mem", - "hash": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==" + "version": "2.0.3", + "packageName": "dequal", + "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" } }, - "npm:meow": { + "npm:detect-file": { "type": "npm", - "name": "npm:meow", + "name": "npm:detect-file", "data": { - "version": "12.1.1", - "packageName": "meow", - "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" + "version": "1.0.0", + "packageName": "detect-file", + "hash": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==" } }, - "npm:merge-stream": { + "npm:detect-node": { "type": "npm", - "name": "npm:merge-stream", + "name": "npm:detect-node", "data": { - "version": "2.0.0", - "packageName": "merge-stream", - "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + "version": "2.1.0", + "packageName": "detect-node", + "hash": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" } }, - "npm:merge2": { + "npm:dettle": { "type": "npm", - "name": "npm:merge2", + "name": "npm:dettle", "data": { - "version": "1.4.1", - "packageName": "merge2", - "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + "version": "1.0.1", + "packageName": "dettle", + "hash": "sha512-/oD3At60ZfhgzpofJtyClNTrIACyMdRe+ih0YiHzAniN0IZnLdLpEzgR6RtGs3kowxUkTnvV/4t1FBxXMUdusQ==" } }, - "npm:micromatch": { + "npm:diff-sequences": { "type": "npm", - "name": "npm:micromatch", + "name": "npm:diff-sequences", "data": { - "version": "4.0.5", - "packageName": "micromatch", - "hash": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" + "version": "29.6.3", + "packageName": "diff-sequences", + "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" } }, - "npm:mime-db": { + "npm:diff": { "type": "npm", - "name": "npm:mime-db", + "name": "npm:diff", "data": { - "version": "1.52.0", - "packageName": "mime-db", - "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + "version": "5.2.0", + "packageName": "diff", + "hash": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==" } }, - "npm:mime-types": { + "npm:dir-glob": { "type": "npm", - "name": "npm:mime-types", + "name": "npm:dir-glob", "data": { - "version": "2.1.35", - "packageName": "mime-types", - "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" + "version": "3.0.1", + "packageName": "dir-glob", + "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" } }, - "npm:mimic-fn@2.1.0": { + "npm:discontinuous-range": { "type": "npm", - "name": "npm:mimic-fn@2.1.0", + "name": "npm:discontinuous-range", "data": { - "version": "2.1.0", - "packageName": "mimic-fn", - "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + "version": "1.0.0", + "packageName": "discontinuous-range", + "hash": "sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==" } }, - "npm:mimic-fn@3.1.0": { + "npm:dnd-core": { "type": "npm", - "name": "npm:mimic-fn@3.1.0", + "name": "npm:dnd-core", "data": { - "version": "3.1.0", - "packageName": "mimic-fn", - "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" + "version": "16.0.1", + "packageName": "dnd-core", + "hash": "sha512-HK294sl7tbw6F6IeuK16YSBUoorvHpY8RHO+9yFfaJyCDVb6n7PRcezrOEOa2SBCqiYpemh5Jx20ZcjKdFAVng==" } }, - "npm:mimic-fn": { + "npm:dnd-multi-backend": { "type": "npm", - "name": "npm:mimic-fn", + "name": "npm:dnd-multi-backend", "data": { - "version": "4.0.0", - "packageName": "mimic-fn", - "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + "version": "8.0.3", + "packageName": "dnd-multi-backend", + "hash": "sha512-yFFARotr+OEJk787Fsj+V52pi6j7+Pt/CRp3IR2Ai3fnxA/z6J54T7+gxkXzXu4cvxTNE7NiBzzAaJ2f7JjFTw==" } }, - "npm:min-indent": { + "npm:dom-accessibility-api@0.5.16": { "type": "npm", - "name": "npm:min-indent", + "name": "npm:dom-accessibility-api@0.5.16", "data": { - "version": "1.0.1", - "packageName": "min-indent", - "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + "version": "0.5.16", + "packageName": "dom-accessibility-api", + "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" } }, - "npm:minimatch@3.1.2": { + "npm:dom-accessibility-api": { "type": "npm", - "name": "npm:minimatch@3.1.2", + "name": "npm:dom-accessibility-api", "data": { - "version": "3.1.2", - "packageName": "minimatch", - "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + "version": "0.6.3", + "packageName": "dom-accessibility-api", + "hash": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" } }, - "npm:minimatch@5.1.6": { + "npm:dom-helpers": { "type": "npm", - "name": "npm:minimatch@5.1.6", + "name": "npm:dom-helpers", "data": { - "version": "5.1.6", - "packageName": "minimatch", - "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + "version": "5.2.1", + "packageName": "dom-helpers", + "hash": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==" } }, - "npm:minimatch": { + "npm:dom-serializer": { "type": "npm", - "name": "npm:minimatch", + "name": "npm:dom-serializer", "data": { - "version": "9.0.3", - "packageName": "minimatch", - "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + "version": "1.4.1", + "packageName": "dom-serializer", + "hash": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==" } }, - "npm:minimist": { + "npm:domelementtype": { "type": "npm", - "name": "npm:minimist", + "name": "npm:domelementtype", "data": { - "version": "1.2.8", - "packageName": "minimist", - "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + "version": "2.3.0", + "packageName": "domelementtype", + "hash": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" } }, - "npm:minipass": { + "npm:domhandler": { "type": "npm", - "name": "npm:minipass", + "name": "npm:domhandler", "data": { - "version": "7.0.4", - "packageName": "minipass", - "hash": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" + "version": "4.3.1", + "packageName": "domhandler", + "hash": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==" } }, - "npm:mlly": { + "npm:domutils": { "type": "npm", - "name": "npm:mlly", + "name": "npm:domutils", "data": { - "version": "1.6.1", - "packageName": "mlly", - "hash": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==" + "version": "2.8.0", + "packageName": "domutils", + "hash": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" } }, - "npm:ms": { + "npm:dot-prop": { "type": "npm", - "name": "npm:ms", + "name": "npm:dot-prop", "data": { - "version": "2.1.2", - "packageName": "ms", - "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "5.3.0", + "packageName": "dot-prop", + "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" } }, - "npm:muggle-string": { + "npm:dotenv-expand": { "type": "npm", - "name": "npm:muggle-string", + "name": "npm:dotenv-expand", "data": { - "version": "0.3.1", - "packageName": "muggle-string", - "hash": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==" + "version": "10.0.0", + "packageName": "dotenv-expand", + "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" } }, - "npm:nanoid@3.3.7": { + "npm:dotenv": { "type": "npm", - "name": "npm:nanoid@3.3.7", + "name": "npm:dotenv", "data": { - "version": "3.3.7", - "packageName": "nanoid", - "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + "version": "16.3.2", + "packageName": "dotenv", + "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" } }, - "npm:nanoid": { + "npm:duplexer2": { "type": "npm", - "name": "npm:nanoid", + "name": "npm:duplexer2", "data": { - "version": "5.0.6", - "packageName": "nanoid", - "hash": "sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==" + "version": "0.1.4", + "packageName": "duplexer2", + "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" } }, - "npm:nanospinner": { + "npm:duplexer": { "type": "npm", - "name": "npm:nanospinner", + "name": "npm:duplexer", "data": { - "version": "1.1.0", - "packageName": "nanospinner", - "hash": "sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==" + "version": "0.1.2", + "packageName": "duplexer", + "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" } }, - "npm:ndjson": { + "npm:eastasianwidth": { "type": "npm", - "name": "npm:ndjson", + "name": "npm:eastasianwidth", "data": { - "version": "2.0.0", - "packageName": "ndjson", - "hash": "sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==" + "version": "0.2.0", + "packageName": "eastasianwidth", + "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" } }, - "npm:node-fetch": { + "npm:easy-table": { "type": "npm", - "name": "npm:node-fetch", + "name": "npm:easy-table", "data": { - "version": "3.0.0-beta.9", - "packageName": "node-fetch", - "hash": "sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==" + "version": "1.2.0", + "packageName": "easy-table", + "hash": "sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==" } }, - "npm:node-machine-id": { + "npm:electron-to-chromium": { "type": "npm", - "name": "npm:node-machine-id", + "name": "npm:electron-to-chromium", "data": { - "version": "1.1.12", - "packageName": "node-machine-id", - "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + "version": "1.4.716", + "packageName": "electron-to-chromium", + "hash": "sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw==" } }, - "npm:node-releases": { + "npm:elkjs": { "type": "npm", - "name": "npm:node-releases", + "name": "npm:elkjs", "data": { - "version": "2.0.14", - "packageName": "node-releases", - "hash": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + "version": "0.8.2", + "packageName": "elkjs", + "hash": "sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==" } }, - "npm:normalize-package-data": { + "npm:emoji-regex@10.3.0": { "type": "npm", - "name": "npm:normalize-package-data", + "name": "npm:emoji-regex@10.3.0", "data": { - "version": "6.0.0", - "packageName": "normalize-package-data", - "hash": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==" + "version": "10.3.0", + "packageName": "emoji-regex", + "hash": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" } }, - "npm:normalize-path": { + "npm:emoji-regex": { "type": "npm", - "name": "npm:normalize-path", + "name": "npm:emoji-regex", "data": { - "version": "3.0.0", - "packageName": "normalize-path", - "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + "version": "8.0.0", + "packageName": "emoji-regex", + "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" } }, - "npm:npm-install-checks": { + "npm:emoji-regex@9.2.2": { "type": "npm", - "name": "npm:npm-install-checks", + "name": "npm:emoji-regex@9.2.2", "data": { - "version": "6.3.0", - "packageName": "npm-install-checks", - "hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==" + "version": "9.2.2", + "packageName": "emoji-regex", + "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" } }, - "npm:npm-normalize-package-bin": { + "npm:encode-registry": { "type": "npm", - "name": "npm:npm-normalize-package-bin", + "name": "npm:encode-registry", "data": { "version": "3.0.1", - "packageName": "npm-normalize-package-bin", - "hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==" + "packageName": "encode-registry", + "hash": "sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==" } }, - "npm:npm-package-arg": { + "npm:end-of-stream": { "type": "npm", - "name": "npm:npm-package-arg", + "name": "npm:end-of-stream", "data": { - "version": "11.0.1", - "packageName": "npm-package-arg", - "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + "version": "1.4.4", + "packageName": "end-of-stream", + "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" } }, - "npm:npm-pick-manifest": { + "npm:enquirer": { "type": "npm", - "name": "npm:npm-pick-manifest", + "name": "npm:enquirer", "data": { - "version": "9.0.0", - "packageName": "npm-pick-manifest", - "hash": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==" + "version": "2.3.6", + "packageName": "enquirer", + "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" } }, - "npm:npm-run-path@2.0.2": { + "npm:entities@2.2.0": { "type": "npm", - "name": "npm:npm-run-path@2.0.2", + "name": "npm:entities@2.2.0", "data": { - "version": "2.0.2", - "packageName": "npm-run-path", - "hash": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==" + "version": "2.2.0", + "packageName": "entities", + "hash": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" } }, - "npm:npm-run-path": { + "npm:entities": { "type": "npm", - "name": "npm:npm-run-path", + "name": "npm:entities", "data": { - "version": "4.0.1", - "packageName": "npm-run-path", - "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + "version": "4.5.0", + "packageName": "entities", + "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" } }, - "npm:npm-run-path@5.3.0": { + "npm:err-code": { "type": "npm", - "name": "npm:npm-run-path@5.3.0", + "name": "npm:err-code", "data": { - "version": "5.3.0", - "packageName": "npm-run-path", - "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + "version": "2.0.3", + "packageName": "err-code", + "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" } }, - "npm:nwsapi": { + "npm:error-ex": { "type": "npm", - "name": "npm:nwsapi", + "name": "npm:error-ex", "data": { - "version": "2.2.7", - "packageName": "nwsapi", - "hash": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + "version": "1.3.2", + "packageName": "error-ex", + "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" } }, - "npm:nx": { + "npm:error-stack-parser": { "type": "npm", - "name": "npm:nx", + "name": "npm:error-stack-parser", "data": { - "version": "18.1.3", - "packageName": "nx", - "hash": "sha512-Ade/BZxK8kf98pBPHVJXRkxRTpBYJceL1YD9LBMP5TwmsVdG5ZbmmpTkCBorCGmCZ8L5WZN3gwoikvPKGs8q5w==" + "version": "2.1.4", + "packageName": "error-stack-parser", + "hash": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==" } }, - "npm:object-inspect": { + "npm:es-define-property": { "type": "npm", - "name": "npm:object-inspect", + "name": "npm:es-define-property", "data": { - "version": "1.13.1", - "packageName": "object-inspect", - "hash": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + "version": "1.0.0", + "packageName": "es-define-property", + "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" } }, - "npm:object-is": { + "npm:es-errors": { "type": "npm", - "name": "npm:object-is", + "name": "npm:es-errors", "data": { - "version": "1.1.6", - "packageName": "object-is", - "hash": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==" + "version": "1.3.0", + "packageName": "es-errors", + "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" } }, - "npm:object-keys": { + "npm:es-get-iterator": { "type": "npm", - "name": "npm:object-keys", + "name": "npm:es-get-iterator", "data": { - "version": "1.1.1", - "packageName": "object-keys", - "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + "version": "1.1.3", + "packageName": "es-get-iterator", + "hash": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==" } }, - "npm:object-pairs": { + "npm:esbuild-register": { "type": "npm", - "name": "npm:object-pairs", + "name": "npm:esbuild-register", "data": { - "version": "0.1.0", - "packageName": "object-pairs", - "hash": "sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==" + "version": "3.5.0", + "packageName": "esbuild-register", + "hash": "sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==" } }, - "npm:object-values": { + "npm:esbuild": { "type": "npm", - "name": "npm:object-values", + "name": "npm:esbuild", "data": { - "version": "1.0.0", - "packageName": "object-values", - "hash": "sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==" + "version": "0.19.12", + "packageName": "esbuild", + "hash": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==" } }, - "npm:object.assign": { + "npm:esbuild@0.20.2": { "type": "npm", - "name": "npm:object.assign", + "name": "npm:esbuild@0.20.2", "data": { - "version": "4.1.5", - "packageName": "object.assign", - "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" + "version": "0.20.2", + "packageName": "esbuild", + "hash": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==" } }, - "npm:object.defaults": { + "npm:escalade": { "type": "npm", - "name": "npm:object.defaults", + "name": "npm:escalade", "data": { - "version": "1.1.0", - "packageName": "object.defaults", - "hash": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==" + "version": "3.1.2", + "packageName": "escalade", + "hash": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" } }, - "npm:object.map": { + "npm:escape-regexp-component": { "type": "npm", - "name": "npm:object.map", + "name": "npm:escape-regexp-component", "data": { - "version": "1.0.1", - "packageName": "object.map", - "hash": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==" + "version": "1.0.2", + "packageName": "escape-regexp-component", + "hash": "sha512-B0yxafj1D1ZTNEHkFoQxz4iboZSfaZHhaNhIug7GcUCL4ZUrVSJZTmWUAkPOFaYDfi3RNT9XM082TuGE6jpmiQ==" } }, - "npm:object.pick": { + "npm:escape-string-regexp@1.0.5": { "type": "npm", - "name": "npm:object.pick", + "name": "npm:escape-string-regexp@1.0.5", "data": { - "version": "1.3.0", - "packageName": "object.pick", - "hash": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==" + "version": "1.0.5", + "packageName": "escape-string-regexp", + "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, - "npm:once": { + "npm:escape-string-regexp": { "type": "npm", - "name": "npm:once", + "name": "npm:escape-string-regexp", "data": { - "version": "1.4.0", - "packageName": "once", - "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + "version": "2.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" } }, - "npm:onetime@5.1.2": { + "npm:esprima": { "type": "npm", - "name": "npm:onetime@5.1.2", + "name": "npm:esprima", "data": { - "version": "5.1.2", - "packageName": "onetime", - "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + "version": "4.0.1", + "packageName": "esprima", + "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" } }, - "npm:onetime": { + "npm:estree-walker": { "type": "npm", - "name": "npm:onetime", + "name": "npm:estree-walker", "data": { - "version": "6.0.0", - "packageName": "onetime", - "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + "version": "2.0.2", + "packageName": "estree-walker", + "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" } }, - "npm:open": { + "npm:estree-walker@3.0.3": { "type": "npm", - "name": "npm:open", + "name": "npm:estree-walker@3.0.3", "data": { - "version": "8.4.2", - "packageName": "open", - "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + "version": "3.0.3", + "packageName": "estree-walker", + "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" } }, - "npm:ora": { + "npm:esutils": { "type": "npm", - "name": "npm:ora", + "name": "npm:esutils", "data": { - "version": "5.3.0", - "packageName": "ora", - "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" + "version": "2.0.3", + "packageName": "esutils", + "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" } }, - "npm:p-defer": { + "npm:event-target-shim": { "type": "npm", - "name": "npm:p-defer", + "name": "npm:event-target-shim", "data": { - "version": "1.0.0", - "packageName": "p-defer", - "hash": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==" + "version": "5.0.1", + "packageName": "event-target-shim", + "hash": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" } }, - "npm:p-finally": { + "npm:eventemitter3": { "type": "npm", - "name": "npm:p-finally", + "name": "npm:eventemitter3", "data": { - "version": "1.0.0", - "packageName": "p-finally", - "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + "version": "5.0.1", + "packageName": "eventemitter3", + "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" } }, - "npm:p-limit@3.1.0": { + "npm:events": { "type": "npm", - "name": "npm:p-limit@3.1.0", + "name": "npm:events", "data": { - "version": "3.1.0", - "packageName": "p-limit", - "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + "version": "3.3.0", + "packageName": "events", + "hash": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" } }, - "npm:p-limit": { + "npm:execa@0.6.3": { "type": "npm", - "name": "npm:p-limit", + "name": "npm:execa@0.6.3", "data": { - "version": "5.0.0", - "packageName": "p-limit", - "hash": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==" + "version": "0.6.3", + "packageName": "execa", + "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" } }, - "npm:p-map": { + "npm:execa@5.1.1": { "type": "npm", - "name": "npm:p-map", + "name": "npm:execa@5.1.1", "data": { - "version": "4.0.0", - "packageName": "p-map", - "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + "version": "5.1.1", + "packageName": "execa", + "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" } }, - "npm:p-memoize": { + "npm:execa": { "type": "npm", - "name": "npm:p-memoize", + "name": "npm:execa", "data": { - "version": "4.0.1", - "packageName": "p-memoize", - "hash": "sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==" + "version": "8.0.1", + "packageName": "execa", + "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" } }, - "npm:parse-filepath": { + "npm:expand-tilde": { "type": "npm", - "name": "npm:parse-filepath", + "name": "npm:expand-tilde", "data": { - "version": "1.0.2", - "packageName": "parse-filepath", - "hash": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==" + "version": "2.0.2", + "packageName": "expand-tilde", + "hash": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==" } }, - "npm:parse-json": { + "npm:extend": { "type": "npm", - "name": "npm:parse-json", + "name": "npm:extend", "data": { - "version": "5.2.0", - "packageName": "parse-json", - "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + "version": "3.0.2", + "packageName": "extend", + "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" } }, - "npm:parse-ms": { + "npm:fast-deep-equal": { "type": "npm", - "name": "npm:parse-ms", + "name": "npm:fast-deep-equal", "data": { - "version": "4.0.0", - "packageName": "parse-ms", - "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" + "version": "3.1.3", + "packageName": "fast-deep-equal", + "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" } }, - "npm:parse-npm-tarball-url": { + "npm:fast-glob": { "type": "npm", - "name": "npm:parse-npm-tarball-url", + "name": "npm:fast-glob", "data": { - "version": "3.0.0", - "packageName": "parse-npm-tarball-url", - "hash": "sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==" + "version": "3.3.2", + "packageName": "fast-glob", + "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" } }, - "npm:parse-passwd": { + "npm:fast-ignore": { "type": "npm", - "name": "npm:parse-passwd", + "name": "npm:fast-ignore", "data": { - "version": "1.0.0", - "packageName": "parse-passwd", - "hash": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" + "version": "1.1.1", + "packageName": "fast-ignore", + "hash": "sha512-Gnvido88waUVtlDv/6VBeXv0TAlQK5lheknMwzHx9948B7uOFjyyLXsYBXixDScEXJB5fMjy4G1OOTH59VKvUA==" } }, - "npm:parse5": { + "npm:fast-json-stable-stringify": { "type": "npm", - "name": "npm:parse5", + "name": "npm:fast-json-stable-stringify", "data": { - "version": "7.1.2", - "packageName": "parse5", - "hash": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" + "version": "2.1.0", + "packageName": "fast-json-stable-stringify", + "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" } }, - "npm:path-browserify": { + "npm:fast-loops": { "type": "npm", - "name": "npm:path-browserify", + "name": "npm:fast-loops", "data": { - "version": "1.0.1", - "packageName": "path-browserify", - "hash": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + "version": "1.1.3", + "packageName": "fast-loops", + "hash": "sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==" } }, - "npm:path-is-absolute": { + "npm:fast-safe-stringify": { "type": "npm", - "name": "npm:path-is-absolute", + "name": "npm:fast-safe-stringify", "data": { - "version": "1.0.1", - "packageName": "path-is-absolute", - "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + "version": "2.1.1", + "packageName": "fast-safe-stringify", + "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" } }, - "npm:path-key@2.0.1": { + "npm:fast-shallow-equal": { "type": "npm", - "name": "npm:path-key@2.0.1", + "name": "npm:fast-shallow-equal", "data": { - "version": "2.0.1", - "packageName": "path-key", - "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + "version": "1.0.0", + "packageName": "fast-shallow-equal", + "hash": "sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==" } }, - "npm:path-key": { + "npm:fast-string-truncated-width": { "type": "npm", - "name": "npm:path-key", + "name": "npm:fast-string-truncated-width", "data": { - "version": "3.1.1", - "packageName": "path-key", - "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + "version": "1.1.0", + "packageName": "fast-string-truncated-width", + "hash": "sha512-FfsFREOllHpnSl6cxpLi6wvqd9UebrZPxWlOJCCcWoOJzy02xyjPbafF9tyg2Usnf3GLmRr5Q6s7n+GO+6VB5A==" } }, - "npm:path-key@4.0.0": { + "npm:fast-string-width": { "type": "npm", - "name": "npm:path-key@4.0.0", + "name": "npm:fast-string-width", "data": { - "version": "4.0.0", - "packageName": "path-key", - "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" + "version": "1.0.5", + "packageName": "fast-string-width", + "hash": "sha512-rO3M39p2w0AaF81drD42Q+v77cyhUKWixavoTAsORzYtjMIHhZ33KgdsjEaxMBwI0zI0zLUNBL0CYqVMipXp4g==" } }, - "npm:path-parse": { + "npm:fastest-stable-stringify": { "type": "npm", - "name": "npm:path-parse", + "name": "npm:fastest-stable-stringify", "data": { - "version": "1.0.7", - "packageName": "path-parse", - "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "version": "2.0.2", + "packageName": "fastest-stable-stringify", + "hash": "sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==" } }, - "npm:path-root-regex": { + "npm:fastq": { "type": "npm", - "name": "npm:path-root-regex", + "name": "npm:fastq", "data": { - "version": "0.1.2", - "packageName": "path-root-regex", - "hash": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" + "version": "1.17.1", + "packageName": "fastq", + "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" } }, - "npm:path-root": { + "npm:fetch-blob": { "type": "npm", - "name": "npm:path-root", + "name": "npm:fetch-blob", "data": { - "version": "0.1.1", - "packageName": "path-root", - "hash": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==" + "version": "2.1.2", + "packageName": "fetch-blob", + "hash": "sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==" } }, - "npm:path-scurry": { + "npm:figures": { "type": "npm", - "name": "npm:path-scurry", + "name": "npm:figures", "data": { - "version": "1.10.1", - "packageName": "path-scurry", - "hash": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==" + "version": "3.2.0", + "packageName": "figures", + "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" } }, - "npm:path-temp": { + "npm:fill-range": { "type": "npm", - "name": "npm:path-temp", + "name": "npm:fill-range", "data": { - "version": "2.1.0", - "packageName": "path-temp", - "hash": "sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==" + "version": "7.0.1", + "packageName": "fill-range", + "hash": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" } }, - "npm:path-type": { + "npm:filter-iterator": { "type": "npm", - "name": "npm:path-type", + "name": "npm:filter-iterator", "data": { - "version": "5.0.0", - "packageName": "path-type", - "hash": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" + "version": "0.0.1", + "packageName": "filter-iterator", + "hash": "sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==" } }, - "npm:pathe": { + "npm:filter-obj": { "type": "npm", - "name": "npm:pathe", + "name": "npm:filter-obj", "data": { - "version": "1.1.2", - "packageName": "pathe", - "hash": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + "version": "1.1.0", + "packageName": "filter-obj", + "hash": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==" } }, - "npm:pathval": { + "npm:find-up-json": { "type": "npm", - "name": "npm:pathval", + "name": "npm:find-up-json", "data": { - "version": "1.1.1", - "packageName": "pathval", - "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" + "version": "2.0.4", + "packageName": "find-up-json", + "hash": "sha512-ABaCm3V1H5UYRHtClHvFFyxPIAC/bxd43tKwmcSco8/EuM5O7zDL2R7ORaA+rEltwgxoNOIK8LQFwQUfA/2GIw==" } }, - "npm:periscopic": { + "npm:find-up-path": { "type": "npm", - "name": "npm:periscopic", + "name": "npm:find-up-path", "data": { - "version": "3.1.0", - "packageName": "periscopic", - "hash": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==" + "version": "1.0.0", + "packageName": "find-up-path", + "hash": "sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==" } }, - "npm:picocolors": { + "npm:findup-sync": { "type": "npm", - "name": "npm:picocolors", + "name": "npm:findup-sync", "data": { - "version": "1.0.0", - "packageName": "picocolors", - "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "version": "5.0.0", + "packageName": "findup-sync", + "hash": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==" } }, - "npm:picomatch@2.3.1": { + "npm:fined": { "type": "npm", - "name": "npm:picomatch@2.3.1", + "name": "npm:fined", "data": { - "version": "2.3.1", - "packageName": "picomatch", - "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + "version": "2.0.0", + "packageName": "fined", + "hash": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==" } }, - "npm:picomatch": { + "npm:flagged-respawn": { "type": "npm", - "name": "npm:picomatch", + "name": "npm:flagged-respawn", "data": { - "version": "4.0.1", - "packageName": "picomatch", - "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" + "version": "2.0.0", + "packageName": "flagged-respawn", + "hash": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==" } }, - "npm:pidtree": { + "npm:flat": { "type": "npm", - "name": "npm:pidtree", + "name": "npm:flat", "data": { - "version": "0.6.0", - "packageName": "pidtree", - "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" + "version": "5.0.2", + "packageName": "flat", + "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" } }, - "npm:pioppo": { + "npm:follow-redirects": { "type": "npm", - "name": "npm:pioppo", + "name": "npm:follow-redirects", "data": { - "version": "1.1.0", - "packageName": "pioppo", - "hash": "sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==" + "version": "1.15.6", + "packageName": "follow-redirects", + "hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" } }, - "npm:pkg-types": { + "npm:for-each": { "type": "npm", - "name": "npm:pkg-types", + "name": "npm:for-each", "data": { - "version": "1.0.3", - "packageName": "pkg-types", - "hash": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==" + "version": "0.3.3", + "packageName": "for-each", + "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" } }, - "npm:possible-typed-array-names": { + "npm:for-in": { "type": "npm", - "name": "npm:possible-typed-array-names", + "name": "npm:for-in", "data": { - "version": "1.0.0", - "packageName": "possible-typed-array-names", - "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" + "version": "1.0.2", + "packageName": "for-in", + "hash": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==" } }, - "npm:postcss": { + "npm:for-own": { "type": "npm", - "name": "npm:postcss", + "name": "npm:for-own", "data": { - "version": "8.4.38", - "packageName": "postcss", - "hash": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==" + "version": "1.0.0", + "packageName": "for-own", + "hash": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==" } }, - "npm:prettier-plugin-svelte": { + "npm:foreground-child": { "type": "npm", - "name": "npm:prettier-plugin-svelte", + "name": "npm:foreground-child", "data": { - "version": "3.2.2", - "packageName": "prettier-plugin-svelte", - "hash": "sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==" + "version": "3.1.1", + "packageName": "foreground-child", + "hash": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==" } }, - "npm:prettier": { + "npm:form-data@2.5.1": { "type": "npm", - "name": "npm:prettier", + "name": "npm:form-data@2.5.1", "data": { - "version": "4.0.0-alpha.8", - "packageName": "prettier", - "hash": "sha512-7FFBkQb0Eg0wJRYzA7ucc31nqTjWgoSpmS0ey9OATHU6WiV0z53Uzo5hA3tZs/pbhhIG7YvOIBNmkRQ7Dr/k5A==" + "version": "2.5.1", + "packageName": "form-data", + "hash": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" } }, - "npm:pretty-bytes": { + "npm:form-data": { "type": "npm", - "name": "npm:pretty-bytes", + "name": "npm:form-data", "data": { - "version": "6.1.1", - "packageName": "pretty-bytes", - "hash": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==" + "version": "4.0.0", + "packageName": "form-data", + "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" } }, - "npm:pretty-format": { + "npm:fs-constants": { "type": "npm", - "name": "npm:pretty-format", + "name": "npm:fs-constants", "data": { - "version": "27.5.1", - "packageName": "pretty-format", - "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" + "version": "1.0.0", + "packageName": "fs-constants", + "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" } }, - "npm:pretty-format@29.7.0": { + "npm:fs-extra": { "type": "npm", - "name": "npm:pretty-format@29.7.0", + "name": "npm:fs-extra", "data": { - "version": "29.7.0", - "packageName": "pretty-format", - "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + "version": "10.1.0", + "packageName": "fs-extra", + "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" } }, - "npm:pretty-ms": { + "npm:fs-extra@11.2.0": { "type": "npm", - "name": "npm:pretty-ms", + "name": "npm:fs-extra@11.2.0", "data": { - "version": "9.0.0", - "packageName": "pretty-ms", - "hash": "sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==" + "version": "11.2.0", + "packageName": "fs-extra", + "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" } }, - "npm:proc-log": { + "npm:fs-extra@7.0.1": { "type": "npm", - "name": "npm:proc-log", + "name": "npm:fs-extra@7.0.1", "data": { - "version": "3.0.0", - "packageName": "proc-log", - "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + "version": "7.0.1", + "packageName": "fs-extra", + "hash": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==" } }, - "npm:process-nextick-args": { + "npm:fs.realpath": { "type": "npm", - "name": "npm:process-nextick-args", + "name": "npm:fs.realpath", "data": { - "version": "2.0.1", - "packageName": "process-nextick-args", - "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + "version": "1.0.0", + "packageName": "fs.realpath", + "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" } }, - "npm:promise-inflight": { + "npm:fsevents": { "type": "npm", - "name": "npm:promise-inflight", + "name": "npm:fsevents", "data": { - "version": "1.0.1", - "packageName": "promise-inflight", - "hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + "version": "2.3.3", + "packageName": "fsevents", + "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" } }, - "npm:promise-make-naked": { + "npm:function-bind": { "type": "npm", - "name": "npm:promise-make-naked", + "name": "npm:function-bind", "data": { - "version": "2.1.1", - "packageName": "promise-make-naked", - "hash": "sha512-BLvgZSNRkQNM5RGL4Cz8wK76WSb+t3VeMJL+/kxRBHI5+nliqZezranGGtiu/ePeFo5+CaLRvvGMzXrBuu2tAA==" + "version": "1.1.2", + "packageName": "function-bind", + "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" } }, - "npm:promise-retry": { + "npm:functions-have-names": { "type": "npm", - "name": "npm:promise-retry", + "name": "npm:functions-have-names", "data": { - "version": "2.0.1", - "packageName": "promise-retry", - "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + "version": "1.2.3", + "packageName": "functions-have-names", + "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" } }, - "npm:proxy-from-env": { + "npm:fuse.js": { "type": "npm", - "name": "npm:proxy-from-env", + "name": "npm:fuse.js", "data": { - "version": "1.1.0", - "packageName": "proxy-from-env", - "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + "version": "6.6.2", + "packageName": "fuse.js", + "hash": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==" } }, - "npm:pseudomap": { + "npm:gensync": { "type": "npm", - "name": "npm:pseudomap", + "name": "npm:gensync", "data": { - "version": "1.0.2", - "packageName": "pseudomap", - "hash": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" + "version": "1.0.0-beta.2", + "packageName": "gensync", + "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" } }, - "npm:psl": { + "npm:get-caller-file": { "type": "npm", - "name": "npm:psl", + "name": "npm:get-caller-file", "data": { - "version": "1.9.0", - "packageName": "psl", - "hash": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + "version": "2.0.5", + "packageName": "get-caller-file", + "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" } }, - "npm:punycode": { + "npm:get-current-package": { "type": "npm", - "name": "npm:punycode", + "name": "npm:get-current-package", "data": { - "version": "2.3.1", - "packageName": "punycode", - "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + "version": "1.0.0", + "packageName": "get-current-package", + "hash": "sha512-mEZ43mmPMdRz+7vouBd/fhnEMRF0omBzcwwwf2GmbWSeZJGdWHRp9RGLZxW7ZnnZ14jPc3GreHh0s/7u7PZJpQ==" } }, - "npm:querystringify": { + "npm:get-east-asian-width": { "type": "npm", - "name": "npm:querystringify", + "name": "npm:get-east-asian-width", "data": { - "version": "2.2.0", - "packageName": "querystringify", - "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + "version": "1.2.0", + "packageName": "get-east-asian-width", + "hash": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==" } }, - "npm:queue-microtask": { + "npm:get-func-name": { "type": "npm", - "name": "npm:queue-microtask", + "name": "npm:get-func-name", "data": { - "version": "1.2.3", - "packageName": "queue-microtask", - "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + "version": "2.0.2", + "packageName": "get-func-name", + "hash": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" } }, - "npm:randombytes": { + "npm:get-intrinsic": { "type": "npm", - "name": "npm:randombytes", + "name": "npm:get-intrinsic", "data": { - "version": "2.1.0", - "packageName": "randombytes", - "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" + "version": "1.2.4", + "packageName": "get-intrinsic", + "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" } }, - "npm:react-dom": { + "npm:get-stream@3.0.0": { "type": "npm", - "name": "npm:react-dom", + "name": "npm:get-stream@3.0.0", "data": { - "version": "18.2.0", - "packageName": "react-dom", - "hash": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==" + "version": "3.0.0", + "packageName": "get-stream", + "hash": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" } }, - "npm:react-error-boundary": { + "npm:get-stream": { "type": "npm", - "name": "npm:react-error-boundary", + "name": "npm:get-stream", "data": { - "version": "3.1.4", - "packageName": "react-error-boundary", - "hash": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==" + "version": "6.0.1", + "packageName": "get-stream", + "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" } }, - "npm:react-is": { + "npm:get-stream@8.0.1": { "type": "npm", - "name": "npm:react-is", + "name": "npm:get-stream@8.0.1", "data": { - "version": "17.0.2", - "packageName": "react-is", - "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + "version": "8.0.1", + "packageName": "get-stream", + "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" } }, - "npm:react-is@18.2.0": { + "npm:git-log-parser": { "type": "npm", - "name": "npm:react-is@18.2.0", + "name": "npm:git-log-parser", "data": { - "version": "18.2.0", - "packageName": "react-is", - "hash": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + "version": "1.2.0", + "packageName": "git-log-parser", + "hash": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==" } }, - "npm:react": { + "npm:glob-gitignore": { "type": "npm", - "name": "npm:react", + "name": "npm:glob-gitignore", "data": { - "version": "18.2.0", - "packageName": "react", - "hash": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==" + "version": "1.0.14", + "packageName": "glob-gitignore", + "hash": "sha512-YuAEPqL58bOQDqDF2kMv009rIjSAtPs+WPzyGbwRWK+wD0UWQVRoP34Pz6yJ6ivco65C9tZnaIt0I3JCuQ8NZQ==" } }, - "npm:read-package-json-fast": { + "npm:glob-parent": { "type": "npm", - "name": "npm:read-package-json-fast", + "name": "npm:glob-parent", "data": { - "version": "3.0.2", - "packageName": "read-package-json-fast", - "hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==" + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" } }, - "npm:readable-stream@2.3.8": { + "npm:glob@10.3.10": { "type": "npm", - "name": "npm:readable-stream@2.3.8", + "name": "npm:glob@10.3.10", "data": { - "version": "2.3.8", - "packageName": "readable-stream", - "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + "version": "10.3.10", + "packageName": "glob", + "hash": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" } }, - "npm:readable-stream": { + "npm:glob@7.2.3": { "type": "npm", - "name": "npm:readable-stream", + "name": "npm:glob@7.2.3", "data": { - "version": "3.6.2", - "packageName": "readable-stream", - "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + "version": "7.2.3", + "packageName": "glob", + "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" } }, - "npm:readdirp": { + "npm:glob": { "type": "npm", - "name": "npm:readdirp", + "name": "npm:glob", "data": { - "version": "3.6.0", - "packageName": "readdirp", - "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + "version": "8.1.0", + "packageName": "glob", + "hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" } }, - "npm:rechoir": { + "npm:global-modules": { "type": "npm", - "name": "npm:rechoir", + "name": "npm:global-modules", "data": { - "version": "0.8.0", - "packageName": "rechoir", - "hash": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==" + "version": "1.0.0", + "packageName": "global-modules", + "hash": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==" } }, - "npm:redent": { + "npm:global-prefix": { "type": "npm", - "name": "npm:redent", + "name": "npm:global-prefix", "data": { - "version": "3.0.0", - "packageName": "redent", - "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + "version": "1.0.2", + "packageName": "global-prefix", + "hash": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==" } }, - "npm:regenerate-unicode-properties": { + "npm:globals": { "type": "npm", - "name": "npm:regenerate-unicode-properties", + "name": "npm:globals", "data": { - "version": "10.1.1", - "packageName": "regenerate-unicode-properties", - "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" + "version": "11.12.0", + "packageName": "globals", + "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" } }, - "npm:regenerate": { + "npm:globby": { "type": "npm", - "name": "npm:regenerate", + "name": "npm:globby", "data": { - "version": "1.4.2", - "packageName": "regenerate", - "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + "version": "11.1.0", + "packageName": "globby", + "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" } }, - "npm:regenerator-runtime": { + "npm:globby@14.0.1": { "type": "npm", - "name": "npm:regenerator-runtime", + "name": "npm:globby@14.0.1", "data": { - "version": "0.14.1", - "packageName": "regenerator-runtime", - "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + "version": "14.0.1", + "packageName": "globby", + "hash": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==" } }, - "npm:regenerator-transform": { + "npm:globrex": { "type": "npm", - "name": "npm:regenerator-transform", + "name": "npm:globrex", "data": { - "version": "0.15.2", - "packageName": "regenerator-transform", - "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" + "version": "0.1.2", + "packageName": "globrex", + "hash": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==" } }, - "npm:regexp.prototype.flags": { + "npm:gopd": { "type": "npm", - "name": "npm:regexp.prototype.flags", + "name": "npm:gopd", "data": { - "version": "1.5.2", - "packageName": "regexp.prototype.flags", - "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" + "version": "1.0.1", + "packageName": "gopd", + "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" } }, - "npm:regexpu-core": { + "npm:graceful-fs": { "type": "npm", - "name": "npm:regexpu-core", + "name": "npm:graceful-fs", "data": { - "version": "5.3.2", - "packageName": "regexpu-core", - "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" + "version": "4.2.11", + "packageName": "graceful-fs", + "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" } }, - "npm:regjsparser": { + "npm:grammex": { "type": "npm", - "name": "npm:regjsparser", + "name": "npm:grammex", "data": { - "version": "0.9.1", - "packageName": "regjsparser", - "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" + "version": "3.1.3", + "packageName": "grammex", + "hash": "sha512-rUZoJJQguOCaAMTuoyxs40OxqSLgVhzCCwDn1mbp2vETWutv/TmgAz7KxMR8Tz4z4cty/zIh88HrOWKqWgeGjg==" } }, - "npm:rename-overwrite": { + "npm:has-bigints": { "type": "npm", - "name": "npm:rename-overwrite", + "name": "npm:has-bigints", "data": { - "version": "5.0.0", - "packageName": "rename-overwrite", - "hash": "sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==" + "version": "1.0.2", + "packageName": "has-bigints", + "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" } }, - "npm:require-directory": { + "npm:has-flag@3.0.0": { "type": "npm", - "name": "npm:require-directory", + "name": "npm:has-flag@3.0.0", "data": { - "version": "2.1.1", - "packageName": "require-directory", - "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + "version": "3.0.0", + "packageName": "has-flag", + "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" } }, - "npm:requires-port": { + "npm:has-flag": { "type": "npm", - "name": "npm:requires-port", + "name": "npm:has-flag", "data": { - "version": "1.0.0", - "packageName": "requires-port", - "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + "version": "4.0.0", + "packageName": "has-flag", + "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" } }, - "npm:resolve-dir": { + "npm:has-own-property": { "type": "npm", - "name": "npm:resolve-dir", + "name": "npm:has-own-property", "data": { - "version": "1.0.1", - "packageName": "resolve-dir", - "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" + "version": "0.1.0", + "packageName": "has-own-property", + "hash": "sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==" } }, - "npm:resolve.exports": { + "npm:has-property-descriptors": { "type": "npm", - "name": "npm:resolve.exports", + "name": "npm:has-property-descriptors", "data": { - "version": "2.0.2", - "packageName": "resolve.exports", - "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" + "version": "1.0.2", + "packageName": "has-property-descriptors", + "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" } }, - "npm:resolve@1.19.0": { + "npm:has-proto": { "type": "npm", - "name": "npm:resolve@1.19.0", + "name": "npm:has-proto", "data": { - "version": "1.19.0", - "packageName": "resolve", - "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" + "version": "1.0.3", + "packageName": "has-proto", + "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" } }, - "npm:resolve": { + "npm:has-symbols": { "type": "npm", - "name": "npm:resolve", + "name": "npm:has-symbols", "data": { - "version": "1.22.8", - "packageName": "resolve", - "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + "version": "1.0.3", + "packageName": "has-symbols", + "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" } }, - "npm:restore-cursor": { + "npm:has-tostringtag": { "type": "npm", - "name": "npm:restore-cursor", + "name": "npm:has-tostringtag", "data": { - "version": "3.1.0", - "packageName": "restore-cursor", - "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + "version": "1.0.2", + "packageName": "has-tostringtag", + "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" } }, - "npm:restore-cursor@4.0.0": { + "npm:hasown": { "type": "npm", - "name": "npm:restore-cursor@4.0.0", + "name": "npm:hasown", "data": { - "version": "4.0.0", - "packageName": "restore-cursor", - "hash": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==" + "version": "2.0.2", + "packageName": "hasown", + "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" } }, - "npm:retry": { + "npm:hast-util-whitespace": { "type": "npm", - "name": "npm:retry", + "name": "npm:hast-util-whitespace", "data": { - "version": "0.12.0", - "packageName": "retry", - "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + "version": "2.0.1", + "packageName": "hast-util-whitespace", + "hash": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==" } }, - "npm:reusify": { + "npm:he": { "type": "npm", - "name": "npm:reusify", + "name": "npm:he", "data": { - "version": "1.0.4", - "packageName": "reusify", - "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + "version": "1.2.0", + "packageName": "he", + "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" } }, - "npm:reverse-arguments": { + "npm:heap": { "type": "npm", - "name": "npm:reverse-arguments", + "name": "npm:heap", "data": { - "version": "1.0.0", - "packageName": "reverse-arguments", - "hash": "sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==" + "version": "0.2.5", + "packageName": "heap", + "hash": "sha512-G7HLD+WKcrOyJP5VQwYZNC3Z6FcQ7YYjEFiFoIj8PfEr73mu421o8B1N5DKUcc8K37EsJ2XXWA8DtrDz/2dReg==" } }, - "npm:rfdc": { + "npm:history": { "type": "npm", - "name": "npm:rfdc", + "name": "npm:history", "data": { - "version": "1.3.1", - "packageName": "rfdc", - "hash": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + "version": "5.3.0", + "packageName": "history", + "hash": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==" } }, - "npm:rimraf@3.0.2": { + "npm:hoist-non-react-statics": { "type": "npm", - "name": "npm:rimraf@3.0.2", + "name": "npm:hoist-non-react-statics", "data": { - "version": "3.0.2", - "packageName": "rimraf", - "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + "version": "3.3.2", + "packageName": "hoist-non-react-statics", + "hash": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==" } }, - "npm:rimraf": { + "npm:homedir-polyfill": { "type": "npm", - "name": "npm:rimraf", + "name": "npm:homedir-polyfill", "data": { - "version": "5.0.5", - "packageName": "rimraf", - "hash": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==" + "version": "1.0.3", + "packageName": "homedir-polyfill", + "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" } }, - "npm:rollup-plugin-preserve-directives": { + "npm:hosted-git-info@4.1.0": { "type": "npm", - "name": "npm:rollup-plugin-preserve-directives", + "name": "npm:hosted-git-info@4.1.0", "data": { - "version": "0.4.0", - "packageName": "rollup-plugin-preserve-directives", - "hash": "sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==" + "version": "4.1.0", + "packageName": "hosted-git-info", + "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" } }, - "npm:rollup-plugin-size": { + "npm:hosted-git-info": { "type": "npm", - "name": "npm:rollup-plugin-size", + "name": "npm:hosted-git-info", "data": { - "version": "0.3.1", - "packageName": "rollup-plugin-size", - "hash": "sha512-SAtpTAAJ0nFkISxLxYjDZX9Zqt34tAIil98R305ZM0GhTnnO6VYG0P5M+2IXKo/iNDdbpBcIfg1W06CLtk/vXA==" + "version": "7.0.1", + "packageName": "hosted-git-info", + "hash": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==" } }, - "npm:rollup-plugin-svelte": { + "npm:html-encoding-sniffer": { "type": "npm", - "name": "npm:rollup-plugin-svelte", + "name": "npm:html-encoding-sniffer", "data": { - "version": "7.2.0", - "packageName": "rollup-plugin-svelte", - "hash": "sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==" + "version": "4.0.0", + "packageName": "html-encoding-sniffer", + "hash": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" } }, - "npm:rollup-plugin-visualizer": { + "npm:html-to-text": { "type": "npm", - "name": "npm:rollup-plugin-visualizer", + "name": "npm:html-to-text", "data": { - "version": "5.12.0", - "packageName": "rollup-plugin-visualizer", - "hash": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==" + "version": "8.2.1", + "packageName": "html-to-text", + "hash": "sha512-aN/3JvAk8qFsWVeE9InWAWueLXrbkoVZy0TkzaGhoRBC2gCFEeRLDDJN3/ijIGHohy6H+SZzUQWN/hcYtaPK8w==" } }, - "npm:rollup": { + "npm:htmlparser2": { "type": "npm", - "name": "npm:rollup", + "name": "npm:htmlparser2", "data": { - "version": "4.13.0", - "packageName": "rollup", - "hash": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==" + "version": "6.1.0", + "packageName": "htmlparser2", + "hash": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==" } }, - "npm:rrweb-cssom": { + "npm:http-proxy-agent": { "type": "npm", - "name": "npm:rrweb-cssom", + "name": "npm:http-proxy-agent", "data": { - "version": "0.6.0", - "packageName": "rrweb-cssom", - "hash": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" + "version": "7.0.2", + "packageName": "http-proxy-agent", + "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" } }, - "npm:run-parallel": { + "npm:https-proxy-agent": { "type": "npm", - "name": "npm:run-parallel", + "name": "npm:https-proxy-agent", "data": { - "version": "1.2.0", - "packageName": "run-parallel", - "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + "version": "7.0.4", + "packageName": "https-proxy-agent", + "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" } }, - "npm:safe-buffer@5.1.2": { + "npm:human-signals": { "type": "npm", - "name": "npm:safe-buffer@5.1.2", + "name": "npm:human-signals", "data": { - "version": "5.1.2", - "packageName": "safe-buffer", - "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "version": "2.1.0", + "packageName": "human-signals", + "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" } }, - "npm:safe-buffer": { + "npm:human-signals@5.0.0": { "type": "npm", - "name": "npm:safe-buffer", + "name": "npm:human-signals@5.0.0", "data": { - "version": "5.2.1", - "packageName": "safe-buffer", - "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + "version": "5.0.0", + "packageName": "human-signals", + "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" } }, - "npm:safer-buffer": { + "npm:husky": { "type": "npm", - "name": "npm:safer-buffer", + "name": "npm:husky", "data": { - "version": "2.1.2", - "packageName": "safer-buffer", - "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "version": "9.0.11", + "packageName": "husky", + "hash": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==" } }, - "npm:saxes": { + "npm:hyphenate-style-name": { "type": "npm", - "name": "npm:saxes", + "name": "npm:hyphenate-style-name", "data": { - "version": "6.0.0", - "packageName": "saxes", - "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" + "version": "1.0.4", + "packageName": "hyphenate-style-name", + "hash": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" } }, - "npm:scheduler": { + "npm:iconv-lite": { "type": "npm", - "name": "npm:scheduler", + "name": "npm:iconv-lite", "data": { - "version": "0.23.0", - "packageName": "scheduler", - "hash": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==" + "version": "0.6.3", + "packageName": "iconv-lite", + "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" } }, - "npm:semver": { + "npm:identity-function": { "type": "npm", - "name": "npm:semver", + "name": "npm:identity-function", "data": { - "version": "6.3.1", - "packageName": "semver", - "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + "version": "1.0.0", + "packageName": "identity-function", + "hash": "sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==" } }, - "npm:semver@7.5.4": { + "npm:ieee754": { "type": "npm", - "name": "npm:semver@7.5.4", + "name": "npm:ieee754", "data": { - "version": "7.5.4", - "packageName": "semver", - "hash": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==" + "version": "1.2.1", + "packageName": "ieee754", + "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" } }, - "npm:semver@7.6.0": { + "npm:ignore": { "type": "npm", - "name": "npm:semver@7.6.0", + "name": "npm:ignore", "data": { - "version": "7.6.0", - "packageName": "semver", - "hash": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==" + "version": "5.3.1", + "packageName": "ignore", + "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" } }, - "npm:serialize-javascript": { + "npm:immer": { "type": "npm", - "name": "npm:serialize-javascript", + "name": "npm:immer", "data": { - "version": "6.0.2", - "packageName": "serialize-javascript", - "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" + "version": "9.0.15", + "packageName": "immer", + "hash": "sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==" } }, - "npm:set-function-length": { + "npm:immutability-helper": { "type": "npm", - "name": "npm:set-function-length", + "name": "npm:immutability-helper", "data": { - "version": "1.2.2", - "packageName": "set-function-length", - "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" + "version": "3.1.1", + "packageName": "immutability-helper", + "hash": "sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ==" } }, - "npm:set-function-name": { + "npm:import-lazy": { "type": "npm", - "name": "npm:set-function-name", + "name": "npm:import-lazy", "data": { - "version": "2.0.2", - "packageName": "set-function-name", - "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" + "version": "4.0.0", + "packageName": "import-lazy", + "hash": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==" } }, - "npm:shebang-command@1.2.0": { + "npm:import-meta-resolve": { "type": "npm", - "name": "npm:shebang-command@1.2.0", + "name": "npm:import-meta-resolve", "data": { - "version": "1.2.0", - "packageName": "shebang-command", - "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" + "version": "4.0.0", + "packageName": "import-meta-resolve", + "hash": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==" } }, - "npm:shebang-command": { + "npm:indent-string": { "type": "npm", - "name": "npm:shebang-command", + "name": "npm:indent-string", "data": { - "version": "2.0.0", - "packageName": "shebang-command", - "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + "version": "4.0.0", + "packageName": "indent-string", + "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" } }, - "npm:shebang-regex@1.0.0": { + "npm:individual": { "type": "npm", - "name": "npm:shebang-regex@1.0.0", + "name": "npm:individual", "data": { - "version": "1.0.0", - "packageName": "shebang-regex", - "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + "version": "3.0.0", + "packageName": "individual", + "hash": "sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==" } }, - "npm:shebang-regex": { + "npm:inflight": { "type": "npm", - "name": "npm:shebang-regex", + "name": "npm:inflight", "data": { - "version": "3.0.0", - "packageName": "shebang-regex", - "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + "version": "1.0.6", + "packageName": "inflight", + "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" } }, - "npm:shell-quote-word": { + "npm:inherits": { "type": "npm", - "name": "npm:shell-quote-word", + "name": "npm:inherits", "data": { - "version": "1.0.1", - "packageName": "shell-quote-word", - "hash": "sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==" + "version": "2.0.4", + "packageName": "inherits", + "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" } }, - "npm:sherif-darwin-arm64": { + "npm:ini-simple-parser": { "type": "npm", - "name": "npm:sherif-darwin-arm64", + "name": "npm:ini-simple-parser", "data": { - "version": "0.8.1", - "packageName": "sherif-darwin-arm64", - "hash": "sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==" + "version": "1.0.0", + "packageName": "ini-simple-parser", + "hash": "sha512-cZUGzkBd1W8FoIbFNMbscMvIGwp+riO/4PaPAy2owQp0sja+ni6Yty11GBNnxaI1ePkSVXzPb8iMOOYuYw/MOQ==" } }, - "npm:sherif-darwin-x64": { + "npm:ini": { "type": "npm", - "name": "npm:sherif-darwin-x64", + "name": "npm:ini", "data": { - "version": "0.8.1", - "packageName": "sherif-darwin-x64", - "hash": "sha512-u0mBU15wPSKXWYGC1DvNfC/ZKD1v7fQQjhP5u5gek7eGY+NCQRKWX6Y6nsyOLvZPSCxhPoiGv79/LRIEi5Z5wQ==" + "version": "1.3.8", + "packageName": "ini", + "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" } }, - "npm:sherif-linux-arm64": { + "npm:inline-style-parser": { "type": "npm", - "name": "npm:sherif-linux-arm64", + "name": "npm:inline-style-parser", "data": { - "version": "0.8.1", - "packageName": "sherif-linux-arm64", - "hash": "sha512-/oClgMG35zra4CbSI6KTN2fM8Ix7RTF6G+F7I4caVGfhmXJZk+sIgnQJ09RB+lwuii1nYn5EFWqDD2Y6AWvoOQ==" + "version": "0.1.1", + "packageName": "inline-style-parser", + "hash": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" } }, - "npm:sherif-linux-x64": { + "npm:inline-style-prefixer": { "type": "npm", - "name": "npm:sherif-linux-x64", + "name": "npm:inline-style-prefixer", "data": { - "version": "0.8.1", - "packageName": "sherif-linux-x64", - "hash": "sha512-7xzh9xx/Sc8/XSPT75iOPzqli3vWe3yhaPgODcRi5gNrS38rwiqP0SXA9uZN/tXinR4xnDNCtZ5QmKnrBlWiRw==" + "version": "7.0.0", + "packageName": "inline-style-prefixer", + "hash": "sha512-I7GEdScunP1dQ6IM2mQWh6v0mOYdYmH3Bp31UecKdrcUgcURTcctSe1IECdUznSHKSmsHtjrT3CwCPI1pyxfUQ==" } }, - "npm:sherif-windows-arm64": { + "npm:internal-slot": { "type": "npm", - "name": "npm:sherif-windows-arm64", + "name": "npm:internal-slot", "data": { - "version": "0.8.1", - "packageName": "sherif-windows-arm64", - "hash": "sha512-DFYnClmaUw5MVAvUWr8masgf/HKFOjiHAOOegCLvs6mZHdIcz4D1/noQoGZTEhCNdBGr557WScK4IReUWrfYPQ==" + "version": "1.0.7", + "packageName": "internal-slot", + "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" } }, - "npm:sherif-windows-x64": { + "npm:interpret": { "type": "npm", - "name": "npm:sherif-windows-x64", + "name": "npm:interpret", "data": { - "version": "0.8.1", - "packageName": "sherif-windows-x64", - "hash": "sha512-BCgAKEPYG3jZ+AuvjLqP4UWnhTbSQpQoGYIZHGV8SRkdh9K/odvgv5Agvjq2SLHkM+jS2YERMxo8ZAOvtvL3WQ==" + "version": "3.1.1", + "packageName": "interpret", + "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" } }, - "npm:sherif": { + "npm:intl-messageformat@10.3.1": { "type": "npm", - "name": "npm:sherif", + "name": "npm:intl-messageformat@10.3.1", "data": { - "version": "0.8.1", - "packageName": "sherif", - "hash": "sha512-pT1vcHW5fZWZERobCvEaz2gxgOHcDTa2UF7KRsxZ4eunMWyL93smoVd55wWCBOOGMwhO7wnI+l07SYtiB9meMA==" + "version": "10.3.1", + "packageName": "intl-messageformat", + "hash": "sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==" } }, - "npm:side-channel": { + "npm:intl-messageformat": { "type": "npm", - "name": "npm:side-channel", + "name": "npm:intl-messageformat", "data": { - "version": "1.0.6", - "packageName": "side-channel", - "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" + "version": "10.5.11", + "packageName": "intl-messageformat", + "hash": "sha512-eYq5fkFBVxc7GIFDzpFQkDOZgNayNTQn4Oufe8jw6YY6OHVw70/4pA3FyCsQ0Gb2DnvEJEMmN2tOaXUGByM+kg==" } }, - "npm:siginfo": { + "npm:ionstore": { "type": "npm", - "name": "npm:siginfo", + "name": "npm:ionstore", "data": { - "version": "2.0.0", - "packageName": "siginfo", - "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" + "version": "1.0.0", + "packageName": "ionstore", + "hash": "sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==" } }, - "npm:signal-exit@3.0.7": { + "npm:is-absolute": { "type": "npm", - "name": "npm:signal-exit@3.0.7", + "name": "npm:is-absolute", "data": { - "version": "3.0.7", - "packageName": "signal-exit", - "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "version": "1.0.0", + "packageName": "is-absolute", + "hash": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==" } }, - "npm:signal-exit": { + "npm:is-arguments": { "type": "npm", - "name": "npm:signal-exit", + "name": "npm:is-arguments", "data": { - "version": "4.1.0", - "packageName": "signal-exit", - "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + "version": "1.1.1", + "packageName": "is-arguments", + "hash": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==" } }, - "npm:size-limit": { + "npm:is-array-buffer": { "type": "npm", - "name": "npm:size-limit", + "name": "npm:is-array-buffer", "data": { - "version": "11.1.2", - "packageName": "size-limit", - "hash": "sha512-W9V/QR98fiLgGg+S77DNy7usExpz7HCdDAqm2t2Q77GWCV//wWUC6hyZA9QXKk1x6bxMMTzq1vmncw5Cve/43w==" + "version": "3.0.4", + "packageName": "is-array-buffer", + "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" } }, - "npm:slash": { + "npm:is-arrayish": { "type": "npm", - "name": "npm:slash", + "name": "npm:is-arrayish", "data": { - "version": "5.1.0", - "packageName": "slash", - "hash": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" + "version": "0.2.1", + "packageName": "is-arrayish", + "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" } }, - "npm:slice-ansi": { + "npm:is-bigint": { "type": "npm", - "name": "npm:slice-ansi", + "name": "npm:is-bigint", "data": { - "version": "5.0.0", - "packageName": "slice-ansi", - "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" + "version": "1.0.4", + "packageName": "is-bigint", + "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" } }, - "npm:slice-ansi@7.1.0": { + "npm:is-binary-path": { "type": "npm", - "name": "npm:slice-ansi@7.1.0", + "name": "npm:is-binary-path", "data": { - "version": "7.1.0", - "packageName": "slice-ansi", - "hash": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==" + "version": "2.1.0", + "packageName": "is-binary-path", + "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" } }, - "npm:smob": { + "npm:is-boolean-object": { "type": "npm", - "name": "npm:smob", + "name": "npm:is-boolean-object", "data": { - "version": "1.4.1", - "packageName": "smob", - "hash": "sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==" + "version": "1.1.2", + "packageName": "is-boolean-object", + "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" } }, - "npm:smol-toml": { + "npm:is-buffer": { "type": "npm", - "name": "npm:smol-toml", + "name": "npm:is-buffer", "data": { - "version": "1.1.4", - "packageName": "smol-toml", - "hash": "sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==" + "version": "2.0.5", + "packageName": "is-buffer", + "hash": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" } }, - "npm:source-map-js": { + "npm:is-builtin-module": { "type": "npm", - "name": "npm:source-map-js", + "name": "npm:is-builtin-module", "data": { - "version": "1.2.0", - "packageName": "source-map-js", - "hash": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" + "version": "3.2.1", + "packageName": "is-builtin-module", + "hash": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" } }, - "npm:source-map-support": { + "npm:is-callable": { "type": "npm", - "name": "npm:source-map-support", + "name": "npm:is-callable", "data": { - "version": "0.5.21", - "packageName": "source-map-support", - "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + "version": "1.2.7", + "packageName": "is-callable", + "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" } }, - "npm:source-map@0.6.1": { + "npm:is-core-module": { "type": "npm", - "name": "npm:source-map@0.6.1", + "name": "npm:is-core-module", "data": { - "version": "0.6.1", - "packageName": "source-map", - "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "version": "2.13.1", + "packageName": "is-core-module", + "hash": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" } }, - "npm:source-map": { + "npm:is-date-object": { "type": "npm", - "name": "npm:source-map", + "name": "npm:is-date-object", "data": { - "version": "0.7.4", - "packageName": "source-map", - "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + "version": "1.0.5", + "packageName": "is-date-object", + "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" } }, - "npm:spawn-error-forwarder": { + "npm:is-docker": { "type": "npm", - "name": "npm:spawn-error-forwarder", + "name": "npm:is-docker", "data": { - "version": "1.0.0", - "packageName": "spawn-error-forwarder", - "hash": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==" + "version": "2.2.1", + "packageName": "is-docker", + "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" } }, - "npm:spdx-correct": { + "npm:is-extglob": { "type": "npm", - "name": "npm:spdx-correct", + "name": "npm:is-extglob", "data": { - "version": "3.2.0", - "packageName": "spdx-correct", - "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + "version": "2.1.1", + "packageName": "is-extglob", + "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" } }, - "npm:spdx-exceptions": { + "npm:is-fullwidth-code-point": { "type": "npm", - "name": "npm:spdx-exceptions", + "name": "npm:is-fullwidth-code-point", "data": { - "version": "2.5.0", - "packageName": "spdx-exceptions", - "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" + "version": "3.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" } }, - "npm:spdx-expression-parse": { + "npm:is-fullwidth-code-point@4.0.0": { "type": "npm", - "name": "npm:spdx-expression-parse", + "name": "npm:is-fullwidth-code-point@4.0.0", "data": { - "version": "3.0.1", - "packageName": "spdx-expression-parse", - "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" + "version": "4.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" } }, - "npm:spdx-license-ids": { + "npm:is-fullwidth-code-point@5.0.0": { "type": "npm", - "name": "npm:spdx-license-ids", + "name": "npm:is-fullwidth-code-point@5.0.0", "data": { - "version": "3.0.17", - "packageName": "spdx-license-ids", - "hash": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==" + "version": "5.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==" } }, - "npm:specialist": { + "npm:is-generator-function": { "type": "npm", - "name": "npm:specialist", + "name": "npm:is-generator-function", "data": { - "version": "1.4.0", - "packageName": "specialist", - "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" + "version": "1.0.10", + "packageName": "is-generator-function", + "hash": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==" } }, - "npm:split2": { + "npm:is-git-repository": { "type": "npm", - "name": "npm:split2", + "name": "npm:is-git-repository", "data": { - "version": "1.0.0", - "packageName": "split2", - "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" + "version": "1.1.1", + "packageName": "is-git-repository", + "hash": "sha512-hxLpJytJnIZ5Og5QsxSkzmb8Qx8rGau9bio1JN/QtXcGEFuSsQYau0IiqlsCwftsfVYjF1mOq6uLdmwNSspgpA==" } }, - "npm:split2@3.2.2": { + "npm:is-glob": { "type": "npm", - "name": "npm:split2@3.2.2", + "name": "npm:is-glob", "data": { - "version": "3.2.2", - "packageName": "split2", - "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==" + "version": "4.0.3", + "packageName": "is-glob", + "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" } }, - "npm:split2@4.2.0": { + "npm:is-interactive": { "type": "npm", - "name": "npm:split2@4.2.0", + "name": "npm:is-interactive", "data": { - "version": "4.2.0", - "packageName": "split2", - "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + "version": "1.0.0", + "packageName": "is-interactive", + "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" } }, - "npm:sprintf-js": { + "npm:is-iterable": { "type": "npm", - "name": "npm:sprintf-js", + "name": "npm:is-iterable", "data": { - "version": "1.0.3", - "packageName": "sprintf-js", - "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + "version": "1.1.1", + "packageName": "is-iterable", + "hash": "sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==" } }, - "npm:ssri": { + "npm:is-map": { "type": "npm", - "name": "npm:ssri", + "name": "npm:is-map", "data": { - "version": "10.0.5", - "packageName": "ssri", - "hash": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==" + "version": "2.0.3", + "packageName": "is-map", + "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" } }, - "npm:stackback": { + "npm:is-module": { "type": "npm", - "name": "npm:stackback", + "name": "npm:is-module", "data": { - "version": "0.0.2", - "packageName": "stackback", - "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" + "version": "1.0.0", + "packageName": "is-module", + "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" } }, - "npm:std-env": { + "npm:is-number-object": { "type": "npm", - "name": "npm:std-env", + "name": "npm:is-number-object", "data": { - "version": "3.7.0", - "packageName": "std-env", - "hash": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" + "version": "1.0.7", + "packageName": "is-number-object", + "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" } }, - "npm:stdin-blocker": { + "npm:is-number": { "type": "npm", - "name": "npm:stdin-blocker", + "name": "npm:is-number", "data": { - "version": "2.0.0", - "packageName": "stdin-blocker", - "hash": "sha512-fZ3txWyDSxOll6+ajX9akA5YzchyoEpVNsH8eWNY/ZnzlRoM0eW/zF8bm852KVpYutjNFQFvEF/RdZtlqxIZkQ==" + "version": "4.0.0", + "packageName": "is-number", + "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" } }, - "npm:stop-iteration-iterator": { + "npm:is-number@7.0.0": { "type": "npm", - "name": "npm:stop-iteration-iterator", + "name": "npm:is-number@7.0.0", "data": { - "version": "1.0.0", - "packageName": "stop-iteration-iterator", - "hash": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==" + "version": "7.0.0", + "packageName": "is-number", + "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" } }, - "npm:stream-combiner2": { + "npm:is-obj": { "type": "npm", - "name": "npm:stream-combiner2", + "name": "npm:is-obj", "data": { - "version": "1.1.1", - "packageName": "stream-combiner2", - "hash": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==" + "version": "2.0.0", + "packageName": "is-obj", + "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" } }, - "npm:stream-to-array": { + "npm:is-plain-obj": { "type": "npm", - "name": "npm:stream-to-array", + "name": "npm:is-plain-obj", "data": { - "version": "2.3.0", - "packageName": "stream-to-array", - "hash": "sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==" + "version": "4.1.0", + "packageName": "is-plain-obj", + "hash": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==" } }, - "npm:string-argv": { + "npm:is-plain-object": { "type": "npm", - "name": "npm:string-argv", + "name": "npm:is-plain-object", "data": { - "version": "0.3.2", - "packageName": "string-argv", - "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" + "version": "5.0.0", + "packageName": "is-plain-object", + "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" } }, - "npm:string-width-cjs": { + "npm:is-potential-custom-element-name": { "type": "npm", - "name": "npm:string-width-cjs", + "name": "npm:is-potential-custom-element-name", "data": { - "version": "npm:string-width@4.2.3", - "packageName": "string-width-cjs", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + "version": "1.0.1", + "packageName": "is-potential-custom-element-name", + "hash": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" } }, - "npm:string-width": { + "npm:is-reference": { "type": "npm", - "name": "npm:string-width", + "name": "npm:is-reference", "data": { - "version": "4.2.3", - "packageName": "string-width", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + "version": "1.2.1", + "packageName": "is-reference", + "hash": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" } }, - "npm:string-width@5.1.2": { + "npm:is-reference@3.0.2": { "type": "npm", - "name": "npm:string-width@5.1.2", + "name": "npm:is-reference@3.0.2", "data": { - "version": "5.1.2", - "packageName": "string-width", - "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + "version": "3.0.2", + "packageName": "is-reference", + "hash": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==" } }, - "npm:string-width@7.1.0": { + "npm:is-regex": { "type": "npm", - "name": "npm:string-width@7.1.0", + "name": "npm:is-regex", "data": { - "version": "7.1.0", - "packageName": "string-width", - "hash": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==" + "version": "1.1.4", + "packageName": "is-regex", + "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" } }, - "npm:string.fromcodepoint": { + "npm:is-relative": { "type": "npm", - "name": "npm:string.fromcodepoint", + "name": "npm:is-relative", "data": { - "version": "0.2.1", - "packageName": "string.fromcodepoint", - "hash": "sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==" + "version": "1.0.0", + "packageName": "is-relative", + "hash": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==" } }, - "npm:string_decoder": { + "npm:is-set": { "type": "npm", - "name": "npm:string_decoder", + "name": "npm:is-set", "data": { - "version": "1.1.1", - "packageName": "string_decoder", - "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + "version": "2.0.3", + "packageName": "is-set", + "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" } }, - "npm:string_decoder@1.3.0": { + "npm:is-shared-array-buffer": { "type": "npm", - "name": "npm:string_decoder@1.3.0", + "name": "npm:is-shared-array-buffer", "data": { - "version": "1.3.0", - "packageName": "string_decoder", - "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" + "version": "1.0.3", + "packageName": "is-shared-array-buffer", + "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" } }, - "npm:strip-ansi-cjs": { + "npm:is-stream@1.1.0": { "type": "npm", - "name": "npm:strip-ansi-cjs", + "name": "npm:is-stream@1.1.0", "data": { - "version": "npm:strip-ansi@6.0.1", - "packageName": "strip-ansi-cjs", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + "version": "1.1.0", + "packageName": "is-stream", + "hash": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" } }, - "npm:strip-ansi": { + "npm:is-stream": { "type": "npm", - "name": "npm:strip-ansi", + "name": "npm:is-stream", "data": { - "version": "6.0.1", - "packageName": "strip-ansi", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + "version": "2.0.1", + "packageName": "is-stream", + "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" } }, - "npm:strip-ansi@7.1.0": { + "npm:is-stream@3.0.0": { "type": "npm", - "name": "npm:strip-ansi@7.1.0", + "name": "npm:is-stream@3.0.0", "data": { - "version": "7.1.0", - "packageName": "strip-ansi", - "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + "version": "3.0.0", + "packageName": "is-stream", + "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" } }, - "npm:strip-bom": { + "npm:is-string": { "type": "npm", - "name": "npm:strip-bom", + "name": "npm:is-string", "data": { - "version": "3.0.0", - "packageName": "strip-bom", - "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + "version": "1.0.7", + "packageName": "is-string", + "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" } }, - "npm:strip-bom@4.0.0": { + "npm:is-symbol": { "type": "npm", - "name": "npm:strip-bom@4.0.0", + "name": "npm:is-symbol", "data": { - "version": "4.0.0", - "packageName": "strip-bom", - "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + "version": "1.0.4", + "packageName": "is-symbol", + "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" } }, - "npm:strip-eof": { + "npm:is-text-path": { "type": "npm", - "name": "npm:strip-eof", + "name": "npm:is-text-path", "data": { - "version": "1.0.0", - "packageName": "strip-eof", - "hash": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" + "version": "2.0.0", + "packageName": "is-text-path", + "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" } }, - "npm:strip-final-newline": { + "npm:is-typed-array": { "type": "npm", - "name": "npm:strip-final-newline", + "name": "npm:is-typed-array", "data": { - "version": "3.0.0", - "packageName": "strip-final-newline", - "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + "version": "1.1.13", + "packageName": "is-typed-array", + "hash": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==" } }, - "npm:strip-indent": { + "npm:is-unc-path": { "type": "npm", - "name": "npm:strip-indent", + "name": "npm:is-unc-path", "data": { - "version": "3.0.0", - "packageName": "strip-indent", - "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + "version": "1.0.0", + "packageName": "is-unc-path", + "hash": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==" } }, - "npm:strip-json-comments@3.1.1": { + "npm:is-unicode-supported": { "type": "npm", - "name": "npm:strip-json-comments@3.1.1", + "name": "npm:is-unicode-supported", "data": { - "version": "3.1.1", - "packageName": "strip-json-comments", - "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + "version": "0.1.0", + "packageName": "is-unicode-supported", + "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" } }, - "npm:strip-json-comments": { + "npm:is-weakmap": { "type": "npm", - "name": "npm:strip-json-comments", + "name": "npm:is-weakmap", "data": { - "version": "5.0.1", - "packageName": "strip-json-comments", - "hash": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==" + "version": "2.0.2", + "packageName": "is-weakmap", + "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" } }, - "npm:strip-literal": { + "npm:is-weakset": { "type": "npm", - "name": "npm:strip-literal", + "name": "npm:is-weakset", "data": { - "version": "2.0.0", - "packageName": "strip-literal", - "hash": "sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==" + "version": "2.0.3", + "packageName": "is-weakset", + "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" } }, - "npm:strong-log-transformer": { + "npm:is-windows": { "type": "npm", - "name": "npm:strong-log-transformer", + "name": "npm:is-windows", "data": { - "version": "2.1.0", - "packageName": "strong-log-transformer", - "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + "version": "1.0.2", + "packageName": "is-windows", + "hash": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" } }, - "npm:stubborn-fs": { + "npm:is-wsl": { "type": "npm", - "name": "npm:stubborn-fs", + "name": "npm:is-wsl", "data": { - "version": "1.2.5", - "packageName": "stubborn-fs", - "hash": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==" + "version": "2.2.0", + "packageName": "is-wsl", + "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" } }, - "npm:summary": { + "npm:isarray@1.0.0": { "type": "npm", - "name": "npm:summary", + "name": "npm:isarray@1.0.0", "data": { - "version": "2.1.0", - "packageName": "summary", - "hash": "sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==" + "version": "1.0.0", + "packageName": "isarray", + "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" } }, - "npm:supports-color@5.5.0": { + "npm:isarray": { "type": "npm", - "name": "npm:supports-color@5.5.0", + "name": "npm:isarray", "data": { - "version": "5.5.0", - "packageName": "supports-color", - "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + "version": "2.0.5", + "packageName": "isarray", + "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" } }, - "npm:supports-color": { + "npm:isexe": { "type": "npm", - "name": "npm:supports-color", + "name": "npm:isexe", "data": { - "version": "7.2.0", - "packageName": "supports-color", - "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" } }, - "npm:supports-preserve-symlinks-flag": { + "npm:isexe@3.1.1": { "type": "npm", - "name": "npm:supports-preserve-symlinks-flag", + "name": "npm:isexe@3.1.1", "data": { - "version": "1.0.0", - "packageName": "supports-preserve-symlinks-flag", - "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + "version": "3.1.1", + "packageName": "isexe", + "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" } }, - "npm:svelte": { + "npm:isobject": { "type": "npm", - "name": "npm:svelte", + "name": "npm:isobject", "data": { - "version": "4.2.12", - "packageName": "svelte", - "hash": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==" + "version": "3.0.1", + "packageName": "isobject", + "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" } }, - "npm:symbol-tree": { + "npm:isomorphic.js": { "type": "npm", - "name": "npm:symbol-tree", + "name": "npm:isomorphic.js", "data": { - "version": "3.2.4", - "packageName": "symbol-tree", - "hash": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + "version": "0.2.5", + "packageName": "isomorphic.js", + "hash": "sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==" } }, - "npm:tar-stream": { + "npm:iterable-lookahead": { "type": "npm", - "name": "npm:tar-stream", + "name": "npm:iterable-lookahead", "data": { - "version": "2.2.0", - "packageName": "tar-stream", - "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + "version": "1.0.0", + "packageName": "iterable-lookahead", + "hash": "sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==" } }, - "npm:terser": { + "npm:jackspeak": { "type": "npm", - "name": "npm:terser", + "name": "npm:jackspeak", "data": { - "version": "5.29.2", - "packageName": "terser", - "hash": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==" + "version": "2.3.6", + "packageName": "jackspeak", + "hash": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" } }, - "npm:text-extensions": { + "npm:jest-diff": { "type": "npm", - "name": "npm:text-extensions", + "name": "npm:jest-diff", "data": { - "version": "2.4.0", - "packageName": "text-extensions", - "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" + "version": "29.7.0", + "packageName": "jest-diff", + "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" } }, - "npm:through2": { + "npm:jest-get-type": { "type": "npm", - "name": "npm:through2", + "name": "npm:jest-get-type", "data": { - "version": "2.0.5", - "packageName": "through2", - "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" + "version": "29.6.3", + "packageName": "jest-get-type", + "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" } }, - "npm:through2@4.0.2": { + "npm:jiti": { "type": "npm", - "name": "npm:through2@4.0.2", + "name": "npm:jiti", "data": { - "version": "4.0.2", - "packageName": "through2", - "hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==" + "version": "1.21.0", + "packageName": "jiti", + "hash": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==" } }, - "npm:through": { + "npm:jju": { "type": "npm", - "name": "npm:through", + "name": "npm:jju", "data": { - "version": "2.3.8", - "packageName": "through", - "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + "version": "1.4.0", + "packageName": "jju", + "hash": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==" } }, - "npm:tiny-bin": { + "npm:joycon": { "type": "npm", - "name": "npm:tiny-bin", + "name": "npm:joycon", "data": { - "version": "1.7.1", - "packageName": "tiny-bin", - "hash": "sha512-MMztSKvXbVH0YQm54eDg9o3bt1TtM1xOZMnCfvG8fv1sQvDXxEeqiiv/DlQV8d2OiDOT+m01aXPfijeAPXF60g==" + "version": "3.1.1", + "packageName": "joycon", + "hash": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==" } }, - "npm:tiny-colors": { + "npm:js-cookie": { "type": "npm", - "name": "npm:tiny-colors", + "name": "npm:js-cookie", "data": { - "version": "2.1.2", - "packageName": "tiny-colors", - "hash": "sha512-6peGRBtkYBJpVrQUWOPKrC0ECo6WotUlXxirVTKvihjdgxQETpKtLdCKIb68IHjJYH1AOE7GM7RnxFvkGHsqOg==" + "version": "2.2.1", + "packageName": "js-cookie", + "hash": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==" } }, - "npm:tiny-cursor": { + "npm:js-sha3": { "type": "npm", - "name": "npm:tiny-cursor", + "name": "npm:js-sha3", "data": { - "version": "2.0.0", - "packageName": "tiny-cursor", - "hash": "sha512-6RKgFWBt6I1oYpaNZJvvp5x/jvzYDp+rjAVDam+7cmE0mrtlu8Lmpv81hQuvFuPa8Fuc/sd2shRWbdWTZqSNLg==" + "version": "0.8.0", + "packageName": "js-sha3", + "hash": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" } }, - "npm:tiny-editorconfig": { + "npm:js-tokens": { "type": "npm", - "name": "npm:tiny-editorconfig", + "name": "npm:js-tokens", "data": { - "version": "1.0.0", - "packageName": "tiny-editorconfig", - "hash": "sha512-rxpWaSurnvPUkL2/qydRH10llK7MD1XfE38zoWTsp/ZWWYnnwPBzGUePBOcXFaNA3cJQm8ItqrofGeRJ6AVaew==" + "version": "4.0.0", + "packageName": "js-tokens", + "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" } }, - "npm:tiny-jsonc": { + "npm:js-tokens@8.0.3": { "type": "npm", - "name": "npm:tiny-jsonc", + "name": "npm:js-tokens@8.0.3", "data": { - "version": "1.0.1", - "packageName": "tiny-jsonc", - "hash": "sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==" + "version": "8.0.3", + "packageName": "js-tokens", + "hash": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==" } }, - "npm:tiny-levenshtein": { + "npm:js-yaml@3.14.1": { "type": "npm", - "name": "npm:tiny-levenshtein", + "name": "npm:js-yaml@3.14.1", "data": { - "version": "1.0.0", - "packageName": "tiny-levenshtein", - "hash": "sha512-27KxXZhuXCP+xol3k4jMWms8+B6H2qEUlBMTmB5YT3uvFXFNft4Hw/MqurrHkDdC01nx1HIADcE1wR40byJf4Q==" + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" } }, - "npm:tiny-parse-argv": { + "npm:js-yaml": { "type": "npm", - "name": "npm:tiny-parse-argv", + "name": "npm:js-yaml", "data": { - "version": "2.4.0", - "packageName": "tiny-parse-argv", - "hash": "sha512-WTEsnmeHNr99hLQIDA+gnsS+fDsCDITlqgI+zEhx9M6ErPt0heoNZ1PGvql6wcf95sIx40J0MLYXaPveGwtpoA==" + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" } }, - "npm:tiny-readdir-glob": { + "npm:jsdom": { "type": "npm", - "name": "npm:tiny-readdir-glob", + "name": "npm:jsdom", "data": { - "version": "1.4.0", - "packageName": "tiny-readdir-glob", - "hash": "sha512-DoByQM1c/DiwdfYAeXsFkTbOOm+Sqr9XbgHf2855ioLgjD89vcymbk2I5CA1zGf9ZsYCzA6UtKmtZr+IEAYAHA==" + "version": "24.0.0", + "packageName": "jsdom", + "hash": "sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==" } }, - "npm:tiny-readdir": { + "npm:jsesc@0.5.0": { "type": "npm", - "name": "npm:tiny-readdir", + "name": "npm:jsesc@0.5.0", "data": { - "version": "2.7.0", - "packageName": "tiny-readdir", - "hash": "sha512-xPeRQEgt+gHp3rLqunojyx0qrJ4XzCScfNiWiYKJWM8w4ehfOfqDyKuDvsJkFaPFg9y3uKVEVRZPGoavl9ypjw==" + "version": "0.5.0", + "packageName": "jsesc", + "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" } }, - "npm:tiny-spinner": { + "npm:jsesc": { "type": "npm", - "name": "npm:tiny-spinner", + "name": "npm:jsesc", "data": { - "version": "2.0.3", - "packageName": "tiny-spinner", - "hash": "sha512-zuhtClm08obM7aCzgRAbAmOpYm0ekAh/OTLZEJ/8SuVD+cxUdlqGGN5PRnc2Ate8xmbG3+ldPBnlwmHgJrftpg==" + "version": "2.5.2", + "packageName": "jsesc", + "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" } }, - "npm:tiny-truncate": { + "npm:json-parse-even-better-errors@2.3.1": { "type": "npm", - "name": "npm:tiny-truncate", + "name": "npm:json-parse-even-better-errors@2.3.1", "data": { - "version": "1.0.2", - "packageName": "tiny-truncate", - "hash": "sha512-XR2fjChcOjuz8Eu56zGwacYTKUHlhuzQ3VpD79yUwvWlLY3gCWorzRfBNXkmbwFjxzfmYZrC00cA4s/ET6mogw==" + "version": "2.3.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" } }, - "npm:tiny-updater": { + "npm:json-parse-even-better-errors": { "type": "npm", - "name": "npm:tiny-updater", + "name": "npm:json-parse-even-better-errors", "data": { - "version": "3.5.1", - "packageName": "tiny-updater", - "hash": "sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==" + "version": "3.0.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==" } }, - "npm:tinybench": { + "npm:json-schema-traverse": { "type": "npm", - "name": "npm:tinybench", + "name": "npm:json-schema-traverse", "data": { - "version": "2.6.0", - "packageName": "tinybench", - "hash": "sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==" + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" } }, - "npm:tinypool": { + "npm:json-sorted-stringify": { "type": "npm", - "name": "npm:tinypool", + "name": "npm:json-sorted-stringify", "data": { - "version": "0.8.3", - "packageName": "tinypool", - "hash": "sha512-Ud7uepAklqRH1bvwy22ynrliC7Dljz7Tm8M/0RBUW+YRa4YHhZ6e4PpgE+fu1zr/WqB1kbeuVrdfeuyIBpy4tw==" + "version": "1.0.0", + "packageName": "json-sorted-stringify", + "hash": "sha512-r27DgPdI80AXd6Hm0zJ7nPCYTBFUersR7sn7xcYyafvcgYOvwmCXB+DKWazAe0YaCNHbxH5Qzt7AIhUzPD1ETg==" } }, - "npm:tinyspy": { + "npm:json-stringify-safe": { "type": "npm", - "name": "npm:tinyspy", + "name": "npm:json-stringify-safe", "data": { - "version": "2.2.1", - "packageName": "tinyspy", - "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" + "version": "5.0.1", + "packageName": "json-stringify-safe", + "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" } }, - "npm:tmp": { + "npm:json5": { "type": "npm", - "name": "npm:tmp", + "name": "npm:json5", "data": { - "version": "0.2.3", - "packageName": "tmp", - "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" + "version": "2.2.3", + "packageName": "json5", + "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, - "npm:to-fast-properties": { + "npm:jsonc-parser": { "type": "npm", - "name": "npm:to-fast-properties", + "name": "npm:jsonc-parser", "data": { - "version": "2.0.0", - "packageName": "to-fast-properties", - "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" + "version": "3.2.0", + "packageName": "jsonc-parser", + "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" } }, - "npm:to-no-case": { + "npm:jsonc-parser@3.2.1": { "type": "npm", - "name": "npm:to-no-case", + "name": "npm:jsonc-parser@3.2.1", "data": { - "version": "1.0.2", - "packageName": "to-no-case", - "hash": "sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==" + "version": "3.2.1", + "packageName": "jsonc-parser", + "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" } }, - "npm:to-pascal-case": { + "npm:jsonfile@4.0.0": { "type": "npm", - "name": "npm:to-pascal-case", + "name": "npm:jsonfile@4.0.0", "data": { - "version": "1.0.0", - "packageName": "to-pascal-case", - "hash": "sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==" + "version": "4.0.0", + "packageName": "jsonfile", + "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" } }, - "npm:to-regex-range": { + "npm:jsonfile": { "type": "npm", - "name": "npm:to-regex-range", + "name": "npm:jsonfile", "data": { - "version": "5.0.1", - "packageName": "to-regex-range", - "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + "version": "6.1.0", + "packageName": "jsonfile", + "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" } }, - "npm:to-space-case": { + "npm:jsonparse": { "type": "npm", - "name": "npm:to-space-case", + "name": "npm:jsonparse", "data": { - "version": "1.0.0", - "packageName": "to-space-case", - "hash": "sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==" + "version": "1.3.1", + "packageName": "jsonparse", + "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" } }, - "npm:tough-cookie": { + "npm:kasi": { "type": "npm", - "name": "npm:tough-cookie", + "name": "npm:kasi", "data": { - "version": "4.1.3", - "packageName": "tough-cookie", - "hash": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==" + "version": "1.1.0", + "packageName": "kasi", + "hash": "sha512-SvmC8+vhkDariSTz2182qyQ+mhwZ4W8TWaIHJcz358bYBeccQ8WBYj7uTtzHoCmpPHaoCm3PaOhzRg7Z8F4Lww==" } }, - "npm:tr46": { + "npm:keyborg": { "type": "npm", - "name": "npm:tr46", + "name": "npm:keyborg", "data": { - "version": "5.0.0", - "packageName": "tr46", - "hash": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==" + "version": "2.5.0", + "packageName": "keyborg", + "hash": "sha512-nb4Ji1suqWqj6VXb61Jrs4ab/UWgtGph4wDch2NIZDfLBUObmLcZE0aiDjZY49ghtu03fvwxDNvS9ZB0XMz6/g==" } }, - "npm:traverse": { + "npm:kind-of": { "type": "npm", - "name": "npm:traverse", + "name": "npm:kind-of", "data": { - "version": "0.6.8", - "packageName": "traverse", - "hash": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==" + "version": "6.0.3", + "packageName": "kind-of", + "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" } }, - "npm:tsconfck": { + "npm:kleur": { "type": "npm", - "name": "npm:tsconfck", + "name": "npm:kleur", "data": { - "version": "3.0.3", - "packageName": "tsconfck", - "hash": "sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==" + "version": "4.1.5", + "packageName": "kleur", + "hash": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==" } }, - "npm:tsconfig-paths": { + "npm:knip": { "type": "npm", - "name": "npm:tsconfig-paths", + "name": "npm:knip", "data": { - "version": "4.2.0", - "packageName": "tsconfig-paths", - "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" + "version": "5.5.0", + "packageName": "knip", + "hash": "sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==" } }, - "npm:tslib": { + "npm:kolorist": { "type": "npm", - "name": "npm:tslib", + "name": "npm:kolorist", "data": { - "version": "2.6.2", - "packageName": "tslib", - "hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "1.8.0", + "packageName": "kolorist", + "hash": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" } }, - "npm:type-detect": { + "npm:lexical": { "type": "npm", - "name": "npm:type-detect", + "name": "npm:lexical", "data": { - "version": "4.0.8", - "packageName": "type-detect", - "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + "version": "0.12.4", + "packageName": "lexical", + "hash": "sha512-giNrnp45H6P4IHFhkKaHEPTF+bKLBWdEIDL/FGjRZf+to7l7TORIBk/23Zdchzt/VGgKGWu950EOvGh53gkVMQ==" } }, - "npm:type-fest": { + "npm:lib0": { "type": "npm", - "name": "npm:type-fest", + "name": "npm:lib0", "data": { - "version": "0.6.0", - "packageName": "type-fest", - "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + "version": "0.2.93", + "packageName": "lib0", + "hash": "sha512-M5IKsiFJYulS+8Eal8f+zAqf5ckm1vffW0fFDxfgxJ+uiVopvDdd3PxJmz0GsVi3YNO7QCFSq0nAsiDmNhLj9Q==" } }, - "npm:typescript@5.3.3": { + "npm:liftoff": { "type": "npm", - "name": "npm:typescript@5.3.3", + "name": "npm:liftoff", "data": { - "version": "5.3.3", - "packageName": "typescript", - "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + "version": "4.0.0", + "packageName": "liftoff", + "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" } }, - "npm:typescript": { + "npm:lilconfig": { "type": "npm", - "name": "npm:typescript", + "name": "npm:lilconfig", "data": { - "version": "5.4.3", - "packageName": "typescript", - "hash": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + "version": "3.0.0", + "packageName": "lilconfig", + "hash": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==" } }, - "npm:ufo": { + "npm:lilconfig@3.1.1": { "type": "npm", - "name": "npm:ufo", + "name": "npm:lilconfig@3.1.1", "data": { - "version": "1.5.3", - "packageName": "ufo", - "hash": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==" + "version": "3.1.1", + "packageName": "lilconfig", + "hash": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==" } }, - "npm:unc-path-regex": { + "npm:lines-and-columns@1.2.4": { "type": "npm", - "name": "npm:unc-path-regex", + "name": "npm:lines-and-columns@1.2.4", "data": { - "version": "0.1.2", - "packageName": "unc-path-regex", - "hash": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" + "version": "1.2.4", + "packageName": "lines-and-columns", + "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" } }, - "npm:undici-types": { + "npm:lines-and-columns": { "type": "npm", - "name": "npm:undici-types", + "name": "npm:lines-and-columns", "data": { - "version": "5.26.5", - "packageName": "undici-types", - "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "2.0.4", + "packageName": "lines-and-columns", + "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" } }, - "npm:unescape-js": { + "npm:lint-staged": { "type": "npm", - "name": "npm:unescape-js", + "name": "npm:lint-staged", "data": { - "version": "1.1.4", - "packageName": "unescape-js", - "hash": "sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==" + "version": "15.2.2", + "packageName": "lint-staged", + "hash": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==" } }, - "npm:unicode-canonical-property-names-ecmascript": { + "npm:listr2": { "type": "npm", - "name": "npm:unicode-canonical-property-names-ecmascript", + "name": "npm:listr2", "data": { - "version": "2.0.0", - "packageName": "unicode-canonical-property-names-ecmascript", - "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + "version": "8.0.1", + "packageName": "listr2", + "hash": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==" } }, - "npm:unicode-match-property-ecmascript": { + "npm:load-json-file": { "type": "npm", - "name": "npm:unicode-match-property-ecmascript", + "name": "npm:load-json-file", "data": { - "version": "2.0.0", - "packageName": "unicode-match-property-ecmascript", - "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" + "version": "6.2.0", + "packageName": "load-json-file", + "hash": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==" } }, - "npm:unicode-match-property-value-ecmascript": { + "npm:load-tsconfig": { "type": "npm", - "name": "npm:unicode-match-property-value-ecmascript", + "name": "npm:load-tsconfig", "data": { - "version": "2.1.0", - "packageName": "unicode-match-property-value-ecmascript", - "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + "version": "0.2.5", + "packageName": "load-tsconfig", + "hash": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==" } }, - "npm:unicode-property-aliases-ecmascript": { + "npm:local-pkg": { "type": "npm", - "name": "npm:unicode-property-aliases-ecmascript", + "name": "npm:local-pkg", "data": { - "version": "2.1.0", - "packageName": "unicode-property-aliases-ecmascript", - "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + "version": "0.5.0", + "packageName": "local-pkg", + "hash": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==" } }, - "npm:unicorn-magic": { + "npm:locate-character": { "type": "npm", - "name": "npm:unicorn-magic", + "name": "npm:locate-character", "data": { - "version": "0.1.0", - "packageName": "unicorn-magic", - "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" + "version": "3.0.0", + "packageName": "locate-character", + "hash": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==" } }, - "npm:unique-string": { + "npm:lodash.curry": { "type": "npm", - "name": "npm:unique-string", + "name": "npm:lodash.curry", "data": { - "version": "2.0.0", - "packageName": "unique-string", - "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" + "version": "4.1.1", + "packageName": "lodash.curry", + "hash": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==" } }, - "npm:universalify@0.1.2": { + "npm:lodash.debounce": { "type": "npm", - "name": "npm:universalify@0.1.2", + "name": "npm:lodash.debounce", "data": { - "version": "0.1.2", - "packageName": "universalify", - "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + "version": "4.0.8", + "packageName": "lodash.debounce", + "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" } }, - "npm:universalify@0.2.0": { + "npm:lodash.difference": { "type": "npm", - "name": "npm:universalify@0.2.0", + "name": "npm:lodash.difference", "data": { - "version": "0.2.0", - "packageName": "universalify", - "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + "version": "4.5.0", + "packageName": "lodash.difference", + "hash": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==" } }, - "npm:universalify": { + "npm:lodash.frompairs": { "type": "npm", - "name": "npm:universalify", + "name": "npm:lodash.frompairs", "data": { - "version": "2.0.1", - "packageName": "universalify", - "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + "version": "4.0.1", + "packageName": "lodash.frompairs", + "hash": "sha512-dvqe2I+cO5MzXCMhUnfYFa9MD+/760yx2aTAN1lqEcEkf896TxgrX373igVdqSJj6tQd0jnSLE1UMuKufqqxFw==" } }, - "npm:update-browserslist-db": { + "npm:lodash.get": { "type": "npm", - "name": "npm:update-browserslist-db", + "name": "npm:lodash.get", "data": { - "version": "1.0.13", - "packageName": "update-browserslist-db", - "hash": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==" + "version": "4.4.2", + "packageName": "lodash.get", + "hash": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" } }, - "npm:uri-js": { + "npm:lodash.isequal": { "type": "npm", - "name": "npm:uri-js", + "name": "npm:lodash.isequal", "data": { - "version": "4.4.1", - "packageName": "uri-js", - "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + "version": "4.5.0", + "packageName": "lodash.isequal", + "hash": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" } }, - "npm:url-parse": { + "npm:lodash.merge": { "type": "npm", - "name": "npm:url-parse", + "name": "npm:lodash.merge", "data": { - "version": "1.5.10", - "packageName": "url-parse", - "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" + "version": "4.6.2", + "packageName": "lodash.merge", + "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" } }, - "npm:util-deprecate": { + "npm:lodash.sortby": { "type": "npm", - "name": "npm:util-deprecate", + "name": "npm:lodash.sortby", "data": { - "version": "1.0.2", - "packageName": "util-deprecate", - "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + "version": "4.7.0", + "packageName": "lodash.sortby", + "hash": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" } }, - "npm:v8flags": { + "npm:lodash.union": { "type": "npm", - "name": "npm:v8flags", + "name": "npm:lodash.union", "data": { - "version": "4.0.1", - "packageName": "v8flags", - "hash": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==" + "version": "4.6.0", + "packageName": "lodash.union", + "hash": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==" } }, - "npm:validate-npm-package-license": { + "npm:lodash": { "type": "npm", - "name": "npm:validate-npm-package-license", + "name": "npm:lodash", "data": { - "version": "3.0.4", - "packageName": "validate-npm-package-license", - "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" + "version": "4.17.21", + "packageName": "lodash", + "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" } }, - "npm:validate-npm-package-name": { + "npm:log-symbols": { "type": "npm", - "name": "npm:validate-npm-package-name", + "name": "npm:log-symbols", "data": { - "version": "4.0.0", - "packageName": "validate-npm-package-name", - "hash": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==" + "version": "4.1.0", + "packageName": "log-symbols", + "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" } }, - "npm:validate-npm-package-name@5.0.0": { + "npm:log-update": { "type": "npm", - "name": "npm:validate-npm-package-name@5.0.0", + "name": "npm:log-update", "data": { - "version": "5.0.0", - "packageName": "validate-npm-package-name", - "hash": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==" + "version": "6.0.0", + "packageName": "log-update", + "hash": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==" } }, - "npm:validator": { + "npm:loose-envify": { "type": "npm", - "name": "npm:validator", + "name": "npm:loose-envify", "data": { - "version": "13.11.0", - "packageName": "validator", - "hash": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==" + "version": "1.4.0", + "packageName": "loose-envify", + "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" } }, - "npm:version-selector-type": { + "npm:loupe": { "type": "npm", - "name": "npm:version-selector-type", + "name": "npm:loupe", "data": { - "version": "3.0.0", - "packageName": "version-selector-type", - "hash": "sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==" + "version": "2.3.7", + "packageName": "loupe", + "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" } }, - "npm:vite-node": { + "npm:lru-cache@10.2.0": { "type": "npm", - "name": "npm:vite-node", + "name": "npm:lru-cache@10.2.0", "data": { - "version": "1.4.0", - "packageName": "vite-node", - "hash": "sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==" + "version": "10.2.0", + "packageName": "lru-cache", + "hash": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==" } }, - "npm:vite-plugin-dts": { + "npm:lru-cache@4.1.5": { "type": "npm", - "name": "npm:vite-plugin-dts", + "name": "npm:lru-cache@4.1.5", "data": { - "version": "3.7.3", - "packageName": "vite-plugin-dts", - "hash": "sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==" + "version": "4.1.5", + "packageName": "lru-cache", + "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" } }, - "npm:vite-plugin-externalize-deps": { + "npm:lru-cache": { "type": "npm", - "name": "npm:vite-plugin-externalize-deps", + "name": "npm:lru-cache", "data": { - "version": "0.8.0", - "packageName": "vite-plugin-externalize-deps", - "hash": "sha512-MdC8kRNQ1ZjhUicU2HcqGVhL0UUFqv83Zp1JZdHjE82PoPR8wsSWZ3axpot7B6img3sW6g8shYJikE0CKA0chA==" + "version": "5.1.1", + "packageName": "lru-cache", + "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, - "npm:vite-tsconfig-paths": { + "npm:lru-cache@6.0.0": { "type": "npm", - "name": "npm:vite-tsconfig-paths", + "name": "npm:lru-cache@6.0.0", "data": { - "version": "4.3.2", - "packageName": "vite-tsconfig-paths", - "hash": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==" - } - }, - "npm:vite": { - "type": "npm", - "name": "npm:vite", - "data": { - "version": "5.2.6", - "packageName": "vite", - "hash": "sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==" + "version": "6.0.0", + "packageName": "lru-cache", + "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" } }, - "npm:vitest": { + "npm:luxon": { "type": "npm", - "name": "npm:vitest", + "name": "npm:luxon", "data": { - "version": "1.4.0", - "packageName": "vitest", - "hash": "sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==" + "version": "3.4.4", + "packageName": "luxon", + "hash": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==" } }, - "npm:vlq": { + "npm:lz-string": { "type": "npm", - "name": "npm:vlq", + "name": "npm:lz-string", "data": { - "version": "0.2.3", - "packageName": "vlq", - "hash": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==" + "version": "1.5.0", + "packageName": "lz-string", + "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" } }, - "npm:vue-template-compiler": { + "npm:magic-string@0.16.0": { "type": "npm", - "name": "npm:vue-template-compiler", + "name": "npm:magic-string@0.16.0", "data": { - "version": "2.7.16", - "packageName": "vue-template-compiler", - "hash": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==" + "version": "0.16.0", + "packageName": "magic-string", + "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" } }, - "npm:vue-tsc": { + "npm:magic-string": { "type": "npm", - "name": "npm:vue-tsc", + "name": "npm:magic-string", "data": { - "version": "1.8.27", - "packageName": "vue-tsc", - "hash": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==" + "version": "0.30.8", + "packageName": "magic-string", + "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" } }, - "npm:w3c-xmlserializer": { + "npm:make-array": { "type": "npm", - "name": "npm:w3c-xmlserializer", + "name": "npm:make-array", "data": { - "version": "5.0.0", - "packageName": "w3c-xmlserializer", - "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" + "version": "1.0.5", + "packageName": "make-array", + "hash": "sha512-sgK2SAzxT19rWU+qxKUcn6PAh/swiIiz2F8C2cZjLc1z4iwYIfdoihqFIDQ8BDzAGtWPYJ6Sr13K1j/DXynDLA==" } }, - "npm:wcwidth": { + "npm:make-iterator": { "type": "npm", - "name": "npm:wcwidth", + "name": "npm:make-iterator", "data": { "version": "1.0.1", - "packageName": "wcwidth", - "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" + "packageName": "make-iterator", + "hash": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==" } }, - "npm:webidl-conversions": { + "npm:map-age-cleaner": { "type": "npm", - "name": "npm:webidl-conversions", + "name": "npm:map-age-cleaner", "data": { - "version": "7.0.0", - "packageName": "webidl-conversions", - "hash": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" + "version": "0.1.3", + "packageName": "map-age-cleaner", + "hash": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==" } }, - "npm:webworker-shim": { + "npm:map-cache": { "type": "npm", - "name": "npm:webworker-shim", + "name": "npm:map-cache", "data": { - "version": "1.1.0", - "packageName": "webworker-shim", - "hash": "sha512-LhPJDED3cM0+K9w4JjIio+RYPqvr712b3lyM+JjMR/rSD9elrSYHrrwE9qu3inPSSf60xqePgFgEwuAg17AuhA==" + "version": "0.2.2", + "packageName": "map-cache", + "hash": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" } }, - "npm:whatwg-encoding": { + "npm:map-obj": { "type": "npm", - "name": "npm:whatwg-encoding", + "name": "npm:map-obj", "data": { - "version": "3.1.1", - "packageName": "whatwg-encoding", - "hash": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" + "version": "2.0.0", + "packageName": "map-obj", + "hash": "sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==" } }, - "npm:whatwg-mimetype": { + "npm:match-sorter": { "type": "npm", - "name": "npm:whatwg-mimetype", + "name": "npm:match-sorter", "data": { - "version": "4.0.0", - "packageName": "whatwg-mimetype", - "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" + "version": "6.3.4", + "packageName": "match-sorter", + "hash": "sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==" } }, - "npm:whatwg-url": { + "npm:mdast-util-definitions": { "type": "npm", - "name": "npm:whatwg-url", + "name": "npm:mdast-util-definitions", "data": { - "version": "14.0.0", - "packageName": "whatwg-url", - "hash": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==" + "version": "5.1.2", + "packageName": "mdast-util-definitions", + "hash": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==" } }, - "npm:when-exit": { + "npm:mdast-util-from-markdown": { "type": "npm", - "name": "npm:when-exit", + "name": "npm:mdast-util-from-markdown", "data": { - "version": "2.1.2", - "packageName": "when-exit", - "hash": "sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==" + "version": "1.3.1", + "packageName": "mdast-util-from-markdown", + "hash": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==" } }, - "npm:which-boxed-primitive": { + "npm:mdast-util-to-hast": { "type": "npm", - "name": "npm:which-boxed-primitive", + "name": "npm:mdast-util-to-hast", "data": { - "version": "1.0.2", - "packageName": "which-boxed-primitive", - "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" + "version": "12.3.0", + "packageName": "mdast-util-to-hast", + "hash": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==" } }, - "npm:which-collection": { + "npm:mdast-util-to-string": { "type": "npm", - "name": "npm:which-collection", + "name": "npm:mdast-util-to-string", "data": { - "version": "1.0.2", - "packageName": "which-collection", - "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" + "version": "3.2.0", + "packageName": "mdast-util-to-string", + "hash": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==" } }, - "npm:which-typed-array": { + "npm:mdn-data": { "type": "npm", - "name": "npm:which-typed-array", + "name": "npm:mdn-data", "data": { - "version": "1.1.15", - "packageName": "which-typed-array", - "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" + "version": "2.0.14", + "packageName": "mdn-data", + "hash": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" } }, - "npm:which@1.3.1": { + "npm:mdn-data@2.0.30": { "type": "npm", - "name": "npm:which@1.3.1", + "name": "npm:mdn-data@2.0.30", "data": { - "version": "1.3.1", - "packageName": "which", - "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + "version": "2.0.30", + "packageName": "mdn-data", + "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" } }, - "npm:which@2.0.2": { + "npm:mem@6.1.1": { "type": "npm", - "name": "npm:which@2.0.2", + "name": "npm:mem@6.1.1", "data": { - "version": "2.0.2", - "packageName": "which", - "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + "version": "6.1.1", + "packageName": "mem", + "hash": "sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==" } }, - "npm:which": { + "npm:mem": { "type": "npm", - "name": "npm:which", + "name": "npm:mem", "data": { - "version": "4.0.0", - "packageName": "which", - "hash": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" + "version": "8.1.1", + "packageName": "mem", + "hash": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==" } }, - "npm:why-is-node-running": { + "npm:meow": { "type": "npm", - "name": "npm:why-is-node-running", + "name": "npm:meow", "data": { - "version": "2.2.2", - "packageName": "why-is-node-running", - "hash": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==" + "version": "12.1.1", + "packageName": "meow", + "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" } }, - "npm:worktank": { + "npm:merge-stream": { "type": "npm", - "name": "npm:worktank", + "name": "npm:merge-stream", "data": { - "version": "2.6.0", - "packageName": "worktank", - "hash": "sha512-bHqVyWbviQlUV7+wbd1yoZhjPXXk7ENVCNrlBARfVAg69AfOtnEMLc0hWo9ihaqmlO8WggdYGy/K+avWFSgBBQ==" + "version": "2.0.0", + "packageName": "merge-stream", + "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" } }, - "npm:wrap-ansi-cjs": { + "npm:merge2": { "type": "npm", - "name": "npm:wrap-ansi-cjs", + "name": "npm:merge2", "data": { - "version": "npm:wrap-ansi@7.0.0", - "packageName": "wrap-ansi-cjs", - "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + "version": "1.4.1", + "packageName": "merge2", + "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" } }, - "npm:wrap-ansi": { + "npm:micromark-core-commonmark": { "type": "npm", - "name": "npm:wrap-ansi", + "name": "npm:micromark-core-commonmark", "data": { - "version": "7.0.0", - "packageName": "wrap-ansi", - "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + "version": "1.1.0", + "packageName": "micromark-core-commonmark", + "hash": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==" } }, - "npm:wrap-ansi@8.1.0": { + "npm:micromark-factory-destination": { "type": "npm", - "name": "npm:wrap-ansi@8.1.0", + "name": "npm:micromark-factory-destination", "data": { - "version": "8.1.0", - "packageName": "wrap-ansi", - "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + "version": "1.1.0", + "packageName": "micromark-factory-destination", + "hash": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==" } }, - "npm:wrap-ansi@9.0.0": { + "npm:micromark-factory-label": { "type": "npm", - "name": "npm:wrap-ansi@9.0.0", + "name": "npm:micromark-factory-label", "data": { - "version": "9.0.0", - "packageName": "wrap-ansi", - "hash": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==" + "version": "1.1.0", + "packageName": "micromark-factory-label", + "hash": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==" } }, - "npm:wrappy": { + "npm:micromark-factory-space": { "type": "npm", - "name": "npm:wrappy", + "name": "npm:micromark-factory-space", "data": { - "version": "1.0.2", - "packageName": "wrappy", - "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "version": "1.1.0", + "packageName": "micromark-factory-space", + "hash": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==" } }, - "npm:ws": { + "npm:micromark-factory-title": { "type": "npm", - "name": "npm:ws", + "name": "npm:micromark-factory-title", "data": { - "version": "8.16.0", - "packageName": "ws", - "hash": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==" + "version": "1.1.0", + "packageName": "micromark-factory-title", + "hash": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==" } }, - "npm:xml-name-validator": { + "npm:micromark-factory-whitespace": { "type": "npm", - "name": "npm:xml-name-validator", + "name": "npm:micromark-factory-whitespace", "data": { - "version": "5.0.0", - "packageName": "xml-name-validator", - "hash": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" + "version": "1.1.0", + "packageName": "micromark-factory-whitespace", + "hash": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==" } }, - "npm:xmlchars": { + "npm:micromark-util-character": { "type": "npm", - "name": "npm:xmlchars", + "name": "npm:micromark-util-character", "data": { - "version": "2.2.0", - "packageName": "xmlchars", - "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + "version": "1.2.0", + "packageName": "micromark-util-character", + "hash": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==" } }, - "npm:xtend": { + "npm:micromark-util-chunked": { "type": "npm", - "name": "npm:xtend", + "name": "npm:micromark-util-chunked", "data": { - "version": "4.0.2", - "packageName": "xtend", - "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + "version": "1.1.0", + "packageName": "micromark-util-chunked", + "hash": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==" } }, - "npm:y18n": { + "npm:micromark-util-classify-character": { "type": "npm", - "name": "npm:y18n", + "name": "npm:micromark-util-classify-character", "data": { - "version": "5.0.8", - "packageName": "y18n", - "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + "version": "1.1.0", + "packageName": "micromark-util-classify-character", + "hash": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==" } }, - "npm:yallist@2.1.2": { + "npm:micromark-util-combine-extensions": { "type": "npm", - "name": "npm:yallist@2.1.2", + "name": "npm:micromark-util-combine-extensions", "data": { - "version": "2.1.2", - "packageName": "yallist", - "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + "version": "1.1.0", + "packageName": "micromark-util-combine-extensions", + "hash": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==" } }, - "npm:yallist": { + "npm:micromark-util-decode-numeric-character-reference": { "type": "npm", - "name": "npm:yallist", + "name": "npm:micromark-util-decode-numeric-character-reference", "data": { - "version": "3.1.1", - "packageName": "yallist", - "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + "version": "1.1.0", + "packageName": "micromark-util-decode-numeric-character-reference", + "hash": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==" } }, - "npm:yallist@4.0.0": { + "npm:micromark-util-decode-string": { "type": "npm", - "name": "npm:yallist@4.0.0", + "name": "npm:micromark-util-decode-string", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-decode-string", + "hash": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==" + } + }, + "npm:micromark-util-encode": { + "type": "npm", + "name": "npm:micromark-util-encode", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-encode", + "hash": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==" + } + }, + "npm:micromark-util-html-tag-name": { + "type": "npm", + "name": "npm:micromark-util-html-tag-name", + "data": { + "version": "1.2.0", + "packageName": "micromark-util-html-tag-name", + "hash": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==" + } + }, + "npm:micromark-util-normalize-identifier": { + "type": "npm", + "name": "npm:micromark-util-normalize-identifier", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-normalize-identifier", + "hash": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==" + } + }, + "npm:micromark-util-resolve-all": { + "type": "npm", + "name": "npm:micromark-util-resolve-all", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-resolve-all", + "hash": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==" + } + }, + "npm:micromark-util-sanitize-uri": { + "type": "npm", + "name": "npm:micromark-util-sanitize-uri", + "data": { + "version": "1.2.0", + "packageName": "micromark-util-sanitize-uri", + "hash": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==" + } + }, + "npm:micromark-util-subtokenize": { + "type": "npm", + "name": "npm:micromark-util-subtokenize", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-subtokenize", + "hash": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==" + } + }, + "npm:micromark-util-symbol": { + "type": "npm", + "name": "npm:micromark-util-symbol", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-symbol", + "hash": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==" + } + }, + "npm:micromark-util-types": { + "type": "npm", + "name": "npm:micromark-util-types", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-types", + "hash": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==" + } + }, + "npm:micromark": { + "type": "npm", + "name": "npm:micromark", + "data": { + "version": "3.2.0", + "packageName": "micromark", + "hash": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==" + } + }, + "npm:micromatch": { + "type": "npm", + "name": "npm:micromatch", + "data": { + "version": "4.0.5", + "packageName": "micromatch", + "hash": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" + } + }, + "npm:microseconds": { + "type": "npm", + "name": "npm:microseconds", + "data": { + "version": "0.2.0", + "packageName": "microseconds", + "hash": "sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA==" + } + }, + "npm:mime-db": { + "type": "npm", + "name": "npm:mime-db", + "data": { + "version": "1.52.0", + "packageName": "mime-db", + "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + } + }, + "npm:mime-types": { + "type": "npm", + "name": "npm:mime-types", + "data": { + "version": "2.1.35", + "packageName": "mime-types", + "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" + } + }, + "npm:mimic-fn@2.1.0": { + "type": "npm", + "name": "npm:mimic-fn@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "mimic-fn", + "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + } + }, + "npm:mimic-fn@3.1.0": { + "type": "npm", + "name": "npm:mimic-fn@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "mimic-fn", + "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" + } + }, + "npm:mimic-fn": { + "type": "npm", + "name": "npm:mimic-fn", "data": { "version": "4.0.0", - "packageName": "yallist", - "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "packageName": "mimic-fn", + "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + } + }, + "npm:min-indent": { + "type": "npm", + "name": "npm:min-indent", + "data": { + "version": "1.0.1", + "packageName": "min-indent", + "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + } + }, + "npm:minimatch@3.1.2": { + "type": "npm", + "name": "npm:minimatch@3.1.2", + "data": { + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + } + }, + "npm:minimatch@5.1.6": { + "type": "npm", + "name": "npm:minimatch@5.1.6", + "data": { + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + } + }, + "npm:minimatch": { + "type": "npm", + "name": "npm:minimatch", + "data": { + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + } + }, + "npm:minimist": { + "type": "npm", + "name": "npm:minimist", + "data": { + "version": "1.2.8", + "packageName": "minimist", + "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + } + }, + "npm:minipass": { + "type": "npm", + "name": "npm:minipass", + "data": { + "version": "7.0.4", + "packageName": "minipass", + "hash": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" + } + }, + "npm:mlly": { + "type": "npm", + "name": "npm:mlly", + "data": { + "version": "1.6.1", + "packageName": "mlly", + "hash": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==" + } + }, + "npm:monaco-editor": { + "type": "npm", + "name": "npm:monaco-editor", + "data": { + "version": "0.47.0", + "packageName": "monaco-editor", + "hash": "sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==" + } + }, + "npm:moo": { + "type": "npm", + "name": "npm:moo", + "data": { + "version": "0.5.2", + "packageName": "moo", + "hash": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==" + } + }, + "npm:mri": { + "type": "npm", + "name": "npm:mri", + "data": { + "version": "1.2.0", + "packageName": "mri", + "hash": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==" + } + }, + "npm:ms": { + "type": "npm", + "name": "npm:ms", + "data": { + "version": "2.1.2", + "packageName": "ms", + "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + } + }, + "npm:muggle-string": { + "type": "npm", + "name": "npm:muggle-string", + "data": { + "version": "0.3.1", + "packageName": "muggle-string", + "hash": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==" + } + }, + "npm:mz": { + "type": "npm", + "name": "npm:mz", + "data": { + "version": "2.7.0", + "packageName": "mz", + "hash": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" + } + }, + "npm:nano-css": { + "type": "npm", + "name": "npm:nano-css", + "data": { + "version": "5.6.1", + "packageName": "nano-css", + "hash": "sha512-T2Mhc//CepkTa3X4pUhKgbEheJHYAxD0VptuqFhDbGMUWVV2m+lkNiW/Ieuj35wrfC8Zm0l7HvssQh7zcEttSw==" + } + }, + "npm:nano-time": { + "type": "npm", + "name": "npm:nano-time", + "data": { + "version": "1.0.0", + "packageName": "nano-time", + "hash": "sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==" + } + }, + "npm:nanoid@3.3.7": { + "type": "npm", + "name": "npm:nanoid@3.3.7", + "data": { + "version": "3.3.7", + "packageName": "nanoid", + "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + } + }, + "npm:nanoid": { + "type": "npm", + "name": "npm:nanoid", + "data": { + "version": "5.0.6", + "packageName": "nanoid", + "hash": "sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==" + } + }, + "npm:nanospinner": { + "type": "npm", + "name": "npm:nanospinner", + "data": { + "version": "1.1.0", + "packageName": "nanospinner", + "hash": "sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==" + } + }, + "npm:ndjson": { + "type": "npm", + "name": "npm:ndjson", + "data": { + "version": "2.0.0", + "packageName": "ndjson", + "hash": "sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==" } }, - "npm:yaml": { - "type": "npm", - "name": "npm:yaml", - "data": { - "version": "2.3.4", - "packageName": "yaml", - "hash": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" - } + "npm:nearley": { + "type": "npm", + "name": "npm:nearley", + "data": { + "version": "2.20.1", + "packageName": "nearley", + "hash": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==" + } + }, + "npm:node-fetch": { + "type": "npm", + "name": "npm:node-fetch", + "data": { + "version": "2.7.0", + "packageName": "node-fetch", + "hash": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" + } + }, + "npm:node-fetch@3.0.0-beta.9": { + "type": "npm", + "name": "npm:node-fetch@3.0.0-beta.9", + "data": { + "version": "3.0.0-beta.9", + "packageName": "node-fetch", + "hash": "sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==" + } + }, + "npm:node-machine-id": { + "type": "npm", + "name": "npm:node-machine-id", + "data": { + "version": "1.1.12", + "packageName": "node-machine-id", + "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + } + }, + "npm:node-releases": { + "type": "npm", + "name": "npm:node-releases", + "data": { + "version": "2.0.14", + "packageName": "node-releases", + "hash": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + } + }, + "npm:normalize-package-data": { + "type": "npm", + "name": "npm:normalize-package-data", + "data": { + "version": "6.0.0", + "packageName": "normalize-package-data", + "hash": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==" + } + }, + "npm:normalize-path": { + "type": "npm", + "name": "npm:normalize-path", + "data": { + "version": "3.0.0", + "packageName": "normalize-path", + "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + }, + "npm:npm-install-checks": { + "type": "npm", + "name": "npm:npm-install-checks", + "data": { + "version": "6.3.0", + "packageName": "npm-install-checks", + "hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==" + } + }, + "npm:npm-normalize-package-bin": { + "type": "npm", + "name": "npm:npm-normalize-package-bin", + "data": { + "version": "3.0.1", + "packageName": "npm-normalize-package-bin", + "hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==" + } + }, + "npm:npm-package-arg": { + "type": "npm", + "name": "npm:npm-package-arg", + "data": { + "version": "11.0.1", + "packageName": "npm-package-arg", + "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + } + }, + "npm:npm-pick-manifest": { + "type": "npm", + "name": "npm:npm-pick-manifest", + "data": { + "version": "9.0.0", + "packageName": "npm-pick-manifest", + "hash": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==" + } + }, + "npm:npm-run-path@2.0.2": { + "type": "npm", + "name": "npm:npm-run-path@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "npm-run-path", + "hash": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==" + } + }, + "npm:npm-run-path": { + "type": "npm", + "name": "npm:npm-run-path", + "data": { + "version": "4.0.1", + "packageName": "npm-run-path", + "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + } + }, + "npm:npm-run-path@5.3.0": { + "type": "npm", + "name": "npm:npm-run-path@5.3.0", + "data": { + "version": "5.3.0", + "packageName": "npm-run-path", + "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + } + }, + "npm:nwsapi": { + "type": "npm", + "name": "npm:nwsapi", + "data": { + "version": "2.2.7", + "packageName": "nwsapi", + "hash": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + } + }, + "npm:nx": { + "type": "npm", + "name": "npm:nx", + "data": { + "version": "18.1.3", + "packageName": "nx", + "hash": "sha512-Ade/BZxK8kf98pBPHVJXRkxRTpBYJceL1YD9LBMP5TwmsVdG5ZbmmpTkCBorCGmCZ8L5WZN3gwoikvPKGs8q5w==" + } + }, + "npm:object-assign": { + "type": "npm", + "name": "npm:object-assign", + "data": { + "version": "4.1.1", + "packageName": "object-assign", + "hash": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" + } + }, + "npm:object-inspect": { + "type": "npm", + "name": "npm:object-inspect", + "data": { + "version": "1.13.1", + "packageName": "object-inspect", + "hash": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + } + }, + "npm:object-is": { + "type": "npm", + "name": "npm:object-is", + "data": { + "version": "1.1.6", + "packageName": "object-is", + "hash": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==" + } + }, + "npm:object-keys": { + "type": "npm", + "name": "npm:object-keys", + "data": { + "version": "1.1.1", + "packageName": "object-keys", + "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + } + }, + "npm:object-pairs": { + "type": "npm", + "name": "npm:object-pairs", + "data": { + "version": "0.1.0", + "packageName": "object-pairs", + "hash": "sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==" + } + }, + "npm:object-values": { + "type": "npm", + "name": "npm:object-values", + "data": { + "version": "1.0.0", + "packageName": "object-values", + "hash": "sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==" + } + }, + "npm:object.assign": { + "type": "npm", + "name": "npm:object.assign", + "data": { + "version": "4.1.5", + "packageName": "object.assign", + "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" + } + }, + "npm:object.defaults": { + "type": "npm", + "name": "npm:object.defaults", + "data": { + "version": "1.1.0", + "packageName": "object.defaults", + "hash": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==" + } + }, + "npm:object.map": { + "type": "npm", + "name": "npm:object.map", + "data": { + "version": "1.0.1", + "packageName": "object.map", + "hash": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==" + } + }, + "npm:object.pick": { + "type": "npm", + "name": "npm:object.pick", + "data": { + "version": "1.3.0", + "packageName": "object.pick", + "hash": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==" + } + }, + "npm:oblivious-set": { + "type": "npm", + "name": "npm:oblivious-set", + "data": { + "version": "1.0.0", + "packageName": "oblivious-set", + "hash": "sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw==" + } + }, + "npm:once": { + "type": "npm", + "name": "npm:once", + "data": { + "version": "1.4.0", + "packageName": "once", + "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + } + }, + "npm:onetime": { + "type": "npm", + "name": "npm:onetime", + "data": { + "version": "5.1.2", + "packageName": "onetime", + "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + } + }, + "npm:onetime@6.0.0": { + "type": "npm", + "name": "npm:onetime@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "onetime", + "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + } + }, + "npm:open": { + "type": "npm", + "name": "npm:open", + "data": { + "version": "8.4.2", + "packageName": "open", + "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + } + }, + "npm:openapi-types": { + "type": "npm", + "name": "npm:openapi-types", + "data": { + "version": "12.1.3", + "packageName": "openapi-types", + "hash": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==" + } + }, + "npm:ora": { + "type": "npm", + "name": "npm:ora", + "data": { + "version": "5.3.0", + "packageName": "ora", + "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" + } + }, + "npm:p-defer": { + "type": "npm", + "name": "npm:p-defer", + "data": { + "version": "1.0.0", + "packageName": "p-defer", + "hash": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==" + } + }, + "npm:p-finally": { + "type": "npm", + "name": "npm:p-finally", + "data": { + "version": "1.0.0", + "packageName": "p-finally", + "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + } + }, + "npm:p-limit@3.1.0": { + "type": "npm", + "name": "npm:p-limit@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "5.0.0", + "packageName": "p-limit", + "hash": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==" + } + }, + "npm:p-map": { + "type": "npm", + "name": "npm:p-map", + "data": { + "version": "4.0.0", + "packageName": "p-map", + "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + } + }, + "npm:p-memoize": { + "type": "npm", + "name": "npm:p-memoize", + "data": { + "version": "4.0.1", + "packageName": "p-memoize", + "hash": "sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==" + } + }, + "npm:p-retry": { + "type": "npm", + "name": "npm:p-retry", + "data": { + "version": "3.0.1", + "packageName": "p-retry", + "hash": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==" + } + }, + "npm:parse-filepath": { + "type": "npm", + "name": "npm:parse-filepath", + "data": { + "version": "1.0.2", + "packageName": "parse-filepath", + "hash": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==" + } + }, + "npm:parse-json": { + "type": "npm", + "name": "npm:parse-json", + "data": { + "version": "5.2.0", + "packageName": "parse-json", + "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + } + }, + "npm:parse-ms": { + "type": "npm", + "name": "npm:parse-ms", + "data": { + "version": "4.0.0", + "packageName": "parse-ms", + "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" + } + }, + "npm:parse-npm-tarball-url": { + "type": "npm", + "name": "npm:parse-npm-tarball-url", + "data": { + "version": "3.0.0", + "packageName": "parse-npm-tarball-url", + "hash": "sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==" + } + }, + "npm:parse-passwd": { + "type": "npm", + "name": "npm:parse-passwd", + "data": { + "version": "1.0.0", + "packageName": "parse-passwd", + "hash": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" + } + }, + "npm:parse5": { + "type": "npm", + "name": "npm:parse5", + "data": { + "version": "7.1.2", + "packageName": "parse5", + "hash": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" + } + }, + "npm:parseley": { + "type": "npm", + "name": "npm:parseley", + "data": { + "version": "0.7.0", + "packageName": "parseley", + "hash": "sha512-xyOytsdDu077M3/46Am+2cGXEKM9U9QclBDv7fimY7e+BBlxh2JcBp2mgNsmkyA9uvgyTjVzDi7cP1v4hcFxbw==" + } + }, + "npm:path-browserify": { + "type": "npm", + "name": "npm:path-browserify", + "data": { + "version": "1.0.1", + "packageName": "path-browserify", + "hash": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + } + }, + "npm:path-is-absolute": { + "type": "npm", + "name": "npm:path-is-absolute", + "data": { + "version": "1.0.1", + "packageName": "path-is-absolute", + "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + } + }, + "npm:path-key@2.0.1": { + "type": "npm", + "name": "npm:path-key@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "path-key", + "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + } + }, + "npm:path-key": { + "type": "npm", + "name": "npm:path-key", + "data": { + "version": "3.1.1", + "packageName": "path-key", + "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + } + }, + "npm:path-key@4.0.0": { + "type": "npm", + "name": "npm:path-key@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-key", + "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" + } + }, + "npm:path-parse": { + "type": "npm", + "name": "npm:path-parse", + "data": { + "version": "1.0.7", + "packageName": "path-parse", + "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + } + }, + "npm:path-root-regex": { + "type": "npm", + "name": "npm:path-root-regex", + "data": { + "version": "0.1.2", + "packageName": "path-root-regex", + "hash": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" + } + }, + "npm:path-root": { + "type": "npm", + "name": "npm:path-root", + "data": { + "version": "0.1.1", + "packageName": "path-root", + "hash": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==" + } + }, + "npm:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.10.1", + "packageName": "path-scurry", + "hash": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==" + } + }, + "npm:path-temp": { + "type": "npm", + "name": "npm:path-temp", + "data": { + "version": "2.1.0", + "packageName": "path-temp", + "hash": "sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==" + } + }, + "npm:path-type@4.0.0": { + "type": "npm", + "name": "npm:path-type@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-type", + "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + } + }, + "npm:path-type": { + "type": "npm", + "name": "npm:path-type", + "data": { + "version": "5.0.0", + "packageName": "path-type", + "hash": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" + } + }, + "npm:pathe": { + "type": "npm", + "name": "npm:pathe", + "data": { + "version": "1.1.2", + "packageName": "pathe", + "hash": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + } + }, + "npm:pathfinding": { + "type": "npm", + "name": "npm:pathfinding", + "data": { + "version": "0.4.18", + "packageName": "pathfinding", + "hash": "sha512-R0TGEQ9GRcFCDvAWlJAWC+KGJ9SLbW4c0nuZRcioVlXVTlw+F5RvXQ8SQgSqI9KXWC1ew95vgmIiyaWTlCe9Ag==" + } + }, + "npm:pathval": { + "type": "npm", + "name": "npm:pathval", + "data": { + "version": "1.1.1", + "packageName": "pathval", + "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" + } + }, + "npm:periscopic": { + "type": "npm", + "name": "npm:periscopic", + "data": { + "version": "3.1.0", + "packageName": "periscopic", + "hash": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==" + } + }, + "npm:picocolors": { + "type": "npm", + "name": "npm:picocolors", + "data": { + "version": "1.0.0", + "packageName": "picocolors", + "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + } + }, + "npm:picomatch@2.3.1": { + "type": "npm", + "name": "npm:picomatch@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "4.0.1", + "packageName": "picomatch", + "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" + } + }, + "npm:pidtree": { + "type": "npm", + "name": "npm:pidtree", + "data": { + "version": "0.6.0", + "packageName": "pidtree", + "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" + } + }, + "npm:pioppo": { + "type": "npm", + "name": "npm:pioppo", + "data": { + "version": "1.1.0", + "packageName": "pioppo", + "hash": "sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==" + } + }, + "npm:pirates": { + "type": "npm", + "name": "npm:pirates", + "data": { + "version": "4.0.6", + "packageName": "pirates", + "hash": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" + } + }, + "npm:pkg-types": { + "type": "npm", + "name": "npm:pkg-types", + "data": { + "version": "1.0.3", + "packageName": "pkg-types", + "hash": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==" + } + }, + "npm:possible-typed-array-names": { + "type": "npm", + "name": "npm:possible-typed-array-names", + "data": { + "version": "1.0.0", + "packageName": "possible-typed-array-names", + "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" + } + }, + "npm:postcss-load-config": { + "type": "npm", + "name": "npm:postcss-load-config", + "data": { + "version": "4.0.2", + "packageName": "postcss-load-config", + "hash": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==" + } + }, + "npm:postcss": { + "type": "npm", + "name": "npm:postcss", + "data": { + "version": "8.4.38", + "packageName": "postcss", + "hash": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==" + } + }, + "npm:prettier-plugin-svelte": { + "type": "npm", + "name": "npm:prettier-plugin-svelte", + "data": { + "version": "3.2.2", + "packageName": "prettier-plugin-svelte", + "hash": "sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==" + } + }, + "npm:prettier": { + "type": "npm", + "name": "npm:prettier", + "data": { + "version": "4.0.0-alpha.8", + "packageName": "prettier", + "hash": "sha512-7FFBkQb0Eg0wJRYzA7ucc31nqTjWgoSpmS0ey9OATHU6WiV0z53Uzo5hA3tZs/pbhhIG7YvOIBNmkRQ7Dr/k5A==" + } + }, + "npm:pretty-bytes": { + "type": "npm", + "name": "npm:pretty-bytes", + "data": { + "version": "5.6.0", + "packageName": "pretty-bytes", + "hash": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==" + } + }, + "npm:pretty-bytes@6.1.1": { + "type": "npm", + "name": "npm:pretty-bytes@6.1.1", + "data": { + "version": "6.1.1", + "packageName": "pretty-bytes", + "hash": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==" + } + }, + "npm:pretty-format": { + "type": "npm", + "name": "npm:pretty-format", + "data": { + "version": "27.5.1", + "packageName": "pretty-format", + "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" + } + }, + "npm:pretty-format@29.7.0": { + "type": "npm", + "name": "npm:pretty-format@29.7.0", + "data": { + "version": "29.7.0", + "packageName": "pretty-format", + "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + } + }, + "npm:pretty-ms": { + "type": "npm", + "name": "npm:pretty-ms", + "data": { + "version": "9.0.0", + "packageName": "pretty-ms", + "hash": "sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==" + } + }, + "npm:prism-react-renderer": { + "type": "npm", + "name": "npm:prism-react-renderer", + "data": { + "version": "1.3.5", + "packageName": "prism-react-renderer", + "hash": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==" + } + }, + "npm:prismjs": { + "type": "npm", + "name": "npm:prismjs", + "data": { + "version": "1.29.0", + "packageName": "prismjs", + "hash": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==" + } + }, + "npm:proc-log": { + "type": "npm", + "name": "npm:proc-log", + "data": { + "version": "3.0.0", + "packageName": "proc-log", + "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + } + }, + "npm:process-nextick-args": { + "type": "npm", + "name": "npm:process-nextick-args", + "data": { + "version": "2.0.1", + "packageName": "process-nextick-args", + "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + } + }, + "npm:process": { + "type": "npm", + "name": "npm:process", + "data": { + "version": "0.11.10", + "packageName": "process", + "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" + } + }, + "npm:promise-inflight": { + "type": "npm", + "name": "npm:promise-inflight", + "data": { + "version": "1.0.1", + "packageName": "promise-inflight", + "hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + } + }, + "npm:promise-make-naked": { + "type": "npm", + "name": "npm:promise-make-naked", + "data": { + "version": "2.1.1", + "packageName": "promise-make-naked", + "hash": "sha512-BLvgZSNRkQNM5RGL4Cz8wK76WSb+t3VeMJL+/kxRBHI5+nliqZezranGGtiu/ePeFo5+CaLRvvGMzXrBuu2tAA==" + } + }, + "npm:promise-retry": { + "type": "npm", + "name": "npm:promise-retry", + "data": { + "version": "2.0.1", + "packageName": "promise-retry", + "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + } + }, + "npm:prop-types": { + "type": "npm", + "name": "npm:prop-types", + "data": { + "version": "15.8.1", + "packageName": "prop-types", + "hash": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" + } + }, + "npm:property-information": { + "type": "npm", + "name": "npm:property-information", + "data": { + "version": "6.4.1", + "packageName": "property-information", + "hash": "sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w==" + } + }, + "npm:proxy-from-env": { + "type": "npm", + "name": "npm:proxy-from-env", + "data": { + "version": "1.1.0", + "packageName": "proxy-from-env", + "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + } + }, + "npm:pseudomap": { + "type": "npm", + "name": "npm:pseudomap", + "data": { + "version": "1.0.2", + "packageName": "pseudomap", + "hash": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" + } + }, + "npm:psl": { + "type": "npm", + "name": "npm:psl", + "data": { + "version": "1.9.0", + "packageName": "psl", + "hash": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + } + }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:querystringify": { + "type": "npm", + "name": "npm:querystringify", + "data": { + "version": "2.2.0", + "packageName": "querystringify", + "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:railroad-diagrams": { + "type": "npm", + "name": "npm:railroad-diagrams", + "data": { + "version": "1.0.0", + "packageName": "railroad-diagrams", + "hash": "sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==" + } + }, + "npm:randexp": { + "type": "npm", + "name": "npm:randexp", + "data": { + "version": "0.4.6", + "packageName": "randexp", + "hash": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==" + } + }, + "npm:randombytes": { + "type": "npm", + "name": "npm:randombytes", + "data": { + "version": "2.1.0", + "packageName": "randombytes", + "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" + } + }, + "npm:react-dnd-accessible-backend": { + "type": "npm", + "name": "npm:react-dnd-accessible-backend", + "data": { + "version": "1.0.1", + "packageName": "react-dnd-accessible-backend", + "hash": "sha512-bh4FOA43r+zxLduELKl2bEiEsf3Ja1NahzpUOcBUn/3mdXm2i/4pV59dXblBwEZVgg8z/ZhEivy244AN7xTMLQ==" + } + }, + "npm:react-dnd-html5-backend": { + "type": "npm", + "name": "npm:react-dnd-html5-backend", + "data": { + "version": "16.0.1", + "packageName": "react-dnd-html5-backend", + "hash": "sha512-Wu3dw5aDJmOGw8WjH1I1/yTH+vlXEL4vmjk5p+MHxP8HuHJS1lAGeIdG/hze1AvNeXWo/JgULV87LyQOr+r5jw==" + } + }, + "npm:react-dnd-multi-backend": { + "type": "npm", + "name": "npm:react-dnd-multi-backend", + "data": { + "version": "8.0.0", + "packageName": "react-dnd-multi-backend", + "hash": "sha512-sYJmGUWRJsTa4sF/bxFu4tF/KSk668vf1TWbDqGdpvR9ltik/lBBqgihV3KLVtRRWytR/8wJCd9K5slj2Ve1tg==" + } + }, + "npm:react-dnd-preview": { + "type": "npm", + "name": "npm:react-dnd-preview", + "data": { + "version": "8.0.3", + "packageName": "react-dnd-preview", + "hash": "sha512-s69Ro47QYDthDhj73iQ0VioMCjtlZ1AytKBDkQaHKm5DTjA8D2bIaFKCBQd330QEW0SIzqLJrZGCSlIY2xraJg==" + } + }, + "npm:react-dnd": { + "type": "npm", + "name": "npm:react-dnd", + "data": { + "version": "16.0.1", + "packageName": "react-dnd", + "hash": "sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==" + } + }, + "npm:react-dom": { + "type": "npm", + "name": "npm:react-dom", + "data": { + "version": "18.2.0", + "packageName": "react-dom", + "hash": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==" + } + }, + "npm:react-error-boundary": { + "type": "npm", + "name": "npm:react-error-boundary", + "data": { + "version": "3.1.4", + "packageName": "react-error-boundary", + "hash": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==" + } + }, + "npm:react-hotkeys-hook": { + "type": "npm", + "name": "npm:react-hotkeys-hook", + "data": { + "version": "4.3.8", + "packageName": "react-hotkeys-hook", + "hash": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==" + } + }, + "npm:react-icons": { + "type": "npm", + "name": "npm:react-icons", + "data": { + "version": "4.8.0", + "packageName": "react-icons", + "hash": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==" + } + }, + "npm:react-infinite-scroll-component": { + "type": "npm", + "name": "npm:react-infinite-scroll-component", + "data": { + "version": "6.1.0", + "packageName": "react-infinite-scroll-component", + "hash": "sha512-SQu5nCqy8DxQWpnUVLx7V7b7LcA37aM7tvoWjTLZp1dk6EJibM5/4EJKzOnl07/BsM1Y40sKLuqjCwwH/xV0TQ==" + } + }, + "npm:react-intl": { + "type": "npm", + "name": "npm:react-intl", + "data": { + "version": "6.3.0", + "packageName": "react-intl", + "hash": "sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==" + } + }, + "npm:react-is@16.13.1": { + "type": "npm", + "name": "npm:react-is@16.13.1", + "data": { + "version": "16.13.1", + "packageName": "react-is", + "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + } + }, + "npm:react-is@17.0.2": { + "type": "npm", + "name": "npm:react-is@17.0.2", + "data": { + "version": "17.0.2", + "packageName": "react-is", + "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + } + }, + "npm:react-is": { + "type": "npm", + "name": "npm:react-is", + "data": { + "version": "18.2.0", + "packageName": "react-is", + "hash": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + } + }, + "npm:react-markdown": { + "type": "npm", + "name": "npm:react-markdown", + "data": { + "version": "8.0.5", + "packageName": "react-markdown", + "hash": "sha512-jGJolWWmOWAvzf+xMdB9zwStViODyyFQhNB/bwCerbBKmrTmgmA599CGiOlP58OId1IMoIRsA8UdI1Lod4zb5A==" + } + }, + "npm:react-query": { + "type": "npm", + "name": "npm:react-query", + "data": { + "version": "3.39.3", + "packageName": "react-query", + "hash": "sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==" + } + }, + "npm:react-redux": { + "type": "npm", + "name": "npm:react-redux", + "data": { + "version": "8.0.2", + "packageName": "react-redux", + "hash": "sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==" + } + }, + "npm:react-transition-group": { + "type": "npm", + "name": "npm:react-transition-group", + "data": { + "version": "4.4.5", + "packageName": "react-transition-group", + "hash": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==" + } + }, + "npm:react-universal-interface": { + "type": "npm", + "name": "npm:react-universal-interface", + "data": { + "version": "0.6.2", + "packageName": "react-universal-interface", + "hash": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==" + } + }, + "npm:react-use": { + "type": "npm", + "name": "npm:react-use", + "data": { + "version": "17.4.0", + "packageName": "react-use", + "hash": "sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==" + } + }, + "npm:react": { + "type": "npm", + "name": "npm:react", + "data": { + "version": "18.2.0", + "packageName": "react", + "hash": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==" + } + }, + "npm:reactflow": { + "type": "npm", + "name": "npm:reactflow", + "data": { + "version": "11.8.2", + "packageName": "reactflow", + "hash": "sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==" + } + }, + "npm:read-package-json-fast": { + "type": "npm", + "name": "npm:read-package-json-fast", + "data": { + "version": "3.0.2", + "packageName": "read-package-json-fast", + "hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==" + } + }, + "npm:readable-stream@2.3.8": { + "type": "npm", + "name": "npm:readable-stream@2.3.8", + "data": { + "version": "2.3.8", + "packageName": "readable-stream", + "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + } + }, + "npm:readable-stream": { + "type": "npm", + "name": "npm:readable-stream", + "data": { + "version": "3.6.2", + "packageName": "readable-stream", + "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + } + }, + "npm:readdirp": { + "type": "npm", + "name": "npm:readdirp", + "data": { + "version": "3.6.0", + "packageName": "readdirp", + "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + } + }, + "npm:rechoir": { + "type": "npm", + "name": "npm:rechoir", + "data": { + "version": "0.8.0", + "packageName": "rechoir", + "hash": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==" + } + }, + "npm:redent": { + "type": "npm", + "name": "npm:redent", + "data": { + "version": "3.0.0", + "packageName": "redent", + "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + } + }, + "npm:redux-thunk": { + "type": "npm", + "name": "npm:redux-thunk", + "data": { + "version": "2.4.2", + "packageName": "redux-thunk", + "hash": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==" + } + }, + "npm:redux-undo": { + "type": "npm", + "name": "npm:redux-undo", + "data": { + "version": "1.1.0", + "packageName": "redux-undo", + "hash": "sha512-zzLFh2qeF0MTIlzDhDLm9NtkfBqCllQJ3OCuIl5RKlG/ayHw6GUdIFdMhzMS9NnrnWdBX5u//ExMOHpfudGGOg==" + } + }, + "npm:redux": { + "type": "npm", + "name": "npm:redux", + "data": { + "version": "4.2.1", + "packageName": "redux", + "hash": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==" + } + }, + "npm:regenerate-unicode-properties": { + "type": "npm", + "name": "npm:regenerate-unicode-properties", + "data": { + "version": "10.1.1", + "packageName": "regenerate-unicode-properties", + "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" + } + }, + "npm:regenerate": { + "type": "npm", + "name": "npm:regenerate", + "data": { + "version": "1.4.2", + "packageName": "regenerate", + "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + } + }, + "npm:regenerator-runtime": { + "type": "npm", + "name": "npm:regenerator-runtime", + "data": { + "version": "0.14.1", + "packageName": "regenerator-runtime", + "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + } + }, + "npm:regenerator-transform": { + "type": "npm", + "name": "npm:regenerator-transform", + "data": { + "version": "0.15.2", + "packageName": "regenerator-transform", + "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" + } + }, + "npm:regexp.prototype.flags": { + "type": "npm", + "name": "npm:regexp.prototype.flags", + "data": { + "version": "1.5.2", + "packageName": "regexp.prototype.flags", + "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" + } + }, + "npm:regexpu-core": { + "type": "npm", + "name": "npm:regexpu-core", + "data": { + "version": "5.3.2", + "packageName": "regexpu-core", + "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" + } + }, + "npm:regjsparser": { + "type": "npm", + "name": "npm:regjsparser", + "data": { + "version": "0.9.1", + "packageName": "regjsparser", + "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" + } + }, + "npm:remark-parse": { + "type": "npm", + "name": "npm:remark-parse", + "data": { + "version": "10.0.2", + "packageName": "remark-parse", + "hash": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==" + } + }, + "npm:remark-rehype": { + "type": "npm", + "name": "npm:remark-rehype", + "data": { + "version": "10.1.0", + "packageName": "remark-rehype", + "hash": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==" + } + }, + "npm:remove-accents": { + "type": "npm", + "name": "npm:remove-accents", + "data": { + "version": "0.5.0", + "packageName": "remove-accents", + "hash": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==" + } + }, + "npm:rename-overwrite": { + "type": "npm", + "name": "npm:rename-overwrite", + "data": { + "version": "5.0.0", + "packageName": "rename-overwrite", + "hash": "sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==" + } + }, + "npm:require-directory": { + "type": "npm", + "name": "npm:require-directory", + "data": { + "version": "2.1.1", + "packageName": "require-directory", + "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + } + }, + "npm:requires-port": { + "type": "npm", + "name": "npm:requires-port", + "data": { + "version": "1.0.0", + "packageName": "requires-port", + "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + } + }, + "npm:reselect": { + "type": "npm", + "name": "npm:reselect", + "data": { + "version": "4.1.8", + "packageName": "reselect", + "hash": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==" + } + }, + "npm:resize-observer-polyfill": { + "type": "npm", + "name": "npm:resize-observer-polyfill", + "data": { + "version": "1.5.1", + "packageName": "resize-observer-polyfill", + "hash": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" + } + }, + "npm:resolve-dir": { + "type": "npm", + "name": "npm:resolve-dir", + "data": { + "version": "1.0.1", + "packageName": "resolve-dir", + "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" + } + }, + "npm:resolve-from": { + "type": "npm", + "name": "npm:resolve-from", + "data": { + "version": "5.0.0", + "packageName": "resolve-from", + "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + } + }, + "npm:resolve.exports": { + "type": "npm", + "name": "npm:resolve.exports", + "data": { + "version": "2.0.2", + "packageName": "resolve.exports", + "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" + } + }, + "npm:resolve@1.19.0": { + "type": "npm", + "name": "npm:resolve@1.19.0", + "data": { + "version": "1.19.0", + "packageName": "resolve", + "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" + } + }, + "npm:resolve": { + "type": "npm", + "name": "npm:resolve", + "data": { + "version": "1.22.8", + "packageName": "resolve", + "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + } + }, + "npm:restore-cursor": { + "type": "npm", + "name": "npm:restore-cursor", + "data": { + "version": "3.1.0", + "packageName": "restore-cursor", + "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + } + }, + "npm:restore-cursor@4.0.0": { + "type": "npm", + "name": "npm:restore-cursor@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "restore-cursor", + "hash": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==" + } + }, + "npm:ret": { + "type": "npm", + "name": "npm:ret", + "data": { + "version": "0.1.15", + "packageName": "ret", + "hash": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + } + }, + "npm:retry": { + "type": "npm", + "name": "npm:retry", + "data": { + "version": "0.12.0", + "packageName": "retry", + "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + } + }, + "npm:reusify": { + "type": "npm", + "name": "npm:reusify", + "data": { + "version": "1.0.4", + "packageName": "reusify", + "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + } + }, + "npm:reverse-arguments": { + "type": "npm", + "name": "npm:reverse-arguments", + "data": { + "version": "1.0.0", + "packageName": "reverse-arguments", + "hash": "sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==" + } + }, + "npm:rfdc": { + "type": "npm", + "name": "npm:rfdc", + "data": { + "version": "1.3.1", + "packageName": "rfdc", + "hash": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + } + }, + "npm:rimraf@3.0.2": { + "type": "npm", + "name": "npm:rimraf@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "rimraf", + "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + } + }, + "npm:rimraf": { + "type": "npm", + "name": "npm:rimraf", + "data": { + "version": "5.0.5", + "packageName": "rimraf", + "hash": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==" + } + }, + "npm:rollup-plugin-preserve-directives": { + "type": "npm", + "name": "npm:rollup-plugin-preserve-directives", + "data": { + "version": "0.4.0", + "packageName": "rollup-plugin-preserve-directives", + "hash": "sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==" + } + }, + "npm:rollup-plugin-size": { + "type": "npm", + "name": "npm:rollup-plugin-size", + "data": { + "version": "0.3.1", + "packageName": "rollup-plugin-size", + "hash": "sha512-SAtpTAAJ0nFkISxLxYjDZX9Zqt34tAIil98R305ZM0GhTnnO6VYG0P5M+2IXKo/iNDdbpBcIfg1W06CLtk/vXA==" + } + }, + "npm:rollup-plugin-svelte": { + "type": "npm", + "name": "npm:rollup-plugin-svelte", + "data": { + "version": "7.2.0", + "packageName": "rollup-plugin-svelte", + "hash": "sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==" + } + }, + "npm:rollup-plugin-visualizer": { + "type": "npm", + "name": "npm:rollup-plugin-visualizer", + "data": { + "version": "5.12.0", + "packageName": "rollup-plugin-visualizer", + "hash": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==" + } + }, + "npm:rollup": { + "type": "npm", + "name": "npm:rollup", + "data": { + "version": "4.13.0", + "packageName": "rollup", + "hash": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==" + } + }, + "npm:rrweb-cssom": { + "type": "npm", + "name": "npm:rrweb-cssom", + "data": { + "version": "0.6.0", + "packageName": "rrweb-cssom", + "hash": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" + } + }, + "npm:rtl-css-js": { + "type": "npm", + "name": "npm:rtl-css-js", + "data": { + "version": "1.16.1", + "packageName": "rtl-css-js", + "hash": "sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==" + } + }, + "npm:run-parallel": { + "type": "npm", + "name": "npm:run-parallel", + "data": { + "version": "1.2.0", + "packageName": "run-parallel", + "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + } + }, + "npm:sade": { + "type": "npm", + "name": "npm:sade", + "data": { + "version": "1.8.1", + "packageName": "sade", + "hash": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==" + } + }, + "npm:safe-buffer@5.1.2": { + "type": "npm", + "name": "npm:safe-buffer@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "safe-buffer", + "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + }, + "npm:safe-buffer": { + "type": "npm", + "name": "npm:safe-buffer", + "data": { + "version": "5.2.1", + "packageName": "safe-buffer", + "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + }, + "npm:safer-buffer": { + "type": "npm", + "name": "npm:safer-buffer", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + } + }, + "npm:sax": { + "type": "npm", + "name": "npm:sax", + "data": { + "version": "1.3.0", + "packageName": "sax", + "hash": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" + } + }, + "npm:saxes": { + "type": "npm", + "name": "npm:saxes", + "data": { + "version": "6.0.0", + "packageName": "saxes", + "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" + } + }, + "npm:scheduler": { + "type": "npm", + "name": "npm:scheduler", + "data": { + "version": "0.20.2", + "packageName": "scheduler", + "hash": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==" + } + }, + "npm:scheduler@0.23.0": { + "type": "npm", + "name": "npm:scheduler@0.23.0", + "data": { + "version": "0.23.0", + "packageName": "scheduler", + "hash": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==" + } + }, + "npm:screenfull": { + "type": "npm", + "name": "npm:screenfull", + "data": { + "version": "5.2.0", + "packageName": "screenfull", + "hash": "sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==" + } + }, + "npm:selderee": { + "type": "npm", + "name": "npm:selderee", + "data": { + "version": "0.6.0", + "packageName": "selderee", + "hash": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==" + } + }, + "npm:semver": { + "type": "npm", + "name": "npm:semver", + "data": { + "version": "6.3.1", + "packageName": "semver", + "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + }, + "npm:semver@7.5.4": { + "type": "npm", + "name": "npm:semver@7.5.4", + "data": { + "version": "7.5.4", + "packageName": "semver", + "hash": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==" + } + }, + "npm:semver@7.6.0": { + "type": "npm", + "name": "npm:semver@7.6.0", + "data": { + "version": "7.6.0", + "packageName": "semver", + "hash": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==" + } + }, + "npm:serialize-javascript": { + "type": "npm", + "name": "npm:serialize-javascript", + "data": { + "version": "6.0.2", + "packageName": "serialize-javascript", + "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" + } + }, + "npm:set-function-length": { + "type": "npm", + "name": "npm:set-function-length", + "data": { + "version": "1.2.2", + "packageName": "set-function-length", + "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" + } + }, + "npm:set-function-name": { + "type": "npm", + "name": "npm:set-function-name", + "data": { + "version": "2.0.2", + "packageName": "set-function-name", + "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" + } + }, + "npm:set-harmonic-interval": { + "type": "npm", + "name": "npm:set-harmonic-interval", + "data": { + "version": "1.0.1", + "packageName": "set-harmonic-interval", + "hash": "sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==" + } + }, + "npm:shebang-command@1.2.0": { + "type": "npm", + "name": "npm:shebang-command@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "shebang-command", + "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" + } + }, + "npm:shebang-command": { + "type": "npm", + "name": "npm:shebang-command", + "data": { + "version": "2.0.0", + "packageName": "shebang-command", + "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + } + }, + "npm:shebang-regex@1.0.0": { + "type": "npm", + "name": "npm:shebang-regex@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "shebang-regex", + "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "npm:shell-quote-word": { + "type": "npm", + "name": "npm:shell-quote-word", + "data": { + "version": "1.0.1", + "packageName": "shell-quote-word", + "hash": "sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==" + } + }, + "npm:sherif-darwin-arm64": { + "type": "npm", + "name": "npm:sherif-darwin-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-darwin-arm64", + "hash": "sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==" + } + }, + "npm:sherif-darwin-x64": { + "type": "npm", + "name": "npm:sherif-darwin-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-darwin-x64", + "hash": "sha512-u0mBU15wPSKXWYGC1DvNfC/ZKD1v7fQQjhP5u5gek7eGY+NCQRKWX6Y6nsyOLvZPSCxhPoiGv79/LRIEi5Z5wQ==" + } + }, + "npm:sherif-linux-arm64": { + "type": "npm", + "name": "npm:sherif-linux-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-linux-arm64", + "hash": "sha512-/oClgMG35zra4CbSI6KTN2fM8Ix7RTF6G+F7I4caVGfhmXJZk+sIgnQJ09RB+lwuii1nYn5EFWqDD2Y6AWvoOQ==" + } + }, + "npm:sherif-linux-x64": { + "type": "npm", + "name": "npm:sherif-linux-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-linux-x64", + "hash": "sha512-7xzh9xx/Sc8/XSPT75iOPzqli3vWe3yhaPgODcRi5gNrS38rwiqP0SXA9uZN/tXinR4xnDNCtZ5QmKnrBlWiRw==" + } + }, + "npm:sherif-windows-arm64": { + "type": "npm", + "name": "npm:sherif-windows-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-windows-arm64", + "hash": "sha512-DFYnClmaUw5MVAvUWr8masgf/HKFOjiHAOOegCLvs6mZHdIcz4D1/noQoGZTEhCNdBGr557WScK4IReUWrfYPQ==" + } + }, + "npm:sherif-windows-x64": { + "type": "npm", + "name": "npm:sherif-windows-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-windows-x64", + "hash": "sha512-BCgAKEPYG3jZ+AuvjLqP4UWnhTbSQpQoGYIZHGV8SRkdh9K/odvgv5Agvjq2SLHkM+jS2YERMxo8ZAOvtvL3WQ==" + } + }, + "npm:sherif": { + "type": "npm", + "name": "npm:sherif", + "data": { + "version": "0.8.1", + "packageName": "sherif", + "hash": "sha512-pT1vcHW5fZWZERobCvEaz2gxgOHcDTa2UF7KRsxZ4eunMWyL93smoVd55wWCBOOGMwhO7wnI+l07SYtiB9meMA==" + } + }, + "npm:side-channel": { + "type": "npm", + "name": "npm:side-channel", + "data": { + "version": "1.0.6", + "packageName": "side-channel", + "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" + } + }, + "npm:siginfo": { + "type": "npm", + "name": "npm:siginfo", + "data": { + "version": "2.0.0", + "packageName": "siginfo", + "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, + "npm:signal-exit@4.1.0": { + "type": "npm", + "name": "npm:signal-exit@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:simple-git": { + "type": "npm", + "name": "npm:simple-git", + "data": { + "version": "3.23.0", + "packageName": "simple-git", + "hash": "sha512-P9ggTW8vb/21CAL/AmnACAhqBDfnqSSZVpV7WuFtsFR9HLunf5IqQvk+OXAQTfkcZep8pKnt3DV3o7w3TegEkQ==" + } + }, + "npm:size-limit": { + "type": "npm", + "name": "npm:size-limit", + "data": { + "version": "11.1.2", + "packageName": "size-limit", + "hash": "sha512-W9V/QR98fiLgGg+S77DNy7usExpz7HCdDAqm2t2Q77GWCV//wWUC6hyZA9QXKk1x6bxMMTzq1vmncw5Cve/43w==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "3.0.0", + "packageName": "slash", + "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + }, + "npm:slash@5.1.0": { + "type": "npm", + "name": "npm:slash@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "slash", + "hash": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" + } + }, + "npm:slice-ansi": { + "type": "npm", + "name": "npm:slice-ansi", + "data": { + "version": "5.0.0", + "packageName": "slice-ansi", + "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" + } + }, + "npm:slice-ansi@7.1.0": { + "type": "npm", + "name": "npm:slice-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "slice-ansi", + "hash": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==" + } + }, + "npm:smob": { + "type": "npm", + "name": "npm:smob", + "data": { + "version": "1.4.1", + "packageName": "smob", + "hash": "sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==" + } + }, + "npm:smol-toml": { + "type": "npm", + "name": "npm:smol-toml", + "data": { + "version": "1.1.4", + "packageName": "smol-toml", + "hash": "sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==" + } + }, + "npm:source-map-js": { + "type": "npm", + "name": "npm:source-map-js", + "data": { + "version": "1.2.0", + "packageName": "source-map-js", + "hash": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" + } + }, + "npm:source-map-support": { + "type": "npm", + "name": "npm:source-map-support", + "data": { + "version": "0.5.21", + "packageName": "source-map-support", + "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + } + }, + "npm:source-map@0.5.6": { + "type": "npm", + "name": "npm:source-map@0.5.6", + "data": { + "version": "0.5.6", + "packageName": "source-map", + "hash": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==" + } + }, + "npm:source-map@0.6.1": { + "type": "npm", + "name": "npm:source-map@0.6.1", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.7.4", + "packageName": "source-map", + "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + }, + "npm:source-map@0.8.0-beta.0": { + "type": "npm", + "name": "npm:source-map@0.8.0-beta.0", + "data": { + "version": "0.8.0-beta.0", + "packageName": "source-map", + "hash": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==" + } + }, + "npm:space-separated-tokens": { + "type": "npm", + "name": "npm:space-separated-tokens", + "data": { + "version": "2.0.2", + "packageName": "space-separated-tokens", + "hash": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==" + } + }, + "npm:spawn-error-forwarder": { + "type": "npm", + "name": "npm:spawn-error-forwarder", + "data": { + "version": "1.0.0", + "packageName": "spawn-error-forwarder", + "hash": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==" + } + }, + "npm:spdx-correct": { + "type": "npm", + "name": "npm:spdx-correct", + "data": { + "version": "3.2.0", + "packageName": "spdx-correct", + "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + } + }, + "npm:spdx-exceptions": { + "type": "npm", + "name": "npm:spdx-exceptions", + "data": { + "version": "2.5.0", + "packageName": "spdx-exceptions", + "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" + } + }, + "npm:spdx-expression-parse": { + "type": "npm", + "name": "npm:spdx-expression-parse", + "data": { + "version": "3.0.1", + "packageName": "spdx-expression-parse", + "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" + } + }, + "npm:spdx-license-ids": { + "type": "npm", + "name": "npm:spdx-license-ids", + "data": { + "version": "3.0.17", + "packageName": "spdx-license-ids", + "hash": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==" + } + }, + "npm:specialist": { + "type": "npm", + "name": "npm:specialist", + "data": { + "version": "1.4.0", + "packageName": "specialist", + "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" + } + }, + "npm:split2": { + "type": "npm", + "name": "npm:split2", + "data": { + "version": "1.0.0", + "packageName": "split2", + "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" + } + }, + "npm:split2@3.2.2": { + "type": "npm", + "name": "npm:split2@3.2.2", + "data": { + "version": "3.2.2", + "packageName": "split2", + "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==" + } + }, + "npm:split2@4.2.0": { + "type": "npm", + "name": "npm:split2@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "split2", + "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + } + }, + "npm:sprintf-js": { + "type": "npm", + "name": "npm:sprintf-js", + "data": { + "version": "1.0.3", + "packageName": "sprintf-js", + "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + } + }, + "npm:ssri": { + "type": "npm", + "name": "npm:ssri", + "data": { + "version": "10.0.5", + "packageName": "ssri", + "hash": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==" + } + }, + "npm:stack-generator": { + "type": "npm", + "name": "npm:stack-generator", + "data": { + "version": "2.0.10", + "packageName": "stack-generator", + "hash": "sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==" + } + }, + "npm:stackback": { + "type": "npm", + "name": "npm:stackback", + "data": { + "version": "0.0.2", + "packageName": "stackback", + "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" + } + }, + "npm:stackframe": { + "type": "npm", + "name": "npm:stackframe", + "data": { + "version": "1.3.4", + "packageName": "stackframe", + "hash": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" + } + }, + "npm:stacktrace-gps": { + "type": "npm", + "name": "npm:stacktrace-gps", + "data": { + "version": "3.1.2", + "packageName": "stacktrace-gps", + "hash": "sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==" + } + }, + "npm:stacktrace-js": { + "type": "npm", + "name": "npm:stacktrace-js", + "data": { + "version": "2.0.2", + "packageName": "stacktrace-js", + "hash": "sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==" + } + }, + "npm:state-local": { + "type": "npm", + "name": "npm:state-local", + "data": { + "version": "1.0.7", + "packageName": "state-local", + "hash": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==" + } + }, + "npm:std-env": { + "type": "npm", + "name": "npm:std-env", + "data": { + "version": "3.7.0", + "packageName": "std-env", + "hash": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" + } + }, + "npm:stdin-blocker": { + "type": "npm", + "name": "npm:stdin-blocker", + "data": { + "version": "2.0.0", + "packageName": "stdin-blocker", + "hash": "sha512-fZ3txWyDSxOll6+ajX9akA5YzchyoEpVNsH8eWNY/ZnzlRoM0eW/zF8bm852KVpYutjNFQFvEF/RdZtlqxIZkQ==" + } + }, + "npm:stop-iteration-iterator": { + "type": "npm", + "name": "npm:stop-iteration-iterator", + "data": { + "version": "1.0.0", + "packageName": "stop-iteration-iterator", + "hash": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==" + } + }, + "npm:stream-combiner2": { + "type": "npm", + "name": "npm:stream-combiner2", + "data": { + "version": "1.1.1", + "packageName": "stream-combiner2", + "hash": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==" + } + }, + "npm:stream-to-array": { + "type": "npm", + "name": "npm:stream-to-array", + "data": { + "version": "2.3.0", + "packageName": "stream-to-array", + "hash": "sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==" + } + }, + "npm:string-argv": { + "type": "npm", + "name": "npm:string-argv", + "data": { + "version": "0.3.2", + "packageName": "string-argv", + "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" + } + }, + "npm:string-width-cjs": { + "type": "npm", + "name": "npm:string-width-cjs", + "data": { + "version": "npm:string-width@4.2.3", + "packageName": "string-width-cjs", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:string-width": { + "type": "npm", + "name": "npm:string-width", + "data": { + "version": "4.2.3", + "packageName": "string-width", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:string-width@5.1.2": { + "type": "npm", + "name": "npm:string-width@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "string-width", + "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + } + }, + "npm:string-width@7.1.0": { + "type": "npm", + "name": "npm:string-width@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "string-width", + "hash": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==" + } + }, + "npm:string.fromcodepoint": { + "type": "npm", + "name": "npm:string.fromcodepoint", + "data": { + "version": "0.2.1", + "packageName": "string.fromcodepoint", + "hash": "sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==" + } + }, + "npm:string_decoder": { + "type": "npm", + "name": "npm:string_decoder", + "data": { + "version": "1.1.1", + "packageName": "string_decoder", + "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + } + }, + "npm:string_decoder@1.3.0": { + "type": "npm", + "name": "npm:string_decoder@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "string_decoder", + "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" + } + }, + "npm:strip-ansi-cjs": { + "type": "npm", + "name": "npm:strip-ansi-cjs", + "data": { + "version": "npm:strip-ansi@6.0.1", + "packageName": "strip-ansi-cjs", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:strip-ansi": { + "type": "npm", + "name": "npm:strip-ansi", + "data": { + "version": "6.0.1", + "packageName": "strip-ansi", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:strip-ansi@7.1.0": { + "type": "npm", + "name": "npm:strip-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "strip-ansi", + "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + } + }, + "npm:strip-bom": { + "type": "npm", + "name": "npm:strip-bom", + "data": { + "version": "3.0.0", + "packageName": "strip-bom", + "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + } + }, + "npm:strip-bom@4.0.0": { + "type": "npm", + "name": "npm:strip-bom@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "strip-bom", + "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + } + }, + "npm:strip-eof": { + "type": "npm", + "name": "npm:strip-eof", + "data": { + "version": "1.0.0", + "packageName": "strip-eof", + "hash": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "2.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + } + }, + "npm:strip-final-newline@3.0.0": { + "type": "npm", + "name": "npm:strip-final-newline@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + } + }, + "npm:strip-indent": { + "type": "npm", + "name": "npm:strip-indent", + "data": { + "version": "3.0.0", + "packageName": "strip-indent", + "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + } + }, + "npm:strip-json-comments@3.1.1": { + "type": "npm", + "name": "npm:strip-json-comments@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "strip-json-comments", + "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + } + }, + "npm:strip-json-comments": { + "type": "npm", + "name": "npm:strip-json-comments", + "data": { + "version": "5.0.1", + "packageName": "strip-json-comments", + "hash": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==" + } + }, + "npm:strip-literal": { + "type": "npm", + "name": "npm:strip-literal", + "data": { + "version": "2.0.0", + "packageName": "strip-literal", + "hash": "sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==" + } + }, + "npm:strong-log-transformer": { + "type": "npm", + "name": "npm:strong-log-transformer", + "data": { + "version": "2.1.0", + "packageName": "strong-log-transformer", + "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + } + }, + "npm:stubborn-fs": { + "type": "npm", + "name": "npm:stubborn-fs", + "data": { + "version": "1.2.5", + "packageName": "stubborn-fs", + "hash": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==" + } + }, + "npm:style-to-object": { + "type": "npm", + "name": "npm:style-to-object", + "data": { + "version": "0.4.4", + "packageName": "style-to-object", + "hash": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==" + } + }, + "npm:stylis": { + "type": "npm", + "name": "npm:stylis", + "data": { + "version": "4.3.1", + "packageName": "stylis", + "hash": "sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==" + } + }, + "npm:sucrase": { + "type": "npm", + "name": "npm:sucrase", + "data": { + "version": "3.35.0", + "packageName": "sucrase", + "hash": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==" + } + }, + "npm:summary": { + "type": "npm", + "name": "npm:summary", + "data": { + "version": "2.1.0", + "packageName": "summary", + "hash": "sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==" + } + }, + "npm:supports-color@5.5.0": { + "type": "npm", + "name": "npm:supports-color@5.5.0", + "data": { + "version": "5.5.0", + "packageName": "supports-color", + "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + } + }, + "npm:supports-color": { + "type": "npm", + "name": "npm:supports-color", + "data": { + "version": "7.2.0", + "packageName": "supports-color", + "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + } + }, + "npm:supports-preserve-symlinks-flag": { + "type": "npm", + "name": "npm:supports-preserve-symlinks-flag", + "data": { + "version": "1.0.0", + "packageName": "supports-preserve-symlinks-flag", + "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + } + }, + "npm:svelte": { + "type": "npm", + "name": "npm:svelte", + "data": { + "version": "4.2.12", + "packageName": "svelte", + "hash": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==" + } + }, + "npm:symbol-tree": { + "type": "npm", + "name": "npm:symbol-tree", + "data": { + "version": "3.2.4", + "packageName": "symbol-tree", + "hash": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + } + }, + "npm:tabster": { + "type": "npm", + "name": "npm:tabster", + "data": { + "version": "6.1.0", + "packageName": "tabster", + "hash": "sha512-wTPy2d6WVmU/YjT0ERY9jc+et1P/B8FoSQ4qhr1xi7liwTezRbRV6yA1pKx8kdPWmLdIOBA4fn07x9c0x/wnow==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:tas-client": { + "type": "npm", + "name": "npm:tas-client", + "data": { + "version": "0.2.33", + "packageName": "tas-client", + "hash": "sha512-V+uqV66BOQnWxvI6HjDnE4VkInmYZUQ4dgB7gzaDyFyFSK1i1nF/j7DpS9UbQAgV9NaF1XpcyuavnM1qOeiEIg==" + } + }, + "npm:terser": { + "type": "npm", + "name": "npm:terser", + "data": { + "version": "5.29.2", + "packageName": "terser", + "hash": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==" + } + }, + "npm:text-extensions": { + "type": "npm", + "name": "npm:text-extensions", + "data": { + "version": "2.4.0", + "packageName": "text-extensions", + "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" + } + }, + "npm:thenify-all": { + "type": "npm", + "name": "npm:thenify-all", + "data": { + "version": "1.6.0", + "packageName": "thenify-all", + "hash": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" + } + }, + "npm:thenify": { + "type": "npm", + "name": "npm:thenify", + "data": { + "version": "3.3.1", + "packageName": "thenify", + "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" + } + }, + "npm:throttle-debounce": { + "type": "npm", + "name": "npm:throttle-debounce", + "data": { + "version": "2.3.0", + "packageName": "throttle-debounce", + "hash": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==" + } + }, + "npm:throttle-debounce@3.0.1": { + "type": "npm", + "name": "npm:throttle-debounce@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "throttle-debounce", + "hash": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==" + } + }, + "npm:through2": { + "type": "npm", + "name": "npm:through2", + "data": { + "version": "2.0.5", + "packageName": "through2", + "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" + } + }, + "npm:through2@4.0.2": { + "type": "npm", + "name": "npm:through2@4.0.2", + "data": { + "version": "4.0.2", + "packageName": "through2", + "hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==" + } + }, + "npm:through": { + "type": "npm", + "name": "npm:through", + "data": { + "version": "2.3.8", + "packageName": "through", + "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + } + }, + "npm:tiny-bin": { + "type": "npm", + "name": "npm:tiny-bin", + "data": { + "version": "1.7.1", + "packageName": "tiny-bin", + "hash": "sha512-MMztSKvXbVH0YQm54eDg9o3bt1TtM1xOZMnCfvG8fv1sQvDXxEeqiiv/DlQV8d2OiDOT+m01aXPfijeAPXF60g==" + } + }, + "npm:tiny-colors": { + "type": "npm", + "name": "npm:tiny-colors", + "data": { + "version": "2.1.2", + "packageName": "tiny-colors", + "hash": "sha512-6peGRBtkYBJpVrQUWOPKrC0ECo6WotUlXxirVTKvihjdgxQETpKtLdCKIb68IHjJYH1AOE7GM7RnxFvkGHsqOg==" + } + }, + "npm:tiny-cursor": { + "type": "npm", + "name": "npm:tiny-cursor", + "data": { + "version": "2.0.0", + "packageName": "tiny-cursor", + "hash": "sha512-6RKgFWBt6I1oYpaNZJvvp5x/jvzYDp+rjAVDam+7cmE0mrtlu8Lmpv81hQuvFuPa8Fuc/sd2shRWbdWTZqSNLg==" + } + }, + "npm:tiny-editorconfig": { + "type": "npm", + "name": "npm:tiny-editorconfig", + "data": { + "version": "1.0.0", + "packageName": "tiny-editorconfig", + "hash": "sha512-rxpWaSurnvPUkL2/qydRH10llK7MD1XfE38zoWTsp/ZWWYnnwPBzGUePBOcXFaNA3cJQm8ItqrofGeRJ6AVaew==" + } + }, + "npm:tiny-jsonc": { + "type": "npm", + "name": "npm:tiny-jsonc", + "data": { + "version": "1.0.1", + "packageName": "tiny-jsonc", + "hash": "sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==" + } + }, + "npm:tiny-levenshtein": { + "type": "npm", + "name": "npm:tiny-levenshtein", + "data": { + "version": "1.0.0", + "packageName": "tiny-levenshtein", + "hash": "sha512-27KxXZhuXCP+xol3k4jMWms8+B6H2qEUlBMTmB5YT3uvFXFNft4Hw/MqurrHkDdC01nx1HIADcE1wR40byJf4Q==" + } + }, + "npm:tiny-parse-argv": { + "type": "npm", + "name": "npm:tiny-parse-argv", + "data": { + "version": "2.4.0", + "packageName": "tiny-parse-argv", + "hash": "sha512-WTEsnmeHNr99hLQIDA+gnsS+fDsCDITlqgI+zEhx9M6ErPt0heoNZ1PGvql6wcf95sIx40J0MLYXaPveGwtpoA==" + } + }, + "npm:tiny-readdir-glob": { + "type": "npm", + "name": "npm:tiny-readdir-glob", + "data": { + "version": "1.4.0", + "packageName": "tiny-readdir-glob", + "hash": "sha512-DoByQM1c/DiwdfYAeXsFkTbOOm+Sqr9XbgHf2855ioLgjD89vcymbk2I5CA1zGf9ZsYCzA6UtKmtZr+IEAYAHA==" + } + }, + "npm:tiny-readdir": { + "type": "npm", + "name": "npm:tiny-readdir", + "data": { + "version": "2.7.0", + "packageName": "tiny-readdir", + "hash": "sha512-xPeRQEgt+gHp3rLqunojyx0qrJ4XzCScfNiWiYKJWM8w4ehfOfqDyKuDvsJkFaPFg9y3uKVEVRZPGoavl9ypjw==" + } + }, + "npm:tiny-spinner": { + "type": "npm", + "name": "npm:tiny-spinner", + "data": { + "version": "2.0.3", + "packageName": "tiny-spinner", + "hash": "sha512-zuhtClm08obM7aCzgRAbAmOpYm0ekAh/OTLZEJ/8SuVD+cxUdlqGGN5PRnc2Ate8xmbG3+ldPBnlwmHgJrftpg==" + } + }, + "npm:tiny-truncate": { + "type": "npm", + "name": "npm:tiny-truncate", + "data": { + "version": "1.0.2", + "packageName": "tiny-truncate", + "hash": "sha512-XR2fjChcOjuz8Eu56zGwacYTKUHlhuzQ3VpD79yUwvWlLY3gCWorzRfBNXkmbwFjxzfmYZrC00cA4s/ET6mogw==" + } + }, + "npm:tiny-updater": { + "type": "npm", + "name": "npm:tiny-updater", + "data": { + "version": "3.5.1", + "packageName": "tiny-updater", + "hash": "sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==" + } + }, + "npm:tinybench": { + "type": "npm", + "name": "npm:tinybench", + "data": { + "version": "2.6.0", + "packageName": "tinybench", + "hash": "sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==" + } + }, + "npm:tinypool": { + "type": "npm", + "name": "npm:tinypool", + "data": { + "version": "0.8.3", + "packageName": "tinypool", + "hash": "sha512-Ud7uepAklqRH1bvwy22ynrliC7Dljz7Tm8M/0RBUW+YRa4YHhZ6e4PpgE+fu1zr/WqB1kbeuVrdfeuyIBpy4tw==" + } + }, + "npm:tinyspy": { + "type": "npm", + "name": "npm:tinyspy", + "data": { + "version": "2.2.1", + "packageName": "tinyspy", + "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" + } + }, + "npm:title-case-minors": { + "type": "npm", + "name": "npm:title-case-minors", + "data": { + "version": "1.0.0", + "packageName": "title-case-minors", + "hash": "sha512-GFT+1ZjqJgq5AywOXjl9VelGgqMpOtfwdxYaYy3eUE1gbyxneeSnADLoov7TxXelqftIhlblsnHVqw5hNFUbGQ==" + } + }, + "npm:tmp": { + "type": "npm", + "name": "npm:tmp", + "data": { + "version": "0.2.3", + "packageName": "tmp", + "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" + } + }, + "npm:to-capital-case": { + "type": "npm", + "name": "npm:to-capital-case", + "data": { + "version": "1.0.0", + "packageName": "to-capital-case", + "hash": "sha512-mfERGNFweI+x+OctN7rlbZQqDC68BjXEt9gOrf8qy26IyqQyUTqfdKQBN3XhqN0fP9Pl4zaoXKGeWv+wSPXIyQ==" + } + }, + "npm:to-fast-properties": { + "type": "npm", + "name": "npm:to-fast-properties", + "data": { + "version": "2.0.0", + "packageName": "to-fast-properties", + "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" + } + }, + "npm:to-no-case": { + "type": "npm", + "name": "npm:to-no-case", + "data": { + "version": "1.0.2", + "packageName": "to-no-case", + "hash": "sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==" + } + }, + "npm:to-pascal-case": { + "type": "npm", + "name": "npm:to-pascal-case", + "data": { + "version": "1.0.0", + "packageName": "to-pascal-case", + "hash": "sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==" + } + }, + "npm:to-regex-range": { + "type": "npm", + "name": "npm:to-regex-range", + "data": { + "version": "5.0.1", + "packageName": "to-regex-range", + "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + } + }, + "npm:to-sentence-case": { + "type": "npm", + "name": "npm:to-sentence-case", + "data": { + "version": "1.0.0", + "packageName": "to-sentence-case", + "hash": "sha512-egaI3iiTSS5FpN8ZiN08Kqx8EQDTK4yqnp5m2WqR5qGSMLi605gYn887drlyZFn+lLMQAOC7tABafk/oQIoqGQ==" + } + }, + "npm:to-space-case": { + "type": "npm", + "name": "npm:to-space-case", + "data": { + "version": "1.0.0", + "packageName": "to-space-case", + "hash": "sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==" + } + }, + "npm:to-title-case": { + "type": "npm", + "name": "npm:to-title-case", + "data": { + "version": "1.0.0", + "packageName": "to-title-case", + "hash": "sha512-zy39Lh3pLnDIvS7PEoPNIo7Jbm7IK4NCruhQDEsHmVmvqn4v+WlwgQZtHESbYxnwhU0YCdTJJ4IQshR2XWYVFw==" + } + }, + "npm:toggle-selection": { + "type": "npm", + "name": "npm:toggle-selection", + "data": { + "version": "1.0.6", + "packageName": "toggle-selection", + "hash": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==" + } + }, + "npm:tough-cookie": { + "type": "npm", + "name": "npm:tough-cookie", + "data": { + "version": "4.1.3", + "packageName": "tough-cookie", + "hash": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==" + } + }, + "npm:tr46@0.0.3": { + "type": "npm", + "name": "npm:tr46@0.0.3", + "data": { + "version": "0.0.3", + "packageName": "tr46", + "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + } + }, + "npm:tr46@1.0.1": { + "type": "npm", + "name": "npm:tr46@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "tr46", + "hash": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==" + } + }, + "npm:tr46": { + "type": "npm", + "name": "npm:tr46", + "data": { + "version": "5.0.0", + "packageName": "tr46", + "hash": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==" + } + }, + "npm:traverse": { + "type": "npm", + "name": "npm:traverse", + "data": { + "version": "0.6.8", + "packageName": "traverse", + "hash": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==" + } + }, + "npm:tree-kill": { + "type": "npm", + "name": "npm:tree-kill", + "data": { + "version": "1.2.2", + "packageName": "tree-kill", + "hash": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==" + } + }, + "npm:trim-lines": { + "type": "npm", + "name": "npm:trim-lines", + "data": { + "version": "3.0.1", + "packageName": "trim-lines", + "hash": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==" + } + }, + "npm:trough": { + "type": "npm", + "name": "npm:trough", + "data": { + "version": "2.2.0", + "packageName": "trough", + "hash": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==" + } + }, + "npm:ts-easing": { + "type": "npm", + "name": "npm:ts-easing", + "data": { + "version": "0.2.0", + "packageName": "ts-easing", + "hash": "sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==" + } + }, + "npm:ts-interface-checker": { + "type": "npm", + "name": "npm:ts-interface-checker", + "data": { + "version": "0.1.13", + "packageName": "ts-interface-checker", + "hash": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" + } + }, + "npm:tsconfck": { + "type": "npm", + "name": "npm:tsconfck", + "data": { + "version": "3.0.3", + "packageName": "tsconfck", + "hash": "sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==" + } + }, + "npm:tsconfig-paths": { + "type": "npm", + "name": "npm:tsconfig-paths", + "data": { + "version": "4.2.0", + "packageName": "tsconfig-paths", + "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" + } + }, + "npm:tslib@1.14.1": { + "type": "npm", + "name": "npm:tslib@1.14.1", + "data": { + "version": "1.14.1", + "packageName": "tslib", + "hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + }, + "npm:tslib": { + "type": "npm", + "name": "npm:tslib", + "data": { + "version": "2.4.0", + "packageName": "tslib", + "hash": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } + }, + "npm:tslib@2.6.2": { + "type": "npm", + "name": "npm:tslib@2.6.2", + "data": { + "version": "2.6.2", + "packageName": "tslib", + "hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } + }, + "npm:tsup": { + "type": "npm", + "name": "npm:tsup", + "data": { + "version": "8.0.2", + "packageName": "tsup", + "hash": "sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==" + } + }, + "npm:tunnel": { + "type": "npm", + "name": "npm:tunnel", + "data": { + "version": "0.0.6", + "packageName": "tunnel", + "hash": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" + } + }, + "npm:type-detect": { + "type": "npm", + "name": "npm:type-detect", + "data": { + "version": "4.0.8", + "packageName": "type-detect", + "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + } + }, + "npm:type-fest": { + "type": "npm", + "name": "npm:type-fest", + "data": { + "version": "0.6.0", + "packageName": "type-fest", + "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + }, + "npm:typescript@5.3.3": { + "type": "npm", + "name": "npm:typescript@5.3.3", + "data": { + "version": "5.3.3", + "packageName": "typescript", + "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + } + }, + "npm:typescript": { + "type": "npm", + "name": "npm:typescript", + "data": { + "version": "5.4.3", + "packageName": "typescript", + "hash": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + } + }, + "npm:ufo": { + "type": "npm", + "name": "npm:ufo", + "data": { + "version": "1.5.3", + "packageName": "ufo", + "hash": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==" + } + }, + "npm:unc-path-regex": { + "type": "npm", + "name": "npm:unc-path-regex", + "data": { + "version": "0.1.2", + "packageName": "unc-path-regex", + "hash": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" + } + }, + "npm:undici-types": { + "type": "npm", + "name": "npm:undici-types", + "data": { + "version": "5.26.5", + "packageName": "undici-types", + "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + } + }, + "npm:unescape-js": { + "type": "npm", + "name": "npm:unescape-js", + "data": { + "version": "1.1.4", + "packageName": "unescape-js", + "hash": "sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==" + } + }, + "npm:unicode-canonical-property-names-ecmascript": { + "type": "npm", + "name": "npm:unicode-canonical-property-names-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-canonical-property-names-ecmascript", + "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + } + }, + "npm:unicode-match-property-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-match-property-ecmascript", + "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" + } + }, + "npm:unicode-match-property-value-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-value-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-match-property-value-ecmascript", + "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + } + }, + "npm:unicode-property-aliases-ecmascript": { + "type": "npm", + "name": "npm:unicode-property-aliases-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-property-aliases-ecmascript", + "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + } + }, + "npm:unicorn-magic": { + "type": "npm", + "name": "npm:unicorn-magic", + "data": { + "version": "0.1.0", + "packageName": "unicorn-magic", + "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" + } + }, + "npm:unified": { + "type": "npm", + "name": "npm:unified", + "data": { + "version": "10.1.2", + "packageName": "unified", + "hash": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==" + } + }, + "npm:unique-string": { + "type": "npm", + "name": "npm:unique-string", + "data": { + "version": "2.0.0", + "packageName": "unique-string", + "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" + } + }, + "npm:unist-util-generated": { + "type": "npm", + "name": "npm:unist-util-generated", + "data": { + "version": "2.0.1", + "packageName": "unist-util-generated", + "hash": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==" + } + }, + "npm:unist-util-is": { + "type": "npm", + "name": "npm:unist-util-is", + "data": { + "version": "5.2.1", + "packageName": "unist-util-is", + "hash": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==" + } + }, + "npm:unist-util-position": { + "type": "npm", + "name": "npm:unist-util-position", + "data": { + "version": "4.0.4", + "packageName": "unist-util-position", + "hash": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==" + } + }, + "npm:unist-util-stringify-position": { + "type": "npm", + "name": "npm:unist-util-stringify-position", + "data": { + "version": "3.0.3", + "packageName": "unist-util-stringify-position", + "hash": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==" + } + }, + "npm:unist-util-visit-parents": { + "type": "npm", + "name": "npm:unist-util-visit-parents", + "data": { + "version": "5.1.3", + "packageName": "unist-util-visit-parents", + "hash": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==" + } + }, + "npm:unist-util-visit": { + "type": "npm", + "name": "npm:unist-util-visit", + "data": { + "version": "4.1.2", + "packageName": "unist-util-visit", + "hash": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==" + } + }, + "npm:universalify@0.1.2": { + "type": "npm", + "name": "npm:universalify@0.1.2", + "data": { + "version": "0.1.2", + "packageName": "universalify", + "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + }, + "npm:universalify@0.2.0": { + "type": "npm", + "name": "npm:universalify@0.2.0", + "data": { + "version": "0.2.0", + "packageName": "universalify", + "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + } + }, + "npm:universalify": { + "type": "npm", + "name": "npm:universalify", + "data": { + "version": "2.0.1", + "packageName": "universalify", + "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + } + }, + "npm:unload": { + "type": "npm", + "name": "npm:unload", + "data": { + "version": "2.2.0", + "packageName": "unload", + "hash": "sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==" + } + }, + "npm:update-browserslist-db": { + "type": "npm", + "name": "npm:update-browserslist-db", + "data": { + "version": "1.0.13", + "packageName": "update-browserslist-db", + "hash": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==" + } + }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url-parse": { + "type": "npm", + "name": "npm:url-parse", + "data": { + "version": "1.5.10", + "packageName": "url-parse", + "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" + } + }, + "npm:use-disposable": { + "type": "npm", + "name": "npm:use-disposable", + "data": { + "version": "1.0.2", + "packageName": "use-disposable", + "hash": "sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==" + } + }, + "npm:use-sync-external-store": { + "type": "npm", + "name": "npm:use-sync-external-store", + "data": { + "version": "1.2.0", + "packageName": "use-sync-external-store", + "hash": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==" + } + }, + "npm:util-deprecate": { + "type": "npm", + "name": "npm:util-deprecate", + "data": { + "version": "1.0.2", + "packageName": "util-deprecate", + "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + } + }, + "npm:util.inherits": { + "type": "npm", + "name": "npm:util.inherits", + "data": { + "version": "1.0.3", + "packageName": "util.inherits", + "hash": "sha512-gMirHcfcq5D87nXDwbZqf5vl65S0mpMZBsHXJsXOO3Hc3G+JoQLwgaJa1h+PL7h3WhocnuLqoe8CuvMlztkyCA==" + } + }, + "npm:util": { + "type": "npm", + "name": "npm:util", + "data": { + "version": "0.12.5", + "packageName": "util", + "hash": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==" + } + }, + "npm:uuid": { + "type": "npm", + "name": "npm:uuid", + "data": { + "version": "8.3.2", + "packageName": "uuid", + "hash": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + } + }, + "npm:uvu": { + "type": "npm", + "name": "npm:uvu", + "data": { + "version": "0.5.6", + "packageName": "uvu", + "hash": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==" + } + }, + "npm:v8flags": { + "type": "npm", + "name": "npm:v8flags", + "data": { + "version": "4.0.1", + "packageName": "v8flags", + "hash": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==" + } + }, + "npm:validate-npm-package-license": { + "type": "npm", + "name": "npm:validate-npm-package-license", + "data": { + "version": "3.0.4", + "packageName": "validate-npm-package-license", + "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" + } + }, + "npm:validate-npm-package-name": { + "type": "npm", + "name": "npm:validate-npm-package-name", + "data": { + "version": "4.0.0", + "packageName": "validate-npm-package-name", + "hash": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==" + } + }, + "npm:validate-npm-package-name@5.0.0": { + "type": "npm", + "name": "npm:validate-npm-package-name@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "validate-npm-package-name", + "hash": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==" + } + }, + "npm:validator": { + "type": "npm", + "name": "npm:validator", + "data": { + "version": "13.11.0", + "packageName": "validator", + "hash": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==" + } + }, + "npm:version-selector-type": { + "type": "npm", + "name": "npm:version-selector-type", + "data": { + "version": "3.0.0", + "packageName": "version-selector-type", + "hash": "sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==" + } + }, + "npm:vfile-message": { + "type": "npm", + "name": "npm:vfile-message", + "data": { + "version": "3.1.4", + "packageName": "vfile-message", + "hash": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==" + } + }, + "npm:vfile": { + "type": "npm", + "name": "npm:vfile", + "data": { + "version": "5.3.7", + "packageName": "vfile", + "hash": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==" + } + }, + "npm:vite-node": { + "type": "npm", + "name": "npm:vite-node", + "data": { + "version": "1.4.0", + "packageName": "vite-node", + "hash": "sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==" + } + }, + "npm:vite-plugin-dts": { + "type": "npm", + "name": "npm:vite-plugin-dts", + "data": { + "version": "3.7.3", + "packageName": "vite-plugin-dts", + "hash": "sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==" + } + }, + "npm:vite-plugin-externalize-deps": { + "type": "npm", + "name": "npm:vite-plugin-externalize-deps", + "data": { + "version": "0.8.0", + "packageName": "vite-plugin-externalize-deps", + "hash": "sha512-MdC8kRNQ1ZjhUicU2HcqGVhL0UUFqv83Zp1JZdHjE82PoPR8wsSWZ3axpot7B6img3sW6g8shYJikE0CKA0chA==" + } + }, + "npm:vite-tsconfig-paths": { + "type": "npm", + "name": "npm:vite-tsconfig-paths", + "data": { + "version": "4.3.2", + "packageName": "vite-tsconfig-paths", + "hash": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==" + } + }, + "npm:vite": { + "type": "npm", + "name": "npm:vite", + "data": { + "version": "5.2.6", + "packageName": "vite", + "hash": "sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==" + } + }, + "npm:vitest": { + "type": "npm", + "name": "npm:vitest", + "data": { + "version": "1.4.0", + "packageName": "vitest", + "hash": "sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==" + } + }, + "npm:vlq": { + "type": "npm", + "name": "npm:vlq", + "data": { + "version": "0.2.3", + "packageName": "vlq", + "hash": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==" + } + }, + "npm:vscode-nls": { + "type": "npm", + "name": "npm:vscode-nls", + "data": { + "version": "5.2.0", + "packageName": "vscode-nls", + "hash": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==" + } + }, + "npm:vscode-tas-client": { + "type": "npm", + "name": "npm:vscode-tas-client", + "data": { + "version": "0.1.84", + "packageName": "vscode-tas-client", + "hash": "sha512-rUTrUopV+70hvx1hW5ebdw1nd6djxubkLvVxjGdyD/r5v/wcVF41LIfiAtbm5qLZDtQdsMH1IaCuDoluoIa88w==" + } + }, + "npm:vue-template-compiler": { + "type": "npm", + "name": "npm:vue-template-compiler", + "data": { + "version": "2.7.16", + "packageName": "vue-template-compiler", + "hash": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==" + } + }, + "npm:vue-tsc": { + "type": "npm", + "name": "npm:vue-tsc", + "data": { + "version": "1.8.27", + "packageName": "vue-tsc", + "hash": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==" + } + }, + "npm:w3c-xmlserializer": { + "type": "npm", + "name": "npm:w3c-xmlserializer", + "data": { + "version": "5.0.0", + "packageName": "w3c-xmlserializer", + "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" + } + }, + "npm:wcwidth": { + "type": "npm", + "name": "npm:wcwidth", + "data": { + "version": "1.0.1", + "packageName": "wcwidth", + "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" + } + }, + "npm:webidl-conversions@3.0.1": { + "type": "npm", + "name": "npm:webidl-conversions@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "webidl-conversions", + "hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + } + }, + "npm:webidl-conversions@4.0.2": { + "type": "npm", + "name": "npm:webidl-conversions@4.0.2", + "data": { + "version": "4.0.2", + "packageName": "webidl-conversions", + "hash": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" + } + }, + "npm:webidl-conversions": { + "type": "npm", + "name": "npm:webidl-conversions", + "data": { + "version": "7.0.0", + "packageName": "webidl-conversions", + "hash": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" + } + }, + "npm:webworker-shim": { + "type": "npm", + "name": "npm:webworker-shim", + "data": { + "version": "1.1.0", + "packageName": "webworker-shim", + "hash": "sha512-LhPJDED3cM0+K9w4JjIio+RYPqvr712b3lyM+JjMR/rSD9elrSYHrrwE9qu3inPSSf60xqePgFgEwuAg17AuhA==" + } + }, + "npm:whatwg-encoding": { + "type": "npm", + "name": "npm:whatwg-encoding", + "data": { + "version": "3.1.1", + "packageName": "whatwg-encoding", + "hash": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" + } + }, + "npm:whatwg-mimetype": { + "type": "npm", + "name": "npm:whatwg-mimetype", + "data": { + "version": "4.0.0", + "packageName": "whatwg-mimetype", + "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" + } + }, + "npm:whatwg-url": { + "type": "npm", + "name": "npm:whatwg-url", + "data": { + "version": "14.0.0", + "packageName": "whatwg-url", + "hash": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==" + } + }, + "npm:whatwg-url@5.0.0": { + "type": "npm", + "name": "npm:whatwg-url@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "whatwg-url", + "hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" + } + }, + "npm:whatwg-url@7.1.0": { + "type": "npm", + "name": "npm:whatwg-url@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "whatwg-url", + "hash": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==" + } + }, + "npm:when-exit": { + "type": "npm", + "name": "npm:when-exit", + "data": { + "version": "2.1.2", + "packageName": "when-exit", + "hash": "sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==" + } + }, + "npm:which-boxed-primitive": { + "type": "npm", + "name": "npm:which-boxed-primitive", + "data": { + "version": "1.0.2", + "packageName": "which-boxed-primitive", + "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" + } + }, + "npm:which-collection": { + "type": "npm", + "name": "npm:which-collection", + "data": { + "version": "1.0.2", + "packageName": "which-collection", + "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" + } + }, + "npm:which-typed-array": { + "type": "npm", + "name": "npm:which-typed-array", + "data": { + "version": "1.1.15", + "packageName": "which-typed-array", + "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" + } + }, + "npm:which@1.3.1": { + "type": "npm", + "name": "npm:which@1.3.1", + "data": { + "version": "1.3.1", + "packageName": "which", + "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + } + }, + "npm:which@2.0.2": { + "type": "npm", + "name": "npm:which@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "4.0.0", + "packageName": "which", + "hash": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" + } + }, + "npm:why-is-node-running": { + "type": "npm", + "name": "npm:why-is-node-running", + "data": { + "version": "2.2.2", + "packageName": "why-is-node-running", + "hash": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==" + } + }, + "npm:worktank": { + "type": "npm", + "name": "npm:worktank", + "data": { + "version": "2.6.0", + "packageName": "worktank", + "hash": "sha512-bHqVyWbviQlUV7+wbd1yoZhjPXXk7ENVCNrlBARfVAg69AfOtnEMLc0hWo9ihaqmlO8WggdYGy/K+avWFSgBBQ==" + } + }, + "npm:wrap-ansi-cjs": { + "type": "npm", + "name": "npm:wrap-ansi-cjs", + "data": { + "version": "npm:wrap-ansi@7.0.0", + "packageName": "wrap-ansi-cjs", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:wrap-ansi": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "7.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:wrap-ansi@8.1.0": { + "type": "npm", + "name": "npm:wrap-ansi@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "wrap-ansi", + "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + } + }, + "npm:wrap-ansi@9.0.0": { + "type": "npm", + "name": "npm:wrap-ansi@9.0.0", + "data": { + "version": "9.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==" + } + }, + "npm:wrappy": { + "type": "npm", + "name": "npm:wrappy", + "data": { + "version": "1.0.2", + "packageName": "wrappy", + "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + } + }, + "npm:ws": { + "type": "npm", + "name": "npm:ws", + "data": { + "version": "8.16.0", + "packageName": "ws", + "hash": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==" + } + }, + "npm:xml-name-validator": { + "type": "npm", + "name": "npm:xml-name-validator", + "data": { + "version": "5.0.0", + "packageName": "xml-name-validator", + "hash": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" + } + }, + "npm:xml2js": { + "type": "npm", + "name": "npm:xml2js", + "data": { + "version": "0.5.0", + "packageName": "xml2js", + "hash": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==" + } + }, + "npm:xmlbuilder": { + "type": "npm", + "name": "npm:xmlbuilder", + "data": { + "version": "11.0.1", + "packageName": "xmlbuilder", + "hash": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" + } + }, + "npm:xmlchars": { + "type": "npm", + "name": "npm:xmlchars", + "data": { + "version": "2.2.0", + "packageName": "xmlchars", + "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + } + }, + "npm:xtend": { + "type": "npm", + "name": "npm:xtend", + "data": { + "version": "4.0.2", + "packageName": "xtend", + "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + } + }, + "npm:y18n": { + "type": "npm", + "name": "npm:y18n", + "data": { + "version": "5.0.8", + "packageName": "y18n", + "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + } + }, + "npm:yallist@2.1.2": { + "type": "npm", + "name": "npm:yallist@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "yallist", + "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + } + }, + "npm:yallist": { + "type": "npm", + "name": "npm:yallist", + "data": { + "version": "3.1.1", + "packageName": "yallist", + "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + }, + "npm:yallist@4.0.0": { + "type": "npm", + "name": "npm:yallist@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "yallist", + "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "npm:yaml": { + "type": "npm", + "name": "npm:yaml", + "data": { + "version": "2.3.4", + "packageName": "yaml", + "hash": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" + } + }, + "npm:yargs-parser": { + "type": "npm", + "name": "npm:yargs-parser", + "data": { + "version": "21.1.1", + "packageName": "yargs-parser", + "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + } + }, + "npm:yargs": { + "type": "npm", + "name": "npm:yargs", + "data": { + "version": "17.7.2", + "packageName": "yargs", + "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" + } + }, + "npm:yazl": { + "type": "npm", + "name": "npm:yazl", + "data": { + "version": "2.5.1", + "packageName": "yazl", + "hash": "sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==" + } + }, + "npm:yjs": { + "type": "npm", + "name": "npm:yjs", + "data": { + "version": "13.6.14", + "packageName": "yjs", + "hash": "sha512-D+7KcUr0j+vBCUSKXXEWfA+bG4UQBviAwP3gYBhkstkgwy5+8diOPMx0iqLIOxNo/HxaREUimZRxqHGAHCL2BQ==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + }, + "npm:yocto-queue@1.0.0": { + "type": "npm", + "name": "npm:yocto-queue@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "yocto-queue", + "hash": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" + } + }, + "npm:z-schema": { + "type": "npm", + "name": "npm:z-schema", + "data": { + "version": "5.0.5", + "packageName": "z-schema", + "hash": "sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==" + } + }, + "npm:zeptomatch": { + "type": "npm", + "name": "npm:zeptomatch", + "data": { + "version": "1.2.2", + "packageName": "zeptomatch", + "hash": "sha512-0ETdzEO0hdYmT8aXHHf5aMjpX+FHFE61sG4qKFAoJD2Umt3TWdCmH7ADxn2oUiWTlqBGC+SGr8sYMfr+37J8pQ==" + } + }, + "npm:zlib": { + "type": "npm", + "name": "npm:zlib", + "data": { + "version": "1.0.5", + "packageName": "zlib", + "hash": "sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==" + } + }, + "npm:zod-validation-error": { + "type": "npm", + "name": "npm:zod-validation-error", + "data": { + "version": "3.0.3", + "packageName": "zod-validation-error", + "hash": "sha512-cETTrcMq3Ze58vhdR0zD37uJm/694I6mAxcf/ei5bl89cC++fBNxrC2z8lkFze/8hVMPwrbtrwXHR2LB50fpHw==" + } + }, + "npm:zod": { + "type": "npm", + "name": "npm:zod", + "data": { + "version": "3.22.4", + "packageName": "zod", + "hash": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==" + } + }, + "npm:zustand": { + "type": "npm", + "name": "npm:zustand", + "data": { + "version": "4.5.2", + "packageName": "zustand", + "hash": "sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==" + } + } + }, + "dependencies": [ + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@apidevtools/json-schema-ref-parser", + "target": "npm:@jsdevtools/ono", + "type": "static" + }, + { + "source": "npm:@apidevtools/json-schema-ref-parser", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@apidevtools/json-schema-ref-parser", + "target": "npm:call-me-maybe", + "type": "static" + }, + { + "source": "npm:@apidevtools/json-schema-ref-parser", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:@apidevtools/json-schema-ref-parser", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:@apidevtools/openapi-schemas", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:@apidevtools/swagger-methods", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:@jsdevtools/ono", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:call-me-maybe", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:openapi-types", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:z-schema", + "type": "static" + }, + { + "source": "npm:@azure/abort-controller", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/abort-controller@2.1.1", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-resourcegraph", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-resourcegraph", + "target": "npm:@azure/ms-rest-azure-js", + "type": "static" + }, + { + "source": "npm:@azure/arm-resourcegraph", + "target": "npm:@azure/ms-rest-js", + "type": "static" + }, + { + "source": "npm:@azure/arm-resourcegraph", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-auth", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-auth", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-auth", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/core-tracing@1.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/core-tracing", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@types/node-fetch", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@types/tunnel", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:process", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:tunnel", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:xml2js", + "type": "static" + }, + { + "source": "npm:@azure/core-lro", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-lro", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-lro", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/core-lro", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-paging", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/core-tracing@1.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:http-proxy-agent", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-tracing", + "target": "npm:@opentelemetry/api", + "type": "static" + }, + { + "source": "npm:@azure/core-tracing", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-tracing@1.1.1", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-util", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-util", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/logger", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-azure-js", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-azure-js", + "target": "npm:@azure/ms-rest-js", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-azure-js", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:form-data@2.5.1", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:tunnel", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:xml2js", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/core-http", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/core-tracing", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:events", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:@babel/highlight", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:jsesc", + "type": "static" + }, + { + "source": "npm:@babel/helper-annotate-as-pure", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:lru-cache", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:regexpu-core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:lodash.debounce", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-hoist-variables", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-member-expression-to-functions", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/helper-optimise-call-expression", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-wrap-function", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-simple-access", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-skip-transparent-expression-wrappers", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-split-export-declaration", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:js-tokens", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:picocolors", + "type": "static" + }, + { + "source": "npm:@babel/parser", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-proposal-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-display-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-display-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx-development", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx-development", + "target": "npm:@babel/plugin-transform-react-jsx", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:regenerator-transform", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-proposal-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-assertions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-attributes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-meta", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-top-level-await", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-arrow-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoped-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoping", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-classes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-computed-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-destructuring", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dotall-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-duplicate-keys", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-exponentiation-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-for-of", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-function-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-member-expression-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-amd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-systemjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-umd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-new-target", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-super", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-methods", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-property-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-reserved-words", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-shorthand-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-sticky-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-template-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-typeof-symbol", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-escapes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-property-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/preset-modules", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:semver", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:esutils", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-display-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-jsx-development", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-pure-annotations", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-typescript", + "type": "static" + }, + { + "source": "npm:@babel/runtime", + "target": "npm:regenerator-runtime", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:globals", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-string-parser", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:to-fast-properties", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-changelog-angular", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-commits-parser", + "type": "static" + }, + { + "source": "npm:@commitlint/types", + "target": "npm:chalk@4.1.2", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:array-last", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:babylon", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:compose-function", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:deep-freeze", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:filter-iterator", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:filter-obj", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:has-own-property", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:identity-function", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:is-iterable", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:iterable-lookahead", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:lodash.curry", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:magic-string@0.16.0", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:map-obj", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:object-pairs", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:object-values", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:reverse-arguments", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:shell-quote-word", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:to-pascal-case", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:unescape-js", + "type": "static" + }, + { + "source": "npm:@floating-ui/core", + "target": "npm:@floating-ui/utils", + "type": "static" + }, + { + "source": "npm:@floating-ui/devtools", + "target": "npm:@floating-ui/dom", + "type": "static" + }, + { + "source": "npm:@floating-ui/dom", + "target": "npm:@floating-ui/core", + "type": "static" + }, + { + "source": "npm:@floating-ui/dom", + "target": "npm:@floating-ui/utils", + "type": "static" + }, + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/date-time-utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/date-time-utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/dom-utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/dom-utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/fluent2-theme", + "target": "npm:@fluentui/react@8.117.0", + "type": "static" + }, + { + "source": "npm:@fluentui/fluent2-theme", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/fluent2-theme", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/keyboard-key", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/keyboard-keys", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/merge-styles", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/merge-styles", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/priority-overflow", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-badge", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-tooltip", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-link", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-accordion", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-alert", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-badge", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-breadcrumb", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-card", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-combobox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-dialog", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-divider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-drawer", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-image", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-infobutton", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-infolabel", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-input", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-link", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-menu", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-message-bar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-overflow", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-persona", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-progress", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-select", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-skeleton", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-slider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-spinbutton", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-spinner", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-switch", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-table", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tabs", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tags", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-text", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-textarea", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-toast", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-toolbar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tooltip", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tree", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-virtualizer", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:scheduler", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:scheduler", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:react-transition-group", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-dialog", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-motion-preview", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/keyboard-key", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-icons", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-icons", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-icons", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react-is@17.0.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react-transition-group", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@ctrl/tinycolor", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/fluent2-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-components", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@swc/helpers@0.4.36", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/priority-overflow", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-badge", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-components", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@swc/helpers@0.4.36", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:use-disposable", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@floating-ui/devtools", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@floating-ui/dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@griffel/core", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:keyborg", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-theme", + "target": "npm:@fluentui/tokens", + "type": "static" + }, + { + "source": "npm:@fluentui/react-theme", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react-transition-group", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-divider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/date-time-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/font-icons-mdl2", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/foundation-legacy", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-focus", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-hooks@8.7.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/date-time-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/font-icons-mdl2", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/foundation-legacy", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-focus", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-hooks@8.7.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/set-version", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/tokens", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/dom-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/dom-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract@1.14.3", + "target": "npm:@formatjs/intl-localematcher", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract@1.14.3", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/fast-memoize@1.2.8", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/fast-memoize", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:@formatjs/icu-skeleton-parser", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser", + "target": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:@formatjs/intl-localematcher", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:@formatjs/intl-localematcher", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-localematcher", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-localematcher@0.5.4", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/fast-memoize", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/icu-messageformat-parser", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-displaynames", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-listformat", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:intl-messageformat", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/fast-memoize@1.2.8", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl-displaynames@6.2.6", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl-listformat@7.1.9", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:intl-messageformat@10.3.1", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:typescript", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:@emotion/hash", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:@griffel/style-types", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:csstype", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:rtl-css-js", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:stylis", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:@griffel/core", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@griffel/style-types", + "target": "npm:csstype", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/set-array", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@kwsites/file-exists", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/html", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/code", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/code", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/code", + "target": "npm:prismjs", + "type": "static" + }, + { + "source": "npm:@lexical/dragon", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/hashtag", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/hashtag", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/history", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/history", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/html", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/html", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/html", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/link", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/link", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/list", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/list", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/mark", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/mark", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/code", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/link", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/rich-text", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/text", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/offset", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/overflow", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/code", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/dragon", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/hashtag", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/history", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/link", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/mark", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/markdown", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/overflow", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/plain-text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/rich-text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/table", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/yjs", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react-error-boundary", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/selection", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/table", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/table", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/text", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/table", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/yjs", + "target": "npm:@lexical/offset", + "type": "static" + }, + { + "source": "npm:@lexical/yjs", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/yjs", + "target": "npm:yjs", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/1ds-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@rushstack/node-core-library", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/api-extractor-model", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/node-core-library", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/rig-package", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/ts-command-line", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:semver@7.5.4", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:typescript@5.3.3", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-common", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:history", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-analytics-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-channel-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-dependencies-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-properties-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:jju", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:resolve@1.19.0", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-appinsights", + "type": "static" }, - "npm:yargs-parser": { - "type": "npm", - "name": "npm:yargs-parser", - "data": { - "version": "21.1.1", - "packageName": "yargs-parser", - "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" - } + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-appservice", + "type": "static" }, - "npm:yargs": { - "type": "npm", - "name": "npm:yargs", - "data": { - "version": "17.7.2", - "packageName": "yargs", - "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" - } + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-operationalinsights", + "type": "static" }, - "npm:yocto-queue@0.1.0": { - "type": "npm", - "name": "npm:yocto-queue@0.1.0", - "data": { - "version": "0.1.0", - "packageName": "yocto-queue", - "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" - } + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-resourcegraph", + "type": "static" }, - "npm:yocto-queue": { - "type": "npm", - "name": "npm:yocto-queue", - "data": { - "version": "1.0.0", - "packageName": "yocto-queue", - "hash": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" - } + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-resources", + "type": "static" }, - "npm:z-schema": { - "type": "npm", - "name": "npm:z-schema", - "data": { - "version": "5.0.5", - "packageName": "z-schema", - "hash": "sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==" - } + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-subscriptions", + "type": "static" }, - "npm:zeptomatch": { - "type": "npm", - "name": "npm:zeptomatch", - "data": { - "version": "1.2.2", - "packageName": "zeptomatch", - "hash": "sha512-0ETdzEO0hdYmT8aXHHf5aMjpX+FHFE61sG4qKFAoJD2Umt3TWdCmH7ADxn2oUiWTlqBGC+SGr8sYMfr+37J8pQ==" - } + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/ms-rest-azure-env", + "type": "static" }, - "npm:zlib": { - "type": "npm", - "name": "npm:zlib", - "data": { - "version": "1.0.5", - "packageName": "zlib", - "hash": "sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==" - } + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/ms-rest-js", + "type": "static" }, - "npm:zod-validation-error": { - "type": "npm", - "name": "npm:zod-validation-error", - "data": { - "version": "3.0.3", - "packageName": "zod-validation-error", - "hash": "sha512-cETTrcMq3Ze58vhdR0zD37uJm/694I6mAxcf/ei5bl89cC++fBNxrC2z8lkFze/8hVMPwrbtrwXHR2LB50fpHw==" - } + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/storage-blob", + "type": "static" }, - "npm:zod": { - "type": "npm", - "name": "npm:zod", - "data": { - "version": "3.22.4", - "packageName": "zod", - "hash": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==" - } - } - }, - "dependencies": [ { - "source": "npm:@ampproject/remapping", - "target": "npm:@jridgewell/gen-mapping", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@microsoft/vscode-azext-azureutils", "type": "static" }, { - "source": "npm:@ampproject/remapping", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@microsoft/vscode-azext-utils", "type": "static" }, { - "source": "npm:@babel/code-frame", - "target": "npm:@babel/highlight", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:dayjs", "type": "static" }, { - "source": "npm:@babel/code-frame", - "target": "npm:picocolors", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:fs-extra", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@ampproject/remapping", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:glob-gitignore", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/code-frame", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:globby", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/generator", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:p-retry", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:pretty-bytes", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:simple-git", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/helpers", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:vscode-nls", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/parser", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:ws", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/template", + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:yazl", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/traverse", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/types", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:convert-source-map", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources-subscriptions", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:debug", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-storage", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:gensync", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:json5", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/ms-rest-js", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:semver", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@microsoft/vscode-azext-utils", "type": "static" }, { - "source": "npm:@babel/generator", - "target": "npm:@babel/types", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/generator", - "target": "npm:@jridgewell/gen-mapping", + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:vscode-nls", "type": "static" }, { - "source": "npm:@babel/generator", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:@microsoft/vscode-azureresources-api", "type": "static" }, { - "source": "npm:@babel/generator", - "target": "npm:jsesc", + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:@vscode/extension-telemetry", "type": "static" }, { - "source": "npm:@babel/helper-annotate-as-pure", - "target": "npm:@babel/types", + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:dayjs", "type": "static" }, { - "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", - "target": "npm:@babel/types", + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:escape-string-regexp", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:@babel/compat-data", + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:html-to-text", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:@babel/helper-validator-option", + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:open", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:browserslist", + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:lru-cache", + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:vscode-nls", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:vscode-tas-client", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azureresources-api", + "target": "npm:@azure/ms-rest-azure-env", + "type": "static" + }, + { + "source": "npm:@monaco-editor/loader", + "target": "npm:monaco-editor", + "type": "static" + }, + { + "source": "npm:@monaco-editor/loader", + "target": "npm:state-local", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:@monaco-editor/loader", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:monaco-editor", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir@2.1.5", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir@2.1.5", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat@3.0.0", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:@nodelib/fs.scandir@2.1.5", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:fastq", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:@npmcli/promise-spawn", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-inflight", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver", + "source": "npm:@npmcli/git", + "target": "npm:promise-retry", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/core", + "source": "npm:@npmcli/git", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@npmcli/git", + "target": "npm:which", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@npmcli/map-workspaces", + "target": "npm:@npmcli/name-from-folder", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-function-name", + "source": "npm:@npmcli/map-workspaces", + "target": "npm:glob@10.3.10", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-member-expression-to-functions", + "source": "npm:@npmcli/map-workspaces", + "target": "npm:minimatch", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-optimise-call-expression", + "source": "npm:@npmcli/map-workspaces", + "target": "npm:read-package-json-fast", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-replace-supers", + "source": "npm:@npmcli/package-json", + "target": "npm:@npmcli/git", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@npmcli/package-json", + "target": "npm:glob@10.3.10", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-split-export-declaration", + "source": "npm:@npmcli/package-json", + "target": "npm:hosted-git-info", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:semver", + "source": "npm:@npmcli/package-json", + "target": "npm:json-parse-even-better-errors", "type": "static" }, { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:@babel/core", + "source": "npm:@npmcli/package-json", + "target": "npm:normalize-package-data", "type": "static" }, { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@npmcli/package-json", + "target": "npm:proc-log", "type": "static" }, { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:regexpu-core", + "source": "npm:@npmcli/package-json", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver", + "source": "npm:@npmcli/promise-spawn", + "target": "npm:which", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/core", + "source": "npm:@nrwl/tao", + "target": "npm:nx", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@nrwl/tao", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/logger", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:debug", + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/types", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:lodash.debounce", + "source": "npm:@pnpm/error", + "target": "npm:@pnpm/constants", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve", + "source": "npm:@pnpm/fetching-types", + "target": "npm:@zkochan/retry", "type": "static" }, { - "source": "npm:@babel/helper-function-name", - "target": "npm:@babel/template", + "source": "npm:@pnpm/fetching-types", + "target": "npm:node-fetch@3.0.0-beta.9", "type": "static" }, { - "source": "npm:@babel/helper-function-name", - "target": "npm:@babel/types", + "source": "npm:@pnpm/graceful-fs", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:@babel/helper-hoist-variables", - "target": "npm:@babel/types", + "source": "npm:@pnpm/logger", + "target": "npm:bole", "type": "static" }, { - "source": "npm:@babel/helper-member-expression-to-functions", - "target": "npm:@babel/types", + "source": "npm:@pnpm/logger", + "target": "npm:ndjson", "type": "static" }, { - "source": "npm:@babel/helper-module-imports", - "target": "npm:@babel/types", + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:hosted-git-info@4.1.0", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/core", + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:validate-npm-package-name", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-module-imports", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/core-loggers", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-simple-access", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/error", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-split-export-declaration", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/fetching-types", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-validator-identifier", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/graceful-fs", "type": "static" }, { - "source": "npm:@babel/helper-optimise-call-expression", - "target": "npm:@babel/types", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/logger", "type": "static" }, { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/core", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolve-workspace-range", "type": "static" }, { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolver-base", "type": "static" }, { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/types", "type": "static" }, { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-wrap-function", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@zkochan/retry", "type": "static" }, { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/core", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:encode-registry", "type": "static" }, { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:load-json-file", "type": "static" }, { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-member-expression-to-functions", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:lru-cache@10.2.0", "type": "static" }, { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-optimise-call-expression", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:normalize-path", "type": "static" }, { - "source": "npm:@babel/helper-simple-access", - "target": "npm:@babel/types", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-limit@3.1.0", "type": "static" }, { - "source": "npm:@babel/helper-skip-transparent-expression-wrappers", - "target": "npm:@babel/types", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-memoize", "type": "static" }, { - "source": "npm:@babel/helper-split-export-declaration", - "target": "npm:@babel/types", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:parse-npm-tarball-url", "type": "static" }, { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/helper-function-name", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:path-temp", "type": "static" }, { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/template", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ramda", "type": "static" }, { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/types", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:rename-overwrite", "type": "static" }, { - "source": "npm:@babel/helpers", - "target": "npm:@babel/template", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/helpers", - "target": "npm:@babel/traverse", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ssri", "type": "static" }, { - "source": "npm:@babel/helpers", - "target": "npm:@babel/types", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:version-selector-type", "type": "static" }, { - "source": "npm:@babel/highlight", - "target": "npm:@babel/helper-validator-identifier", + "source": "npm:@pnpm/resolve-workspace-range", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/highlight", - "target": "npm:chalk@2.4.2", + "source": "npm:@pnpm/resolver-base", + "target": "npm:@pnpm/types", "type": "static" }, { - "source": "npm:@babel/highlight", - "target": "npm:js-tokens@4.0.0", + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-package-arg", "type": "static" }, { - "source": "npm:@babel/highlight", - "target": "npm:picocolors", + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-resolver", "type": "static" }, { - "source": "npm:@babel/parser", - "target": "npm:@babel/types", + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/resolve-workspace-range", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "target": "npm:@babel/core", + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:ramda", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@prettier/cli", + "target": "npm:@iarna/toml", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/core", + "source": "npm:@prettier/cli", + "target": "npm:atomically", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@prettier/cli", + "target": "npm:fast-ignore", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@prettier/cli", + "target": "npm:find-up-json", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/plugin-transform-optional-chaining", + "source": "npm:@prettier/cli", + "target": "npm:import-meta-resolve", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/core", + "source": "npm:@prettier/cli", + "target": "npm:is-binary-path", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@prettier/cli", + "target": "npm:js-yaml", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@prettier/cli", + "target": "npm:json-sorted-stringify", "type": "static" }, { - "source": "npm:@babel/plugin-proposal-private-property-in-object", - "target": "npm:@babel/core", + "source": "npm:@prettier/cli", + "target": "npm:json5", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-async-generators", - "target": "npm:@babel/core", + "source": "npm:@prettier/cli", + "target": "npm:kasi", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-async-generators", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@prettier/cli", + "target": "npm:pioppo", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-class-properties", - "target": "npm:@babel/core", + "source": "npm:@prettier/cli", + "target": "npm:prettier", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-class-properties", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@prettier/cli", + "target": "npm:specialist", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-class-static-block", - "target": "npm:@babel/core", + "source": "npm:@prettier/cli", + "target": "npm:tiny-editorconfig", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-class-static-block", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@prettier/cli", + "target": "npm:tiny-jsonc", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-dynamic-import", - "target": "npm:@babel/core", + "source": "npm:@prettier/cli", + "target": "npm:tiny-readdir-glob", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-dynamic-import", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@prettier/cli", + "target": "npm:tiny-spinner", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-export-namespace-from", - "target": "npm:@babel/core", + "source": "npm:@prettier/cli", + "target": "npm:worktank", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-export-namespace-from", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@prettier/cli", + "target": "npm:zeptomatch", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-assertions", - "target": "npm:@babel/core", + "source": "npm:@react-hookz/web", + "target": "npm:@react-hookz/deep-equal", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-assertions", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@react-hookz/web", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-attributes", - "target": "npm:@babel/core", + "source": "npm:@react-hookz/web", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-attributes", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/background", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-meta", - "target": "npm:@babel/core", + "source": "npm:@reactflow/background", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-meta", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/background", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-json-strings", - "target": "npm:@babel/core", + "source": "npm:@reactflow/background", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-json-strings", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/background", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-jsx", - "target": "npm:@babel/core", + "source": "npm:@reactflow/controls", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-jsx", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/controls", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-logical-assignment-operators", - "target": "npm:@babel/core", + "source": "npm:@reactflow/controls", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-logical-assignment-operators", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/controls", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "target": "npm:@babel/core", + "source": "npm:@reactflow/controls", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-numeric-separator", - "target": "npm:@babel/core", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-drag", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-numeric-separator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-object-rest-spread", - "target": "npm:@babel/core", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-object-rest-spread", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/core", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-optional-catch-binding", - "target": "npm:@babel/core", + "source": "npm:@reactflow/core", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-optional-catch-binding", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/core", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-optional-chaining", - "target": "npm:@babel/core", + "source": "npm:@reactflow/core", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/core", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-private-property-in-object", - "target": "npm:@babel/core", + "source": "npm:@reactflow/core", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-private-property-in-object", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/core", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-top-level-await", - "target": "npm:@babel/core", + "source": "npm:@reactflow/minimap", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-top-level-await", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-typescript", - "target": "npm:@babel/core", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-typescript", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/minimap", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/core", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/minimap", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-arrow-functions", - "target": "npm:@babel/core", + "source": "npm:@reactflow/minimap", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-arrow-functions", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/minimap", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/core", + "source": "npm:@reactflow/node-resizer", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@reactflow/node-resizer", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/node-resizer", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-remap-async-to-generator", + "source": "npm:@reactflow/node-resizer", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/plugin-syntax-async-generators", + "source": "npm:@reactflow/node-resizer", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/core", + "source": "npm:@reactflow/node-resizer", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-module-imports", + "source": "npm:@reactflow/node-resizer", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-remap-async-to-generator", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/plugin-transform-block-scoped-functions", - "target": "npm:@babel/core", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-block-scoped-functions", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-block-scoping", - "target": "npm:@babel/core", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:zustand", "type": "static" }, { - "source": "npm:@babel/plugin-transform-block-scoping", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reduxjs/toolkit", + "target": "npm:immer", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/core", + "source": "npm:@reduxjs/toolkit", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:@reduxjs/toolkit", + "target": "npm:react-redux", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reduxjs/toolkit", + "target": "npm:redux", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/core", + "source": "npm:@reduxjs/toolkit", + "target": "npm:redux-thunk", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:@reduxjs/toolkit", + "target": "npm:reselect", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-babel", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/plugin-syntax-class-static-block", + "source": "npm:@rollup/plugin-babel", + "target": "npm:@babel/helper-module-imports", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-babel", + "target": "npm:@rollup/pluginutils", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@rollup/plugin-babel", + "target": "npm:rollup", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:@rollup/pluginutils", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:commondir", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-function-name", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:glob", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-replace-supers", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:is-reference", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-split-export-declaration", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:magic-string", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:globals", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:rollup", "type": "static" }, { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:@rollup/pluginutils", "type": "static" }, { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:@types/resolve", "type": "static" }, { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/template", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:deepmerge", "type": "static" }, { - "source": "npm:@babel/plugin-transform-destructuring", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:is-builtin-module", "type": "static" }, { - "source": "npm:@babel/plugin-transform-destructuring", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:is-module", "type": "static" }, { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:resolve", "type": "static" }, { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:rollup", "type": "static" }, { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-replace", + "target": "npm:@rollup/pluginutils", "type": "static" }, { - "source": "npm:@babel/plugin-transform-duplicate-keys", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-replace", + "target": "npm:magic-string", "type": "static" }, { - "source": "npm:@babel/plugin-transform-duplicate-keys", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-replace", + "target": "npm:rollup", "type": "static" }, { - "source": "npm:@babel/plugin-transform-dynamic-import", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-terser", + "target": "npm:rollup", "type": "static" }, { - "source": "npm:@babel/plugin-transform-dynamic-import", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-terser", + "target": "npm:serialize-javascript", "type": "static" }, { - "source": "npm:@babel/plugin-transform-dynamic-import", - "target": "npm:@babel/plugin-syntax-dynamic-import", + "source": "npm:@rollup/plugin-terser", + "target": "npm:smob", "type": "static" }, { - "source": "npm:@babel/plugin-transform-exponentiation-operator", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-terser", + "target": "npm:terser", "type": "static" }, { - "source": "npm:@babel/plugin-transform-exponentiation-operator", - "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "source": "npm:@rollup/pluginutils@4.2.1", + "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@babel/plugin-transform-exponentiation-operator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/pluginutils@4.2.1", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:@babel/plugin-transform-export-namespace-from", - "target": "npm:@babel/core", + "source": "npm:@rollup/pluginutils", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@babel/plugin-transform-export-namespace-from", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/pluginutils", + "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@babel/plugin-transform-export-namespace-from", - "target": "npm:@babel/plugin-syntax-export-namespace-from", + "source": "npm:@rollup/pluginutils", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/core", + "source": "npm:@rollup/pluginutils", + "target": "npm:rollup", "type": "static" }, { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/node-core-library", + "target": "npm:@types/node", "type": "static" }, { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@rushstack/node-core-library", + "target": "npm:colors", "type": "static" }, { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/core", + "source": "npm:@rushstack/node-core-library", + "target": "npm:fs-extra@7.0.1", "type": "static" }, { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@rushstack/node-core-library", + "target": "npm:import-lazy", "type": "static" }, { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-function-name", + "source": "npm:@rushstack/node-core-library", + "target": "npm:jju", "type": "static" }, { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/node-core-library", + "target": "npm:resolve", "type": "static" }, { - "source": "npm:@babel/plugin-transform-json-strings", - "target": "npm:@babel/core", + "source": "npm:@rushstack/node-core-library", + "target": "npm:semver@7.5.4", "type": "static" }, { - "source": "npm:@babel/plugin-transform-json-strings", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/node-core-library", + "target": "npm:z-schema", "type": "static" }, { - "source": "npm:@babel/plugin-transform-json-strings", - "target": "npm:@babel/plugin-syntax-json-strings", + "source": "npm:@rushstack/rig-package", + "target": "npm:resolve", "type": "static" }, { - "source": "npm:@babel/plugin-transform-literals", - "target": "npm:@babel/core", + "source": "npm:@rushstack/rig-package", + "target": "npm:strip-json-comments@3.1.1", "type": "static" }, { - "source": "npm:@babel/plugin-transform-literals", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/ts-command-line", + "target": "npm:@types/argparse", "type": "static" }, { - "source": "npm:@babel/plugin-transform-logical-assignment-operators", - "target": "npm:@babel/core", + "source": "npm:@rushstack/ts-command-line", + "target": "npm:argparse@1.0.10", "type": "static" }, { - "source": "npm:@babel/plugin-transform-logical-assignment-operators", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/ts-command-line", + "target": "npm:colors", "type": "static" }, { - "source": "npm:@babel/plugin-transform-logical-assignment-operators", - "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "source": "npm:@rushstack/ts-command-line", + "target": "npm:string-argv", "type": "static" }, { - "source": "npm:@babel/plugin-transform-member-expression-literals", - "target": "npm:@babel/core", + "source": "npm:@selderee/plugin-htmlparser2", + "target": "npm:domhandler", "type": "static" }, { - "source": "npm:@babel/plugin-transform-member-expression-literals", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@selderee/plugin-htmlparser2", + "target": "npm:selderee", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/core", + "source": "npm:@size-limit/esbuild", + "target": "npm:esbuild@0.20.2", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@size-limit/esbuild", + "target": "npm:nanoid", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@size-limit/esbuild", + "target": "npm:size-limit", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/core", + "source": "npm:@size-limit/file", + "target": "npm:size-limit", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:@size-limit/esbuild", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:@size-limit/file", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-simple-access", + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:size-limit", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/core", + "source": "npm:@snyk/github-codeowners", + "target": "npm:commander@4.1.1", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-hoist-variables", + "source": "npm:@snyk/github-codeowners", + "target": "npm:ignore", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@snyk/github-codeowners", + "target": "npm:p-map", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:legacy-swc-helpers", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-validator-identifier", + "source": "npm:@swc/helpers@0.4.36", + "target": "npm:legacy-swc-helpers", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/core", + "source": "npm:@swc/helpers@0.4.36", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@swc/helpers@0.5.7", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:@commitlint/parse", "type": "static" }, { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:chalk", "type": "static" }, { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@tanstack/config", + "target": "npm:commander", "type": "static" }, { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:current-git-branch", "type": "static" }, { - "source": "npm:@babel/plugin-transform-new-target", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:esbuild-register", "type": "static" }, { - "source": "npm:@babel/plugin-transform-new-target", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:git-log-parser", "type": "static" }, { - "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:interpret", "type": "static" }, { - "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:jsonfile", "type": "static" }, { - "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "source": "npm:@tanstack/config", + "target": "npm:liftoff", "type": "static" }, { - "source": "npm:@babel/plugin-transform-numeric-separator", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:luxon", "type": "static" }, { - "source": "npm:@babel/plugin-transform-numeric-separator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:@babel/plugin-transform-numeric-separator", - "target": "npm:@babel/plugin-syntax-numeric-separator", + "source": "npm:@tanstack/config", + "target": "npm:rollup-plugin-preserve-directives", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@tanstack/config", + "target": "npm:stream-to-array", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:v8flags", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/plugin-syntax-object-rest-spread", + "source": "npm:@tanstack/config", + "target": "npm:vite-plugin-dts", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/plugin-transform-parameters", + "source": "npm:@tanstack/config", + "target": "npm:vite-plugin-externalize-deps", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:vite-tsconfig-paths", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/dom", + "target": "npm:@babel/code-frame", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/helper-replace-supers", + "source": "npm:@testing-library/dom", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-catch-binding", - "target": "npm:@babel/core", + "source": "npm:@testing-library/dom", + "target": "npm:@types/aria-query", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-catch-binding", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/dom", + "target": "npm:aria-query@5.1.3", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-catch-binding", - "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "source": "npm:@testing-library/dom", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/core", + "source": "npm:@testing-library/dom", + "target": "npm:dom-accessibility-api@0.5.16", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/dom", + "target": "npm:lz-string", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@testing-library/dom", + "target": "npm:pretty-format", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/plugin-syntax-optional-chaining", + "source": "npm:@testing-library/jest-dom", + "target": "npm:@adobe/css-tools", "type": "static" }, { - "source": "npm:@babel/plugin-transform-parameters", - "target": "npm:@babel/core", + "source": "npm:@testing-library/jest-dom", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/plugin-transform-parameters", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/jest-dom", + "target": "npm:aria-query", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/core", + "source": "npm:@testing-library/jest-dom", + "target": "npm:chalk@3.0.0", "type": "static" }, - { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/helper-create-class-features-plugin", + { + "source": "npm:@testing-library/jest-dom", + "target": "npm:css.escape", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/jest-dom", + "target": "npm:dom-accessibility-api", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/core", + "source": "npm:@testing-library/jest-dom", + "target": "npm:lodash", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@testing-library/jest-dom", + "target": "npm:redent", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:@testing-library/jest-dom", + "target": "npm:vitest", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/react-hooks", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/plugin-syntax-private-property-in-object", + "source": "npm:@testing-library/react-hooks", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-property-literals", - "target": "npm:@babel/core", + "source": "npm:@testing-library/react-hooks", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-property-literals", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/react-hooks", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-display-name", - "target": "npm:@babel/core", + "source": "npm:@testing-library/react-hooks", + "target": "npm:react-error-boundary", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-display-name", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/react", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx-development", - "target": "npm:@babel/core", + "source": "npm:@testing-library/react", + "target": "npm:@testing-library/dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx-development", - "target": "npm:@babel/plugin-transform-react-jsx", + "source": "npm:@testing-library/react", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/core", + "source": "npm:@testing-library/react", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@testing-library/react", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-module-imports", + "source": "npm:@types/d3-axis", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3-brush", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/plugin-syntax-jsx", + "source": "npm:@types/d3-contour", + "target": "npm:@types/d3-array", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/types", + "source": "npm:@types/d3-contour", + "target": "npm:@types/geojson", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/core", + "source": "npm:@types/d3-drag", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@types/d3-fetch", + "target": "npm:@types/d3-dsv", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3-geo", + "target": "npm:@types/geojson", "type": "static" }, { - "source": "npm:@babel/plugin-transform-regenerator", - "target": "npm:@babel/core", + "source": "npm:@types/d3-interpolate", + "target": "npm:@types/d3-color", "type": "static" }, { - "source": "npm:@babel/plugin-transform-regenerator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3-scale", + "target": "npm:@types/d3-time", "type": "static" }, { - "source": "npm:@babel/plugin-transform-regenerator", - "target": "npm:regenerator-transform", + "source": "npm:@types/d3-shape", + "target": "npm:@types/d3-path", "type": "static" }, { - "source": "npm:@babel/plugin-transform-reserved-words", - "target": "npm:@babel/core", + "source": "npm:@types/d3-transition", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-transform-reserved-words", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3-zoom", + "target": "npm:@types/d3-interpolate", "type": "static" }, { - "source": "npm:@babel/plugin-transform-shorthand-properties", - "target": "npm:@babel/core", + "source": "npm:@types/d3-zoom", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-transform-shorthand-properties", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-array", "type": "static" }, { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-axis", "type": "static" }, { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-brush", "type": "static" }, { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@types/d3", + "target": "npm:@types/d3-chord", "type": "static" }, { - "source": "npm:@babel/plugin-transform-sticky-regex", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-color", "type": "static" }, { - "source": "npm:@babel/plugin-transform-sticky-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-contour", "type": "static" }, { - "source": "npm:@babel/plugin-transform-template-literals", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-delaunay", "type": "static" }, { - "source": "npm:@babel/plugin-transform-template-literals", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-dispatch", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typeof-symbol", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-drag", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typeof-symbol", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-dsv", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-ease", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@types/d3", + "target": "npm:@types/d3-fetch", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:@types/d3", + "target": "npm:@types/d3-force", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-format", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/plugin-syntax-typescript", + "source": "npm:@types/d3", + "target": "npm:@types/d3-geo", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-escapes", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-hierarchy", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-escapes", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-interpolate", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-path", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@types/d3", + "target": "npm:@types/d3-polygon", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-quadtree", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-random", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@types/d3", + "target": "npm:@types/d3-scale", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-scale-chromatic", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@types/d3", + "target": "npm:@types/d3-shape", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-time", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/compat-data", + "source": "npm:@types/d3", + "target": "npm:@types/d3-time-format", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-timer", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@types/d3", + "target": "npm:@types/d3-transition", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-validator-option", + "source": "npm:@types/debug", + "target": "npm:@types/ms", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "source": "npm:@types/hast", + "target": "npm:@types/unist", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "source": "npm:@types/hoist-non-react-statics", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "source": "npm:@types/hoist-non-react-statics", + "target": "npm:hoist-non-react-statics", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-proposal-private-property-in-object", + "source": "npm:@types/mdast", + "target": "npm:@types/unist", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-async-generators", + "source": "npm:@types/node-fetch", + "target": "npm:@types/node", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-class-properties", + "source": "npm:@types/node-fetch", + "target": "npm:form-data", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-class-static-block", + "source": "npm:@types/node", + "target": "npm:undici-types", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-dynamic-import", + "source": "npm:@types/react-dom", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-export-namespace-from", + "source": "npm:@types/react", + "target": "npm:@types/prop-types", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-assertions", + "source": "npm:@types/react", + "target": "npm:@types/scheduler", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-attributes", + "source": "npm:@types/react", + "target": "npm:csstype", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-meta", + "source": "npm:@types/tunnel", + "target": "npm:@types/node", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-json-strings", + "source": "npm:@vitest/expect", + "target": "npm:@vitest/spy", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "source": "npm:@vitest/expect", + "target": "npm:@vitest/utils", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "source": "npm:@vitest/expect", + "target": "npm:chai", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-numeric-separator", + "source": "npm:@vitest/runner", + "target": "npm:@vitest/utils", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-object-rest-spread", + "source": "npm:@vitest/runner", + "target": "npm:p-limit", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "source": "npm:@vitest/runner", + "target": "npm:pathe", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-optional-chaining", + "source": "npm:@vitest/snapshot", + "target": "npm:magic-string", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-private-property-in-object", + "source": "npm:@vitest/snapshot", + "target": "npm:pathe", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-top-level-await", + "source": "npm:@vitest/snapshot", + "target": "npm:pretty-format@29.7.0", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "source": "npm:@vitest/spy", + "target": "npm:tinyspy", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-arrow-functions", + "source": "npm:@vitest/utils", + "target": "npm:diff-sequences", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-generator-functions", + "source": "npm:@vitest/utils", + "target": "npm:estree-walker@3.0.3", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-to-generator", + "source": "npm:@vitest/utils", + "target": "npm:loupe", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoped-functions", + "source": "npm:@vitest/utils", + "target": "npm:pretty-format@29.7.0", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoping", + "source": "npm:@volar/language-core", + "target": "npm:@volar/source-map", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-properties", + "source": "npm:@volar/source-map", + "target": "npm:muggle-string", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-static-block", + "source": "npm:@volar/typescript", + "target": "npm:@volar/language-core", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-classes", + "source": "npm:@volar/typescript", + "target": "npm:path-browserify", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-computed-properties", + "source": "npm:@vscode/extension-telemetry", + "target": "npm:@microsoft/1ds-core-js", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-destructuring", + "source": "npm:@vscode/extension-telemetry", + "target": "npm:@microsoft/1ds-post-js", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dotall-regex", + "source": "npm:@vue/compiler-core", + "target": "npm:@babel/parser", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-duplicate-keys", + "source": "npm:@vue/compiler-core", + "target": "npm:@vue/shared", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dynamic-import", + "source": "npm:@vue/compiler-core", + "target": "npm:entities", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-exponentiation-operator", + "source": "npm:@vue/compiler-core", + "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-export-namespace-from", + "source": "npm:@vue/compiler-core", + "target": "npm:source-map-js", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-for-of", + "source": "npm:@vue/compiler-dom", + "target": "npm:@vue/compiler-core", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-function-name", + "source": "npm:@vue/compiler-dom", + "target": "npm:@vue/shared", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-json-strings", + "source": "npm:@vue/language-core", + "target": "npm:@volar/language-core", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-literals", + "source": "npm:@vue/language-core", + "target": "npm:@volar/source-map", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "source": "npm:@vue/language-core", + "target": "npm:@vue/compiler-dom", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-member-expression-literals", + "source": "npm:@vue/language-core", + "target": "npm:@vue/shared", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-amd", + "source": "npm:@vue/language-core", + "target": "npm:computeds", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-commonjs", + "source": "npm:@vue/language-core", + "target": "npm:minimatch", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-systemjs", + "source": "npm:@vue/language-core", + "target": "npm:muggle-string", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-umd", + "source": "npm:@vue/language-core", + "target": "npm:path-browserify", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "source": "npm:@vue/language-core", + "target": "npm:typescript", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-new-target", + "source": "npm:@vue/language-core", + "target": "npm:vue-template-compiler", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "source": "npm:@yarnpkg/parsers", + "target": "npm:js-yaml@3.14.1", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-numeric-separator", + "source": "npm:@yarnpkg/parsers", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-rest-spread", + "source": "npm:@zkochan/js-yaml", + "target": "npm:argparse", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-super", + "source": "npm:@zkochan/rimraf", + "target": "npm:rimraf@3.0.2", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-catch-binding", + "source": "npm:JSONStream", + "target": "npm:jsonparse", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-chaining", + "source": "npm:JSONStream", + "target": "npm:through", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-parameters", + "source": "npm:abort-controller", + "target": "npm:event-target-shim", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-methods", + "source": "npm:agent-base", + "target": "npm:debug", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-property-in-object", + "source": "npm:aggregate-error", + "target": "npm:clean-stack", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-property-literals", + "source": "npm:aggregate-error", + "target": "npm:indent-string", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-regenerator", + "source": "npm:ajv", + "target": "npm:fast-deep-equal", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-reserved-words", + "source": "npm:ajv", + "target": "npm:fast-json-stable-stringify", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-shorthand-properties", + "source": "npm:ajv", + "target": "npm:json-schema-traverse", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-spread", + "source": "npm:ajv", + "target": "npm:uri-js", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-sticky-regex", + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert@1.9.3", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-template-literals", + "source": "npm:ansi-styles", + "target": "npm:color-convert", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-typeof-symbol", + "source": "npm:ansi-truncate", + "target": "npm:fast-string-truncated-width", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-escapes", + "source": "npm:anymatch", + "target": "npm:normalize-path", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-property-regex", + "source": "npm:anymatch", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-regex", + "source": "npm:argparse@1.0.10", + "target": "npm:sprintf-js", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "source": "npm:aria-query@5.1.3", + "target": "npm:deep-equal", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/preset-modules", + "source": "npm:aria-query", + "target": "npm:dequal", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs2", + "source": "npm:array-buffer-byte-length", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs3", + "source": "npm:array-buffer-byte-length", + "target": "npm:is-array-buffer", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-regenerator", + "source": "npm:array-last", + "target": "npm:is-number", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:core-js-compat", + "source": "npm:atomically", + "target": "npm:stubborn-fs", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:semver", + "source": "npm:atomically", + "target": "npm:when-exit", "type": "static" }, { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/core", + "source": "npm:available-typed-arrays", + "target": "npm:possible-typed-array-names", "type": "static" }, { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:axios", + "target": "npm:follow-redirects", "type": "static" }, { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/types", + "source": "npm:axios", + "target": "npm:form-data", "type": "static" }, { - "source": "npm:@babel/preset-modules", - "target": "npm:esutils", + "source": "npm:axios", + "target": "npm:proxy-from-env", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/core", + "source": "npm:axobject-query", + "target": "npm:dequal", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/compat-data", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/helper-validator-option", + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-display-name", + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/helper-define-polyfill-provider", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-jsx", + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:semver", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-jsx-development", + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-pure-annotations", + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/helper-define-polyfill-provider", "type": "static" }, { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/core", + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:core-js-compat", "type": "static" }, { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-validator-option", + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/helper-define-polyfill-provider", "type": "static" }, { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-syntax-jsx", + "source": "npm:bl", + "target": "npm:buffer", "type": "static" }, { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-modules-commonjs", + "source": "npm:bl", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-typescript", + "source": "npm:bl", + "target": "npm:readable-stream", "type": "static" }, { - "source": "npm:@babel/runtime", - "target": "npm:regenerator-runtime", + "source": "npm:bole", + "target": "npm:fast-safe-stringify", "type": "static" }, { - "source": "npm:@babel/template", - "target": "npm:@babel/code-frame", + "source": "npm:bole", + "target": "npm:individual", "type": "static" }, { - "source": "npm:@babel/template", - "target": "npm:@babel/parser", + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", "type": "static" }, { - "source": "npm:@babel/template", - "target": "npm:@babel/types", + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/code-frame", + "source": "npm:brace-expansion", + "target": "npm:balanced-match", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/generator", + "source": "npm:braces", + "target": "npm:fill-range", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:broadcast-channel", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-function-name", + "source": "npm:broadcast-channel", + "target": "npm:detect-node", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-hoist-variables", + "source": "npm:broadcast-channel", + "target": "npm:js-sha3", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-split-export-declaration", + "source": "npm:broadcast-channel", + "target": "npm:microseconds", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/parser", + "source": "npm:broadcast-channel", + "target": "npm:nano-time", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/types", + "source": "npm:broadcast-channel", + "target": "npm:oblivious-set", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:debug", + "source": "npm:broadcast-channel", + "target": "npm:rimraf@3.0.2", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:globals", + "source": "npm:broadcast-channel", + "target": "npm:unload", "type": "static" }, { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-string-parser", + "source": "npm:browserslist", + "target": "npm:caniuse-lite", "type": "static" }, { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-validator-identifier", + "source": "npm:browserslist", + "target": "npm:electron-to-chromium", "type": "static" }, { - "source": "npm:@babel/types", - "target": "npm:to-fast-properties", + "source": "npm:browserslist", + "target": "npm:node-releases", "type": "static" }, { - "source": "npm:@commitlint/parse", - "target": "npm:@commitlint/types", + "source": "npm:browserslist", + "target": "npm:update-browserslist-db", "type": "static" }, { - "source": "npm:@commitlint/parse", - "target": "npm:conventional-changelog-angular", + "source": "npm:buffer", + "target": "npm:base64-js", "type": "static" }, { - "source": "npm:@commitlint/parse", - "target": "npm:conventional-commits-parser", + "source": "npm:buffer", + "target": "npm:ieee754", "type": "static" }, { - "source": "npm:@commitlint/types", - "target": "npm:chalk@4.1.2", + "source": "npm:builtins", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:array-last", + "source": "npm:bundle-require", + "target": "npm:esbuild", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:babylon", + "source": "npm:bundle-require", + "target": "npm:load-tsconfig", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:compose-function", + "source": "npm:call-bind", + "target": "npm:es-define-property", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:deep-freeze", + "source": "npm:call-bind", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:filter-iterator", + "source": "npm:call-bind", + "target": "npm:function-bind", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:filter-obj", + "source": "npm:call-bind", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:has-own-property", + "source": "npm:call-bind", + "target": "npm:set-function-length", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:identity-function", + "source": "npm:chai", + "target": "npm:assertion-error", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:is-iterable", + "source": "npm:chai", + "target": "npm:check-error", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:iterable-lookahead", + "source": "npm:chai", + "target": "npm:deep-eql", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:lodash.curry", + "source": "npm:chai", + "target": "npm:get-func-name", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:magic-string@0.16.0", + "source": "npm:chai", + "target": "npm:loupe", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:map-obj", + "source": "npm:chai", + "target": "npm:pathval", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:object-pairs", + "source": "npm:chai", + "target": "npm:type-detect", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:object-values", + "source": "npm:chalk@2.4.2", + "target": "npm:ansi-styles@3.2.1", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:reverse-arguments", + "source": "npm:chalk@2.4.2", + "target": "npm:escape-string-regexp@1.0.5", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:shell-quote-word", + "source": "npm:chalk@2.4.2", + "target": "npm:supports-color@5.5.0", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:to-pascal-case", + "source": "npm:chalk@3.0.0", + "target": "npm:ansi-styles", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:unescape-js", + "source": "npm:chalk@3.0.0", + "target": "npm:supports-color", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width@5.1.2", + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width-cjs", + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi@7.1.0", + "source": "npm:check-error", + "target": "npm:get-func-name", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi-cjs", + "source": "npm:chokidar", + "target": "npm:anymatch", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi@8.1.0", + "source": "npm:chokidar", + "target": "npm:braces", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi-cjs", + "source": "npm:chokidar", + "target": "npm:glob-parent", "type": "static" }, { - "source": "npm:@jest/schemas", - "target": "npm:@sinclair/typebox", + "source": "npm:chokidar", + "target": "npm:is-binary-path", "type": "static" }, { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/set-array", + "source": "npm:chokidar", + "target": "npm:is-glob", "type": "static" }, { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:chokidar", + "target": "npm:normalize-path", "type": "static" }, { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:chokidar", + "target": "npm:readdirp", "type": "static" }, { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/gen-mapping", + "source": "npm:chokidar", + "target": "npm:fsevents", "type": "static" }, { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:cli-cursor", + "target": "npm:restore-cursor", "type": "static" }, { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/resolve-uri", + "source": "npm:cli-cursor@4.0.0", + "target": "npm:restore-cursor@4.0.0", "type": "static" }, { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:cli-truncate", + "target": "npm:slice-ansi", "type": "static" }, { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@microsoft/tsdoc", + "source": "npm:cli-truncate", + "target": "npm:string-width@7.1.0", "type": "static" }, { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@microsoft/tsdoc-config", + "source": "npm:cliui", + "target": "npm:string-width", "type": "static" }, { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@rushstack/node-core-library", + "source": "npm:cliui", + "target": "npm:strip-ansi", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/api-extractor-model", + "source": "npm:cliui", + "target": "npm:wrap-ansi", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/tsdoc", + "source": "npm:code-red", + "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/tsdoc-config", + "source": "npm:code-red", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/node-core-library", + "source": "npm:code-red", + "target": "npm:acorn", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/rig-package", + "source": "npm:code-red", + "target": "npm:estree-walker@3.0.3", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/ts-command-line", + "source": "npm:code-red", + "target": "npm:periscopic", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:colors", + "source": "npm:color-convert@1.9.3", + "target": "npm:color-name@1.1.3", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:lodash", + "source": "npm:color-convert", + "target": "npm:color-name", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:resolve", + "source": "npm:combined-stream", + "target": "npm:delayed-stream", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:semver@7.5.4", + "source": "npm:compare-func", + "target": "npm:array-ify", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:source-map@0.6.1", + "source": "npm:compare-func", + "target": "npm:dot-prop", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:typescript@5.3.3", + "source": "npm:compose-function", + "target": "npm:arity-n", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:@microsoft/tsdoc", + "source": "npm:conventional-changelog-angular", + "target": "npm:compare-func", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:ajv", + "source": "npm:conventional-commits-parser", + "target": "npm:JSONStream", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:jju", + "source": "npm:conventional-commits-parser", + "target": "npm:is-text-path", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:resolve@1.19.0", + "source": "npm:conventional-commits-parser", + "target": "npm:meow", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@2.1.5", - "target": "npm:@nodelib/fs.stat", + "source": "npm:conventional-commits-parser", + "target": "npm:split2@4.2.0", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@2.1.5", - "target": "npm:run-parallel", + "source": "npm:copy-to-clipboard", + "target": "npm:toggle-selection", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir", - "target": "npm:@nodelib/fs.stat@3.0.0", + "source": "npm:core-js-compat", + "target": "npm:browserslist", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir", - "target": "npm:run-parallel", + "source": "npm:cross-spawn@5.1.0", + "target": "npm:lru-cache@4.1.5", "type": "static" }, { - "source": "npm:@nodelib/fs.walk@1.2.8", - "target": "npm:@nodelib/fs.scandir@2.1.5", + "source": "npm:cross-spawn@5.1.0", + "target": "npm:shebang-command@1.2.0", "type": "static" }, { - "source": "npm:@nodelib/fs.walk@1.2.8", - "target": "npm:fastq", + "source": "npm:cross-spawn@5.1.0", + "target": "npm:which@1.3.1", "type": "static" }, { - "source": "npm:@nodelib/fs.walk", - "target": "npm:@nodelib/fs.scandir", + "source": "npm:cross-spawn", + "target": "npm:path-key", "type": "static" }, { - "source": "npm:@nodelib/fs.walk", - "target": "npm:fastq", + "source": "npm:cross-spawn", + "target": "npm:shebang-command", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:@npmcli/promise-spawn", + "source": "npm:cross-spawn", + "target": "npm:which@2.0.2", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:lru-cache@10.2.0", + "source": "npm:css-in-js-utils", + "target": "npm:hyphenate-style-name", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:npm-pick-manifest", + "source": "npm:css-tree", + "target": "npm:mdn-data", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:proc-log", + "source": "npm:css-tree", + "target": "npm:source-map@0.6.1", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:promise-inflight", + "source": "npm:css-tree@2.3.1", + "target": "npm:mdn-data@2.0.30", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:promise-retry", + "source": "npm:css-tree@2.3.1", + "target": "npm:source-map-js", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:semver@7.6.0", + "source": "npm:cssstyle", + "target": "npm:rrweb-cssom", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:which", + "source": "npm:current-git-branch", + "target": "npm:babel-plugin-add-module-exports", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:@npmcli/name-from-folder", + "source": "npm:current-git-branch", + "target": "npm:execa@0.6.3", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:glob@10.3.10", + "source": "npm:current-git-branch", + "target": "npm:is-git-repository", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:minimatch", + "source": "npm:d3-drag", + "target": "npm:d3-dispatch", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:read-package-json-fast", + "source": "npm:d3-drag", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:@npmcli/git", + "source": "npm:d3-interpolate", + "target": "npm:d3-color", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:glob@10.3.10", + "source": "npm:d3-transition", + "target": "npm:d3-color", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:hosted-git-info", + "source": "npm:d3-transition", + "target": "npm:d3-dispatch", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:json-parse-even-better-errors", + "source": "npm:d3-transition", + "target": "npm:d3-ease", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:normalize-package-data", + "source": "npm:d3-transition", + "target": "npm:d3-interpolate", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:proc-log", + "source": "npm:d3-transition", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:semver@7.6.0", + "source": "npm:d3-transition", + "target": "npm:d3-timer", "type": "static" }, { - "source": "npm:@npmcli/promise-spawn", - "target": "npm:which", + "source": "npm:d3-zoom", + "target": "npm:d3-dispatch", "type": "static" }, { - "source": "npm:@nrwl/tao", - "target": "npm:nx", + "source": "npm:d3-zoom", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@nrwl/tao", - "target": "npm:tslib", + "source": "npm:d3-zoom", + "target": "npm:d3-interpolate", "type": "static" }, { - "source": "npm:@pnpm/core-loggers", - "target": "npm:@pnpm/logger", + "source": "npm:d3-zoom", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@pnpm/core-loggers", - "target": "npm:@pnpm/types", + "source": "npm:d3-zoom", + "target": "npm:d3-transition", "type": "static" }, { - "source": "npm:@pnpm/error", - "target": "npm:@pnpm/constants", + "source": "npm:data-urls", + "target": "npm:whatwg-mimetype", "type": "static" }, { - "source": "npm:@pnpm/fetching-types", - "target": "npm:@zkochan/retry", + "source": "npm:data-urls", + "target": "npm:whatwg-url", "type": "static" }, { - "source": "npm:@pnpm/fetching-types", - "target": "npm:node-fetch", + "source": "npm:debug", + "target": "npm:ms", "type": "static" }, { - "source": "npm:@pnpm/graceful-fs", - "target": "npm:graceful-fs", + "source": "npm:decode-named-character-reference", + "target": "npm:character-entities", "type": "static" }, { - "source": "npm:@pnpm/logger", - "target": "npm:bole", + "source": "npm:deep-eql", + "target": "npm:type-detect", "type": "static" }, { - "source": "npm:@pnpm/logger", - "target": "npm:ndjson", + "source": "npm:deep-equal", + "target": "npm:array-buffer-byte-length", "type": "static" }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:hosted-git-info@4.1.0", + "source": "npm:deep-equal", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:semver@7.6.0", + "source": "npm:deep-equal", + "target": "npm:es-get-iterator", "type": "static" }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:validate-npm-package-name", + "source": "npm:deep-equal", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/core-loggers", + "source": "npm:deep-equal", + "target": "npm:is-arguments", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/error", + "source": "npm:deep-equal", + "target": "npm:is-array-buffer", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/fetching-types", + "source": "npm:deep-equal", + "target": "npm:is-date-object", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/graceful-fs", + "source": "npm:deep-equal", + "target": "npm:is-regex", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/logger", + "source": "npm:deep-equal", + "target": "npm:is-shared-array-buffer", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/resolve-workspace-range", + "source": "npm:deep-equal", + "target": "npm:isarray", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/resolver-base", + "source": "npm:deep-equal", + "target": "npm:object-is", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/types", + "source": "npm:deep-equal", + "target": "npm:object-keys", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@zkochan/retry", + "source": "npm:deep-equal", + "target": "npm:object.assign", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:encode-registry", + "source": "npm:deep-equal", + "target": "npm:regexp.prototype.flags", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:load-json-file", + "source": "npm:deep-equal", + "target": "npm:side-channel", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:lru-cache@10.2.0", + "source": "npm:deep-equal", + "target": "npm:which-boxed-primitive", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:normalize-path", + "source": "npm:deep-equal", + "target": "npm:which-collection", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:p-limit@3.1.0", + "source": "npm:deep-equal", + "target": "npm:which-typed-array", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:p-memoize", + "source": "npm:defaults", + "target": "npm:clone", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:parse-npm-tarball-url", + "source": "npm:define-data-property", + "target": "npm:es-define-property", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:path-temp", + "source": "npm:define-data-property", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:ramda", + "source": "npm:define-data-property", + "target": "npm:gopd", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:rename-overwrite", + "source": "npm:define-properties", + "target": "npm:define-data-property", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:semver@7.6.0", + "source": "npm:define-properties", + "target": "npm:has-property-descriptors", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:ssri", + "source": "npm:define-properties", + "target": "npm:object-keys", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:version-selector-type", + "source": "npm:dir-glob", + "target": "npm:path-type@4.0.0", "type": "static" }, { - "source": "npm:@pnpm/resolve-workspace-range", - "target": "npm:semver@7.6.0", + "source": "npm:dnd-core", + "target": "npm:@react-dnd/asap", "type": "static" }, { - "source": "npm:@pnpm/resolver-base", - "target": "npm:@pnpm/types", + "source": "npm:dnd-core", + "target": "npm:@react-dnd/invariant", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/npm-package-arg", + "source": "npm:dnd-core", + "target": "npm:redux", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/npm-resolver", + "source": "npm:dnd-multi-backend", + "target": "npm:dnd-core", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/resolve-workspace-range", + "source": "npm:dom-helpers", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:ramda", + "source": "npm:dom-helpers", + "target": "npm:csstype", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:@iarna/toml", + "source": "npm:dom-serializer", + "target": "npm:domelementtype", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:atomically", + "source": "npm:dom-serializer", + "target": "npm:domhandler", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:fast-ignore", + "source": "npm:dom-serializer", + "target": "npm:entities@2.2.0", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:find-up-json", + "source": "npm:domhandler", + "target": "npm:domelementtype", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:import-meta-resolve", + "source": "npm:domutils", + "target": "npm:dom-serializer", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:is-binary-path", + "source": "npm:domutils", + "target": "npm:domelementtype", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:js-yaml", + "source": "npm:domutils", + "target": "npm:domhandler", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:json-sorted-stringify", + "source": "npm:dot-prop", + "target": "npm:is-obj", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:json5", + "source": "npm:duplexer2", + "target": "npm:readable-stream@2.3.8", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:kasi", + "source": "npm:easy-table", + "target": "npm:ansi-regex", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:pioppo", + "source": "npm:easy-table", + "target": "npm:wcwidth", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:prettier", + "source": "npm:encode-registry", + "target": "npm:mem", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:specialist", + "source": "npm:end-of-stream", + "target": "npm:once", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-editorconfig", + "source": "npm:enquirer", + "target": "npm:ansi-colors", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-jsonc", + "source": "npm:error-ex", + "target": "npm:is-arrayish", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-readdir-glob", + "source": "npm:error-stack-parser", + "target": "npm:stackframe", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-spinner", + "source": "npm:es-define-property", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:worktank", + "source": "npm:es-get-iterator", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:zeptomatch", + "source": "npm:es-get-iterator", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@babel/core", + "source": "npm:es-get-iterator", + "target": "npm:has-symbols", "type": "static" }, { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@babel/helper-module-imports", + "source": "npm:es-get-iterator", + "target": "npm:is-arguments", "type": "static" }, { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@rollup/pluginutils", + "source": "npm:es-get-iterator", + "target": "npm:is-map", "type": "static" }, { - "source": "npm:@rollup/plugin-babel", - "target": "npm:rollup", + "source": "npm:es-get-iterator", + "target": "npm:is-set", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:@rollup/pluginutils", + "source": "npm:es-get-iterator", + "target": "npm:is-string", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:commondir", + "source": "npm:es-get-iterator", + "target": "npm:isarray", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:estree-walker", + "source": "npm:es-get-iterator", + "target": "npm:stop-iteration-iterator", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:glob", + "source": "npm:esbuild-register", + "target": "npm:debug", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:is-reference", + "source": "npm:esbuild-register", + "target": "npm:esbuild@0.20.2", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:magic-string", + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:rollup", + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@rollup/pluginutils", + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@types/resolve", + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:deepmerge", + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:is-builtin-module", + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:is-module", + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:resolve", + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:rollup", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", "type": "static" }, { - "source": "npm:@rollup/plugin-replace", - "target": "npm:@rollup/pluginutils", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", "type": "static" }, { - "source": "npm:@rollup/plugin-replace", - "target": "npm:magic-string", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", "type": "static" }, { - "source": "npm:@rollup/plugin-replace", - "target": "npm:rollup", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", "type": "static" }, { - "source": "npm:@rollup/plugin-terser", - "target": "npm:rollup", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", "type": "static" }, { - "source": "npm:@rollup/plugin-terser", - "target": "npm:serialize-javascript", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", "type": "static" }, { - "source": "npm:@rollup/plugin-terser", - "target": "npm:smob", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", "type": "static" }, { - "source": "npm:@rollup/plugin-terser", - "target": "npm:terser", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", "type": "static" }, { - "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:estree-walker", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", "type": "static" }, { - "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:picomatch@2.3.1", + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", "type": "static" }, { - "source": "npm:@rollup/pluginutils", - "target": "npm:@types/estree", + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", "type": "static" }, { - "source": "npm:@rollup/pluginutils", - "target": "npm:estree-walker", + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", "type": "static" }, { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch@2.3.1", + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", "type": "static" }, { - "source": "npm:@rollup/pluginutils", - "target": "npm:rollup", + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:@types/node", + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:colors", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/aix-ppc64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:fs-extra@7.0.1", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/android-arm@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:import-lazy", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/android-arm64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:jju", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/android-x64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:resolve", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/darwin-arm64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:semver@7.5.4", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/darwin-x64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:z-schema", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/freebsd-arm64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/rig-package", - "target": "npm:resolve", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/freebsd-x64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/rig-package", - "target": "npm:strip-json-comments@3.1.1", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-arm@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/ts-command-line", - "target": "npm:@types/argparse", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-arm64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/ts-command-line", - "target": "npm:argparse@1.0.10", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-ia32@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/ts-command-line", - "target": "npm:colors", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-loong64@0.20.2", "type": "static" }, { - "source": "npm:@rushstack/ts-command-line", - "target": "npm:string-argv", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-mips64el@0.20.2", "type": "static" }, { - "source": "npm:@size-limit/esbuild", - "target": "npm:esbuild", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-ppc64@0.20.2", "type": "static" }, { - "source": "npm:@size-limit/esbuild", - "target": "npm:nanoid", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-riscv64@0.20.2", "type": "static" }, { - "source": "npm:@size-limit/esbuild", - "target": "npm:size-limit", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-s390x@0.20.2", "type": "static" }, { - "source": "npm:@size-limit/file", - "target": "npm:size-limit", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-x64@0.20.2", "type": "static" }, { - "source": "npm:@size-limit/preset-small-lib", - "target": "npm:@size-limit/esbuild", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/netbsd-x64@0.20.2", "type": "static" }, { - "source": "npm:@size-limit/preset-small-lib", - "target": "npm:@size-limit/file", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/openbsd-x64@0.20.2", "type": "static" }, { - "source": "npm:@size-limit/preset-small-lib", - "target": "npm:size-limit", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/sunos-x64@0.20.2", "type": "static" }, { - "source": "npm:@snyk/github-codeowners", - "target": "npm:commander@4.1.1", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/win32-arm64@0.20.2", "type": "static" }, { - "source": "npm:@snyk/github-codeowners", - "target": "npm:ignore", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/win32-ia32@0.20.2", "type": "static" }, { - "source": "npm:@snyk/github-codeowners", - "target": "npm:p-map", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/win32-x64@0.20.2", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:@commitlint/parse", + "source": "npm:estree-walker@3.0.3", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:chalk", + "source": "npm:execa@0.6.3", + "target": "npm:cross-spawn@5.1.0", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:commander", + "source": "npm:execa@0.6.3", + "target": "npm:get-stream@3.0.0", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:current-git-branch", + "source": "npm:execa@0.6.3", + "target": "npm:is-stream@1.1.0", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:esbuild-register", + "source": "npm:execa@0.6.3", + "target": "npm:npm-run-path@2.0.2", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:git-log-parser", + "source": "npm:execa@0.6.3", + "target": "npm:p-finally", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:interpret", + "source": "npm:execa@0.6.3", + "target": "npm:signal-exit", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:jsonfile", + "source": "npm:execa@0.6.3", + "target": "npm:strip-eof", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:liftoff", + "source": "npm:execa@5.1.1", + "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:luxon", + "source": "npm:execa@5.1.1", + "target": "npm:get-stream", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:minimist", + "source": "npm:execa@5.1.1", + "target": "npm:human-signals", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:rollup-plugin-preserve-directives", + "source": "npm:execa@5.1.1", + "target": "npm:is-stream", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:semver@7.6.0", + "source": "npm:execa@5.1.1", + "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:stream-to-array", + "source": "npm:execa@5.1.1", + "target": "npm:npm-run-path", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:v8flags", + "source": "npm:execa@5.1.1", + "target": "npm:onetime", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:vite-plugin-dts", + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:vite-plugin-externalize-deps", + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:vite-tsconfig-paths", + "source": "npm:execa", + "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:@babel/code-frame", + "source": "npm:execa", + "target": "npm:get-stream@8.0.1", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:@babel/runtime", + "source": "npm:execa", + "target": "npm:human-signals@5.0.0", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:@types/aria-query", + "source": "npm:execa", + "target": "npm:is-stream@3.0.0", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:aria-query@5.1.3", + "source": "npm:execa", + "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:chalk@4.1.2", + "source": "npm:execa", + "target": "npm:npm-run-path@5.3.0", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:dom-accessibility-api@0.5.16", + "source": "npm:execa", + "target": "npm:onetime@6.0.0", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:lz-string", + "source": "npm:execa", + "target": "npm:signal-exit@4.1.0", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:pretty-format", + "source": "npm:execa", + "target": "npm:strip-final-newline@3.0.0", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:@adobe/css-tools", + "source": "npm:expand-tilde", + "target": "npm:homedir-polyfill", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:@babel/runtime", + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.stat", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:aria-query", + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.walk@1.2.8", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:chalk@3.0.0", + "source": "npm:fast-glob", + "target": "npm:glob-parent", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:css.escape", + "source": "npm:fast-glob", + "target": "npm:merge2", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:dom-accessibility-api", + "source": "npm:fast-glob", + "target": "npm:micromatch", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:lodash", + "source": "npm:fast-ignore", + "target": "npm:grammex", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:redent", + "source": "npm:fast-string-width", + "target": "npm:fast-string-truncated-width", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:vitest", + "source": "npm:fastq", + "target": "npm:reusify", "type": "static" }, { - "source": "npm:@testing-library/react-hooks", - "target": "npm:@babel/runtime", + "source": "npm:figures", + "target": "npm:escape-string-regexp@1.0.5", "type": "static" }, { - "source": "npm:@testing-library/react-hooks", - "target": "npm:react", + "source": "npm:fill-range", + "target": "npm:to-regex-range", "type": "static" }, { - "source": "npm:@testing-library/react-hooks", - "target": "npm:react-dom", + "source": "npm:find-up-json", + "target": "npm:find-up-path", "type": "static" }, { - "source": "npm:@testing-library/react-hooks", - "target": "npm:react-error-boundary", + "source": "npm:findup-sync", + "target": "npm:detect-file", "type": "static" }, { - "source": "npm:@testing-library/react", - "target": "npm:@babel/runtime", + "source": "npm:findup-sync", + "target": "npm:is-glob", "type": "static" }, { - "source": "npm:@testing-library/react", - "target": "npm:@testing-library/dom", + "source": "npm:findup-sync", + "target": "npm:micromatch", "type": "static" }, { - "source": "npm:@testing-library/react", - "target": "npm:@types/react-dom", + "source": "npm:findup-sync", + "target": "npm:resolve-dir", "type": "static" }, { - "source": "npm:@testing-library/react", - "target": "npm:react", + "source": "npm:fined", + "target": "npm:expand-tilde", "type": "static" }, { - "source": "npm:@testing-library/react", - "target": "npm:react-dom", + "source": "npm:fined", + "target": "npm:is-plain-object", "type": "static" }, { - "source": "npm:@types/node", - "target": "npm:undici-types", + "source": "npm:fined", + "target": "npm:object.defaults", "type": "static" }, { - "source": "npm:@types/react-dom", - "target": "npm:@types/react", + "source": "npm:fined", + "target": "npm:object.pick", "type": "static" }, { - "source": "npm:@types/react", - "target": "npm:@types/prop-types", + "source": "npm:fined", + "target": "npm:parse-filepath", "type": "static" }, { - "source": "npm:@types/react", - "target": "npm:@types/scheduler", + "source": "npm:for-each", + "target": "npm:is-callable", "type": "static" }, { - "source": "npm:@types/react", - "target": "npm:csstype", + "source": "npm:for-own", + "target": "npm:for-in", "type": "static" }, { - "source": "npm:@vitest/expect", - "target": "npm:@vitest/spy", + "source": "npm:foreground-child", + "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:@vitest/expect", - "target": "npm:@vitest/utils", + "source": "npm:foreground-child", + "target": "npm:signal-exit@4.1.0", "type": "static" }, { - "source": "npm:@vitest/expect", - "target": "npm:chai", + "source": "npm:form-data@2.5.1", + "target": "npm:asynckit", "type": "static" }, { - "source": "npm:@vitest/runner", - "target": "npm:@vitest/utils", + "source": "npm:form-data@2.5.1", + "target": "npm:combined-stream", "type": "static" }, { - "source": "npm:@vitest/runner", - "target": "npm:p-limit", + "source": "npm:form-data@2.5.1", + "target": "npm:mime-types", "type": "static" }, { - "source": "npm:@vitest/runner", - "target": "npm:pathe", + "source": "npm:form-data", + "target": "npm:asynckit", "type": "static" }, { - "source": "npm:@vitest/snapshot", - "target": "npm:magic-string", + "source": "npm:form-data", + "target": "npm:combined-stream", "type": "static" }, { - "source": "npm:@vitest/snapshot", - "target": "npm:pathe", + "source": "npm:form-data", + "target": "npm:mime-types", "type": "static" }, { - "source": "npm:@vitest/snapshot", - "target": "npm:pretty-format@29.7.0", + "source": "npm:fs-extra", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:@vitest/spy", - "target": "npm:tinyspy", + "source": "npm:fs-extra", + "target": "npm:jsonfile", "type": "static" }, { - "source": "npm:@vitest/utils", - "target": "npm:diff-sequences", + "source": "npm:fs-extra", + "target": "npm:universalify", "type": "static" }, { - "source": "npm:@vitest/utils", - "target": "npm:estree-walker@3.0.3", + "source": "npm:fs-extra@11.2.0", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:@vitest/utils", - "target": "npm:loupe", + "source": "npm:fs-extra@11.2.0", + "target": "npm:jsonfile", "type": "static" }, { - "source": "npm:@vitest/utils", - "target": "npm:pretty-format@29.7.0", + "source": "npm:fs-extra@11.2.0", + "target": "npm:universalify", "type": "static" }, { - "source": "npm:@volar/language-core", - "target": "npm:@volar/source-map", + "source": "npm:fs-extra@7.0.1", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:@volar/source-map", - "target": "npm:muggle-string", + "source": "npm:fs-extra@7.0.1", + "target": "npm:jsonfile@4.0.0", "type": "static" }, { - "source": "npm:@volar/typescript", - "target": "npm:@volar/language-core", + "source": "npm:fs-extra@7.0.1", + "target": "npm:universalify@0.1.2", "type": "static" }, { - "source": "npm:@volar/typescript", - "target": "npm:path-browserify", + "source": "npm:get-current-package", + "target": "npm:find-up-json", "type": "static" }, { - "source": "npm:@vue/compiler-core", - "target": "npm:@babel/parser", + "source": "npm:get-intrinsic", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:@vue/compiler-core", - "target": "npm:@vue/shared", + "source": "npm:get-intrinsic", + "target": "npm:function-bind", "type": "static" }, { - "source": "npm:@vue/compiler-core", - "target": "npm:entities", + "source": "npm:get-intrinsic", + "target": "npm:has-proto", "type": "static" }, { - "source": "npm:@vue/compiler-core", - "target": "npm:estree-walker", + "source": "npm:get-intrinsic", + "target": "npm:has-symbols", "type": "static" }, { - "source": "npm:@vue/compiler-core", - "target": "npm:source-map-js", + "source": "npm:get-intrinsic", + "target": "npm:hasown", "type": "static" }, { - "source": "npm:@vue/compiler-dom", - "target": "npm:@vue/compiler-core", + "source": "npm:git-log-parser", + "target": "npm:argv-formatter", "type": "static" }, { - "source": "npm:@vue/compiler-dom", - "target": "npm:@vue/shared", + "source": "npm:git-log-parser", + "target": "npm:spawn-error-forwarder", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:@volar/language-core", + "source": "npm:git-log-parser", + "target": "npm:split2", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:@volar/source-map", + "source": "npm:git-log-parser", + "target": "npm:stream-combiner2", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:@vue/compiler-dom", + "source": "npm:git-log-parser", + "target": "npm:through2", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:@vue/shared", + "source": "npm:git-log-parser", + "target": "npm:traverse", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:computeds", + "source": "npm:glob-gitignore", + "target": "npm:glob@7.2.3", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:minimatch", + "source": "npm:glob-gitignore", + "target": "npm:ignore", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:muggle-string", + "source": "npm:glob-gitignore", + "target": "npm:lodash.difference", "type": "static" }, - { - "source": "npm:@vue/language-core", - "target": "npm:path-browserify", + { + "source": "npm:glob-gitignore", + "target": "npm:lodash.union", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:typescript", + "source": "npm:glob-gitignore", + "target": "npm:make-array", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:vue-template-compiler", + "source": "npm:glob-gitignore", + "target": "npm:util.inherits", "type": "static" }, { - "source": "npm:@yarnpkg/parsers", - "target": "npm:js-yaml@3.14.1", + "source": "npm:glob-parent", + "target": "npm:is-glob", "type": "static" }, { - "source": "npm:@yarnpkg/parsers", - "target": "npm:tslib", + "source": "npm:glob@10.3.10", + "target": "npm:foreground-child", "type": "static" }, { - "source": "npm:@zkochan/js-yaml", - "target": "npm:argparse", + "source": "npm:glob@10.3.10", + "target": "npm:jackspeak", "type": "static" }, { - "source": "npm:@zkochan/rimraf", - "target": "npm:rimraf@3.0.2", + "source": "npm:glob@10.3.10", + "target": "npm:minimatch", "type": "static" }, { - "source": "npm:JSONStream", - "target": "npm:jsonparse", + "source": "npm:glob@10.3.10", + "target": "npm:minipass", "type": "static" }, { - "source": "npm:JSONStream", - "target": "npm:through", + "source": "npm:glob@10.3.10", + "target": "npm:path-scurry", "type": "static" }, { - "source": "npm:agent-base", - "target": "npm:debug", + "source": "npm:glob@7.2.3", + "target": "npm:fs.realpath", "type": "static" }, { - "source": "npm:aggregate-error", - "target": "npm:clean-stack", + "source": "npm:glob@7.2.3", + "target": "npm:inflight", "type": "static" }, { - "source": "npm:aggregate-error", - "target": "npm:indent-string", + "source": "npm:glob@7.2.3", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:ajv", - "target": "npm:fast-deep-equal", + "source": "npm:glob@7.2.3", + "target": "npm:minimatch@3.1.2", "type": "static" }, { - "source": "npm:ajv", - "target": "npm:fast-json-stable-stringify", + "source": "npm:glob@7.2.3", + "target": "npm:once", "type": "static" }, { - "source": "npm:ajv", - "target": "npm:json-schema-traverse", + "source": "npm:glob@7.2.3", + "target": "npm:path-is-absolute", "type": "static" }, { - "source": "npm:ajv", - "target": "npm:uri-js", + "source": "npm:glob", + "target": "npm:fs.realpath", "type": "static" }, { - "source": "npm:ansi-styles@3.2.1", - "target": "npm:color-convert@1.9.3", + "source": "npm:glob", + "target": "npm:inflight", "type": "static" }, { - "source": "npm:ansi-styles", - "target": "npm:color-convert", + "source": "npm:glob", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:ansi-truncate", - "target": "npm:fast-string-truncated-width", + "source": "npm:glob", + "target": "npm:minimatch@5.1.6", "type": "static" }, { - "source": "npm:anymatch", - "target": "npm:normalize-path", + "source": "npm:glob", + "target": "npm:once", "type": "static" }, { - "source": "npm:anymatch", - "target": "npm:picomatch@2.3.1", + "source": "npm:global-modules", + "target": "npm:global-prefix", "type": "static" }, { - "source": "npm:argparse@1.0.10", - "target": "npm:sprintf-js", + "source": "npm:global-modules", + "target": "npm:is-windows", "type": "static" }, { - "source": "npm:aria-query@5.1.3", - "target": "npm:deep-equal", + "source": "npm:global-modules", + "target": "npm:resolve-dir", "type": "static" }, { - "source": "npm:aria-query", - "target": "npm:dequal", + "source": "npm:global-prefix", + "target": "npm:expand-tilde", "type": "static" }, { - "source": "npm:array-buffer-byte-length", - "target": "npm:call-bind", + "source": "npm:global-prefix", + "target": "npm:homedir-polyfill", "type": "static" }, { - "source": "npm:array-buffer-byte-length", - "target": "npm:is-array-buffer", + "source": "npm:global-prefix", + "target": "npm:ini", "type": "static" }, { - "source": "npm:array-last", - "target": "npm:is-number", + "source": "npm:global-prefix", + "target": "npm:is-windows", "type": "static" }, { - "source": "npm:atomically", - "target": "npm:stubborn-fs", + "source": "npm:global-prefix", + "target": "npm:which@1.3.1", "type": "static" }, { - "source": "npm:atomically", - "target": "npm:when-exit", + "source": "npm:globby", + "target": "npm:array-union", "type": "static" }, { - "source": "npm:available-typed-arrays", - "target": "npm:possible-typed-array-names", + "source": "npm:globby", + "target": "npm:dir-glob", "type": "static" }, { - "source": "npm:axios", - "target": "npm:follow-redirects", + "source": "npm:globby", + "target": "npm:fast-glob", "type": "static" }, { - "source": "npm:axios", - "target": "npm:form-data", + "source": "npm:globby", + "target": "npm:ignore", "type": "static" }, { - "source": "npm:axios", - "target": "npm:proxy-from-env", + "source": "npm:globby", + "target": "npm:merge2", "type": "static" }, { - "source": "npm:axobject-query", - "target": "npm:dequal", + "source": "npm:globby", + "target": "npm:slash", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/compat-data", + "source": "npm:globby@14.0.1", + "target": "npm:@sindresorhus/merge-streams", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/core", + "source": "npm:globby@14.0.1", + "target": "npm:fast-glob", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/helper-define-polyfill-provider", + "source": "npm:globby@14.0.1", + "target": "npm:ignore", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver", + "source": "npm:globby@14.0.1", + "target": "npm:path-type", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:@babel/core", + "source": "npm:globby@14.0.1", + "target": "npm:slash@5.1.0", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:@babel/helper-define-polyfill-provider", + "source": "npm:globby@14.0.1", + "target": "npm:unicorn-magic", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:core-js-compat", + "source": "npm:gopd", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-regenerator", - "target": "npm:@babel/core", + "source": "npm:has-property-descriptors", + "target": "npm:es-define-property", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-regenerator", - "target": "npm:@babel/helper-define-polyfill-provider", + "source": "npm:has-tostringtag", + "target": "npm:has-symbols", "type": "static" }, { - "source": "npm:bl", - "target": "npm:buffer", + "source": "npm:hasown", + "target": "npm:function-bind", "type": "static" }, { - "source": "npm:bl", - "target": "npm:inherits", + "source": "npm:history", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:bl", - "target": "npm:readable-stream", + "source": "npm:hoist-non-react-statics", + "target": "npm:react-is@16.13.1", "type": "static" }, { - "source": "npm:bole", - "target": "npm:fast-safe-stringify", + "source": "npm:homedir-polyfill", + "target": "npm:parse-passwd", "type": "static" }, { - "source": "npm:bole", - "target": "npm:individual", + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", "type": "static" }, { - "source": "npm:brace-expansion@1.1.11", - "target": "npm:balanced-match", + "source": "npm:hosted-git-info", + "target": "npm:lru-cache@10.2.0", "type": "static" }, { - "source": "npm:brace-expansion@1.1.11", - "target": "npm:concat-map", + "source": "npm:html-encoding-sniffer", + "target": "npm:whatwg-encoding", "type": "static" }, { - "source": "npm:brace-expansion", - "target": "npm:balanced-match", + "source": "npm:html-to-text", + "target": "npm:@selderee/plugin-htmlparser2", "type": "static" }, { - "source": "npm:braces", - "target": "npm:fill-range", + "source": "npm:html-to-text", + "target": "npm:deepmerge", "type": "static" }, { - "source": "npm:browserslist", - "target": "npm:caniuse-lite", + "source": "npm:html-to-text", + "target": "npm:he", "type": "static" }, { - "source": "npm:browserslist", - "target": "npm:electron-to-chromium", + "source": "npm:html-to-text", + "target": "npm:htmlparser2", "type": "static" }, { - "source": "npm:browserslist", - "target": "npm:node-releases", + "source": "npm:html-to-text", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:browserslist", - "target": "npm:update-browserslist-db", + "source": "npm:html-to-text", + "target": "npm:selderee", "type": "static" }, { - "source": "npm:buffer", - "target": "npm:base64-js", + "source": "npm:htmlparser2", + "target": "npm:domelementtype", "type": "static" }, { - "source": "npm:buffer", - "target": "npm:ieee754", + "source": "npm:htmlparser2", + "target": "npm:domhandler", "type": "static" }, { - "source": "npm:builtins", - "target": "npm:semver@7.6.0", + "source": "npm:htmlparser2", + "target": "npm:domutils", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:es-define-property", + "source": "npm:htmlparser2", + "target": "npm:entities@2.2.0", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:es-errors", + "source": "npm:http-proxy-agent", + "target": "npm:agent-base", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:function-bind", + "source": "npm:http-proxy-agent", + "target": "npm:debug", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:get-intrinsic", + "source": "npm:https-proxy-agent", + "target": "npm:agent-base", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:set-function-length", + "source": "npm:https-proxy-agent", + "target": "npm:debug", "type": "static" }, { - "source": "npm:chai", - "target": "npm:assertion-error", + "source": "npm:iconv-lite", + "target": "npm:safer-buffer", "type": "static" }, { - "source": "npm:chai", - "target": "npm:check-error", + "source": "npm:inflight", + "target": "npm:once", "type": "static" }, { - "source": "npm:chai", - "target": "npm:deep-eql", + "source": "npm:inflight", + "target": "npm:wrappy", "type": "static" }, { - "source": "npm:chai", - "target": "npm:get-func-name", + "source": "npm:inline-style-prefixer", + "target": "npm:css-in-js-utils", "type": "static" }, { - "source": "npm:chai", - "target": "npm:loupe", + "source": "npm:inline-style-prefixer", + "target": "npm:fast-loops", "type": "static" }, { - "source": "npm:chai", - "target": "npm:pathval", + "source": "npm:internal-slot", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:chai", - "target": "npm:type-detect", + "source": "npm:internal-slot", + "target": "npm:hasown", "type": "static" }, { - "source": "npm:chalk@2.4.2", - "target": "npm:ansi-styles@3.2.1", + "source": "npm:internal-slot", + "target": "npm:side-channel", "type": "static" }, { - "source": "npm:chalk@2.4.2", - "target": "npm:escape-string-regexp", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:chalk@2.4.2", - "target": "npm:supports-color@5.5.0", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:@formatjs/fast-memoize@1.2.8", "type": "static" }, { - "source": "npm:chalk@3.0.0", - "target": "npm:ansi-styles", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:chalk@3.0.0", - "target": "npm:supports-color", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:chalk@4.1.2", - "target": "npm:ansi-styles", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:chalk@4.1.2", - "target": "npm:supports-color", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:check-error", - "target": "npm:get-func-name", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/icu-messageformat-parser", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:anymatch", + "source": "npm:intl-messageformat", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:braces", + "source": "npm:is-absolute", + "target": "npm:is-relative", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:glob-parent", + "source": "npm:is-absolute", + "target": "npm:is-windows", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:is-binary-path", + "source": "npm:is-arguments", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:is-glob", + "source": "npm:is-arguments", + "target": "npm:has-tostringtag", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:normalize-path", + "source": "npm:is-array-buffer", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:readdirp", + "source": "npm:is-array-buffer", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:fsevents", + "source": "npm:is-bigint", + "target": "npm:has-bigints", "type": "static" }, { - "source": "npm:cli-cursor", - "target": "npm:restore-cursor", + "source": "npm:is-binary-path", + "target": "npm:binary-extensions", "type": "static" }, { - "source": "npm:cli-cursor@4.0.0", - "target": "npm:restore-cursor@4.0.0", + "source": "npm:is-boolean-object", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:cli-truncate", - "target": "npm:slice-ansi", + "source": "npm:is-boolean-object", + "target": "npm:has-tostringtag", "type": "static" }, { - "source": "npm:cli-truncate", - "target": "npm:string-width@7.1.0", + "source": "npm:is-builtin-module", + "target": "npm:builtin-modules", "type": "static" }, { - "source": "npm:cliui", - "target": "npm:string-width", + "source": "npm:is-core-module", + "target": "npm:hasown", "type": "static" }, { - "source": "npm:cliui", - "target": "npm:strip-ansi", + "source": "npm:is-date-object", + "target": "npm:has-tostringtag", "type": "static" }, { - "source": "npm:cliui", - "target": "npm:wrap-ansi", + "source": "npm:is-fullwidth-code-point@5.0.0", + "target": "npm:get-east-asian-width", "type": "static" }, { - "source": "npm:code-red", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:is-generator-function", + "target": "npm:has-tostringtag", "type": "static" }, { - "source": "npm:code-red", - "target": "npm:@types/estree", + "source": "npm:is-git-repository", + "target": "npm:execa@0.6.3", "type": "static" }, { - "source": "npm:code-red", - "target": "npm:acorn", + "source": "npm:is-git-repository", + "target": "npm:path-is-absolute", "type": "static" }, { - "source": "npm:code-red", - "target": "npm:estree-walker@3.0.3", + "source": "npm:is-glob", + "target": "npm:is-extglob", "type": "static" }, { - "source": "npm:code-red", - "target": "npm:periscopic", + "source": "npm:is-number-object", + "target": "npm:has-tostringtag", "type": "static" }, { - "source": "npm:color-convert@1.9.3", - "target": "npm:color-name@1.1.3", + "source": "npm:is-reference", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:color-convert", - "target": "npm:color-name", + "source": "npm:is-reference@3.0.2", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:combined-stream", - "target": "npm:delayed-stream", + "source": "npm:is-regex", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:compare-func", - "target": "npm:array-ify", + "source": "npm:is-regex", + "target": "npm:has-tostringtag", "type": "static" }, { - "source": "npm:compare-func", - "target": "npm:dot-prop", + "source": "npm:is-relative", + "target": "npm:is-unc-path", "type": "static" }, { - "source": "npm:compose-function", - "target": "npm:arity-n", + "source": "npm:is-shared-array-buffer", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:conventional-changelog-angular", - "target": "npm:compare-func", + "source": "npm:is-string", + "target": "npm:has-tostringtag", "type": "static" }, { - "source": "npm:conventional-commits-parser", - "target": "npm:JSONStream", + "source": "npm:is-symbol", + "target": "npm:has-symbols", "type": "static" }, { - "source": "npm:conventional-commits-parser", - "target": "npm:is-text-path", + "source": "npm:is-text-path", + "target": "npm:text-extensions", "type": "static" }, { - "source": "npm:conventional-commits-parser", - "target": "npm:meow", + "source": "npm:is-typed-array", + "target": "npm:which-typed-array", "type": "static" }, { - "source": "npm:conventional-commits-parser", - "target": "npm:split2@4.2.0", + "source": "npm:is-unc-path", + "target": "npm:unc-path-regex", "type": "static" }, { - "source": "npm:core-js-compat", - "target": "npm:browserslist", + "source": "npm:is-weakset", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:cross-spawn@5.1.0", - "target": "npm:lru-cache@4.1.5", + "source": "npm:is-weakset", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:cross-spawn@5.1.0", - "target": "npm:shebang-command@1.2.0", + "source": "npm:is-wsl", + "target": "npm:is-docker", "type": "static" }, { - "source": "npm:cross-spawn@5.1.0", - "target": "npm:which@1.3.1", + "source": "npm:jackspeak", + "target": "npm:@isaacs/cliui", "type": "static" }, { - "source": "npm:cross-spawn", - "target": "npm:path-key", + "source": "npm:jackspeak", + "target": "npm:@pkgjs/parseargs", "type": "static" }, { - "source": "npm:cross-spawn", - "target": "npm:shebang-command", + "source": "npm:jest-diff", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:cross-spawn", - "target": "npm:which@2.0.2", + "source": "npm:jest-diff", + "target": "npm:diff-sequences", "type": "static" }, { - "source": "npm:css-tree", - "target": "npm:mdn-data", + "source": "npm:jest-diff", + "target": "npm:jest-get-type", "type": "static" }, { - "source": "npm:css-tree", - "target": "npm:source-map-js", + "source": "npm:jest-diff", + "target": "npm:pretty-format@29.7.0", "type": "static" }, { - "source": "npm:cssstyle", - "target": "npm:rrweb-cssom", + "source": "npm:js-yaml@3.14.1", + "target": "npm:argparse@1.0.10", "type": "static" }, { - "source": "npm:current-git-branch", - "target": "npm:babel-plugin-add-module-exports", + "source": "npm:js-yaml@3.14.1", + "target": "npm:esprima", "type": "static" }, { - "source": "npm:current-git-branch", - "target": "npm:execa@0.6.3", + "source": "npm:js-yaml", + "target": "npm:argparse", "type": "static" }, { - "source": "npm:current-git-branch", - "target": "npm:is-git-repository", + "source": "npm:jsdom", + "target": "npm:cssstyle", "type": "static" }, { - "source": "npm:data-urls", - "target": "npm:whatwg-mimetype", + "source": "npm:jsdom", + "target": "npm:data-urls", "type": "static" }, { - "source": "npm:data-urls", - "target": "npm:whatwg-url", + "source": "npm:jsdom", + "target": "npm:decimal.js", "type": "static" }, { - "source": "npm:debug", - "target": "npm:ms", + "source": "npm:jsdom", + "target": "npm:form-data", "type": "static" }, { - "source": "npm:deep-eql", - "target": "npm:type-detect", + "source": "npm:jsdom", + "target": "npm:html-encoding-sniffer", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:array-buffer-byte-length", + "source": "npm:jsdom", + "target": "npm:http-proxy-agent", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:call-bind", + "source": "npm:jsdom", + "target": "npm:https-proxy-agent", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:es-get-iterator", + "source": "npm:jsdom", + "target": "npm:is-potential-custom-element-name", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:get-intrinsic", + "source": "npm:jsdom", + "target": "npm:nwsapi", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:is-arguments", + "source": "npm:jsdom", + "target": "npm:parse5", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:is-array-buffer", + "source": "npm:jsdom", + "target": "npm:rrweb-cssom", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:is-date-object", + "source": "npm:jsdom", + "target": "npm:saxes", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:is-regex", + "source": "npm:jsdom", + "target": "npm:symbol-tree", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:is-shared-array-buffer", + "source": "npm:jsdom", + "target": "npm:tough-cookie", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:isarray", + "source": "npm:jsdom", + "target": "npm:w3c-xmlserializer", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:object-is", + "source": "npm:jsdom", + "target": "npm:webidl-conversions", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:object-keys", + "source": "npm:jsdom", + "target": "npm:whatwg-encoding", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:object.assign", + "source": "npm:jsdom", + "target": "npm:whatwg-mimetype", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:regexp.prototype.flags", + "source": "npm:jsdom", + "target": "npm:whatwg-url", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:side-channel", + "source": "npm:jsdom", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:jsdom", + "target": "npm:xml-name-validator", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:which-boxed-primitive", + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:which-collection", + "source": "npm:jsonfile", + "target": "npm:universalify", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:which-typed-array", + "source": "npm:jsonfile", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:defaults", - "target": "npm:clone", + "source": "npm:knip", + "target": "npm:@ericcornelissen/bash-parser", "type": "static" }, { - "source": "npm:define-data-property", - "target": "npm:es-define-property", + "source": "npm:knip", + "target": "npm:@nodelib/fs.walk", "type": "static" }, { - "source": "npm:define-data-property", - "target": "npm:es-errors", + "source": "npm:knip", + "target": "npm:@npmcli/map-workspaces", "type": "static" }, { - "source": "npm:define-data-property", - "target": "npm:gopd", + "source": "npm:knip", + "target": "npm:@npmcli/package-json", "type": "static" }, { - "source": "npm:define-properties", - "target": "npm:define-data-property", + "source": "npm:knip", + "target": "npm:@pnpm/logger", "type": "static" }, { - "source": "npm:define-properties", - "target": "npm:has-property-descriptors", + "source": "npm:knip", + "target": "npm:@pnpm/workspace.pkgs-graph", "type": "static" }, { - "source": "npm:define-properties", - "target": "npm:object-keys", + "source": "npm:knip", + "target": "npm:@snyk/github-codeowners", "type": "static" }, { - "source": "npm:dot-prop", - "target": "npm:is-obj", + "source": "npm:knip", + "target": "npm:@types/node", "type": "static" }, { - "source": "npm:duplexer2", - "target": "npm:readable-stream@2.3.8", + "source": "npm:knip", + "target": "npm:@types/picomatch", "type": "static" }, { - "source": "npm:easy-table", - "target": "npm:ansi-regex", + "source": "npm:knip", + "target": "npm:easy-table", "type": "static" }, { - "source": "npm:easy-table", - "target": "npm:wcwidth", + "source": "npm:knip", + "target": "npm:fast-glob", "type": "static" }, { - "source": "npm:encode-registry", - "target": "npm:mem", + "source": "npm:knip", + "target": "npm:jiti", "type": "static" }, { - "source": "npm:end-of-stream", - "target": "npm:once", + "source": "npm:knip", + "target": "npm:js-yaml", "type": "static" }, { - "source": "npm:enquirer", - "target": "npm:ansi-colors", + "source": "npm:knip", + "target": "npm:micromatch", "type": "static" }, { - "source": "npm:error-ex", - "target": "npm:is-arrayish", + "source": "npm:knip", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:es-define-property", - "target": "npm:get-intrinsic", + "source": "npm:knip", + "target": "npm:picocolors", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:call-bind", + "source": "npm:knip", + "target": "npm:picomatch", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:get-intrinsic", + "source": "npm:knip", + "target": "npm:pretty-ms", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:has-symbols", + "source": "npm:knip", + "target": "npm:smol-toml", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:is-arguments", + "source": "npm:knip", + "target": "npm:strip-json-comments", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:is-map", + "source": "npm:knip", + "target": "npm:summary", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:is-set", + "source": "npm:knip", + "target": "npm:typescript", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:is-string", + "source": "npm:knip", + "target": "npm:zod", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:isarray", + "source": "npm:knip", + "target": "npm:zod-validation-error", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:stop-iteration-iterator", + "source": "npm:lib0", + "target": "npm:isomorphic.js", "type": "static" }, { - "source": "npm:esbuild-register", - "target": "npm:debug", + "source": "npm:liftoff", + "target": "npm:extend", "type": "static" }, { - "source": "npm:esbuild-register", - "target": "npm:esbuild", + "source": "npm:liftoff", + "target": "npm:findup-sync", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/aix-ppc64", + "source": "npm:liftoff", + "target": "npm:fined", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/android-arm", + "source": "npm:liftoff", + "target": "npm:flagged-respawn", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/android-arm64", + "source": "npm:liftoff", + "target": "npm:is-plain-object", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/android-x64", + "source": "npm:liftoff", + "target": "npm:object.map", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/darwin-arm64", + "source": "npm:liftoff", + "target": "npm:rechoir", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/darwin-x64", + "source": "npm:liftoff", + "target": "npm:resolve", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/freebsd-arm64", + "source": "npm:lint-staged", + "target": "npm:chalk", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/freebsd-x64", + "source": "npm:lint-staged", + "target": "npm:commander@11.1.0", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-arm", + "source": "npm:lint-staged", + "target": "npm:debug", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-arm64", + "source": "npm:lint-staged", + "target": "npm:execa", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-ia32", + "source": "npm:lint-staged", + "target": "npm:lilconfig", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-loong64", + "source": "npm:lint-staged", + "target": "npm:listr2", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-mips64el", + "source": "npm:lint-staged", + "target": "npm:micromatch", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-ppc64", + "source": "npm:lint-staged", + "target": "npm:pidtree", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-riscv64", + "source": "npm:lint-staged", + "target": "npm:string-argv", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-s390x", + "source": "npm:lint-staged", + "target": "npm:yaml", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-x64", + "source": "npm:listr2", + "target": "npm:cli-truncate", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/netbsd-x64", + "source": "npm:listr2", + "target": "npm:colorette", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/openbsd-x64", + "source": "npm:listr2", + "target": "npm:eventemitter3", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/sunos-x64", + "source": "npm:listr2", + "target": "npm:log-update", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-arm64", + "source": "npm:listr2", + "target": "npm:rfdc", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-ia32", + "source": "npm:listr2", + "target": "npm:wrap-ansi@9.0.0", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-x64", + "source": "npm:load-json-file", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:estree-walker@3.0.3", - "target": "npm:@types/estree", + "source": "npm:load-json-file", + "target": "npm:parse-json", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:cross-spawn@5.1.0", + "source": "npm:load-json-file", + "target": "npm:strip-bom@4.0.0", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:get-stream@3.0.0", + "source": "npm:load-json-file", + "target": "npm:type-fest", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:is-stream@1.1.0", + "source": "npm:local-pkg", + "target": "npm:mlly", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:npm-run-path@2.0.2", + "source": "npm:local-pkg", + "target": "npm:pkg-types", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:p-finally", + "source": "npm:log-symbols", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:signal-exit@3.0.7", + "source": "npm:log-symbols", + "target": "npm:is-unicode-supported", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:strip-eof", + "source": "npm:log-update", + "target": "npm:ansi-escapes", "type": "static" }, { - "source": "npm:execa", - "target": "npm:cross-spawn", + "source": "npm:log-update", + "target": "npm:cli-cursor@4.0.0", "type": "static" }, { - "source": "npm:execa", - "target": "npm:get-stream", + "source": "npm:log-update", + "target": "npm:slice-ansi@7.1.0", "type": "static" }, { - "source": "npm:execa", - "target": "npm:human-signals", + "source": "npm:log-update", + "target": "npm:strip-ansi@7.1.0", "type": "static" }, { - "source": "npm:execa", - "target": "npm:is-stream", + "source": "npm:log-update", + "target": "npm:wrap-ansi@9.0.0", "type": "static" }, { - "source": "npm:execa", - "target": "npm:merge-stream", + "source": "npm:loose-envify", + "target": "npm:js-tokens", "type": "static" }, { - "source": "npm:execa", - "target": "npm:npm-run-path@5.3.0", + "source": "npm:loupe", + "target": "npm:get-func-name", "type": "static" }, { - "source": "npm:execa", - "target": "npm:onetime", + "source": "npm:lru-cache@4.1.5", + "target": "npm:pseudomap", "type": "static" }, { - "source": "npm:execa", - "target": "npm:signal-exit", + "source": "npm:lru-cache@4.1.5", + "target": "npm:yallist@2.1.2", "type": "static" }, { - "source": "npm:execa", - "target": "npm:strip-final-newline", + "source": "npm:lru-cache", + "target": "npm:yallist", "type": "static" }, { - "source": "npm:expand-tilde", - "target": "npm:homedir-polyfill", + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", "type": "static" }, { - "source": "npm:fast-glob", - "target": "npm:@nodelib/fs.stat", + "source": "npm:magic-string@0.16.0", + "target": "npm:vlq", "type": "static" }, { - "source": "npm:fast-glob", - "target": "npm:@nodelib/fs.walk@1.2.8", + "source": "npm:magic-string", + "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, { - "source": "npm:fast-glob", - "target": "npm:glob-parent", + "source": "npm:make-iterator", + "target": "npm:kind-of", "type": "static" }, { - "source": "npm:fast-glob", - "target": "npm:merge2", + "source": "npm:map-age-cleaner", + "target": "npm:p-defer", "type": "static" }, { - "source": "npm:fast-glob", - "target": "npm:micromatch", + "source": "npm:match-sorter", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:fast-ignore", - "target": "npm:grammex", + "source": "npm:match-sorter", + "target": "npm:remove-accents", "type": "static" }, { - "source": "npm:fast-string-width", - "target": "npm:fast-string-truncated-width", + "source": "npm:mdast-util-definitions", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:fastq", - "target": "npm:reusify", + "source": "npm:mdast-util-definitions", + "target": "npm:@types/unist", "type": "static" }, { - "source": "npm:figures", - "target": "npm:escape-string-regexp", + "source": "npm:mdast-util-definitions", + "target": "npm:unist-util-visit", "type": "static" }, { - "source": "npm:fill-range", - "target": "npm:to-regex-range", + "source": "npm:mdast-util-from-markdown", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:find-up-json", - "target": "npm:find-up-path", + "source": "npm:mdast-util-from-markdown", + "target": "npm:@types/unist", "type": "static" }, { - "source": "npm:findup-sync", - "target": "npm:detect-file", + "source": "npm:mdast-util-from-markdown", + "target": "npm:decode-named-character-reference", "type": "static" }, { - "source": "npm:findup-sync", - "target": "npm:is-glob", + "source": "npm:mdast-util-from-markdown", + "target": "npm:mdast-util-to-string", "type": "static" }, { - "source": "npm:findup-sync", - "target": "npm:micromatch", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark", "type": "static" }, { - "source": "npm:findup-sync", - "target": "npm:resolve-dir", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" }, { - "source": "npm:fined", - "target": "npm:expand-tilde", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-decode-string", "type": "static" }, { - "source": "npm:fined", - "target": "npm:is-plain-object", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-normalize-identifier", "type": "static" }, { - "source": "npm:fined", - "target": "npm:object.defaults", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:fined", - "target": "npm:object.pick", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:fined", - "target": "npm:parse-filepath", + "source": "npm:mdast-util-from-markdown", + "target": "npm:unist-util-stringify-position", "type": "static" }, { - "source": "npm:for-each", - "target": "npm:is-callable", + "source": "npm:mdast-util-from-markdown", + "target": "npm:uvu", "type": "static" }, { - "source": "npm:for-own", - "target": "npm:for-in", + "source": "npm:mdast-util-to-hast", + "target": "npm:@types/hast", "type": "static" }, { - "source": "npm:foreground-child", - "target": "npm:cross-spawn", + "source": "npm:mdast-util-to-hast", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:foreground-child", - "target": "npm:signal-exit", + "source": "npm:mdast-util-to-hast", + "target": "npm:mdast-util-definitions", "type": "static" }, { - "source": "npm:form-data", - "target": "npm:asynckit", + "source": "npm:mdast-util-to-hast", + "target": "npm:micromark-util-sanitize-uri", "type": "static" }, { - "source": "npm:form-data", - "target": "npm:combined-stream", + "source": "npm:mdast-util-to-hast", + "target": "npm:trim-lines", "type": "static" }, { - "source": "npm:form-data", - "target": "npm:mime-types", + "source": "npm:mdast-util-to-hast", + "target": "npm:unist-util-generated", "type": "static" }, { - "source": "npm:fs-extra@10.1.0", - "target": "npm:graceful-fs", + "source": "npm:mdast-util-to-hast", + "target": "npm:unist-util-position", "type": "static" }, { - "source": "npm:fs-extra@10.1.0", - "target": "npm:jsonfile", + "source": "npm:mdast-util-to-hast", + "target": "npm:unist-util-visit", "type": "static" }, { - "source": "npm:fs-extra@10.1.0", - "target": "npm:universalify", + "source": "npm:mdast-util-to-string", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:fs-extra", - "target": "npm:graceful-fs", + "source": "npm:mem@6.1.1", + "target": "npm:map-age-cleaner", "type": "static" }, { - "source": "npm:fs-extra", - "target": "npm:jsonfile", + "source": "npm:mem@6.1.1", + "target": "npm:mimic-fn@3.1.0", "type": "static" }, { - "source": "npm:fs-extra", - "target": "npm:universalify", + "source": "npm:mem", + "target": "npm:map-age-cleaner", "type": "static" }, { - "source": "npm:fs-extra@7.0.1", - "target": "npm:graceful-fs", + "source": "npm:mem", + "target": "npm:mimic-fn@3.1.0", "type": "static" }, { - "source": "npm:fs-extra@7.0.1", - "target": "npm:jsonfile@4.0.0", + "source": "npm:micromark-core-commonmark", + "target": "npm:decode-named-character-reference", "type": "static" }, { - "source": "npm:fs-extra@7.0.1", - "target": "npm:universalify@0.1.2", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-destination", "type": "static" }, { - "source": "npm:get-current-package", - "target": "npm:find-up-json", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-label", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:es-errors", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-space", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:function-bind", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-title", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:has-proto", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-whitespace", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:has-symbols", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:hasown", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-chunked", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:argv-formatter", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-classify-character", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:spawn-error-forwarder", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-html-tag-name", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:split2", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-normalize-identifier", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:stream-combiner2", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-resolve-all", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:through2", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-subtokenize", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:traverse", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:glob-parent", - "target": "npm:is-glob", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:foreground-child", + "source": "npm:micromark-core-commonmark", + "target": "npm:uvu", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:jackspeak", + "source": "npm:micromark-factory-destination", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:minimatch", + "source": "npm:micromark-factory-destination", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:minipass", + "source": "npm:micromark-factory-destination", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:path-scurry", + "source": "npm:micromark-factory-label", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:fs.realpath", + "source": "npm:micromark-factory-label", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:inflight", + "source": "npm:micromark-factory-label", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:inherits", + "source": "npm:micromark-factory-label", + "target": "npm:uvu", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:minimatch@3.1.2", + "source": "npm:micromark-factory-space", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:once", + "source": "npm:micromark-factory-space", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:path-is-absolute", + "source": "npm:micromark-factory-title", + "target": "npm:micromark-factory-space", "type": "static" }, { - "source": "npm:glob", - "target": "npm:fs.realpath", + "source": "npm:micromark-factory-title", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:glob", - "target": "npm:inflight", + "source": "npm:micromark-factory-title", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:glob", - "target": "npm:inherits", + "source": "npm:micromark-factory-title", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:glob", - "target": "npm:minimatch@5.1.6", + "source": "npm:micromark-factory-whitespace", + "target": "npm:micromark-factory-space", "type": "static" }, { - "source": "npm:glob", - "target": "npm:once", + "source": "npm:micromark-factory-whitespace", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:global-modules", - "target": "npm:global-prefix", + "source": "npm:micromark-factory-whitespace", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:global-modules", - "target": "npm:is-windows", + "source": "npm:micromark-factory-whitespace", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:global-modules", - "target": "npm:resolve-dir", + "source": "npm:micromark-util-character", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:global-prefix", - "target": "npm:expand-tilde", + "source": "npm:micromark-util-character", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:global-prefix", - "target": "npm:homedir-polyfill", + "source": "npm:micromark-util-chunked", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:global-prefix", - "target": "npm:ini", + "source": "npm:micromark-util-classify-character", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:global-prefix", - "target": "npm:is-windows", + "source": "npm:micromark-util-classify-character", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:global-prefix", - "target": "npm:which@1.3.1", + "source": "npm:micromark-util-classify-character", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:globby", - "target": "npm:@sindresorhus/merge-streams", + "source": "npm:micromark-util-combine-extensions", + "target": "npm:micromark-util-chunked", "type": "static" }, { - "source": "npm:globby", - "target": "npm:fast-glob", + "source": "npm:micromark-util-combine-extensions", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:globby", - "target": "npm:ignore", + "source": "npm:micromark-util-decode-numeric-character-reference", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:globby", - "target": "npm:path-type", + "source": "npm:micromark-util-decode-string", + "target": "npm:decode-named-character-reference", "type": "static" }, { - "source": "npm:globby", - "target": "npm:slash", + "source": "npm:micromark-util-decode-string", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:globby", - "target": "npm:unicorn-magic", + "source": "npm:micromark-util-decode-string", + "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" }, { - "source": "npm:gopd", - "target": "npm:get-intrinsic", + "source": "npm:micromark-util-decode-string", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:has-property-descriptors", - "target": "npm:es-define-property", + "source": "npm:micromark-util-normalize-identifier", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:has-tostringtag", - "target": "npm:has-symbols", + "source": "npm:micromark-util-resolve-all", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:hasown", - "target": "npm:function-bind", + "source": "npm:micromark-util-sanitize-uri", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:homedir-polyfill", - "target": "npm:parse-passwd", + "source": "npm:micromark-util-sanitize-uri", + "target": "npm:micromark-util-encode", "type": "static" }, { - "source": "npm:hosted-git-info@4.1.0", - "target": "npm:lru-cache@6.0.0", + "source": "npm:micromark-util-sanitize-uri", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:hosted-git-info", - "target": "npm:lru-cache@10.2.0", + "source": "npm:micromark-util-subtokenize", + "target": "npm:micromark-util-chunked", "type": "static" }, { - "source": "npm:html-encoding-sniffer", - "target": "npm:whatwg-encoding", + "source": "npm:micromark-util-subtokenize", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:http-proxy-agent", - "target": "npm:agent-base", + "source": "npm:micromark-util-subtokenize", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:http-proxy-agent", - "target": "npm:debug", + "source": "npm:micromark-util-subtokenize", + "target": "npm:uvu", "type": "static" }, { - "source": "npm:https-proxy-agent", - "target": "npm:agent-base", + "source": "npm:micromark", + "target": "npm:@types/debug", "type": "static" }, { - "source": "npm:https-proxy-agent", + "source": "npm:micromark", "target": "npm:debug", "type": "static" }, { - "source": "npm:iconv-lite", - "target": "npm:safer-buffer", + "source": "npm:micromark", + "target": "npm:decode-named-character-reference", "type": "static" }, { - "source": "npm:inflight", - "target": "npm:once", + "source": "npm:micromark", + "target": "npm:micromark-core-commonmark", "type": "static" }, { - "source": "npm:inflight", - "target": "npm:wrappy", + "source": "npm:micromark", + "target": "npm:micromark-factory-space", "type": "static" }, { - "source": "npm:internal-slot", - "target": "npm:es-errors", + "source": "npm:micromark", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:internal-slot", - "target": "npm:hasown", + "source": "npm:micromark", + "target": "npm:micromark-util-chunked", "type": "static" }, { - "source": "npm:internal-slot", - "target": "npm:side-channel", + "source": "npm:micromark", + "target": "npm:micromark-util-combine-extensions", "type": "static" }, { - "source": "npm:is-absolute", - "target": "npm:is-relative", + "source": "npm:micromark", + "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" }, { - "source": "npm:is-absolute", - "target": "npm:is-windows", + "source": "npm:micromark", + "target": "npm:micromark-util-encode", "type": "static" }, { - "source": "npm:is-arguments", - "target": "npm:call-bind", + "source": "npm:micromark", + "target": "npm:micromark-util-normalize-identifier", "type": "static" }, { - "source": "npm:is-arguments", - "target": "npm:has-tostringtag", + "source": "npm:micromark", + "target": "npm:micromark-util-resolve-all", "type": "static" }, { - "source": "npm:is-array-buffer", - "target": "npm:call-bind", + "source": "npm:micromark", + "target": "npm:micromark-util-sanitize-uri", "type": "static" }, { - "source": "npm:is-array-buffer", - "target": "npm:get-intrinsic", + "source": "npm:micromark", + "target": "npm:micromark-util-subtokenize", "type": "static" }, { - "source": "npm:is-bigint", - "target": "npm:has-bigints", + "source": "npm:micromark", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:is-binary-path", - "target": "npm:binary-extensions", + "source": "npm:micromark", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:is-boolean-object", - "target": "npm:call-bind", + "source": "npm:micromark", + "target": "npm:uvu", + "type": "static" + }, + { + "source": "npm:micromatch", + "target": "npm:braces", "type": "static" }, { - "source": "npm:is-boolean-object", - "target": "npm:has-tostringtag", + "source": "npm:micromatch", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:is-builtin-module", - "target": "npm:builtin-modules", + "source": "npm:mime-types", + "target": "npm:mime-db", "type": "static" }, { - "source": "npm:is-core-module", - "target": "npm:hasown", + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", "type": "static" }, { - "source": "npm:is-date-object", - "target": "npm:has-tostringtag", + "source": "npm:minimatch@5.1.6", + "target": "npm:brace-expansion", "type": "static" }, { - "source": "npm:is-fullwidth-code-point@5.0.0", - "target": "npm:get-east-asian-width", + "source": "npm:minimatch", + "target": "npm:brace-expansion", "type": "static" }, { - "source": "npm:is-git-repository", - "target": "npm:execa@0.6.3", + "source": "npm:mlly", + "target": "npm:acorn", "type": "static" }, { - "source": "npm:is-git-repository", - "target": "npm:path-is-absolute", + "source": "npm:mlly", + "target": "npm:pathe", "type": "static" }, { - "source": "npm:is-glob", - "target": "npm:is-extglob", + "source": "npm:mlly", + "target": "npm:pkg-types", "type": "static" }, { - "source": "npm:is-number-object", - "target": "npm:has-tostringtag", + "source": "npm:mlly", + "target": "npm:ufo", "type": "static" }, { - "source": "npm:is-reference", - "target": "npm:@types/estree", + "source": "npm:mz", + "target": "npm:any-promise", "type": "static" }, { - "source": "npm:is-reference@3.0.2", - "target": "npm:@types/estree", + "source": "npm:mz", + "target": "npm:object-assign", "type": "static" }, { - "source": "npm:is-regex", - "target": "npm:call-bind", + "source": "npm:mz", + "target": "npm:thenify-all", "type": "static" }, { - "source": "npm:is-regex", - "target": "npm:has-tostringtag", + "source": "npm:nano-css", + "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, { - "source": "npm:is-relative", - "target": "npm:is-unc-path", + "source": "npm:nano-css", + "target": "npm:css-tree", "type": "static" }, { - "source": "npm:is-shared-array-buffer", - "target": "npm:call-bind", + "source": "npm:nano-css", + "target": "npm:csstype", "type": "static" }, { - "source": "npm:is-string", - "target": "npm:has-tostringtag", + "source": "npm:nano-css", + "target": "npm:fastest-stable-stringify", "type": "static" }, { - "source": "npm:is-symbol", - "target": "npm:has-symbols", + "source": "npm:nano-css", + "target": "npm:inline-style-prefixer", "type": "static" }, { - "source": "npm:is-text-path", - "target": "npm:text-extensions", + "source": "npm:nano-css", + "target": "npm:react", "type": "static" }, { - "source": "npm:is-unc-path", - "target": "npm:unc-path-regex", + "source": "npm:nano-css", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:is-weakset", - "target": "npm:call-bind", + "source": "npm:nano-css", + "target": "npm:rtl-css-js", "type": "static" }, { - "source": "npm:is-weakset", - "target": "npm:get-intrinsic", + "source": "npm:nano-css", + "target": "npm:stacktrace-js", "type": "static" }, { - "source": "npm:is-wsl", - "target": "npm:is-docker", + "source": "npm:nano-css", + "target": "npm:stylis", "type": "static" }, { - "source": "npm:jackspeak", - "target": "npm:@isaacs/cliui", + "source": "npm:nano-time", + "target": "npm:big-integer", "type": "static" }, { - "source": "npm:jackspeak", - "target": "npm:@pkgjs/parseargs", + "source": "npm:nanospinner", + "target": "npm:picocolors", "type": "static" }, { - "source": "npm:jest-diff", - "target": "npm:chalk@4.1.2", + "source": "npm:ndjson", + "target": "npm:json-stringify-safe", "type": "static" }, { - "source": "npm:jest-diff", - "target": "npm:diff-sequences", + "source": "npm:ndjson", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:jest-diff", - "target": "npm:jest-get-type", + "source": "npm:ndjson", + "target": "npm:readable-stream", "type": "static" }, { - "source": "npm:jest-diff", - "target": "npm:pretty-format@29.7.0", + "source": "npm:ndjson", + "target": "npm:split2@3.2.2", "type": "static" }, { - "source": "npm:js-yaml@3.14.1", - "target": "npm:argparse@1.0.10", + "source": "npm:ndjson", + "target": "npm:through2@4.0.2", "type": "static" }, { - "source": "npm:js-yaml@3.14.1", - "target": "npm:esprima", + "source": "npm:nearley", + "target": "npm:commander@2.20.3", "type": "static" }, { - "source": "npm:js-yaml", - "target": "npm:argparse", + "source": "npm:nearley", + "target": "npm:moo", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:cssstyle", + "source": "npm:nearley", + "target": "npm:railroad-diagrams", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:data-urls", + "source": "npm:nearley", + "target": "npm:randexp", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:decimal.js", + "source": "npm:node-fetch", + "target": "npm:whatwg-url@5.0.0", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:form-data", + "source": "npm:node-fetch@3.0.0-beta.9", + "target": "npm:data-uri-to-buffer", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:html-encoding-sniffer", + "source": "npm:node-fetch@3.0.0-beta.9", + "target": "npm:fetch-blob", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:http-proxy-agent", + "source": "npm:normalize-package-data", + "target": "npm:hosted-git-info", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:https-proxy-agent", + "source": "npm:normalize-package-data", + "target": "npm:is-core-module", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:is-potential-custom-element-name", + "source": "npm:normalize-package-data", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:nwsapi", + "source": "npm:normalize-package-data", + "target": "npm:validate-npm-package-license", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:parse5", + "source": "npm:npm-install-checks", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:rrweb-cssom", + "source": "npm:npm-package-arg", + "target": "npm:hosted-git-info", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:saxes", + "source": "npm:npm-package-arg", + "target": "npm:proc-log", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:symbol-tree", + "source": "npm:npm-package-arg", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:tough-cookie", + "source": "npm:npm-package-arg", + "target": "npm:validate-npm-package-name@5.0.0", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:w3c-xmlserializer", + "source": "npm:npm-pick-manifest", + "target": "npm:npm-install-checks", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:webidl-conversions", + "source": "npm:npm-pick-manifest", + "target": "npm:npm-normalize-package-bin", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:whatwg-encoding", + "source": "npm:npm-pick-manifest", + "target": "npm:npm-package-arg", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:whatwg-mimetype", + "source": "npm:npm-pick-manifest", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:whatwg-url", + "source": "npm:npm-run-path@2.0.2", + "target": "npm:path-key@2.0.1", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:ws", + "source": "npm:npm-run-path", + "target": "npm:path-key", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:xml-name-validator", + "source": "npm:npm-run-path@5.3.0", + "target": "npm:path-key@4.0.0", "type": "static" }, { - "source": "npm:jsonfile@4.0.0", - "target": "npm:graceful-fs", + "source": "npm:nx", + "target": "npm:@nrwl/tao", "type": "static" }, { - "source": "npm:jsonfile", - "target": "npm:universalify", + "source": "npm:nx", + "target": "npm:@yarnpkg/lockfile", "type": "static" }, { - "source": "npm:jsonfile", - "target": "npm:graceful-fs", + "source": "npm:nx", + "target": "npm:@yarnpkg/parsers", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@ericcornelissen/bash-parser", + "source": "npm:nx", + "target": "npm:@zkochan/js-yaml", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@nodelib/fs.walk", + "source": "npm:nx", + "target": "npm:axios", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@npmcli/map-workspaces", + "source": "npm:nx", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@npmcli/package-json", + "source": "npm:nx", + "target": "npm:cli-cursor", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@pnpm/logger", + "source": "npm:nx", + "target": "npm:cli-spinners", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@pnpm/workspace.pkgs-graph", + "source": "npm:nx", + "target": "npm:cliui", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@snyk/github-codeowners", + "source": "npm:nx", + "target": "npm:dotenv", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@types/node", + "source": "npm:nx", + "target": "npm:dotenv-expand", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@types/picomatch", + "source": "npm:nx", + "target": "npm:enquirer", "type": "static" }, { - "source": "npm:knip", - "target": "npm:easy-table", + "source": "npm:nx", + "target": "npm:figures", "type": "static" }, { - "source": "npm:knip", - "target": "npm:fast-glob", + "source": "npm:nx", + "target": "npm:flat", "type": "static" }, { - "source": "npm:knip", - "target": "npm:jiti", + "source": "npm:nx", + "target": "npm:fs-extra@11.2.0", "type": "static" }, { - "source": "npm:knip", - "target": "npm:js-yaml", + "source": "npm:nx", + "target": "npm:ignore", "type": "static" }, { - "source": "npm:knip", - "target": "npm:micromatch", + "source": "npm:nx", + "target": "npm:jest-diff", "type": "static" }, { - "source": "npm:knip", - "target": "npm:minimist", + "source": "npm:nx", + "target": "npm:js-yaml", "type": "static" }, { - "source": "npm:knip", - "target": "npm:picocolors", + "source": "npm:nx", + "target": "npm:jsonc-parser", "type": "static" }, { - "source": "npm:knip", - "target": "npm:picomatch", + "source": "npm:nx", + "target": "npm:lines-and-columns", "type": "static" }, { - "source": "npm:knip", - "target": "npm:pretty-ms", + "source": "npm:nx", + "target": "npm:minimatch", "type": "static" }, { - "source": "npm:knip", - "target": "npm:smol-toml", + "source": "npm:nx", + "target": "npm:node-machine-id", "type": "static" }, { - "source": "npm:knip", - "target": "npm:strip-json-comments", + "source": "npm:nx", + "target": "npm:npm-run-path", "type": "static" }, { - "source": "npm:knip", - "target": "npm:summary", + "source": "npm:nx", + "target": "npm:open", "type": "static" }, { - "source": "npm:knip", - "target": "npm:typescript", + "source": "npm:nx", + "target": "npm:ora", "type": "static" }, { - "source": "npm:knip", - "target": "npm:zod", + "source": "npm:nx", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:knip", - "target": "npm:zod-validation-error", + "source": "npm:nx", + "target": "npm:string-width", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:extend", + "source": "npm:nx", + "target": "npm:strong-log-transformer", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:findup-sync", + "source": "npm:nx", + "target": "npm:tar-stream", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:fined", + "source": "npm:nx", + "target": "npm:tmp", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:flagged-respawn", + "source": "npm:nx", + "target": "npm:tsconfig-paths", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:is-plain-object", + "source": "npm:nx", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:object.map", + "source": "npm:nx", + "target": "npm:yargs", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:rechoir", + "source": "npm:nx", + "target": "npm:yargs-parser", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:resolve", + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-arm64", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:chalk", + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-x64", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:commander@11.1.0", + "source": "npm:nx", + "target": "npm:@nx/nx-freebsd-x64", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:debug", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm-gnueabihf", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:execa", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-gnu", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:lilconfig", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-musl", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:listr2", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-gnu", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:micromatch", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-musl", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:pidtree", + "source": "npm:nx", + "target": "npm:@nx/nx-win32-arm64-msvc", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:string-argv", + "source": "npm:nx", + "target": "npm:@nx/nx-win32-x64-msvc", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:yaml", + "source": "npm:object-is", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:cli-truncate", + "source": "npm:object-is", + "target": "npm:define-properties", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:colorette", + "source": "npm:object.assign", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:eventemitter3", + "source": "npm:object.assign", + "target": "npm:define-properties", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:log-update", + "source": "npm:object.assign", + "target": "npm:has-symbols", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:rfdc", + "source": "npm:object.assign", + "target": "npm:object-keys", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:wrap-ansi@9.0.0", + "source": "npm:object.defaults", + "target": "npm:array-each", "type": "static" }, { - "source": "npm:load-json-file", - "target": "npm:graceful-fs", + "source": "npm:object.defaults", + "target": "npm:array-slice", "type": "static" }, { - "source": "npm:load-json-file", - "target": "npm:parse-json", + "source": "npm:object.defaults", + "target": "npm:for-own", "type": "static" }, { - "source": "npm:load-json-file", - "target": "npm:strip-bom@4.0.0", + "source": "npm:object.defaults", + "target": "npm:isobject", "type": "static" }, { - "source": "npm:load-json-file", - "target": "npm:type-fest", + "source": "npm:object.map", + "target": "npm:for-own", "type": "static" }, { - "source": "npm:local-pkg", - "target": "npm:mlly", + "source": "npm:object.map", + "target": "npm:make-iterator", "type": "static" }, { - "source": "npm:local-pkg", - "target": "npm:pkg-types", + "source": "npm:object.pick", + "target": "npm:isobject", "type": "static" }, { - "source": "npm:log-symbols", - "target": "npm:chalk@4.1.2", + "source": "npm:once", + "target": "npm:wrappy", "type": "static" }, { - "source": "npm:log-symbols", - "target": "npm:is-unicode-supported", + "source": "npm:onetime", + "target": "npm:mimic-fn@2.1.0", "type": "static" }, { - "source": "npm:log-update", - "target": "npm:ansi-escapes", + "source": "npm:onetime@6.0.0", + "target": "npm:mimic-fn", "type": "static" }, { - "source": "npm:log-update", - "target": "npm:cli-cursor@4.0.0", + "source": "npm:open", + "target": "npm:define-lazy-prop", "type": "static" }, { - "source": "npm:log-update", - "target": "npm:slice-ansi@7.1.0", + "source": "npm:open", + "target": "npm:is-docker", "type": "static" }, { - "source": "npm:log-update", - "target": "npm:strip-ansi@7.1.0", + "source": "npm:open", + "target": "npm:is-wsl", "type": "static" }, { - "source": "npm:log-update", - "target": "npm:wrap-ansi@9.0.0", + "source": "npm:ora", + "target": "npm:bl", "type": "static" }, { - "source": "npm:loose-envify", - "target": "npm:js-tokens@4.0.0", + "source": "npm:ora", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:loupe", - "target": "npm:get-func-name", + "source": "npm:ora", + "target": "npm:cli-cursor", "type": "static" }, { - "source": "npm:lru-cache@4.1.5", - "target": "npm:pseudomap", + "source": "npm:ora", + "target": "npm:cli-spinners", "type": "static" }, { - "source": "npm:lru-cache@4.1.5", - "target": "npm:yallist@2.1.2", + "source": "npm:ora", + "target": "npm:is-interactive", "type": "static" }, { - "source": "npm:lru-cache", - "target": "npm:yallist", + "source": "npm:ora", + "target": "npm:log-symbols", "type": "static" }, { - "source": "npm:lru-cache@6.0.0", - "target": "npm:yallist@4.0.0", + "source": "npm:ora", + "target": "npm:strip-ansi", "type": "static" }, { - "source": "npm:magic-string@0.16.0", - "target": "npm:vlq", + "source": "npm:ora", + "target": "npm:wcwidth", "type": "static" }, { - "source": "npm:magic-string", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:p-limit@3.1.0", + "target": "npm:yocto-queue", "type": "static" }, { - "source": "npm:make-iterator", - "target": "npm:kind-of", + "source": "npm:p-limit", + "target": "npm:yocto-queue@1.0.0", "type": "static" }, { - "source": "npm:map-age-cleaner", - "target": "npm:p-defer", + "source": "npm:p-map", + "target": "npm:aggregate-error", "type": "static" }, { - "source": "npm:mem@6.1.1", - "target": "npm:map-age-cleaner", + "source": "npm:p-memoize", + "target": "npm:mem@6.1.1", "type": "static" }, { - "source": "npm:mem@6.1.1", + "source": "npm:p-memoize", "target": "npm:mimic-fn@3.1.0", "type": "static" }, { - "source": "npm:mem", - "target": "npm:map-age-cleaner", + "source": "npm:p-retry", + "target": "npm:retry", "type": "static" }, { - "source": "npm:mem", - "target": "npm:mimic-fn@3.1.0", + "source": "npm:parse-filepath", + "target": "npm:is-absolute", "type": "static" }, { - "source": "npm:micromatch", - "target": "npm:braces", + "source": "npm:parse-filepath", + "target": "npm:map-cache", "type": "static" }, { - "source": "npm:micromatch", - "target": "npm:picomatch@2.3.1", + "source": "npm:parse-filepath", + "target": "npm:path-root", "type": "static" }, { - "source": "npm:mime-types", - "target": "npm:mime-db", + "source": "npm:parse-json", + "target": "npm:@babel/code-frame", "type": "static" }, { - "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion@1.1.11", + "source": "npm:parse-json", + "target": "npm:error-ex", "type": "static" }, { - "source": "npm:minimatch@5.1.6", - "target": "npm:brace-expansion", + "source": "npm:parse-json", + "target": "npm:json-parse-even-better-errors@2.3.1", "type": "static" }, { - "source": "npm:minimatch", - "target": "npm:brace-expansion", + "source": "npm:parse-json", + "target": "npm:lines-and-columns@1.2.4", "type": "static" }, { - "source": "npm:mlly", - "target": "npm:acorn", + "source": "npm:parse-npm-tarball-url", + "target": "npm:semver", "type": "static" }, { - "source": "npm:mlly", - "target": "npm:pathe", + "source": "npm:parse5", + "target": "npm:entities", "type": "static" }, { - "source": "npm:mlly", - "target": "npm:pkg-types", + "source": "npm:parseley", + "target": "npm:moo", "type": "static" }, { - "source": "npm:mlly", - "target": "npm:ufo", + "source": "npm:parseley", + "target": "npm:nearley", "type": "static" }, { - "source": "npm:nanospinner", - "target": "npm:picocolors", + "source": "npm:path-root", + "target": "npm:path-root-regex", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:json-stringify-safe", + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.2.0", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:minimist", + "source": "npm:path-scurry", + "target": "npm:minipass", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:readable-stream", + "source": "npm:path-temp", + "target": "npm:unique-string", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:split2@3.2.2", + "source": "npm:pathfinding", + "target": "npm:heap", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:through2@4.0.2", + "source": "npm:periscopic", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:node-fetch", - "target": "npm:data-uri-to-buffer", + "source": "npm:periscopic", + "target": "npm:estree-walker@3.0.3", "type": "static" }, { - "source": "npm:node-fetch", - "target": "npm:fetch-blob", + "source": "npm:periscopic", + "target": "npm:is-reference@3.0.2", "type": "static" }, { - "source": "npm:normalize-package-data", - "target": "npm:hosted-git-info", + "source": "npm:pioppo", + "target": "npm:dettle", "type": "static" }, { - "source": "npm:normalize-package-data", - "target": "npm:is-core-module", + "source": "npm:pioppo", + "target": "npm:when-exit", "type": "static" }, { - "source": "npm:normalize-package-data", - "target": "npm:semver@7.6.0", + "source": "npm:pkg-types", + "target": "npm:jsonc-parser@3.2.1", "type": "static" }, { - "source": "npm:normalize-package-data", - "target": "npm:validate-npm-package-license", + "source": "npm:pkg-types", + "target": "npm:mlly", "type": "static" }, { - "source": "npm:npm-install-checks", - "target": "npm:semver@7.6.0", + "source": "npm:pkg-types", + "target": "npm:pathe", "type": "static" }, { - "source": "npm:npm-package-arg", - "target": "npm:hosted-git-info", + "source": "npm:postcss-load-config", + "target": "npm:lilconfig@3.1.1", "type": "static" }, { - "source": "npm:npm-package-arg", - "target": "npm:proc-log", + "source": "npm:postcss-load-config", + "target": "npm:yaml", "type": "static" }, { - "source": "npm:npm-package-arg", - "target": "npm:semver@7.6.0", + "source": "npm:postcss", + "target": "npm:nanoid@3.3.7", "type": "static" }, { - "source": "npm:npm-package-arg", - "target": "npm:validate-npm-package-name@5.0.0", + "source": "npm:postcss", + "target": "npm:picocolors", "type": "static" }, { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-install-checks", + "source": "npm:postcss", + "target": "npm:source-map-js", "type": "static" }, { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-normalize-package-bin", + "source": "npm:prettier-plugin-svelte", + "target": "npm:prettier", "type": "static" }, { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-package-arg", + "source": "npm:prettier-plugin-svelte", + "target": "npm:svelte", "type": "static" }, { - "source": "npm:npm-pick-manifest", - "target": "npm:semver@7.6.0", + "source": "npm:prettier", + "target": "npm:@prettier/cli", "type": "static" }, { - "source": "npm:npm-run-path@2.0.2", - "target": "npm:path-key@2.0.1", + "source": "npm:pretty-format", + "target": "npm:ansi-regex", "type": "static" }, { - "source": "npm:npm-run-path", - "target": "npm:path-key", + "source": "npm:pretty-format", + "target": "npm:ansi-styles@5.2.0", "type": "static" }, { - "source": "npm:npm-run-path@5.3.0", - "target": "npm:path-key@4.0.0", + "source": "npm:pretty-format", + "target": "npm:react-is@17.0.2", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nrwl/tao", + "source": "npm:pretty-format@29.7.0", + "target": "npm:@jest/schemas", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@yarnpkg/lockfile", + "source": "npm:pretty-format@29.7.0", + "target": "npm:ansi-styles@5.2.0", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@yarnpkg/parsers", + "source": "npm:pretty-format@29.7.0", + "target": "npm:react-is", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@zkochan/js-yaml", + "source": "npm:pretty-ms", + "target": "npm:parse-ms", "type": "static" }, { - "source": "npm:nx", - "target": "npm:axios", + "source": "npm:prism-react-renderer", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:chalk@4.1.2", + "source": "npm:promise-retry", + "target": "npm:err-code", "type": "static" }, { - "source": "npm:nx", - "target": "npm:cli-cursor", + "source": "npm:promise-retry", + "target": "npm:retry", "type": "static" }, { - "source": "npm:nx", - "target": "npm:cli-spinners", + "source": "npm:prop-types", + "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:nx", - "target": "npm:cliui", + "source": "npm:prop-types", + "target": "npm:object-assign", "type": "static" }, { - "source": "npm:nx", - "target": "npm:dotenv", + "source": "npm:prop-types", + "target": "npm:react-is@16.13.1", "type": "static" }, { - "source": "npm:nx", - "target": "npm:dotenv-expand", + "source": "npm:randexp", + "target": "npm:discontinuous-range", "type": "static" }, { - "source": "npm:nx", - "target": "npm:enquirer", + "source": "npm:randexp", + "target": "npm:ret", "type": "static" }, { - "source": "npm:nx", - "target": "npm:figures", + "source": "npm:randombytes", + "target": "npm:safe-buffer", "type": "static" }, { - "source": "npm:nx", - "target": "npm:flat", + "source": "npm:react-dnd-accessible-backend", + "target": "npm:immutability-helper", "type": "static" }, { - "source": "npm:nx", - "target": "npm:fs-extra", + "source": "npm:react-dnd-accessible-backend", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:ignore", + "source": "npm:react-dnd-accessible-backend", + "target": "npm:react-dnd", "type": "static" }, { - "source": "npm:nx", - "target": "npm:jest-diff", + "source": "npm:react-dnd-html5-backend", + "target": "npm:dnd-core", "type": "static" }, { - "source": "npm:nx", - "target": "npm:js-yaml", + "source": "npm:react-dnd-multi-backend", + "target": "npm:dnd-multi-backend", "type": "static" }, { - "source": "npm:nx", - "target": "npm:jsonc-parser", + "source": "npm:react-dnd-multi-backend", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:lines-and-columns", + "source": "npm:react-dnd-multi-backend", + "target": "npm:react-dnd-preview", "type": "static" }, { - "source": "npm:nx", - "target": "npm:minimatch", + "source": "npm:react-dnd-multi-backend", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:nx", - "target": "npm:node-machine-id", + "source": "npm:react-dnd-preview", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:npm-run-path", + "source": "npm:react-dnd-preview", + "target": "npm:react-dnd", "type": "static" }, { - "source": "npm:nx", - "target": "npm:open", + "source": "npm:react-dnd", + "target": "npm:@react-dnd/invariant", "type": "static" }, { - "source": "npm:nx", - "target": "npm:ora", + "source": "npm:react-dnd", + "target": "npm:@react-dnd/shallowequal", "type": "static" }, { - "source": "npm:nx", - "target": "npm:semver@7.6.0", + "source": "npm:react-dnd", + "target": "npm:@types/node", "type": "static" }, { - "source": "npm:nx", - "target": "npm:string-width", + "source": "npm:react-dnd", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:strong-log-transformer", + "source": "npm:react-dnd", + "target": "npm:dnd-core", "type": "static" }, { - "source": "npm:nx", - "target": "npm:tar-stream", + "source": "npm:react-dnd", + "target": "npm:fast-deep-equal", "type": "static" }, { - "source": "npm:nx", - "target": "npm:tmp", + "source": "npm:react-dnd", + "target": "npm:hoist-non-react-statics", "type": "static" }, { - "source": "npm:nx", - "target": "npm:tsconfig-paths", + "source": "npm:react-dnd", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:tslib", + "source": "npm:react-dom", + "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:nx", - "target": "npm:yargs", + "source": "npm:react-dom", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:yargs-parser", + "source": "npm:react-dom", + "target": "npm:scheduler@0.23.0", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-darwin-arm64", + "source": "npm:react-error-boundary", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-darwin-x64", + "source": "npm:react-error-boundary", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-freebsd-x64", + "source": "npm:react-hotkeys-hook", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm-gnueabihf", + "source": "npm:react-hotkeys-hook", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm64-gnu", + "source": "npm:react-icons", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm64-musl", + "source": "npm:react-infinite-scroll-component", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-x64-gnu", + "source": "npm:react-infinite-scroll-component", + "target": "npm:throttle-debounce", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-x64-musl", + "source": "npm:react-intl", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-win32-arm64-msvc", + "source": "npm:react-intl", + "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-win32-x64-msvc", + "source": "npm:react-intl", + "target": "npm:@formatjs/intl@2.6.7", "type": "static" }, { - "source": "npm:object-is", - "target": "npm:call-bind", + "source": "npm:react-intl", + "target": "npm:@formatjs/intl-displaynames@6.2.6", "type": "static" }, { - "source": "npm:object-is", - "target": "npm:define-properties", + "source": "npm:react-intl", + "target": "npm:@formatjs/intl-listformat@7.1.9", "type": "static" }, { - "source": "npm:object.assign", - "target": "npm:call-bind", + "source": "npm:react-intl", + "target": "npm:@types/hoist-non-react-statics", "type": "static" }, { - "source": "npm:object.assign", - "target": "npm:define-properties", + "source": "npm:react-intl", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:object.assign", - "target": "npm:has-symbols", + "source": "npm:react-intl", + "target": "npm:hoist-non-react-statics", "type": "static" }, { - "source": "npm:object.assign", - "target": "npm:object-keys", + "source": "npm:react-intl", + "target": "npm:intl-messageformat@10.3.1", "type": "static" }, { - "source": "npm:object.defaults", - "target": "npm:array-each", + "source": "npm:react-intl", + "target": "npm:react", "type": "static" }, { - "source": "npm:object.defaults", - "target": "npm:array-slice", + "source": "npm:react-intl", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:object.defaults", - "target": "npm:for-own", + "source": "npm:react-intl", + "target": "npm:typescript", "type": "static" }, { - "source": "npm:object.defaults", - "target": "npm:isobject", + "source": "npm:react-markdown", + "target": "npm:@types/hast", "type": "static" }, { - "source": "npm:object.map", - "target": "npm:for-own", + "source": "npm:react-markdown", + "target": "npm:@types/prop-types", "type": "static" }, { - "source": "npm:object.map", - "target": "npm:make-iterator", + "source": "npm:react-markdown", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:object.pick", - "target": "npm:isobject", + "source": "npm:react-markdown", + "target": "npm:@types/unist", "type": "static" }, - { - "source": "npm:once", - "target": "npm:wrappy", + { + "source": "npm:react-markdown", + "target": "npm:comma-separated-tokens", "type": "static" }, { - "source": "npm:onetime@5.1.2", - "target": "npm:mimic-fn@2.1.0", + "source": "npm:react-markdown", + "target": "npm:hast-util-whitespace", "type": "static" }, { - "source": "npm:onetime", - "target": "npm:mimic-fn", + "source": "npm:react-markdown", + "target": "npm:prop-types", "type": "static" }, { - "source": "npm:open", - "target": "npm:define-lazy-prop", + "source": "npm:react-markdown", + "target": "npm:property-information", "type": "static" }, { - "source": "npm:open", - "target": "npm:is-docker", + "source": "npm:react-markdown", + "target": "npm:react", "type": "static" }, { - "source": "npm:open", - "target": "npm:is-wsl", + "source": "npm:react-markdown", + "target": "npm:react-is", "type": "static" }, { - "source": "npm:ora", - "target": "npm:bl", + "source": "npm:react-markdown", + "target": "npm:remark-parse", "type": "static" }, { - "source": "npm:ora", - "target": "npm:chalk@4.1.2", + "source": "npm:react-markdown", + "target": "npm:remark-rehype", "type": "static" }, { - "source": "npm:ora", - "target": "npm:cli-cursor", + "source": "npm:react-markdown", + "target": "npm:space-separated-tokens", "type": "static" }, { - "source": "npm:ora", - "target": "npm:cli-spinners", + "source": "npm:react-markdown", + "target": "npm:style-to-object", "type": "static" }, { - "source": "npm:ora", - "target": "npm:is-interactive", + "source": "npm:react-markdown", + "target": "npm:unified", "type": "static" }, { - "source": "npm:ora", - "target": "npm:log-symbols", + "source": "npm:react-markdown", + "target": "npm:unist-util-visit", "type": "static" }, { - "source": "npm:ora", - "target": "npm:strip-ansi", + "source": "npm:react-markdown", + "target": "npm:vfile", "type": "static" }, { - "source": "npm:ora", - "target": "npm:wcwidth", + "source": "npm:react-query", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:p-limit@3.1.0", - "target": "npm:yocto-queue@0.1.0", + "source": "npm:react-query", + "target": "npm:broadcast-channel", "type": "static" }, { - "source": "npm:p-limit", - "target": "npm:yocto-queue", + "source": "npm:react-query", + "target": "npm:match-sorter", "type": "static" }, { - "source": "npm:p-map", - "target": "npm:aggregate-error", + "source": "npm:react-query", + "target": "npm:react", "type": "static" }, { - "source": "npm:p-memoize", - "target": "npm:mem@6.1.1", + "source": "npm:react-query", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:p-memoize", - "target": "npm:mimic-fn@3.1.0", + "source": "npm:react-redux", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:parse-filepath", - "target": "npm:is-absolute", + "source": "npm:react-redux", + "target": "npm:@types/hoist-non-react-statics", "type": "static" }, { - "source": "npm:parse-filepath", - "target": "npm:map-cache", + "source": "npm:react-redux", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:parse-filepath", - "target": "npm:path-root", + "source": "npm:react-redux", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:parse-json", - "target": "npm:@babel/code-frame", + "source": "npm:react-redux", + "target": "npm:@types/use-sync-external-store", "type": "static" }, { - "source": "npm:parse-json", - "target": "npm:error-ex", + "source": "npm:react-redux", + "target": "npm:hoist-non-react-statics", "type": "static" }, { - "source": "npm:parse-json", - "target": "npm:json-parse-even-better-errors@2.3.1", + "source": "npm:react-redux", + "target": "npm:react", "type": "static" }, { - "source": "npm:parse-json", - "target": "npm:lines-and-columns@1.2.4", + "source": "npm:react-redux", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:parse-npm-tarball-url", - "target": "npm:semver", + "source": "npm:react-redux", + "target": "npm:react-is", "type": "static" }, { - "source": "npm:parse5", - "target": "npm:entities", + "source": "npm:react-redux", + "target": "npm:redux", "type": "static" }, { - "source": "npm:path-root", - "target": "npm:path-root-regex", + "source": "npm:react-redux", + "target": "npm:use-sync-external-store", "type": "static" }, { - "source": "npm:path-scurry", - "target": "npm:lru-cache@10.2.0", + "source": "npm:react-transition-group", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:path-scurry", - "target": "npm:minipass", + "source": "npm:react-transition-group", + "target": "npm:dom-helpers", "type": "static" }, { - "source": "npm:path-temp", - "target": "npm:unique-string", + "source": "npm:react-transition-group", + "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:periscopic", - "target": "npm:@types/estree", + "source": "npm:react-transition-group", + "target": "npm:prop-types", "type": "static" }, { - "source": "npm:periscopic", - "target": "npm:estree-walker@3.0.3", + "source": "npm:react-transition-group", + "target": "npm:react", "type": "static" }, { - "source": "npm:periscopic", - "target": "npm:is-reference@3.0.2", + "source": "npm:react-transition-group", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:pioppo", - "target": "npm:dettle", + "source": "npm:react-universal-interface", + "target": "npm:react", "type": "static" }, { - "source": "npm:pioppo", - "target": "npm:when-exit", + "source": "npm:react-universal-interface", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:pkg-types", - "target": "npm:jsonc-parser@3.2.1", + "source": "npm:react-use", + "target": "npm:@types/js-cookie", "type": "static" }, { - "source": "npm:pkg-types", - "target": "npm:mlly", + "source": "npm:react-use", + "target": "npm:@xobotyi/scrollbar-width", "type": "static" }, { - "source": "npm:pkg-types", - "target": "npm:pathe", + "source": "npm:react-use", + "target": "npm:copy-to-clipboard", "type": "static" }, { - "source": "npm:postcss", - "target": "npm:nanoid@3.3.7", + "source": "npm:react-use", + "target": "npm:fast-deep-equal", "type": "static" }, { - "source": "npm:postcss", - "target": "npm:picocolors", + "source": "npm:react-use", + "target": "npm:fast-shallow-equal", "type": "static" }, { - "source": "npm:postcss", - "target": "npm:source-map-js", + "source": "npm:react-use", + "target": "npm:js-cookie", "type": "static" }, { - "source": "npm:prettier-plugin-svelte", - "target": "npm:prettier", + "source": "npm:react-use", + "target": "npm:nano-css", "type": "static" }, { - "source": "npm:prettier-plugin-svelte", - "target": "npm:svelte", + "source": "npm:react-use", + "target": "npm:react", "type": "static" }, { - "source": "npm:prettier", - "target": "npm:@prettier/cli", + "source": "npm:react-use", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:pretty-format", - "target": "npm:ansi-regex", + "source": "npm:react-use", + "target": "npm:react-universal-interface", "type": "static" }, { - "source": "npm:pretty-format", - "target": "npm:ansi-styles@5.2.0", + "source": "npm:react-use", + "target": "npm:resize-observer-polyfill", "type": "static" }, { - "source": "npm:pretty-format", - "target": "npm:react-is", + "source": "npm:react-use", + "target": "npm:screenfull", "type": "static" }, { - "source": "npm:pretty-format@29.7.0", - "target": "npm:@jest/schemas", + "source": "npm:react-use", + "target": "npm:set-harmonic-interval", "type": "static" }, { - "source": "npm:pretty-format@29.7.0", - "target": "npm:ansi-styles@5.2.0", + "source": "npm:react-use", + "target": "npm:throttle-debounce@3.0.1", "type": "static" }, { - "source": "npm:pretty-format@29.7.0", - "target": "npm:react-is@18.2.0", + "source": "npm:react-use", + "target": "npm:ts-easing", "type": "static" }, { - "source": "npm:pretty-ms", - "target": "npm:parse-ms", + "source": "npm:react-use", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:promise-retry", - "target": "npm:err-code", + "source": "npm:react", + "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:promise-retry", - "target": "npm:retry", + "source": "npm:reactflow", + "target": "npm:@reactflow/background", "type": "static" }, { - "source": "npm:randombytes", - "target": "npm:safe-buffer", + "source": "npm:reactflow", + "target": "npm:@reactflow/controls", "type": "static" }, { - "source": "npm:react-dom", - "target": "npm:loose-envify", + "source": "npm:reactflow", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:react-dom", - "target": "npm:react", + "source": "npm:reactflow", + "target": "npm:@reactflow/minimap", "type": "static" }, { - "source": "npm:react-dom", - "target": "npm:scheduler", + "source": "npm:reactflow", + "target": "npm:@reactflow/node-resizer", "type": "static" }, { - "source": "npm:react-error-boundary", - "target": "npm:@babel/runtime", + "source": "npm:reactflow", + "target": "npm:@reactflow/node-toolbar", "type": "static" }, { - "source": "npm:react-error-boundary", + "source": "npm:reactflow", "target": "npm:react", "type": "static" }, { - "source": "npm:react", - "target": "npm:loose-envify", + "source": "npm:reactflow", + "target": "npm:react-dom", "type": "static" }, { @@ -15045,6 +27927,16 @@ "target": "npm:strip-indent", "type": "static" }, + { + "source": "npm:redux-thunk", + "target": "npm:redux", + "type": "static" + }, + { + "source": "npm:redux", + "target": "npm:@babel/runtime", + "type": "static" + }, { "source": "npm:regenerate-unicode-properties", "target": "npm:regenerate", @@ -15110,6 +28002,41 @@ "target": "npm:jsesc@0.5.0", "type": "static" }, + { + "source": "npm:remark-parse", + "target": "npm:@types/mdast", + "type": "static" + }, + { + "source": "npm:remark-parse", + "target": "npm:mdast-util-from-markdown", + "type": "static" + }, + { + "source": "npm:remark-parse", + "target": "npm:unified", + "type": "static" + }, + { + "source": "npm:remark-rehype", + "target": "npm:@types/hast", + "type": "static" + }, + { + "source": "npm:remark-rehype", + "target": "npm:@types/mdast", + "type": "static" + }, + { + "source": "npm:remark-rehype", + "target": "npm:mdast-util-to-hast", + "type": "static" + }, + { + "source": "npm:remark-rehype", + "target": "npm:unified", + "type": "static" + }, { "source": "npm:rename-overwrite", "target": "npm:@zkochan/rimraf", @@ -15117,7 +28044,7 @@ }, { "source": "npm:rename-overwrite", - "target": "npm:fs-extra@10.1.0", + "target": "npm:fs-extra", "type": "static" }, { @@ -15157,22 +28084,22 @@ }, { "source": "npm:restore-cursor", - "target": "npm:onetime@5.1.2", + "target": "npm:onetime", "type": "static" }, { "source": "npm:restore-cursor", - "target": "npm:signal-exit@3.0.7", + "target": "npm:signal-exit", "type": "static" }, { "source": "npm:restore-cursor@4.0.0", - "target": "npm:onetime@5.1.2", + "target": "npm:onetime", "type": "static" }, { "source": "npm:restore-cursor@4.0.0", - "target": "npm:signal-exit@3.0.7", + "target": "npm:signal-exit", "type": "static" }, { @@ -15217,7 +28144,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:fs-extra", + "target": "npm:fs-extra@11.2.0", "type": "static" }, { @@ -15232,7 +28159,7 @@ }, { "source": "npm:rollup-plugin-size", - "target": "npm:pretty-bytes", + "target": "npm:pretty-bytes@6.1.1", "type": "static" }, { @@ -15360,11 +28287,21 @@ "target": "npm:fsevents", "type": "static" }, + { + "source": "npm:rtl-css-js", + "target": "npm:@babel/runtime", + "type": "static" + }, { "source": "npm:run-parallel", "target": "npm:queue-microtask", "type": "static" }, + { + "source": "npm:sade", + "target": "npm:mri", + "type": "static" + }, { "source": "npm:saxes", "target": "npm:xmlchars", @@ -15375,6 +28312,21 @@ "target": "npm:loose-envify", "type": "static" }, + { + "source": "npm:scheduler", + "target": "npm:object-assign", + "type": "static" + }, + { + "source": "npm:scheduler@0.23.0", + "target": "npm:loose-envify", + "type": "static" + }, + { + "source": "npm:selderee", + "target": "npm:parseley", + "type": "static" + }, { "source": "npm:semver@7.5.4", "target": "npm:lru-cache@6.0.0", @@ -15500,6 +28452,21 @@ "target": "npm:object-inspect", "type": "static" }, + { + "source": "npm:simple-git", + "target": "npm:@kwsites/file-exists", + "type": "static" + }, + { + "source": "npm:simple-git", + "target": "npm:@kwsites/promise-deferred", + "type": "static" + }, + { + "source": "npm:simple-git", + "target": "npm:debug", + "type": "static" + }, { "source": "npm:size-limit", "target": "npm:bytes-iec", @@ -15512,7 +28479,7 @@ }, { "source": "npm:size-limit", - "target": "npm:globby", + "target": "npm:globby@14.0.1", "type": "static" }, { @@ -15565,6 +28532,11 @@ "target": "npm:source-map@0.6.1", "type": "static" }, + { + "source": "npm:source-map@0.8.0-beta.0", + "target": "npm:whatwg-url@7.1.0", + "type": "static" + }, { "source": "npm:spdx-correct", "target": "npm:spdx-expression-parse", @@ -15620,6 +28592,36 @@ "target": "npm:minipass", "type": "static" }, + { + "source": "npm:stack-generator", + "target": "npm:stackframe", + "type": "static" + }, + { + "source": "npm:stacktrace-gps", + "target": "npm:source-map@0.5.6", + "type": "static" + }, + { + "source": "npm:stacktrace-gps", + "target": "npm:stackframe", + "type": "static" + }, + { + "source": "npm:stacktrace-js", + "target": "npm:error-stack-parser", + "type": "static" + }, + { + "source": "npm:stacktrace-js", + "target": "npm:stack-generator", + "type": "static" + }, + { + "source": "npm:stacktrace-js", + "target": "npm:stacktrace-gps", + "type": "static" + }, { "source": "npm:stop-iteration-iterator", "target": "npm:internal-slot", @@ -15712,7 +28714,7 @@ }, { "source": "npm:strip-literal", - "target": "npm:js-tokens", + "target": "npm:js-tokens@8.0.3", "type": "static" }, { @@ -15730,6 +28732,46 @@ "target": "npm:through", "type": "static" }, + { + "source": "npm:style-to-object", + "target": "npm:inline-style-parser", + "type": "static" + }, + { + "source": "npm:sucrase", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:sucrase", + "target": "npm:commander@4.1.1", + "type": "static" + }, + { + "source": "npm:sucrase", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:sucrase", + "target": "npm:lines-and-columns@1.2.4", + "type": "static" + }, + { + "source": "npm:sucrase", + "target": "npm:mz", + "type": "static" + }, + { + "source": "npm:sucrase", + "target": "npm:pirates", + "type": "static" + }, + { + "source": "npm:sucrase", + "target": "npm:ts-interface-checker", + "type": "static" + }, { "source": "npm:supports-color@5.5.0", "target": "npm:has-flag@3.0.0", @@ -15782,7 +28824,7 @@ }, { "source": "npm:svelte", - "target": "npm:css-tree", + "target": "npm:css-tree@2.3.1", "type": "static" }, { @@ -15810,6 +28852,16 @@ "target": "npm:periscopic", "type": "static" }, + { + "source": "npm:tabster", + "target": "npm:keyborg", + "type": "static" + }, + { + "source": "npm:tabster", + "target": "npm:tslib@2.6.2", + "type": "static" + }, { "source": "npm:tar-stream", "target": "npm:bl", @@ -15855,6 +28907,16 @@ "target": "npm:source-map-support", "type": "static" }, + { + "source": "npm:thenify-all", + "target": "npm:thenify", + "type": "static" + }, + { + "source": "npm:thenify", + "target": "npm:any-promise", + "type": "static" + }, { "source": "npm:through2", "target": "npm:readable-stream@2.3.8", @@ -15975,6 +29037,11 @@ "target": "npm:when-exit", "type": "static" }, + { + "source": "npm:to-capital-case", + "target": "npm:to-space-case", + "type": "static" + }, { "source": "npm:to-pascal-case", "target": "npm:to-space-case", @@ -15985,11 +29052,36 @@ "target": "npm:is-number@7.0.0", "type": "static" }, + { + "source": "npm:to-sentence-case", + "target": "npm:to-no-case", + "type": "static" + }, { "source": "npm:to-space-case", "target": "npm:to-no-case", "type": "static" }, + { + "source": "npm:to-title-case", + "target": "npm:escape-regexp-component", + "type": "static" + }, + { + "source": "npm:to-title-case", + "target": "npm:title-case-minors", + "type": "static" + }, + { + "source": "npm:to-title-case", + "target": "npm:to-capital-case", + "type": "static" + }, + { + "source": "npm:to-title-case", + "target": "npm:to-sentence-case", + "type": "static" + }, { "source": "npm:tough-cookie", "target": "npm:psl", @@ -16010,6 +29102,11 @@ "target": "npm:url-parse", "type": "static" }, + { + "source": "npm:tr46@1.0.1", + "target": "npm:punycode", + "type": "static" + }, { "source": "npm:tr46", "target": "npm:punycode", @@ -16035,6 +29132,81 @@ "target": "npm:strip-bom", "type": "static" }, + { + "source": "npm:tsup", + "target": "npm:bundle-require", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:cac", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:chokidar", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:esbuild", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:execa@5.1.1", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:joycon", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:postcss-load-config", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:resolve-from", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:source-map@0.8.0-beta.0", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:sucrase", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:tree-kill", + "type": "static" + }, + { + "source": "npm:tsup", + "target": "npm:typescript", + "type": "static" + }, { "source": "npm:unescape-js", "target": "npm:string.fromcodepoint", @@ -16050,11 +29222,96 @@ "target": "npm:unicode-property-aliases-ecmascript", "type": "static" }, + { + "source": "npm:unified", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:unified", + "target": "npm:bail", + "type": "static" + }, + { + "source": "npm:unified", + "target": "npm:extend", + "type": "static" + }, + { + "source": "npm:unified", + "target": "npm:is-buffer", + "type": "static" + }, + { + "source": "npm:unified", + "target": "npm:is-plain-obj", + "type": "static" + }, + { + "source": "npm:unified", + "target": "npm:trough", + "type": "static" + }, + { + "source": "npm:unified", + "target": "npm:vfile", + "type": "static" + }, { "source": "npm:unique-string", "target": "npm:crypto-random-string", "type": "static" }, + { + "source": "npm:unist-util-is", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:unist-util-position", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:unist-util-stringify-position", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:unist-util-visit-parents", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:unist-util-visit-parents", + "target": "npm:unist-util-is", + "type": "static" + }, + { + "source": "npm:unist-util-visit", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:unist-util-visit", + "target": "npm:unist-util-is", + "type": "static" + }, + { + "source": "npm:unist-util-visit", + "target": "npm:unist-util-visit-parents", + "type": "static" + }, + { + "source": "npm:unload", + "target": "npm:@babel/runtime", + "type": "static" + }, + { + "source": "npm:unload", + "target": "npm:detect-node", + "type": "static" + }, { "source": "npm:update-browserslist-db", "target": "npm:browserslist", @@ -16085,6 +29342,76 @@ "target": "npm:requires-port", "type": "static" }, + { + "source": "npm:use-disposable", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:use-disposable", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:use-disposable", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:use-disposable", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:use-sync-external-store", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-arguments", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-generator-function", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:is-typed-array", + "type": "static" + }, + { + "source": "npm:util", + "target": "npm:which-typed-array", + "type": "static" + }, + { + "source": "npm:uvu", + "target": "npm:dequal", + "type": "static" + }, + { + "source": "npm:uvu", + "target": "npm:diff", + "type": "static" + }, + { + "source": "npm:uvu", + "target": "npm:kleur", + "type": "static" + }, + { + "source": "npm:uvu", + "target": "npm:sade", + "type": "static" + }, { "source": "npm:validate-npm-package-license", "target": "npm:spdx-correct", @@ -16110,6 +29437,36 @@ "target": "npm:semver@7.6.0", "type": "static" }, + { + "source": "npm:vfile-message", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:vfile-message", + "target": "npm:unist-util-stringify-position", + "type": "static" + }, + { + "source": "npm:vfile", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:vfile", + "target": "npm:is-buffer", + "type": "static" + }, + { + "source": "npm:vfile", + "target": "npm:unist-util-stringify-position", + "type": "static" + }, + { + "source": "npm:vfile", + "target": "npm:vfile-message", + "type": "static" + }, { "source": "npm:vite-node", "target": "npm:cac", @@ -16207,7 +29564,7 @@ }, { "source": "npm:vite", - "target": "npm:esbuild", + "target": "npm:esbuild@0.20.2", "type": "static" }, { @@ -16335,6 +29692,11 @@ "target": "npm:why-is-node-running", "type": "static" }, + { + "source": "npm:vscode-tas-client", + "target": "npm:tas-client", + "type": "static" + }, { "source": "npm:vue-template-compiler", "target": "npm:de-indent", @@ -16390,6 +29752,31 @@ "target": "npm:webidl-conversions", "type": "static" }, + { + "source": "npm:whatwg-url@5.0.0", + "target": "npm:tr46@0.0.3", + "type": "static" + }, + { + "source": "npm:whatwg-url@5.0.0", + "target": "npm:webidl-conversions@3.0.1", + "type": "static" + }, + { + "source": "npm:whatwg-url@7.1.0", + "target": "npm:lodash.sortby", + "type": "static" + }, + { + "source": "npm:whatwg-url@7.1.0", + "target": "npm:tr46@1.0.1", + "type": "static" + }, + { + "source": "npm:whatwg-url@7.1.0", + "target": "npm:webidl-conversions@4.0.2", + "type": "static" + }, { "source": "npm:which-boxed-primitive", "target": "npm:is-bigint", @@ -16540,6 +29927,16 @@ "target": "npm:strip-ansi@7.1.0", "type": "static" }, + { + "source": "npm:xml2js", + "target": "npm:sax", + "type": "static" + }, + { + "source": "npm:xml2js", + "target": "npm:xmlbuilder", + "type": "static" + }, { "source": "npm:yargs", "target": "npm:cliui", @@ -16575,6 +29972,16 @@ "target": "npm:yargs-parser", "type": "static" }, + { + "source": "npm:yazl", + "target": "npm:buffer-crc32", + "type": "static" + }, + { + "source": "npm:yjs", + "target": "npm:lib0", + "type": "static" + }, { "source": "npm:z-schema", "target": "npm:lodash.get", @@ -16604,6 +30011,26 @@ "source": "npm:zod-validation-error", "target": "npm:zod", "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:immer", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:use-sync-external-store", + "type": "static" } ] -} +} \ No newline at end of file diff --git a/.nx/cache/project-graph.json b/.nx/cache/project-graph.json index 5d57195318a..7bdd66f3a1b 100644 --- a/.nx/cache/project-graph.json +++ b/.nx/cache/project-graph.json @@ -8,17 +8,29 @@ "targets": { "build": { "executor": "@nrwl/webpack:webpack", - "dependsOn": ["^build"], - "inputs": ["production", "^production"], - "outputs": ["{options.outputPath}"], + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ], + "outputs": [ + "{options.outputPath}" + ], "options": { "outputPath": "dist/apps/data-mapper-standalone", "index": "apps/data-mapper-standalone/src/index.html", "main": "apps/data-mapper-standalone/src/main.tsx", "polyfills": "apps/data-mapper-standalone/src/polyfills.ts", "tsConfig": "apps/data-mapper-standalone/tsconfig.app.json", - "assets": ["apps/data-mapper-standalone/src/favicon.ico", "apps/data-mapper-standalone/src/assets"], - "styles": ["apps/data-mapper-standalone/src/styles.less"], + "assets": [ + "apps/data-mapper-standalone/src/favicon.ico", + "apps/data-mapper-standalone/src/assets" + ], + "styles": [ + "apps/data-mapper-standalone/src/styles.less" + ], "scripts": [], "statsJson": true, "webpackConfig": "custom-webpack.config.js" @@ -50,8 +62,14 @@ }, "test": { "executor": "@nrwl/jest:jest", - "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], - "outputs": ["{workspaceRoot}/coverage/apps/data-mapper-standalone"], + "inputs": [ + "default", + "^production", + "{workspaceRoot}/jest.preset.js" + ], + "outputs": [ + "{workspaceRoot}/coverage/apps/data-mapper-standalone" + ], "options": { "jestConfig": "apps/data-mapper-standalone/jest.config.ts", "passWithNoTests": true @@ -60,10 +78,17 @@ }, "lint": { "executor": "@nrwl/linter:eslint", - "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], - "outputs": ["{options.outputFile}"], + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json" + ], + "outputs": [ + "{options.outputFile}" + ], "options": { - "lintFilePatterns": ["apps/data-mapper-standalone/**/*.{ts,tsx,js,jsx}"] + "lintFilePatterns": [ + "apps/data-mapper-standalone/**/*.{ts,tsx,js,jsx}" + ] }, "configurations": {} }, @@ -113,17 +138,29 @@ "targets": { "build": { "executor": "@nrwl/webpack:webpack", - "dependsOn": ["^build"], - "inputs": ["production", "^production"], - "outputs": ["{options.outputPath}"], + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ], + "outputs": [ + "{options.outputPath}" + ], "options": { "outputPath": "dist/apps/designer-standalone", "index": "apps/designer-standalone/src/index.html", "main": "apps/designer-standalone/src/main.tsx", "polyfills": "apps/designer-standalone/src/polyfills.ts", "tsConfig": "apps/designer-standalone/tsconfig.app.json", - "assets": ["apps/designer-standalone/src/favicon.ico", "apps/designer-standalone/src/assets"], - "styles": ["apps/designer-standalone/src/styles.less"], + "assets": [ + "apps/designer-standalone/src/favicon.ico", + "apps/designer-standalone/src/assets" + ], + "styles": [ + "apps/designer-standalone/src/styles.less" + ], "scripts": [], "statsJson": true, "webpackConfig": "custom-webpack.config.js" @@ -155,8 +192,14 @@ }, "test": { "executor": "@nrwl/jest:jest", - "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], - "outputs": ["{workspaceRoot}/coverage/apps/designer-standalone"], + "inputs": [ + "default", + "^production", + "{workspaceRoot}/jest.preset.js" + ], + "outputs": [ + "{workspaceRoot}/coverage/apps/designer-standalone" + ], "options": { "jestConfig": "apps/designer-standalone/jest.config.ts", "passWithNoTests": true @@ -165,10 +208,17 @@ }, "lint": { "executor": "@nrwl/linter:eslint", - "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], - "outputs": ["{options.outputFile}"], + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json" + ], + "outputs": [ + "{options.outputFile}" + ], "options": { - "lintFilePatterns": ["apps/designer-standalone/**/*.{ts,tsx,js,jsx}"] + "lintFilePatterns": [ + "apps/designer-standalone/**/*.{ts,tsx,js,jsx}" + ] }, "configurations": {} }, @@ -214,15 +264,24 @@ "data": { "root": "libs/logic-apps-shared", "targets": { - "yalcpush": { + "build": { "executor": "nx:run-script", + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ], "options": { - "script": "yalcpush" + "script": "build" }, "configurations": {} }, "nx-release-publish": { - "dependsOn": ["^nx-release-publish"], + "dependsOn": [ + "^nx-release-publish" + ], "executor": "@nx/js:release-publish", "options": {}, "configurations": {} @@ -242,7 +301,9 @@ "root": "libs/vscode-extension", "targets": { "nx-release-publish": { - "dependsOn": ["^nx-release-publish"], + "dependsOn": [ + "^nx-release-publish" + ], "executor": "@nx/js:release-publish", "options": {}, "configurations": {} @@ -263,9 +324,16 @@ "targets": { "build": { "executor": "@nrwl/webpack:webpack", - "dependsOn": ["^build"], - "inputs": ["production", "^production"], - "outputs": ["{options.outputPath}"], + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ], + "outputs": [ + "{options.outputPath}" + ], "options": { "outputPath": "dist/apps/vs-code-designer", "main": "apps/vs-code-designer/src/main.ts", @@ -281,7 +349,10 @@ "output": "node_modules/@microsoft/vscode-azext-azureutils/resources" } ], - "externalDependencies": ["vscode", "commonjs"], + "externalDependencies": [ + "vscode", + "commonjs" + ], "target": "node", "compiler": "tsc" }, @@ -301,8 +372,14 @@ }, "test": { "executor": "@nrwl/jest:jest", - "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], - "outputs": ["{workspaceRoot}/coverage/apps/vs-code-designer"], + "inputs": [ + "default", + "^production", + "{workspaceRoot}/jest.preset.js" + ], + "outputs": [ + "{workspaceRoot}/coverage/apps/vs-code-designer" + ], "options": { "jestConfig": "apps/vs-code-designer/jest.config.ts", "passWithNoTests": true @@ -311,10 +388,17 @@ }, "lint": { "executor": "@nrwl/linter:eslint", - "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], - "outputs": ["{options.outputFile}"], + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json" + ], + "outputs": [ + "{options.outputFile}" + ], "options": { - "lintFilePatterns": ["apps/vs-code-designer/**/*.ts"] + "lintFilePatterns": [ + "apps/vs-code-designer/**/*.ts" + ] }, "configurations": {} }, @@ -331,7 +415,9 @@ "sourceRoot": "apps/vs-code-designer/src", "projectType": "application", "tags": [], - "implicitDependencies": ["vs-code-react"] + "implicitDependencies": [ + "vs-code-react" + ] } }, "vs-code-react": { @@ -342,9 +428,16 @@ "targets": { "build": { "executor": "@nrwl/webpack:webpack", - "dependsOn": ["^build"], - "inputs": ["production", "^production"], - "outputs": ["{options.outputPath}"], + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ], + "outputs": [ + "{options.outputPath}" + ], "defaultConfiguration": "production", "options": { "compiler": "babel", @@ -354,8 +447,13 @@ "main": "apps/vs-code-react/src/main.tsx", "polyfills": "apps/vs-code-react/src/polyfills.ts", "tsConfig": "apps/vs-code-react/tsconfig.app.json", - "assets": ["apps/vs-code-react/src/favicon.ico", "apps/vs-code-react/src/assets"], - "styles": ["apps/vs-code-react/src/styles.less"], + "assets": [ + "apps/vs-code-react/src/favicon.ico", + "apps/vs-code-react/src/assets" + ], + "styles": [ + "apps/vs-code-react/src/styles.less" + ], "scripts": [], "webpackConfig": "custom-webpack.config.js" }, @@ -384,8 +482,14 @@ }, "test": { "executor": "@nrwl/jest:jest", - "inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"], - "outputs": ["{workspaceRoot}/coverage/apps/vs-code-react"], + "inputs": [ + "default", + "^production", + "{workspaceRoot}/jest.preset.js" + ], + "outputs": [ + "{workspaceRoot}/coverage/apps/vs-code-react" + ], "options": { "jestConfig": "apps/vs-code-react/jest.config.ts", "passWithNoTests": true @@ -394,10 +498,17 @@ }, "lint": { "executor": "@nrwl/linter:eslint", - "inputs": ["default", "{workspaceRoot}/.eslintrc.json"], - "outputs": ["{options.outputFile}"], + "inputs": [ + "default", + "{workspaceRoot}/.eslintrc.json" + ], + "outputs": [ + "{options.outputFile}" + ], "options": { - "lintFilePatterns": ["apps/vs-code-react/**/*.{ts,tsx,js,jsx}"] + "lintFilePatterns": [ + "apps/vs-code-react/**/*.{ts,tsx,js,jsx}" + ] }, "configurations": {} }, @@ -433,15 +544,24 @@ "data": { "root": "libs/designer-ui", "targets": { - "yalcpush": { + "build": { "executor": "nx:run-script", + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ], "options": { - "script": "yalcpush" + "script": "build" }, "configurations": {} }, "nx-release-publish": { - "dependsOn": ["^nx-release-publish"], + "dependsOn": [ + "^nx-release-publish" + ], "executor": "@nx/js:release-publish", "options": {}, "configurations": {} @@ -468,7 +588,9 @@ "configurations": {} }, "nx-release-publish": { - "dependsOn": ["^nx-release-publish"], + "dependsOn": [ + "^nx-release-publish" + ], "executor": "@nx/js:release-publish", "options": {}, "configurations": {} @@ -487,15 +609,24 @@ "data": { "root": "libs/designer", "targets": { - "yalcpush": { + "build": { "executor": "nx:run-script", + "dependsOn": [ + "^build" + ], + "inputs": [ + "production", + "^production" + ], "options": { - "script": "yalcpush" + "script": "build" }, "configurations": {} }, "nx-release-publish": { - "dependsOn": ["^nx-release-publish"], + "dependsOn": [ + "^nx-release-publish" + ], "executor": "@nx/js:release-publish", "options": {}, "configurations": {} @@ -522,7 +653,9 @@ "configurations": {} }, "nx-release-publish": { - "dependsOn": ["^nx-release-publish"], + "dependsOn": [ + "^nx-release-publish" + ], "executor": "@nx/js:release-publish", "options": {}, "configurations": {} @@ -555,6 +688,276 @@ "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" } }, + "npm:@apidevtools/json-schema-ref-parser": { + "type": "npm", + "name": "npm:@apidevtools/json-schema-ref-parser", + "data": { + "version": "9.1.2", + "packageName": "@apidevtools/json-schema-ref-parser", + "hash": "sha512-r1w81DpR+KyRWd3f+rk6TNqMgedmAxZP5v5KWlXQWlgMUUtyEJch0DKEci1SorPMiSeM8XPl7MZ3miJ60JIpQg==" + } + }, + "npm:@apidevtools/openapi-schemas": { + "type": "npm", + "name": "npm:@apidevtools/openapi-schemas", + "data": { + "version": "2.1.0", + "packageName": "@apidevtools/openapi-schemas", + "hash": "sha512-Zc1AlqrJlX3SlpupFGpiLi2EbteyP7fXmUOGup6/DnkRgjP9bgMM/ag+n91rsv0U1Gpz0H3VILA/o3bW7Ua6BQ==" + } + }, + "npm:@apidevtools/swagger-methods": { + "type": "npm", + "name": "npm:@apidevtools/swagger-methods", + "data": { + "version": "3.0.2", + "packageName": "@apidevtools/swagger-methods", + "hash": "sha512-QAkD5kK2b1WfjDS/UQn/qQkbwF31uqRjPTrsCs5ZG9BQGAkjwvqGFjjPqAuzac/IYzpPtRzjCP1WrTuAIjMrXg==" + } + }, + "npm:@apidevtools/swagger-parser": { + "type": "npm", + "name": "npm:@apidevtools/swagger-parser", + "data": { + "version": "10.0.3", + "packageName": "@apidevtools/swagger-parser", + "hash": "sha512-sNiLY51vZOmSPFZA5TF35KZ2HbgYklQnTSDnkghamzLb3EkNtcQnrBQEj5AOCxHpTtXpqMCRM1CrmV2rG6nw4g==" + } + }, + "npm:@azure/abort-controller": { + "type": "npm", + "name": "npm:@azure/abort-controller", + "data": { + "version": "1.1.0", + "packageName": "@azure/abort-controller", + "hash": "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==" + } + }, + "npm:@azure/abort-controller@2.1.1": { + "type": "npm", + "name": "npm:@azure/abort-controller@2.1.1", + "data": { + "version": "2.1.1", + "packageName": "@azure/abort-controller", + "hash": "sha512-NhzeNm5zu2fPlwGXPUjzsRCRuPx5demaZyNcyNYJDqpa/Sbxzvo/RYt9IwUaAOnDW5+r7J9UOE6f22TQnb9nhQ==" + } + }, + "npm:@azure/arm-appinsights": { + "type": "npm", + "name": "npm:@azure/arm-appinsights", + "data": { + "version": "5.0.0-beta.7", + "packageName": "@azure/arm-appinsights", + "hash": "sha512-HqSPXptE4kdWt6BbfHaVXWKpgGZ99PYEzL8O+ahHzSn83craNo1aw4yXdT579pqrbYj7ezj2wILWaph1lMEedQ==" + } + }, + "npm:@azure/arm-appservice": { + "type": "npm", + "name": "npm:@azure/arm-appservice", + "data": { + "version": "13.0.3", + "packageName": "@azure/arm-appservice", + "hash": "sha512-Vu011o3/bikQNwtjouwmUJud+Z6Brcjij2D0omPWClRGg8i5gBfOYSpDkFGkHbhGlaky4fgvfkxD0uHGq34uYA==" + } + }, + "npm:@azure/arm-operationalinsights": { + "type": "npm", + "name": "npm:@azure/arm-operationalinsights", + "data": { + "version": "8.0.1", + "packageName": "@azure/arm-operationalinsights", + "hash": "sha512-5Xo1jTotmMREtgNqrHGI1+fOTuejyHfiquK4dPgLIZ2CiQoOnX/RDqD5O0Pcaj2R10PLeMBk/DohBpw9mI2ugg==" + } + }, + "npm:@azure/arm-resourcegraph": { + "type": "npm", + "name": "npm:@azure/arm-resourcegraph", + "data": { + "version": "4.2.1", + "packageName": "@azure/arm-resourcegraph", + "hash": "sha512-PDuRJ6I7wpy/bu2dqX3OVvX6fpM3YzXkFLGnmYpevYFBQBgueNhHruBAk5r1xh2VRTv1M0lAdaYy6LmVHiCRTw==" + } + }, + "npm:@azure/arm-resources-profile-2020-09-01-hybrid": { + "type": "npm", + "name": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "data": { + "version": "2.1.0", + "packageName": "@azure/arm-resources-profile-2020-09-01-hybrid", + "hash": "sha512-7sNMfaf8agfQmExgtlvXzTooxoXPl2wJelSB2hQCG2BPZ37Oi24kxeECia+lXiZKfXAkiPSHxgdgECGjDQaV+Q==" + } + }, + "npm:@azure/arm-resources-subscriptions": { + "type": "npm", + "name": "npm:@azure/arm-resources-subscriptions", + "data": { + "version": "2.1.0", + "packageName": "@azure/arm-resources-subscriptions", + "hash": "sha512-vKiu/3Yh84IV3IuJJ+0Fgs/ZQpvuGzoZ3dAoBksIV++Uu/Qz9RcQVz7pj+APWYIuODuR9I0eGKswZvzynzekug==" + } + }, + "npm:@azure/arm-resources": { + "type": "npm", + "name": "npm:@azure/arm-resources", + "data": { + "version": "5.2.0", + "packageName": "@azure/arm-resources", + "hash": "sha512-wQyuhL8WQsLkW/KMdik8bLJIJCz3Z6mg/+AKm0KedgK73SKhicSqYP+ed3t+43tLlRFltcrmGKMcHLQ+Jhv/6A==" + } + }, + "npm:@azure/arm-storage-profile-2020-09-01-hybrid": { + "type": "npm", + "name": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "data": { + "version": "2.1.0", + "packageName": "@azure/arm-storage-profile-2020-09-01-hybrid", + "hash": "sha512-XZYoBWQP9BkQPde5DA7xIiOJVE+6Eeo755VfRqymN42gRn/X6GOcZ0X5x0qvLVxXZcwpFRKblRpkmxGi0FpIxg==" + } + }, + "npm:@azure/arm-storage": { + "type": "npm", + "name": "npm:@azure/arm-storage", + "data": { + "version": "17.2.1", + "packageName": "@azure/arm-storage", + "hash": "sha512-J2jmTPv8ZraSHDTz9l2Bx8gNL3ktfDDWo2mxWfzarn64O9Fjhb+l85YWyubGy2xUdeGuZPKzvQLltGv8bSu8eQ==" + } + }, + "npm:@azure/arm-subscriptions": { + "type": "npm", + "name": "npm:@azure/arm-subscriptions", + "data": { + "version": "5.1.0", + "packageName": "@azure/arm-subscriptions", + "hash": "sha512-6BeOF2eQWNLq22ch7xP9RxYnPjtGev54OUCGggKOWoOvmesK7jUZbIyLk8JeXDT21PEl7iyYnxw78gxJ7zBxQw==" + } + }, + "npm:@azure/core-auth": { + "type": "npm", + "name": "npm:@azure/core-auth", + "data": { + "version": "1.7.1", + "packageName": "@azure/core-auth", + "hash": "sha512-dyeQwvgthqs/SlPVQbZQetpslXceHd4i5a7M/7z/lGEAVwnSluabnQOjF2/dk/hhWgMISusv1Ytp4mQ8JNy62A==" + } + }, + "npm:@azure/core-client": { + "type": "npm", + "name": "npm:@azure/core-client", + "data": { + "version": "1.9.1", + "packageName": "@azure/core-client", + "hash": "sha512-hHYFx9lz0ZpbO5W+iotU9tmIX1jPcoIjYUEUaWGuMi1628LCQ/z05TUR4P+NRtMgyoHQuyVYyGQiD3PC47kaIA==" + } + }, + "npm:@azure/core-http": { + "type": "npm", + "name": "npm:@azure/core-http", + "data": { + "version": "3.0.4", + "packageName": "@azure/core-http", + "hash": "sha512-Fok9VVhMdxAFOtqiiAtg74fL0UJkt0z3D+ouUUxcRLzZNBioPRAMJFVxiWoJljYpXsRi4GDQHzQHDc9AiYaIUQ==" + } + }, + "npm:@azure/core-lro": { + "type": "npm", + "name": "npm:@azure/core-lro", + "data": { + "version": "2.7.1", + "packageName": "@azure/core-lro", + "hash": "sha512-kXSlrNHOCTVZMxpXNRqzgh9/j4cnNXU5Hf2YjMyjddRhCXFiFRzmNaqwN+XO9rGTsCOIaaG7M67zZdyliXZG9g==" + } + }, + "npm:@azure/core-paging": { + "type": "npm", + "name": "npm:@azure/core-paging", + "data": { + "version": "1.6.1", + "packageName": "@azure/core-paging", + "hash": "sha512-3tKIQXSU3mlN+ITz0m2pXLnKK3oQ6/EVcW8ud011Iq+M0rx6Wnm7NUEpoMeOAEedeKlPtemrQzO6YWoDR71O5w==" + } + }, + "npm:@azure/core-rest-pipeline": { + "type": "npm", + "name": "npm:@azure/core-rest-pipeline", + "data": { + "version": "1.15.1", + "packageName": "@azure/core-rest-pipeline", + "hash": "sha512-ZxS6i3eHxh86u+1eWZJiYywoN2vxvsSoAUx60Mny8cZ4nTwvt7UzVVBJO+m2PW2KIJfNiXMt59xBa59htOWL4g==" + } + }, + "npm:@azure/core-tracing": { + "type": "npm", + "name": "npm:@azure/core-tracing", + "data": { + "version": "1.0.0-preview.13", + "packageName": "@azure/core-tracing", + "hash": "sha512-KxDlhXyMlh2Jhj2ykX6vNEU0Vou4nHr025KoSEiz7cS3BNiHNaZcdECk/DmLkEB0as5T7b/TpRcehJ5yV6NeXQ==" + } + }, + "npm:@azure/core-tracing@1.1.1": { + "type": "npm", + "name": "npm:@azure/core-tracing@1.1.1", + "data": { + "version": "1.1.1", + "packageName": "@azure/core-tracing", + "hash": "sha512-qPbYhN1pE5XQ2jPKIHP33x8l3oBu1UqIWnYqZZ3OYnYjzY0xqIHjn49C+ptsPD9yC7uyWI9Zm7iZUZLs2R4DhQ==" + } + }, + "npm:@azure/core-util": { + "type": "npm", + "name": "npm:@azure/core-util", + "data": { + "version": "1.8.1", + "packageName": "@azure/core-util", + "hash": "sha512-L3voj0StUdJ+YKomvwnTv7gHzguJO+a6h30pmmZdRprJCM+RJlGMPxzuh4R7lhQu1jNmEtaHX5wvTgWLDAmbGQ==" + } + }, + "npm:@azure/logger": { + "type": "npm", + "name": "npm:@azure/logger", + "data": { + "version": "1.1.1", + "packageName": "@azure/logger", + "hash": "sha512-/+4TtokaGgC+MnThdf6HyIH9Wrjp+CnCn3Nx3ggevN7FFjjNyjqg0yLlc2i9S+Z2uAzI8GYOo35Nzb1MhQ89MA==" + } + }, + "npm:@azure/ms-rest-azure-env": { + "type": "npm", + "name": "npm:@azure/ms-rest-azure-env", + "data": { + "version": "2.0.0", + "packageName": "@azure/ms-rest-azure-env", + "hash": "sha512-dG76W7ElfLi+fbTjnZVGj+M9e0BIEJmRxU6fHaUQ12bZBe8EJKYb2GV50YWNaP2uJiVQ5+7nXEVj1VN1UQtaEw==" + } + }, + "npm:@azure/ms-rest-azure-js": { + "type": "npm", + "name": "npm:@azure/ms-rest-azure-js", + "data": { + "version": "2.1.0", + "packageName": "@azure/ms-rest-azure-js", + "hash": "sha512-CjZjB8apvXl5h97Ck6SbeeCmU0sk56YPozPtTyGudPp1RGoHXNjFNtoOvwOG76EdpmMpxbK10DqcygI16Lu60Q==" + } + }, + "npm:@azure/ms-rest-js": { + "type": "npm", + "name": "npm:@azure/ms-rest-js", + "data": { + "version": "2.7.0", + "packageName": "@azure/ms-rest-js", + "hash": "sha512-ngbzWbqF+NmztDOpLBVDxYM+XLcUj7nKhxGbSU9WtIsXfRB//cf2ZbAG5HkOrhU9/wd/ORRB6lM/d69RKVjiyA==" + } + }, + "npm:@azure/storage-blob": { + "type": "npm", + "name": "npm:@azure/storage-blob", + "data": { + "version": "12.17.0", + "packageName": "@azure/storage-blob", + "hash": "sha512-sM4vpsCpcCApagRW5UIjQNlNylo02my2opgp0Emi8x888hZUvJ3dN69Oq20cEGXkMUWnoCrBaB0zyS3yeB87sQ==" + } + }, "npm:@babel/code-frame": { "type": "npm", "name": "npm:@babel/code-frame", @@ -1617,6 +2020,24 @@ "hash": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==" } }, + "npm:@ctrl/tinycolor": { + "type": "npm", + "name": "npm:@ctrl/tinycolor", + "data": { + "version": "3.3.4", + "packageName": "@ctrl/tinycolor", + "hash": "sha512-8vmPV/nIULFDWsnJalQJDqFLC2uTPx6A/ASA2t27QGp+7oXnbWWXCe0uV8xasIH2rGbI/XoB2vmkdP/94WvMrw==" + } + }, + "npm:@emotion/hash": { + "type": "npm", + "name": "npm:@emotion/hash", + "data": { + "version": "0.9.1", + "packageName": "@emotion/hash", + "hash": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==" + } + }, "npm:@ericcornelissen/bash-parser": { "type": "npm", "name": "npm:@ericcornelissen/bash-parser", @@ -1629,6 +2050,15 @@ "npm:@esbuild/aix-ppc64": { "type": "npm", "name": "npm:@esbuild/aix-ppc64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/aix-ppc64", + "hash": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==" + } + }, + "npm:@esbuild/aix-ppc64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/aix-ppc64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/aix-ppc64", @@ -1638,6 +2068,15 @@ "npm:@esbuild/android-arm64": { "type": "npm", "name": "npm:@esbuild/android-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/android-arm64", + "hash": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==" + } + }, + "npm:@esbuild/android-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/android-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/android-arm64", @@ -1647,6 +2086,15 @@ "npm:@esbuild/android-arm": { "type": "npm", "name": "npm:@esbuild/android-arm", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/android-arm", + "hash": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==" + } + }, + "npm:@esbuild/android-arm@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/android-arm@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/android-arm", @@ -1656,6 +2104,15 @@ "npm:@esbuild/android-x64": { "type": "npm", "name": "npm:@esbuild/android-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/android-x64", + "hash": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==" + } + }, + "npm:@esbuild/android-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/android-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/android-x64", @@ -1665,6 +2122,15 @@ "npm:@esbuild/darwin-arm64": { "type": "npm", "name": "npm:@esbuild/darwin-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/darwin-arm64", + "hash": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==" + } + }, + "npm:@esbuild/darwin-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/darwin-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/darwin-arm64", @@ -1674,6 +2140,15 @@ "npm:@esbuild/darwin-x64": { "type": "npm", "name": "npm:@esbuild/darwin-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/darwin-x64", + "hash": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==" + } + }, + "npm:@esbuild/darwin-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/darwin-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/darwin-x64", @@ -1683,6 +2158,15 @@ "npm:@esbuild/freebsd-arm64": { "type": "npm", "name": "npm:@esbuild/freebsd-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/freebsd-arm64", + "hash": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==" + } + }, + "npm:@esbuild/freebsd-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/freebsd-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/freebsd-arm64", @@ -1692,6 +2176,15 @@ "npm:@esbuild/freebsd-x64": { "type": "npm", "name": "npm:@esbuild/freebsd-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/freebsd-x64", + "hash": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==" + } + }, + "npm:@esbuild/freebsd-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/freebsd-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/freebsd-x64", @@ -1701,6 +2194,15 @@ "npm:@esbuild/linux-arm64": { "type": "npm", "name": "npm:@esbuild/linux-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-arm64", + "hash": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==" + } + }, + "npm:@esbuild/linux-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-arm64", @@ -1710,6 +2212,15 @@ "npm:@esbuild/linux-arm": { "type": "npm", "name": "npm:@esbuild/linux-arm", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-arm", + "hash": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==" + } + }, + "npm:@esbuild/linux-arm@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-arm@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-arm", @@ -1719,6 +2230,15 @@ "npm:@esbuild/linux-ia32": { "type": "npm", "name": "npm:@esbuild/linux-ia32", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-ia32", + "hash": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==" + } + }, + "npm:@esbuild/linux-ia32@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-ia32@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-ia32", @@ -1728,6 +2248,15 @@ "npm:@esbuild/linux-loong64": { "type": "npm", "name": "npm:@esbuild/linux-loong64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-loong64", + "hash": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==" + } + }, + "npm:@esbuild/linux-loong64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-loong64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-loong64", @@ -1737,6 +2266,15 @@ "npm:@esbuild/linux-mips64el": { "type": "npm", "name": "npm:@esbuild/linux-mips64el", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-mips64el", + "hash": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==" + } + }, + "npm:@esbuild/linux-mips64el@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-mips64el@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-mips64el", @@ -1746,6 +2284,15 @@ "npm:@esbuild/linux-ppc64": { "type": "npm", "name": "npm:@esbuild/linux-ppc64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-ppc64", + "hash": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==" + } + }, + "npm:@esbuild/linux-ppc64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-ppc64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-ppc64", @@ -1755,6 +2302,15 @@ "npm:@esbuild/linux-riscv64": { "type": "npm", "name": "npm:@esbuild/linux-riscv64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-riscv64", + "hash": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==" + } + }, + "npm:@esbuild/linux-riscv64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-riscv64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-riscv64", @@ -1764,6 +2320,15 @@ "npm:@esbuild/linux-s390x": { "type": "npm", "name": "npm:@esbuild/linux-s390x", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-s390x", + "hash": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==" + } + }, + "npm:@esbuild/linux-s390x@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-s390x@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-s390x", @@ -1773,6 +2338,15 @@ "npm:@esbuild/linux-x64": { "type": "npm", "name": "npm:@esbuild/linux-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/linux-x64", + "hash": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==" + } + }, + "npm:@esbuild/linux-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/linux-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/linux-x64", @@ -1783,14 +2357,32 @@ "type": "npm", "name": "npm:@esbuild/netbsd-x64", "data": { - "version": "0.20.2", + "version": "0.19.12", "packageName": "@esbuild/netbsd-x64", - "hash": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==" + "hash": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==" } }, - "npm:@esbuild/openbsd-x64": { + "npm:@esbuild/netbsd-x64@0.20.2": { "type": "npm", - "name": "npm:@esbuild/openbsd-x64", + "name": "npm:@esbuild/netbsd-x64@0.20.2", + "data": { + "version": "0.20.2", + "packageName": "@esbuild/netbsd-x64", + "hash": "sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==" + } + }, + "npm:@esbuild/openbsd-x64": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/openbsd-x64", + "hash": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==" + } + }, + "npm:@esbuild/openbsd-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/openbsd-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/openbsd-x64", @@ -1800,6 +2392,15 @@ "npm:@esbuild/sunos-x64": { "type": "npm", "name": "npm:@esbuild/sunos-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/sunos-x64", + "hash": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==" + } + }, + "npm:@esbuild/sunos-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/sunos-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/sunos-x64", @@ -1809,6 +2410,15 @@ "npm:@esbuild/win32-arm64": { "type": "npm", "name": "npm:@esbuild/win32-arm64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/win32-arm64", + "hash": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==" + } + }, + "npm:@esbuild/win32-arm64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/win32-arm64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/win32-arm64", @@ -1818,6 +2428,15 @@ "npm:@esbuild/win32-ia32": { "type": "npm", "name": "npm:@esbuild/win32-ia32", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/win32-ia32", + "hash": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==" + } + }, + "npm:@esbuild/win32-ia32@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/win32-ia32@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/win32-ia32", @@ -1827,6 +2446,15 @@ "npm:@esbuild/win32-x64": { "type": "npm", "name": "npm:@esbuild/win32-x64", + "data": { + "version": "0.19.12", + "packageName": "@esbuild/win32-x64", + "hash": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==" + } + }, + "npm:@esbuild/win32-x64@0.20.2": { + "type": "npm", + "name": "npm:@esbuild/win32-x64@0.20.2", "data": { "version": "0.20.2", "packageName": "@esbuild/win32-x64", @@ -1842,15900 +2470,29788 @@ "hash": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==" } }, - "npm:@iarna/toml": { + "npm:@floating-ui/core": { "type": "npm", - "name": "npm:@iarna/toml", + "name": "npm:@floating-ui/core", "data": { - "version": "2.2.5", - "packageName": "@iarna/toml", - "hash": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==" + "version": "1.6.0", + "packageName": "@floating-ui/core", + "hash": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==" } }, - "npm:@isaacs/cliui": { + "npm:@floating-ui/devtools": { "type": "npm", - "name": "npm:@isaacs/cliui", + "name": "npm:@floating-ui/devtools", "data": { - "version": "8.0.2", - "packageName": "@isaacs/cliui", - "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + "version": "0.2.1", + "packageName": "@floating-ui/devtools", + "hash": "sha512-8PHJLbD6VhBh+LJ1uty/Bz30qs02NXCE5u8WpOhSewlYXUWl03GNXknr9AS2yaAWJEQaY27x7eByJs44gODBcw==" } }, - "npm:@jest/schemas": { + "npm:@floating-ui/dom": { "type": "npm", - "name": "npm:@jest/schemas", + "name": "npm:@floating-ui/dom", "data": { - "version": "29.6.3", - "packageName": "@jest/schemas", - "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" + "version": "1.6.3", + "packageName": "@floating-ui/dom", + "hash": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==" } }, - "npm:@jridgewell/gen-mapping": { + "npm:@floating-ui/utils": { "type": "npm", - "name": "npm:@jridgewell/gen-mapping", + "name": "npm:@floating-ui/utils", "data": { - "version": "0.3.5", - "packageName": "@jridgewell/gen-mapping", - "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" + "version": "0.2.1", + "packageName": "@floating-ui/utils", + "hash": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" } }, - "npm:@jridgewell/resolve-uri": { + "npm:@fluentui/azure-themes": { "type": "npm", - "name": "npm:@jridgewell/resolve-uri", + "name": "npm:@fluentui/azure-themes", "data": { - "version": "3.1.2", - "packageName": "@jridgewell/resolve-uri", - "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" + "version": "8.5.70", + "packageName": "@fluentui/azure-themes", + "hash": "sha512-FTaOoCSWqUg/qRMZEAUkaLEAH4kYNxOrdegJhxnydOL7QxM5llLdQkZpeNlC+rBAYUyExtOWkRh302VkYkbh2A==" } }, - "npm:@jridgewell/set-array": { + "npm:@fluentui/date-time-utilities": { "type": "npm", - "name": "npm:@jridgewell/set-array", + "name": "npm:@fluentui/date-time-utilities", "data": { - "version": "1.2.1", - "packageName": "@jridgewell/set-array", - "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" + "version": "8.6.0", + "packageName": "@fluentui/date-time-utilities", + "hash": "sha512-fpdR2pesIewgfgErX0eS+YBPengNH4Qf21Q6bNFTfQsBYXaJZMUqD4V/57JRfIFz4fYXZ6lWKFTTQe50wXKlWA==" } }, - "npm:@jridgewell/source-map": { + "npm:@fluentui/dom-utilities": { "type": "npm", - "name": "npm:@jridgewell/source-map", + "name": "npm:@fluentui/dom-utilities", "data": { - "version": "0.3.6", - "packageName": "@jridgewell/source-map", - "hash": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" + "version": "2.2.14", + "packageName": "@fluentui/dom-utilities", + "hash": "sha512-+4DVm5sNfJh+l8fM+7ylpOkGNZkNr4X1z1uKQPzRJ1PRhlnvc6vLpWNNicGwpjTbgufSrVtGKXwP5sf++r81lg==" } }, - "npm:@jridgewell/sourcemap-codec": { + "npm:@fluentui/fluent2-theme": { "type": "npm", - "name": "npm:@jridgewell/sourcemap-codec", + "name": "npm:@fluentui/fluent2-theme", "data": { - "version": "1.4.15", - "packageName": "@jridgewell/sourcemap-codec", - "hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + "version": "8.107.68", + "packageName": "@fluentui/fluent2-theme", + "hash": "sha512-AwE1vDOm3IzVvG0pnL2DyOS1mLLGzktOlZIC2Q5BoNkYDbn91eFDN6jE11PuARvCPSRjEqumjkQU0egvF48Dsw==" } }, - "npm:@jridgewell/trace-mapping": { + "npm:@fluentui/font-icons-mdl2": { "type": "npm", - "name": "npm:@jridgewell/trace-mapping", + "name": "npm:@fluentui/font-icons-mdl2", "data": { - "version": "0.3.25", - "packageName": "@jridgewell/trace-mapping", - "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" + "version": "8.5.34", + "packageName": "@fluentui/font-icons-mdl2", + "hash": "sha512-FRTtryqrU0ilzSATvfU3zG7x8+mnEIrio3Qd6LDsQ7cLm62BX2z25rBqTvmY2YmY/fHFx2tkVsTZcCKRT08Vww==" } }, - "npm:@microsoft/api-extractor-model": { + "npm:@fluentui/foundation-legacy": { "type": "npm", - "name": "npm:@microsoft/api-extractor-model", + "name": "npm:@fluentui/foundation-legacy", "data": { - "version": "7.28.3", - "packageName": "@microsoft/api-extractor-model", - "hash": "sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==" + "version": "8.4.0", + "packageName": "@fluentui/foundation-legacy", + "hash": "sha512-RSOfVPLgCCru6RBYxqp754aeWZ+lYVI+CMffMrhg2/LGl0CcNGXZjK0LYH/anbVq1sEZ/D9e56FekzMOR3CScw==" } }, - "npm:@microsoft/api-extractor": { + "npm:@fluentui/keyboard-key": { "type": "npm", - "name": "npm:@microsoft/api-extractor", + "name": "npm:@fluentui/keyboard-key", "data": { - "version": "7.39.0", - "packageName": "@microsoft/api-extractor", - "hash": "sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==" + "version": "0.4.14", + "packageName": "@fluentui/keyboard-key", + "hash": "sha512-XzZHcyFEM20H23h3i15UpkHi2AhRBriXPGAHq0Jm98TKFppXehedjjEFuUsh+CyU5JKBhDalWp8TAQ1ArpNzow==" } }, - "npm:@microsoft/tsdoc-config": { + "npm:@fluentui/keyboard-keys": { "type": "npm", - "name": "npm:@microsoft/tsdoc-config", + "name": "npm:@fluentui/keyboard-keys", "data": { - "version": "0.16.2", - "packageName": "@microsoft/tsdoc-config", - "hash": "sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==" + "version": "9.0.7", + "packageName": "@fluentui/keyboard-keys", + "hash": "sha512-vaQ+lOveQTdoXJYqDQXWb30udSfTVcIuKk1rV0X0eGAgcHeSDeP1HxMy+OgHOQZH3OiBH4ZYeWxb+tmfiDiygQ==" } }, - "npm:@microsoft/tsdoc": { + "npm:@fluentui/merge-styles": { "type": "npm", - "name": "npm:@microsoft/tsdoc", + "name": "npm:@fluentui/merge-styles", "data": { - "version": "0.14.2", - "packageName": "@microsoft/tsdoc", - "hash": "sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==" + "version": "8.6.0", + "packageName": "@fluentui/merge-styles", + "hash": "sha512-Si54VVK/XZQMTPT6aKE/RmqsY7uy9hERreU143Fbqtg9cf+Hr4iJ7FOGC4dXCfrFIXs0KvIHXCh5mtfrEW2aRQ==" } }, - "npm:@nodelib/fs.scandir@2.1.5": { + "npm:@fluentui/priority-overflow": { "type": "npm", - "name": "npm:@nodelib/fs.scandir@2.1.5", + "name": "npm:@fluentui/priority-overflow", "data": { - "version": "2.1.5", - "packageName": "@nodelib/fs.scandir", - "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + "version": "9.1.11", + "packageName": "@fluentui/priority-overflow", + "hash": "sha512-sdrpavvKX2kepQ1d6IaI3ObLq5SAQBPRHPGx2+wiMWL7cEx9vGGM0fmeicl3soqqmM5uwCmWnZk9QZv9XOY98w==" } }, - "npm:@nodelib/fs.scandir": { + "npm:@fluentui/react-accordion": { "type": "npm", - "name": "npm:@nodelib/fs.scandir", + "name": "npm:@fluentui/react-accordion", "data": { - "version": "3.0.0", - "packageName": "@nodelib/fs.scandir", - "hash": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==" + "version": "9.3.46", + "packageName": "@fluentui/react-accordion", + "hash": "sha512-bFOF/uoPYL4AUQEIKFTgx8WZgeC39Vw2FiL6A2A0km0Z9yBgWg7LLsF73/MbgoO0GjH8BvO/2ddpgdd433jIRw==" } }, - "npm:@nodelib/fs.stat": { + "npm:@fluentui/react-alert": { "type": "npm", - "name": "npm:@nodelib/fs.stat", + "name": "npm:@fluentui/react-alert", "data": { - "version": "2.0.5", - "packageName": "@nodelib/fs.stat", - "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + "version": "9.0.0-beta.94", + "packageName": "@fluentui/react-alert", + "hash": "sha512-Oae0CqgmvhvepaIKXWFfitt5tnaVzHnsnlk8+YSN6enM23NYaPqyiVQ+r2HMqKfgkJim14SY47A2XYIBS+LGAA==" } }, - "npm:@nodelib/fs.stat@3.0.0": { + "npm:@fluentui/react-aria": { "type": "npm", - "name": "npm:@nodelib/fs.stat@3.0.0", + "name": "npm:@fluentui/react-aria", "data": { - "version": "3.0.0", - "packageName": "@nodelib/fs.stat", - "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" + "version": "9.10.2", + "packageName": "@fluentui/react-aria", + "hash": "sha512-M8wzxPZlMOLr7SlZXlSi/zCbLSsXrJzpMjLkTOPPlMrMu8He38oM6Djc4dCac/cZn8ERpKUDaoAK5JF/kbtLzQ==" } }, - "npm:@nodelib/fs.walk@1.2.8": { + "npm:@fluentui/react-avatar": { "type": "npm", - "name": "npm:@nodelib/fs.walk@1.2.8", + "name": "npm:@fluentui/react-avatar", "data": { - "version": "1.2.8", - "packageName": "@nodelib/fs.walk", - "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + "version": "9.6.19", + "packageName": "@fluentui/react-avatar", + "hash": "sha512-3/8BBoPXNGfcuNVN4+bpwpd124CEdFEm9VKD6hQ6VmIHM6phBWnQc6J7djuKlZTw7B5UEeqEOEZgMJeGUx27SA==" } }, - "npm:@nodelib/fs.walk": { + "npm:@fluentui/react-badge": { "type": "npm", - "name": "npm:@nodelib/fs.walk", + "name": "npm:@fluentui/react-badge", "data": { - "version": "2.0.0", - "packageName": "@nodelib/fs.walk", - "hash": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==" + "version": "9.2.29", + "packageName": "@fluentui/react-badge", + "hash": "sha512-k2CMMzBLPCNq5WAUfkCvWqCPeh8/NsfLxQBre8klxFZS5TT872ViLwmYHXpHWTfFymFrChaedOd7C8ZYqeT4tA==" } }, - "npm:@npmcli/git": { + "npm:@fluentui/react-breadcrumb": { "type": "npm", - "name": "npm:@npmcli/git", + "name": "npm:@fluentui/react-breadcrumb", "data": { - "version": "5.0.4", - "packageName": "@npmcli/git", - "hash": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==" + "version": "9.0.19", + "packageName": "@fluentui/react-breadcrumb", + "hash": "sha512-12pqa0CAVDaBu16/E/aU9R+wJoBga/4Dm9UoyX4FG5TkoM28kiOGXZ8xhEdOrF4w1J9hFfEx2cyNGSdGFyJfcQ==" } }, - "npm:@npmcli/map-workspaces": { + "npm:@fluentui/react-button": { "type": "npm", - "name": "npm:@npmcli/map-workspaces", + "name": "npm:@fluentui/react-button", "data": { - "version": "3.0.4", - "packageName": "@npmcli/map-workspaces", - "hash": "sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==" + "version": "9.3.73", + "packageName": "@fluentui/react-button", + "hash": "sha512-VsCxj4pKWL1SVj0XlYBRs4kaFUfRVK3JqCWx9mlDuHYzeRzk4aBCBT5vBIzrrPTj3bR2yl/zOf6m5T43kyWZxw==" } }, - "npm:@npmcli/name-from-folder": { + "npm:@fluentui/react-card": { "type": "npm", - "name": "npm:@npmcli/name-from-folder", + "name": "npm:@fluentui/react-card", "data": { - "version": "2.0.0", - "packageName": "@npmcli/name-from-folder", - "hash": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==" + "version": "9.0.72", + "packageName": "@fluentui/react-card", + "hash": "sha512-sJQ0T0SOBZ8tTGMxmJhVYDaHsQe/+ECQwhPIb0irDnD3ojTbL/IjxONeBnxVJ5/xG6cA3rV6tfD8WrockIDXOg==" } }, - "npm:@npmcli/package-json": { + "npm:@fluentui/react-checkbox": { "type": "npm", - "name": "npm:@npmcli/package-json", + "name": "npm:@fluentui/react-checkbox", "data": { - "version": "5.0.0", - "packageName": "@npmcli/package-json", - "hash": "sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==" + "version": "9.2.18", + "packageName": "@fluentui/react-checkbox", + "hash": "sha512-m4UjLx5jMYj0WtPzwNRR0hbGX9NHZvvxf52Xka39DphAorB5ohuTfJe12cMKSwStaOQBa4gtGXntl7tqP02PHQ==" } }, - "npm:@npmcli/promise-spawn": { + "npm:@fluentui/react-combobox": { "type": "npm", - "name": "npm:@npmcli/promise-spawn", + "name": "npm:@fluentui/react-combobox", "data": { - "version": "7.0.1", - "packageName": "@npmcli/promise-spawn", - "hash": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==" + "version": "9.9.4", + "packageName": "@fluentui/react-combobox", + "hash": "sha512-3SmoCLyBa7+iuwrbVkjIVrOuTAeCYK7nvwWZfTf5eqeEsYmk+6orXy0kz1lR23M5Mtfa8l4FqvopUiuyAmXuCw==" } }, - "npm:@nrwl/tao": { + "npm:@fluentui/react-components": { "type": "npm", - "name": "npm:@nrwl/tao", + "name": "npm:@fluentui/react-components", "data": { - "version": "18.1.3", - "packageName": "@nrwl/tao", - "hash": "sha512-cRs5kDRhiYVZ9SLQ2ol+2+zltgPemDtsHKz2h2whazHF+d39zsPLYbFm1ZJuDKpZp6TJJercqSH1UQCdOXEkdQ==" + "version": "9.42.0", + "packageName": "@fluentui/react-components", + "hash": "sha512-b8xASrp9ljm0nC0L5ZT4MR1JDSxzjqW1T2IDYcmF3pW9r4qj6NWTScPPlIoxlFxKD/ol8jJZkHvXtADs5zprxQ==" } }, - "npm:@nx/nx-darwin-arm64": { + "npm:@fluentui/react-context-selector": { "type": "npm", - "name": "npm:@nx/nx-darwin-arm64", + "name": "npm:@fluentui/react-context-selector", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-darwin-arm64", - "hash": "sha512-h3/1ywpLa56RwBnz8Lr9yyUvPvfGvKFxIo8LNptc8fMoONuuIOeZTAmaBxKBOaKtL7g64/LKDs0Ts+mSXzmbqA==" + "version": "9.1.56", + "packageName": "@fluentui/react-context-selector", + "hash": "sha512-TzDYTvHRuOB3qKiIBB0NU4mwX/fuxW41I1O9yK7C5Dt4RsexNInGLf5HMxYHWufevDSFhRLuAN+ikTHUMkcNzw==" } }, - "npm:@nx/nx-darwin-x64": { + "npm:@fluentui/react-dialog": { "type": "npm", - "name": "npm:@nx/nx-darwin-x64", + "name": "npm:@fluentui/react-dialog", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-darwin-x64", - "hash": "sha512-6LHe7MYrKlztLlKhYfGV3CtFPhEqcc2ZgwGVWYiAmS/glcN+Wai7RFQX/cZiJ+TbDRFzvETPPGNRP/aSAOkRnQ==" + "version": "9.9.15", + "packageName": "@fluentui/react-dialog", + "hash": "sha512-UVjU7ZKq9117A80GQ/cv+YH/Pql4bN8FH3/GbJd8qwOxtlzOWpN8DOu1mwrj5ahxt3b+tpYsmp1QrqX9nujhMA==" } }, - "npm:@nx/nx-freebsd-x64": { + "npm:@fluentui/react-divider": { "type": "npm", - "name": "npm:@nx/nx-freebsd-x64", + "name": "npm:@fluentui/react-divider", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-freebsd-x64", - "hash": "sha512-ppSkJJVKnfDWYJBKqjEM/p4qdMZsZVV++dkFN/n50p6uwHstv0Kth7dNdsu3ZyPqmg6+IYUZql7JSTeNqKne5A==" + "version": "9.2.65", + "packageName": "@fluentui/react-divider", + "hash": "sha512-jjyvD+GnLACxHhV+eTdn0+X2Yar6NlzNK8q+xdZjuD+yJ5NcWiiD+Dkh5CJUFegkaBTUb2+Fp1pFEEMaCzrHkw==" } }, - "npm:@nx/nx-linux-arm-gnueabihf": { + "npm:@fluentui/react-drawer": { "type": "npm", - "name": "npm:@nx/nx-linux-arm-gnueabihf", + "name": "npm:@fluentui/react-drawer", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-arm-gnueabihf", - "hash": "sha512-1vflQE4gscHq2GJeu2L48Z8rQFcdu+gcprG1cMEf3CIDxh/nJei66bdVJYYYxPNi6rYaeONPJgBjbIih8ce8nQ==" + "version": "9.1.9", + "packageName": "@fluentui/react-drawer", + "hash": "sha512-5KzOVxRPFJa0oDnp+kfCYJezA4JxsQzporNSmVw/i3/w/L9hCJyOuzrI+ps36Xb3tYymaKsAemC4+NAvs4HD+w==" } }, - "npm:@nx/nx-linux-arm64-gnu": { + "npm:@fluentui/react-field": { "type": "npm", - "name": "npm:@nx/nx-linux-arm64-gnu", + "name": "npm:@fluentui/react-field", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-arm64-gnu", - "hash": "sha512-7B5YXjDzzFdEMUzhFifXgsg741Afp3v7vNdPL2joQ7xrERKYEge7eXCjp5/GYhl9J4y5BmdeV2Joqr4WQ6R7Pg==" + "version": "9.1.59", + "packageName": "@fluentui/react-field", + "hash": "sha512-GrrWrGZes+qxE9JbAk3Z85wvFhM8CAXTu3amUxOHB+zt0QVcHXJHkg7OvEtXgSnFYJEau0aQgQg6ZjeFQkMpAg==" } }, - "npm:@nx/nx-linux-arm64-musl": { + "npm:@fluentui/react-focus": { "type": "npm", - "name": "npm:@nx/nx-linux-arm64-musl", + "name": "npm:@fluentui/react-focus", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-arm64-musl", - "hash": "sha512-OaAVjUli44JUTlGPmtxZDO2U88yK6/cwt1LTbTHGeabupbXR295RDn1TkR1/1oNo8grRaOi/V9DWEg9RRmGvOw==" + "version": "8.8.42", + "packageName": "@fluentui/react-focus", + "hash": "sha512-U9KRiBabHyVUfemArukjTH6TDthj/MnDbgAUa55CMdj061ZV/Ria+Fxb1QG+GW3Az6bSaAulJvj/fGuNrawWhA==" } }, - "npm:@nx/nx-linux-x64-gnu": { + "npm:@fluentui/react-hooks": { "type": "npm", - "name": "npm:@nx/nx-linux-x64-gnu", + "name": "npm:@fluentui/react-hooks", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-x64-gnu", - "hash": "sha512-qDinHpGZ9FhoOtdfO23pwN7pBCu25ElJ1InLCeCarl9CQYS1CDZNimrcSOFl20DAZqINQamPqBFJ7nKeDRBy7g==" + "version": "8.6.20", + "packageName": "@fluentui/react-hooks", + "hash": "sha512-vb90tgc0nGWvahE2zuPPtEpknIfAA0ABq7/ro7+CAcKgDx2sleGZKRGdzKXdYS026OxjQ8TN2K7/D3OI1v4Rjg==" } }, - "npm:@nx/nx-linux-x64-musl": { + "npm:@fluentui/react-hooks@8.7.0": { "type": "npm", - "name": "npm:@nx/nx-linux-x64-musl", + "name": "npm:@fluentui/react-hooks@8.7.0", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-linux-x64-musl", - "hash": "sha512-E28Q0v9N7LrV+0uu4ytrcCHfF1MPYwNL2NLZN3yCPgulGHe3NwCuMnbC974+uOZ+MTqua7KnVOQ5VYA5sL1LIw==" + "version": "8.7.0", + "packageName": "@fluentui/react-hooks", + "hash": "sha512-m1/2q+zF/dNj2dWqIl06G88dTEMmiaP40k16b1juyjHXYsVPooxPlUD1l9FLrB8mC3VkpCy/fgASaPqRH8mUGw==" } }, - "npm:@nx/nx-win32-arm64-msvc": { + "npm:@fluentui/react-icons": { "type": "npm", - "name": "npm:@nx/nx-win32-arm64-msvc", + "name": "npm:@fluentui/react-icons", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-win32-arm64-msvc", - "hash": "sha512-EYHPIcanVn6ZWkELnW4wW+gl8Itulmpi7f7s83CFrYxRW0U8SAG2sW4JrlvZgrK2CMyluiCGqZGHDUJZST4CVA==" + "version": "2.0.224", + "packageName": "@fluentui/react-icons", + "hash": "sha512-ld03dlc1pG7xeTQsK1y5in19jkMtWHNaoktFv+e7NV2xmrgV/SgPyyjEXbMrQHb8Naea/XCoCpNHnUNCy68akw==" } }, - "npm:@nx/nx-win32-x64-msvc": { + "npm:@fluentui/react-image": { "type": "npm", - "name": "npm:@nx/nx-win32-x64-msvc", + "name": "npm:@fluentui/react-image", "data": { - "version": "18.1.3", - "packageName": "@nx/nx-win32-x64-msvc", - "hash": "sha512-1tBViAG9VQ3arKoKFOrkBzYUAGgGsVqYbifng+stb5TPWOj0jjhQpwbsk0u3ROmEBw9crWRwzRt1qh/ZE7SfQQ==" + "version": "9.1.62", + "packageName": "@fluentui/react-image", + "hash": "sha512-j8V9XWdl9otn1kfBqo5EGBD7nvvaabb9H3Wz8I0pMfeC8fMwq6iR8KYO+MbFUSwmekMEoqsP8qPKHUOViMEhPw==" } }, - "npm:@pkgjs/parseargs": { + "npm:@fluentui/react-infobutton": { "type": "npm", - "name": "npm:@pkgjs/parseargs", + "name": "npm:@fluentui/react-infobutton", "data": { - "version": "0.11.0", - "packageName": "@pkgjs/parseargs", - "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" + "version": "9.0.0-beta.78", + "packageName": "@fluentui/react-infobutton", + "hash": "sha512-XBOn8xyypSHB+m+SP2Xxj+aX9vh+EII0mHbAwmNVVQTOqNHfP0QircEhU/4KhEIS7B32aNOpX0LJXsh7TYcuhw==" } }, - "npm:@pnpm/constants": { + "npm:@fluentui/react-infolabel": { "type": "npm", - "name": "npm:@pnpm/constants", + "name": "npm:@fluentui/react-infolabel", "data": { - "version": "7.1.1", - "packageName": "@pnpm/constants", - "hash": "sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==" + "version": "9.0.26", + "packageName": "@fluentui/react-infolabel", + "hash": "sha512-mvLRsiS0bP0mLokMmU8Aho8Wea4OE1vBvisuC2uwq584WyDyk8rxjyPNqFo0BrcgwHSB++bHcQpsF4keP1UVQQ==" } }, - "npm:@pnpm/core-loggers": { + "npm:@fluentui/react-input": { "type": "npm", - "name": "npm:@pnpm/core-loggers", + "name": "npm:@fluentui/react-input", "data": { - "version": "9.0.6", - "packageName": "@pnpm/core-loggers", - "hash": "sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==" + "version": "9.4.69", + "packageName": "@fluentui/react-input", + "hash": "sha512-pWpZYXZM0B/LbhpsboRdjm4hMRuoJMb6Kh2PcmNnPy1XGNkD4BASF5m9N8rgdZSgWyYxpCxO/ONGSqRY7A1O7Q==" } }, - "npm:@pnpm/error": { + "npm:@fluentui/react-jsx-runtime": { "type": "npm", - "name": "npm:@pnpm/error", + "name": "npm:@fluentui/react-jsx-runtime", "data": { - "version": "5.0.3", - "packageName": "@pnpm/error", - "hash": "sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==" + "version": "9.0.34", + "packageName": "@fluentui/react-jsx-runtime", + "hash": "sha512-pJ/f/xZ6+19sD3kjyMp2NDmIwexdMbYHeqmr/AgbI+G3Fb2NKA0UA6XylAXlCiAx4nEXdOETJDrrDsdFAV+/Fw==" } }, - "npm:@pnpm/fetching-types": { + "npm:@fluentui/react-label": { "type": "npm", - "name": "npm:@pnpm/fetching-types", + "name": "npm:@fluentui/react-label", "data": { - "version": "5.0.0", - "packageName": "@pnpm/fetching-types", - "hash": "sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==" + "version": "9.1.66", + "packageName": "@fluentui/react-label", + "hash": "sha512-N0HOD5Wd6NI3YG7nGIhRhrjNBfNpDyaWxNYGMVnQs0pa6CWXcT6sCVxXxxSYYEnVFIDX7JmzFc4mgombTwnmmg==" } }, - "npm:@pnpm/graceful-fs": { + "npm:@fluentui/react-link": { "type": "npm", - "name": "npm:@pnpm/graceful-fs", + "name": "npm:@fluentui/react-link", "data": { - "version": "3.2.0", - "packageName": "@pnpm/graceful-fs", - "hash": "sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==" + "version": "9.2.15", + "packageName": "@fluentui/react-link", + "hash": "sha512-wZzLz3od22wJhmEd5xwOULVAuXXEdBRDa01mojtnU25pBhIErvY2VXU5QNS+Yycjt52NvBElB6Ut+LOKJ9KD2g==" } }, - "npm:@pnpm/logger": { + "npm:@fluentui/react-menu": { "type": "npm", - "name": "npm:@pnpm/logger", + "name": "npm:@fluentui/react-menu", "data": { - "version": "5.0.0", - "packageName": "@pnpm/logger", - "hash": "sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==" + "version": "9.13.5", + "packageName": "@fluentui/react-menu", + "hash": "sha512-P9y31r7g/YAlL6zPWTFM26rp1gP6jkIqaXVCB6OuV/ZMdAxGIUcILww4d5rGr6G/tUpA9fL9trpWCgQpHSOXKw==" } }, - "npm:@pnpm/npm-package-arg": { + "npm:@fluentui/react-message-bar": { "type": "npm", - "name": "npm:@pnpm/npm-package-arg", + "name": "npm:@fluentui/react-message-bar", "data": { - "version": "1.0.0", - "packageName": "@pnpm/npm-package-arg", - "hash": "sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==" + "version": "9.0.24", + "packageName": "@fluentui/react-message-bar", + "hash": "sha512-gcqXRMFDbPc23aDTovwVUepufUJjjtQlnfqkWEwjlV6k1UdAfIzqgSThm81ztFXop1StyOH8gVj7QBGpBDz7+g==" } }, - "npm:@pnpm/npm-resolver": { + "npm:@fluentui/react-migration-v8-v9": { "type": "npm", - "name": "npm:@pnpm/npm-resolver", + "name": "npm:@fluentui/react-migration-v8-v9", "data": { - "version": "18.1.1", - "packageName": "@pnpm/npm-resolver", - "hash": "sha512-NptzncmMD5ZMimbjWkGpMzuBRhlCY+sh7mzypPdBOTNlh5hmEQe/VaRKjNK4V9/b0C/llElkvIePL6acybu86w==" + "version": "9.2.16", + "packageName": "@fluentui/react-migration-v8-v9", + "hash": "sha512-TTS4FY1hCG447m5EzGwITQCCeueUmrj8hOa9clDJDim4QR4BT1QhuQa/pZZKGUGjkdNJnDkEeJms+tCLiSvTjw==" } }, - "npm:ramda": { + "npm:@fluentui/react-motion-preview": { "type": "npm", - "name": "npm:ramda", + "name": "npm:@fluentui/react-motion-preview", "data": { - "version": "npm:@pnpm/ramda@0.28.1", - "packageName": "ramda", - "hash": "sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==" + "version": "0.5.17", + "packageName": "@fluentui/react-motion-preview", + "hash": "sha512-7hnFuCpF7el6eQq3xwMKOWUWhfY0/UjHhaKkJ3NWHQuM8H7mzYPTifpphSUvh4DYA5XEUh8n8YEvnNy1kFHsVg==" } }, - "npm:@pnpm/resolve-workspace-range": { + "npm:@fluentui/react-overflow": { "type": "npm", - "name": "npm:@pnpm/resolve-workspace-range", + "name": "npm:@fluentui/react-overflow", "data": { - "version": "5.0.1", - "packageName": "@pnpm/resolve-workspace-range", - "hash": "sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==" + "version": "9.1.15", + "packageName": "@fluentui/react-overflow", + "hash": "sha512-oIHwP9jLP3vzUlPy2M8shzgwHSvIh3mhc2A5CPTyu+aU906NFV6EFEx03vy62Cof21Ux71KOpPTFTAX0tBQrAA==" } }, - "npm:@pnpm/resolver-base": { + "npm:@fluentui/react-persona": { "type": "npm", - "name": "npm:@pnpm/resolver-base", + "name": "npm:@fluentui/react-persona", "data": { - "version": "11.1.0", - "packageName": "@pnpm/resolver-base", - "hash": "sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==" + "version": "9.2.78", + "packageName": "@fluentui/react-persona", + "hash": "sha512-pWpyTYtoV7y1vHZv/MMc+h6kbIh9jB69FMXjkNX2uUiEBq0e+RQlkDhivZv58t9y6S8ZqdPZEelJgbH8HfHekw==" } }, - "npm:@pnpm/types": { + "npm:@fluentui/react-popover": { "type": "npm", - "name": "npm:@pnpm/types", + "name": "npm:@fluentui/react-popover", "data": { - "version": "9.4.2", - "packageName": "@pnpm/types", - "hash": "sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==" + "version": "9.9.2", + "packageName": "@fluentui/react-popover", + "hash": "sha512-F/7VTPZMVCY/dwqumzrp+wzRNTlsKJ9Gz1nmZPZuO7IMBC8XRIGkjqdjW7oW8SzIrRmOTkAvmsn4UfPL19spiw==" } }, - "npm:@pnpm/workspace.pkgs-graph": { + "npm:@fluentui/react-portal-compat-context": { "type": "npm", - "name": "npm:@pnpm/workspace.pkgs-graph", + "name": "npm:@fluentui/react-portal-compat-context", "data": { - "version": "2.0.15", - "packageName": "@pnpm/workspace.pkgs-graph", - "hash": "sha512-Txxd5FzzVfBfGCTngISaxFlJzZhzdS8BUrCEtAWJfZOFbQzpWy27rzkaS7TaWW2dHiFcCVYzPI/2vgxfeRansA==" + "version": "9.0.11", + "packageName": "@fluentui/react-portal-compat-context", + "hash": "sha512-ubvW/ej0O+Pago9GH3mPaxzUgsNnBoqvghNamWjyKvZIViyaXUG6+sgcAl721R+qGAFac+A20akI5qDJz/xtdg==" } }, - "npm:@prettier/cli": { + "npm:@fluentui/react-portal-compat": { "type": "npm", - "name": "npm:@prettier/cli", + "name": "npm:@fluentui/react-portal-compat", "data": { - "version": "0.3.0", - "packageName": "@prettier/cli", - "hash": "sha512-8qq527QT5n8paE9eoHeulmGw7a3MroVk5+8ITf+xoWJn1gcVaZiOP6vb9OlwZv49hhdRZ1WX+0MyisSSXL/4fA==" + "version": "9.0.60", + "packageName": "@fluentui/react-portal-compat", + "hash": "sha512-xswO96THwpHVa88hajCTiazY2nc4rMex4uneunk66j0WRpz6W/4E3E5pTI2PSI9DvB0t0gB3uoRML1I6nHveWA==" } }, - "npm:@rollup/plugin-babel": { + "npm:@fluentui/react-portal": { "type": "npm", - "name": "npm:@rollup/plugin-babel", + "name": "npm:@fluentui/react-portal", "data": { - "version": "6.0.4", - "packageName": "@rollup/plugin-babel", - "hash": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==" + "version": "9.4.18", + "packageName": "@fluentui/react-portal", + "hash": "sha512-ShWpbZ2vjA/8yrk34e2n8+B+w034reYaxxfSq9N8csNsMbTInKdn44wTPp1ikcuqzZFJlkVFW4+LbKeQ/DvtZQ==" } }, - "npm:@rollup/plugin-commonjs": { + "npm:@fluentui/react-positioning": { "type": "npm", - "name": "npm:@rollup/plugin-commonjs", + "name": "npm:@fluentui/react-positioning", "data": { - "version": "25.0.7", - "packageName": "@rollup/plugin-commonjs", - "hash": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==" + "version": "9.14.2", + "packageName": "@fluentui/react-positioning", + "hash": "sha512-m0buzn3UI7j2WjCGL83YwC064Xe9N/dQJ8aSwhv/xXBgQkxHnHYAs3hLG4Tjb/tliEOobntFlSI7O1NYKiDrFw==" } }, - "npm:@rollup/plugin-node-resolve": { + "npm:@fluentui/react-progress": { "type": "npm", - "name": "npm:@rollup/plugin-node-resolve", + "name": "npm:@fluentui/react-progress", "data": { - "version": "15.2.3", - "packageName": "@rollup/plugin-node-resolve", - "hash": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==" + "version": "9.1.69", + "packageName": "@fluentui/react-progress", + "hash": "sha512-aoo9hAFPafO0by5Ibv9EaFyDZZSBH1Gy3udU3lKAJMTrny5kgzXhOnITvwUhM8Za1G2M5rX/y62ujcYAsQgLdw==" } }, - "npm:@rollup/plugin-replace": { + "npm:@fluentui/react-provider": { "type": "npm", - "name": "npm:@rollup/plugin-replace", + "name": "npm:@fluentui/react-provider", "data": { - "version": "5.0.5", - "packageName": "@rollup/plugin-replace", - "hash": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==" + "version": "9.13.16", + "packageName": "@fluentui/react-provider", + "hash": "sha512-LHiy/4wefxgx+dneWLCrvTgC3qP2kHm7M1tnx2jXKZsBwpXMhAWqxBN3xs1y+u0fyI3RqhJpJAOmKLtmHW2/Og==" } }, - "npm:@rollup/plugin-terser": { + "npm:@fluentui/react-radio": { "type": "npm", - "name": "npm:@rollup/plugin-terser", + "name": "npm:@fluentui/react-radio", "data": { - "version": "0.4.4", - "packageName": "@rollup/plugin-terser", - "hash": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" + "version": "9.2.13", + "packageName": "@fluentui/react-radio", + "hash": "sha512-tK26OntGs3FiUoMxCt4tnCf17am74KGXolRIDUDiyZKLICQq0xDlfokupCU9qGl59OUgMJGa/ZK4hijxZN3pyA==" } }, - "npm:@rollup/pluginutils@4.2.1": { + "npm:@fluentui/react-select": { "type": "npm", - "name": "npm:@rollup/pluginutils@4.2.1", + "name": "npm:@fluentui/react-select", "data": { - "version": "4.2.1", - "packageName": "@rollup/pluginutils", - "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" + "version": "9.1.69", + "packageName": "@fluentui/react-select", + "hash": "sha512-Ypmq0Ge6nlx2FmVaB1IKlWCjkTsaIAiLlKHoyjQg/QNvcE/RUA02ErSY4iliy7UOrIqZf2hX2tTh0lbDKb0Ufg==" } }, - "npm:@rollup/pluginutils": { + "npm:@fluentui/react-shared-contexts": { "type": "npm", - "name": "npm:@rollup/pluginutils", + "name": "npm:@fluentui/react-shared-contexts", "data": { - "version": "5.1.0", - "packageName": "@rollup/pluginutils", - "hash": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==" + "version": "9.15.2", + "packageName": "@fluentui/react-shared-contexts", + "hash": "sha512-0KEYEYGP4pjMrxZ5EytYqkUe56+tlr46ltxyKdcPcbfN+ptPffC9cevAR+4VIcb4xgmW+c7JT6nxDr5Rd5pvcw==" } }, - "npm:@rollup/rollup-android-arm-eabi": { + "npm:@fluentui/react-skeleton": { "type": "npm", - "name": "npm:@rollup/rollup-android-arm-eabi", + "name": "npm:@fluentui/react-skeleton", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-android-arm-eabi", - "hash": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==" + "version": "9.0.57", + "packageName": "@fluentui/react-skeleton", + "hash": "sha512-YBJBFX/RX4GBeMdP3jXzid50tFC+PSdfoBiwVTeSuZzjxxhLrUQpyFErhkZrnE+W53G70/7KbZpRqbOCVjW7YQ==" } }, - "npm:@rollup/rollup-android-arm64": { + "npm:@fluentui/react-slider": { "type": "npm", - "name": "npm:@rollup/rollup-android-arm64", + "name": "npm:@fluentui/react-slider", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-android-arm64", - "hash": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==" + "version": "9.1.75", + "packageName": "@fluentui/react-slider", + "hash": "sha512-mLwPOFhsO2bgZZCSdBUXCd30fWp9bHvROZaiTrn+kslY2bqHAQQfWox4YTNoAQrWl0SBYY8UHca8YTcCWmMtXA==" } }, - "npm:@rollup/rollup-darwin-arm64": { + "npm:@fluentui/react-spinbutton": { "type": "npm", - "name": "npm:@rollup/rollup-darwin-arm64", + "name": "npm:@fluentui/react-spinbutton", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-darwin-arm64", - "hash": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==" + "version": "9.2.69", + "packageName": "@fluentui/react-spinbutton", + "hash": "sha512-/KGoIEuVQmA/4groKY57rgBk+k2er3N7e/FljD6S2HzCW5WhBIkE4icYz0kJuA42c9bfYBd2phdkt2/6KlZCFw==" } }, - "npm:@rollup/rollup-darwin-x64": { + "npm:@fluentui/react-spinner": { "type": "npm", - "name": "npm:@rollup/rollup-darwin-x64", + "name": "npm:@fluentui/react-spinner", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-darwin-x64", - "hash": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==" + "version": "9.4.2", + "packageName": "@fluentui/react-spinner", + "hash": "sha512-fdxB+6FNM1qWNuzAEBGpF+u8esW7KyuVYujdVlIN/7uKRbwWe8sp4UMe7aHuvRtYleG9i1pMYnO3nwmrXYA6IQ==" } }, - "npm:@rollup/rollup-linux-arm-gnueabihf": { + "npm:@fluentui/react-switch": { "type": "npm", - "name": "npm:@rollup/rollup-linux-arm-gnueabihf", + "name": "npm:@fluentui/react-switch", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-arm-gnueabihf", - "hash": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==" + "version": "9.1.75", + "packageName": "@fluentui/react-switch", + "hash": "sha512-tK6SD6mCYHgXtnxFW64kkmMqD9jIdnk49g34E/OMyXi4DLezDv+PFmYaiFXeV6ASoz5OZlt/3J3w7zRC0RhBog==" } }, - "npm:@rollup/rollup-linux-arm64-gnu": { + "npm:@fluentui/react-table": { "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-gnu", + "name": "npm:@fluentui/react-table", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-arm64-gnu", - "hash": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==" + "version": "9.12.0", + "packageName": "@fluentui/react-table", + "hash": "sha512-8qvN2hrYYtVXkVrB5+DMWNTIJogzWr0KUkFuvUZ9f1ylmvR8NcRQpxlU5q0yLaNKecmTLDoADWYF6Ldoyt5e2Q==" } }, - "npm:@rollup/rollup-linux-arm64-musl": { + "npm:@fluentui/react-tabs": { "type": "npm", - "name": "npm:@rollup/rollup-linux-arm64-musl", + "name": "npm:@fluentui/react-tabs", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-arm64-musl", - "hash": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==" + "version": "9.4.14", + "packageName": "@fluentui/react-tabs", + "hash": "sha512-hXcgzQCnmHym5ERlitE1gWU974TT644034FUXoc4x4EoduLQ1FEebHRFZKajGeR+/gGHvBXXnbvdw6dNZwwJkw==" } }, - "npm:@rollup/rollup-linux-riscv64-gnu": { + "npm:@fluentui/react-tabster": { "type": "npm", - "name": "npm:@rollup/rollup-linux-riscv64-gnu", + "name": "npm:@fluentui/react-tabster", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-riscv64-gnu", - "hash": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==" + "version": "9.19.5", + "packageName": "@fluentui/react-tabster", + "hash": "sha512-bazFB5naT7/I8Q1+cRNvGhhlCQlWvLmCUpj+7tgMrfdX0ghRNI+adygsqKFx1oKkRm5ZBgsVFyk3M6AuDGoAQw==" } }, - "npm:@rollup/rollup-linux-x64-gnu": { + "npm:@fluentui/react-tags": { "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-gnu", + "name": "npm:@fluentui/react-tags", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-x64-gnu", - "hash": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==" + "version": "9.2.0", + "packageName": "@fluentui/react-tags", + "hash": "sha512-eM5EQHeyCX+CI/mWQRIOE7U8t1L6eb77Ed2P90O+eP4rrk79HcZcsoUrPm8UcveYVGC4ebhLpF4k+qyDii27BQ==" } }, - "npm:@rollup/rollup-linux-x64-musl": { + "npm:@fluentui/react-text": { "type": "npm", - "name": "npm:@rollup/rollup-linux-x64-musl", + "name": "npm:@fluentui/react-text", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-linux-x64-musl", - "hash": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==" + "version": "9.4.14", + "packageName": "@fluentui/react-text", + "hash": "sha512-QoWtBYene1NhoDc8ZpZaS5t4CrgbXBrN8UsTNXJY2qVgLKctqx3nEP0ZNc9y3/oGOp1bSQ1rIY2SpVv9voMEaA==" } }, - "npm:@rollup/rollup-win32-arm64-msvc": { + "npm:@fluentui/react-textarea": { "type": "npm", - "name": "npm:@rollup/rollup-win32-arm64-msvc", + "name": "npm:@fluentui/react-textarea", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-win32-arm64-msvc", - "hash": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==" + "version": "9.3.69", + "packageName": "@fluentui/react-textarea", + "hash": "sha512-vBxYEDrmjUTlagPsLSqu8PSoCIyuoEn55TtpjVdQdueXeKv8o7Mx7zdkykHP82GJYHfRV7IPIqloEyn+b+ChWA==" } }, - "npm:@rollup/rollup-win32-ia32-msvc": { + "npm:@fluentui/react-theme": { "type": "npm", - "name": "npm:@rollup/rollup-win32-ia32-msvc", + "name": "npm:@fluentui/react-theme", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-win32-ia32-msvc", - "hash": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==" + "version": "9.1.19", + "packageName": "@fluentui/react-theme", + "hash": "sha512-mrVhKbr4o9UKERPxgghIRDU59S7gRizrgz3/wwyMt7elkr8Sw+OpwKIeEw9x6P0RTcFDC00nggaMJhBGs7Xo4A==" } }, - "npm:@rollup/rollup-win32-x64-msvc": { + "npm:@fluentui/react-toast": { "type": "npm", - "name": "npm:@rollup/rollup-win32-x64-msvc", + "name": "npm:@fluentui/react-toast", "data": { - "version": "4.13.0", - "packageName": "@rollup/rollup-win32-x64-msvc", - "hash": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==" + "version": "9.3.35", + "packageName": "@fluentui/react-toast", + "hash": "sha512-eBu3ixzcyvRhyLgtWxiYuCWKkeYUZpWqZkRY5m83rJFu+A4yXBpVrCQ/XYdeBe8GuhvxTK7U9AdvMvcY1EBTBg==" } }, - "npm:@rushstack/node-core-library": { + "npm:@fluentui/react-toolbar": { "type": "npm", - "name": "npm:@rushstack/node-core-library", + "name": "npm:@fluentui/react-toolbar", "data": { - "version": "3.62.0", - "packageName": "@rushstack/node-core-library", - "hash": "sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==" + "version": "9.1.76", + "packageName": "@fluentui/react-toolbar", + "hash": "sha512-Va0VCe5u1Y+jaf5c0I2YFCImiQLKpG/caEUu10vGmnKqHkeXUIC4o0rbj7IptmiOX7LPbzb/u8BtwFImKHHJJA==" } }, - "npm:@rushstack/rig-package": { + "npm:@fluentui/react-tooltip": { "type": "npm", - "name": "npm:@rushstack/rig-package", + "name": "npm:@fluentui/react-tooltip", "data": { - "version": "0.5.1", - "packageName": "@rushstack/rig-package", - "hash": "sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==" + "version": "9.4.21", + "packageName": "@fluentui/react-tooltip", + "hash": "sha512-zGfhuOKDmmfFj9hssKAy00xGYzbxUZDQc4s8tNzP3NPRehuMPSY1ZaPIut3Gvrqn+i8kkKTxXsQBFBz3Qvzq6A==" } }, - "npm:@rushstack/ts-command-line": { + "npm:@fluentui/react-tree": { "type": "npm", - "name": "npm:@rushstack/ts-command-line", + "name": "npm:@fluentui/react-tree", "data": { - "version": "4.17.1", - "packageName": "@rushstack/ts-command-line", - "hash": "sha512-2jweO1O57BYP5qdBGl6apJLB+aRIn5ccIRTPDyULh0KMwVzFqWtw6IZWt1qtUoZD/pD2RNkIOosH6Cq45rIYeg==" + "version": "9.4.36", + "packageName": "@fluentui/react-tree", + "hash": "sha512-FEv4wG7lOrHDC3l6SFQDzwEz1rnPPeKlL4VR+/kP+R6clKdd2AjE1yeGfrM6j/Ax2iitilMoyqQaZKE/MZBUnQ==" } }, - "npm:@sinclair/typebox": { + "npm:@fluentui/react-utilities": { "type": "npm", - "name": "npm:@sinclair/typebox", + "name": "npm:@fluentui/react-utilities", "data": { - "version": "0.27.8", - "packageName": "@sinclair/typebox", - "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" + "version": "9.18.5", + "packageName": "@fluentui/react-utilities", + "hash": "sha512-Q3WwuHY2YzZSOEg9KlwVKYUzYiWDAiyuuQHE4qZevoiNn2ly2gXgfbVUc27LPdWAOTLT9HjdddsdoaJuJ/S5Mw==" } }, - "npm:@sindresorhus/merge-streams": { + "npm:@fluentui/react-virtualizer": { "type": "npm", - "name": "npm:@sindresorhus/merge-streams", + "name": "npm:@fluentui/react-virtualizer", "data": { - "version": "2.3.0", - "packageName": "@sindresorhus/merge-streams", - "hash": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==" + "version": "9.0.0-alpha.59", + "packageName": "@fluentui/react-virtualizer", + "hash": "sha512-LVBYuPe+5Dmrk9fUBaRPxSZBfs3RgMFTaioaMWNMt6eHmTPqoOOcajfCb3ZHN79mP9oZq9d5m9GnaRQcOSNNwg==" } }, - "npm:@size-limit/esbuild": { + "npm:@fluentui/react-window-provider": { "type": "npm", - "name": "npm:@size-limit/esbuild", + "name": "npm:@fluentui/react-window-provider", "data": { - "version": "11.1.2", - "packageName": "@size-limit/esbuild", - "hash": "sha512-IGQNaZsS4kP4hwU9C8P+3VvPhtW9PQ9OrwKJsvHDgMsbGX01hz39b9KkVwoI29wOXdwtj0aETaJUZPqoJq588w==" + "version": "2.2.18", + "packageName": "@fluentui/react-window-provider", + "hash": "sha512-nBKqxd0P8NmIR0qzFvka1urE2LVbUm6cse1I1T7TcOVNYa5jDf5BrO06+JRZfwbn00IJqOnIVoP0qONqceypWQ==" } }, - "npm:@size-limit/file": { + "npm:@fluentui/react": { "type": "npm", - "name": "npm:@size-limit/file", + "name": "npm:@fluentui/react", "data": { - "version": "11.1.2", - "packageName": "@size-limit/file", - "hash": "sha512-zktWwhO7MxVwQXbrZzy0VKfM5mZK3Aza1G3XbWRP8q+/3+irPKCz2fmyYJqJAJVwC9U1jAs6xEPlTJzxKgEAmw==" + "version": "8.110.2", + "packageName": "@fluentui/react", + "hash": "sha512-xCAUaKs20LlhHHeNba+Vkq28xfkWnzHcWrXtiFFt2q9fKo8QnlnLdrqmmVKAcMH59lxH5o2I1CkMa+6zpE30iA==" } }, - "npm:@size-limit/preset-small-lib": { + "npm:@fluentui/react@8.117.0": { "type": "npm", - "name": "npm:@size-limit/preset-small-lib", + "name": "npm:@fluentui/react@8.117.0", "data": { - "version": "11.1.2", - "packageName": "@size-limit/preset-small-lib", - "hash": "sha512-fxZW3woI6SOYyvq44QhlnYdcYfOfiW7zqFCPf+1Ox0OHbrug7YuMz74JNFlHJcnvB4Z6aErED+afkoYJ7vxohQ==" + "version": "8.117.0", + "packageName": "@fluentui/react", + "hash": "sha512-7zPFyyhm6zZGUF5C7/L5XNIBNBYsGc2ZIVg+nuCd56hBgMh0smWDnbciFKpQ9jvAh6gvfKbsgUuVWrD/FwEkAg==" } }, - "npm:@snyk/github-codeowners": { + "npm:@fluentui/set-version": { "type": "npm", - "name": "npm:@snyk/github-codeowners", + "name": "npm:@fluentui/set-version", "data": { - "version": "1.1.0", - "packageName": "@snyk/github-codeowners", - "hash": "sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==" + "version": "8.2.14", + "packageName": "@fluentui/set-version", + "hash": "sha512-f/QWJnSeyfAjGAqq57yjMb6a5ejPlwfzdExPmzFBuEOuupi8hHbV8Yno12XJcTW4I0KXEQGw+PUaM1aOf/j7jw==" } }, - "npm:@tanstack/config": { + "npm:@fluentui/style-utilities": { "type": "npm", - "name": "npm:@tanstack/config", + "name": "npm:@fluentui/style-utilities", "data": { - "version": "0.6.0", - "packageName": "@tanstack/config", - "hash": "sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==" + "version": "8.10.5", + "packageName": "@fluentui/style-utilities", + "hash": "sha512-pATlzdNhkFghbjPqybq2vrIHnJZ6/bIoVk6tekMVucVedpfLr+TC/2EcRYhRSLyCOjE3qYPhFMZKe850FGDFqA==" } }, - "npm:@testing-library/dom": { + "npm:@fluentui/theme": { "type": "npm", - "name": "npm:@testing-library/dom", + "name": "npm:@fluentui/theme", "data": { - "version": "9.3.4", - "packageName": "@testing-library/dom", - "hash": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==" + "version": "2.6.25", + "packageName": "@fluentui/theme", + "hash": "sha512-slp+Tk+FEDj6HtZNWzckEMPLZMYfe2bECz4hLj/aq2ok51f2ztVTM8rjjmiJjOAidcTirF/gdYVbayc/5MOKag==" } }, - "npm:@testing-library/jest-dom": { + "npm:@fluentui/theme@2.6.43": { "type": "npm", - "name": "npm:@testing-library/jest-dom", + "name": "npm:@fluentui/theme@2.6.43", "data": { - "version": "6.4.2", - "packageName": "@testing-library/jest-dom", - "hash": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==" + "version": "2.6.43", + "packageName": "@fluentui/theme", + "hash": "sha512-Z5M0L0xRASWBt13Uj4LiazMKxsWGdno2KeK5Rh+xrSYjAUIXxrJz5Y+VGmpObNsDemyfaYG2TGnTg/b0DDEXtQ==" } }, - "npm:@testing-library/react-hooks": { + "npm:@fluentui/tokens": { "type": "npm", - "name": "npm:@testing-library/react-hooks", + "name": "npm:@fluentui/tokens", "data": { - "version": "8.0.1", - "packageName": "@testing-library/react-hooks", - "hash": "sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==" + "version": "1.0.0-alpha.16", + "packageName": "@fluentui/tokens", + "hash": "sha512-Gr9G8LIlUhZYX5j6CfDQrofQqsWAz/q54KabWn1tWV/1083WwyoTZXiG1k6b37NnK7Feye7D7Nz+4MNqoKpXGw==" } }, - "npm:@testing-library/react": { + "npm:@fluentui/utilities": { "type": "npm", - "name": "npm:@testing-library/react", + "name": "npm:@fluentui/utilities", "data": { - "version": "14.2.2", - "packageName": "@testing-library/react", - "hash": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==" + "version": "8.13.16", + "packageName": "@fluentui/utilities", + "hash": "sha512-NAz7892Fjf4SNj7QCXuL/WGaZHc5GfCkT2trRFAhduSDXTib1dFANmS/yH2u9dH+27WAtu9pD9p9KbEhrWK4MQ==" } }, - "npm:@types/argparse": { + "npm:@fluentui/utilities@8.15.0": { "type": "npm", - "name": "npm:@types/argparse", + "name": "npm:@fluentui/utilities@8.15.0", "data": { - "version": "1.0.38", - "packageName": "@types/argparse", - "hash": "sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==" + "version": "8.15.0", + "packageName": "@fluentui/utilities", + "hash": "sha512-fj5/LBpt4JPQwx8OZPhHFPHYeCM+a1nnSSpPnVKj2cCZ3o3MoCenw23tgTGdQM5A+i9MKNTE8OuSfMcnTGlA0w==" } }, - "npm:@types/aria-query": { + "npm:@formatjs/ecma402-abstract@1.14.3": { "type": "npm", - "name": "npm:@types/aria-query", + "name": "npm:@formatjs/ecma402-abstract@1.14.3", "data": { - "version": "5.0.4", - "packageName": "@types/aria-query", - "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" + "version": "1.14.3", + "packageName": "@formatjs/ecma402-abstract", + "hash": "sha512-SlsbRC/RX+/zg4AApWIFNDdkLtFbkq3LNoZWXZCE/nHVKqoIJyaoQyge/I0Y38vLxowUn9KTtXgusLD91+orbg==" } }, - "npm:@types/estree": { + "npm:@formatjs/ecma402-abstract": { "type": "npm", - "name": "npm:@types/estree", + "name": "npm:@formatjs/ecma402-abstract", "data": { - "version": "1.0.5", - "packageName": "@types/estree", - "hash": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + "version": "1.18.2", + "packageName": "@formatjs/ecma402-abstract", + "hash": "sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==" } }, - "npm:@types/node": { + "npm:@formatjs/fast-memoize@1.2.8": { "type": "npm", - "name": "npm:@types/node", + "name": "npm:@formatjs/fast-memoize@1.2.8", "data": { - "version": "20.11.30", - "packageName": "@types/node", - "hash": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==" + "version": "1.2.8", + "packageName": "@formatjs/fast-memoize", + "hash": "sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==" } }, - "npm:@types/picomatch": { + "npm:@formatjs/fast-memoize": { "type": "npm", - "name": "npm:@types/picomatch", + "name": "npm:@formatjs/fast-memoize", "data": { - "version": "2.3.3", - "packageName": "@types/picomatch", - "hash": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==" + "version": "2.2.0", + "packageName": "@formatjs/fast-memoize", + "hash": "sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==" } }, - "npm:@types/prop-types": { + "npm:@formatjs/icu-messageformat-parser@2.3.0": { "type": "npm", - "name": "npm:@types/prop-types", + "name": "npm:@formatjs/icu-messageformat-parser@2.3.0", "data": { - "version": "15.7.12", - "packageName": "@types/prop-types", - "hash": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" + "version": "2.3.0", + "packageName": "@formatjs/icu-messageformat-parser", + "hash": "sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==" } }, - "npm:@types/react-dom": { + "npm:@formatjs/icu-messageformat-parser": { "type": "npm", - "name": "npm:@types/react-dom", + "name": "npm:@formatjs/icu-messageformat-parser", "data": { - "version": "18.2.22", - "packageName": "@types/react-dom", - "hash": "sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==" + "version": "2.7.6", + "packageName": "@formatjs/icu-messageformat-parser", + "hash": "sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==" } }, - "npm:@types/react": { + "npm:@formatjs/icu-skeleton-parser": { "type": "npm", - "name": "npm:@types/react", + "name": "npm:@formatjs/icu-skeleton-parser", "data": { - "version": "18.2.70", - "packageName": "@types/react", - "hash": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==" + "version": "1.3.18", + "packageName": "@formatjs/icu-skeleton-parser", + "hash": "sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==" } }, - "npm:@types/resolve": { + "npm:@formatjs/icu-skeleton-parser@1.8.0": { "type": "npm", - "name": "npm:@types/resolve", + "name": "npm:@formatjs/icu-skeleton-parser@1.8.0", "data": { - "version": "1.20.2", - "packageName": "@types/resolve", - "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" + "version": "1.8.0", + "packageName": "@formatjs/icu-skeleton-parser", + "hash": "sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==" } }, - "npm:@types/scheduler": { + "npm:@formatjs/intl-displaynames@6.2.6": { "type": "npm", - "name": "npm:@types/scheduler", + "name": "npm:@formatjs/intl-displaynames@6.2.6", "data": { - "version": "0.16.8", - "packageName": "@types/scheduler", - "hash": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" + "version": "6.2.6", + "packageName": "@formatjs/intl-displaynames", + "hash": "sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==" } }, - "npm:@vitest/expect": { + "npm:@formatjs/intl-displaynames": { "type": "npm", - "name": "npm:@vitest/expect", + "name": "npm:@formatjs/intl-displaynames", "data": { - "version": "1.4.0", - "packageName": "@vitest/expect", - "hash": "sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==" + "version": "6.6.6", + "packageName": "@formatjs/intl-displaynames", + "hash": "sha512-Dg5URSjx0uzF8VZXtHb6KYZ6LFEEhCbAbKoYChYHEOnMFTw/ZU3jIo/NrujzQD2EfKPgQzIq73LOUvW6Z/LpFA==" } }, - "npm:@vitest/runner": { + "npm:@formatjs/intl-listformat@7.1.9": { "type": "npm", - "name": "npm:@vitest/runner", + "name": "npm:@formatjs/intl-listformat@7.1.9", "data": { - "version": "1.4.0", - "packageName": "@vitest/runner", - "hash": "sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==" + "version": "7.1.9", + "packageName": "@formatjs/intl-listformat", + "hash": "sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==" } }, - "npm:@vitest/snapshot": { + "npm:@formatjs/intl-listformat": { "type": "npm", - "name": "npm:@vitest/snapshot", + "name": "npm:@formatjs/intl-listformat", "data": { - "version": "1.4.0", - "packageName": "@vitest/snapshot", - "hash": "sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==" + "version": "7.5.5", + "packageName": "@formatjs/intl-listformat", + "hash": "sha512-XoI52qrU6aBGJC9KJddqnacuBbPlb/bXFN+lIFVFhQ1RnFHpzuFrlFdjD9am2O7ZSYsyqzYRpkVcXeT1GHkwDQ==" } }, - "npm:@vitest/spy": { + "npm:@formatjs/intl-localematcher": { "type": "npm", - "name": "npm:@vitest/spy", + "name": "npm:@formatjs/intl-localematcher", "data": { - "version": "1.4.0", - "packageName": "@vitest/spy", - "hash": "sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==" + "version": "0.2.32", + "packageName": "@formatjs/intl-localematcher", + "hash": "sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==" } }, - "npm:@vitest/utils": { + "npm:@formatjs/intl-localematcher@0.5.4": { "type": "npm", - "name": "npm:@vitest/utils", + "name": "npm:@formatjs/intl-localematcher@0.5.4", "data": { - "version": "1.4.0", - "packageName": "@vitest/utils", - "hash": "sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==" + "version": "0.5.4", + "packageName": "@formatjs/intl-localematcher", + "hash": "sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==" } }, - "npm:@volar/language-core": { + "npm:@formatjs/intl": { "type": "npm", - "name": "npm:@volar/language-core", + "name": "npm:@formatjs/intl", "data": { - "version": "1.11.1", - "packageName": "@volar/language-core", - "hash": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==" + "version": "2.10.1", + "packageName": "@formatjs/intl", + "hash": "sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==" } }, - "npm:@volar/source-map": { + "npm:@formatjs/intl@2.6.7": { "type": "npm", - "name": "npm:@volar/source-map", + "name": "npm:@formatjs/intl@2.6.7", "data": { - "version": "1.11.1", - "packageName": "@volar/source-map", - "hash": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==" + "version": "2.6.7", + "packageName": "@formatjs/intl", + "hash": "sha512-9FvEJfUMzlmP5ZBK3EE0928kVsZmD5aeWXg+faP8+mKIvG3c0hkLEXQ2MiUrXQt4rsEzOPbYVtBdthzSM0e2fw==" } }, - "npm:@volar/typescript": { + "npm:@griffel/core": { "type": "npm", - "name": "npm:@volar/typescript", + "name": "npm:@griffel/core", "data": { - "version": "1.11.1", - "packageName": "@volar/typescript", - "hash": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==" + "version": "1.15.3", + "packageName": "@griffel/core", + "hash": "sha512-5ksBpOjFJ75HijGehQ06Ri9cQjhd/rqQ0N/jJzXDDXQFYdOOzib/QL7BXNwhkLtTyHvN391cD4/BqcTdynfLUg==" } }, - "npm:@vue/compiler-core": { + "npm:@griffel/react": { "type": "npm", - "name": "npm:@vue/compiler-core", + "name": "npm:@griffel/react", "data": { - "version": "3.4.21", - "packageName": "@vue/compiler-core", - "hash": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==" + "version": "1.5.21", + "packageName": "@griffel/react", + "hash": "sha512-7wuY9uFSt/0E7kLAKX//ue8NILx0IGoOtIx6WVuavEUFJXPCrvFn4uCDgnJC0211LZtJ+XH7zZGPNUtSb7nijw==" } }, - "npm:@vue/compiler-dom": { + "npm:@griffel/style-types": { "type": "npm", - "name": "npm:@vue/compiler-dom", + "name": "npm:@griffel/style-types", "data": { - "version": "3.4.21", - "packageName": "@vue/compiler-dom", - "hash": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==" + "version": "1.0.4", + "packageName": "@griffel/style-types", + "hash": "sha512-geZomjQTIHXoQZFFB811PUMXYAr8LuBNOMPcR2YJAl1pslbHYYiZKCa2FgZCw00hnQFP4uB4JIJ2CiPJqKZYmw==" } }, - "npm:@vue/language-core": { + "npm:@iarna/toml": { "type": "npm", - "name": "npm:@vue/language-core", + "name": "npm:@iarna/toml", "data": { - "version": "1.8.27", - "packageName": "@vue/language-core", - "hash": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==" + "version": "2.2.5", + "packageName": "@iarna/toml", + "hash": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==" } }, - "npm:@vue/shared": { + "npm:@isaacs/cliui": { "type": "npm", - "name": "npm:@vue/shared", + "name": "npm:@isaacs/cliui", "data": { - "version": "3.4.21", - "packageName": "@vue/shared", - "hash": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==" + "version": "8.0.2", + "packageName": "@isaacs/cliui", + "hash": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" } }, - "npm:@yarnpkg/lockfile": { + "npm:@jest/schemas": { "type": "npm", - "name": "npm:@yarnpkg/lockfile", + "name": "npm:@jest/schemas", "data": { - "version": "1.1.0", - "packageName": "@yarnpkg/lockfile", - "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" + "version": "29.6.3", + "packageName": "@jest/schemas", + "hash": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==" } }, - "npm:@yarnpkg/parsers": { + "npm:@jridgewell/gen-mapping": { "type": "npm", - "name": "npm:@yarnpkg/parsers", + "name": "npm:@jridgewell/gen-mapping", "data": { - "version": "3.0.0-rc.46", - "packageName": "@yarnpkg/parsers", - "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" + "version": "0.3.5", + "packageName": "@jridgewell/gen-mapping", + "hash": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==" } }, - "npm:@zkochan/js-yaml": { + "npm:@jridgewell/resolve-uri": { "type": "npm", - "name": "npm:@zkochan/js-yaml", + "name": "npm:@jridgewell/resolve-uri", "data": { - "version": "0.0.6", - "packageName": "@zkochan/js-yaml", - "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" + "version": "3.1.2", + "packageName": "@jridgewell/resolve-uri", + "hash": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==" } }, - "npm:@zkochan/retry": { + "npm:@jridgewell/set-array": { "type": "npm", - "name": "npm:@zkochan/retry", + "name": "npm:@jridgewell/set-array", "data": { - "version": "0.2.0", - "packageName": "@zkochan/retry", - "hash": "sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==" + "version": "1.2.1", + "packageName": "@jridgewell/set-array", + "hash": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==" } }, - "npm:@zkochan/rimraf": { + "npm:@jridgewell/source-map": { "type": "npm", - "name": "npm:@zkochan/rimraf", + "name": "npm:@jridgewell/source-map", "data": { - "version": "2.1.3", - "packageName": "@zkochan/rimraf", - "hash": "sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==" + "version": "0.3.6", + "packageName": "@jridgewell/source-map", + "hash": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==" } }, - "npm:JSONStream": { + "npm:@jridgewell/sourcemap-codec": { "type": "npm", - "name": "npm:JSONStream", + "name": "npm:@jridgewell/sourcemap-codec", "data": { - "version": "1.3.5", - "packageName": "JSONStream", - "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" + "version": "1.4.15", + "packageName": "@jridgewell/sourcemap-codec", + "hash": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" } }, - "npm:acorn-walk": { + "npm:@jridgewell/trace-mapping": { "type": "npm", - "name": "npm:acorn-walk", + "name": "npm:@jridgewell/trace-mapping", "data": { - "version": "8.3.2", - "packageName": "acorn-walk", - "hash": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" + "version": "0.3.25", + "packageName": "@jridgewell/trace-mapping", + "hash": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==" } }, - "npm:acorn": { + "npm:@jsdevtools/ono": { "type": "npm", - "name": "npm:acorn", + "name": "npm:@jsdevtools/ono", "data": { - "version": "8.11.3", - "packageName": "acorn", - "hash": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" + "version": "7.1.3", + "packageName": "@jsdevtools/ono", + "hash": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==" } }, - "npm:agent-base": { + "npm:@kwsites/file-exists": { "type": "npm", - "name": "npm:agent-base", + "name": "npm:@kwsites/file-exists", "data": { - "version": "7.1.0", - "packageName": "agent-base", - "hash": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==" + "version": "1.1.1", + "packageName": "@kwsites/file-exists", + "hash": "sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==" } }, - "npm:aggregate-error": { + "npm:@kwsites/promise-deferred": { "type": "npm", - "name": "npm:aggregate-error", + "name": "npm:@kwsites/promise-deferred", "data": { - "version": "3.1.0", - "packageName": "aggregate-error", - "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + "version": "1.1.1", + "packageName": "@kwsites/promise-deferred", + "hash": "sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==" } }, - "npm:ajv": { + "npm:@lexical/clipboard": { "type": "npm", - "name": "npm:ajv", + "name": "npm:@lexical/clipboard", "data": { - "version": "6.12.6", - "packageName": "ajv", - "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" + "version": "0.12.4", + "packageName": "@lexical/clipboard", + "hash": "sha512-kFR+UdhtLCMTQgZCyDmYzp2yjPFMNpUZ4TaRjuRBpCRFYwKMlgie4p1J4VJm6sT23kkAFZtVjOfp+gDEYnPHRQ==" } }, - "npm:ansi-colors": { + "npm:@lexical/code": { "type": "npm", - "name": "npm:ansi-colors", + "name": "npm:@lexical/code", "data": { - "version": "4.1.3", - "packageName": "ansi-colors", - "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" + "version": "0.12.4", + "packageName": "@lexical/code", + "hash": "sha512-pX7rJCjbjCl6VdOPl2hl/UkjP3iPPyCQgH2VQ+WlXapDd+0uZ54nPL1MKCCaFUZocHPmOmSRKKGUp6K2CNiqzg==" } }, - "npm:ansi-escapes": { + "npm:@lexical/dragon": { "type": "npm", - "name": "npm:ansi-escapes", + "name": "npm:@lexical/dragon", "data": { - "version": "6.2.1", - "packageName": "ansi-escapes", - "hash": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" + "version": "0.12.4", + "packageName": "@lexical/dragon", + "hash": "sha512-7DaXdQ/5GJ8HRpPYr2+SjaUi912tG9L6ukg9IglG1t51lWGxqLx2chW17tp50XDTtY05w9VnoMaxtgsuCN5Pmg==" } }, - "npm:ansi-purge": { + "npm:@lexical/hashtag": { "type": "npm", - "name": "npm:ansi-purge", + "name": "npm:@lexical/hashtag", "data": { - "version": "1.0.0", - "packageName": "ansi-purge", - "hash": "sha512-kbm4dtp1jcI8ZWhttEPzmga9fwbhGMinIDghOcBng5q9dOsnM6PYV3ih+5TO4D7inGXU9zBmVi7x1Z4dluY85Q==" + "version": "0.12.4", + "packageName": "@lexical/hashtag", + "hash": "sha512-iCxQRBZmgwAV6kypmxtWg7HVhBC7PKclmqLNaLDLoKBm+keEXpKnGB5iEtgK/tCMiwkzrg+wGcrw5qi+YjvM9Q==" } }, - "npm:ansi-regex": { + "npm:@lexical/history": { "type": "npm", - "name": "npm:ansi-regex", + "name": "npm:@lexical/history", "data": { - "version": "5.0.1", - "packageName": "ansi-regex", - "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + "version": "0.12.4", + "packageName": "@lexical/history", + "hash": "sha512-XLbSSr9FueAxuKHo4LBi+lZNVAEReNNDCt4MM2Ol8UZhWPlpNskSB/sECYEEQ6/ItlzgtnKyKWjfDFBHRWvC2g==" } }, - "npm:ansi-regex@6.0.1": { + "npm:@lexical/html": { "type": "npm", - "name": "npm:ansi-regex@6.0.1", + "name": "npm:@lexical/html", "data": { - "version": "6.0.1", - "packageName": "ansi-regex", - "hash": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" + "version": "0.12.4", + "packageName": "@lexical/html", + "hash": "sha512-RD/n9n1eCuTZtLaTEI3wuUDlJjCn6j+/0c9GvzqLKhNz9f+E5zMVExhzTT4cZQh5WXbzGFNlwC/cuOtaM3wODg==" } }, - "npm:ansi-styles@3.2.1": { + "npm:@lexical/link": { "type": "npm", - "name": "npm:ansi-styles@3.2.1", + "name": "npm:@lexical/link", "data": { - "version": "3.2.1", - "packageName": "ansi-styles", - "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" + "version": "0.12.4", + "packageName": "@lexical/link", + "hash": "sha512-gmEs0GJGDhgwV1x0IrO7Br2GCALijZLIayGWoLAgYiXZee4WZpvjbngZuC6yghYBhrme6muPRMG2sLMwV2cWiQ==" } }, - "npm:ansi-styles": { + "npm:@lexical/list": { "type": "npm", - "name": "npm:ansi-styles", + "name": "npm:@lexical/list", "data": { - "version": "4.3.0", - "packageName": "ansi-styles", - "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + "version": "0.12.4", + "packageName": "@lexical/list", + "hash": "sha512-qxwRIz+4Aj2u2fzyGPo86vX+1ebwCnamppr/c5ZWuqpRTWtYDWjq5LQKIwAvZBxCzPdtP5jzwyZ6VYWQXYW4Kg==" } }, - "npm:ansi-styles@5.2.0": { + "npm:@lexical/mark": { "type": "npm", - "name": "npm:ansi-styles@5.2.0", + "name": "npm:@lexical/mark", "data": { - "version": "5.2.0", - "packageName": "ansi-styles", - "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" + "version": "0.12.4", + "packageName": "@lexical/mark", + "hash": "sha512-NFFk/3AFFJARjsth8wd5HdeW8XhcaECoQ8wwnJ4fRZzgN0lu3ZSiq+CuVm0NRN5xA5KoUT6sfIQqGOzIPfvdsw==" } }, - "npm:ansi-styles@6.2.1": { + "npm:@lexical/markdown": { "type": "npm", - "name": "npm:ansi-styles@6.2.1", + "name": "npm:@lexical/markdown", "data": { - "version": "6.2.1", - "packageName": "ansi-styles", - "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" + "version": "0.12.4", + "packageName": "@lexical/markdown", + "hash": "sha512-cOk0dkafyvQI4DMwwMfkP329bRVfyhXcVF3dcRiydl6ZIgqOrj/EMi+C0qxQkcqg0MO26Rky6LLJ4vQi6AgJDg==" } }, - "npm:ansi-truncate": { + "npm:@lexical/offset": { "type": "npm", - "name": "npm:ansi-truncate", + "name": "npm:@lexical/offset", "data": { - "version": "1.1.2", - "packageName": "ansi-truncate", - "hash": "sha512-yhyu5Y/rRWku5GJfCCHHKyJsWahCRuy/ORI8wmClls+bUWMVpcVL6nEqmVnZZ9gaaWq+AWB6FCyarrt0ewVUXQ==" + "version": "0.12.4", + "packageName": "@lexical/offset", + "hash": "sha512-6fjXCx+YD1TMl6GFL4wowhBgbIg+UX3j2OOXh3F7WEp3SDvzoJsJ6F7xRctrHQbluCITM3oDwOyHa1J0m5lrFg==" } }, - "npm:any-promise": { + "npm:@lexical/overflow": { "type": "npm", - "name": "npm:any-promise", + "name": "npm:@lexical/overflow", "data": { - "version": "1.3.0", - "packageName": "any-promise", - "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + "version": "0.12.4", + "packageName": "@lexical/overflow", + "hash": "sha512-mEWgVukoOgcyDruHvzk1amy9jgGDVXFYiPn20ykxgrVQz6XEpq+lfyic/BUnN4toNR8p6jc/Yxi2lF1ELCU0Kg==" } }, - "npm:anymatch": { + "npm:@lexical/plain-text": { "type": "npm", - "name": "npm:anymatch", + "name": "npm:@lexical/plain-text", "data": { - "version": "3.1.3", - "packageName": "anymatch", - "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + "version": "0.12.4", + "packageName": "@lexical/plain-text", + "hash": "sha512-osbqOyt19oFG0kTbV71jxxCdgnUqNYW6QXIIaS1SwcCN/N1CdFZ0sNpjPkHIFx9AdZ/Tmi4u9SNFUo16DjvThA==" } }, - "npm:argparse@1.0.10": { + "npm:@lexical/react": { "type": "npm", - "name": "npm:argparse@1.0.10", + "name": "npm:@lexical/react", "data": { - "version": "1.0.10", - "packageName": "argparse", - "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" + "version": "0.12.4", + "packageName": "@lexical/react", + "hash": "sha512-tz4ebqJ++YP/Y6FCjk5aU3bvgrps8+i9abqvaaNCSzSQavI0qHtdS7EGy4S9qyO6qKuthXcOGIQxGTweRTkDsA==" } }, - "npm:argparse": { + "npm:@lexical/rich-text": { "type": "npm", - "name": "npm:argparse", + "name": "npm:@lexical/rich-text", "data": { - "version": "2.0.1", - "packageName": "argparse", - "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "version": "0.12.4", + "packageName": "@lexical/rich-text", + "hash": "sha512-gWMDmdRRFPk00JfQv52650qcpjTN6oBrrYwBydYvEG8WTC8o1k8qEOZaOFja6GElPt0520dpyvcWHTlIL0jv3Q==" } }, - "npm:argv-formatter": { + "npm:@lexical/selection": { "type": "npm", - "name": "npm:argv-formatter", + "name": "npm:@lexical/selection", "data": { - "version": "1.0.0", - "packageName": "argv-formatter", - "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" + "version": "0.12.4", + "packageName": "@lexical/selection", + "hash": "sha512-9lJt9PBJW7lWYiPDo/PGl2nZ6NrdYaDBidEoMNhyusPjeBEr35z4Hm0qWUhDrPDQPhK2i1oBw6nZa94bxuS9Lw==" } }, - "npm:aria-query@5.1.3": { + "npm:@lexical/table": { "type": "npm", - "name": "npm:aria-query@5.1.3", + "name": "npm:@lexical/table", "data": { - "version": "5.1.3", - "packageName": "aria-query", - "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" + "version": "0.12.4", + "packageName": "@lexical/table", + "hash": "sha512-Lyy6y1HOQqzU8O2cH5Zhzek46B0UU7NceM2fJKM7qiBSuxY/nE0BzkFq0xDk3x5W+vhXob6Z32sJSNFImtuqKw==" } }, - "npm:aria-query": { + "npm:@lexical/text": { "type": "npm", - "name": "npm:aria-query", + "name": "npm:@lexical/text", "data": { - "version": "5.3.0", - "packageName": "aria-query", - "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" + "version": "0.12.4", + "packageName": "@lexical/text", + "hash": "sha512-r/7402eCf6C/7BqUNR7ZLZQQjsE62wjeuf0rFeW1ulOpwiti/dFn1o+EsCb0hvNeHPzfGgRC+FuDT9KSEKu7Ig==" } }, - "npm:arity-n": { + "npm:@lexical/utils": { "type": "npm", - "name": "npm:arity-n", + "name": "npm:@lexical/utils", "data": { - "version": "1.0.4", - "packageName": "arity-n", - "hash": "sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==" + "version": "0.12.4", + "packageName": "@lexical/utils", + "hash": "sha512-ColV11ANBY6deT7CdGwP4lzv3pb5caFfFLcVKdGDMMJSUYFQ5l69aZvDP2qWWnNqzGLb+AJSunMd142wWc5LGg==" } }, - "npm:array-buffer-byte-length": { + "npm:@lexical/yjs": { "type": "npm", - "name": "npm:array-buffer-byte-length", + "name": "npm:@lexical/yjs", "data": { - "version": "1.0.1", - "packageName": "array-buffer-byte-length", - "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" + "version": "0.12.4", + "packageName": "@lexical/yjs", + "hash": "sha512-qtCiABugE1CiZ7K5iFfQnB1KqfWtLyiRK0nxAaSxuZzQTO4+Kh3WDh7ULppPa53Sf3pKpw8Sq2XB4AXP6csbkg==" } }, - "npm:array-each": { + "npm:@microsoft/1ds-core-js": { "type": "npm", - "name": "npm:array-each", + "name": "npm:@microsoft/1ds-core-js", "data": { - "version": "1.0.1", - "packageName": "array-each", - "hash": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==" + "version": "3.2.17", + "packageName": "@microsoft/1ds-core-js", + "hash": "sha512-S9EgWfY9NP0oiB3sdsTL41hJ71rbQzz9ziijQjHoklFADv+vKNe/TbOAgupBKAW04FaL0wmfE7HGF7mao84hUw==" } }, - "npm:array-ify": { + "npm:@microsoft/1ds-post-js": { "type": "npm", - "name": "npm:array-ify", + "name": "npm:@microsoft/1ds-post-js", "data": { - "version": "1.0.0", - "packageName": "array-ify", - "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" + "version": "3.2.17", + "packageName": "@microsoft/1ds-post-js", + "hash": "sha512-YD/pGW/WqijRFEZ/1sSdlkFVM2ZWLGQIMDxRD6/o58c3cC5jzG5PlR1PLp314jFjpUrBc4cmico+WAOP548z4w==" } }, - "npm:array-last": { + "npm:@microsoft/api-extractor-model": { "type": "npm", - "name": "npm:array-last", + "name": "npm:@microsoft/api-extractor-model", "data": { - "version": "1.3.0", - "packageName": "array-last", - "hash": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==" + "version": "7.28.3", + "packageName": "@microsoft/api-extractor-model", + "hash": "sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==" } }, - "npm:array-slice": { + "npm:@microsoft/api-extractor": { "type": "npm", - "name": "npm:array-slice", + "name": "npm:@microsoft/api-extractor", "data": { - "version": "1.1.0", - "packageName": "array-slice", - "hash": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" + "version": "7.39.0", + "packageName": "@microsoft/api-extractor", + "hash": "sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==" } }, - "npm:assertion-error": { + "npm:@microsoft/applicationinsights-analytics-js": { "type": "npm", - "name": "npm:assertion-error", + "name": "npm:@microsoft/applicationinsights-analytics-js", "data": { - "version": "1.1.0", - "packageName": "assertion-error", - "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-analytics-js", + "hash": "sha512-7Mu1vJQe2RUFuMXSmQqqk/pzqk0HoWnDH297trDdXPSDgU40YXTp+E5PWD9qoVUnhftb2LYKSL9HlWIBn705eg==" } }, - "npm:asynckit": { + "npm:@microsoft/applicationinsights-channel-js": { "type": "npm", - "name": "npm:asynckit", + "name": "npm:@microsoft/applicationinsights-channel-js", "data": { - "version": "0.4.0", - "packageName": "asynckit", - "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-channel-js", + "hash": "sha512-fMBsAEB7pWtPn43y72q9Xy5E5y55r6gMuDQqRRccccVoQDPXyS57VCj5IdATblctru0C6A8XpL2vRyNmEsu0Vg==" } }, - "npm:atomically": { + "npm:@microsoft/applicationinsights-common": { "type": "npm", - "name": "npm:atomically", + "name": "npm:@microsoft/applicationinsights-common", "data": { - "version": "2.0.2", - "packageName": "atomically", - "hash": "sha512-Xfmb4q5QV7uqTlVdMSTtO5eF4DCHfNOdaPyKlbFShkzeNP+3lj3yjjcbdjSmEY4+pDBKJ9g26aP+ImTe88UHoQ==" + "version": "2.8.18", + "packageName": "@microsoft/applicationinsights-common", + "hash": "sha512-/PBRmRL6rFCoO3vWpIEHuFnu+TinEYRKWOj+I+XVUH5myZpv+nYvaRdwryVTkmCYxLyL9kxtNn7hQx8DBlhdSw==" } }, - "npm:available-typed-arrays": { + "npm:@microsoft/applicationinsights-common@2.8.9": { "type": "npm", - "name": "npm:available-typed-arrays", + "name": "npm:@microsoft/applicationinsights-common@2.8.9", "data": { - "version": "1.0.7", - "packageName": "available-typed-arrays", - "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-common", + "hash": "sha512-mObn1moElyxZaGIRF/IU3cOaeKMgxghXnYEoHNUCA2e+rNwBIgxjyKkblFIpmGuHf4X7Oz3o3yBWpaC6AoMpig==" } }, - "npm:axios": { + "npm:@microsoft/applicationinsights-core-js@2.8.18": { "type": "npm", - "name": "npm:axios", + "name": "npm:@microsoft/applicationinsights-core-js@2.8.18", "data": { - "version": "1.6.8", - "packageName": "axios", - "hash": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==" + "version": "2.8.18", + "packageName": "@microsoft/applicationinsights-core-js", + "hash": "sha512-yPHRZFLpnEO0uSgFPM1BLMRRwjoten9YBbn4pJRbCT4PigLnj748knmWsMwXIdcehtkRTYz78kPYa/LWP7nvmA==" } }, - "npm:axobject-query": { + "npm:@microsoft/applicationinsights-core-js": { "type": "npm", - "name": "npm:axobject-query", + "name": "npm:@microsoft/applicationinsights-core-js", "data": { - "version": "4.0.0", - "packageName": "axobject-query", - "hash": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-core-js", + "hash": "sha512-HRuIuZ6aOWezcg/G5VyFDDWGL8hDNe/ljPP01J7ImH2kRPEgbtcfPSUMjkamGMefgdq81GZsSoC/NNGTP4pp2w==" } }, - "npm:babel-plugin-add-module-exports": { + "npm:@microsoft/applicationinsights-dependencies-js": { "type": "npm", - "name": "npm:babel-plugin-add-module-exports", + "name": "npm:@microsoft/applicationinsights-dependencies-js", "data": { - "version": "0.2.1", - "packageName": "babel-plugin-add-module-exports", - "hash": "sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-dependencies-js", + "hash": "sha512-tbssKmuA8I/s09elAvYtkChif3Ary/s9CliriFZ8aQsIM6iLv9Fm9sM2q/gDADO8a4HGuR2a+KahXfqqRdHYKQ==" } }, - "npm:babel-plugin-polyfill-corejs2": { + "npm:@microsoft/applicationinsights-properties-js": { "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs2", + "name": "npm:@microsoft/applicationinsights-properties-js", "data": { - "version": "0.4.10", - "packageName": "babel-plugin-polyfill-corejs2", - "hash": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-properties-js", + "hash": "sha512-sBoaEPoyV4d5l192HvuQ5+Juc5fukrOkOM/Ug9LEO1/esVmbdiYmGiLLch0MyWTxBkp9LEtYvcJb0/0t5x1odg==" } }, - "npm:babel-plugin-polyfill-corejs3": { + "npm:@microsoft/applicationinsights-react-js": { "type": "npm", - "name": "npm:babel-plugin-polyfill-corejs3", + "name": "npm:@microsoft/applicationinsights-react-js", "data": { - "version": "0.10.4", - "packageName": "babel-plugin-polyfill-corejs3", - "hash": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" + "version": "3.4.0", + "packageName": "@microsoft/applicationinsights-react-js", + "hash": "sha512-digniwtei4TRUGnbwOQ40aaA8in52R4tp6OUyWGDNGw9V9i9VJUeckys4yR4dUDk03dxtcKksW52pN7xFT6H1g==" } }, - "npm:babel-plugin-polyfill-regenerator": { + "npm:@microsoft/applicationinsights-shims": { "type": "npm", - "name": "npm:babel-plugin-polyfill-regenerator", + "name": "npm:@microsoft/applicationinsights-shims", "data": { - "version": "0.6.1", - "packageName": "babel-plugin-polyfill-regenerator", - "hash": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==" + "version": "2.0.2", + "packageName": "@microsoft/applicationinsights-shims", + "hash": "sha512-PoHEgsnmcqruLNHZ/amACqdJ6YYQpED0KSRe6J7gIJTtpZC1FfFU9b1fmDKDKtFoUSrPzEh1qzO3kmRZP0betg==" } }, - "npm:babylon": { + "npm:@microsoft/applicationinsights-web": { "type": "npm", - "name": "npm:babylon", + "name": "npm:@microsoft/applicationinsights-web", "data": { - "version": "6.18.0", - "packageName": "babylon", - "hash": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" + "version": "2.8.9", + "packageName": "@microsoft/applicationinsights-web", + "hash": "sha512-uyJMNWUMQAehfK1UeAPd3+T5STOeuwty54yfoff12hyF1lWADkV5lEo4ohhMcRhQKdk7AUrhDF4eQnLrm61Mbg==" } }, - "npm:balanced-match": { + "npm:@microsoft/dynamicproto-js": { "type": "npm", - "name": "npm:balanced-match", + "name": "npm:@microsoft/dynamicproto-js", "data": { - "version": "1.0.2", - "packageName": "balanced-match", - "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "version": "1.1.11", + "packageName": "@microsoft/dynamicproto-js", + "hash": "sha512-gNw9z9LbqLV+WadZ6/MMrWwO3e0LuoUH1wve/1iPsBNbgqeVCiB0EZFNNj2lysxS2gkqoF9hmyVaG3MoM1BkxA==" } }, - "npm:base64-js": { + "npm:@microsoft/load-themed-styles": { "type": "npm", - "name": "npm:base64-js", + "name": "npm:@microsoft/load-themed-styles", "data": { - "version": "1.5.1", - "packageName": "base64-js", - "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" + "version": "1.10.295", + "packageName": "@microsoft/load-themed-styles", + "hash": "sha512-W+IzEBw8a6LOOfRJM02dTT7BDZijxm+Z7lhtOAz1+y9vQm1Kdz9jlAO+qCEKsfxtUOmKilW8DIRqFw2aUgKeGg==" } }, - "npm:binary-extensions": { + "npm:@microsoft/tsdoc-config": { "type": "npm", - "name": "npm:binary-extensions", + "name": "npm:@microsoft/tsdoc-config", "data": { - "version": "2.3.0", - "packageName": "binary-extensions", - "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" + "version": "0.16.2", + "packageName": "@microsoft/tsdoc-config", + "hash": "sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==" } }, - "npm:bl": { + "npm:@microsoft/tsdoc": { "type": "npm", - "name": "npm:bl", + "name": "npm:@microsoft/tsdoc", "data": { - "version": "4.1.0", - "packageName": "bl", - "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" + "version": "0.14.2", + "packageName": "@microsoft/tsdoc", + "hash": "sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==" } }, - "npm:bole": { + "npm:@microsoft/vscode-azext-azureappservice": { "type": "npm", - "name": "npm:bole", + "name": "npm:@microsoft/vscode-azext-azureappservice", "data": { - "version": "5.0.11", - "packageName": "bole", - "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" + "version": "0.8.1", + "packageName": "@microsoft/vscode-azext-azureappservice", + "hash": "sha512-rqKRL4KSGQAISBT0WX8n+6T53+qA2a/d4trekVtPeJ7ToE7ZqwunFMTrp2UDmblhjNeup+Irx5fHpsF7uQSHpw==" } }, - "npm:brace-expansion@1.1.11": { + "npm:@microsoft/vscode-azext-azureutils": { "type": "npm", - "name": "npm:brace-expansion@1.1.11", + "name": "npm:@microsoft/vscode-azext-azureutils", "data": { - "version": "1.1.11", - "packageName": "brace-expansion", - "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + "version": "0.3.9", + "packageName": "@microsoft/vscode-azext-azureutils", + "hash": "sha512-lKhxSROhTBpz45f0hqYDHfdrGlNOgzfMGXbNproqwyc5qnEYBhs/qG65hcwhLzVm44lYPpBP1aka7OyDEocPOQ==" } }, - "npm:brace-expansion": { + "npm:@microsoft/vscode-azext-utils": { "type": "npm", - "name": "npm:brace-expansion", + "name": "npm:@microsoft/vscode-azext-utils", "data": { - "version": "2.0.1", - "packageName": "brace-expansion", - "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + "version": "0.4.6", + "packageName": "@microsoft/vscode-azext-utils", + "hash": "sha512-CPIIvdod95Qdz5vdGg4j7HpryjKEsDVmdir/VduJZHgdVs1iuqa/9UY0+kIg2JnsnpThAdQH36A1GVA8jQeheg==" } }, - "npm:braces": { + "npm:@microsoft/vscode-azureresources-api": { "type": "npm", - "name": "npm:braces", + "name": "npm:@microsoft/vscode-azureresources-api", "data": { - "version": "3.0.2", - "packageName": "braces", - "hash": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" + "version": "2.2.0", + "packageName": "@microsoft/vscode-azureresources-api", + "hash": "sha512-2Hc43wYwNe3zjXxwfMMW2L6NnjdOJlTkp7N7mP1AuDSe+cNE3L2yG8pEQTbz9xSNhfXl7PQi6EF05l7MOvqcvw==" } }, - "npm:browserslist": { + "npm:@monaco-editor/loader": { "type": "npm", - "name": "npm:browserslist", + "name": "npm:@monaco-editor/loader", "data": { - "version": "4.23.0", - "packageName": "browserslist", - "hash": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==" + "version": "1.4.0", + "packageName": "@monaco-editor/loader", + "hash": "sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==" } }, - "npm:buffer-from": { + "npm:@monaco-editor/react": { "type": "npm", - "name": "npm:buffer-from", + "name": "npm:@monaco-editor/react", "data": { - "version": "1.1.2", - "packageName": "buffer-from", - "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + "version": "4.6.0", + "packageName": "@monaco-editor/react", + "hash": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==" } }, - "npm:buffer": { + "npm:@nodelib/fs.scandir@2.1.5": { "type": "npm", - "name": "npm:buffer", + "name": "npm:@nodelib/fs.scandir@2.1.5", "data": { - "version": "5.7.1", - "packageName": "buffer", - "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" + "version": "2.1.5", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" } }, - "npm:builtin-modules": { + "npm:@nodelib/fs.scandir": { "type": "npm", - "name": "npm:builtin-modules", + "name": "npm:@nodelib/fs.scandir", "data": { - "version": "3.3.0", - "packageName": "builtin-modules", - "hash": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" + "version": "3.0.0", + "packageName": "@nodelib/fs.scandir", + "hash": "sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==" } }, - "npm:builtins": { + "npm:@nodelib/fs.stat": { "type": "npm", - "name": "npm:builtins", + "name": "npm:@nodelib/fs.stat", "data": { - "version": "5.0.1", - "packageName": "builtins", - "hash": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==" + "version": "2.0.5", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" } }, - "npm:bytes-iec": { + "npm:@nodelib/fs.stat@3.0.0": { "type": "npm", - "name": "npm:bytes-iec", + "name": "npm:@nodelib/fs.stat@3.0.0", "data": { - "version": "3.1.1", - "packageName": "bytes-iec", - "hash": "sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==" + "version": "3.0.0", + "packageName": "@nodelib/fs.stat", + "hash": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==" } }, - "npm:cac": { + "npm:@nodelib/fs.walk@1.2.8": { "type": "npm", - "name": "npm:cac", + "name": "npm:@nodelib/fs.walk@1.2.8", "data": { - "version": "6.7.14", - "packageName": "cac", - "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" + "version": "1.2.8", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" } }, - "npm:call-bind": { + "npm:@nodelib/fs.walk": { "type": "npm", - "name": "npm:call-bind", + "name": "npm:@nodelib/fs.walk", "data": { - "version": "1.0.7", - "packageName": "call-bind", - "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" + "version": "2.0.0", + "packageName": "@nodelib/fs.walk", + "hash": "sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==" } }, - "npm:caniuse-lite": { + "npm:@npmcli/git": { "type": "npm", - "name": "npm:caniuse-lite", + "name": "npm:@npmcli/git", "data": { - "version": "1.0.30001600", - "packageName": "caniuse-lite", - "hash": "sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==" + "version": "5.0.4", + "packageName": "@npmcli/git", + "hash": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==" } }, - "npm:chai": { + "npm:@npmcli/map-workspaces": { "type": "npm", - "name": "npm:chai", + "name": "npm:@npmcli/map-workspaces", "data": { - "version": "4.4.1", - "packageName": "chai", - "hash": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==" + "version": "3.0.4", + "packageName": "@npmcli/map-workspaces", + "hash": "sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg==" } }, - "npm:chalk@2.4.2": { + "npm:@npmcli/name-from-folder": { "type": "npm", - "name": "npm:chalk@2.4.2", + "name": "npm:@npmcli/name-from-folder", "data": { - "version": "2.4.2", - "packageName": "chalk", - "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" + "version": "2.0.0", + "packageName": "@npmcli/name-from-folder", + "hash": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==" } }, - "npm:chalk@3.0.0": { + "npm:@npmcli/package-json": { "type": "npm", - "name": "npm:chalk@3.0.0", + "name": "npm:@npmcli/package-json", "data": { - "version": "3.0.0", - "packageName": "chalk", - "hash": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" + "version": "5.0.0", + "packageName": "@npmcli/package-json", + "hash": "sha512-OI2zdYBLhQ7kpNPaJxiflofYIpkNLi+lnGdzqUOfRmCF3r2l1nadcjtCYMJKv/Utm/ZtlffaUuTiAktPHbc17g==" } }, - "npm:chalk@4.1.2": { + "npm:@npmcli/promise-spawn": { "type": "npm", - "name": "npm:chalk@4.1.2", + "name": "npm:@npmcli/promise-spawn", "data": { - "version": "4.1.2", - "packageName": "chalk", - "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + "version": "7.0.1", + "packageName": "@npmcli/promise-spawn", + "hash": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==" } }, - "npm:chalk": { + "npm:@nrwl/tao": { "type": "npm", - "name": "npm:chalk", + "name": "npm:@nrwl/tao", "data": { - "version": "5.3.0", - "packageName": "chalk", - "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" + "version": "18.1.3", + "packageName": "@nrwl/tao", + "hash": "sha512-cRs5kDRhiYVZ9SLQ2ol+2+zltgPemDtsHKz2h2whazHF+d39zsPLYbFm1ZJuDKpZp6TJJercqSH1UQCdOXEkdQ==" } }, - "npm:check-error": { + "npm:@nx/nx-darwin-arm64": { "type": "npm", - "name": "npm:check-error", + "name": "npm:@nx/nx-darwin-arm64", "data": { - "version": "1.0.3", - "packageName": "check-error", - "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" + "version": "18.1.3", + "packageName": "@nx/nx-darwin-arm64", + "hash": "sha512-h3/1ywpLa56RwBnz8Lr9yyUvPvfGvKFxIo8LNptc8fMoONuuIOeZTAmaBxKBOaKtL7g64/LKDs0Ts+mSXzmbqA==" } }, - "npm:chokidar": { + "npm:@nx/nx-darwin-x64": { "type": "npm", - "name": "npm:chokidar", + "name": "npm:@nx/nx-darwin-x64", "data": { - "version": "3.6.0", - "packageName": "chokidar", - "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" + "version": "18.1.3", + "packageName": "@nx/nx-darwin-x64", + "hash": "sha512-6LHe7MYrKlztLlKhYfGV3CtFPhEqcc2ZgwGVWYiAmS/glcN+Wai7RFQX/cZiJ+TbDRFzvETPPGNRP/aSAOkRnQ==" } }, - "npm:ci-env": { + "npm:@nx/nx-freebsd-x64": { "type": "npm", - "name": "npm:ci-env", + "name": "npm:@nx/nx-freebsd-x64", "data": { - "version": "1.17.0", - "packageName": "ci-env", - "hash": "sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==" + "version": "18.1.3", + "packageName": "@nx/nx-freebsd-x64", + "hash": "sha512-ppSkJJVKnfDWYJBKqjEM/p4qdMZsZVV++dkFN/n50p6uwHstv0Kth7dNdsu3ZyPqmg6+IYUZql7JSTeNqKne5A==" } }, - "npm:clean-stack": { + "npm:@nx/nx-linux-arm-gnueabihf": { "type": "npm", - "name": "npm:clean-stack", + "name": "npm:@nx/nx-linux-arm-gnueabihf", "data": { - "version": "2.2.0", - "packageName": "clean-stack", - "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm-gnueabihf", + "hash": "sha512-1vflQE4gscHq2GJeu2L48Z8rQFcdu+gcprG1cMEf3CIDxh/nJei66bdVJYYYxPNi6rYaeONPJgBjbIih8ce8nQ==" } }, - "npm:cli-cursor": { + "npm:@nx/nx-linux-arm64-gnu": { "type": "npm", - "name": "npm:cli-cursor", + "name": "npm:@nx/nx-linux-arm64-gnu", "data": { - "version": "3.1.0", - "packageName": "cli-cursor", - "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm64-gnu", + "hash": "sha512-7B5YXjDzzFdEMUzhFifXgsg741Afp3v7vNdPL2joQ7xrERKYEge7eXCjp5/GYhl9J4y5BmdeV2Joqr4WQ6R7Pg==" } }, - "npm:cli-cursor@4.0.0": { + "npm:@nx/nx-linux-arm64-musl": { "type": "npm", - "name": "npm:cli-cursor@4.0.0", + "name": "npm:@nx/nx-linux-arm64-musl", "data": { - "version": "4.0.0", - "packageName": "cli-cursor", - "hash": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-arm64-musl", + "hash": "sha512-OaAVjUli44JUTlGPmtxZDO2U88yK6/cwt1LTbTHGeabupbXR295RDn1TkR1/1oNo8grRaOi/V9DWEg9RRmGvOw==" } }, - "npm:cli-spinners": { + "npm:@nx/nx-linux-x64-gnu": { "type": "npm", - "name": "npm:cli-spinners", + "name": "npm:@nx/nx-linux-x64-gnu", "data": { - "version": "2.6.1", - "packageName": "cli-spinners", - "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-x64-gnu", + "hash": "sha512-qDinHpGZ9FhoOtdfO23pwN7pBCu25ElJ1InLCeCarl9CQYS1CDZNimrcSOFl20DAZqINQamPqBFJ7nKeDRBy7g==" } }, - "npm:cli-truncate": { + "npm:@nx/nx-linux-x64-musl": { "type": "npm", - "name": "npm:cli-truncate", + "name": "npm:@nx/nx-linux-x64-musl", "data": { - "version": "4.0.0", - "packageName": "cli-truncate", - "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" + "version": "18.1.3", + "packageName": "@nx/nx-linux-x64-musl", + "hash": "sha512-E28Q0v9N7LrV+0uu4ytrcCHfF1MPYwNL2NLZN3yCPgulGHe3NwCuMnbC974+uOZ+MTqua7KnVOQ5VYA5sL1LIw==" } }, - "npm:cliui": { + "npm:@nx/nx-win32-arm64-msvc": { "type": "npm", - "name": "npm:cliui", + "name": "npm:@nx/nx-win32-arm64-msvc", "data": { - "version": "8.0.1", - "packageName": "cliui", - "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" + "version": "18.1.3", + "packageName": "@nx/nx-win32-arm64-msvc", + "hash": "sha512-EYHPIcanVn6ZWkELnW4wW+gl8Itulmpi7f7s83CFrYxRW0U8SAG2sW4JrlvZgrK2CMyluiCGqZGHDUJZST4CVA==" } }, - "npm:clone": { + "npm:@nx/nx-win32-x64-msvc": { "type": "npm", - "name": "npm:clone", + "name": "npm:@nx/nx-win32-x64-msvc", "data": { - "version": "1.0.4", - "packageName": "clone", - "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" + "version": "18.1.3", + "packageName": "@nx/nx-win32-x64-msvc", + "hash": "sha512-1tBViAG9VQ3arKoKFOrkBzYUAGgGsVqYbifng+stb5TPWOj0jjhQpwbsk0u3ROmEBw9crWRwzRt1qh/ZE7SfQQ==" } }, - "npm:code-red": { + "npm:@opentelemetry/api": { "type": "npm", - "name": "npm:code-red", + "name": "npm:@opentelemetry/api", "data": { - "version": "1.0.4", - "packageName": "code-red", - "hash": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==" + "version": "1.8.0", + "packageName": "@opentelemetry/api", + "hash": "sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==" } }, - "npm:color-convert@1.9.3": { + "npm:@pkgjs/parseargs": { "type": "npm", - "name": "npm:color-convert@1.9.3", + "name": "npm:@pkgjs/parseargs", "data": { - "version": "1.9.3", - "packageName": "color-convert", - "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" + "version": "0.11.0", + "packageName": "@pkgjs/parseargs", + "hash": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" } }, - "npm:color-convert": { + "npm:@pnpm/constants": { "type": "npm", - "name": "npm:color-convert", + "name": "npm:@pnpm/constants", "data": { - "version": "2.0.1", - "packageName": "color-convert", - "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" + "version": "7.1.1", + "packageName": "@pnpm/constants", + "hash": "sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==" } }, - "npm:color-name@1.1.3": { + "npm:@pnpm/core-loggers": { "type": "npm", - "name": "npm:color-name@1.1.3", + "name": "npm:@pnpm/core-loggers", "data": { - "version": "1.1.3", - "packageName": "color-name", - "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "version": "9.0.6", + "packageName": "@pnpm/core-loggers", + "hash": "sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==" } }, - "npm:color-name": { + "npm:@pnpm/error": { "type": "npm", - "name": "npm:color-name", + "name": "npm:@pnpm/error", "data": { - "version": "1.1.4", - "packageName": "color-name", - "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "version": "5.0.3", + "packageName": "@pnpm/error", + "hash": "sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==" } }, - "npm:colorette": { + "npm:@pnpm/fetching-types": { "type": "npm", - "name": "npm:colorette", + "name": "npm:@pnpm/fetching-types", "data": { - "version": "2.0.20", - "packageName": "colorette", - "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" + "version": "5.0.0", + "packageName": "@pnpm/fetching-types", + "hash": "sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==" } }, - "npm:colors": { + "npm:@pnpm/graceful-fs": { "type": "npm", - "name": "npm:colors", + "name": "npm:@pnpm/graceful-fs", "data": { - "version": "1.2.5", - "packageName": "colors", - "hash": "sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==" + "version": "3.2.0", + "packageName": "@pnpm/graceful-fs", + "hash": "sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==" } }, - "npm:combined-stream": { + "npm:@pnpm/logger": { "type": "npm", - "name": "npm:combined-stream", + "name": "npm:@pnpm/logger", "data": { - "version": "1.0.8", - "packageName": "combined-stream", - "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" + "version": "5.0.0", + "packageName": "@pnpm/logger", + "hash": "sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==" } }, - "npm:commander@11.1.0": { + "npm:@pnpm/npm-package-arg": { "type": "npm", - "name": "npm:commander@11.1.0", + "name": "npm:@pnpm/npm-package-arg", "data": { - "version": "11.1.0", - "packageName": "commander", - "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" + "version": "1.0.0", + "packageName": "@pnpm/npm-package-arg", + "hash": "sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==" } }, - "npm:commander": { + "npm:@pnpm/npm-resolver": { "type": "npm", - "name": "npm:commander", + "name": "npm:@pnpm/npm-resolver", "data": { - "version": "12.0.0", - "packageName": "commander", - "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" + "version": "18.1.1", + "packageName": "@pnpm/npm-resolver", + "hash": "sha512-NptzncmMD5ZMimbjWkGpMzuBRhlCY+sh7mzypPdBOTNlh5hmEQe/VaRKjNK4V9/b0C/llElkvIePL6acybu86w==" } }, - "npm:commander@2.20.3": { + "npm:ramda": { "type": "npm", - "name": "npm:commander@2.20.3", + "name": "npm:ramda", "data": { - "version": "2.20.3", - "packageName": "commander", - "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + "version": "npm:@pnpm/ramda@0.28.1", + "packageName": "ramda", + "hash": "sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==" } }, - "npm:commander@4.1.1": { + "npm:@pnpm/resolve-workspace-range": { "type": "npm", - "name": "npm:commander@4.1.1", + "name": "npm:@pnpm/resolve-workspace-range", "data": { - "version": "4.1.1", - "packageName": "commander", - "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + "version": "5.0.1", + "packageName": "@pnpm/resolve-workspace-range", + "hash": "sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==" } }, - "npm:commander@9.5.0": { + "npm:@pnpm/resolver-base": { "type": "npm", - "name": "npm:commander@9.5.0", + "name": "npm:@pnpm/resolver-base", "data": { - "version": "9.5.0", - "packageName": "commander", - "hash": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" + "version": "11.1.0", + "packageName": "@pnpm/resolver-base", + "hash": "sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==" } }, - "npm:commondir": { + "npm:@pnpm/types": { "type": "npm", - "name": "npm:commondir", + "name": "npm:@pnpm/types", "data": { - "version": "1.0.1", - "packageName": "commondir", - "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + "version": "9.4.2", + "packageName": "@pnpm/types", + "hash": "sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==" } }, - "npm:compare-func": { + "npm:@pnpm/workspace.pkgs-graph": { "type": "npm", - "name": "npm:compare-func", + "name": "npm:@pnpm/workspace.pkgs-graph", "data": { - "version": "2.0.0", - "packageName": "compare-func", - "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" + "version": "2.0.15", + "packageName": "@pnpm/workspace.pkgs-graph", + "hash": "sha512-Txxd5FzzVfBfGCTngISaxFlJzZhzdS8BUrCEtAWJfZOFbQzpWy27rzkaS7TaWW2dHiFcCVYzPI/2vgxfeRansA==" } }, - "npm:compose-function": { + "npm:@prettier/cli": { "type": "npm", - "name": "npm:compose-function", + "name": "npm:@prettier/cli", "data": { - "version": "3.0.3", - "packageName": "compose-function", - "hash": "sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==" + "version": "0.3.0", + "packageName": "@prettier/cli", + "hash": "sha512-8qq527QT5n8paE9eoHeulmGw7a3MroVk5+8ITf+xoWJn1gcVaZiOP6vb9OlwZv49hhdRZ1WX+0MyisSSXL/4fA==" } }, - "npm:computeds": { + "npm:@react-dnd/asap": { "type": "npm", - "name": "npm:computeds", + "name": "npm:@react-dnd/asap", "data": { - "version": "0.0.1", - "packageName": "computeds", - "hash": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==" + "version": "5.0.2", + "packageName": "@react-dnd/asap", + "hash": "sha512-WLyfoHvxhs0V9U+GTsGilGgf2QsPl6ZZ44fnv0/b8T3nQyvzxidxsg/ZltbWssbsRDlYW8UKSQMTGotuTotZ6A==" } }, - "npm:concat-map": { + "npm:@react-dnd/invariant": { "type": "npm", - "name": "npm:concat-map", + "name": "npm:@react-dnd/invariant", "data": { - "version": "0.0.1", - "packageName": "concat-map", - "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + "version": "4.0.2", + "packageName": "@react-dnd/invariant", + "hash": "sha512-xKCTqAK/FFauOM9Ta2pswIyT3D8AQlfrYdOi/toTPEhqCuAs1v5tcJ3Y08Izh1cJ5Jchwy9SeAXmMg6zrKs2iw==" } }, - "npm:conventional-changelog-angular": { + "npm:@react-dnd/shallowequal": { "type": "npm", - "name": "npm:conventional-changelog-angular", + "name": "npm:@react-dnd/shallowequal", "data": { - "version": "7.0.0", - "packageName": "conventional-changelog-angular", - "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" + "version": "4.0.2", + "packageName": "@react-dnd/shallowequal", + "hash": "sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==" } }, - "npm:conventional-commits-parser": { + "npm:@react-hookz/deep-equal": { "type": "npm", - "name": "npm:conventional-commits-parser", + "name": "npm:@react-hookz/deep-equal", "data": { - "version": "5.0.0", - "packageName": "conventional-commits-parser", - "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" + "version": "1.0.4", + "packageName": "@react-hookz/deep-equal", + "hash": "sha512-N56fTrAPUDz/R423pag+n6TXWbvlBZDtTehaGFjK0InmN+V2OFWLE/WmORhmn6Ce7dlwH5+tQN1LJFw3ngTJVg==" } }, - "npm:convert-source-map": { + "npm:@react-hookz/web": { "type": "npm", - "name": "npm:convert-source-map", + "name": "npm:@react-hookz/web", "data": { - "version": "2.0.0", - "packageName": "convert-source-map", - "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" + "version": "22.0.0", + "packageName": "@react-hookz/web", + "hash": "sha512-jl4JgUXaiSvvDVQD2z/rq2/RaykjjLrAZxHOEQj2H38j4UFWIVhv5oKUH8yrKF4wX6tMX9gdrj62f9yGq/nSaQ==" } }, - "npm:core-js-compat": { + "npm:@reactflow/background": { "type": "npm", - "name": "npm:core-js-compat", + "name": "npm:@reactflow/background", "data": { - "version": "3.36.1", - "packageName": "core-js-compat", - "hash": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==" + "version": "11.2.7", + "packageName": "@reactflow/background", + "hash": "sha512-cI9nE4B/1BCASbFpCsyjy45qOWBCnog0rsDqI0Vrv41rDj4MVYHZ2ZegyvgdPPQluoGB9fwwVtRQA4m1I9RSSw==" } }, - "npm:core-util-is": { + "npm:@reactflow/controls": { "type": "npm", - "name": "npm:core-util-is", + "name": "npm:@reactflow/controls", "data": { - "version": "1.0.3", - "packageName": "core-util-is", - "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + "version": "11.1.18", + "packageName": "@reactflow/controls", + "hash": "sha512-sBfS7mZyyEzJNhCu0Zg4PDSoYI6XzWybyVRE0n2YKTwpXxE2Yy7eag35mloHjbDV+knNZRjsXl87bALmq08AoA==" } }, - "npm:cross-spawn@5.1.0": { + "npm:@reactflow/core": { "type": "npm", - "name": "npm:cross-spawn@5.1.0", + "name": "npm:@reactflow/core", "data": { - "version": "5.1.0", - "packageName": "cross-spawn", - "hash": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==" + "version": "11.8.2", + "packageName": "@reactflow/core", + "hash": "sha512-Wywa5jDlojorOkET+PxLqlFnIt0PrnbYqrfQEu4I9+ZWII0TWp84YPxF5j63Cd+92vTWAzgFrVMVNwda6nU/rg==" } }, - "npm:cross-spawn": { + "npm:@reactflow/minimap": { "type": "npm", - "name": "npm:cross-spawn", + "name": "npm:@reactflow/minimap", "data": { - "version": "7.0.3", - "packageName": "cross-spawn", - "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" + "version": "11.6.2", + "packageName": "@reactflow/minimap", + "hash": "sha512-rJvIDv6NkfNgHEEr+znGVo5gVhgkXNImzo5FNCKenMQI4x8BSGxQGaADfr+f/3KOmMq9PpvjEHsrLqB0VdPaCg==" } }, - "npm:crypto-random-string": { + "npm:@reactflow/node-resizer": { "type": "npm", - "name": "npm:crypto-random-string", + "name": "npm:@reactflow/node-resizer", "data": { - "version": "2.0.0", - "packageName": "crypto-random-string", - "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" + "version": "2.1.4", + "packageName": "@reactflow/node-resizer", + "hash": "sha512-9oNnNvlylnsyBBvZQITw1MyMZfYWHhu+GkqboIsrgOdaYwURkuRfhMFaQb+j0rCSjoq6AhbJbGWkZiuonAgELA==" } }, - "npm:css-tree": { + "npm:@reactflow/node-toolbar": { "type": "npm", - "name": "npm:css-tree", + "name": "npm:@reactflow/node-toolbar", "data": { - "version": "2.3.1", - "packageName": "css-tree", - "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" + "version": "1.2.6", + "packageName": "@reactflow/node-toolbar", + "hash": "sha512-f+zKVS30XOQStXj+Ry7Yf4FlIB1XWHhrRNG2f2pNUH6FTpDBOvbxiIsQh99LH9vykMJ54fRJwbAjTg24x0UnyA==" } }, - "npm:css.escape": { + "npm:@reduxjs/toolkit": { "type": "npm", - "name": "npm:css.escape", + "name": "npm:@reduxjs/toolkit", "data": { - "version": "1.5.1", - "packageName": "css.escape", - "hash": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" + "version": "1.8.5", + "packageName": "@reduxjs/toolkit", + "hash": "sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA==" } }, - "npm:cssstyle": { + "npm:@rollup/plugin-babel": { "type": "npm", - "name": "npm:cssstyle", + "name": "npm:@rollup/plugin-babel", "data": { - "version": "4.0.1", - "packageName": "cssstyle", - "hash": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==" + "version": "6.0.4", + "packageName": "@rollup/plugin-babel", + "hash": "sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==" } }, - "npm:csstype": { + "npm:@rollup/plugin-commonjs": { "type": "npm", - "name": "npm:csstype", + "name": "npm:@rollup/plugin-commonjs", "data": { - "version": "3.1.3", - "packageName": "csstype", - "hash": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + "version": "25.0.7", + "packageName": "@rollup/plugin-commonjs", + "hash": "sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==" } }, - "npm:current-git-branch": { + "npm:@rollup/plugin-node-resolve": { "type": "npm", - "name": "npm:current-git-branch", + "name": "npm:@rollup/plugin-node-resolve", "data": { - "version": "1.1.0", - "packageName": "current-git-branch", - "hash": "sha512-n5mwGZllLsFzxDPtTmadqGe4IIBPfqPbiIRX4xgFR9VK/Bx47U+94KiVkxSKAKN6/s43TlkztS2GZpgMKzwQ8A==" + "version": "15.2.3", + "packageName": "@rollup/plugin-node-resolve", + "hash": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==" } }, - "npm:data-uri-to-buffer": { + "npm:@rollup/plugin-replace": { "type": "npm", - "name": "npm:data-uri-to-buffer", + "name": "npm:@rollup/plugin-replace", "data": { - "version": "3.0.1", - "packageName": "data-uri-to-buffer", - "hash": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" + "version": "5.0.5", + "packageName": "@rollup/plugin-replace", + "hash": "sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==" } }, - "npm:data-urls": { + "npm:@rollup/plugin-terser": { "type": "npm", - "name": "npm:data-urls", + "name": "npm:@rollup/plugin-terser", "data": { - "version": "5.0.0", - "packageName": "data-urls", - "hash": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" + "version": "0.4.4", + "packageName": "@rollup/plugin-terser", + "hash": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==" } }, - "npm:de-indent": { + "npm:@rollup/pluginutils@4.2.1": { "type": "npm", - "name": "npm:de-indent", + "name": "npm:@rollup/pluginutils@4.2.1", "data": { - "version": "1.0.2", - "packageName": "de-indent", - "hash": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==" + "version": "4.2.1", + "packageName": "@rollup/pluginutils", + "hash": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==" } }, - "npm:debug": { + "npm:@rollup/pluginutils": { "type": "npm", - "name": "npm:debug", + "name": "npm:@rollup/pluginutils", "data": { - "version": "4.3.4", - "packageName": "debug", - "hash": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" + "version": "5.1.0", + "packageName": "@rollup/pluginutils", + "hash": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==" } }, - "npm:decimal.js": { + "npm:@rollup/rollup-android-arm-eabi": { "type": "npm", - "name": "npm:decimal.js", + "name": "npm:@rollup/rollup-android-arm-eabi", "data": { - "version": "10.4.3", - "packageName": "decimal.js", - "hash": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" + "version": "4.13.0", + "packageName": "@rollup/rollup-android-arm-eabi", + "hash": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==" } }, - "npm:deep-eql": { + "npm:@rollup/rollup-android-arm64": { "type": "npm", - "name": "npm:deep-eql", + "name": "npm:@rollup/rollup-android-arm64", "data": { - "version": "4.1.3", - "packageName": "deep-eql", - "hash": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==" + "version": "4.13.0", + "packageName": "@rollup/rollup-android-arm64", + "hash": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==" } }, - "npm:deep-equal": { + "npm:@rollup/rollup-darwin-arm64": { "type": "npm", - "name": "npm:deep-equal", + "name": "npm:@rollup/rollup-darwin-arm64", "data": { - "version": "2.2.3", - "packageName": "deep-equal", - "hash": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==" + "version": "4.13.0", + "packageName": "@rollup/rollup-darwin-arm64", + "hash": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==" } }, - "npm:deep-freeze": { + "npm:@rollup/rollup-darwin-x64": { "type": "npm", - "name": "npm:deep-freeze", + "name": "npm:@rollup/rollup-darwin-x64", "data": { - "version": "0.0.1", - "packageName": "deep-freeze", - "hash": "sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==" + "version": "4.13.0", + "packageName": "@rollup/rollup-darwin-x64", + "hash": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==" } }, - "npm:deepmerge": { + "npm:@rollup/rollup-linux-arm-gnueabihf": { "type": "npm", - "name": "npm:deepmerge", + "name": "npm:@rollup/rollup-linux-arm-gnueabihf", "data": { - "version": "4.3.1", - "packageName": "deepmerge", - "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm-gnueabihf", + "hash": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==" } }, - "npm:defaults": { + "npm:@rollup/rollup-linux-arm64-gnu": { "type": "npm", - "name": "npm:defaults", + "name": "npm:@rollup/rollup-linux-arm64-gnu", "data": { - "version": "1.0.4", - "packageName": "defaults", - "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm64-gnu", + "hash": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==" } }, - "npm:define-data-property": { + "npm:@rollup/rollup-linux-arm64-musl": { "type": "npm", - "name": "npm:define-data-property", + "name": "npm:@rollup/rollup-linux-arm64-musl", "data": { - "version": "1.1.4", - "packageName": "define-data-property", - "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-arm64-musl", + "hash": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==" } }, - "npm:define-lazy-prop": { + "npm:@rollup/rollup-linux-riscv64-gnu": { "type": "npm", - "name": "npm:define-lazy-prop", + "name": "npm:@rollup/rollup-linux-riscv64-gnu", "data": { - "version": "2.0.0", - "packageName": "define-lazy-prop", - "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-riscv64-gnu", + "hash": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==" } }, - "npm:define-properties": { + "npm:@rollup/rollup-linux-x64-gnu": { "type": "npm", - "name": "npm:define-properties", + "name": "npm:@rollup/rollup-linux-x64-gnu", "data": { - "version": "1.2.1", - "packageName": "define-properties", - "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-x64-gnu", + "hash": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==" } }, - "npm:delayed-stream": { + "npm:@rollup/rollup-linux-x64-musl": { "type": "npm", - "name": "npm:delayed-stream", + "name": "npm:@rollup/rollup-linux-x64-musl", "data": { - "version": "1.0.0", - "packageName": "delayed-stream", - "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + "version": "4.13.0", + "packageName": "@rollup/rollup-linux-x64-musl", + "hash": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==" } }, - "npm:dequal": { + "npm:@rollup/rollup-win32-arm64-msvc": { "type": "npm", - "name": "npm:dequal", + "name": "npm:@rollup/rollup-win32-arm64-msvc", "data": { - "version": "2.0.3", - "packageName": "dequal", - "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" - } + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-arm64-msvc", + "hash": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==" + } }, - "npm:detect-file": { + "npm:@rollup/rollup-win32-ia32-msvc": { "type": "npm", - "name": "npm:detect-file", + "name": "npm:@rollup/rollup-win32-ia32-msvc", "data": { - "version": "1.0.0", - "packageName": "detect-file", - "hash": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==" + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-ia32-msvc", + "hash": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==" } }, - "npm:dettle": { + "npm:@rollup/rollup-win32-x64-msvc": { "type": "npm", - "name": "npm:dettle", + "name": "npm:@rollup/rollup-win32-x64-msvc", "data": { - "version": "1.0.1", - "packageName": "dettle", - "hash": "sha512-/oD3At60ZfhgzpofJtyClNTrIACyMdRe+ih0YiHzAniN0IZnLdLpEzgR6RtGs3kowxUkTnvV/4t1FBxXMUdusQ==" + "version": "4.13.0", + "packageName": "@rollup/rollup-win32-x64-msvc", + "hash": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==" } }, - "npm:diff-sequences": { + "npm:@rushstack/node-core-library": { "type": "npm", - "name": "npm:diff-sequences", + "name": "npm:@rushstack/node-core-library", "data": { - "version": "29.6.3", - "packageName": "diff-sequences", - "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" + "version": "3.62.0", + "packageName": "@rushstack/node-core-library", + "hash": "sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==" } }, - "npm:dom-accessibility-api@0.5.16": { + "npm:@rushstack/rig-package": { "type": "npm", - "name": "npm:dom-accessibility-api@0.5.16", + "name": "npm:@rushstack/rig-package", "data": { - "version": "0.5.16", - "packageName": "dom-accessibility-api", - "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" + "version": "0.5.1", + "packageName": "@rushstack/rig-package", + "hash": "sha512-pXRYSe29TjRw7rqxD4WS3HN/sRSbfr+tJs4a9uuaSIBAITbUggygdhuG0VrO0EO+QqH91GhYMN4S6KRtOEmGVA==" } }, - "npm:dom-accessibility-api": { + "npm:@rushstack/ts-command-line": { "type": "npm", - "name": "npm:dom-accessibility-api", + "name": "npm:@rushstack/ts-command-line", "data": { - "version": "0.6.3", - "packageName": "dom-accessibility-api", - "hash": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" + "version": "4.17.1", + "packageName": "@rushstack/ts-command-line", + "hash": "sha512-2jweO1O57BYP5qdBGl6apJLB+aRIn5ccIRTPDyULh0KMwVzFqWtw6IZWt1qtUoZD/pD2RNkIOosH6Cq45rIYeg==" } }, - "npm:dot-prop": { + "npm:@selderee/plugin-htmlparser2": { "type": "npm", - "name": "npm:dot-prop", + "name": "npm:@selderee/plugin-htmlparser2", "data": { - "version": "5.3.0", - "packageName": "dot-prop", - "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" + "version": "0.6.0", + "packageName": "@selderee/plugin-htmlparser2", + "hash": "sha512-J3jpy002TyBjd4N/p6s+s90eX42H2eRhK3SbsZuvTDv977/E8p2U3zikdiehyJja66do7FlxLomZLPlvl2/xaA==" } }, - "npm:dotenv-expand": { + "npm:@sinclair/typebox": { "type": "npm", - "name": "npm:dotenv-expand", + "name": "npm:@sinclair/typebox", "data": { - "version": "10.0.0", - "packageName": "dotenv-expand", - "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" + "version": "0.27.8", + "packageName": "@sinclair/typebox", + "hash": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==" } }, - "npm:dotenv": { + "npm:@sindresorhus/merge-streams": { "type": "npm", - "name": "npm:dotenv", + "name": "npm:@sindresorhus/merge-streams", "data": { - "version": "16.3.2", - "packageName": "dotenv", - "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" + "version": "2.3.0", + "packageName": "@sindresorhus/merge-streams", + "hash": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==" } }, - "npm:duplexer2": { + "npm:@size-limit/esbuild": { "type": "npm", - "name": "npm:duplexer2", + "name": "npm:@size-limit/esbuild", "data": { - "version": "0.1.4", - "packageName": "duplexer2", - "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" + "version": "11.1.2", + "packageName": "@size-limit/esbuild", + "hash": "sha512-IGQNaZsS4kP4hwU9C8P+3VvPhtW9PQ9OrwKJsvHDgMsbGX01hz39b9KkVwoI29wOXdwtj0aETaJUZPqoJq588w==" } }, - "npm:duplexer": { + "npm:@size-limit/file": { "type": "npm", - "name": "npm:duplexer", + "name": "npm:@size-limit/file", "data": { - "version": "0.1.2", - "packageName": "duplexer", - "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + "version": "11.1.2", + "packageName": "@size-limit/file", + "hash": "sha512-zktWwhO7MxVwQXbrZzy0VKfM5mZK3Aza1G3XbWRP8q+/3+irPKCz2fmyYJqJAJVwC9U1jAs6xEPlTJzxKgEAmw==" } }, - "npm:eastasianwidth": { + "npm:@size-limit/preset-small-lib": { "type": "npm", - "name": "npm:eastasianwidth", + "name": "npm:@size-limit/preset-small-lib", "data": { - "version": "0.2.0", - "packageName": "eastasianwidth", - "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "version": "11.1.2", + "packageName": "@size-limit/preset-small-lib", + "hash": "sha512-fxZW3woI6SOYyvq44QhlnYdcYfOfiW7zqFCPf+1Ox0OHbrug7YuMz74JNFlHJcnvB4Z6aErED+afkoYJ7vxohQ==" } }, - "npm:easy-table": { + "npm:@snyk/github-codeowners": { "type": "npm", - "name": "npm:easy-table", + "name": "npm:@snyk/github-codeowners", "data": { - "version": "1.2.0", - "packageName": "easy-table", - "hash": "sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==" + "version": "1.1.0", + "packageName": "@snyk/github-codeowners", + "hash": "sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==" } }, - "npm:electron-to-chromium": { + "npm:legacy-swc-helpers": { "type": "npm", - "name": "npm:electron-to-chromium", + "name": "npm:legacy-swc-helpers", "data": { - "version": "1.4.716", - "packageName": "electron-to-chromium", - "hash": "sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw==" + "version": "npm:@swc/helpers@0.4.14", + "packageName": "legacy-swc-helpers", + "hash": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==" } }, - "npm:emoji-regex@10.3.0": { + "npm:@swc/helpers@0.4.36": { "type": "npm", - "name": "npm:emoji-regex@10.3.0", + "name": "npm:@swc/helpers@0.4.36", "data": { - "version": "10.3.0", - "packageName": "emoji-regex", - "hash": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" + "version": "0.4.36", + "packageName": "@swc/helpers", + "hash": "sha512-5lxnyLEYFskErRPenYItLRSge5DjrJngYKdVjRSrWfza9G6KkgHEXi0vUZiyUeMU5JfXH1YnvXZzSp8ul88o2Q==" } }, - "npm:emoji-regex": { + "npm:@swc/helpers@0.5.7": { "type": "npm", - "name": "npm:emoji-regex", + "name": "npm:@swc/helpers@0.5.7", "data": { - "version": "8.0.0", - "packageName": "emoji-regex", - "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "version": "0.5.7", + "packageName": "@swc/helpers", + "hash": "sha512-BVvNZhx362+l2tSwSuyEUV4h7+jk9raNdoTSdLfwTshXJSaGmYKluGRJznziCI3KX02Z19DdsQrdfrpXAU3Hfg==" } }, - "npm:emoji-regex@9.2.2": { + "npm:@tanstack/config": { "type": "npm", - "name": "npm:emoji-regex@9.2.2", + "name": "npm:@tanstack/config", "data": { - "version": "9.2.2", - "packageName": "emoji-regex", - "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + "version": "0.6.0", + "packageName": "@tanstack/config", + "hash": "sha512-ndVPsyXWZFz3RcpRF7q5L4Ol5zY+m1H2lAiufw+J4BrV09042PETU2OZAREYz88ZcLtu6p+LZAHKltmqrL8gDg==" } }, - "npm:encode-registry": { + "npm:@testing-library/dom": { "type": "npm", - "name": "npm:encode-registry", + "name": "npm:@testing-library/dom", "data": { - "version": "3.0.1", - "packageName": "encode-registry", - "hash": "sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==" + "version": "9.3.4", + "packageName": "@testing-library/dom", + "hash": "sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==" } }, - "npm:end-of-stream": { + "npm:@testing-library/jest-dom": { "type": "npm", - "name": "npm:end-of-stream", + "name": "npm:@testing-library/jest-dom", "data": { - "version": "1.4.4", - "packageName": "end-of-stream", - "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" + "version": "6.4.2", + "packageName": "@testing-library/jest-dom", + "hash": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==" } }, - "npm:enquirer": { + "npm:@testing-library/react-hooks": { "type": "npm", - "name": "npm:enquirer", + "name": "npm:@testing-library/react-hooks", "data": { - "version": "2.3.6", - "packageName": "enquirer", - "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" + "version": "8.0.1", + "packageName": "@testing-library/react-hooks", + "hash": "sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==" } }, - "npm:entities": { + "npm:@testing-library/react": { "type": "npm", - "name": "npm:entities", + "name": "npm:@testing-library/react", "data": { - "version": "4.5.0", - "packageName": "entities", - "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + "version": "14.2.2", + "packageName": "@testing-library/react", + "hash": "sha512-SOUuM2ysCvjUWBXTNfQ/ztmnKDmqaiPV3SvoIuyxMUca45rbSWWAT/qB8CUs/JQ/ux/8JFs9DNdFQ3f6jH3crA==" } }, - "npm:err-code": { + "npm:@types/argparse": { "type": "npm", - "name": "npm:err-code", + "name": "npm:@types/argparse", "data": { - "version": "2.0.3", - "packageName": "err-code", - "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" + "version": "1.0.38", + "packageName": "@types/argparse", + "hash": "sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==" } }, - "npm:error-ex": { + "npm:@types/aria-query": { "type": "npm", - "name": "npm:error-ex", + "name": "npm:@types/aria-query", "data": { - "version": "1.3.2", - "packageName": "error-ex", - "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" + "version": "5.0.4", + "packageName": "@types/aria-query", + "hash": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==" } }, - "npm:es-define-property": { + "npm:@types/d3-array": { "type": "npm", - "name": "npm:es-define-property", + "name": "npm:@types/d3-array", "data": { - "version": "1.0.0", - "packageName": "es-define-property", - "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" + "version": "3.2.1", + "packageName": "@types/d3-array", + "hash": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==" } }, - "npm:es-errors": { + "npm:@types/d3-axis": { "type": "npm", - "name": "npm:es-errors", + "name": "npm:@types/d3-axis", "data": { - "version": "1.3.0", - "packageName": "es-errors", - "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + "version": "3.0.6", + "packageName": "@types/d3-axis", + "hash": "sha512-pYeijfZuBd87T0hGn0FO1vQ/cgLk6E1ALJjfkC0oJ8cbwkZl3TpgS8bVBLZN+2jjGgg38epgxb2zmoGtSfvgMw==" } }, - "npm:es-get-iterator": { + "npm:@types/d3-brush": { "type": "npm", - "name": "npm:es-get-iterator", + "name": "npm:@types/d3-brush", "data": { - "version": "1.1.3", - "packageName": "es-get-iterator", - "hash": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==" + "version": "3.0.6", + "packageName": "@types/d3-brush", + "hash": "sha512-nH60IZNNxEcrh6L1ZSMNA28rj27ut/2ZmI3r96Zd+1jrZD++zD3LsMIjWlvg4AYrHn/Pqz4CF3veCxGjtbqt7A==" } }, - "npm:esbuild-register": { + "npm:@types/d3-chord": { "type": "npm", - "name": "npm:esbuild-register", + "name": "npm:@types/d3-chord", "data": { - "version": "3.5.0", - "packageName": "esbuild-register", - "hash": "sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==" + "version": "3.0.6", + "packageName": "@types/d3-chord", + "hash": "sha512-LFYWWd8nwfwEmTZG9PfQxd17HbNPksHBiJHaKuY1XeqscXacsS2tyoo6OdRsjf+NQYeB6XrNL3a25E3gH69lcg==" } }, - "npm:esbuild": { + "npm:@types/d3-color": { "type": "npm", - "name": "npm:esbuild", + "name": "npm:@types/d3-color", "data": { - "version": "0.20.2", - "packageName": "esbuild", - "hash": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==" + "version": "3.1.3", + "packageName": "@types/d3-color", + "hash": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==" } }, - "npm:escalade": { + "npm:@types/d3-contour": { "type": "npm", - "name": "npm:escalade", + "name": "npm:@types/d3-contour", "data": { - "version": "3.1.2", - "packageName": "escalade", - "hash": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" + "version": "3.0.6", + "packageName": "@types/d3-contour", + "hash": "sha512-BjzLgXGnCWjUSYGfH1cpdo41/hgdWETu4YxpezoztawmqsvCeep+8QGfiY6YbDvfgHz/DkjeIkkZVJavB4a3rg==" } }, - "npm:escape-string-regexp": { + "npm:@types/d3-delaunay": { "type": "npm", - "name": "npm:escape-string-regexp", + "name": "npm:@types/d3-delaunay", "data": { - "version": "1.0.5", - "packageName": "escape-string-regexp", - "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" + "version": "6.0.4", + "packageName": "@types/d3-delaunay", + "hash": "sha512-ZMaSKu4THYCU6sV64Lhg6qjf1orxBthaC161plr5KuPHo3CNm8DTHiLw/5Eq2b6TsNP0W0iJrUOFscY6Q450Hw==" } }, - "npm:esprima": { + "npm:@types/d3-dispatch": { "type": "npm", - "name": "npm:esprima", + "name": "npm:@types/d3-dispatch", "data": { - "version": "4.0.1", - "packageName": "esprima", - "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + "version": "3.0.6", + "packageName": "@types/d3-dispatch", + "hash": "sha512-4fvZhzMeeuBJYZXRXrRIQnvUYfyXwYmLsdiN7XXmVNQKKw1cM8a5WdID0g1hVFZDqT9ZqZEY5pD44p24VS7iZQ==" } }, - "npm:estree-walker": { + "npm:@types/d3-drag": { "type": "npm", - "name": "npm:estree-walker", + "name": "npm:@types/d3-drag", "data": { - "version": "2.0.2", - "packageName": "estree-walker", - "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + "version": "3.0.7", + "packageName": "@types/d3-drag", + "hash": "sha512-HE3jVKlzU9AaMazNufooRJ5ZpWmLIoc90A37WU2JMmeq28w1FQqCZswHZ3xR+SuxYftzHq6WU6KJHvqxKzTxxQ==" } }, - "npm:estree-walker@3.0.3": { + "npm:@types/d3-dsv": { "type": "npm", - "name": "npm:estree-walker@3.0.3", + "name": "npm:@types/d3-dsv", "data": { - "version": "3.0.3", - "packageName": "estree-walker", - "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" + "version": "3.0.7", + "packageName": "@types/d3-dsv", + "hash": "sha512-n6QBF9/+XASqcKK6waudgL0pf/S5XHPPI8APyMLLUHd8NqouBGLsU8MgtO7NINGtPBtk9Kko/W4ea0oAspwh9g==" } }, - "npm:esutils": { + "npm:@types/d3-ease": { "type": "npm", - "name": "npm:esutils", + "name": "npm:@types/d3-ease", "data": { - "version": "2.0.3", - "packageName": "esutils", - "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + "version": "3.0.2", + "packageName": "@types/d3-ease", + "hash": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==" } }, - "npm:eventemitter3": { + "npm:@types/d3-fetch": { "type": "npm", - "name": "npm:eventemitter3", + "name": "npm:@types/d3-fetch", "data": { - "version": "5.0.1", - "packageName": "eventemitter3", - "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" + "version": "3.0.7", + "packageName": "@types/d3-fetch", + "hash": "sha512-fTAfNmxSb9SOWNB9IoG5c8Hg6R+AzUHDRlsXsDZsNp6sxAEOP0tkP3gKkNSO/qmHPoBFTxNrjDprVHDQDvo5aA==" } }, - "npm:execa@0.6.3": { + "npm:@types/d3-force": { "type": "npm", - "name": "npm:execa@0.6.3", + "name": "npm:@types/d3-force", "data": { - "version": "0.6.3", - "packageName": "execa", - "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" + "version": "3.0.9", + "packageName": "@types/d3-force", + "hash": "sha512-IKtvyFdb4Q0LWna6ymywQsEYjK/94SGhPrMfEr1TIc5OBeziTi+1jcCvttts8e0UWZIxpasjnQk9MNk/3iS+kA==" } }, - "npm:execa": { + "npm:@types/d3-format": { "type": "npm", - "name": "npm:execa", + "name": "npm:@types/d3-format", "data": { - "version": "8.0.1", - "packageName": "execa", - "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" + "version": "3.0.4", + "packageName": "@types/d3-format", + "hash": "sha512-fALi2aI6shfg7vM5KiR1wNJnZ7r6UuggVqtDA+xiEdPZQwy/trcQaHnwShLuLdta2rTymCNpxYTiMZX/e09F4g==" } }, - "npm:expand-tilde": { + "npm:@types/d3-geo": { "type": "npm", - "name": "npm:expand-tilde", + "name": "npm:@types/d3-geo", "data": { - "version": "2.0.2", - "packageName": "expand-tilde", - "hash": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==" + "version": "3.1.0", + "packageName": "@types/d3-geo", + "hash": "sha512-856sckF0oP/diXtS4jNsiQw/UuK5fQG8l/a9VVLeSouf1/PPbBE1i1W852zVwKwYCBkFJJB7nCFTbk6UMEXBOQ==" } }, - "npm:extend": { + "npm:@types/d3-hierarchy": { "type": "npm", - "name": "npm:extend", + "name": "npm:@types/d3-hierarchy", "data": { - "version": "3.0.2", - "packageName": "extend", - "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + "version": "3.1.7", + "packageName": "@types/d3-hierarchy", + "hash": "sha512-tJFtNoYBtRtkNysX1Xq4sxtjK8YgoWUNpIiUee0/jHGRwqvzYxkq0hGVbbOGSz+JgFxxRu4K8nb3YpG3CMARtg==" } }, - "npm:fast-deep-equal": { + "npm:@types/d3-interpolate": { "type": "npm", - "name": "npm:fast-deep-equal", + "name": "npm:@types/d3-interpolate", "data": { - "version": "3.1.3", - "packageName": "fast-deep-equal", - "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "version": "3.0.4", + "packageName": "@types/d3-interpolate", + "hash": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==" } }, - "npm:fast-glob": { + "npm:@types/d3-path": { "type": "npm", - "name": "npm:fast-glob", + "name": "npm:@types/d3-path", "data": { - "version": "3.3.2", - "packageName": "fast-glob", - "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + "version": "3.1.0", + "packageName": "@types/d3-path", + "hash": "sha512-P2dlU/q51fkOc/Gfl3Ul9kicV7l+ra934qBFXCFhrZMOL6du1TM0pm1ThYvENukyOn5h9v+yMJ9Fn5JK4QozrQ==" } }, - "npm:fast-ignore": { + "npm:@types/d3-polygon": { "type": "npm", - "name": "npm:fast-ignore", + "name": "npm:@types/d3-polygon", "data": { - "version": "1.1.1", - "packageName": "fast-ignore", - "hash": "sha512-Gnvido88waUVtlDv/6VBeXv0TAlQK5lheknMwzHx9948B7uOFjyyLXsYBXixDScEXJB5fMjy4G1OOTH59VKvUA==" + "version": "3.0.2", + "packageName": "@types/d3-polygon", + "hash": "sha512-ZuWOtMaHCkN9xoeEMr1ubW2nGWsp4nIql+OPQRstu4ypeZ+zk3YKqQT0CXVe/PYqrKpZAi+J9mTs05TKwjXSRA==" } }, - "npm:fast-json-stable-stringify": { + "npm:@types/d3-quadtree": { "type": "npm", - "name": "npm:fast-json-stable-stringify", + "name": "npm:@types/d3-quadtree", "data": { - "version": "2.1.0", - "packageName": "fast-json-stable-stringify", - "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + "version": "3.0.6", + "packageName": "@types/d3-quadtree", + "hash": "sha512-oUzyO1/Zm6rsxKRHA1vH0NEDG58HrT5icx/azi9MF1TWdtttWl0UIUsjEQBBh+SIkrpd21ZjEv7ptxWys1ncsg==" } }, - "npm:fast-safe-stringify": { + "npm:@types/d3-random": { "type": "npm", - "name": "npm:fast-safe-stringify", + "name": "npm:@types/d3-random", "data": { - "version": "2.1.1", - "packageName": "fast-safe-stringify", - "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" + "version": "3.0.3", + "packageName": "@types/d3-random", + "hash": "sha512-Imagg1vJ3y76Y2ea0871wpabqp613+8/r0mCLEBfdtqC7xMSfj9idOnmBYyMoULfHePJyxMAw3nWhJxzc+LFwQ==" } }, - "npm:fast-string-truncated-width": { + "npm:@types/d3-scale-chromatic": { "type": "npm", - "name": "npm:fast-string-truncated-width", + "name": "npm:@types/d3-scale-chromatic", "data": { - "version": "1.1.0", - "packageName": "fast-string-truncated-width", - "hash": "sha512-FfsFREOllHpnSl6cxpLi6wvqd9UebrZPxWlOJCCcWoOJzy02xyjPbafF9tyg2Usnf3GLmRr5Q6s7n+GO+6VB5A==" + "version": "3.0.3", + "packageName": "@types/d3-scale-chromatic", + "hash": "sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==" } }, - "npm:fast-string-width": { + "npm:@types/d3-scale": { "type": "npm", - "name": "npm:fast-string-width", + "name": "npm:@types/d3-scale", "data": { - "version": "1.0.5", - "packageName": "fast-string-width", - "hash": "sha512-rO3M39p2w0AaF81drD42Q+v77cyhUKWixavoTAsORzYtjMIHhZ33KgdsjEaxMBwI0zI0zLUNBL0CYqVMipXp4g==" + "version": "4.0.8", + "packageName": "@types/d3-scale", + "hash": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==" } }, - "npm:fastq": { + "npm:@types/d3-selection": { "type": "npm", - "name": "npm:fastq", + "name": "npm:@types/d3-selection", "data": { - "version": "1.17.1", - "packageName": "fastq", - "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" + "version": "3.0.10", + "packageName": "@types/d3-selection", + "hash": "sha512-cuHoUgS/V3hLdjJOLTT691+G2QoqAjCVLmr4kJXR4ha56w1Zdu8UUQ5TxLRqudgNjwXeQxKMq4j+lyf9sWuslg==" } }, - "npm:fetch-blob": { + "npm:@types/d3-shape": { "type": "npm", - "name": "npm:fetch-blob", + "name": "npm:@types/d3-shape", "data": { - "version": "2.1.2", - "packageName": "fetch-blob", - "hash": "sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==" + "version": "3.1.6", + "packageName": "@types/d3-shape", + "hash": "sha512-5KKk5aKGu2I+O6SONMYSNflgiP0WfZIQvVUMan50wHsLG1G94JlxEVnCpQARfTtzytuY0p/9PXXZb3I7giofIA==" } }, - "npm:figures": { + "npm:@types/d3-time-format": { "type": "npm", - "name": "npm:figures", + "name": "npm:@types/d3-time-format", "data": { - "version": "3.2.0", - "packageName": "figures", - "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" + "version": "4.0.3", + "packageName": "@types/d3-time-format", + "hash": "sha512-5xg9rC+wWL8kdDj153qZcsJ0FWiFt0J5RB6LYUNZjwSnesfblqrI/bJ1wBdJ8OQfncgbJG5+2F+qfqnqyzYxyg==" } }, - "npm:fill-range": { + "npm:@types/d3-time": { "type": "npm", - "name": "npm:fill-range", + "name": "npm:@types/d3-time", "data": { - "version": "7.0.1", - "packageName": "fill-range", - "hash": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" + "version": "3.0.3", + "packageName": "@types/d3-time", + "hash": "sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw==" } }, - "npm:filter-iterator": { + "npm:@types/d3-timer": { "type": "npm", - "name": "npm:filter-iterator", + "name": "npm:@types/d3-timer", "data": { - "version": "0.0.1", - "packageName": "filter-iterator", - "hash": "sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==" + "version": "3.0.2", + "packageName": "@types/d3-timer", + "hash": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==" } }, - "npm:filter-obj": { + "npm:@types/d3-transition": { "type": "npm", - "name": "npm:filter-obj", + "name": "npm:@types/d3-transition", "data": { - "version": "1.1.0", - "packageName": "filter-obj", - "hash": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==" + "version": "3.0.8", + "packageName": "@types/d3-transition", + "hash": "sha512-ew63aJfQ/ms7QQ4X7pk5NxQ9fZH/z+i24ZfJ6tJSfqxJMrYLiK01EAs2/Rtw/JreGUsS3pLPNV644qXFGnoZNQ==" } }, - "npm:find-up-json": { + "npm:@types/d3-zoom": { "type": "npm", - "name": "npm:find-up-json", + "name": "npm:@types/d3-zoom", "data": { - "version": "2.0.4", - "packageName": "find-up-json", - "hash": "sha512-ABaCm3V1H5UYRHtClHvFFyxPIAC/bxd43tKwmcSco8/EuM5O7zDL2R7ORaA+rEltwgxoNOIK8LQFwQUfA/2GIw==" + "version": "3.0.8", + "packageName": "@types/d3-zoom", + "hash": "sha512-iqMC4/YlFCSlO8+2Ii1GGGliCAY4XdeG748w5vQUbevlbDu0zSjH/+jojorQVBK/se0j6DUFNPBGSqD3YWYnDw==" } }, - "npm:find-up-path": { + "npm:@types/d3": { "type": "npm", - "name": "npm:find-up-path", + "name": "npm:@types/d3", "data": { - "version": "1.0.0", - "packageName": "find-up-path", - "hash": "sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==" + "version": "7.4.3", + "packageName": "@types/d3", + "hash": "sha512-lZXZ9ckh5R8uiFVt8ogUNf+pIrK4EsWrx2Np75WvF/eTpJ0FMHNhjXk8CKEx/+gpHbNQyJWehbFaTvqmHWB3ww==" } }, - "npm:findup-sync": { + "npm:@types/debug": { "type": "npm", - "name": "npm:findup-sync", + "name": "npm:@types/debug", "data": { - "version": "5.0.0", - "packageName": "findup-sync", - "hash": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==" + "version": "4.1.12", + "packageName": "@types/debug", + "hash": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==" } }, - "npm:fined": { + "npm:@types/estree": { "type": "npm", - "name": "npm:fined", + "name": "npm:@types/estree", "data": { - "version": "2.0.0", - "packageName": "fined", - "hash": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==" + "version": "1.0.5", + "packageName": "@types/estree", + "hash": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" } }, - "npm:flagged-respawn": { + "npm:@types/geojson": { "type": "npm", - "name": "npm:flagged-respawn", + "name": "npm:@types/geojson", "data": { - "version": "2.0.0", - "packageName": "flagged-respawn", - "hash": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==" + "version": "7946.0.14", + "packageName": "@types/geojson", + "hash": "sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==" } }, - "npm:flat": { + "npm:@types/hast": { "type": "npm", - "name": "npm:flat", + "name": "npm:@types/hast", "data": { - "version": "5.0.2", - "packageName": "flat", - "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" + "version": "2.3.10", + "packageName": "@types/hast", + "hash": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==" } }, - "npm:follow-redirects": { + "npm:@types/hoist-non-react-statics": { "type": "npm", - "name": "npm:follow-redirects", + "name": "npm:@types/hoist-non-react-statics", "data": { - "version": "1.15.6", - "packageName": "follow-redirects", - "hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" + "version": "3.3.5", + "packageName": "@types/hoist-non-react-statics", + "hash": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==" } }, - "npm:for-each": { + "npm:@types/js-cookie": { "type": "npm", - "name": "npm:for-each", + "name": "npm:@types/js-cookie", "data": { - "version": "0.3.3", - "packageName": "for-each", - "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" + "version": "2.2.7", + "packageName": "@types/js-cookie", + "hash": "sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==" } }, - "npm:for-in": { + "npm:@types/json-schema": { "type": "npm", - "name": "npm:for-in", + "name": "npm:@types/json-schema", "data": { - "version": "1.0.2", - "packageName": "for-in", - "hash": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==" + "version": "7.0.15", + "packageName": "@types/json-schema", + "hash": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" } }, - "npm:for-own": { + "npm:@types/mdast": { "type": "npm", - "name": "npm:for-own", + "name": "npm:@types/mdast", "data": { - "version": "1.0.0", - "packageName": "for-own", - "hash": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==" + "version": "3.0.15", + "packageName": "@types/mdast", + "hash": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==" } }, - "npm:foreground-child": { + "npm:@types/ms": { "type": "npm", - "name": "npm:foreground-child", + "name": "npm:@types/ms", "data": { - "version": "3.1.1", - "packageName": "foreground-child", - "hash": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==" + "version": "0.7.34", + "packageName": "@types/ms", + "hash": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==" } }, - "npm:form-data": { + "npm:@types/node-fetch": { "type": "npm", - "name": "npm:form-data", + "name": "npm:@types/node-fetch", "data": { - "version": "4.0.0", - "packageName": "form-data", - "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" + "version": "2.6.11", + "packageName": "@types/node-fetch", + "hash": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==" } }, - "npm:fs-constants": { + "npm:@types/node": { "type": "npm", - "name": "npm:fs-constants", + "name": "npm:@types/node", "data": { - "version": "1.0.0", - "packageName": "fs-constants", - "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + "version": "20.11.30", + "packageName": "@types/node", + "hash": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==" } }, - "npm:fs-extra@10.1.0": { + "npm:@types/picomatch": { "type": "npm", - "name": "npm:fs-extra@10.1.0", + "name": "npm:@types/picomatch", "data": { - "version": "10.1.0", - "packageName": "fs-extra", - "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" + "version": "2.3.3", + "packageName": "@types/picomatch", + "hash": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==" } }, - "npm:fs-extra": { + "npm:@types/prop-types": { "type": "npm", - "name": "npm:fs-extra", + "name": "npm:@types/prop-types", "data": { - "version": "11.2.0", - "packageName": "fs-extra", - "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" + "version": "15.7.12", + "packageName": "@types/prop-types", + "hash": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" } }, - "npm:fs-extra@7.0.1": { + "npm:@types/react-dom": { "type": "npm", - "name": "npm:fs-extra@7.0.1", + "name": "npm:@types/react-dom", "data": { - "version": "7.0.1", - "packageName": "fs-extra", - "hash": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==" + "version": "18.2.22", + "packageName": "@types/react-dom", + "hash": "sha512-fHkBXPeNtfvri6gdsMYyW+dW7RXFo6Ad09nLFK0VQWR7yGLai/Cyvyj696gbwYvBnhGtevUG9cET0pmUbMtoPQ==" } }, - "npm:fs.realpath": { + "npm:@types/react": { "type": "npm", - "name": "npm:fs.realpath", + "name": "npm:@types/react", "data": { - "version": "1.0.0", - "packageName": "fs.realpath", - "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + "version": "18.2.70", + "packageName": "@types/react", + "hash": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==" } }, - "npm:fsevents": { + "npm:@types/resolve": { "type": "npm", - "name": "npm:fsevents", + "name": "npm:@types/resolve", "data": { - "version": "2.3.3", - "packageName": "fsevents", - "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" + "version": "1.20.2", + "packageName": "@types/resolve", + "hash": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==" } }, - "npm:function-bind": { + "npm:@types/scheduler": { "type": "npm", - "name": "npm:function-bind", + "name": "npm:@types/scheduler", "data": { - "version": "1.1.2", - "packageName": "function-bind", - "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + "version": "0.16.8", + "packageName": "@types/scheduler", + "hash": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" } }, - "npm:functions-have-names": { + "npm:@types/tunnel": { "type": "npm", - "name": "npm:functions-have-names", + "name": "npm:@types/tunnel", "data": { - "version": "1.2.3", - "packageName": "functions-have-names", - "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" + "version": "0.0.3", + "packageName": "@types/tunnel", + "hash": "sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==" } }, - "npm:gensync": { + "npm:@types/unist": { "type": "npm", - "name": "npm:gensync", + "name": "npm:@types/unist", "data": { - "version": "1.0.0-beta.2", - "packageName": "gensync", - "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" + "version": "2.0.10", + "packageName": "@types/unist", + "hash": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" } }, - "npm:get-caller-file": { + "npm:@types/use-sync-external-store": { "type": "npm", - "name": "npm:get-caller-file", + "name": "npm:@types/use-sync-external-store", "data": { - "version": "2.0.5", - "packageName": "get-caller-file", - "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + "version": "0.0.3", + "packageName": "@types/use-sync-external-store", + "hash": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" } }, - "npm:get-current-package": { + "npm:@vitest/expect": { "type": "npm", - "name": "npm:get-current-package", + "name": "npm:@vitest/expect", "data": { - "version": "1.0.0", - "packageName": "get-current-package", - "hash": "sha512-mEZ43mmPMdRz+7vouBd/fhnEMRF0omBzcwwwf2GmbWSeZJGdWHRp9RGLZxW7ZnnZ14jPc3GreHh0s/7u7PZJpQ==" + "version": "1.4.0", + "packageName": "@vitest/expect", + "hash": "sha512-Jths0sWCJZ8BxjKe+p+eKsoqev1/T8lYcrjavEaz8auEJ4jAVY0GwW3JKmdVU4mmNPLPHixh4GNXP7GFtAiDHA==" } }, - "npm:get-east-asian-width": { + "npm:@vitest/runner": { "type": "npm", - "name": "npm:get-east-asian-width", + "name": "npm:@vitest/runner", "data": { - "version": "1.2.0", - "packageName": "get-east-asian-width", - "hash": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==" + "version": "1.4.0", + "packageName": "@vitest/runner", + "hash": "sha512-EDYVSmesqlQ4RD2VvWo3hQgTJ7ZrFQ2VSJdfiJiArkCerDAGeyF1i6dHkmySqk573jLp6d/cfqCN+7wUB5tLgg==" } }, - "npm:get-func-name": { + "npm:@vitest/snapshot": { "type": "npm", - "name": "npm:get-func-name", + "name": "npm:@vitest/snapshot", "data": { - "version": "2.0.2", - "packageName": "get-func-name", - "hash": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" + "version": "1.4.0", + "packageName": "@vitest/snapshot", + "hash": "sha512-saAFnt5pPIA5qDGxOHxJ/XxhMFKkUSBJmVt5VgDsAqPTX6JP326r5C/c9UuCMPoXNzuudTPsYDZCoJ5ilpqG2A==" } }, - "npm:get-intrinsic": { + "npm:@vitest/spy": { "type": "npm", - "name": "npm:get-intrinsic", + "name": "npm:@vitest/spy", "data": { - "version": "1.2.4", - "packageName": "get-intrinsic", - "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" + "version": "1.4.0", + "packageName": "@vitest/spy", + "hash": "sha512-Ywau/Qs1DzM/8Uc+yA77CwSegizMlcgTJuYGAi0jujOteJOUf1ujunHThYo243KG9nAyWT3L9ifPYZ5+As/+6Q==" } }, - "npm:get-stream@3.0.0": { + "npm:@vitest/utils": { "type": "npm", - "name": "npm:get-stream@3.0.0", + "name": "npm:@vitest/utils", "data": { - "version": "3.0.0", - "packageName": "get-stream", - "hash": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" + "version": "1.4.0", + "packageName": "@vitest/utils", + "hash": "sha512-mx3Yd1/6e2Vt/PUC98DcqTirtfxUyAZ32uK82r8rZzbtBeBo+nqgnjx/LvqQdWsrvNtm14VmurNgcf4nqY5gJg==" } }, - "npm:get-stream": { + "npm:@volar/language-core": { "type": "npm", - "name": "npm:get-stream", + "name": "npm:@volar/language-core", "data": { - "version": "8.0.1", - "packageName": "get-stream", - "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" + "version": "1.11.1", + "packageName": "@volar/language-core", + "hash": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==" } }, - "npm:git-log-parser": { + "npm:@volar/source-map": { "type": "npm", - "name": "npm:git-log-parser", + "name": "npm:@volar/source-map", "data": { - "version": "1.2.0", - "packageName": "git-log-parser", - "hash": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==" + "version": "1.11.1", + "packageName": "@volar/source-map", + "hash": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==" } }, - "npm:glob-parent": { + "npm:@volar/typescript": { "type": "npm", - "name": "npm:glob-parent", + "name": "npm:@volar/typescript", "data": { - "version": "5.1.2", - "packageName": "glob-parent", - "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + "version": "1.11.1", + "packageName": "@volar/typescript", + "hash": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==" } }, - "npm:glob@10.3.10": { + "npm:@vscode/extension-telemetry": { "type": "npm", - "name": "npm:glob@10.3.10", + "name": "npm:@vscode/extension-telemetry", "data": { - "version": "10.3.10", - "packageName": "glob", - "hash": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" + "version": "0.6.2", + "packageName": "@vscode/extension-telemetry", + "hash": "sha512-yb/wxLuaaCRcBAZtDCjNYSisAXz3FWsSqAha5nhHcYxx2ZPdQdWuZqVXGKq0ZpHVndBWWtK6XqtpCN2/HB4S1w==" } }, - "npm:glob@7.2.3": { + "npm:@vue/compiler-core": { "type": "npm", - "name": "npm:glob@7.2.3", + "name": "npm:@vue/compiler-core", "data": { - "version": "7.2.3", - "packageName": "glob", - "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + "version": "3.4.21", + "packageName": "@vue/compiler-core", + "hash": "sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==" } }, - "npm:glob": { + "npm:@vue/compiler-dom": { "type": "npm", - "name": "npm:glob", + "name": "npm:@vue/compiler-dom", "data": { - "version": "8.1.0", - "packageName": "glob", - "hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" + "version": "3.4.21", + "packageName": "@vue/compiler-dom", + "hash": "sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==" } }, - "npm:global-modules": { + "npm:@vue/language-core": { "type": "npm", - "name": "npm:global-modules", + "name": "npm:@vue/language-core", "data": { - "version": "1.0.0", - "packageName": "global-modules", - "hash": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==" + "version": "1.8.27", + "packageName": "@vue/language-core", + "hash": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==" } }, - "npm:global-prefix": { + "npm:@vue/shared": { "type": "npm", - "name": "npm:global-prefix", + "name": "npm:@vue/shared", "data": { - "version": "1.0.2", - "packageName": "global-prefix", - "hash": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==" + "version": "3.4.21", + "packageName": "@vue/shared", + "hash": "sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==" } }, - "npm:globals": { + "npm:@xobotyi/scrollbar-width": { "type": "npm", - "name": "npm:globals", + "name": "npm:@xobotyi/scrollbar-width", "data": { - "version": "11.12.0", - "packageName": "globals", - "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + "version": "1.9.5", + "packageName": "@xobotyi/scrollbar-width", + "hash": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==" } }, - "npm:globby": { + "npm:@yarnpkg/lockfile": { "type": "npm", - "name": "npm:globby", + "name": "npm:@yarnpkg/lockfile", "data": { - "version": "14.0.1", - "packageName": "globby", - "hash": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==" + "version": "1.1.0", + "packageName": "@yarnpkg/lockfile", + "hash": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==" } }, - "npm:globrex": { + "npm:@yarnpkg/parsers": { "type": "npm", - "name": "npm:globrex", + "name": "npm:@yarnpkg/parsers", "data": { - "version": "0.1.2", - "packageName": "globrex", - "hash": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==" + "version": "3.0.0-rc.46", + "packageName": "@yarnpkg/parsers", + "hash": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==" } }, - "npm:gopd": { + "npm:@zkochan/js-yaml": { "type": "npm", - "name": "npm:gopd", + "name": "npm:@zkochan/js-yaml", "data": { - "version": "1.0.1", - "packageName": "gopd", - "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" + "version": "0.0.6", + "packageName": "@zkochan/js-yaml", + "hash": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==" } }, - "npm:graceful-fs": { + "npm:@zkochan/retry": { "type": "npm", - "name": "npm:graceful-fs", + "name": "npm:@zkochan/retry", "data": { - "version": "4.2.11", - "packageName": "graceful-fs", - "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + "version": "0.2.0", + "packageName": "@zkochan/retry", + "hash": "sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==" } }, - "npm:grammex": { + "npm:@zkochan/rimraf": { "type": "npm", - "name": "npm:grammex", + "name": "npm:@zkochan/rimraf", "data": { - "version": "3.1.3", - "packageName": "grammex", - "hash": "sha512-rUZoJJQguOCaAMTuoyxs40OxqSLgVhzCCwDn1mbp2vETWutv/TmgAz7KxMR8Tz4z4cty/zIh88HrOWKqWgeGjg==" + "version": "2.1.3", + "packageName": "@zkochan/rimraf", + "hash": "sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==" } }, - "npm:has-bigints": { + "npm:JSONStream": { "type": "npm", - "name": "npm:has-bigints", + "name": "npm:JSONStream", "data": { - "version": "1.0.2", - "packageName": "has-bigints", - "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" + "version": "1.3.5", + "packageName": "JSONStream", + "hash": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==" } }, - "npm:has-flag@3.0.0": { + "npm:abort-controller": { "type": "npm", - "name": "npm:has-flag@3.0.0", + "name": "npm:abort-controller", "data": { "version": "3.0.0", - "packageName": "has-flag", - "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + "packageName": "abort-controller", + "hash": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==" } }, - "npm:has-flag": { + "npm:acorn-walk": { "type": "npm", - "name": "npm:has-flag", + "name": "npm:acorn-walk", "data": { - "version": "4.0.0", - "packageName": "has-flag", - "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "version": "8.3.2", + "packageName": "acorn-walk", + "hash": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==" } }, - "npm:has-own-property": { + "npm:acorn": { "type": "npm", - "name": "npm:has-own-property", + "name": "npm:acorn", "data": { - "version": "0.1.0", - "packageName": "has-own-property", - "hash": "sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==" + "version": "8.11.3", + "packageName": "acorn", + "hash": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==" } }, - "npm:has-property-descriptors": { + "npm:agent-base": { "type": "npm", - "name": "npm:has-property-descriptors", + "name": "npm:agent-base", "data": { - "version": "1.0.2", - "packageName": "has-property-descriptors", - "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" + "version": "7.1.0", + "packageName": "agent-base", + "hash": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==" } }, - "npm:has-proto": { + "npm:aggregate-error": { "type": "npm", - "name": "npm:has-proto", + "name": "npm:aggregate-error", "data": { - "version": "1.0.3", - "packageName": "has-proto", - "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" + "version": "3.1.0", + "packageName": "aggregate-error", + "hash": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" } }, - "npm:has-symbols": { + "npm:ajv": { "type": "npm", - "name": "npm:has-symbols", + "name": "npm:ajv", "data": { - "version": "1.0.3", - "packageName": "has-symbols", - "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + "version": "6.12.6", + "packageName": "ajv", + "hash": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==" } }, - "npm:has-tostringtag": { + "npm:ansi-colors": { "type": "npm", - "name": "npm:has-tostringtag", + "name": "npm:ansi-colors", "data": { - "version": "1.0.2", - "packageName": "has-tostringtag", - "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" + "version": "4.1.3", + "packageName": "ansi-colors", + "hash": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" } }, - "npm:hasown": { + "npm:ansi-escapes": { "type": "npm", - "name": "npm:hasown", + "name": "npm:ansi-escapes", "data": { - "version": "2.0.2", - "packageName": "hasown", - "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" + "version": "6.2.1", + "packageName": "ansi-escapes", + "hash": "sha512-4nJ3yixlEthEJ9Rk4vPcdBRkZvQZlYyu8j4/Mqz5sgIkddmEnH2Yj2ZrnP9S3tQOvSNRUIgVNF/1yPpRAGNRig==" } }, - "npm:he": { + "npm:ansi-purge": { "type": "npm", - "name": "npm:he", + "name": "npm:ansi-purge", "data": { - "version": "1.2.0", - "packageName": "he", - "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" + "version": "1.0.0", + "packageName": "ansi-purge", + "hash": "sha512-kbm4dtp1jcI8ZWhttEPzmga9fwbhGMinIDghOcBng5q9dOsnM6PYV3ih+5TO4D7inGXU9zBmVi7x1Z4dluY85Q==" } }, - "npm:homedir-polyfill": { + "npm:ansi-regex": { "type": "npm", - "name": "npm:homedir-polyfill", + "name": "npm:ansi-regex", "data": { - "version": "1.0.3", - "packageName": "homedir-polyfill", - "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" + "version": "5.0.1", + "packageName": "ansi-regex", + "hash": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" } }, - "npm:hosted-git-info@4.1.0": { + "npm:ansi-regex@6.0.1": { "type": "npm", - "name": "npm:hosted-git-info@4.1.0", + "name": "npm:ansi-regex@6.0.1", "data": { - "version": "4.1.0", - "packageName": "hosted-git-info", - "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" + "version": "6.0.1", + "packageName": "ansi-regex", + "hash": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" } }, - "npm:hosted-git-info": { + "npm:ansi-styles@3.2.1": { "type": "npm", - "name": "npm:hosted-git-info", + "name": "npm:ansi-styles@3.2.1", "data": { - "version": "7.0.1", - "packageName": "hosted-git-info", - "hash": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==" + "version": "3.2.1", + "packageName": "ansi-styles", + "hash": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" } }, - "npm:html-encoding-sniffer": { + "npm:ansi-styles": { "type": "npm", - "name": "npm:html-encoding-sniffer", + "name": "npm:ansi-styles", "data": { - "version": "4.0.0", - "packageName": "html-encoding-sniffer", - "hash": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" + "version": "4.3.0", + "packageName": "ansi-styles", + "hash": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" } }, - "npm:http-proxy-agent": { + "npm:ansi-styles@5.2.0": { "type": "npm", - "name": "npm:http-proxy-agent", + "name": "npm:ansi-styles@5.2.0", "data": { - "version": "7.0.2", - "packageName": "http-proxy-agent", - "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" + "version": "5.2.0", + "packageName": "ansi-styles", + "hash": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==" } }, - "npm:https-proxy-agent": { + "npm:ansi-styles@6.2.1": { "type": "npm", - "name": "npm:https-proxy-agent", + "name": "npm:ansi-styles@6.2.1", "data": { - "version": "7.0.4", - "packageName": "https-proxy-agent", - "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" + "version": "6.2.1", + "packageName": "ansi-styles", + "hash": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" } }, - "npm:human-signals": { + "npm:ansi-truncate": { "type": "npm", - "name": "npm:human-signals", + "name": "npm:ansi-truncate", "data": { - "version": "5.0.0", - "packageName": "human-signals", - "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" + "version": "1.1.2", + "packageName": "ansi-truncate", + "hash": "sha512-yhyu5Y/rRWku5GJfCCHHKyJsWahCRuy/ORI8wmClls+bUWMVpcVL6nEqmVnZZ9gaaWq+AWB6FCyarrt0ewVUXQ==" } }, - "npm:husky": { + "npm:any-promise": { "type": "npm", - "name": "npm:husky", + "name": "npm:any-promise", "data": { - "version": "9.0.11", - "packageName": "husky", - "hash": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==" + "version": "1.3.0", + "packageName": "any-promise", + "hash": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" } }, - "npm:iconv-lite": { + "npm:anymatch": { "type": "npm", - "name": "npm:iconv-lite", + "name": "npm:anymatch", "data": { - "version": "0.6.3", - "packageName": "iconv-lite", - "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" + "version": "3.1.3", + "packageName": "anymatch", + "hash": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" } }, - "npm:identity-function": { + "npm:argparse@1.0.10": { "type": "npm", - "name": "npm:identity-function", + "name": "npm:argparse@1.0.10", "data": { - "version": "1.0.0", - "packageName": "identity-function", - "hash": "sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==" + "version": "1.0.10", + "packageName": "argparse", + "hash": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==" } }, - "npm:ieee754": { + "npm:argparse": { "type": "npm", - "name": "npm:ieee754", + "name": "npm:argparse", "data": { - "version": "1.2.1", - "packageName": "ieee754", - "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" + "version": "2.0.1", + "packageName": "argparse", + "hash": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" } }, - "npm:ignore": { + "npm:argv-formatter": { "type": "npm", - "name": "npm:ignore", + "name": "npm:argv-formatter", "data": { - "version": "5.3.1", - "packageName": "ignore", - "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" + "version": "1.0.0", + "packageName": "argv-formatter", + "hash": "sha512-F2+Hkm9xFaRg+GkaNnbwXNDV5O6pnCFEmqyhvfC/Ic5LbgOWjJh3L+mN/s91rxVL3znE7DYVpW0GJFT+4YBgWw==" } }, - "npm:import-lazy": { + "npm:aria-query@5.1.3": { "type": "npm", - "name": "npm:import-lazy", + "name": "npm:aria-query@5.1.3", "data": { - "version": "4.0.0", - "packageName": "import-lazy", - "hash": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==" + "version": "5.1.3", + "packageName": "aria-query", + "hash": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==" } }, - "npm:import-meta-resolve": { + "npm:aria-query": { "type": "npm", - "name": "npm:import-meta-resolve", + "name": "npm:aria-query", "data": { - "version": "4.0.0", - "packageName": "import-meta-resolve", - "hash": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==" + "version": "5.3.0", + "packageName": "aria-query", + "hash": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==" } }, - "npm:indent-string": { + "npm:arity-n": { "type": "npm", - "name": "npm:indent-string", + "name": "npm:arity-n", "data": { - "version": "4.0.0", - "packageName": "indent-string", - "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + "version": "1.0.4", + "packageName": "arity-n", + "hash": "sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==" } }, - "npm:individual": { + "npm:array-buffer-byte-length": { "type": "npm", - "name": "npm:individual", + "name": "npm:array-buffer-byte-length", "data": { - "version": "3.0.0", - "packageName": "individual", - "hash": "sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==" + "version": "1.0.1", + "packageName": "array-buffer-byte-length", + "hash": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==" } }, - "npm:inflight": { + "npm:array-each": { "type": "npm", - "name": "npm:inflight", + "name": "npm:array-each", "data": { - "version": "1.0.6", - "packageName": "inflight", - "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" + "version": "1.0.1", + "packageName": "array-each", + "hash": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==" } }, - "npm:inherits": { + "npm:array-ify": { "type": "npm", - "name": "npm:inherits", + "name": "npm:array-ify", "data": { - "version": "2.0.4", - "packageName": "inherits", - "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "version": "1.0.0", + "packageName": "array-ify", + "hash": "sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==" } }, - "npm:ini-simple-parser": { + "npm:array-last": { "type": "npm", - "name": "npm:ini-simple-parser", + "name": "npm:array-last", "data": { - "version": "1.0.0", - "packageName": "ini-simple-parser", - "hash": "sha512-cZUGzkBd1W8FoIbFNMbscMvIGwp+riO/4PaPAy2owQp0sja+ni6Yty11GBNnxaI1ePkSVXzPb8iMOOYuYw/MOQ==" + "version": "1.3.0", + "packageName": "array-last", + "hash": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==" } }, - "npm:ini": { + "npm:array-slice": { "type": "npm", - "name": "npm:ini", + "name": "npm:array-slice", "data": { - "version": "1.3.8", - "packageName": "ini", - "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + "version": "1.1.0", + "packageName": "array-slice", + "hash": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" } }, - "npm:internal-slot": { + "npm:array-union": { "type": "npm", - "name": "npm:internal-slot", + "name": "npm:array-union", "data": { - "version": "1.0.7", - "packageName": "internal-slot", - "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" + "version": "2.1.0", + "packageName": "array-union", + "hash": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" } }, - "npm:interpret": { + "npm:assertion-error": { "type": "npm", - "name": "npm:interpret", + "name": "npm:assertion-error", "data": { - "version": "3.1.1", - "packageName": "interpret", - "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" + "version": "1.1.0", + "packageName": "assertion-error", + "hash": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==" } }, - "npm:ionstore": { + "npm:asynckit": { "type": "npm", - "name": "npm:ionstore", + "name": "npm:asynckit", "data": { - "version": "1.0.0", - "packageName": "ionstore", - "hash": "sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==" + "version": "0.4.0", + "packageName": "asynckit", + "hash": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" } }, - "npm:is-absolute": { + "npm:atomically": { "type": "npm", - "name": "npm:is-absolute", + "name": "npm:atomically", "data": { - "version": "1.0.0", - "packageName": "is-absolute", - "hash": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==" + "version": "2.0.2", + "packageName": "atomically", + "hash": "sha512-Xfmb4q5QV7uqTlVdMSTtO5eF4DCHfNOdaPyKlbFShkzeNP+3lj3yjjcbdjSmEY4+pDBKJ9g26aP+ImTe88UHoQ==" } }, - "npm:is-arguments": { + "npm:available-typed-arrays": { "type": "npm", - "name": "npm:is-arguments", + "name": "npm:available-typed-arrays", "data": { - "version": "1.1.1", - "packageName": "is-arguments", - "hash": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==" + "version": "1.0.7", + "packageName": "available-typed-arrays", + "hash": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==" } }, - "npm:is-array-buffer": { + "npm:axios": { "type": "npm", - "name": "npm:is-array-buffer", + "name": "npm:axios", "data": { - "version": "3.0.4", - "packageName": "is-array-buffer", - "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" + "version": "1.6.0", + "packageName": "axios", + "hash": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==" } }, - "npm:is-arrayish": { + "npm:axobject-query": { "type": "npm", - "name": "npm:is-arrayish", + "name": "npm:axobject-query", "data": { - "version": "0.2.1", - "packageName": "is-arrayish", - "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "version": "4.0.0", + "packageName": "axobject-query", + "hash": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==" } }, - "npm:is-bigint": { + "npm:babel-plugin-add-module-exports": { "type": "npm", - "name": "npm:is-bigint", + "name": "npm:babel-plugin-add-module-exports", "data": { - "version": "1.0.4", - "packageName": "is-bigint", - "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" + "version": "0.2.1", + "packageName": "babel-plugin-add-module-exports", + "hash": "sha512-3AN/9V/rKuv90NG65m4tTHsI04XrCKsWbztIcW7a8H5iIN7WlvWucRtVV0V/rT4QvtA11n5Vmp20fLwfMWqp6g==" } }, - "npm:is-binary-path": { + "npm:babel-plugin-polyfill-corejs2": { "type": "npm", - "name": "npm:is-binary-path", + "name": "npm:babel-plugin-polyfill-corejs2", "data": { - "version": "2.1.0", - "packageName": "is-binary-path", - "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + "version": "0.4.10", + "packageName": "babel-plugin-polyfill-corejs2", + "hash": "sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==" } }, - "npm:is-boolean-object": { + "npm:babel-plugin-polyfill-corejs3": { "type": "npm", - "name": "npm:is-boolean-object", + "name": "npm:babel-plugin-polyfill-corejs3", "data": { - "version": "1.1.2", - "packageName": "is-boolean-object", - "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" + "version": "0.10.4", + "packageName": "babel-plugin-polyfill-corejs3", + "hash": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==" } }, - "npm:is-builtin-module": { + "npm:babel-plugin-polyfill-regenerator": { "type": "npm", - "name": "npm:is-builtin-module", + "name": "npm:babel-plugin-polyfill-regenerator", "data": { - "version": "3.2.1", - "packageName": "is-builtin-module", - "hash": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" + "version": "0.6.1", + "packageName": "babel-plugin-polyfill-regenerator", + "hash": "sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==" } }, - "npm:is-callable": { + "npm:babylon": { "type": "npm", - "name": "npm:is-callable", + "name": "npm:babylon", "data": { - "version": "1.2.7", - "packageName": "is-callable", - "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" + "version": "6.18.0", + "packageName": "babylon", + "hash": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==" } }, - "npm:is-core-module": { + "npm:bail": { "type": "npm", - "name": "npm:is-core-module", + "name": "npm:bail", "data": { - "version": "2.13.1", - "packageName": "is-core-module", - "hash": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" + "version": "2.0.2", + "packageName": "bail", + "hash": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==" } }, - "npm:is-date-object": { + "npm:balanced-match": { "type": "npm", - "name": "npm:is-date-object", + "name": "npm:balanced-match", "data": { - "version": "1.0.5", - "packageName": "is-date-object", - "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" + "version": "1.0.2", + "packageName": "balanced-match", + "hash": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" } }, - "npm:is-docker": { + "npm:base64-js": { "type": "npm", - "name": "npm:is-docker", + "name": "npm:base64-js", "data": { - "version": "2.2.1", - "packageName": "is-docker", - "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + "version": "1.5.1", + "packageName": "base64-js", + "hash": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==" } }, - "npm:is-extglob": { + "npm:big-integer": { "type": "npm", - "name": "npm:is-extglob", + "name": "npm:big-integer", "data": { - "version": "2.1.1", - "packageName": "is-extglob", - "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + "version": "1.6.52", + "packageName": "big-integer", + "hash": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==" } }, - "npm:is-fullwidth-code-point": { + "npm:binary-extensions": { "type": "npm", - "name": "npm:is-fullwidth-code-point", + "name": "npm:binary-extensions", "data": { - "version": "3.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + "version": "2.3.0", + "packageName": "binary-extensions", + "hash": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==" } }, - "npm:is-fullwidth-code-point@4.0.0": { + "npm:bl": { "type": "npm", - "name": "npm:is-fullwidth-code-point@4.0.0", + "name": "npm:bl", "data": { - "version": "4.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" + "version": "4.1.0", + "packageName": "bl", + "hash": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==" } }, - "npm:is-fullwidth-code-point@5.0.0": { + "npm:bole": { "type": "npm", - "name": "npm:is-fullwidth-code-point@5.0.0", + "name": "npm:bole", "data": { - "version": "5.0.0", - "packageName": "is-fullwidth-code-point", - "hash": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==" + "version": "5.0.11", + "packageName": "bole", + "hash": "sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==" } }, - "npm:is-git-repository": { + "npm:brace-expansion@1.1.11": { "type": "npm", - "name": "npm:is-git-repository", + "name": "npm:brace-expansion@1.1.11", "data": { - "version": "1.1.1", - "packageName": "is-git-repository", - "hash": "sha512-hxLpJytJnIZ5Og5QsxSkzmb8Qx8rGau9bio1JN/QtXcGEFuSsQYau0IiqlsCwftsfVYjF1mOq6uLdmwNSspgpA==" + "version": "1.1.11", + "packageName": "brace-expansion", + "hash": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" } }, - "npm:is-glob": { + "npm:brace-expansion": { "type": "npm", - "name": "npm:is-glob", + "name": "npm:brace-expansion", "data": { - "version": "4.0.3", - "packageName": "is-glob", - "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + "version": "2.0.1", + "packageName": "brace-expansion", + "hash": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" } }, - "npm:is-interactive": { + "npm:braces": { "type": "npm", - "name": "npm:is-interactive", + "name": "npm:braces", "data": { - "version": "1.0.0", - "packageName": "is-interactive", - "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" + "version": "3.0.2", + "packageName": "braces", + "hash": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" } }, - "npm:is-iterable": { + "npm:broadcast-channel": { "type": "npm", - "name": "npm:is-iterable", + "name": "npm:broadcast-channel", "data": { - "version": "1.1.1", - "packageName": "is-iterable", - "hash": "sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==" + "version": "3.7.0", + "packageName": "broadcast-channel", + "hash": "sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==" } }, - "npm:is-map": { + "npm:browserslist": { "type": "npm", - "name": "npm:is-map", + "name": "npm:browserslist", "data": { - "version": "2.0.3", - "packageName": "is-map", - "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" + "version": "4.23.0", + "packageName": "browserslist", + "hash": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==" } }, - "npm:is-module": { + "npm:buffer-crc32": { "type": "npm", - "name": "npm:is-module", + "name": "npm:buffer-crc32", "data": { - "version": "1.0.0", - "packageName": "is-module", - "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" + "version": "0.2.13", + "packageName": "buffer-crc32", + "hash": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==" } }, - "npm:is-number-object": { + "npm:buffer-from": { "type": "npm", - "name": "npm:is-number-object", + "name": "npm:buffer-from", "data": { - "version": "1.0.7", - "packageName": "is-number-object", - "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" + "version": "1.1.2", + "packageName": "buffer-from", + "hash": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" } }, - "npm:is-number": { + "npm:buffer": { "type": "npm", - "name": "npm:is-number", + "name": "npm:buffer", "data": { - "version": "4.0.0", - "packageName": "is-number", - "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + "version": "5.7.1", + "packageName": "buffer", + "hash": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==" } }, - "npm:is-number@7.0.0": { + "npm:builtin-modules": { "type": "npm", - "name": "npm:is-number@7.0.0", + "name": "npm:builtin-modules", "data": { - "version": "7.0.0", - "packageName": "is-number", - "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + "version": "3.3.0", + "packageName": "builtin-modules", + "hash": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==" } }, - "npm:is-obj": { + "npm:builtins": { "type": "npm", - "name": "npm:is-obj", + "name": "npm:builtins", "data": { - "version": "2.0.0", - "packageName": "is-obj", - "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" + "version": "5.0.1", + "packageName": "builtins", + "hash": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==" } }, - "npm:is-plain-object": { + "npm:bundle-require": { "type": "npm", - "name": "npm:is-plain-object", + "name": "npm:bundle-require", "data": { - "version": "5.0.0", - "packageName": "is-plain-object", - "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" + "version": "4.0.2", + "packageName": "bundle-require", + "hash": "sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==" } }, - "npm:is-potential-custom-element-name": { + "npm:bytes-iec": { "type": "npm", - "name": "npm:is-potential-custom-element-name", + "name": "npm:bytes-iec", "data": { - "version": "1.0.1", - "packageName": "is-potential-custom-element-name", - "hash": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + "version": "3.1.1", + "packageName": "bytes-iec", + "hash": "sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==" } }, - "npm:is-reference": { + "npm:cac": { "type": "npm", - "name": "npm:is-reference", + "name": "npm:cac", "data": { - "version": "1.2.1", - "packageName": "is-reference", - "hash": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" - } - }, - "npm:is-reference@3.0.2": { - "type": "npm", - "name": "npm:is-reference@3.0.2", - "data": { - "version": "3.0.2", - "packageName": "is-reference", - "hash": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==" + "version": "6.7.14", + "packageName": "cac", + "hash": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==" } }, - "npm:is-regex": { + "npm:call-bind": { "type": "npm", - "name": "npm:is-regex", + "name": "npm:call-bind", "data": { - "version": "1.1.4", - "packageName": "is-regex", - "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" + "version": "1.0.7", + "packageName": "call-bind", + "hash": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==" } }, - "npm:is-relative": { + "npm:call-me-maybe": { "type": "npm", - "name": "npm:is-relative", + "name": "npm:call-me-maybe", "data": { - "version": "1.0.0", - "packageName": "is-relative", - "hash": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==" + "version": "1.0.2", + "packageName": "call-me-maybe", + "hash": "sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==" } }, - "npm:is-set": { + "npm:caniuse-lite": { "type": "npm", - "name": "npm:is-set", + "name": "npm:caniuse-lite", "data": { - "version": "2.0.3", - "packageName": "is-set", - "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" + "version": "1.0.30001600", + "packageName": "caniuse-lite", + "hash": "sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==" } }, - "npm:is-shared-array-buffer": { + "npm:chai": { "type": "npm", - "name": "npm:is-shared-array-buffer", + "name": "npm:chai", "data": { - "version": "1.0.3", - "packageName": "is-shared-array-buffer", - "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" + "version": "4.4.1", + "packageName": "chai", + "hash": "sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==" } }, - "npm:is-stream@1.1.0": { + "npm:chalk@2.4.2": { "type": "npm", - "name": "npm:is-stream@1.1.0", + "name": "npm:chalk@2.4.2", "data": { - "version": "1.1.0", - "packageName": "is-stream", - "hash": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" + "version": "2.4.2", + "packageName": "chalk", + "hash": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" } }, - "npm:is-stream": { + "npm:chalk@3.0.0": { "type": "npm", - "name": "npm:is-stream", + "name": "npm:chalk@3.0.0", "data": { "version": "3.0.0", - "packageName": "is-stream", - "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" + "packageName": "chalk", + "hash": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==" } }, - "npm:is-string": { + "npm:chalk@4.1.2": { "type": "npm", - "name": "npm:is-string", + "name": "npm:chalk@4.1.2", "data": { - "version": "1.0.7", - "packageName": "is-string", - "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" + "version": "4.1.2", + "packageName": "chalk", + "hash": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" } }, - "npm:is-symbol": { + "npm:chalk": { "type": "npm", - "name": "npm:is-symbol", + "name": "npm:chalk", "data": { - "version": "1.0.4", - "packageName": "is-symbol", - "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" + "version": "5.3.0", + "packageName": "chalk", + "hash": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" } }, - "npm:is-text-path": { + "npm:character-entities": { "type": "npm", - "name": "npm:is-text-path", + "name": "npm:character-entities", "data": { - "version": "2.0.0", - "packageName": "is-text-path", - "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" + "version": "2.0.2", + "packageName": "character-entities", + "hash": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==" } }, - "npm:is-unc-path": { + "npm:check-error": { "type": "npm", - "name": "npm:is-unc-path", + "name": "npm:check-error", "data": { - "version": "1.0.0", - "packageName": "is-unc-path", - "hash": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==" + "version": "1.0.3", + "packageName": "check-error", + "hash": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==" } }, - "npm:is-unicode-supported": { + "npm:child_process": { "type": "npm", - "name": "npm:is-unicode-supported", + "name": "npm:child_process", "data": { - "version": "0.1.0", - "packageName": "is-unicode-supported", - "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" + "version": "1.0.2", + "packageName": "child_process", + "hash": "sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g==" } }, - "npm:is-weakmap": { + "npm:chokidar": { "type": "npm", - "name": "npm:is-weakmap", + "name": "npm:chokidar", "data": { - "version": "2.0.2", - "packageName": "is-weakmap", - "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" + "version": "3.6.0", + "packageName": "chokidar", + "hash": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==" } }, - "npm:is-weakset": { + "npm:ci-env": { "type": "npm", - "name": "npm:is-weakset", + "name": "npm:ci-env", "data": { - "version": "2.0.3", - "packageName": "is-weakset", - "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" + "version": "1.17.0", + "packageName": "ci-env", + "hash": "sha512-NtTjhgSEqv4Aj90TUYHQLxHdnCPXnjdtuGG1X8lTfp/JqeXTdw0FTWl/vUAPuvbWZTF8QVpv6ASe/XacE+7R2A==" } }, - "npm:is-windows": { + "npm:classcat": { "type": "npm", - "name": "npm:is-windows", + "name": "npm:classcat", "data": { - "version": "1.0.2", - "packageName": "is-windows", - "hash": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + "version": "5.0.4", + "packageName": "classcat", + "hash": "sha512-sbpkOw6z413p+HDGcBENe498WM9woqWHiJxCq7nvmxe9WmrUmqfAcxpIwAiMtM5Q3AhYkzXcNQHqsWq0mND51g==" } }, - "npm:is-wsl": { + "npm:clean-stack": { "type": "npm", - "name": "npm:is-wsl", + "name": "npm:clean-stack", "data": { "version": "2.2.0", - "packageName": "is-wsl", - "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" + "packageName": "clean-stack", + "hash": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" } }, - "npm:isarray@1.0.0": { + "npm:cli-cursor": { "type": "npm", - "name": "npm:isarray@1.0.0", + "name": "npm:cli-cursor", "data": { - "version": "1.0.0", - "packageName": "isarray", - "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + "version": "3.1.0", + "packageName": "cli-cursor", + "hash": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==" } }, - "npm:isarray": { + "npm:cli-cursor@4.0.0": { "type": "npm", - "name": "npm:isarray", + "name": "npm:cli-cursor@4.0.0", "data": { - "version": "2.0.5", - "packageName": "isarray", - "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + "version": "4.0.0", + "packageName": "cli-cursor", + "hash": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==" } }, - "npm:isexe": { + "npm:cli-spinners": { "type": "npm", - "name": "npm:isexe", + "name": "npm:cli-spinners", "data": { - "version": "2.0.0", - "packageName": "isexe", - "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + "version": "2.6.1", + "packageName": "cli-spinners", + "hash": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==" } }, - "npm:isexe@3.1.1": { + "npm:cli-truncate": { "type": "npm", - "name": "npm:isexe@3.1.1", + "name": "npm:cli-truncate", "data": { - "version": "3.1.1", - "packageName": "isexe", - "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" + "version": "4.0.0", + "packageName": "cli-truncate", + "hash": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==" } }, - "npm:isobject": { + "npm:cliui": { "type": "npm", - "name": "npm:isobject", + "name": "npm:cliui", "data": { - "version": "3.0.1", - "packageName": "isobject", - "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" + "version": "8.0.1", + "packageName": "cliui", + "hash": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" } }, - "npm:iterable-lookahead": { + "npm:clone": { "type": "npm", - "name": "npm:iterable-lookahead", + "name": "npm:clone", "data": { - "version": "1.0.0", - "packageName": "iterable-lookahead", - "hash": "sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==" + "version": "1.0.4", + "packageName": "clone", + "hash": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==" } }, - "npm:jackspeak": { + "npm:code-red": { "type": "npm", - "name": "npm:jackspeak", + "name": "npm:code-red", "data": { - "version": "2.3.6", - "packageName": "jackspeak", - "hash": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" + "version": "1.0.4", + "packageName": "code-red", + "hash": "sha512-7qJWqItLA8/VPVlKJlFXU+NBlo/qyfs39aJcuMT/2ere32ZqvF5OSxgdM5xOfJJ7O429gg2HM47y8v9P+9wrNw==" } }, - "npm:jest-diff": { + "npm:color-convert@1.9.3": { "type": "npm", - "name": "npm:jest-diff", + "name": "npm:color-convert@1.9.3", "data": { - "version": "29.7.0", - "packageName": "jest-diff", - "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" + "version": "1.9.3", + "packageName": "color-convert", + "hash": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" } }, - "npm:jest-get-type": { + "npm:color-convert": { "type": "npm", - "name": "npm:jest-get-type", + "name": "npm:color-convert", "data": { - "version": "29.6.3", - "packageName": "jest-get-type", - "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" + "version": "2.0.1", + "packageName": "color-convert", + "hash": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" } }, - "npm:jiti": { + "npm:color-name@1.1.3": { "type": "npm", - "name": "npm:jiti", + "name": "npm:color-name@1.1.3", "data": { - "version": "1.21.0", - "packageName": "jiti", - "hash": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==" + "version": "1.1.3", + "packageName": "color-name", + "hash": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" } }, - "npm:jju": { + "npm:color-name": { "type": "npm", - "name": "npm:jju", + "name": "npm:color-name", "data": { - "version": "1.4.0", - "packageName": "jju", - "hash": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==" + "version": "1.1.4", + "packageName": "color-name", + "hash": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" } }, - "npm:js-tokens@4.0.0": { + "npm:colorette": { "type": "npm", - "name": "npm:js-tokens@4.0.0", + "name": "npm:colorette", "data": { - "version": "4.0.0", - "packageName": "js-tokens", - "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "version": "2.0.20", + "packageName": "colorette", + "hash": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==" } }, - "npm:js-tokens": { + "npm:colors": { "type": "npm", - "name": "npm:js-tokens", + "name": "npm:colors", "data": { - "version": "8.0.3", - "packageName": "js-tokens", - "hash": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==" + "version": "1.2.5", + "packageName": "colors", + "hash": "sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==" } }, - "npm:js-yaml@3.14.1": { + "npm:combined-stream": { "type": "npm", - "name": "npm:js-yaml@3.14.1", + "name": "npm:combined-stream", "data": { - "version": "3.14.1", - "packageName": "js-yaml", - "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" + "version": "1.0.8", + "packageName": "combined-stream", + "hash": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==" } }, - "npm:js-yaml": { + "npm:comma-separated-tokens": { "type": "npm", - "name": "npm:js-yaml", + "name": "npm:comma-separated-tokens", "data": { - "version": "4.1.0", - "packageName": "js-yaml", - "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + "version": "2.0.3", + "packageName": "comma-separated-tokens", + "hash": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==" } }, - "npm:jsdom": { + "npm:commander@11.1.0": { "type": "npm", - "name": "npm:jsdom", + "name": "npm:commander@11.1.0", "data": { - "version": "24.0.0", - "packageName": "jsdom", - "hash": "sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==" + "version": "11.1.0", + "packageName": "commander", + "hash": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==" } }, - "npm:jsesc@0.5.0": { + "npm:commander": { "type": "npm", - "name": "npm:jsesc@0.5.0", + "name": "npm:commander", "data": { - "version": "0.5.0", - "packageName": "jsesc", - "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" + "version": "12.0.0", + "packageName": "commander", + "hash": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==" } }, - "npm:jsesc": { + "npm:commander@2.20.3": { "type": "npm", - "name": "npm:jsesc", + "name": "npm:commander@2.20.3", "data": { - "version": "2.5.2", - "packageName": "jsesc", - "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + "version": "2.20.3", + "packageName": "commander", + "hash": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" } }, - "npm:json-parse-even-better-errors@2.3.1": { + "npm:commander@4.1.1": { "type": "npm", - "name": "npm:json-parse-even-better-errors@2.3.1", + "name": "npm:commander@4.1.1", "data": { - "version": "2.3.1", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "version": "4.1.1", + "packageName": "commander", + "hash": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" } }, - "npm:json-parse-even-better-errors": { + "npm:commander@9.5.0": { "type": "npm", - "name": "npm:json-parse-even-better-errors", + "name": "npm:commander@9.5.0", "data": { - "version": "3.0.1", - "packageName": "json-parse-even-better-errors", - "hash": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==" + "version": "9.5.0", + "packageName": "commander", + "hash": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==" } }, - "npm:json-schema-traverse": { + "npm:commondir": { "type": "npm", - "name": "npm:json-schema-traverse", + "name": "npm:commondir", "data": { - "version": "0.4.1", - "packageName": "json-schema-traverse", - "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "version": "1.0.1", + "packageName": "commondir", + "hash": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" } }, - "npm:json-sorted-stringify": { + "npm:compare-func": { "type": "npm", - "name": "npm:json-sorted-stringify", + "name": "npm:compare-func", "data": { - "version": "1.0.0", - "packageName": "json-sorted-stringify", - "hash": "sha512-r27DgPdI80AXd6Hm0zJ7nPCYTBFUersR7sn7xcYyafvcgYOvwmCXB+DKWazAe0YaCNHbxH5Qzt7AIhUzPD1ETg==" + "version": "2.0.0", + "packageName": "compare-func", + "hash": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==" } }, - "npm:json-stringify-safe": { + "npm:compose-function": { "type": "npm", - "name": "npm:json-stringify-safe", + "name": "npm:compose-function", "data": { - "version": "5.0.1", - "packageName": "json-stringify-safe", - "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + "version": "3.0.3", + "packageName": "compose-function", + "hash": "sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==" } }, - "npm:json5": { + "npm:computeds": { "type": "npm", - "name": "npm:json5", + "name": "npm:computeds", "data": { - "version": "2.2.3", - "packageName": "json5", - "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" + "version": "0.0.1", + "packageName": "computeds", + "hash": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==" } }, - "npm:jsonc-parser": { + "npm:concat-map": { "type": "npm", - "name": "npm:jsonc-parser", + "name": "npm:concat-map", "data": { - "version": "3.2.0", - "packageName": "jsonc-parser", - "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" + "version": "0.0.1", + "packageName": "concat-map", + "hash": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" } }, - "npm:jsonc-parser@3.2.1": { + "npm:conventional-changelog-angular": { "type": "npm", - "name": "npm:jsonc-parser@3.2.1", + "name": "npm:conventional-changelog-angular", "data": { - "version": "3.2.1", - "packageName": "jsonc-parser", - "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" + "version": "7.0.0", + "packageName": "conventional-changelog-angular", + "hash": "sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==" } }, - "npm:jsonfile@4.0.0": { + "npm:conventional-commits-parser": { "type": "npm", - "name": "npm:jsonfile@4.0.0", + "name": "npm:conventional-commits-parser", "data": { - "version": "4.0.0", - "packageName": "jsonfile", - "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" + "version": "5.0.0", + "packageName": "conventional-commits-parser", + "hash": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==" } }, - "npm:jsonfile": { + "npm:convert-source-map": { "type": "npm", - "name": "npm:jsonfile", + "name": "npm:convert-source-map", "data": { - "version": "6.1.0", - "packageName": "jsonfile", - "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" + "version": "2.0.0", + "packageName": "convert-source-map", + "hash": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" } }, - "npm:jsonparse": { + "npm:copy-to-clipboard": { "type": "npm", - "name": "npm:jsonparse", + "name": "npm:copy-to-clipboard", "data": { - "version": "1.3.1", - "packageName": "jsonparse", - "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" + "version": "3.3.3", + "packageName": "copy-to-clipboard", + "hash": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==" } }, - "npm:kasi": { + "npm:core-js-compat": { "type": "npm", - "name": "npm:kasi", + "name": "npm:core-js-compat", "data": { - "version": "1.1.0", - "packageName": "kasi", - "hash": "sha512-SvmC8+vhkDariSTz2182qyQ+mhwZ4W8TWaIHJcz358bYBeccQ8WBYj7uTtzHoCmpPHaoCm3PaOhzRg7Z8F4Lww==" + "version": "3.36.1", + "packageName": "core-js-compat", + "hash": "sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==" } }, - "npm:kind-of": { + "npm:core-util-is": { "type": "npm", - "name": "npm:kind-of", + "name": "npm:core-util-is", "data": { - "version": "6.0.3", - "packageName": "kind-of", - "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + "version": "1.0.3", + "packageName": "core-util-is", + "hash": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" } }, - "npm:knip": { + "npm:cross-spawn@5.1.0": { "type": "npm", - "name": "npm:knip", + "name": "npm:cross-spawn@5.1.0", "data": { - "version": "5.5.0", - "packageName": "knip", - "hash": "sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==" + "version": "5.1.0", + "packageName": "cross-spawn", + "hash": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==" } }, - "npm:kolorist": { + "npm:cross-spawn": { "type": "npm", - "name": "npm:kolorist", + "name": "npm:cross-spawn", "data": { - "version": "1.8.0", - "packageName": "kolorist", - "hash": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" + "version": "7.0.3", + "packageName": "cross-spawn", + "hash": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" } }, - "npm:liftoff": { + "npm:crypto-random-string": { "type": "npm", - "name": "npm:liftoff", + "name": "npm:crypto-random-string", "data": { - "version": "4.0.0", - "packageName": "liftoff", - "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" + "version": "2.0.0", + "packageName": "crypto-random-string", + "hash": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==" } }, - "npm:lilconfig": { + "npm:css-in-js-utils": { "type": "npm", - "name": "npm:lilconfig", + "name": "npm:css-in-js-utils", "data": { - "version": "3.0.0", - "packageName": "lilconfig", - "hash": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==" + "version": "3.1.0", + "packageName": "css-in-js-utils", + "hash": "sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==" } }, - "npm:lilconfig@3.1.1": { + "npm:css-tree": { "type": "npm", - "name": "npm:lilconfig@3.1.1", + "name": "npm:css-tree", "data": { - "version": "3.1.1", - "packageName": "lilconfig", - "hash": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==" + "version": "1.1.3", + "packageName": "css-tree", + "hash": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==" } }, - "npm:lines-and-columns@1.2.4": { + "npm:css-tree@2.3.1": { "type": "npm", - "name": "npm:lines-and-columns@1.2.4", + "name": "npm:css-tree@2.3.1", "data": { - "version": "1.2.4", - "packageName": "lines-and-columns", - "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "version": "2.3.1", + "packageName": "css-tree", + "hash": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" } }, - "npm:lines-and-columns": { + "npm:css.escape": { "type": "npm", - "name": "npm:lines-and-columns", + "name": "npm:css.escape", "data": { - "version": "2.0.4", - "packageName": "lines-and-columns", - "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" + "version": "1.5.1", + "packageName": "css.escape", + "hash": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" } }, - "npm:lint-staged": { + "npm:cssstyle": { "type": "npm", - "name": "npm:lint-staged", + "name": "npm:cssstyle", "data": { - "version": "15.2.2", - "packageName": "lint-staged", - "hash": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==" - } + "version": "4.0.1", + "packageName": "cssstyle", + "hash": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==" + } }, - "npm:listr2": { + "npm:csstype": { "type": "npm", - "name": "npm:listr2", + "name": "npm:csstype", "data": { - "version": "8.0.1", - "packageName": "listr2", - "hash": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==" + "version": "3.1.3", + "packageName": "csstype", + "hash": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" } }, - "npm:load-json-file": { + "npm:current-git-branch": { "type": "npm", - "name": "npm:load-json-file", + "name": "npm:current-git-branch", "data": { - "version": "6.2.0", - "packageName": "load-json-file", - "hash": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==" + "version": "1.1.0", + "packageName": "current-git-branch", + "hash": "sha512-n5mwGZllLsFzxDPtTmadqGe4IIBPfqPbiIRX4xgFR9VK/Bx47U+94KiVkxSKAKN6/s43TlkztS2GZpgMKzwQ8A==" } }, - "npm:local-pkg": { + "npm:d3-color": { "type": "npm", - "name": "npm:local-pkg", + "name": "npm:d3-color", "data": { - "version": "0.5.0", - "packageName": "local-pkg", - "hash": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==" + "version": "3.1.0", + "packageName": "d3-color", + "hash": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==" } }, - "npm:locate-character": { + "npm:d3-dispatch": { "type": "npm", - "name": "npm:locate-character", + "name": "npm:d3-dispatch", "data": { - "version": "3.0.0", - "packageName": "locate-character", - "hash": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==" + "version": "3.0.1", + "packageName": "d3-dispatch", + "hash": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==" } }, - "npm:lodash.curry": { + "npm:d3-drag": { "type": "npm", - "name": "npm:lodash.curry", + "name": "npm:d3-drag", "data": { - "version": "4.1.1", - "packageName": "lodash.curry", - "hash": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==" + "version": "3.0.0", + "packageName": "d3-drag", + "hash": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==" } }, - "npm:lodash.debounce": { + "npm:d3-ease": { "type": "npm", - "name": "npm:lodash.debounce", + "name": "npm:d3-ease", "data": { - "version": "4.0.8", - "packageName": "lodash.debounce", - "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + "version": "3.0.1", + "packageName": "d3-ease", + "hash": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==" } }, - "npm:lodash.get": { + "npm:d3-interpolate": { "type": "npm", - "name": "npm:lodash.get", + "name": "npm:d3-interpolate", "data": { - "version": "4.4.2", - "packageName": "lodash.get", - "hash": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" + "version": "3.0.1", + "packageName": "d3-interpolate", + "hash": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==" } }, - "npm:lodash.isequal": { + "npm:d3-selection": { "type": "npm", - "name": "npm:lodash.isequal", + "name": "npm:d3-selection", "data": { - "version": "4.5.0", - "packageName": "lodash.isequal", - "hash": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" + "version": "3.0.0", + "packageName": "d3-selection", + "hash": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==" } }, - "npm:lodash": { + "npm:d3-timer": { "type": "npm", - "name": "npm:lodash", + "name": "npm:d3-timer", "data": { - "version": "4.17.21", - "packageName": "lodash", - "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "3.0.1", + "packageName": "d3-timer", + "hash": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==" } }, - "npm:log-symbols": { + "npm:d3-transition": { "type": "npm", - "name": "npm:log-symbols", + "name": "npm:d3-transition", "data": { - "version": "4.1.0", - "packageName": "log-symbols", - "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" + "version": "3.0.1", + "packageName": "d3-transition", + "hash": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==" } }, - "npm:log-update": { + "npm:d3-zoom": { "type": "npm", - "name": "npm:log-update", + "name": "npm:d3-zoom", "data": { - "version": "6.0.0", - "packageName": "log-update", - "hash": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==" + "version": "3.0.0", + "packageName": "d3-zoom", + "hash": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==" } }, - "npm:loose-envify": { + "npm:data-uri-to-buffer": { "type": "npm", - "name": "npm:loose-envify", + "name": "npm:data-uri-to-buffer", "data": { - "version": "1.4.0", - "packageName": "loose-envify", - "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" + "version": "3.0.1", + "packageName": "data-uri-to-buffer", + "hash": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==" } }, - "npm:loupe": { + "npm:data-urls": { "type": "npm", - "name": "npm:loupe", + "name": "npm:data-urls", "data": { - "version": "2.3.7", - "packageName": "loupe", - "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" + "version": "5.0.0", + "packageName": "data-urls", + "hash": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==" } }, - "npm:lru-cache@10.2.0": { + "npm:dayjs": { "type": "npm", - "name": "npm:lru-cache@10.2.0", + "name": "npm:dayjs", "data": { - "version": "10.2.0", - "packageName": "lru-cache", - "hash": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==" + "version": "1.11.10", + "packageName": "dayjs", + "hash": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" } }, - "npm:lru-cache@4.1.5": { + "npm:de-indent": { "type": "npm", - "name": "npm:lru-cache@4.1.5", + "name": "npm:de-indent", "data": { - "version": "4.1.5", - "packageName": "lru-cache", - "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" + "version": "1.0.2", + "packageName": "de-indent", + "hash": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==" } }, - "npm:lru-cache": { + "npm:debug": { "type": "npm", - "name": "npm:lru-cache", + "name": "npm:debug", "data": { - "version": "5.1.1", - "packageName": "lru-cache", - "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" + "version": "4.3.4", + "packageName": "debug", + "hash": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" } }, - "npm:lru-cache@6.0.0": { + "npm:decimal.js": { "type": "npm", - "name": "npm:lru-cache@6.0.0", + "name": "npm:decimal.js", "data": { - "version": "6.0.0", - "packageName": "lru-cache", - "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" + "version": "10.4.3", + "packageName": "decimal.js", + "hash": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" } }, - "npm:luxon": { + "npm:decode-named-character-reference": { "type": "npm", - "name": "npm:luxon", + "name": "npm:decode-named-character-reference", "data": { - "version": "3.4.4", - "packageName": "luxon", - "hash": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==" + "version": "1.0.2", + "packageName": "decode-named-character-reference", + "hash": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==" } }, - "npm:lz-string": { + "npm:deep-eql": { "type": "npm", - "name": "npm:lz-string", + "name": "npm:deep-eql", "data": { - "version": "1.5.0", - "packageName": "lz-string", - "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" + "version": "4.1.3", + "packageName": "deep-eql", + "hash": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==" } }, - "npm:magic-string@0.16.0": { + "npm:deep-equal": { "type": "npm", - "name": "npm:magic-string@0.16.0", + "name": "npm:deep-equal", "data": { - "version": "0.16.0", - "packageName": "magic-string", - "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" + "version": "2.2.3", + "packageName": "deep-equal", + "hash": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==" } }, - "npm:magic-string": { + "npm:deep-freeze": { "type": "npm", - "name": "npm:magic-string", + "name": "npm:deep-freeze", "data": { - "version": "0.30.8", - "packageName": "magic-string", - "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" + "version": "0.0.1", + "packageName": "deep-freeze", + "hash": "sha512-Z+z8HiAvsGwmjqlphnHW5oz6yWlOwu6EQfFTjmeTWlDeda3FS2yv3jhq35TX/ewmsnqB+RX2IdsIOyjJCQN5tg==" } }, - "npm:make-iterator": { + "npm:deepmerge": { "type": "npm", - "name": "npm:make-iterator", + "name": "npm:deepmerge", "data": { - "version": "1.0.1", - "packageName": "make-iterator", - "hash": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==" + "version": "4.3.1", + "packageName": "deepmerge", + "hash": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==" } }, - "npm:map-age-cleaner": { + "npm:defaults": { "type": "npm", - "name": "npm:map-age-cleaner", + "name": "npm:defaults", "data": { - "version": "0.1.3", - "packageName": "map-age-cleaner", - "hash": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==" + "version": "1.0.4", + "packageName": "defaults", + "hash": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==" } }, - "npm:map-cache": { + "npm:define-data-property": { "type": "npm", - "name": "npm:map-cache", + "name": "npm:define-data-property", "data": { - "version": "0.2.2", - "packageName": "map-cache", - "hash": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" + "version": "1.1.4", + "packageName": "define-data-property", + "hash": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==" } }, - "npm:map-obj": { + "npm:define-lazy-prop": { "type": "npm", - "name": "npm:map-obj", + "name": "npm:define-lazy-prop", "data": { "version": "2.0.0", - "packageName": "map-obj", - "hash": "sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==" + "packageName": "define-lazy-prop", + "hash": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==" } }, - "npm:mdn-data": { + "npm:define-properties": { "type": "npm", - "name": "npm:mdn-data", + "name": "npm:define-properties", "data": { - "version": "2.0.30", - "packageName": "mdn-data", - "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" + "version": "1.2.1", + "packageName": "define-properties", + "hash": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==" } }, - "npm:mem@6.1.1": { + "npm:delayed-stream": { "type": "npm", - "name": "npm:mem@6.1.1", + "name": "npm:delayed-stream", "data": { - "version": "6.1.1", - "packageName": "mem", - "hash": "sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==" + "version": "1.0.0", + "packageName": "delayed-stream", + "hash": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" } }, - "npm:mem": { + "npm:dequal": { "type": "npm", - "name": "npm:mem", + "name": "npm:dequal", "data": { - "version": "8.1.1", - "packageName": "mem", - "hash": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==" + "version": "2.0.3", + "packageName": "dequal", + "hash": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==" } }, - "npm:meow": { + "npm:detect-file": { "type": "npm", - "name": "npm:meow", + "name": "npm:detect-file", "data": { - "version": "12.1.1", - "packageName": "meow", - "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" + "version": "1.0.0", + "packageName": "detect-file", + "hash": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==" } }, - "npm:merge-stream": { + "npm:detect-node": { "type": "npm", - "name": "npm:merge-stream", + "name": "npm:detect-node", "data": { - "version": "2.0.0", - "packageName": "merge-stream", - "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + "version": "2.1.0", + "packageName": "detect-node", + "hash": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" } }, - "npm:merge2": { + "npm:dettle": { "type": "npm", - "name": "npm:merge2", + "name": "npm:dettle", "data": { - "version": "1.4.1", - "packageName": "merge2", - "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + "version": "1.0.1", + "packageName": "dettle", + "hash": "sha512-/oD3At60ZfhgzpofJtyClNTrIACyMdRe+ih0YiHzAniN0IZnLdLpEzgR6RtGs3kowxUkTnvV/4t1FBxXMUdusQ==" } }, - "npm:micromatch": { + "npm:diff-sequences": { "type": "npm", - "name": "npm:micromatch", + "name": "npm:diff-sequences", "data": { - "version": "4.0.5", - "packageName": "micromatch", - "hash": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" + "version": "29.6.3", + "packageName": "diff-sequences", + "hash": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==" } }, - "npm:mime-db": { + "npm:diff": { "type": "npm", - "name": "npm:mime-db", + "name": "npm:diff", "data": { - "version": "1.52.0", - "packageName": "mime-db", - "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + "version": "5.2.0", + "packageName": "diff", + "hash": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==" } }, - "npm:mime-types": { + "npm:dir-glob": { "type": "npm", - "name": "npm:mime-types", + "name": "npm:dir-glob", "data": { - "version": "2.1.35", - "packageName": "mime-types", - "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" + "version": "3.0.1", + "packageName": "dir-glob", + "hash": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" } }, - "npm:mimic-fn@2.1.0": { + "npm:discontinuous-range": { "type": "npm", - "name": "npm:mimic-fn@2.1.0", + "name": "npm:discontinuous-range", "data": { - "version": "2.1.0", - "packageName": "mimic-fn", - "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + "version": "1.0.0", + "packageName": "discontinuous-range", + "hash": "sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==" } }, - "npm:mimic-fn@3.1.0": { + "npm:dnd-core": { "type": "npm", - "name": "npm:mimic-fn@3.1.0", + "name": "npm:dnd-core", "data": { - "version": "3.1.0", - "packageName": "mimic-fn", - "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" + "version": "16.0.1", + "packageName": "dnd-core", + "hash": "sha512-HK294sl7tbw6F6IeuK16YSBUoorvHpY8RHO+9yFfaJyCDVb6n7PRcezrOEOa2SBCqiYpemh5Jx20ZcjKdFAVng==" } }, - "npm:mimic-fn": { + "npm:dnd-multi-backend": { "type": "npm", - "name": "npm:mimic-fn", + "name": "npm:dnd-multi-backend", "data": { - "version": "4.0.0", - "packageName": "mimic-fn", - "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" + "version": "8.0.3", + "packageName": "dnd-multi-backend", + "hash": "sha512-yFFARotr+OEJk787Fsj+V52pi6j7+Pt/CRp3IR2Ai3fnxA/z6J54T7+gxkXzXu4cvxTNE7NiBzzAaJ2f7JjFTw==" } }, - "npm:min-indent": { + "npm:dom-accessibility-api@0.5.16": { "type": "npm", - "name": "npm:min-indent", + "name": "npm:dom-accessibility-api@0.5.16", "data": { - "version": "1.0.1", - "packageName": "min-indent", - "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + "version": "0.5.16", + "packageName": "dom-accessibility-api", + "hash": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==" } }, - "npm:minimatch@3.1.2": { + "npm:dom-accessibility-api": { "type": "npm", - "name": "npm:minimatch@3.1.2", + "name": "npm:dom-accessibility-api", "data": { - "version": "3.1.2", - "packageName": "minimatch", - "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + "version": "0.6.3", + "packageName": "dom-accessibility-api", + "hash": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==" } }, - "npm:minimatch@5.1.6": { + "npm:dom-helpers": { "type": "npm", - "name": "npm:minimatch@5.1.6", + "name": "npm:dom-helpers", "data": { - "version": "5.1.6", - "packageName": "minimatch", - "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + "version": "5.2.1", + "packageName": "dom-helpers", + "hash": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==" } }, - "npm:minimatch": { + "npm:dom-serializer": { "type": "npm", - "name": "npm:minimatch", + "name": "npm:dom-serializer", "data": { - "version": "9.0.3", - "packageName": "minimatch", - "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + "version": "1.4.1", + "packageName": "dom-serializer", + "hash": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==" } }, - "npm:minimist": { + "npm:domelementtype": { "type": "npm", - "name": "npm:minimist", + "name": "npm:domelementtype", "data": { - "version": "1.2.8", - "packageName": "minimist", - "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + "version": "2.3.0", + "packageName": "domelementtype", + "hash": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" } }, - "npm:minipass": { + "npm:domhandler": { "type": "npm", - "name": "npm:minipass", + "name": "npm:domhandler", "data": { - "version": "7.0.4", - "packageName": "minipass", - "hash": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" + "version": "4.3.1", + "packageName": "domhandler", + "hash": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==" } }, - "npm:mlly": { + "npm:domutils": { "type": "npm", - "name": "npm:mlly", + "name": "npm:domutils", "data": { - "version": "1.6.1", - "packageName": "mlly", - "hash": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==" + "version": "2.8.0", + "packageName": "domutils", + "hash": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==" } }, - "npm:ms": { + "npm:dot-prop": { "type": "npm", - "name": "npm:ms", + "name": "npm:dot-prop", "data": { - "version": "2.1.2", - "packageName": "ms", - "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "version": "5.3.0", + "packageName": "dot-prop", + "hash": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==" } }, - "npm:muggle-string": { + "npm:dotenv-expand": { "type": "npm", - "name": "npm:muggle-string", + "name": "npm:dotenv-expand", "data": { - "version": "0.3.1", - "packageName": "muggle-string", - "hash": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==" + "version": "10.0.0", + "packageName": "dotenv-expand", + "hash": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" } }, - "npm:nanoid@3.3.7": { + "npm:dotenv": { "type": "npm", - "name": "npm:nanoid@3.3.7", + "name": "npm:dotenv", "data": { - "version": "3.3.7", - "packageName": "nanoid", - "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + "version": "16.3.2", + "packageName": "dotenv", + "hash": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==" } }, - "npm:nanoid": { + "npm:duplexer2": { "type": "npm", - "name": "npm:nanoid", + "name": "npm:duplexer2", "data": { - "version": "5.0.6", - "packageName": "nanoid", - "hash": "sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==" + "version": "0.1.4", + "packageName": "duplexer2", + "hash": "sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==" } }, - "npm:nanospinner": { + "npm:duplexer": { "type": "npm", - "name": "npm:nanospinner", + "name": "npm:duplexer", "data": { - "version": "1.1.0", - "packageName": "nanospinner", - "hash": "sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==" + "version": "0.1.2", + "packageName": "duplexer", + "hash": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" } }, - "npm:ndjson": { + "npm:eastasianwidth": { "type": "npm", - "name": "npm:ndjson", + "name": "npm:eastasianwidth", "data": { - "version": "2.0.0", - "packageName": "ndjson", - "hash": "sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==" + "version": "0.2.0", + "packageName": "eastasianwidth", + "hash": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" } }, - "npm:node-fetch": { + "npm:easy-table": { "type": "npm", - "name": "npm:node-fetch", + "name": "npm:easy-table", "data": { - "version": "3.0.0-beta.9", - "packageName": "node-fetch", - "hash": "sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==" + "version": "1.2.0", + "packageName": "easy-table", + "hash": "sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==" } }, - "npm:node-machine-id": { + "npm:electron-to-chromium": { "type": "npm", - "name": "npm:node-machine-id", + "name": "npm:electron-to-chromium", "data": { - "version": "1.1.12", - "packageName": "node-machine-id", - "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + "version": "1.4.716", + "packageName": "electron-to-chromium", + "hash": "sha512-t/MXMzFKQC3UfMDpw7V5wdB/UAB8dWx4hEsy+fpPYJWW3gqh3u5T1uXp6vR+H6dGCPBxkRo+YBcapBLvbGQHRw==" } }, - "npm:node-releases": { + "npm:elkjs": { "type": "npm", - "name": "npm:node-releases", + "name": "npm:elkjs", "data": { - "version": "2.0.14", - "packageName": "node-releases", - "hash": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + "version": "0.8.2", + "packageName": "elkjs", + "hash": "sha512-L6uRgvZTH+4OF5NE/MBbzQx/WYpru1xCBE9respNj6qznEewGUIfhzmm7horWWxbNO2M0WckQypGctR8lH79xQ==" } }, - "npm:normalize-package-data": { + "npm:emoji-regex@10.3.0": { "type": "npm", - "name": "npm:normalize-package-data", + "name": "npm:emoji-regex@10.3.0", "data": { - "version": "6.0.0", - "packageName": "normalize-package-data", - "hash": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==" + "version": "10.3.0", + "packageName": "emoji-regex", + "hash": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==" } }, - "npm:normalize-path": { + "npm:emoji-regex": { "type": "npm", - "name": "npm:normalize-path", + "name": "npm:emoji-regex", "data": { - "version": "3.0.0", - "packageName": "normalize-path", - "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + "version": "8.0.0", + "packageName": "emoji-regex", + "hash": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" } }, - "npm:npm-install-checks": { + "npm:emoji-regex@9.2.2": { "type": "npm", - "name": "npm:npm-install-checks", + "name": "npm:emoji-regex@9.2.2", "data": { - "version": "6.3.0", - "packageName": "npm-install-checks", - "hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==" + "version": "9.2.2", + "packageName": "emoji-regex", + "hash": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" } }, - "npm:npm-normalize-package-bin": { + "npm:encode-registry": { "type": "npm", - "name": "npm:npm-normalize-package-bin", + "name": "npm:encode-registry", "data": { "version": "3.0.1", - "packageName": "npm-normalize-package-bin", - "hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==" + "packageName": "encode-registry", + "hash": "sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==" } }, - "npm:npm-package-arg": { + "npm:end-of-stream": { "type": "npm", - "name": "npm:npm-package-arg", + "name": "npm:end-of-stream", "data": { - "version": "11.0.1", - "packageName": "npm-package-arg", - "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + "version": "1.4.4", + "packageName": "end-of-stream", + "hash": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==" } }, - "npm:npm-pick-manifest": { + "npm:enquirer": { "type": "npm", - "name": "npm:npm-pick-manifest", + "name": "npm:enquirer", "data": { - "version": "9.0.0", - "packageName": "npm-pick-manifest", - "hash": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==" + "version": "2.3.6", + "packageName": "enquirer", + "hash": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==" } }, - "npm:npm-run-path@2.0.2": { + "npm:entities@2.2.0": { "type": "npm", - "name": "npm:npm-run-path@2.0.2", + "name": "npm:entities@2.2.0", "data": { - "version": "2.0.2", - "packageName": "npm-run-path", - "hash": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==" + "version": "2.2.0", + "packageName": "entities", + "hash": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" } }, - "npm:npm-run-path": { + "npm:entities": { "type": "npm", - "name": "npm:npm-run-path", + "name": "npm:entities", "data": { - "version": "4.0.1", - "packageName": "npm-run-path", - "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + "version": "4.5.0", + "packageName": "entities", + "hash": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" } }, - "npm:npm-run-path@5.3.0": { + "npm:err-code": { "type": "npm", - "name": "npm:npm-run-path@5.3.0", + "name": "npm:err-code", "data": { - "version": "5.3.0", - "packageName": "npm-run-path", - "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + "version": "2.0.3", + "packageName": "err-code", + "hash": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" } }, - "npm:nwsapi": { + "npm:error-ex": { "type": "npm", - "name": "npm:nwsapi", + "name": "npm:error-ex", "data": { - "version": "2.2.7", - "packageName": "nwsapi", - "hash": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + "version": "1.3.2", + "packageName": "error-ex", + "hash": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" } }, - "npm:nx": { + "npm:error-stack-parser": { "type": "npm", - "name": "npm:nx", + "name": "npm:error-stack-parser", "data": { - "version": "18.1.3", - "packageName": "nx", - "hash": "sha512-Ade/BZxK8kf98pBPHVJXRkxRTpBYJceL1YD9LBMP5TwmsVdG5ZbmmpTkCBorCGmCZ8L5WZN3gwoikvPKGs8q5w==" + "version": "2.1.4", + "packageName": "error-stack-parser", + "hash": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==" } }, - "npm:object-inspect": { + "npm:es-define-property": { "type": "npm", - "name": "npm:object-inspect", + "name": "npm:es-define-property", "data": { - "version": "1.13.1", - "packageName": "object-inspect", - "hash": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + "version": "1.0.0", + "packageName": "es-define-property", + "hash": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==" } }, - "npm:object-is": { + "npm:es-errors": { "type": "npm", - "name": "npm:object-is", + "name": "npm:es-errors", "data": { - "version": "1.1.6", - "packageName": "object-is", - "hash": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==" + "version": "1.3.0", + "packageName": "es-errors", + "hash": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" } }, - "npm:object-keys": { + "npm:es-get-iterator": { "type": "npm", - "name": "npm:object-keys", + "name": "npm:es-get-iterator", "data": { - "version": "1.1.1", - "packageName": "object-keys", - "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + "version": "1.1.3", + "packageName": "es-get-iterator", + "hash": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==" } }, - "npm:object-pairs": { + "npm:esbuild-register": { "type": "npm", - "name": "npm:object-pairs", + "name": "npm:esbuild-register", "data": { - "version": "0.1.0", - "packageName": "object-pairs", - "hash": "sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==" + "version": "3.5.0", + "packageName": "esbuild-register", + "hash": "sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==" } }, - "npm:object-values": { + "npm:esbuild": { "type": "npm", - "name": "npm:object-values", + "name": "npm:esbuild", "data": { - "version": "1.0.0", - "packageName": "object-values", - "hash": "sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==" + "version": "0.19.12", + "packageName": "esbuild", + "hash": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==" } }, - "npm:object.assign": { + "npm:esbuild@0.20.2": { "type": "npm", - "name": "npm:object.assign", + "name": "npm:esbuild@0.20.2", "data": { - "version": "4.1.5", - "packageName": "object.assign", - "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" + "version": "0.20.2", + "packageName": "esbuild", + "hash": "sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==" } }, - "npm:object.defaults": { + "npm:escalade": { "type": "npm", - "name": "npm:object.defaults", + "name": "npm:escalade", "data": { - "version": "1.1.0", - "packageName": "object.defaults", - "hash": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==" + "version": "3.1.2", + "packageName": "escalade", + "hash": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==" } }, - "npm:object.map": { + "npm:escape-regexp-component": { "type": "npm", - "name": "npm:object.map", + "name": "npm:escape-regexp-component", "data": { - "version": "1.0.1", - "packageName": "object.map", - "hash": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==" + "version": "1.0.2", + "packageName": "escape-regexp-component", + "hash": "sha512-B0yxafj1D1ZTNEHkFoQxz4iboZSfaZHhaNhIug7GcUCL4ZUrVSJZTmWUAkPOFaYDfi3RNT9XM082TuGE6jpmiQ==" } }, - "npm:object.pick": { + "npm:escape-string-regexp@1.0.5": { "type": "npm", - "name": "npm:object.pick", + "name": "npm:escape-string-regexp@1.0.5", "data": { - "version": "1.3.0", - "packageName": "object.pick", - "hash": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==" + "version": "1.0.5", + "packageName": "escape-string-regexp", + "hash": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" } }, - "npm:once": { + "npm:escape-string-regexp": { "type": "npm", - "name": "npm:once", + "name": "npm:escape-string-regexp", "data": { - "version": "1.4.0", - "packageName": "once", - "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + "version": "2.0.0", + "packageName": "escape-string-regexp", + "hash": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==" } }, - "npm:onetime@5.1.2": { + "npm:esprima": { "type": "npm", - "name": "npm:onetime@5.1.2", + "name": "npm:esprima", "data": { - "version": "5.1.2", - "packageName": "onetime", - "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + "version": "4.0.1", + "packageName": "esprima", + "hash": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" } }, - "npm:onetime": { + "npm:estree-walker": { "type": "npm", - "name": "npm:onetime", + "name": "npm:estree-walker", "data": { - "version": "6.0.0", - "packageName": "onetime", - "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + "version": "2.0.2", + "packageName": "estree-walker", + "hash": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" } }, - "npm:open": { + "npm:estree-walker@3.0.3": { "type": "npm", - "name": "npm:open", + "name": "npm:estree-walker@3.0.3", "data": { - "version": "8.4.2", - "packageName": "open", - "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + "version": "3.0.3", + "packageName": "estree-walker", + "hash": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==" } }, - "npm:ora": { + "npm:esutils": { "type": "npm", - "name": "npm:ora", + "name": "npm:esutils", "data": { - "version": "5.3.0", - "packageName": "ora", - "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" + "version": "2.0.3", + "packageName": "esutils", + "hash": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" } }, - "npm:p-defer": { + "npm:event-target-shim": { "type": "npm", - "name": "npm:p-defer", + "name": "npm:event-target-shim", "data": { - "version": "1.0.0", - "packageName": "p-defer", - "hash": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==" + "version": "5.0.1", + "packageName": "event-target-shim", + "hash": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==" } }, - "npm:p-finally": { + "npm:eventemitter3": { "type": "npm", - "name": "npm:p-finally", + "name": "npm:eventemitter3", "data": { - "version": "1.0.0", - "packageName": "p-finally", - "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + "version": "5.0.1", + "packageName": "eventemitter3", + "hash": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" } }, - "npm:p-limit@3.1.0": { + "npm:events": { "type": "npm", - "name": "npm:p-limit@3.1.0", + "name": "npm:events", "data": { - "version": "3.1.0", - "packageName": "p-limit", - "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + "version": "3.3.0", + "packageName": "events", + "hash": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" } }, - "npm:p-limit": { + "npm:execa@0.6.3": { "type": "npm", - "name": "npm:p-limit", + "name": "npm:execa@0.6.3", "data": { - "version": "5.0.0", - "packageName": "p-limit", - "hash": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==" + "version": "0.6.3", + "packageName": "execa", + "hash": "sha512-/teX3MDLFBdYUhRk8WCBYboIMUmqeizu0m9Z3YF3JWrbEh/SlZg00vLJSaAGWw3wrZ9tE0buNw79eaAPYhUuvg==" } }, - "npm:p-map": { + "npm:execa@5.1.1": { "type": "npm", - "name": "npm:p-map", + "name": "npm:execa@5.1.1", "data": { - "version": "4.0.0", - "packageName": "p-map", - "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + "version": "5.1.1", + "packageName": "execa", + "hash": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==" } }, - "npm:p-memoize": { + "npm:execa": { "type": "npm", - "name": "npm:p-memoize", + "name": "npm:execa", "data": { - "version": "4.0.1", - "packageName": "p-memoize", - "hash": "sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==" + "version": "8.0.1", + "packageName": "execa", + "hash": "sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==" } }, - "npm:parse-filepath": { + "npm:expand-tilde": { "type": "npm", - "name": "npm:parse-filepath", + "name": "npm:expand-tilde", "data": { - "version": "1.0.2", - "packageName": "parse-filepath", - "hash": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==" + "version": "2.0.2", + "packageName": "expand-tilde", + "hash": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==" } }, - "npm:parse-json": { + "npm:extend": { "type": "npm", - "name": "npm:parse-json", + "name": "npm:extend", "data": { - "version": "5.2.0", - "packageName": "parse-json", - "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + "version": "3.0.2", + "packageName": "extend", + "hash": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" } }, - "npm:parse-ms": { + "npm:fast-deep-equal": { "type": "npm", - "name": "npm:parse-ms", + "name": "npm:fast-deep-equal", "data": { - "version": "4.0.0", - "packageName": "parse-ms", - "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" + "version": "3.1.3", + "packageName": "fast-deep-equal", + "hash": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" } }, - "npm:parse-npm-tarball-url": { + "npm:fast-glob": { "type": "npm", - "name": "npm:parse-npm-tarball-url", + "name": "npm:fast-glob", "data": { - "version": "3.0.0", - "packageName": "parse-npm-tarball-url", - "hash": "sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==" + "version": "3.3.2", + "packageName": "fast-glob", + "hash": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" } }, - "npm:parse-passwd": { + "npm:fast-ignore": { "type": "npm", - "name": "npm:parse-passwd", + "name": "npm:fast-ignore", "data": { - "version": "1.0.0", - "packageName": "parse-passwd", - "hash": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" + "version": "1.1.1", + "packageName": "fast-ignore", + "hash": "sha512-Gnvido88waUVtlDv/6VBeXv0TAlQK5lheknMwzHx9948B7uOFjyyLXsYBXixDScEXJB5fMjy4G1OOTH59VKvUA==" } }, - "npm:parse5": { + "npm:fast-json-stable-stringify": { "type": "npm", - "name": "npm:parse5", + "name": "npm:fast-json-stable-stringify", "data": { - "version": "7.1.2", - "packageName": "parse5", - "hash": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" + "version": "2.1.0", + "packageName": "fast-json-stable-stringify", + "hash": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" } }, - "npm:path-browserify": { + "npm:fast-loops": { "type": "npm", - "name": "npm:path-browserify", + "name": "npm:fast-loops", "data": { - "version": "1.0.1", - "packageName": "path-browserify", - "hash": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + "version": "1.1.3", + "packageName": "fast-loops", + "hash": "sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==" } }, - "npm:path-is-absolute": { + "npm:fast-safe-stringify": { "type": "npm", - "name": "npm:path-is-absolute", + "name": "npm:fast-safe-stringify", "data": { - "version": "1.0.1", - "packageName": "path-is-absolute", - "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + "version": "2.1.1", + "packageName": "fast-safe-stringify", + "hash": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==" } }, - "npm:path-key@2.0.1": { + "npm:fast-shallow-equal": { "type": "npm", - "name": "npm:path-key@2.0.1", + "name": "npm:fast-shallow-equal", "data": { - "version": "2.0.1", - "packageName": "path-key", - "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + "version": "1.0.0", + "packageName": "fast-shallow-equal", + "hash": "sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==" } }, - "npm:path-key": { + "npm:fast-string-truncated-width": { "type": "npm", - "name": "npm:path-key", + "name": "npm:fast-string-truncated-width", "data": { - "version": "3.1.1", - "packageName": "path-key", - "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + "version": "1.1.0", + "packageName": "fast-string-truncated-width", + "hash": "sha512-FfsFREOllHpnSl6cxpLi6wvqd9UebrZPxWlOJCCcWoOJzy02xyjPbafF9tyg2Usnf3GLmRr5Q6s7n+GO+6VB5A==" } }, - "npm:path-key@4.0.0": { + "npm:fast-string-width": { "type": "npm", - "name": "npm:path-key@4.0.0", + "name": "npm:fast-string-width", "data": { - "version": "4.0.0", - "packageName": "path-key", - "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" + "version": "1.0.5", + "packageName": "fast-string-width", + "hash": "sha512-rO3M39p2w0AaF81drD42Q+v77cyhUKWixavoTAsORzYtjMIHhZ33KgdsjEaxMBwI0zI0zLUNBL0CYqVMipXp4g==" } }, - "npm:path-parse": { + "npm:fastest-stable-stringify": { "type": "npm", - "name": "npm:path-parse", + "name": "npm:fastest-stable-stringify", "data": { - "version": "1.0.7", - "packageName": "path-parse", - "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "version": "2.0.2", + "packageName": "fastest-stable-stringify", + "hash": "sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==" } }, - "npm:path-root-regex": { + "npm:fastq": { "type": "npm", - "name": "npm:path-root-regex", + "name": "npm:fastq", "data": { - "version": "0.1.2", - "packageName": "path-root-regex", - "hash": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" + "version": "1.17.1", + "packageName": "fastq", + "hash": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==" } }, - "npm:path-root": { + "npm:fetch-blob": { "type": "npm", - "name": "npm:path-root", + "name": "npm:fetch-blob", "data": { - "version": "0.1.1", - "packageName": "path-root", - "hash": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==" + "version": "2.1.2", + "packageName": "fetch-blob", + "hash": "sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow==" } }, - "npm:path-scurry": { + "npm:figures": { "type": "npm", - "name": "npm:path-scurry", + "name": "npm:figures", "data": { - "version": "1.10.1", - "packageName": "path-scurry", - "hash": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==" + "version": "3.2.0", + "packageName": "figures", + "hash": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==" } }, - "npm:path-temp": { + "npm:fill-range": { "type": "npm", - "name": "npm:path-temp", + "name": "npm:fill-range", "data": { - "version": "2.1.0", - "packageName": "path-temp", - "hash": "sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==" + "version": "7.0.1", + "packageName": "fill-range", + "hash": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" } }, - "npm:path-type": { + "npm:filter-iterator": { "type": "npm", - "name": "npm:path-type", + "name": "npm:filter-iterator", "data": { - "version": "5.0.0", - "packageName": "path-type", - "hash": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" + "version": "0.0.1", + "packageName": "filter-iterator", + "hash": "sha512-v4lhL7Qa8XpbW3LN46CEnmhGk3eHZwxfNl5at20aEkreesht4YKb/Ba3BUIbnPhAC/r3dmu7ABaGk6MAvh2alA==" } }, - "npm:pathe": { + "npm:filter-obj": { "type": "npm", - "name": "npm:pathe", + "name": "npm:filter-obj", "data": { - "version": "1.1.2", - "packageName": "pathe", - "hash": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + "version": "1.1.0", + "packageName": "filter-obj", + "hash": "sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==" } }, - "npm:pathval": { + "npm:find-up-json": { "type": "npm", - "name": "npm:pathval", + "name": "npm:find-up-json", "data": { - "version": "1.1.1", - "packageName": "pathval", - "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" + "version": "2.0.4", + "packageName": "find-up-json", + "hash": "sha512-ABaCm3V1H5UYRHtClHvFFyxPIAC/bxd43tKwmcSco8/EuM5O7zDL2R7ORaA+rEltwgxoNOIK8LQFwQUfA/2GIw==" } }, - "npm:periscopic": { + "npm:find-up-path": { "type": "npm", - "name": "npm:periscopic", + "name": "npm:find-up-path", "data": { - "version": "3.1.0", - "packageName": "periscopic", - "hash": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==" + "version": "1.0.0", + "packageName": "find-up-path", + "hash": "sha512-cjXDXnYfEezIqqbzctBNNqUax/rRCyNo/VTCFId3Hp9FyVL4uk0PvWrs7Xibtl2E4P5HnWnlxxJsbHqK6DsDPw==" } }, - "npm:picocolors": { + "npm:findup-sync": { "type": "npm", - "name": "npm:picocolors", + "name": "npm:findup-sync", "data": { - "version": "1.0.0", - "packageName": "picocolors", - "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "version": "5.0.0", + "packageName": "findup-sync", + "hash": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==" } }, - "npm:picomatch@2.3.1": { + "npm:fined": { "type": "npm", - "name": "npm:picomatch@2.3.1", + "name": "npm:fined", "data": { - "version": "2.3.1", - "packageName": "picomatch", - "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + "version": "2.0.0", + "packageName": "fined", + "hash": "sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==" } }, - "npm:picomatch": { + "npm:flagged-respawn": { "type": "npm", - "name": "npm:picomatch", + "name": "npm:flagged-respawn", "data": { - "version": "4.0.1", - "packageName": "picomatch", - "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" + "version": "2.0.0", + "packageName": "flagged-respawn", + "hash": "sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==" } }, - "npm:pidtree": { + "npm:flat": { "type": "npm", - "name": "npm:pidtree", + "name": "npm:flat", "data": { - "version": "0.6.0", - "packageName": "pidtree", - "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" + "version": "5.0.2", + "packageName": "flat", + "hash": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==" } }, - "npm:pioppo": { + "npm:follow-redirects": { "type": "npm", - "name": "npm:pioppo", + "name": "npm:follow-redirects", "data": { - "version": "1.1.0", - "packageName": "pioppo", - "hash": "sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==" + "version": "1.15.6", + "packageName": "follow-redirects", + "hash": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==" } }, - "npm:pkg-types": { + "npm:for-each": { "type": "npm", - "name": "npm:pkg-types", + "name": "npm:for-each", "data": { - "version": "1.0.3", - "packageName": "pkg-types", - "hash": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==" + "version": "0.3.3", + "packageName": "for-each", + "hash": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==" } }, - "npm:possible-typed-array-names": { + "npm:for-in": { "type": "npm", - "name": "npm:possible-typed-array-names", + "name": "npm:for-in", "data": { - "version": "1.0.0", - "packageName": "possible-typed-array-names", - "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" + "version": "1.0.2", + "packageName": "for-in", + "hash": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==" } }, - "npm:postcss": { + "npm:for-own": { "type": "npm", - "name": "npm:postcss", + "name": "npm:for-own", "data": { - "version": "8.4.38", - "packageName": "postcss", - "hash": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==" + "version": "1.0.0", + "packageName": "for-own", + "hash": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==" } }, - "npm:prettier-plugin-svelte": { + "npm:foreground-child": { "type": "npm", - "name": "npm:prettier-plugin-svelte", + "name": "npm:foreground-child", "data": { - "version": "3.2.2", - "packageName": "prettier-plugin-svelte", - "hash": "sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==" + "version": "3.1.1", + "packageName": "foreground-child", + "hash": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==" } }, - "npm:prettier": { + "npm:form-data@2.5.1": { "type": "npm", - "name": "npm:prettier", + "name": "npm:form-data@2.5.1", "data": { - "version": "4.0.0-alpha.8", - "packageName": "prettier", - "hash": "sha512-7FFBkQb0Eg0wJRYzA7ucc31nqTjWgoSpmS0ey9OATHU6WiV0z53Uzo5hA3tZs/pbhhIG7YvOIBNmkRQ7Dr/k5A==" + "version": "2.5.1", + "packageName": "form-data", + "hash": "sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==" } }, - "npm:pretty-bytes": { + "npm:form-data": { "type": "npm", - "name": "npm:pretty-bytes", + "name": "npm:form-data", "data": { - "version": "6.1.1", - "packageName": "pretty-bytes", - "hash": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==" + "version": "4.0.0", + "packageName": "form-data", + "hash": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==" } }, - "npm:pretty-format": { + "npm:fs-constants": { "type": "npm", - "name": "npm:pretty-format", + "name": "npm:fs-constants", "data": { - "version": "27.5.1", - "packageName": "pretty-format", - "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" + "version": "1.0.0", + "packageName": "fs-constants", + "hash": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" } }, - "npm:pretty-format@29.7.0": { + "npm:fs-extra": { "type": "npm", - "name": "npm:pretty-format@29.7.0", + "name": "npm:fs-extra", "data": { - "version": "29.7.0", - "packageName": "pretty-format", - "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" - } + "version": "10.1.0", + "packageName": "fs-extra", + "hash": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==" + } }, - "npm:pretty-ms": { + "npm:fs-extra@11.2.0": { "type": "npm", - "name": "npm:pretty-ms", + "name": "npm:fs-extra@11.2.0", "data": { - "version": "9.0.0", - "packageName": "pretty-ms", - "hash": "sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==" + "version": "11.2.0", + "packageName": "fs-extra", + "hash": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==" } }, - "npm:proc-log": { + "npm:fs-extra@7.0.1": { "type": "npm", - "name": "npm:proc-log", + "name": "npm:fs-extra@7.0.1", "data": { - "version": "3.0.0", - "packageName": "proc-log", - "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + "version": "7.0.1", + "packageName": "fs-extra", + "hash": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==" } }, - "npm:process-nextick-args": { + "npm:fs.realpath": { "type": "npm", - "name": "npm:process-nextick-args", + "name": "npm:fs.realpath", "data": { - "version": "2.0.1", - "packageName": "process-nextick-args", - "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + "version": "1.0.0", + "packageName": "fs.realpath", + "hash": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" } }, - "npm:promise-inflight": { + "npm:fsevents": { "type": "npm", - "name": "npm:promise-inflight", + "name": "npm:fsevents", "data": { - "version": "1.0.1", - "packageName": "promise-inflight", - "hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + "version": "2.3.3", + "packageName": "fsevents", + "hash": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==" } }, - "npm:promise-make-naked": { + "npm:function-bind": { "type": "npm", - "name": "npm:promise-make-naked", + "name": "npm:function-bind", "data": { - "version": "2.1.1", - "packageName": "promise-make-naked", - "hash": "sha512-BLvgZSNRkQNM5RGL4Cz8wK76WSb+t3VeMJL+/kxRBHI5+nliqZezranGGtiu/ePeFo5+CaLRvvGMzXrBuu2tAA==" + "version": "1.1.2", + "packageName": "function-bind", + "hash": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" } }, - "npm:promise-retry": { + "npm:functions-have-names": { "type": "npm", - "name": "npm:promise-retry", + "name": "npm:functions-have-names", "data": { - "version": "2.0.1", - "packageName": "promise-retry", - "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + "version": "1.2.3", + "packageName": "functions-have-names", + "hash": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" } }, - "npm:proxy-from-env": { + "npm:fuse.js": { "type": "npm", - "name": "npm:proxy-from-env", + "name": "npm:fuse.js", "data": { - "version": "1.1.0", - "packageName": "proxy-from-env", - "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + "version": "6.6.2", + "packageName": "fuse.js", + "hash": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==" } }, - "npm:pseudomap": { + "npm:gensync": { "type": "npm", - "name": "npm:pseudomap", + "name": "npm:gensync", "data": { - "version": "1.0.2", - "packageName": "pseudomap", - "hash": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" + "version": "1.0.0-beta.2", + "packageName": "gensync", + "hash": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==" } }, - "npm:psl": { + "npm:get-caller-file": { "type": "npm", - "name": "npm:psl", + "name": "npm:get-caller-file", "data": { - "version": "1.9.0", - "packageName": "psl", - "hash": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + "version": "2.0.5", + "packageName": "get-caller-file", + "hash": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" } }, - "npm:punycode": { + "npm:get-current-package": { "type": "npm", - "name": "npm:punycode", + "name": "npm:get-current-package", "data": { - "version": "2.3.1", - "packageName": "punycode", - "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + "version": "1.0.0", + "packageName": "get-current-package", + "hash": "sha512-mEZ43mmPMdRz+7vouBd/fhnEMRF0omBzcwwwf2GmbWSeZJGdWHRp9RGLZxW7ZnnZ14jPc3GreHh0s/7u7PZJpQ==" } }, - "npm:querystringify": { + "npm:get-east-asian-width": { "type": "npm", - "name": "npm:querystringify", + "name": "npm:get-east-asian-width", "data": { - "version": "2.2.0", - "packageName": "querystringify", - "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + "version": "1.2.0", + "packageName": "get-east-asian-width", + "hash": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==" } }, - "npm:queue-microtask": { + "npm:get-func-name": { "type": "npm", - "name": "npm:queue-microtask", + "name": "npm:get-func-name", "data": { - "version": "1.2.3", - "packageName": "queue-microtask", - "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + "version": "2.0.2", + "packageName": "get-func-name", + "hash": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==" } }, - "npm:randombytes": { + "npm:get-intrinsic": { "type": "npm", - "name": "npm:randombytes", + "name": "npm:get-intrinsic", "data": { - "version": "2.1.0", - "packageName": "randombytes", - "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" + "version": "1.2.4", + "packageName": "get-intrinsic", + "hash": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==" } }, - "npm:react-dom": { + "npm:get-stream@3.0.0": { "type": "npm", - "name": "npm:react-dom", + "name": "npm:get-stream@3.0.0", "data": { - "version": "18.2.0", - "packageName": "react-dom", - "hash": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==" + "version": "3.0.0", + "packageName": "get-stream", + "hash": "sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==" } }, - "npm:react-error-boundary": { + "npm:get-stream": { "type": "npm", - "name": "npm:react-error-boundary", + "name": "npm:get-stream", "data": { - "version": "3.1.4", - "packageName": "react-error-boundary", - "hash": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==" + "version": "6.0.1", + "packageName": "get-stream", + "hash": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==" } }, - "npm:react-is": { + "npm:get-stream@8.0.1": { "type": "npm", - "name": "npm:react-is", + "name": "npm:get-stream@8.0.1", "data": { - "version": "17.0.2", - "packageName": "react-is", - "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + "version": "8.0.1", + "packageName": "get-stream", + "hash": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==" } }, - "npm:react-is@18.2.0": { + "npm:git-log-parser": { "type": "npm", - "name": "npm:react-is@18.2.0", + "name": "npm:git-log-parser", "data": { - "version": "18.2.0", - "packageName": "react-is", - "hash": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + "version": "1.2.0", + "packageName": "git-log-parser", + "hash": "sha512-rnCVNfkTL8tdNryFuaY0fYiBWEBcgF748O6ZI61rslBvr2o7U65c2/6npCRqH40vuAhtgtDiqLTJjBVdrejCzA==" } }, - "npm:react": { + "npm:glob-gitignore": { "type": "npm", - "name": "npm:react", + "name": "npm:glob-gitignore", "data": { - "version": "18.2.0", - "packageName": "react", - "hash": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==" + "version": "1.0.14", + "packageName": "glob-gitignore", + "hash": "sha512-YuAEPqL58bOQDqDF2kMv009rIjSAtPs+WPzyGbwRWK+wD0UWQVRoP34Pz6yJ6ivco65C9tZnaIt0I3JCuQ8NZQ==" } }, - "npm:read-package-json-fast": { + "npm:glob-parent": { "type": "npm", - "name": "npm:read-package-json-fast", + "name": "npm:glob-parent", "data": { - "version": "3.0.2", - "packageName": "read-package-json-fast", - "hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==" + "version": "5.1.2", + "packageName": "glob-parent", + "hash": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" } }, - "npm:readable-stream@2.3.8": { + "npm:glob@10.3.10": { "type": "npm", - "name": "npm:readable-stream@2.3.8", + "name": "npm:glob@10.3.10", "data": { - "version": "2.3.8", - "packageName": "readable-stream", - "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + "version": "10.3.10", + "packageName": "glob", + "hash": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" } }, - "npm:readable-stream": { + "npm:glob@7.2.3": { "type": "npm", - "name": "npm:readable-stream", + "name": "npm:glob@7.2.3", "data": { - "version": "3.6.2", - "packageName": "readable-stream", - "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + "version": "7.2.3", + "packageName": "glob", + "hash": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" } }, - "npm:readdirp": { + "npm:glob": { "type": "npm", - "name": "npm:readdirp", + "name": "npm:glob", "data": { - "version": "3.6.0", - "packageName": "readdirp", - "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + "version": "8.1.0", + "packageName": "glob", + "hash": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" } }, - "npm:rechoir": { + "npm:global-modules": { "type": "npm", - "name": "npm:rechoir", + "name": "npm:global-modules", "data": { - "version": "0.8.0", - "packageName": "rechoir", - "hash": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==" + "version": "1.0.0", + "packageName": "global-modules", + "hash": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==" } }, - "npm:redent": { + "npm:global-prefix": { "type": "npm", - "name": "npm:redent", + "name": "npm:global-prefix", "data": { - "version": "3.0.0", - "packageName": "redent", - "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + "version": "1.0.2", + "packageName": "global-prefix", + "hash": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==" } }, - "npm:regenerate-unicode-properties": { + "npm:globals": { "type": "npm", - "name": "npm:regenerate-unicode-properties", + "name": "npm:globals", "data": { - "version": "10.1.1", - "packageName": "regenerate-unicode-properties", - "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" + "version": "11.12.0", + "packageName": "globals", + "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" } }, - "npm:regenerate": { + "npm:globby": { "type": "npm", - "name": "npm:regenerate", + "name": "npm:globby", "data": { - "version": "1.4.2", - "packageName": "regenerate", - "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + "version": "11.1.0", + "packageName": "globby", + "hash": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" } }, - "npm:regenerator-runtime": { + "npm:globby@14.0.1": { "type": "npm", - "name": "npm:regenerator-runtime", + "name": "npm:globby@14.0.1", "data": { - "version": "0.14.1", - "packageName": "regenerator-runtime", - "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + "version": "14.0.1", + "packageName": "globby", + "hash": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==" } }, - "npm:regenerator-transform": { + "npm:globrex": { "type": "npm", - "name": "npm:regenerator-transform", + "name": "npm:globrex", "data": { - "version": "0.15.2", - "packageName": "regenerator-transform", - "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" + "version": "0.1.2", + "packageName": "globrex", + "hash": "sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==" } }, - "npm:regexp.prototype.flags": { + "npm:gopd": { "type": "npm", - "name": "npm:regexp.prototype.flags", + "name": "npm:gopd", "data": { - "version": "1.5.2", - "packageName": "regexp.prototype.flags", - "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" + "version": "1.0.1", + "packageName": "gopd", + "hash": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==" } }, - "npm:regexpu-core": { + "npm:graceful-fs": { "type": "npm", - "name": "npm:regexpu-core", + "name": "npm:graceful-fs", "data": { - "version": "5.3.2", - "packageName": "regexpu-core", - "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" + "version": "4.2.11", + "packageName": "graceful-fs", + "hash": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" } }, - "npm:regjsparser": { + "npm:grammex": { "type": "npm", - "name": "npm:regjsparser", + "name": "npm:grammex", "data": { - "version": "0.9.1", - "packageName": "regjsparser", - "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" + "version": "3.1.3", + "packageName": "grammex", + "hash": "sha512-rUZoJJQguOCaAMTuoyxs40OxqSLgVhzCCwDn1mbp2vETWutv/TmgAz7KxMR8Tz4z4cty/zIh88HrOWKqWgeGjg==" } }, - "npm:rename-overwrite": { + "npm:has-bigints": { "type": "npm", - "name": "npm:rename-overwrite", + "name": "npm:has-bigints", "data": { - "version": "5.0.0", - "packageName": "rename-overwrite", - "hash": "sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==" + "version": "1.0.2", + "packageName": "has-bigints", + "hash": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==" } }, - "npm:require-directory": { + "npm:has-flag@3.0.0": { "type": "npm", - "name": "npm:require-directory", + "name": "npm:has-flag@3.0.0", "data": { - "version": "2.1.1", - "packageName": "require-directory", - "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + "version": "3.0.0", + "packageName": "has-flag", + "hash": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" } }, - "npm:requires-port": { + "npm:has-flag": { "type": "npm", - "name": "npm:requires-port", + "name": "npm:has-flag", "data": { - "version": "1.0.0", - "packageName": "requires-port", - "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + "version": "4.0.0", + "packageName": "has-flag", + "hash": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" } }, - "npm:resolve-dir": { + "npm:has-own-property": { "type": "npm", - "name": "npm:resolve-dir", + "name": "npm:has-own-property", "data": { - "version": "1.0.1", - "packageName": "resolve-dir", - "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" + "version": "0.1.0", + "packageName": "has-own-property", + "hash": "sha512-14qdBKoonU99XDhWcFKZTShK+QV47qU97u8zzoVo9cL5TZ3BmBHXogItSt9qJjR0KUMFRhcCW8uGIGl8nkl7Aw==" } }, - "npm:resolve.exports": { + "npm:has-property-descriptors": { "type": "npm", - "name": "npm:resolve.exports", + "name": "npm:has-property-descriptors", "data": { - "version": "2.0.2", - "packageName": "resolve.exports", - "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" + "version": "1.0.2", + "packageName": "has-property-descriptors", + "hash": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==" } }, - "npm:resolve@1.19.0": { + "npm:has-proto": { "type": "npm", - "name": "npm:resolve@1.19.0", + "name": "npm:has-proto", "data": { - "version": "1.19.0", - "packageName": "resolve", - "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" + "version": "1.0.3", + "packageName": "has-proto", + "hash": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" } }, - "npm:resolve": { + "npm:has-symbols": { "type": "npm", - "name": "npm:resolve", + "name": "npm:has-symbols", "data": { - "version": "1.22.8", - "packageName": "resolve", - "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + "version": "1.0.3", + "packageName": "has-symbols", + "hash": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" } }, - "npm:restore-cursor": { + "npm:has-tostringtag": { "type": "npm", - "name": "npm:restore-cursor", + "name": "npm:has-tostringtag", "data": { - "version": "3.1.0", - "packageName": "restore-cursor", - "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + "version": "1.0.2", + "packageName": "has-tostringtag", + "hash": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==" } }, - "npm:restore-cursor@4.0.0": { + "npm:hasown": { "type": "npm", - "name": "npm:restore-cursor@4.0.0", + "name": "npm:hasown", "data": { - "version": "4.0.0", - "packageName": "restore-cursor", - "hash": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==" + "version": "2.0.2", + "packageName": "hasown", + "hash": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==" } }, - "npm:retry": { + "npm:hast-util-whitespace": { "type": "npm", - "name": "npm:retry", + "name": "npm:hast-util-whitespace", "data": { - "version": "0.12.0", - "packageName": "retry", - "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + "version": "2.0.1", + "packageName": "hast-util-whitespace", + "hash": "sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==" } }, - "npm:reusify": { + "npm:he": { "type": "npm", - "name": "npm:reusify", + "name": "npm:he", "data": { - "version": "1.0.4", - "packageName": "reusify", - "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + "version": "1.2.0", + "packageName": "he", + "hash": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==" } }, - "npm:reverse-arguments": { + "npm:heap": { "type": "npm", - "name": "npm:reverse-arguments", + "name": "npm:heap", "data": { - "version": "1.0.0", - "packageName": "reverse-arguments", - "hash": "sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==" + "version": "0.2.5", + "packageName": "heap", + "hash": "sha512-G7HLD+WKcrOyJP5VQwYZNC3Z6FcQ7YYjEFiFoIj8PfEr73mu421o8B1N5DKUcc8K37EsJ2XXWA8DtrDz/2dReg==" } }, - "npm:rfdc": { + "npm:history": { "type": "npm", - "name": "npm:rfdc", + "name": "npm:history", "data": { - "version": "1.3.1", - "packageName": "rfdc", - "hash": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + "version": "5.3.0", + "packageName": "history", + "hash": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==" } }, - "npm:rimraf@3.0.2": { + "npm:hoist-non-react-statics": { "type": "npm", - "name": "npm:rimraf@3.0.2", + "name": "npm:hoist-non-react-statics", "data": { - "version": "3.0.2", - "packageName": "rimraf", - "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + "version": "3.3.2", + "packageName": "hoist-non-react-statics", + "hash": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==" } }, - "npm:rimraf": { + "npm:homedir-polyfill": { "type": "npm", - "name": "npm:rimraf", + "name": "npm:homedir-polyfill", "data": { - "version": "5.0.5", - "packageName": "rimraf", - "hash": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==" + "version": "1.0.3", + "packageName": "homedir-polyfill", + "hash": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==" } }, - "npm:rollup-plugin-preserve-directives": { + "npm:hosted-git-info@4.1.0": { "type": "npm", - "name": "npm:rollup-plugin-preserve-directives", + "name": "npm:hosted-git-info@4.1.0", "data": { - "version": "0.4.0", - "packageName": "rollup-plugin-preserve-directives", - "hash": "sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==" + "version": "4.1.0", + "packageName": "hosted-git-info", + "hash": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" } }, - "npm:rollup-plugin-size": { + "npm:hosted-git-info": { "type": "npm", - "name": "npm:rollup-plugin-size", + "name": "npm:hosted-git-info", "data": { - "version": "0.3.1", - "packageName": "rollup-plugin-size", - "hash": "sha512-SAtpTAAJ0nFkISxLxYjDZX9Zqt34tAIil98R305ZM0GhTnnO6VYG0P5M+2IXKo/iNDdbpBcIfg1W06CLtk/vXA==" + "version": "7.0.1", + "packageName": "hosted-git-info", + "hash": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==" } }, - "npm:rollup-plugin-svelte": { + "npm:html-encoding-sniffer": { "type": "npm", - "name": "npm:rollup-plugin-svelte", + "name": "npm:html-encoding-sniffer", "data": { - "version": "7.2.0", - "packageName": "rollup-plugin-svelte", - "hash": "sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==" + "version": "4.0.0", + "packageName": "html-encoding-sniffer", + "hash": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==" } }, - "npm:rollup-plugin-visualizer": { + "npm:html-to-text": { "type": "npm", - "name": "npm:rollup-plugin-visualizer", + "name": "npm:html-to-text", "data": { - "version": "5.12.0", - "packageName": "rollup-plugin-visualizer", - "hash": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==" + "version": "8.2.1", + "packageName": "html-to-text", + "hash": "sha512-aN/3JvAk8qFsWVeE9InWAWueLXrbkoVZy0TkzaGhoRBC2gCFEeRLDDJN3/ijIGHohy6H+SZzUQWN/hcYtaPK8w==" } }, - "npm:rollup": { + "npm:htmlparser2": { "type": "npm", - "name": "npm:rollup", + "name": "npm:htmlparser2", "data": { - "version": "4.13.0", - "packageName": "rollup", - "hash": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==" + "version": "6.1.0", + "packageName": "htmlparser2", + "hash": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==" } }, - "npm:rrweb-cssom": { + "npm:http-proxy-agent": { "type": "npm", - "name": "npm:rrweb-cssom", + "name": "npm:http-proxy-agent", "data": { - "version": "0.6.0", - "packageName": "rrweb-cssom", - "hash": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" + "version": "7.0.2", + "packageName": "http-proxy-agent", + "hash": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==" } }, - "npm:run-parallel": { + "npm:https-proxy-agent": { "type": "npm", - "name": "npm:run-parallel", + "name": "npm:https-proxy-agent", "data": { - "version": "1.2.0", - "packageName": "run-parallel", - "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + "version": "7.0.4", + "packageName": "https-proxy-agent", + "hash": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==" } }, - "npm:safe-buffer@5.1.2": { + "npm:human-signals": { "type": "npm", - "name": "npm:safe-buffer@5.1.2", + "name": "npm:human-signals", "data": { - "version": "5.1.2", - "packageName": "safe-buffer", - "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "version": "2.1.0", + "packageName": "human-signals", + "hash": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==" } }, - "npm:safe-buffer": { + "npm:human-signals@5.0.0": { "type": "npm", - "name": "npm:safe-buffer", + "name": "npm:human-signals@5.0.0", "data": { - "version": "5.2.1", - "packageName": "safe-buffer", - "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + "version": "5.0.0", + "packageName": "human-signals", + "hash": "sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==" } }, - "npm:safer-buffer": { + "npm:husky": { "type": "npm", - "name": "npm:safer-buffer", + "name": "npm:husky", "data": { - "version": "2.1.2", - "packageName": "safer-buffer", - "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "version": "9.0.11", + "packageName": "husky", + "hash": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==" } }, - "npm:saxes": { + "npm:hyphenate-style-name": { "type": "npm", - "name": "npm:saxes", + "name": "npm:hyphenate-style-name", "data": { - "version": "6.0.0", - "packageName": "saxes", - "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" + "version": "1.0.4", + "packageName": "hyphenate-style-name", + "hash": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" } }, - "npm:scheduler": { + "npm:iconv-lite": { "type": "npm", - "name": "npm:scheduler", + "name": "npm:iconv-lite", "data": { - "version": "0.23.0", - "packageName": "scheduler", - "hash": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==" + "version": "0.6.3", + "packageName": "iconv-lite", + "hash": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" } }, - "npm:semver": { + "npm:identity-function": { "type": "npm", - "name": "npm:semver", + "name": "npm:identity-function", "data": { - "version": "6.3.1", - "packageName": "semver", - "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + "version": "1.0.0", + "packageName": "identity-function", + "hash": "sha512-kNrgUK0qI+9qLTBidsH85HjDLpZfrrS0ElquKKe/fJFdB3D7VeKdXXEvOPDUHSHOzdZKCAAaQIWWyp0l2yq6pw==" } }, - "npm:semver@7.5.4": { + "npm:ieee754": { "type": "npm", - "name": "npm:semver@7.5.4", + "name": "npm:ieee754", "data": { - "version": "7.5.4", - "packageName": "semver", - "hash": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==" + "version": "1.2.1", + "packageName": "ieee754", + "hash": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==" } }, - "npm:semver@7.6.0": { + "npm:ignore": { "type": "npm", - "name": "npm:semver@7.6.0", + "name": "npm:ignore", "data": { - "version": "7.6.0", - "packageName": "semver", - "hash": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==" + "version": "5.3.1", + "packageName": "ignore", + "hash": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==" } }, - "npm:serialize-javascript": { + "npm:immer": { "type": "npm", - "name": "npm:serialize-javascript", + "name": "npm:immer", "data": { - "version": "6.0.2", - "packageName": "serialize-javascript", - "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" + "version": "9.0.15", + "packageName": "immer", + "hash": "sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==" } }, - "npm:set-function-length": { + "npm:immutability-helper": { "type": "npm", - "name": "npm:set-function-length", + "name": "npm:immutability-helper", "data": { - "version": "1.2.2", - "packageName": "set-function-length", - "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" + "version": "3.1.1", + "packageName": "immutability-helper", + "hash": "sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ==" } }, - "npm:set-function-name": { + "npm:import-lazy": { "type": "npm", - "name": "npm:set-function-name", + "name": "npm:import-lazy", "data": { - "version": "2.0.2", - "packageName": "set-function-name", - "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" + "version": "4.0.0", + "packageName": "import-lazy", + "hash": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==" } }, - "npm:shebang-command@1.2.0": { + "npm:import-meta-resolve": { "type": "npm", - "name": "npm:shebang-command@1.2.0", + "name": "npm:import-meta-resolve", "data": { - "version": "1.2.0", - "packageName": "shebang-command", - "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" + "version": "4.0.0", + "packageName": "import-meta-resolve", + "hash": "sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==" } }, - "npm:shebang-command": { + "npm:indent-string": { "type": "npm", - "name": "npm:shebang-command", + "name": "npm:indent-string", "data": { - "version": "2.0.0", - "packageName": "shebang-command", - "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + "version": "4.0.0", + "packageName": "indent-string", + "hash": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" } }, - "npm:shebang-regex@1.0.0": { + "npm:individual": { "type": "npm", - "name": "npm:shebang-regex@1.0.0", + "name": "npm:individual", "data": { - "version": "1.0.0", - "packageName": "shebang-regex", - "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + "version": "3.0.0", + "packageName": "individual", + "hash": "sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==" } }, - "npm:shebang-regex": { + "npm:inflight": { "type": "npm", - "name": "npm:shebang-regex", + "name": "npm:inflight", "data": { - "version": "3.0.0", - "packageName": "shebang-regex", - "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + "version": "1.0.6", + "packageName": "inflight", + "hash": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" } }, - "npm:shell-quote-word": { + "npm:inherits": { "type": "npm", - "name": "npm:shell-quote-word", + "name": "npm:inherits", "data": { - "version": "1.0.1", - "packageName": "shell-quote-word", - "hash": "sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==" + "version": "2.0.4", + "packageName": "inherits", + "hash": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" } }, - "npm:sherif-darwin-arm64": { + "npm:ini-simple-parser": { "type": "npm", - "name": "npm:sherif-darwin-arm64", + "name": "npm:ini-simple-parser", "data": { - "version": "0.8.1", - "packageName": "sherif-darwin-arm64", - "hash": "sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==" + "version": "1.0.0", + "packageName": "ini-simple-parser", + "hash": "sha512-cZUGzkBd1W8FoIbFNMbscMvIGwp+riO/4PaPAy2owQp0sja+ni6Yty11GBNnxaI1ePkSVXzPb8iMOOYuYw/MOQ==" } }, - "npm:sherif-darwin-x64": { + "npm:ini": { "type": "npm", - "name": "npm:sherif-darwin-x64", + "name": "npm:ini", "data": { - "version": "0.8.1", - "packageName": "sherif-darwin-x64", - "hash": "sha512-u0mBU15wPSKXWYGC1DvNfC/ZKD1v7fQQjhP5u5gek7eGY+NCQRKWX6Y6nsyOLvZPSCxhPoiGv79/LRIEi5Z5wQ==" + "version": "1.3.8", + "packageName": "ini", + "hash": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" } }, - "npm:sherif-linux-arm64": { + "npm:inline-style-parser": { "type": "npm", - "name": "npm:sherif-linux-arm64", + "name": "npm:inline-style-parser", "data": { - "version": "0.8.1", - "packageName": "sherif-linux-arm64", - "hash": "sha512-/oClgMG35zra4CbSI6KTN2fM8Ix7RTF6G+F7I4caVGfhmXJZk+sIgnQJ09RB+lwuii1nYn5EFWqDD2Y6AWvoOQ==" + "version": "0.1.1", + "packageName": "inline-style-parser", + "hash": "sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==" } }, - "npm:sherif-linux-x64": { + "npm:inline-style-prefixer": { "type": "npm", - "name": "npm:sherif-linux-x64", + "name": "npm:inline-style-prefixer", "data": { - "version": "0.8.1", - "packageName": "sherif-linux-x64", - "hash": "sha512-7xzh9xx/Sc8/XSPT75iOPzqli3vWe3yhaPgODcRi5gNrS38rwiqP0SXA9uZN/tXinR4xnDNCtZ5QmKnrBlWiRw==" + "version": "7.0.0", + "packageName": "inline-style-prefixer", + "hash": "sha512-I7GEdScunP1dQ6IM2mQWh6v0mOYdYmH3Bp31UecKdrcUgcURTcctSe1IECdUznSHKSmsHtjrT3CwCPI1pyxfUQ==" } }, - "npm:sherif-windows-arm64": { + "npm:internal-slot": { "type": "npm", - "name": "npm:sherif-windows-arm64", + "name": "npm:internal-slot", "data": { - "version": "0.8.1", - "packageName": "sherif-windows-arm64", - "hash": "sha512-DFYnClmaUw5MVAvUWr8masgf/HKFOjiHAOOegCLvs6mZHdIcz4D1/noQoGZTEhCNdBGr557WScK4IReUWrfYPQ==" + "version": "1.0.7", + "packageName": "internal-slot", + "hash": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==" } }, - "npm:sherif-windows-x64": { + "npm:interpret": { "type": "npm", - "name": "npm:sherif-windows-x64", + "name": "npm:interpret", "data": { - "version": "0.8.1", - "packageName": "sherif-windows-x64", - "hash": "sha512-BCgAKEPYG3jZ+AuvjLqP4UWnhTbSQpQoGYIZHGV8SRkdh9K/odvgv5Agvjq2SLHkM+jS2YERMxo8ZAOvtvL3WQ==" + "version": "3.1.1", + "packageName": "interpret", + "hash": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==" } }, - "npm:sherif": { + "npm:intl-messageformat@10.3.1": { "type": "npm", - "name": "npm:sherif", + "name": "npm:intl-messageformat@10.3.1", "data": { - "version": "0.8.1", - "packageName": "sherif", - "hash": "sha512-pT1vcHW5fZWZERobCvEaz2gxgOHcDTa2UF7KRsxZ4eunMWyL93smoVd55wWCBOOGMwhO7wnI+l07SYtiB9meMA==" + "version": "10.3.1", + "packageName": "intl-messageformat", + "hash": "sha512-mqHc6arhbogrdImIsEscdjWnJcg2bvg3MiyGXDsTSGmPbbM2KtRUe7oNgDUbkM3HMn4KbyOct2JyJScmwRgGSQ==" } }, - "npm:side-channel": { + "npm:intl-messageformat": { "type": "npm", - "name": "npm:side-channel", + "name": "npm:intl-messageformat", "data": { - "version": "1.0.6", - "packageName": "side-channel", - "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" + "version": "10.5.11", + "packageName": "intl-messageformat", + "hash": "sha512-eYq5fkFBVxc7GIFDzpFQkDOZgNayNTQn4Oufe8jw6YY6OHVw70/4pA3FyCsQ0Gb2DnvEJEMmN2tOaXUGByM+kg==" } }, - "npm:siginfo": { + "npm:ionstore": { "type": "npm", - "name": "npm:siginfo", + "name": "npm:ionstore", "data": { - "version": "2.0.0", - "packageName": "siginfo", - "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" + "version": "1.0.0", + "packageName": "ionstore", + "hash": "sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==" } }, - "npm:signal-exit@3.0.7": { + "npm:is-absolute": { "type": "npm", - "name": "npm:signal-exit@3.0.7", + "name": "npm:is-absolute", "data": { - "version": "3.0.7", - "packageName": "signal-exit", - "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "version": "1.0.0", + "packageName": "is-absolute", + "hash": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==" } }, - "npm:signal-exit": { + "npm:is-arguments": { "type": "npm", - "name": "npm:signal-exit", + "name": "npm:is-arguments", "data": { - "version": "4.1.0", - "packageName": "signal-exit", - "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + "version": "1.1.1", + "packageName": "is-arguments", + "hash": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==" } }, - "npm:size-limit": { + "npm:is-array-buffer": { "type": "npm", - "name": "npm:size-limit", + "name": "npm:is-array-buffer", "data": { - "version": "11.1.2", - "packageName": "size-limit", - "hash": "sha512-W9V/QR98fiLgGg+S77DNy7usExpz7HCdDAqm2t2Q77GWCV//wWUC6hyZA9QXKk1x6bxMMTzq1vmncw5Cve/43w==" + "version": "3.0.4", + "packageName": "is-array-buffer", + "hash": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==" } }, - "npm:slash": { + "npm:is-arrayish": { "type": "npm", - "name": "npm:slash", + "name": "npm:is-arrayish", "data": { - "version": "5.1.0", - "packageName": "slash", - "hash": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" + "version": "0.2.1", + "packageName": "is-arrayish", + "hash": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" } }, - "npm:slice-ansi": { + "npm:is-bigint": { "type": "npm", - "name": "npm:slice-ansi", + "name": "npm:is-bigint", "data": { - "version": "5.0.0", - "packageName": "slice-ansi", - "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" + "version": "1.0.4", + "packageName": "is-bigint", + "hash": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==" } }, - "npm:slice-ansi@7.1.0": { + "npm:is-binary-path": { "type": "npm", - "name": "npm:slice-ansi@7.1.0", + "name": "npm:is-binary-path", "data": { - "version": "7.1.0", - "packageName": "slice-ansi", - "hash": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==" + "version": "2.1.0", + "packageName": "is-binary-path", + "hash": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" } }, - "npm:smob": { + "npm:is-boolean-object": { "type": "npm", - "name": "npm:smob", + "name": "npm:is-boolean-object", "data": { - "version": "1.4.1", - "packageName": "smob", - "hash": "sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==" + "version": "1.1.2", + "packageName": "is-boolean-object", + "hash": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==" } }, - "npm:smol-toml": { + "npm:is-buffer": { "type": "npm", - "name": "npm:smol-toml", + "name": "npm:is-buffer", "data": { - "version": "1.1.4", - "packageName": "smol-toml", - "hash": "sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==" + "version": "2.0.5", + "packageName": "is-buffer", + "hash": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==" } }, - "npm:source-map-js": { + "npm:is-builtin-module": { "type": "npm", - "name": "npm:source-map-js", + "name": "npm:is-builtin-module", "data": { - "version": "1.2.0", - "packageName": "source-map-js", - "hash": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" + "version": "3.2.1", + "packageName": "is-builtin-module", + "hash": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==" } }, - "npm:source-map-support": { + "npm:is-callable": { "type": "npm", - "name": "npm:source-map-support", + "name": "npm:is-callable", "data": { - "version": "0.5.21", - "packageName": "source-map-support", - "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + "version": "1.2.7", + "packageName": "is-callable", + "hash": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==" } }, - "npm:source-map@0.6.1": { + "npm:is-core-module": { "type": "npm", - "name": "npm:source-map@0.6.1", + "name": "npm:is-core-module", "data": { - "version": "0.6.1", - "packageName": "source-map", - "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "version": "2.13.1", + "packageName": "is-core-module", + "hash": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==" } }, - "npm:source-map": { + "npm:is-date-object": { "type": "npm", - "name": "npm:source-map", + "name": "npm:is-date-object", "data": { - "version": "0.7.4", - "packageName": "source-map", - "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + "version": "1.0.5", + "packageName": "is-date-object", + "hash": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==" } }, - "npm:spawn-error-forwarder": { + "npm:is-docker": { "type": "npm", - "name": "npm:spawn-error-forwarder", + "name": "npm:is-docker", "data": { - "version": "1.0.0", - "packageName": "spawn-error-forwarder", - "hash": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==" + "version": "2.2.1", + "packageName": "is-docker", + "hash": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" } }, - "npm:spdx-correct": { + "npm:is-extglob": { "type": "npm", - "name": "npm:spdx-correct", + "name": "npm:is-extglob", "data": { - "version": "3.2.0", - "packageName": "spdx-correct", - "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + "version": "2.1.1", + "packageName": "is-extglob", + "hash": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" } }, - "npm:spdx-exceptions": { + "npm:is-fullwidth-code-point": { "type": "npm", - "name": "npm:spdx-exceptions", + "name": "npm:is-fullwidth-code-point", "data": { - "version": "2.5.0", - "packageName": "spdx-exceptions", - "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" + "version": "3.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" } }, - "npm:spdx-expression-parse": { + "npm:is-fullwidth-code-point@4.0.0": { "type": "npm", - "name": "npm:spdx-expression-parse", + "name": "npm:is-fullwidth-code-point@4.0.0", "data": { - "version": "3.0.1", - "packageName": "spdx-expression-parse", - "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" + "version": "4.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==" } }, - "npm:spdx-license-ids": { + "npm:is-fullwidth-code-point@5.0.0": { "type": "npm", - "name": "npm:spdx-license-ids", + "name": "npm:is-fullwidth-code-point@5.0.0", "data": { - "version": "3.0.17", - "packageName": "spdx-license-ids", - "hash": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==" + "version": "5.0.0", + "packageName": "is-fullwidth-code-point", + "hash": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==" } }, - "npm:specialist": { + "npm:is-generator-function": { "type": "npm", - "name": "npm:specialist", + "name": "npm:is-generator-function", "data": { - "version": "1.4.0", - "packageName": "specialist", - "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" + "version": "1.0.10", + "packageName": "is-generator-function", + "hash": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==" } }, - "npm:split2": { + "npm:is-git-repository": { "type": "npm", - "name": "npm:split2", + "name": "npm:is-git-repository", "data": { - "version": "1.0.0", - "packageName": "split2", - "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" + "version": "1.1.1", + "packageName": "is-git-repository", + "hash": "sha512-hxLpJytJnIZ5Og5QsxSkzmb8Qx8rGau9bio1JN/QtXcGEFuSsQYau0IiqlsCwftsfVYjF1mOq6uLdmwNSspgpA==" } }, - "npm:split2@3.2.2": { + "npm:is-glob": { "type": "npm", - "name": "npm:split2@3.2.2", + "name": "npm:is-glob", "data": { - "version": "3.2.2", - "packageName": "split2", - "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==" + "version": "4.0.3", + "packageName": "is-glob", + "hash": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" } }, - "npm:split2@4.2.0": { + "npm:is-interactive": { "type": "npm", - "name": "npm:split2@4.2.0", + "name": "npm:is-interactive", "data": { - "version": "4.2.0", - "packageName": "split2", - "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + "version": "1.0.0", + "packageName": "is-interactive", + "hash": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==" } }, - "npm:sprintf-js": { + "npm:is-iterable": { "type": "npm", - "name": "npm:sprintf-js", + "name": "npm:is-iterable", "data": { - "version": "1.0.3", - "packageName": "sprintf-js", - "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + "version": "1.1.1", + "packageName": "is-iterable", + "hash": "sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==" } }, - "npm:ssri": { + "npm:is-map": { "type": "npm", - "name": "npm:ssri", + "name": "npm:is-map", "data": { - "version": "10.0.5", - "packageName": "ssri", - "hash": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==" + "version": "2.0.3", + "packageName": "is-map", + "hash": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==" } }, - "npm:stackback": { + "npm:is-module": { "type": "npm", - "name": "npm:stackback", + "name": "npm:is-module", "data": { - "version": "0.0.2", - "packageName": "stackback", - "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" + "version": "1.0.0", + "packageName": "is-module", + "hash": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" } }, - "npm:std-env": { + "npm:is-number-object": { "type": "npm", - "name": "npm:std-env", + "name": "npm:is-number-object", "data": { - "version": "3.7.0", - "packageName": "std-env", - "hash": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" + "version": "1.0.7", + "packageName": "is-number-object", + "hash": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==" } }, - "npm:stdin-blocker": { + "npm:is-number": { "type": "npm", - "name": "npm:stdin-blocker", + "name": "npm:is-number", "data": { - "version": "2.0.0", - "packageName": "stdin-blocker", - "hash": "sha512-fZ3txWyDSxOll6+ajX9akA5YzchyoEpVNsH8eWNY/ZnzlRoM0eW/zF8bm852KVpYutjNFQFvEF/RdZtlqxIZkQ==" + "version": "4.0.0", + "packageName": "is-number", + "hash": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" } }, - "npm:stop-iteration-iterator": { + "npm:is-number@7.0.0": { "type": "npm", - "name": "npm:stop-iteration-iterator", + "name": "npm:is-number@7.0.0", "data": { - "version": "1.0.0", - "packageName": "stop-iteration-iterator", - "hash": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==" + "version": "7.0.0", + "packageName": "is-number", + "hash": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" } }, - "npm:stream-combiner2": { + "npm:is-obj": { "type": "npm", - "name": "npm:stream-combiner2", + "name": "npm:is-obj", "data": { - "version": "1.1.1", - "packageName": "stream-combiner2", - "hash": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==" + "version": "2.0.0", + "packageName": "is-obj", + "hash": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==" } }, - "npm:stream-to-array": { + "npm:is-plain-obj": { "type": "npm", - "name": "npm:stream-to-array", + "name": "npm:is-plain-obj", "data": { - "version": "2.3.0", - "packageName": "stream-to-array", - "hash": "sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==" + "version": "4.1.0", + "packageName": "is-plain-obj", + "hash": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==" } }, - "npm:string-argv": { + "npm:is-plain-object": { "type": "npm", - "name": "npm:string-argv", + "name": "npm:is-plain-object", "data": { - "version": "0.3.2", - "packageName": "string-argv", - "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" + "version": "5.0.0", + "packageName": "is-plain-object", + "hash": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" } }, - "npm:string-width-cjs": { + "npm:is-potential-custom-element-name": { "type": "npm", - "name": "npm:string-width-cjs", + "name": "npm:is-potential-custom-element-name", "data": { - "version": "npm:string-width@4.2.3", - "packageName": "string-width-cjs", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + "version": "1.0.1", + "packageName": "is-potential-custom-element-name", + "hash": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" } }, - "npm:string-width": { + "npm:is-reference": { "type": "npm", - "name": "npm:string-width", + "name": "npm:is-reference", "data": { - "version": "4.2.3", - "packageName": "string-width", - "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + "version": "1.2.1", + "packageName": "is-reference", + "hash": "sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==" } }, - "npm:string-width@5.1.2": { + "npm:is-reference@3.0.2": { "type": "npm", - "name": "npm:string-width@5.1.2", + "name": "npm:is-reference@3.0.2", "data": { - "version": "5.1.2", - "packageName": "string-width", - "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + "version": "3.0.2", + "packageName": "is-reference", + "hash": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==" } }, - "npm:string-width@7.1.0": { + "npm:is-regex": { "type": "npm", - "name": "npm:string-width@7.1.0", + "name": "npm:is-regex", "data": { - "version": "7.1.0", - "packageName": "string-width", - "hash": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==" + "version": "1.1.4", + "packageName": "is-regex", + "hash": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==" } }, - "npm:string.fromcodepoint": { + "npm:is-relative": { "type": "npm", - "name": "npm:string.fromcodepoint", + "name": "npm:is-relative", "data": { - "version": "0.2.1", - "packageName": "string.fromcodepoint", - "hash": "sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==" + "version": "1.0.0", + "packageName": "is-relative", + "hash": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==" } }, - "npm:string_decoder": { + "npm:is-set": { "type": "npm", - "name": "npm:string_decoder", + "name": "npm:is-set", "data": { - "version": "1.1.1", - "packageName": "string_decoder", - "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + "version": "2.0.3", + "packageName": "is-set", + "hash": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==" } }, - "npm:string_decoder@1.3.0": { + "npm:is-shared-array-buffer": { "type": "npm", - "name": "npm:string_decoder@1.3.0", + "name": "npm:is-shared-array-buffer", "data": { - "version": "1.3.0", - "packageName": "string_decoder", - "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" + "version": "1.0.3", + "packageName": "is-shared-array-buffer", + "hash": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==" } }, - "npm:strip-ansi-cjs": { + "npm:is-stream@1.1.0": { "type": "npm", - "name": "npm:strip-ansi-cjs", + "name": "npm:is-stream@1.1.0", "data": { - "version": "npm:strip-ansi@6.0.1", - "packageName": "strip-ansi-cjs", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + "version": "1.1.0", + "packageName": "is-stream", + "hash": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==" } }, - "npm:strip-ansi": { + "npm:is-stream": { "type": "npm", - "name": "npm:strip-ansi", + "name": "npm:is-stream", "data": { - "version": "6.0.1", - "packageName": "strip-ansi", - "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + "version": "2.0.1", + "packageName": "is-stream", + "hash": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" } }, - "npm:strip-ansi@7.1.0": { + "npm:is-stream@3.0.0": { "type": "npm", - "name": "npm:strip-ansi@7.1.0", + "name": "npm:is-stream@3.0.0", "data": { - "version": "7.1.0", - "packageName": "strip-ansi", - "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + "version": "3.0.0", + "packageName": "is-stream", + "hash": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==" } }, - "npm:strip-bom": { + "npm:is-string": { "type": "npm", - "name": "npm:strip-bom", + "name": "npm:is-string", "data": { - "version": "3.0.0", - "packageName": "strip-bom", - "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + "version": "1.0.7", + "packageName": "is-string", + "hash": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==" } }, - "npm:strip-bom@4.0.0": { + "npm:is-symbol": { "type": "npm", - "name": "npm:strip-bom@4.0.0", + "name": "npm:is-symbol", "data": { - "version": "4.0.0", - "packageName": "strip-bom", - "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + "version": "1.0.4", + "packageName": "is-symbol", + "hash": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==" } }, - "npm:strip-eof": { + "npm:is-text-path": { "type": "npm", - "name": "npm:strip-eof", + "name": "npm:is-text-path", "data": { - "version": "1.0.0", - "packageName": "strip-eof", - "hash": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" + "version": "2.0.0", + "packageName": "is-text-path", + "hash": "sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==" } }, - "npm:strip-final-newline": { + "npm:is-typed-array": { "type": "npm", - "name": "npm:strip-final-newline", + "name": "npm:is-typed-array", "data": { - "version": "3.0.0", - "packageName": "strip-final-newline", - "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + "version": "1.1.13", + "packageName": "is-typed-array", + "hash": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==" } }, - "npm:strip-indent": { + "npm:is-unc-path": { "type": "npm", - "name": "npm:strip-indent", + "name": "npm:is-unc-path", "data": { - "version": "3.0.0", - "packageName": "strip-indent", - "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + "version": "1.0.0", + "packageName": "is-unc-path", + "hash": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==" } }, - "npm:strip-json-comments@3.1.1": { + "npm:is-unicode-supported": { "type": "npm", - "name": "npm:strip-json-comments@3.1.1", + "name": "npm:is-unicode-supported", "data": { - "version": "3.1.1", - "packageName": "strip-json-comments", - "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + "version": "0.1.0", + "packageName": "is-unicode-supported", + "hash": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==" } }, - "npm:strip-json-comments": { + "npm:is-weakmap": { "type": "npm", - "name": "npm:strip-json-comments", + "name": "npm:is-weakmap", "data": { - "version": "5.0.1", - "packageName": "strip-json-comments", - "hash": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==" + "version": "2.0.2", + "packageName": "is-weakmap", + "hash": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==" } }, - "npm:strip-literal": { + "npm:is-weakset": { "type": "npm", - "name": "npm:strip-literal", + "name": "npm:is-weakset", "data": { - "version": "2.0.0", - "packageName": "strip-literal", - "hash": "sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==" + "version": "2.0.3", + "packageName": "is-weakset", + "hash": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==" } }, - "npm:strong-log-transformer": { + "npm:is-windows": { "type": "npm", - "name": "npm:strong-log-transformer", + "name": "npm:is-windows", "data": { - "version": "2.1.0", - "packageName": "strong-log-transformer", - "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + "version": "1.0.2", + "packageName": "is-windows", + "hash": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" } }, - "npm:stubborn-fs": { + "npm:is-wsl": { "type": "npm", - "name": "npm:stubborn-fs", + "name": "npm:is-wsl", "data": { - "version": "1.2.5", - "packageName": "stubborn-fs", - "hash": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==" + "version": "2.2.0", + "packageName": "is-wsl", + "hash": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==" } }, - "npm:summary": { + "npm:isarray@1.0.0": { "type": "npm", - "name": "npm:summary", + "name": "npm:isarray@1.0.0", "data": { - "version": "2.1.0", - "packageName": "summary", - "hash": "sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==" + "version": "1.0.0", + "packageName": "isarray", + "hash": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" } }, - "npm:supports-color@5.5.0": { + "npm:isarray": { "type": "npm", - "name": "npm:supports-color@5.5.0", + "name": "npm:isarray", "data": { - "version": "5.5.0", - "packageName": "supports-color", - "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + "version": "2.0.5", + "packageName": "isarray", + "hash": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" } }, - "npm:supports-color": { + "npm:isexe": { "type": "npm", - "name": "npm:supports-color", + "name": "npm:isexe", "data": { - "version": "7.2.0", - "packageName": "supports-color", - "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + "version": "2.0.0", + "packageName": "isexe", + "hash": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" } }, - "npm:supports-preserve-symlinks-flag": { + "npm:isexe@3.1.1": { "type": "npm", - "name": "npm:supports-preserve-symlinks-flag", + "name": "npm:isexe@3.1.1", "data": { - "version": "1.0.0", - "packageName": "supports-preserve-symlinks-flag", - "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + "version": "3.1.1", + "packageName": "isexe", + "hash": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==" } }, - "npm:svelte": { + "npm:isobject": { "type": "npm", - "name": "npm:svelte", + "name": "npm:isobject", "data": { - "version": "4.2.12", - "packageName": "svelte", - "hash": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==" + "version": "3.0.1", + "packageName": "isobject", + "hash": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" } }, - "npm:symbol-tree": { + "npm:isomorphic.js": { "type": "npm", - "name": "npm:symbol-tree", + "name": "npm:isomorphic.js", "data": { - "version": "3.2.4", - "packageName": "symbol-tree", - "hash": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + "version": "0.2.5", + "packageName": "isomorphic.js", + "hash": "sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==" } }, - "npm:tar-stream": { + "npm:iterable-lookahead": { "type": "npm", - "name": "npm:tar-stream", + "name": "npm:iterable-lookahead", "data": { - "version": "2.2.0", - "packageName": "tar-stream", - "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + "version": "1.0.0", + "packageName": "iterable-lookahead", + "hash": "sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==" } }, - "npm:terser": { + "npm:jackspeak": { "type": "npm", - "name": "npm:terser", + "name": "npm:jackspeak", "data": { - "version": "5.29.2", - "packageName": "terser", - "hash": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==" + "version": "2.3.6", + "packageName": "jackspeak", + "hash": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" } }, - "npm:text-extensions": { + "npm:jest-diff": { "type": "npm", - "name": "npm:text-extensions", + "name": "npm:jest-diff", "data": { - "version": "2.4.0", - "packageName": "text-extensions", - "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" + "version": "29.7.0", + "packageName": "jest-diff", + "hash": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==" } }, - "npm:through2": { + "npm:jest-get-type": { "type": "npm", - "name": "npm:through2", + "name": "npm:jest-get-type", "data": { - "version": "2.0.5", - "packageName": "through2", - "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" + "version": "29.6.3", + "packageName": "jest-get-type", + "hash": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==" } }, - "npm:through2@4.0.2": { + "npm:jiti": { "type": "npm", - "name": "npm:through2@4.0.2", + "name": "npm:jiti", "data": { - "version": "4.0.2", - "packageName": "through2", - "hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==" + "version": "1.21.0", + "packageName": "jiti", + "hash": "sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==" } }, - "npm:through": { + "npm:jju": { "type": "npm", - "name": "npm:through", + "name": "npm:jju", "data": { - "version": "2.3.8", - "packageName": "through", - "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + "version": "1.4.0", + "packageName": "jju", + "hash": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==" } }, - "npm:tiny-bin": { + "npm:joycon": { "type": "npm", - "name": "npm:tiny-bin", + "name": "npm:joycon", "data": { - "version": "1.7.1", - "packageName": "tiny-bin", - "hash": "sha512-MMztSKvXbVH0YQm54eDg9o3bt1TtM1xOZMnCfvG8fv1sQvDXxEeqiiv/DlQV8d2OiDOT+m01aXPfijeAPXF60g==" + "version": "3.1.1", + "packageName": "joycon", + "hash": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==" } }, - "npm:tiny-colors": { + "npm:js-cookie": { "type": "npm", - "name": "npm:tiny-colors", + "name": "npm:js-cookie", "data": { - "version": "2.1.2", - "packageName": "tiny-colors", - "hash": "sha512-6peGRBtkYBJpVrQUWOPKrC0ECo6WotUlXxirVTKvihjdgxQETpKtLdCKIb68IHjJYH1AOE7GM7RnxFvkGHsqOg==" + "version": "2.2.1", + "packageName": "js-cookie", + "hash": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==" } }, - "npm:tiny-cursor": { + "npm:js-sha3": { "type": "npm", - "name": "npm:tiny-cursor", + "name": "npm:js-sha3", "data": { - "version": "2.0.0", - "packageName": "tiny-cursor", - "hash": "sha512-6RKgFWBt6I1oYpaNZJvvp5x/jvzYDp+rjAVDam+7cmE0mrtlu8Lmpv81hQuvFuPa8Fuc/sd2shRWbdWTZqSNLg==" + "version": "0.8.0", + "packageName": "js-sha3", + "hash": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" } }, - "npm:tiny-editorconfig": { + "npm:js-tokens": { "type": "npm", - "name": "npm:tiny-editorconfig", + "name": "npm:js-tokens", "data": { - "version": "1.0.0", - "packageName": "tiny-editorconfig", - "hash": "sha512-rxpWaSurnvPUkL2/qydRH10llK7MD1XfE38zoWTsp/ZWWYnnwPBzGUePBOcXFaNA3cJQm8ItqrofGeRJ6AVaew==" + "version": "4.0.0", + "packageName": "js-tokens", + "hash": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" } }, - "npm:tiny-jsonc": { + "npm:js-tokens@8.0.3": { "type": "npm", - "name": "npm:tiny-jsonc", + "name": "npm:js-tokens@8.0.3", "data": { - "version": "1.0.1", - "packageName": "tiny-jsonc", - "hash": "sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==" + "version": "8.0.3", + "packageName": "js-tokens", + "hash": "sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==" } }, - "npm:tiny-levenshtein": { + "npm:js-yaml@3.14.1": { "type": "npm", - "name": "npm:tiny-levenshtein", + "name": "npm:js-yaml@3.14.1", "data": { - "version": "1.0.0", - "packageName": "tiny-levenshtein", - "hash": "sha512-27KxXZhuXCP+xol3k4jMWms8+B6H2qEUlBMTmB5YT3uvFXFNft4Hw/MqurrHkDdC01nx1HIADcE1wR40byJf4Q==" + "version": "3.14.1", + "packageName": "js-yaml", + "hash": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==" } }, - "npm:tiny-parse-argv": { + "npm:js-yaml": { "type": "npm", - "name": "npm:tiny-parse-argv", + "name": "npm:js-yaml", "data": { - "version": "2.4.0", - "packageName": "tiny-parse-argv", - "hash": "sha512-WTEsnmeHNr99hLQIDA+gnsS+fDsCDITlqgI+zEhx9M6ErPt0heoNZ1PGvql6wcf95sIx40J0MLYXaPveGwtpoA==" + "version": "4.1.0", + "packageName": "js-yaml", + "hash": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" } }, - "npm:tiny-readdir-glob": { + "npm:jsdom": { "type": "npm", - "name": "npm:tiny-readdir-glob", + "name": "npm:jsdom", "data": { - "version": "1.4.0", - "packageName": "tiny-readdir-glob", - "hash": "sha512-DoByQM1c/DiwdfYAeXsFkTbOOm+Sqr9XbgHf2855ioLgjD89vcymbk2I5CA1zGf9ZsYCzA6UtKmtZr+IEAYAHA==" + "version": "24.0.0", + "packageName": "jsdom", + "hash": "sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==" } }, - "npm:tiny-readdir": { + "npm:jsesc@0.5.0": { "type": "npm", - "name": "npm:tiny-readdir", + "name": "npm:jsesc@0.5.0", "data": { - "version": "2.7.0", - "packageName": "tiny-readdir", - "hash": "sha512-xPeRQEgt+gHp3rLqunojyx0qrJ4XzCScfNiWiYKJWM8w4ehfOfqDyKuDvsJkFaPFg9y3uKVEVRZPGoavl9ypjw==" + "version": "0.5.0", + "packageName": "jsesc", + "hash": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==" } }, - "npm:tiny-spinner": { + "npm:jsesc": { "type": "npm", - "name": "npm:tiny-spinner", + "name": "npm:jsesc", "data": { - "version": "2.0.3", - "packageName": "tiny-spinner", - "hash": "sha512-zuhtClm08obM7aCzgRAbAmOpYm0ekAh/OTLZEJ/8SuVD+cxUdlqGGN5PRnc2Ate8xmbG3+ldPBnlwmHgJrftpg==" + "version": "2.5.2", + "packageName": "jsesc", + "hash": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" } }, - "npm:tiny-truncate": { + "npm:json-parse-even-better-errors@2.3.1": { "type": "npm", - "name": "npm:tiny-truncate", + "name": "npm:json-parse-even-better-errors@2.3.1", "data": { - "version": "1.0.2", - "packageName": "tiny-truncate", - "hash": "sha512-XR2fjChcOjuz8Eu56zGwacYTKUHlhuzQ3VpD79yUwvWlLY3gCWorzRfBNXkmbwFjxzfmYZrC00cA4s/ET6mogw==" + "version": "2.3.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" } }, - "npm:tiny-updater": { + "npm:json-parse-even-better-errors": { "type": "npm", - "name": "npm:tiny-updater", + "name": "npm:json-parse-even-better-errors", "data": { - "version": "3.5.1", - "packageName": "tiny-updater", - "hash": "sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==" + "version": "3.0.1", + "packageName": "json-parse-even-better-errors", + "hash": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==" } }, - "npm:tinybench": { + "npm:json-schema-traverse": { "type": "npm", - "name": "npm:tinybench", + "name": "npm:json-schema-traverse", "data": { - "version": "2.6.0", - "packageName": "tinybench", - "hash": "sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==" + "version": "0.4.1", + "packageName": "json-schema-traverse", + "hash": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" } }, - "npm:tinypool": { + "npm:json-sorted-stringify": { "type": "npm", - "name": "npm:tinypool", + "name": "npm:json-sorted-stringify", "data": { - "version": "0.8.3", - "packageName": "tinypool", - "hash": "sha512-Ud7uepAklqRH1bvwy22ynrliC7Dljz7Tm8M/0RBUW+YRa4YHhZ6e4PpgE+fu1zr/WqB1kbeuVrdfeuyIBpy4tw==" + "version": "1.0.0", + "packageName": "json-sorted-stringify", + "hash": "sha512-r27DgPdI80AXd6Hm0zJ7nPCYTBFUersR7sn7xcYyafvcgYOvwmCXB+DKWazAe0YaCNHbxH5Qzt7AIhUzPD1ETg==" } }, - "npm:tinyspy": { + "npm:json-stringify-safe": { "type": "npm", - "name": "npm:tinyspy", + "name": "npm:json-stringify-safe", "data": { - "version": "2.2.1", - "packageName": "tinyspy", - "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" + "version": "5.0.1", + "packageName": "json-stringify-safe", + "hash": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" } }, - "npm:tmp": { + "npm:json5": { "type": "npm", - "name": "npm:tmp", + "name": "npm:json5", "data": { - "version": "0.2.3", - "packageName": "tmp", - "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" + "version": "2.2.3", + "packageName": "json5", + "hash": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==" } }, - "npm:to-fast-properties": { + "npm:jsonc-parser": { "type": "npm", - "name": "npm:to-fast-properties", + "name": "npm:jsonc-parser", "data": { - "version": "2.0.0", - "packageName": "to-fast-properties", - "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" + "version": "3.2.0", + "packageName": "jsonc-parser", + "hash": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" } }, - "npm:to-no-case": { + "npm:jsonc-parser@3.2.1": { "type": "npm", - "name": "npm:to-no-case", + "name": "npm:jsonc-parser@3.2.1", "data": { - "version": "1.0.2", - "packageName": "to-no-case", - "hash": "sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==" + "version": "3.2.1", + "packageName": "jsonc-parser", + "hash": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==" } }, - "npm:to-pascal-case": { + "npm:jsonfile@4.0.0": { "type": "npm", - "name": "npm:to-pascal-case", + "name": "npm:jsonfile@4.0.0", "data": { - "version": "1.0.0", - "packageName": "to-pascal-case", - "hash": "sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==" + "version": "4.0.0", + "packageName": "jsonfile", + "hash": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==" } }, - "npm:to-regex-range": { + "npm:jsonfile": { "type": "npm", - "name": "npm:to-regex-range", + "name": "npm:jsonfile", "data": { - "version": "5.0.1", - "packageName": "to-regex-range", - "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + "version": "6.1.0", + "packageName": "jsonfile", + "hash": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" } }, - "npm:to-space-case": { + "npm:jsonparse": { "type": "npm", - "name": "npm:to-space-case", + "name": "npm:jsonparse", "data": { - "version": "1.0.0", - "packageName": "to-space-case", - "hash": "sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==" + "version": "1.3.1", + "packageName": "jsonparse", + "hash": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==" } }, - "npm:tough-cookie": { + "npm:kasi": { "type": "npm", - "name": "npm:tough-cookie", + "name": "npm:kasi", "data": { - "version": "4.1.3", - "packageName": "tough-cookie", - "hash": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==" + "version": "1.1.0", + "packageName": "kasi", + "hash": "sha512-SvmC8+vhkDariSTz2182qyQ+mhwZ4W8TWaIHJcz358bYBeccQ8WBYj7uTtzHoCmpPHaoCm3PaOhzRg7Z8F4Lww==" } }, - "npm:tr46": { + "npm:keyborg": { "type": "npm", - "name": "npm:tr46", + "name": "npm:keyborg", "data": { - "version": "5.0.0", - "packageName": "tr46", - "hash": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==" + "version": "2.5.0", + "packageName": "keyborg", + "hash": "sha512-nb4Ji1suqWqj6VXb61Jrs4ab/UWgtGph4wDch2NIZDfLBUObmLcZE0aiDjZY49ghtu03fvwxDNvS9ZB0XMz6/g==" } }, - "npm:traverse": { + "npm:kind-of": { "type": "npm", - "name": "npm:traverse", + "name": "npm:kind-of", "data": { - "version": "0.6.8", - "packageName": "traverse", - "hash": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==" + "version": "6.0.3", + "packageName": "kind-of", + "hash": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" } }, - "npm:tsconfck": { + "npm:kleur": { "type": "npm", - "name": "npm:tsconfck", + "name": "npm:kleur", "data": { - "version": "3.0.3", - "packageName": "tsconfck", - "hash": "sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==" + "version": "4.1.5", + "packageName": "kleur", + "hash": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==" } }, - "npm:tsconfig-paths": { + "npm:knip": { "type": "npm", - "name": "npm:tsconfig-paths", + "name": "npm:knip", "data": { - "version": "4.2.0", - "packageName": "tsconfig-paths", - "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" + "version": "5.5.0", + "packageName": "knip", + "hash": "sha512-50hMAFPBW2z/IJeW5rNKKNNLXVQNJFJDQ72C4o+vsCNCiPv5mn4M52iQVsp8hwjOcVGYB7bKFKaNVzPAQ6C4gw==" } }, - "npm:tslib": { + "npm:kolorist": { "type": "npm", - "name": "npm:tslib", + "name": "npm:kolorist", "data": { - "version": "2.6.2", - "packageName": "tslib", - "hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + "version": "1.8.0", + "packageName": "kolorist", + "hash": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==" } }, - "npm:type-detect": { + "npm:lexical": { "type": "npm", - "name": "npm:type-detect", + "name": "npm:lexical", "data": { - "version": "4.0.8", - "packageName": "type-detect", - "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + "version": "0.12.4", + "packageName": "lexical", + "hash": "sha512-giNrnp45H6P4IHFhkKaHEPTF+bKLBWdEIDL/FGjRZf+to7l7TORIBk/23Zdchzt/VGgKGWu950EOvGh53gkVMQ==" } }, - "npm:type-fest": { + "npm:lib0": { "type": "npm", - "name": "npm:type-fest", + "name": "npm:lib0", "data": { - "version": "0.6.0", - "packageName": "type-fest", - "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + "version": "0.2.93", + "packageName": "lib0", + "hash": "sha512-M5IKsiFJYulS+8Eal8f+zAqf5ckm1vffW0fFDxfgxJ+uiVopvDdd3PxJmz0GsVi3YNO7QCFSq0nAsiDmNhLj9Q==" } }, - "npm:typescript@5.3.3": { + "npm:liftoff": { "type": "npm", - "name": "npm:typescript@5.3.3", + "name": "npm:liftoff", "data": { - "version": "5.3.3", - "packageName": "typescript", - "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + "version": "4.0.0", + "packageName": "liftoff", + "hash": "sha512-rMGwYF8q7g2XhG2ulBmmJgWv25qBsqRbDn5gH0+wnuyeFt7QBJlHJmtg5qEdn4pN6WVAUMgXnIxytMFRX9c1aA==" } }, - "npm:typescript": { + "npm:lilconfig": { "type": "npm", - "name": "npm:typescript", + "name": "npm:lilconfig", "data": { - "version": "5.4.3", - "packageName": "typescript", - "hash": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + "version": "3.0.0", + "packageName": "lilconfig", + "hash": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==" } }, - "npm:ufo": { + "npm:lilconfig@3.1.1": { "type": "npm", - "name": "npm:ufo", + "name": "npm:lilconfig@3.1.1", "data": { - "version": "1.5.3", - "packageName": "ufo", - "hash": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==" + "version": "3.1.1", + "packageName": "lilconfig", + "hash": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==" } }, - "npm:unc-path-regex": { + "npm:lines-and-columns@1.2.4": { "type": "npm", - "name": "npm:unc-path-regex", + "name": "npm:lines-and-columns@1.2.4", "data": { - "version": "0.1.2", - "packageName": "unc-path-regex", - "hash": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" + "version": "1.2.4", + "packageName": "lines-and-columns", + "hash": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" } }, - "npm:undici-types": { + "npm:lines-and-columns": { "type": "npm", - "name": "npm:undici-types", + "name": "npm:lines-and-columns", "data": { - "version": "5.26.5", - "packageName": "undici-types", - "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "2.0.4", + "packageName": "lines-and-columns", + "hash": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==" } }, - "npm:unescape-js": { + "npm:lint-staged": { "type": "npm", - "name": "npm:unescape-js", + "name": "npm:lint-staged", "data": { - "version": "1.1.4", - "packageName": "unescape-js", - "hash": "sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==" + "version": "15.2.2", + "packageName": "lint-staged", + "hash": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==" } }, - "npm:unicode-canonical-property-names-ecmascript": { + "npm:listr2": { "type": "npm", - "name": "npm:unicode-canonical-property-names-ecmascript", + "name": "npm:listr2", "data": { - "version": "2.0.0", - "packageName": "unicode-canonical-property-names-ecmascript", - "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + "version": "8.0.1", + "packageName": "listr2", + "hash": "sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==" } }, - "npm:unicode-match-property-ecmascript": { + "npm:load-json-file": { "type": "npm", - "name": "npm:unicode-match-property-ecmascript", + "name": "npm:load-json-file", "data": { - "version": "2.0.0", - "packageName": "unicode-match-property-ecmascript", - "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" + "version": "6.2.0", + "packageName": "load-json-file", + "hash": "sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==" } }, - "npm:unicode-match-property-value-ecmascript": { + "npm:load-tsconfig": { "type": "npm", - "name": "npm:unicode-match-property-value-ecmascript", + "name": "npm:load-tsconfig", "data": { - "version": "2.1.0", - "packageName": "unicode-match-property-value-ecmascript", - "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + "version": "0.2.5", + "packageName": "load-tsconfig", + "hash": "sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==" } }, - "npm:unicode-property-aliases-ecmascript": { + "npm:local-pkg": { "type": "npm", - "name": "npm:unicode-property-aliases-ecmascript", + "name": "npm:local-pkg", "data": { - "version": "2.1.0", - "packageName": "unicode-property-aliases-ecmascript", - "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + "version": "0.5.0", + "packageName": "local-pkg", + "hash": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==" } }, - "npm:unicorn-magic": { + "npm:locate-character": { "type": "npm", - "name": "npm:unicorn-magic", + "name": "npm:locate-character", "data": { - "version": "0.1.0", - "packageName": "unicorn-magic", - "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" + "version": "3.0.0", + "packageName": "locate-character", + "hash": "sha512-SW13ws7BjaeJ6p7Q6CO2nchbYEc3X3J6WrmTTDto7yMPqVSZTUyY5Tjbid+Ab8gLnATtygYtiDIJGQRRn2ZOiA==" } }, - "npm:unique-string": { + "npm:lodash.curry": { "type": "npm", - "name": "npm:unique-string", + "name": "npm:lodash.curry", "data": { - "version": "2.0.0", - "packageName": "unique-string", - "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" + "version": "4.1.1", + "packageName": "lodash.curry", + "hash": "sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==" } }, - "npm:universalify@0.1.2": { + "npm:lodash.debounce": { "type": "npm", - "name": "npm:universalify@0.1.2", + "name": "npm:lodash.debounce", "data": { - "version": "0.1.2", - "packageName": "universalify", - "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + "version": "4.0.8", + "packageName": "lodash.debounce", + "hash": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" } }, - "npm:universalify@0.2.0": { + "npm:lodash.difference": { "type": "npm", - "name": "npm:universalify@0.2.0", + "name": "npm:lodash.difference", "data": { - "version": "0.2.0", - "packageName": "universalify", - "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + "version": "4.5.0", + "packageName": "lodash.difference", + "hash": "sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==" } }, - "npm:universalify": { + "npm:lodash.frompairs": { "type": "npm", - "name": "npm:universalify", + "name": "npm:lodash.frompairs", "data": { - "version": "2.0.1", - "packageName": "universalify", - "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + "version": "4.0.1", + "packageName": "lodash.frompairs", + "hash": "sha512-dvqe2I+cO5MzXCMhUnfYFa9MD+/760yx2aTAN1lqEcEkf896TxgrX373igVdqSJj6tQd0jnSLE1UMuKufqqxFw==" } }, - "npm:update-browserslist-db": { + "npm:lodash.get": { "type": "npm", - "name": "npm:update-browserslist-db", + "name": "npm:lodash.get", "data": { - "version": "1.0.13", - "packageName": "update-browserslist-db", - "hash": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==" + "version": "4.4.2", + "packageName": "lodash.get", + "hash": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==" } }, - "npm:uri-js": { + "npm:lodash.isequal": { "type": "npm", - "name": "npm:uri-js", + "name": "npm:lodash.isequal", "data": { - "version": "4.4.1", - "packageName": "uri-js", - "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + "version": "4.5.0", + "packageName": "lodash.isequal", + "hash": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" } }, - "npm:url-parse": { + "npm:lodash.merge": { "type": "npm", - "name": "npm:url-parse", + "name": "npm:lodash.merge", "data": { - "version": "1.5.10", - "packageName": "url-parse", - "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" + "version": "4.6.2", + "packageName": "lodash.merge", + "hash": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" } }, - "npm:util-deprecate": { + "npm:lodash.sortby": { "type": "npm", - "name": "npm:util-deprecate", + "name": "npm:lodash.sortby", "data": { - "version": "1.0.2", - "packageName": "util-deprecate", - "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + "version": "4.7.0", + "packageName": "lodash.sortby", + "hash": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" } }, - "npm:v8flags": { + "npm:lodash.union": { "type": "npm", - "name": "npm:v8flags", + "name": "npm:lodash.union", "data": { - "version": "4.0.1", - "packageName": "v8flags", - "hash": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==" + "version": "4.6.0", + "packageName": "lodash.union", + "hash": "sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==" } }, - "npm:validate-npm-package-license": { + "npm:lodash": { "type": "npm", - "name": "npm:validate-npm-package-license", + "name": "npm:lodash", "data": { - "version": "3.0.4", - "packageName": "validate-npm-package-license", - "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" + "version": "4.17.21", + "packageName": "lodash", + "hash": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" } }, - "npm:validate-npm-package-name": { + "npm:log-symbols": { "type": "npm", - "name": "npm:validate-npm-package-name", + "name": "npm:log-symbols", "data": { - "version": "4.0.0", - "packageName": "validate-npm-package-name", - "hash": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==" + "version": "4.1.0", + "packageName": "log-symbols", + "hash": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==" } }, - "npm:validate-npm-package-name@5.0.0": { + "npm:log-update": { "type": "npm", - "name": "npm:validate-npm-package-name@5.0.0", + "name": "npm:log-update", "data": { - "version": "5.0.0", - "packageName": "validate-npm-package-name", - "hash": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==" + "version": "6.0.0", + "packageName": "log-update", + "hash": "sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==" } }, - "npm:validator": { + "npm:loose-envify": { "type": "npm", - "name": "npm:validator", + "name": "npm:loose-envify", "data": { - "version": "13.11.0", - "packageName": "validator", - "hash": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==" + "version": "1.4.0", + "packageName": "loose-envify", + "hash": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==" } }, - "npm:version-selector-type": { + "npm:loupe": { "type": "npm", - "name": "npm:version-selector-type", + "name": "npm:loupe", "data": { - "version": "3.0.0", - "packageName": "version-selector-type", - "hash": "sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==" + "version": "2.3.7", + "packageName": "loupe", + "hash": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==" } }, - "npm:vite-node": { + "npm:lru-cache@10.2.0": { "type": "npm", - "name": "npm:vite-node", + "name": "npm:lru-cache@10.2.0", "data": { - "version": "1.4.0", - "packageName": "vite-node", - "hash": "sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==" + "version": "10.2.0", + "packageName": "lru-cache", + "hash": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==" } }, - "npm:vite-plugin-dts": { + "npm:lru-cache@4.1.5": { "type": "npm", - "name": "npm:vite-plugin-dts", + "name": "npm:lru-cache@4.1.5", "data": { - "version": "3.7.3", - "packageName": "vite-plugin-dts", - "hash": "sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==" + "version": "4.1.5", + "packageName": "lru-cache", + "hash": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==" } }, - "npm:vite-plugin-externalize-deps": { + "npm:lru-cache": { "type": "npm", - "name": "npm:vite-plugin-externalize-deps", + "name": "npm:lru-cache", "data": { - "version": "0.8.0", - "packageName": "vite-plugin-externalize-deps", - "hash": "sha512-MdC8kRNQ1ZjhUicU2HcqGVhL0UUFqv83Zp1JZdHjE82PoPR8wsSWZ3axpot7B6img3sW6g8shYJikE0CKA0chA==" + "version": "5.1.1", + "packageName": "lru-cache", + "hash": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==" } }, - "npm:vite-tsconfig-paths": { + "npm:lru-cache@6.0.0": { "type": "npm", - "name": "npm:vite-tsconfig-paths", + "name": "npm:lru-cache@6.0.0", "data": { - "version": "4.3.2", - "packageName": "vite-tsconfig-paths", - "hash": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==" + "version": "6.0.0", + "packageName": "lru-cache", + "hash": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" } }, - "npm:vite": { + "npm:luxon": { "type": "npm", - "name": "npm:vite", + "name": "npm:luxon", "data": { - "version": "5.2.6", - "packageName": "vite", - "hash": "sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==" + "version": "3.4.4", + "packageName": "luxon", + "hash": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==" } }, - "npm:vitest": { + "npm:lz-string": { "type": "npm", - "name": "npm:vitest", + "name": "npm:lz-string", "data": { - "version": "1.4.0", - "packageName": "vitest", - "hash": "sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==" + "version": "1.5.0", + "packageName": "lz-string", + "hash": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==" } }, - "npm:vlq": { + "npm:magic-string@0.16.0": { "type": "npm", - "name": "npm:vlq", + "name": "npm:magic-string@0.16.0", "data": { - "version": "0.2.3", - "packageName": "vlq", - "hash": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==" + "version": "0.16.0", + "packageName": "magic-string", + "hash": "sha512-c4BEos3y6G2qO0B9X7K0FVLOPT9uGrjYwYRLFmDqyl5YMboUviyecnXWp94fJTSMwPw2/sf+CEYt5AGpmklkkQ==" } }, - "npm:vue-template-compiler": { + "npm:magic-string": { "type": "npm", - "name": "npm:vue-template-compiler", + "name": "npm:magic-string", "data": { - "version": "2.7.16", - "packageName": "vue-template-compiler", - "hash": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==" + "version": "0.30.8", + "packageName": "magic-string", + "hash": "sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==" } }, - "npm:vue-tsc": { + "npm:make-array": { "type": "npm", - "name": "npm:vue-tsc", + "name": "npm:make-array", "data": { - "version": "1.8.27", - "packageName": "vue-tsc", - "hash": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==" + "version": "1.0.5", + "packageName": "make-array", + "hash": "sha512-sgK2SAzxT19rWU+qxKUcn6PAh/swiIiz2F8C2cZjLc1z4iwYIfdoihqFIDQ8BDzAGtWPYJ6Sr13K1j/DXynDLA==" } }, - "npm:w3c-xmlserializer": { + "npm:make-iterator": { "type": "npm", - "name": "npm:w3c-xmlserializer", + "name": "npm:make-iterator", "data": { - "version": "5.0.0", - "packageName": "w3c-xmlserializer", - "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" + "version": "1.0.1", + "packageName": "make-iterator", + "hash": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==" } }, - "npm:wcwidth": { + "npm:map-age-cleaner": { "type": "npm", - "name": "npm:wcwidth", + "name": "npm:map-age-cleaner", "data": { - "version": "1.0.1", - "packageName": "wcwidth", - "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" + "version": "0.1.3", + "packageName": "map-age-cleaner", + "hash": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==" } }, - "npm:webidl-conversions": { + "npm:map-cache": { "type": "npm", - "name": "npm:webidl-conversions", + "name": "npm:map-cache", "data": { - "version": "7.0.0", - "packageName": "webidl-conversions", - "hash": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" + "version": "0.2.2", + "packageName": "map-cache", + "hash": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" } }, - "npm:webworker-shim": { + "npm:map-obj": { "type": "npm", - "name": "npm:webworker-shim", + "name": "npm:map-obj", "data": { - "version": "1.1.0", - "packageName": "webworker-shim", - "hash": "sha512-LhPJDED3cM0+K9w4JjIio+RYPqvr712b3lyM+JjMR/rSD9elrSYHrrwE9qu3inPSSf60xqePgFgEwuAg17AuhA==" + "version": "2.0.0", + "packageName": "map-obj", + "hash": "sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==" } }, - "npm:whatwg-encoding": { + "npm:match-sorter": { "type": "npm", - "name": "npm:whatwg-encoding", + "name": "npm:match-sorter", "data": { - "version": "3.1.1", - "packageName": "whatwg-encoding", - "hash": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" + "version": "6.3.4", + "packageName": "match-sorter", + "hash": "sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==" } }, - "npm:whatwg-mimetype": { + "npm:mdast-util-definitions": { "type": "npm", - "name": "npm:whatwg-mimetype", + "name": "npm:mdast-util-definitions", "data": { - "version": "4.0.0", - "packageName": "whatwg-mimetype", - "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" + "version": "5.1.2", + "packageName": "mdast-util-definitions", + "hash": "sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==" } }, - "npm:whatwg-url": { + "npm:mdast-util-from-markdown": { "type": "npm", - "name": "npm:whatwg-url", + "name": "npm:mdast-util-from-markdown", "data": { - "version": "14.0.0", - "packageName": "whatwg-url", - "hash": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==" + "version": "1.3.1", + "packageName": "mdast-util-from-markdown", + "hash": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==" } }, - "npm:when-exit": { + "npm:mdast-util-to-hast": { "type": "npm", - "name": "npm:when-exit", + "name": "npm:mdast-util-to-hast", "data": { - "version": "2.1.2", - "packageName": "when-exit", - "hash": "sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==" + "version": "12.3.0", + "packageName": "mdast-util-to-hast", + "hash": "sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==" } }, - "npm:which-boxed-primitive": { + "npm:mdast-util-to-string": { "type": "npm", - "name": "npm:which-boxed-primitive", + "name": "npm:mdast-util-to-string", "data": { - "version": "1.0.2", - "packageName": "which-boxed-primitive", - "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" + "version": "3.2.0", + "packageName": "mdast-util-to-string", + "hash": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==" } }, - "npm:which-collection": { + "npm:mdn-data": { "type": "npm", - "name": "npm:which-collection", + "name": "npm:mdn-data", "data": { - "version": "1.0.2", - "packageName": "which-collection", - "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" + "version": "2.0.14", + "packageName": "mdn-data", + "hash": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" } }, - "npm:which-typed-array": { + "npm:mdn-data@2.0.30": { "type": "npm", - "name": "npm:which-typed-array", + "name": "npm:mdn-data@2.0.30", "data": { - "version": "1.1.15", - "packageName": "which-typed-array", - "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" + "version": "2.0.30", + "packageName": "mdn-data", + "hash": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" } }, - "npm:which@1.3.1": { + "npm:mem@6.1.1": { "type": "npm", - "name": "npm:which@1.3.1", + "name": "npm:mem@6.1.1", "data": { - "version": "1.3.1", - "packageName": "which", - "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + "version": "6.1.1", + "packageName": "mem", + "hash": "sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==" } }, - "npm:which@2.0.2": { + "npm:mem": { "type": "npm", - "name": "npm:which@2.0.2", + "name": "npm:mem", "data": { - "version": "2.0.2", - "packageName": "which", - "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + "version": "8.1.1", + "packageName": "mem", + "hash": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==" } }, - "npm:which": { + "npm:meow": { "type": "npm", - "name": "npm:which", + "name": "npm:meow", "data": { - "version": "4.0.0", - "packageName": "which", - "hash": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" + "version": "12.1.1", + "packageName": "meow", + "hash": "sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==" } }, - "npm:why-is-node-running": { + "npm:merge-stream": { "type": "npm", - "name": "npm:why-is-node-running", + "name": "npm:merge-stream", "data": { - "version": "2.2.2", - "packageName": "why-is-node-running", - "hash": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==" + "version": "2.0.0", + "packageName": "merge-stream", + "hash": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" } }, - "npm:worktank": { + "npm:merge2": { "type": "npm", - "name": "npm:worktank", + "name": "npm:merge2", "data": { - "version": "2.6.0", - "packageName": "worktank", - "hash": "sha512-bHqVyWbviQlUV7+wbd1yoZhjPXXk7ENVCNrlBARfVAg69AfOtnEMLc0hWo9ihaqmlO8WggdYGy/K+avWFSgBBQ==" + "version": "1.4.1", + "packageName": "merge2", + "hash": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" } }, - "npm:wrap-ansi-cjs": { + "npm:micromark-core-commonmark": { "type": "npm", - "name": "npm:wrap-ansi-cjs", + "name": "npm:micromark-core-commonmark", "data": { - "version": "npm:wrap-ansi@7.0.0", - "packageName": "wrap-ansi-cjs", - "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + "version": "1.1.0", + "packageName": "micromark-core-commonmark", + "hash": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==" } }, - "npm:wrap-ansi": { + "npm:micromark-factory-destination": { "type": "npm", - "name": "npm:wrap-ansi", + "name": "npm:micromark-factory-destination", "data": { - "version": "7.0.0", - "packageName": "wrap-ansi", - "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + "version": "1.1.0", + "packageName": "micromark-factory-destination", + "hash": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==" } }, - "npm:wrap-ansi@8.1.0": { + "npm:micromark-factory-label": { "type": "npm", - "name": "npm:wrap-ansi@8.1.0", + "name": "npm:micromark-factory-label", "data": { - "version": "8.1.0", - "packageName": "wrap-ansi", - "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + "version": "1.1.0", + "packageName": "micromark-factory-label", + "hash": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==" } }, - "npm:wrap-ansi@9.0.0": { + "npm:micromark-factory-space": { "type": "npm", - "name": "npm:wrap-ansi@9.0.0", + "name": "npm:micromark-factory-space", "data": { - "version": "9.0.0", - "packageName": "wrap-ansi", - "hash": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==" + "version": "1.1.0", + "packageName": "micromark-factory-space", + "hash": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==" } }, - "npm:wrappy": { + "npm:micromark-factory-title": { "type": "npm", - "name": "npm:wrappy", + "name": "npm:micromark-factory-title", "data": { - "version": "1.0.2", - "packageName": "wrappy", - "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "version": "1.1.0", + "packageName": "micromark-factory-title", + "hash": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==" } }, - "npm:ws": { + "npm:micromark-factory-whitespace": { "type": "npm", - "name": "npm:ws", + "name": "npm:micromark-factory-whitespace", "data": { - "version": "8.16.0", - "packageName": "ws", - "hash": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==" + "version": "1.1.0", + "packageName": "micromark-factory-whitespace", + "hash": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==" } }, - "npm:xml-name-validator": { + "npm:micromark-util-character": { "type": "npm", - "name": "npm:xml-name-validator", + "name": "npm:micromark-util-character", "data": { - "version": "5.0.0", - "packageName": "xml-name-validator", - "hash": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" + "version": "1.2.0", + "packageName": "micromark-util-character", + "hash": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==" } }, - "npm:xmlchars": { + "npm:micromark-util-chunked": { "type": "npm", - "name": "npm:xmlchars", + "name": "npm:micromark-util-chunked", "data": { - "version": "2.2.0", - "packageName": "xmlchars", - "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + "version": "1.1.0", + "packageName": "micromark-util-chunked", + "hash": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==" } }, - "npm:xtend": { + "npm:micromark-util-classify-character": { "type": "npm", - "name": "npm:xtend", + "name": "npm:micromark-util-classify-character", "data": { - "version": "4.0.2", - "packageName": "xtend", - "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + "version": "1.1.0", + "packageName": "micromark-util-classify-character", + "hash": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==" } }, - "npm:y18n": { + "npm:micromark-util-combine-extensions": { "type": "npm", - "name": "npm:y18n", + "name": "npm:micromark-util-combine-extensions", "data": { - "version": "5.0.8", - "packageName": "y18n", - "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + "version": "1.1.0", + "packageName": "micromark-util-combine-extensions", + "hash": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==" } }, - "npm:yallist@2.1.2": { + "npm:micromark-util-decode-numeric-character-reference": { "type": "npm", - "name": "npm:yallist@2.1.2", + "name": "npm:micromark-util-decode-numeric-character-reference", "data": { - "version": "2.1.2", - "packageName": "yallist", - "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + "version": "1.1.0", + "packageName": "micromark-util-decode-numeric-character-reference", + "hash": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==" } }, - "npm:yallist": { + "npm:micromark-util-decode-string": { "type": "npm", - "name": "npm:yallist", + "name": "npm:micromark-util-decode-string", "data": { - "version": "3.1.1", - "packageName": "yallist", - "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + "version": "1.1.0", + "packageName": "micromark-util-decode-string", + "hash": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==" } }, - "npm:yallist@4.0.0": { + "npm:micromark-util-encode": { "type": "npm", - "name": "npm:yallist@4.0.0", + "name": "npm:micromark-util-encode", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-encode", + "hash": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==" + } + }, + "npm:micromark-util-html-tag-name": { + "type": "npm", + "name": "npm:micromark-util-html-tag-name", + "data": { + "version": "1.2.0", + "packageName": "micromark-util-html-tag-name", + "hash": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==" + } + }, + "npm:micromark-util-normalize-identifier": { + "type": "npm", + "name": "npm:micromark-util-normalize-identifier", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-normalize-identifier", + "hash": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==" + } + }, + "npm:micromark-util-resolve-all": { + "type": "npm", + "name": "npm:micromark-util-resolve-all", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-resolve-all", + "hash": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==" + } + }, + "npm:micromark-util-sanitize-uri": { + "type": "npm", + "name": "npm:micromark-util-sanitize-uri", + "data": { + "version": "1.2.0", + "packageName": "micromark-util-sanitize-uri", + "hash": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==" + } + }, + "npm:micromark-util-subtokenize": { + "type": "npm", + "name": "npm:micromark-util-subtokenize", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-subtokenize", + "hash": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==" + } + }, + "npm:micromark-util-symbol": { + "type": "npm", + "name": "npm:micromark-util-symbol", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-symbol", + "hash": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==" + } + }, + "npm:micromark-util-types": { + "type": "npm", + "name": "npm:micromark-util-types", + "data": { + "version": "1.1.0", + "packageName": "micromark-util-types", + "hash": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==" + } + }, + "npm:micromark": { + "type": "npm", + "name": "npm:micromark", + "data": { + "version": "3.2.0", + "packageName": "micromark", + "hash": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==" + } + }, + "npm:micromatch": { + "type": "npm", + "name": "npm:micromatch", + "data": { + "version": "4.0.5", + "packageName": "micromatch", + "hash": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" + } + }, + "npm:microseconds": { + "type": "npm", + "name": "npm:microseconds", + "data": { + "version": "0.2.0", + "packageName": "microseconds", + "hash": "sha512-n7DHHMjR1avBbSpsTBj6fmMGh2AGrifVV4e+WYc3Q9lO+xnSZ3NyhcBND3vzzatt05LFhoKFRxrIyklmLlUtyA==" + } + }, + "npm:mime-db": { + "type": "npm", + "name": "npm:mime-db", + "data": { + "version": "1.52.0", + "packageName": "mime-db", + "hash": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + } + }, + "npm:mime-types": { + "type": "npm", + "name": "npm:mime-types", + "data": { + "version": "2.1.35", + "packageName": "mime-types", + "hash": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==" + } + }, + "npm:mimic-fn@2.1.0": { + "type": "npm", + "name": "npm:mimic-fn@2.1.0", + "data": { + "version": "2.1.0", + "packageName": "mimic-fn", + "hash": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + } + }, + "npm:mimic-fn@3.1.0": { + "type": "npm", + "name": "npm:mimic-fn@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "mimic-fn", + "hash": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==" + } + }, + "npm:mimic-fn": { + "type": "npm", + "name": "npm:mimic-fn", "data": { "version": "4.0.0", - "packageName": "yallist", - "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "packageName": "mimic-fn", + "hash": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==" } }, - "npm:yaml": { + "npm:min-indent": { "type": "npm", - "name": "npm:yaml", + "name": "npm:min-indent", "data": { - "version": "2.3.4", - "packageName": "yaml", - "hash": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" + "version": "1.0.1", + "packageName": "min-indent", + "hash": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" } }, - "npm:yargs-parser": { + "npm:minimatch@3.1.2": { "type": "npm", - "name": "npm:yargs-parser", + "name": "npm:minimatch@3.1.2", "data": { - "version": "21.1.1", - "packageName": "yargs-parser", - "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + "version": "3.1.2", + "packageName": "minimatch", + "hash": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" } }, - "npm:yargs": { + "npm:minimatch@5.1.6": { "type": "npm", - "name": "npm:yargs", + "name": "npm:minimatch@5.1.6", "data": { - "version": "17.7.2", - "packageName": "yargs", - "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" + "version": "5.1.6", + "packageName": "minimatch", + "hash": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" } }, - "npm:yocto-queue@0.1.0": { + "npm:minimatch": { "type": "npm", - "name": "npm:yocto-queue@0.1.0", + "name": "npm:minimatch", "data": { - "version": "0.1.0", - "packageName": "yocto-queue", - "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + "version": "9.0.3", + "packageName": "minimatch", + "hash": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" } }, - "npm:yocto-queue": { + "npm:minimist": { "type": "npm", - "name": "npm:yocto-queue", + "name": "npm:minimist", "data": { - "version": "1.0.0", - "packageName": "yocto-queue", - "hash": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" + "version": "1.2.8", + "packageName": "minimist", + "hash": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" } }, - "npm:z-schema": { + "npm:minipass": { "type": "npm", - "name": "npm:z-schema", + "name": "npm:minipass", "data": { - "version": "5.0.5", - "packageName": "z-schema", - "hash": "sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==" + "version": "7.0.4", + "packageName": "minipass", + "hash": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" } }, - "npm:zeptomatch": { + "npm:mlly": { "type": "npm", - "name": "npm:zeptomatch", + "name": "npm:mlly", "data": { - "version": "1.2.2", - "packageName": "zeptomatch", - "hash": "sha512-0ETdzEO0hdYmT8aXHHf5aMjpX+FHFE61sG4qKFAoJD2Umt3TWdCmH7ADxn2oUiWTlqBGC+SGr8sYMfr+37J8pQ==" + "version": "1.6.1", + "packageName": "mlly", + "hash": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==" } }, - "npm:zlib": { + "npm:monaco-editor": { "type": "npm", - "name": "npm:zlib", + "name": "npm:monaco-editor", "data": { - "version": "1.0.5", - "packageName": "zlib", - "hash": "sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==" + "version": "0.47.0", + "packageName": "monaco-editor", + "hash": "sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==" } }, - "npm:zod-validation-error": { + "npm:moo": { "type": "npm", - "name": "npm:zod-validation-error", + "name": "npm:moo", "data": { - "version": "3.0.3", - "packageName": "zod-validation-error", - "hash": "sha512-cETTrcMq3Ze58vhdR0zD37uJm/694I6mAxcf/ei5bl89cC++fBNxrC2z8lkFze/8hVMPwrbtrwXHR2LB50fpHw==" + "version": "0.5.2", + "packageName": "moo", + "hash": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==" } }, - "npm:zod": { + "npm:mri": { "type": "npm", - "name": "npm:zod", + "name": "npm:mri", "data": { - "version": "3.22.4", - "packageName": "zod", - "hash": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==" + "version": "1.2.0", + "packageName": "mri", + "hash": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==" } - } - }, - "dependencies": { - "data-mapper-standalone": [], - "designer-standalone": [], - "@microsoft/logic-apps-shared": [ - { - "source": "@microsoft/logic-apps-shared", - "target": "npm:axios", - "type": "static" - }, - { - "source": "@microsoft/logic-apps-shared", - "target": "npm:react", - "type": "static" - }, - { - "source": "@microsoft/logic-apps-shared", - "target": "npm:react-dom", - "type": "static" + }, + "npm:ms": { + "type": "npm", + "name": "npm:ms", + "data": { + "version": "2.1.2", + "packageName": "ms", + "hash": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" } - ], - "@microsoft/vscode-extension-logic-apps": [ - { - "source": "@microsoft/vscode-extension-logic-apps", - "target": "@microsoft/logic-apps-shared", - "type": "static" - }, - { - "source": "@microsoft/vscode-extension-logic-apps", - "target": "npm:axios", - "type": "static" - }, - { - "source": "@microsoft/vscode-extension-logic-apps", - "target": "npm:tslib", + }, + "npm:muggle-string": { + "type": "npm", + "name": "npm:muggle-string", + "data": { + "version": "0.3.1", + "packageName": "muggle-string", + "hash": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==" + } + }, + "npm:mz": { + "type": "npm", + "name": "npm:mz", + "data": { + "version": "2.7.0", + "packageName": "mz", + "hash": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==" + } + }, + "npm:nano-css": { + "type": "npm", + "name": "npm:nano-css", + "data": { + "version": "5.6.1", + "packageName": "nano-css", + "hash": "sha512-T2Mhc//CepkTa3X4pUhKgbEheJHYAxD0VptuqFhDbGMUWVV2m+lkNiW/Ieuj35wrfC8Zm0l7HvssQh7zcEttSw==" + } + }, + "npm:nano-time": { + "type": "npm", + "name": "npm:nano-time", + "data": { + "version": "1.0.0", + "packageName": "nano-time", + "hash": "sha512-flnngywOoQ0lLQOTRNexn2gGSNuM9bKj9RZAWSzhQ+UJYaAFG9bac4DW9VHjUAzrOaIcajHybCTHe/bkvozQqA==" + } + }, + "npm:nanoid@3.3.7": { + "type": "npm", + "name": "npm:nanoid@3.3.7", + "data": { + "version": "3.3.7", + "packageName": "nanoid", + "hash": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + } + }, + "npm:nanoid": { + "type": "npm", + "name": "npm:nanoid", + "data": { + "version": "5.0.6", + "packageName": "nanoid", + "hash": "sha512-rRq0eMHoGZxlvaFOUdK1Ev83Bd1IgzzR+WJ3IbDJ7QOSdAxYjlurSPqFs9s4lJg29RT6nPwizFtJhQS6V5xgiA==" + } + }, + "npm:nanospinner": { + "type": "npm", + "name": "npm:nanospinner", + "data": { + "version": "1.1.0", + "packageName": "nanospinner", + "hash": "sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==" + } + }, + "npm:ndjson": { + "type": "npm", + "name": "npm:ndjson", + "data": { + "version": "2.0.0", + "packageName": "ndjson", + "hash": "sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==" + } + }, + "npm:nearley": { + "type": "npm", + "name": "npm:nearley", + "data": { + "version": "2.20.1", + "packageName": "nearley", + "hash": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==" + } + }, + "npm:node-fetch": { + "type": "npm", + "name": "npm:node-fetch", + "data": { + "version": "2.7.0", + "packageName": "node-fetch", + "hash": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==" + } + }, + "npm:node-fetch@3.0.0-beta.9": { + "type": "npm", + "name": "npm:node-fetch@3.0.0-beta.9", + "data": { + "version": "3.0.0-beta.9", + "packageName": "node-fetch", + "hash": "sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==" + } + }, + "npm:node-machine-id": { + "type": "npm", + "name": "npm:node-machine-id", + "data": { + "version": "1.1.12", + "packageName": "node-machine-id", + "hash": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==" + } + }, + "npm:node-releases": { + "type": "npm", + "name": "npm:node-releases", + "data": { + "version": "2.0.14", + "packageName": "node-releases", + "hash": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" + } + }, + "npm:normalize-package-data": { + "type": "npm", + "name": "npm:normalize-package-data", + "data": { + "version": "6.0.0", + "packageName": "normalize-package-data", + "hash": "sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==" + } + }, + "npm:normalize-path": { + "type": "npm", + "name": "npm:normalize-path", + "data": { + "version": "3.0.0", + "packageName": "normalize-path", + "hash": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + } + }, + "npm:npm-install-checks": { + "type": "npm", + "name": "npm:npm-install-checks", + "data": { + "version": "6.3.0", + "packageName": "npm-install-checks", + "hash": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==" + } + }, + "npm:npm-normalize-package-bin": { + "type": "npm", + "name": "npm:npm-normalize-package-bin", + "data": { + "version": "3.0.1", + "packageName": "npm-normalize-package-bin", + "hash": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==" + } + }, + "npm:npm-package-arg": { + "type": "npm", + "name": "npm:npm-package-arg", + "data": { + "version": "11.0.1", + "packageName": "npm-package-arg", + "hash": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==" + } + }, + "npm:npm-pick-manifest": { + "type": "npm", + "name": "npm:npm-pick-manifest", + "data": { + "version": "9.0.0", + "packageName": "npm-pick-manifest", + "hash": "sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==" + } + }, + "npm:npm-run-path@2.0.2": { + "type": "npm", + "name": "npm:npm-run-path@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "npm-run-path", + "hash": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==" + } + }, + "npm:npm-run-path": { + "type": "npm", + "name": "npm:npm-run-path", + "data": { + "version": "4.0.1", + "packageName": "npm-run-path", + "hash": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==" + } + }, + "npm:npm-run-path@5.3.0": { + "type": "npm", + "name": "npm:npm-run-path@5.3.0", + "data": { + "version": "5.3.0", + "packageName": "npm-run-path", + "hash": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==" + } + }, + "npm:nwsapi": { + "type": "npm", + "name": "npm:nwsapi", + "data": { + "version": "2.2.7", + "packageName": "nwsapi", + "hash": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==" + } + }, + "npm:nx": { + "type": "npm", + "name": "npm:nx", + "data": { + "version": "18.1.3", + "packageName": "nx", + "hash": "sha512-Ade/BZxK8kf98pBPHVJXRkxRTpBYJceL1YD9LBMP5TwmsVdG5ZbmmpTkCBorCGmCZ8L5WZN3gwoikvPKGs8q5w==" + } + }, + "npm:object-assign": { + "type": "npm", + "name": "npm:object-assign", + "data": { + "version": "4.1.1", + "packageName": "object-assign", + "hash": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" + } + }, + "npm:object-inspect": { + "type": "npm", + "name": "npm:object-inspect", + "data": { + "version": "1.13.1", + "packageName": "object-inspect", + "hash": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + } + }, + "npm:object-is": { + "type": "npm", + "name": "npm:object-is", + "data": { + "version": "1.1.6", + "packageName": "object-is", + "hash": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==" + } + }, + "npm:object-keys": { + "type": "npm", + "name": "npm:object-keys", + "data": { + "version": "1.1.1", + "packageName": "object-keys", + "hash": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + } + }, + "npm:object-pairs": { + "type": "npm", + "name": "npm:object-pairs", + "data": { + "version": "0.1.0", + "packageName": "object-pairs", + "hash": "sha512-3ECr6K831I4xX/Mduxr9UC+HPOz/d6WKKYj9p4cmC8Lg8p7g8gitzsxNX5IWlSIgFWN/a4JgrJaoAMKn20oKwA==" + } + }, + "npm:object-values": { + "type": "npm", + "name": "npm:object-values", + "data": { + "version": "1.0.0", + "packageName": "object-values", + "hash": "sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==" + } + }, + "npm:object.assign": { + "type": "npm", + "name": "npm:object.assign", + "data": { + "version": "4.1.5", + "packageName": "object.assign", + "hash": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==" + } + }, + "npm:object.defaults": { + "type": "npm", + "name": "npm:object.defaults", + "data": { + "version": "1.1.0", + "packageName": "object.defaults", + "hash": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==" + } + }, + "npm:object.map": { + "type": "npm", + "name": "npm:object.map", + "data": { + "version": "1.0.1", + "packageName": "object.map", + "hash": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==" + } + }, + "npm:object.pick": { + "type": "npm", + "name": "npm:object.pick", + "data": { + "version": "1.3.0", + "packageName": "object.pick", + "hash": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==" + } + }, + "npm:oblivious-set": { + "type": "npm", + "name": "npm:oblivious-set", + "data": { + "version": "1.0.0", + "packageName": "oblivious-set", + "hash": "sha512-z+pI07qxo4c2CulUHCDf9lcqDlMSo72N/4rLUpRXf6fu+q8vjt8y0xS+Tlf8NTJDdTXHbdeO1n3MlbctwEoXZw==" + } + }, + "npm:once": { + "type": "npm", + "name": "npm:once", + "data": { + "version": "1.4.0", + "packageName": "once", + "hash": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + } + }, + "npm:onetime": { + "type": "npm", + "name": "npm:onetime", + "data": { + "version": "5.1.2", + "packageName": "onetime", + "hash": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==" + } + }, + "npm:onetime@6.0.0": { + "type": "npm", + "name": "npm:onetime@6.0.0", + "data": { + "version": "6.0.0", + "packageName": "onetime", + "hash": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==" + } + }, + "npm:open": { + "type": "npm", + "name": "npm:open", + "data": { + "version": "8.4.2", + "packageName": "open", + "hash": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==" + } + }, + "npm:openapi-types": { + "type": "npm", + "name": "npm:openapi-types", + "data": { + "version": "12.1.3", + "packageName": "openapi-types", + "hash": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==" + } + }, + "npm:ora": { + "type": "npm", + "name": "npm:ora", + "data": { + "version": "5.3.0", + "packageName": "ora", + "hash": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==" + } + }, + "npm:p-defer": { + "type": "npm", + "name": "npm:p-defer", + "data": { + "version": "1.0.0", + "packageName": "p-defer", + "hash": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==" + } + }, + "npm:p-finally": { + "type": "npm", + "name": "npm:p-finally", + "data": { + "version": "1.0.0", + "packageName": "p-finally", + "hash": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==" + } + }, + "npm:p-limit@3.1.0": { + "type": "npm", + "name": "npm:p-limit@3.1.0", + "data": { + "version": "3.1.0", + "packageName": "p-limit", + "hash": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + } + }, + "npm:p-limit": { + "type": "npm", + "name": "npm:p-limit", + "data": { + "version": "5.0.0", + "packageName": "p-limit", + "hash": "sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==" + } + }, + "npm:p-map": { + "type": "npm", + "name": "npm:p-map", + "data": { + "version": "4.0.0", + "packageName": "p-map", + "hash": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + } + }, + "npm:p-memoize": { + "type": "npm", + "name": "npm:p-memoize", + "data": { + "version": "4.0.1", + "packageName": "p-memoize", + "hash": "sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==" + } + }, + "npm:p-retry": { + "type": "npm", + "name": "npm:p-retry", + "data": { + "version": "3.0.1", + "packageName": "p-retry", + "hash": "sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==" + } + }, + "npm:parse-filepath": { + "type": "npm", + "name": "npm:parse-filepath", + "data": { + "version": "1.0.2", + "packageName": "parse-filepath", + "hash": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==" + } + }, + "npm:parse-json": { + "type": "npm", + "name": "npm:parse-json", + "data": { + "version": "5.2.0", + "packageName": "parse-json", + "hash": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + } + }, + "npm:parse-ms": { + "type": "npm", + "name": "npm:parse-ms", + "data": { + "version": "4.0.0", + "packageName": "parse-ms", + "hash": "sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==" + } + }, + "npm:parse-npm-tarball-url": { + "type": "npm", + "name": "npm:parse-npm-tarball-url", + "data": { + "version": "3.0.0", + "packageName": "parse-npm-tarball-url", + "hash": "sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==" + } + }, + "npm:parse-passwd": { + "type": "npm", + "name": "npm:parse-passwd", + "data": { + "version": "1.0.0", + "packageName": "parse-passwd", + "hash": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" + } + }, + "npm:parse5": { + "type": "npm", + "name": "npm:parse5", + "data": { + "version": "7.1.2", + "packageName": "parse5", + "hash": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==" + } + }, + "npm:parseley": { + "type": "npm", + "name": "npm:parseley", + "data": { + "version": "0.7.0", + "packageName": "parseley", + "hash": "sha512-xyOytsdDu077M3/46Am+2cGXEKM9U9QclBDv7fimY7e+BBlxh2JcBp2mgNsmkyA9uvgyTjVzDi7cP1v4hcFxbw==" + } + }, + "npm:path-browserify": { + "type": "npm", + "name": "npm:path-browserify", + "data": { + "version": "1.0.1", + "packageName": "path-browserify", + "hash": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==" + } + }, + "npm:path-is-absolute": { + "type": "npm", + "name": "npm:path-is-absolute", + "data": { + "version": "1.0.1", + "packageName": "path-is-absolute", + "hash": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + } + }, + "npm:path-key@2.0.1": { + "type": "npm", + "name": "npm:path-key@2.0.1", + "data": { + "version": "2.0.1", + "packageName": "path-key", + "hash": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==" + } + }, + "npm:path-key": { + "type": "npm", + "name": "npm:path-key", + "data": { + "version": "3.1.1", + "packageName": "path-key", + "hash": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + } + }, + "npm:path-key@4.0.0": { + "type": "npm", + "name": "npm:path-key@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-key", + "hash": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==" + } + }, + "npm:path-parse": { + "type": "npm", + "name": "npm:path-parse", + "data": { + "version": "1.0.7", + "packageName": "path-parse", + "hash": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + } + }, + "npm:path-root-regex": { + "type": "npm", + "name": "npm:path-root-regex", + "data": { + "version": "0.1.2", + "packageName": "path-root-regex", + "hash": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" + } + }, + "npm:path-root": { + "type": "npm", + "name": "npm:path-root", + "data": { + "version": "0.1.1", + "packageName": "path-root", + "hash": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==" + } + }, + "npm:path-scurry": { + "type": "npm", + "name": "npm:path-scurry", + "data": { + "version": "1.10.1", + "packageName": "path-scurry", + "hash": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==" + } + }, + "npm:path-temp": { + "type": "npm", + "name": "npm:path-temp", + "data": { + "version": "2.1.0", + "packageName": "path-temp", + "hash": "sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==" + } + }, + "npm:path-type@4.0.0": { + "type": "npm", + "name": "npm:path-type@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "path-type", + "hash": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + } + }, + "npm:path-type": { + "type": "npm", + "name": "npm:path-type", + "data": { + "version": "5.0.0", + "packageName": "path-type", + "hash": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==" + } + }, + "npm:pathe": { + "type": "npm", + "name": "npm:pathe", + "data": { + "version": "1.1.2", + "packageName": "pathe", + "hash": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==" + } + }, + "npm:pathfinding": { + "type": "npm", + "name": "npm:pathfinding", + "data": { + "version": "0.4.18", + "packageName": "pathfinding", + "hash": "sha512-R0TGEQ9GRcFCDvAWlJAWC+KGJ9SLbW4c0nuZRcioVlXVTlw+F5RvXQ8SQgSqI9KXWC1ew95vgmIiyaWTlCe9Ag==" + } + }, + "npm:pathval": { + "type": "npm", + "name": "npm:pathval", + "data": { + "version": "1.1.1", + "packageName": "pathval", + "hash": "sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==" + } + }, + "npm:periscopic": { + "type": "npm", + "name": "npm:periscopic", + "data": { + "version": "3.1.0", + "packageName": "periscopic", + "hash": "sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==" + } + }, + "npm:picocolors": { + "type": "npm", + "name": "npm:picocolors", + "data": { + "version": "1.0.0", + "packageName": "picocolors", + "hash": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + } + }, + "npm:picomatch@2.3.1": { + "type": "npm", + "name": "npm:picomatch@2.3.1", + "data": { + "version": "2.3.1", + "packageName": "picomatch", + "hash": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + } + }, + "npm:picomatch": { + "type": "npm", + "name": "npm:picomatch", + "data": { + "version": "4.0.1", + "packageName": "picomatch", + "hash": "sha512-xUXwsxNjwTQ8K3GnT4pCJm+xq3RUPQbmkYJTP5aFIfNIvbcc/4MUxgBaaRSZJ6yGJZiGSyYlM6MzwTsRk8SYCg==" + } + }, + "npm:pidtree": { + "type": "npm", + "name": "npm:pidtree", + "data": { + "version": "0.6.0", + "packageName": "pidtree", + "hash": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==" + } + }, + "npm:pioppo": { + "type": "npm", + "name": "npm:pioppo", + "data": { + "version": "1.1.0", + "packageName": "pioppo", + "hash": "sha512-8gZ58S4GBMkCGAEwBi98YgNFfXwcNql2sCXstolxnGUrsBnHA/BrKjsN4EbfCsKjQ4uERrEDfeh444ymGwNMdA==" + } + }, + "npm:pirates": { + "type": "npm", + "name": "npm:pirates", + "data": { + "version": "4.0.6", + "packageName": "pirates", + "hash": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==" + } + }, + "npm:pkg-types": { + "type": "npm", + "name": "npm:pkg-types", + "data": { + "version": "1.0.3", + "packageName": "pkg-types", + "hash": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==" + } + }, + "npm:possible-typed-array-names": { + "type": "npm", + "name": "npm:possible-typed-array-names", + "data": { + "version": "1.0.0", + "packageName": "possible-typed-array-names", + "hash": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==" + } + }, + "npm:postcss-load-config": { + "type": "npm", + "name": "npm:postcss-load-config", + "data": { + "version": "4.0.2", + "packageName": "postcss-load-config", + "hash": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==" + } + }, + "npm:postcss": { + "type": "npm", + "name": "npm:postcss", + "data": { + "version": "8.4.38", + "packageName": "postcss", + "hash": "sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==" + } + }, + "npm:prettier-plugin-svelte": { + "type": "npm", + "name": "npm:prettier-plugin-svelte", + "data": { + "version": "3.2.2", + "packageName": "prettier-plugin-svelte", + "hash": "sha512-ZzzE/wMuf48/1+Lf2Ffko0uDa6pyCfgHV6+uAhtg2U0AAXGrhCSW88vEJNAkAxW5qyrFY1y1zZ4J8TgHrjW++Q==" + } + }, + "npm:prettier": { + "type": "npm", + "name": "npm:prettier", + "data": { + "version": "4.0.0-alpha.8", + "packageName": "prettier", + "hash": "sha512-7FFBkQb0Eg0wJRYzA7ucc31nqTjWgoSpmS0ey9OATHU6WiV0z53Uzo5hA3tZs/pbhhIG7YvOIBNmkRQ7Dr/k5A==" + } + }, + "npm:pretty-bytes": { + "type": "npm", + "name": "npm:pretty-bytes", + "data": { + "version": "5.6.0", + "packageName": "pretty-bytes", + "hash": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==" + } + }, + "npm:pretty-bytes@6.1.1": { + "type": "npm", + "name": "npm:pretty-bytes@6.1.1", + "data": { + "version": "6.1.1", + "packageName": "pretty-bytes", + "hash": "sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==" + } + }, + "npm:pretty-format": { + "type": "npm", + "name": "npm:pretty-format", + "data": { + "version": "27.5.1", + "packageName": "pretty-format", + "hash": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==" + } + }, + "npm:pretty-format@29.7.0": { + "type": "npm", + "name": "npm:pretty-format@29.7.0", + "data": { + "version": "29.7.0", + "packageName": "pretty-format", + "hash": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==" + } + }, + "npm:pretty-ms": { + "type": "npm", + "name": "npm:pretty-ms", + "data": { + "version": "9.0.0", + "packageName": "pretty-ms", + "hash": "sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==" + } + }, + "npm:prism-react-renderer": { + "type": "npm", + "name": "npm:prism-react-renderer", + "data": { + "version": "1.3.5", + "packageName": "prism-react-renderer", + "hash": "sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==" + } + }, + "npm:prismjs": { + "type": "npm", + "name": "npm:prismjs", + "data": { + "version": "1.29.0", + "packageName": "prismjs", + "hash": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==" + } + }, + "npm:proc-log": { + "type": "npm", + "name": "npm:proc-log", + "data": { + "version": "3.0.0", + "packageName": "proc-log", + "hash": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==" + } + }, + "npm:process-nextick-args": { + "type": "npm", + "name": "npm:process-nextick-args", + "data": { + "version": "2.0.1", + "packageName": "process-nextick-args", + "hash": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + } + }, + "npm:process": { + "type": "npm", + "name": "npm:process", + "data": { + "version": "0.11.10", + "packageName": "process", + "hash": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==" + } + }, + "npm:promise-inflight": { + "type": "npm", + "name": "npm:promise-inflight", + "data": { + "version": "1.0.1", + "packageName": "promise-inflight", + "hash": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + } + }, + "npm:promise-make-naked": { + "type": "npm", + "name": "npm:promise-make-naked", + "data": { + "version": "2.1.1", + "packageName": "promise-make-naked", + "hash": "sha512-BLvgZSNRkQNM5RGL4Cz8wK76WSb+t3VeMJL+/kxRBHI5+nliqZezranGGtiu/ePeFo5+CaLRvvGMzXrBuu2tAA==" + } + }, + "npm:promise-retry": { + "type": "npm", + "name": "npm:promise-retry", + "data": { + "version": "2.0.1", + "packageName": "promise-retry", + "hash": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + } + }, + "npm:prop-types": { + "type": "npm", + "name": "npm:prop-types", + "data": { + "version": "15.8.1", + "packageName": "prop-types", + "hash": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==" + } + }, + "npm:property-information": { + "type": "npm", + "name": "npm:property-information", + "data": { + "version": "6.4.1", + "packageName": "property-information", + "hash": "sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w==" + } + }, + "npm:proxy-from-env": { + "type": "npm", + "name": "npm:proxy-from-env", + "data": { + "version": "1.1.0", + "packageName": "proxy-from-env", + "hash": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + } + }, + "npm:pseudomap": { + "type": "npm", + "name": "npm:pseudomap", + "data": { + "version": "1.0.2", + "packageName": "pseudomap", + "hash": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" + } + }, + "npm:psl": { + "type": "npm", + "name": "npm:psl", + "data": { + "version": "1.9.0", + "packageName": "psl", + "hash": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + } + }, + "npm:punycode": { + "type": "npm", + "name": "npm:punycode", + "data": { + "version": "2.3.1", + "packageName": "punycode", + "hash": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + } + }, + "npm:querystringify": { + "type": "npm", + "name": "npm:querystringify", + "data": { + "version": "2.2.0", + "packageName": "querystringify", + "hash": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + } + }, + "npm:queue-microtask": { + "type": "npm", + "name": "npm:queue-microtask", + "data": { + "version": "1.2.3", + "packageName": "queue-microtask", + "hash": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + } + }, + "npm:railroad-diagrams": { + "type": "npm", + "name": "npm:railroad-diagrams", + "data": { + "version": "1.0.0", + "packageName": "railroad-diagrams", + "hash": "sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==" + } + }, + "npm:randexp": { + "type": "npm", + "name": "npm:randexp", + "data": { + "version": "0.4.6", + "packageName": "randexp", + "hash": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==" + } + }, + "npm:randombytes": { + "type": "npm", + "name": "npm:randombytes", + "data": { + "version": "2.1.0", + "packageName": "randombytes", + "hash": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==" + } + }, + "npm:react-dnd-accessible-backend": { + "type": "npm", + "name": "npm:react-dnd-accessible-backend", + "data": { + "version": "1.0.1", + "packageName": "react-dnd-accessible-backend", + "hash": "sha512-bh4FOA43r+zxLduELKl2bEiEsf3Ja1NahzpUOcBUn/3mdXm2i/4pV59dXblBwEZVgg8z/ZhEivy244AN7xTMLQ==" + } + }, + "npm:react-dnd-html5-backend": { + "type": "npm", + "name": "npm:react-dnd-html5-backend", + "data": { + "version": "16.0.1", + "packageName": "react-dnd-html5-backend", + "hash": "sha512-Wu3dw5aDJmOGw8WjH1I1/yTH+vlXEL4vmjk5p+MHxP8HuHJS1lAGeIdG/hze1AvNeXWo/JgULV87LyQOr+r5jw==" + } + }, + "npm:react-dnd-multi-backend": { + "type": "npm", + "name": "npm:react-dnd-multi-backend", + "data": { + "version": "8.0.0", + "packageName": "react-dnd-multi-backend", + "hash": "sha512-sYJmGUWRJsTa4sF/bxFu4tF/KSk668vf1TWbDqGdpvR9ltik/lBBqgihV3KLVtRRWytR/8wJCd9K5slj2Ve1tg==" + } + }, + "npm:react-dnd-preview": { + "type": "npm", + "name": "npm:react-dnd-preview", + "data": { + "version": "8.0.3", + "packageName": "react-dnd-preview", + "hash": "sha512-s69Ro47QYDthDhj73iQ0VioMCjtlZ1AytKBDkQaHKm5DTjA8D2bIaFKCBQd330QEW0SIzqLJrZGCSlIY2xraJg==" + } + }, + "npm:react-dnd": { + "type": "npm", + "name": "npm:react-dnd", + "data": { + "version": "16.0.1", + "packageName": "react-dnd", + "hash": "sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==" + } + }, + "npm:react-dom": { + "type": "npm", + "name": "npm:react-dom", + "data": { + "version": "18.2.0", + "packageName": "react-dom", + "hash": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==" + } + }, + "npm:react-error-boundary": { + "type": "npm", + "name": "npm:react-error-boundary", + "data": { + "version": "3.1.4", + "packageName": "react-error-boundary", + "hash": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==" + } + }, + "npm:react-hotkeys-hook": { + "type": "npm", + "name": "npm:react-hotkeys-hook", + "data": { + "version": "4.3.8", + "packageName": "react-hotkeys-hook", + "hash": "sha512-RmrIQ3M259c84MnYVEAQsmHkD6s7XUgLG0rW6S7qjt1Lh7q+SPIz5b6obVU8OJw1Utsj1mUCj6twtBPaK/ytww==" + } + }, + "npm:react-icons": { + "type": "npm", + "name": "npm:react-icons", + "data": { + "version": "4.8.0", + "packageName": "react-icons", + "hash": "sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg==" + } + }, + "npm:react-infinite-scroll-component": { + "type": "npm", + "name": "npm:react-infinite-scroll-component", + "data": { + "version": "6.1.0", + "packageName": "react-infinite-scroll-component", + "hash": "sha512-SQu5nCqy8DxQWpnUVLx7V7b7LcA37aM7tvoWjTLZp1dk6EJibM5/4EJKzOnl07/BsM1Y40sKLuqjCwwH/xV0TQ==" + } + }, + "npm:react-intl": { + "type": "npm", + "name": "npm:react-intl", + "data": { + "version": "6.3.0", + "packageName": "react-intl", + "hash": "sha512-3hNuLecjy2IwAYbkeI2CRi5RyFN/ucBvHBnmDdePaJt/sTGa1aw2s+0QaW/reL9uTKP/O84O23wO3qZxx3FonQ==" + } + }, + "npm:react-is@16.13.1": { + "type": "npm", + "name": "npm:react-is@16.13.1", + "data": { + "version": "16.13.1", + "packageName": "react-is", + "hash": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + } + }, + "npm:react-is@17.0.2": { + "type": "npm", + "name": "npm:react-is@17.0.2", + "data": { + "version": "17.0.2", + "packageName": "react-is", + "hash": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + } + }, + "npm:react-is": { + "type": "npm", + "name": "npm:react-is", + "data": { + "version": "18.2.0", + "packageName": "react-is", + "hash": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + } + }, + "npm:react-markdown": { + "type": "npm", + "name": "npm:react-markdown", + "data": { + "version": "8.0.5", + "packageName": "react-markdown", + "hash": "sha512-jGJolWWmOWAvzf+xMdB9zwStViODyyFQhNB/bwCerbBKmrTmgmA599CGiOlP58OId1IMoIRsA8UdI1Lod4zb5A==" + } + }, + "npm:react-query": { + "type": "npm", + "name": "npm:react-query", + "data": { + "version": "3.39.3", + "packageName": "react-query", + "hash": "sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==" + } + }, + "npm:react-redux": { + "type": "npm", + "name": "npm:react-redux", + "data": { + "version": "8.0.2", + "packageName": "react-redux", + "hash": "sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA==" + } + }, + "npm:react-transition-group": { + "type": "npm", + "name": "npm:react-transition-group", + "data": { + "version": "4.4.5", + "packageName": "react-transition-group", + "hash": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==" + } + }, + "npm:react-universal-interface": { + "type": "npm", + "name": "npm:react-universal-interface", + "data": { + "version": "0.6.2", + "packageName": "react-universal-interface", + "hash": "sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==" + } + }, + "npm:react-use": { + "type": "npm", + "name": "npm:react-use", + "data": { + "version": "17.4.0", + "packageName": "react-use", + "hash": "sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==" + } + }, + "npm:react": { + "type": "npm", + "name": "npm:react", + "data": { + "version": "18.2.0", + "packageName": "react", + "hash": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==" + } + }, + "npm:reactflow": { + "type": "npm", + "name": "npm:reactflow", + "data": { + "version": "11.8.2", + "packageName": "reactflow", + "hash": "sha512-qqjg4x1yFtyzAu2ldyadRhoTzQjFRnuS+iPUrxaaPaBqGfuwkjm3KnFUrbbgincpOaRVMlIuTuCu5sIRQPcYBQ==" + } + }, + "npm:read-package-json-fast": { + "type": "npm", + "name": "npm:read-package-json-fast", + "data": { + "version": "3.0.2", + "packageName": "read-package-json-fast", + "hash": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==" + } + }, + "npm:readable-stream@2.3.8": { + "type": "npm", + "name": "npm:readable-stream@2.3.8", + "data": { + "version": "2.3.8", + "packageName": "readable-stream", + "hash": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + } + }, + "npm:readable-stream": { + "type": "npm", + "name": "npm:readable-stream", + "data": { + "version": "3.6.2", + "packageName": "readable-stream", + "hash": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + } + }, + "npm:readdirp": { + "type": "npm", + "name": "npm:readdirp", + "data": { + "version": "3.6.0", + "packageName": "readdirp", + "hash": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + } + }, + "npm:rechoir": { + "type": "npm", + "name": "npm:rechoir", + "data": { + "version": "0.8.0", + "packageName": "rechoir", + "hash": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==" + } + }, + "npm:redent": { + "type": "npm", + "name": "npm:redent", + "data": { + "version": "3.0.0", + "packageName": "redent", + "hash": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + } + }, + "npm:redux-thunk": { + "type": "npm", + "name": "npm:redux-thunk", + "data": { + "version": "2.4.2", + "packageName": "redux-thunk", + "hash": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==" + } + }, + "npm:redux-undo": { + "type": "npm", + "name": "npm:redux-undo", + "data": { + "version": "1.1.0", + "packageName": "redux-undo", + "hash": "sha512-zzLFh2qeF0MTIlzDhDLm9NtkfBqCllQJ3OCuIl5RKlG/ayHw6GUdIFdMhzMS9NnrnWdBX5u//ExMOHpfudGGOg==" + } + }, + "npm:redux": { + "type": "npm", + "name": "npm:redux", + "data": { + "version": "4.2.1", + "packageName": "redux", + "hash": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==" + } + }, + "npm:regenerate-unicode-properties": { + "type": "npm", + "name": "npm:regenerate-unicode-properties", + "data": { + "version": "10.1.1", + "packageName": "regenerate-unicode-properties", + "hash": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==" + } + }, + "npm:regenerate": { + "type": "npm", + "name": "npm:regenerate", + "data": { + "version": "1.4.2", + "packageName": "regenerate", + "hash": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + } + }, + "npm:regenerator-runtime": { + "type": "npm", + "name": "npm:regenerator-runtime", + "data": { + "version": "0.14.1", + "packageName": "regenerator-runtime", + "hash": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" + } + }, + "npm:regenerator-transform": { + "type": "npm", + "name": "npm:regenerator-transform", + "data": { + "version": "0.15.2", + "packageName": "regenerator-transform", + "hash": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==" + } + }, + "npm:regexp.prototype.flags": { + "type": "npm", + "name": "npm:regexp.prototype.flags", + "data": { + "version": "1.5.2", + "packageName": "regexp.prototype.flags", + "hash": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==" + } + }, + "npm:regexpu-core": { + "type": "npm", + "name": "npm:regexpu-core", + "data": { + "version": "5.3.2", + "packageName": "regexpu-core", + "hash": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==" + } + }, + "npm:regjsparser": { + "type": "npm", + "name": "npm:regjsparser", + "data": { + "version": "0.9.1", + "packageName": "regjsparser", + "hash": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==" + } + }, + "npm:remark-parse": { + "type": "npm", + "name": "npm:remark-parse", + "data": { + "version": "10.0.2", + "packageName": "remark-parse", + "hash": "sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==" + } + }, + "npm:remark-rehype": { + "type": "npm", + "name": "npm:remark-rehype", + "data": { + "version": "10.1.0", + "packageName": "remark-rehype", + "hash": "sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==" + } + }, + "npm:remove-accents": { + "type": "npm", + "name": "npm:remove-accents", + "data": { + "version": "0.5.0", + "packageName": "remove-accents", + "hash": "sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==" + } + }, + "npm:rename-overwrite": { + "type": "npm", + "name": "npm:rename-overwrite", + "data": { + "version": "5.0.0", + "packageName": "rename-overwrite", + "hash": "sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==" + } + }, + "npm:require-directory": { + "type": "npm", + "name": "npm:require-directory", + "data": { + "version": "2.1.1", + "packageName": "require-directory", + "hash": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + } + }, + "npm:requires-port": { + "type": "npm", + "name": "npm:requires-port", + "data": { + "version": "1.0.0", + "packageName": "requires-port", + "hash": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + } + }, + "npm:reselect": { + "type": "npm", + "name": "npm:reselect", + "data": { + "version": "4.1.8", + "packageName": "reselect", + "hash": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==" + } + }, + "npm:resize-observer-polyfill": { + "type": "npm", + "name": "npm:resize-observer-polyfill", + "data": { + "version": "1.5.1", + "packageName": "resize-observer-polyfill", + "hash": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" + } + }, + "npm:resolve-dir": { + "type": "npm", + "name": "npm:resolve-dir", + "data": { + "version": "1.0.1", + "packageName": "resolve-dir", + "hash": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==" + } + }, + "npm:resolve-from": { + "type": "npm", + "name": "npm:resolve-from", + "data": { + "version": "5.0.0", + "packageName": "resolve-from", + "hash": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + } + }, + "npm:resolve.exports": { + "type": "npm", + "name": "npm:resolve.exports", + "data": { + "version": "2.0.2", + "packageName": "resolve.exports", + "hash": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==" + } + }, + "npm:resolve@1.19.0": { + "type": "npm", + "name": "npm:resolve@1.19.0", + "data": { + "version": "1.19.0", + "packageName": "resolve", + "hash": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==" + } + }, + "npm:resolve": { + "type": "npm", + "name": "npm:resolve", + "data": { + "version": "1.22.8", + "packageName": "resolve", + "hash": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==" + } + }, + "npm:restore-cursor": { + "type": "npm", + "name": "npm:restore-cursor", + "data": { + "version": "3.1.0", + "packageName": "restore-cursor", + "hash": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==" + } + }, + "npm:restore-cursor@4.0.0": { + "type": "npm", + "name": "npm:restore-cursor@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "restore-cursor", + "hash": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==" + } + }, + "npm:ret": { + "type": "npm", + "name": "npm:ret", + "data": { + "version": "0.1.15", + "packageName": "ret", + "hash": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + } + }, + "npm:retry": { + "type": "npm", + "name": "npm:retry", + "data": { + "version": "0.12.0", + "packageName": "retry", + "hash": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + } + }, + "npm:reusify": { + "type": "npm", + "name": "npm:reusify", + "data": { + "version": "1.0.4", + "packageName": "reusify", + "hash": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + } + }, + "npm:reverse-arguments": { + "type": "npm", + "name": "npm:reverse-arguments", + "data": { + "version": "1.0.0", + "packageName": "reverse-arguments", + "hash": "sha512-/x8uIPdTafBqakK0TmPNJzgkLP+3H+yxpUJhCQHsLBg1rYEVNR2D8BRYNWQhVBjyOd7oo1dZRVzIkwMY2oqfYQ==" + } + }, + "npm:rfdc": { + "type": "npm", + "name": "npm:rfdc", + "data": { + "version": "1.3.1", + "packageName": "rfdc", + "hash": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" + } + }, + "npm:rimraf@3.0.2": { + "type": "npm", + "name": "npm:rimraf@3.0.2", + "data": { + "version": "3.0.2", + "packageName": "rimraf", + "hash": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + } + }, + "npm:rimraf": { + "type": "npm", + "name": "npm:rimraf", + "data": { + "version": "5.0.5", + "packageName": "rimraf", + "hash": "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==" + } + }, + "npm:rollup-plugin-preserve-directives": { + "type": "npm", + "name": "npm:rollup-plugin-preserve-directives", + "data": { + "version": "0.4.0", + "packageName": "rollup-plugin-preserve-directives", + "hash": "sha512-gx4nBxYm5BysmEQS+e2tAMrtFxrGvk+Pe5ppafRibQi0zlW7VYAbEGk6IKDw9sJGPdFWgVTE0o4BU4cdG0Fylg==" + } + }, + "npm:rollup-plugin-size": { + "type": "npm", + "name": "npm:rollup-plugin-size", + "data": { + "version": "0.3.1", + "packageName": "rollup-plugin-size", + "hash": "sha512-SAtpTAAJ0nFkISxLxYjDZX9Zqt34tAIil98R305ZM0GhTnnO6VYG0P5M+2IXKo/iNDdbpBcIfg1W06CLtk/vXA==" + } + }, + "npm:rollup-plugin-svelte": { + "type": "npm", + "name": "npm:rollup-plugin-svelte", + "data": { + "version": "7.2.0", + "packageName": "rollup-plugin-svelte", + "hash": "sha512-Qvo5VNFQZtaI+sHSjcCIFDP+olfKVyslAoJIkL3DxuhUpNY5Ys0+hhxUY3kuEKt9BXFgkFJiiic/XRb07zdSbg==" + } + }, + "npm:rollup-plugin-visualizer": { + "type": "npm", + "name": "npm:rollup-plugin-visualizer", + "data": { + "version": "5.12.0", + "packageName": "rollup-plugin-visualizer", + "hash": "sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==" + } + }, + "npm:rollup": { + "type": "npm", + "name": "npm:rollup", + "data": { + "version": "4.13.0", + "packageName": "rollup", + "hash": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==" + } + }, + "npm:rrweb-cssom": { + "type": "npm", + "name": "npm:rrweb-cssom", + "data": { + "version": "0.6.0", + "packageName": "rrweb-cssom", + "hash": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==" + } + }, + "npm:rtl-css-js": { + "type": "npm", + "name": "npm:rtl-css-js", + "data": { + "version": "1.16.1", + "packageName": "rtl-css-js", + "hash": "sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==" + } + }, + "npm:run-parallel": { + "type": "npm", + "name": "npm:run-parallel", + "data": { + "version": "1.2.0", + "packageName": "run-parallel", + "hash": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + } + }, + "npm:sade": { + "type": "npm", + "name": "npm:sade", + "data": { + "version": "1.8.1", + "packageName": "sade", + "hash": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==" + } + }, + "npm:safe-buffer@5.1.2": { + "type": "npm", + "name": "npm:safe-buffer@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "safe-buffer", + "hash": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + } + }, + "npm:safe-buffer": { + "type": "npm", + "name": "npm:safe-buffer", + "data": { + "version": "5.2.1", + "packageName": "safe-buffer", + "hash": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + } + }, + "npm:safer-buffer": { + "type": "npm", + "name": "npm:safer-buffer", + "data": { + "version": "2.1.2", + "packageName": "safer-buffer", + "hash": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + } + }, + "npm:sax": { + "type": "npm", + "name": "npm:sax", + "data": { + "version": "1.3.0", + "packageName": "sax", + "hash": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==" + } + }, + "npm:saxes": { + "type": "npm", + "name": "npm:saxes", + "data": { + "version": "6.0.0", + "packageName": "saxes", + "hash": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==" + } + }, + "npm:scheduler": { + "type": "npm", + "name": "npm:scheduler", + "data": { + "version": "0.20.2", + "packageName": "scheduler", + "hash": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==" + } + }, + "npm:scheduler@0.23.0": { + "type": "npm", + "name": "npm:scheduler@0.23.0", + "data": { + "version": "0.23.0", + "packageName": "scheduler", + "hash": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==" + } + }, + "npm:screenfull": { + "type": "npm", + "name": "npm:screenfull", + "data": { + "version": "5.2.0", + "packageName": "screenfull", + "hash": "sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==" + } + }, + "npm:selderee": { + "type": "npm", + "name": "npm:selderee", + "data": { + "version": "0.6.0", + "packageName": "selderee", + "hash": "sha512-ibqWGV5aChDvfVdqNYuaJP/HnVBhlRGSRrlbttmlMpHcLuTqqbMH36QkSs9GEgj5M88JDYLI8eyP94JaQ8xRlg==" + } + }, + "npm:semver": { + "type": "npm", + "name": "npm:semver", + "data": { + "version": "6.3.1", + "packageName": "semver", + "hash": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==" + } + }, + "npm:semver@7.5.4": { + "type": "npm", + "name": "npm:semver@7.5.4", + "data": { + "version": "7.5.4", + "packageName": "semver", + "hash": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==" + } + }, + "npm:semver@7.6.0": { + "type": "npm", + "name": "npm:semver@7.6.0", + "data": { + "version": "7.6.0", + "packageName": "semver", + "hash": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==" + } + }, + "npm:serialize-javascript": { + "type": "npm", + "name": "npm:serialize-javascript", + "data": { + "version": "6.0.2", + "packageName": "serialize-javascript", + "hash": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==" + } + }, + "npm:set-function-length": { + "type": "npm", + "name": "npm:set-function-length", + "data": { + "version": "1.2.2", + "packageName": "set-function-length", + "hash": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==" + } + }, + "npm:set-function-name": { + "type": "npm", + "name": "npm:set-function-name", + "data": { + "version": "2.0.2", + "packageName": "set-function-name", + "hash": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==" + } + }, + "npm:set-harmonic-interval": { + "type": "npm", + "name": "npm:set-harmonic-interval", + "data": { + "version": "1.0.1", + "packageName": "set-harmonic-interval", + "hash": "sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==" + } + }, + "npm:shebang-command@1.2.0": { + "type": "npm", + "name": "npm:shebang-command@1.2.0", + "data": { + "version": "1.2.0", + "packageName": "shebang-command", + "hash": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==" + } + }, + "npm:shebang-command": { + "type": "npm", + "name": "npm:shebang-command", + "data": { + "version": "2.0.0", + "packageName": "shebang-command", + "hash": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + } + }, + "npm:shebang-regex@1.0.0": { + "type": "npm", + "name": "npm:shebang-regex@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "shebang-regex", + "hash": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==" + } + }, + "npm:shebang-regex": { + "type": "npm", + "name": "npm:shebang-regex", + "data": { + "version": "3.0.0", + "packageName": "shebang-regex", + "hash": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + } + }, + "npm:shell-quote-word": { + "type": "npm", + "name": "npm:shell-quote-word", + "data": { + "version": "1.0.1", + "packageName": "shell-quote-word", + "hash": "sha512-lT297f1WLAdq0A4O+AknIFRP6kkiI3s8C913eJ0XqBxJbZPGWUNkRQk2u8zk4bEAjUJ5i+fSLwB6z1HzeT+DEg==" + } + }, + "npm:sherif-darwin-arm64": { + "type": "npm", + "name": "npm:sherif-darwin-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-darwin-arm64", + "hash": "sha512-CEpYv6Mg35wWe23hodA+SH6/G3Xq5sox2s8cHMH3rF1YwHBtrZZZ1+0r17jdwGMLMGzyxdV2CoAFH6lRd4PQag==" + } + }, + "npm:sherif-darwin-x64": { + "type": "npm", + "name": "npm:sherif-darwin-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-darwin-x64", + "hash": "sha512-u0mBU15wPSKXWYGC1DvNfC/ZKD1v7fQQjhP5u5gek7eGY+NCQRKWX6Y6nsyOLvZPSCxhPoiGv79/LRIEi5Z5wQ==" + } + }, + "npm:sherif-linux-arm64": { + "type": "npm", + "name": "npm:sherif-linux-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-linux-arm64", + "hash": "sha512-/oClgMG35zra4CbSI6KTN2fM8Ix7RTF6G+F7I4caVGfhmXJZk+sIgnQJ09RB+lwuii1nYn5EFWqDD2Y6AWvoOQ==" + } + }, + "npm:sherif-linux-x64": { + "type": "npm", + "name": "npm:sherif-linux-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-linux-x64", + "hash": "sha512-7xzh9xx/Sc8/XSPT75iOPzqli3vWe3yhaPgODcRi5gNrS38rwiqP0SXA9uZN/tXinR4xnDNCtZ5QmKnrBlWiRw==" + } + }, + "npm:sherif-windows-arm64": { + "type": "npm", + "name": "npm:sherif-windows-arm64", + "data": { + "version": "0.8.1", + "packageName": "sherif-windows-arm64", + "hash": "sha512-DFYnClmaUw5MVAvUWr8masgf/HKFOjiHAOOegCLvs6mZHdIcz4D1/noQoGZTEhCNdBGr557WScK4IReUWrfYPQ==" + } + }, + "npm:sherif-windows-x64": { + "type": "npm", + "name": "npm:sherif-windows-x64", + "data": { + "version": "0.8.1", + "packageName": "sherif-windows-x64", + "hash": "sha512-BCgAKEPYG3jZ+AuvjLqP4UWnhTbSQpQoGYIZHGV8SRkdh9K/odvgv5Agvjq2SLHkM+jS2YERMxo8ZAOvtvL3WQ==" + } + }, + "npm:sherif": { + "type": "npm", + "name": "npm:sherif", + "data": { + "version": "0.8.1", + "packageName": "sherif", + "hash": "sha512-pT1vcHW5fZWZERobCvEaz2gxgOHcDTa2UF7KRsxZ4eunMWyL93smoVd55wWCBOOGMwhO7wnI+l07SYtiB9meMA==" + } + }, + "npm:side-channel": { + "type": "npm", + "name": "npm:side-channel", + "data": { + "version": "1.0.6", + "packageName": "side-channel", + "hash": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==" + } + }, + "npm:siginfo": { + "type": "npm", + "name": "npm:siginfo", + "data": { + "version": "2.0.0", + "packageName": "siginfo", + "hash": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==" + } + }, + "npm:signal-exit": { + "type": "npm", + "name": "npm:signal-exit", + "data": { + "version": "3.0.7", + "packageName": "signal-exit", + "hash": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + } + }, + "npm:signal-exit@4.1.0": { + "type": "npm", + "name": "npm:signal-exit@4.1.0", + "data": { + "version": "4.1.0", + "packageName": "signal-exit", + "hash": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + } + }, + "npm:simple-git": { + "type": "npm", + "name": "npm:simple-git", + "data": { + "version": "3.23.0", + "packageName": "simple-git", + "hash": "sha512-P9ggTW8vb/21CAL/AmnACAhqBDfnqSSZVpV7WuFtsFR9HLunf5IqQvk+OXAQTfkcZep8pKnt3DV3o7w3TegEkQ==" + } + }, + "npm:size-limit": { + "type": "npm", + "name": "npm:size-limit", + "data": { + "version": "11.1.2", + "packageName": "size-limit", + "hash": "sha512-W9V/QR98fiLgGg+S77DNy7usExpz7HCdDAqm2t2Q77GWCV//wWUC6hyZA9QXKk1x6bxMMTzq1vmncw5Cve/43w==" + } + }, + "npm:slash": { + "type": "npm", + "name": "npm:slash", + "data": { + "version": "3.0.0", + "packageName": "slash", + "hash": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + } + }, + "npm:slash@5.1.0": { + "type": "npm", + "name": "npm:slash@5.1.0", + "data": { + "version": "5.1.0", + "packageName": "slash", + "hash": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==" + } + }, + "npm:slice-ansi": { + "type": "npm", + "name": "npm:slice-ansi", + "data": { + "version": "5.0.0", + "packageName": "slice-ansi", + "hash": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==" + } + }, + "npm:slice-ansi@7.1.0": { + "type": "npm", + "name": "npm:slice-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "slice-ansi", + "hash": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==" + } + }, + "npm:smob": { + "type": "npm", + "name": "npm:smob", + "data": { + "version": "1.4.1", + "packageName": "smob", + "hash": "sha512-9LK+E7Hv5R9u4g4C3p+jjLstaLe11MDsL21UpYaCNmapvMkYhqCV4A/f/3gyH8QjMyh6l68q9xC85vihY9ahMQ==" + } + }, + "npm:smol-toml": { + "type": "npm", + "name": "npm:smol-toml", + "data": { + "version": "1.1.4", + "packageName": "smol-toml", + "hash": "sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==" + } + }, + "npm:source-map-js": { + "type": "npm", + "name": "npm:source-map-js", + "data": { + "version": "1.2.0", + "packageName": "source-map-js", + "hash": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==" + } + }, + "npm:source-map-support": { + "type": "npm", + "name": "npm:source-map-support", + "data": { + "version": "0.5.21", + "packageName": "source-map-support", + "hash": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==" + } + }, + "npm:source-map@0.5.6": { + "type": "npm", + "name": "npm:source-map@0.5.6", + "data": { + "version": "0.5.6", + "packageName": "source-map", + "hash": "sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==" + } + }, + "npm:source-map@0.6.1": { + "type": "npm", + "name": "npm:source-map@0.6.1", + "data": { + "version": "0.6.1", + "packageName": "source-map", + "hash": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + }, + "npm:source-map": { + "type": "npm", + "name": "npm:source-map", + "data": { + "version": "0.7.4", + "packageName": "source-map", + "hash": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + } + }, + "npm:source-map@0.8.0-beta.0": { + "type": "npm", + "name": "npm:source-map@0.8.0-beta.0", + "data": { + "version": "0.8.0-beta.0", + "packageName": "source-map", + "hash": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==" + } + }, + "npm:space-separated-tokens": { + "type": "npm", + "name": "npm:space-separated-tokens", + "data": { + "version": "2.0.2", + "packageName": "space-separated-tokens", + "hash": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==" + } + }, + "npm:spawn-error-forwarder": { + "type": "npm", + "name": "npm:spawn-error-forwarder", + "data": { + "version": "1.0.0", + "packageName": "spawn-error-forwarder", + "hash": "sha512-gRjMgK5uFjbCvdibeGJuy3I5OYz6VLoVdsOJdA6wV0WlfQVLFueoqMxwwYD9RODdgb6oUIvlRlsyFSiQkMKu0g==" + } + }, + "npm:spdx-correct": { + "type": "npm", + "name": "npm:spdx-correct", + "data": { + "version": "3.2.0", + "packageName": "spdx-correct", + "hash": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + } + }, + "npm:spdx-exceptions": { + "type": "npm", + "name": "npm:spdx-exceptions", + "data": { + "version": "2.5.0", + "packageName": "spdx-exceptions", + "hash": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==" + } + }, + "npm:spdx-expression-parse": { + "type": "npm", + "name": "npm:spdx-expression-parse", + "data": { + "version": "3.0.1", + "packageName": "spdx-expression-parse", + "hash": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" + } + }, + "npm:spdx-license-ids": { + "type": "npm", + "name": "npm:spdx-license-ids", + "data": { + "version": "3.0.17", + "packageName": "spdx-license-ids", + "hash": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==" + } + }, + "npm:specialist": { + "type": "npm", + "name": "npm:specialist", + "data": { + "version": "1.4.0", + "packageName": "specialist", + "hash": "sha512-RO76zlzjdw4acNYH2oiDqmSc3jQTymiJapNI6w47XB1iOKOaWIYA+eZ07b8pCPCsHZPwNdxHTJihS0LHFelFOA==" + } + }, + "npm:split2": { + "type": "npm", + "name": "npm:split2", + "data": { + "version": "1.0.0", + "packageName": "split2", + "hash": "sha512-NKywug4u4pX/AZBB1FCPzZ6/7O+Xhz1qMVbzTvvKvikjO99oPN87SkK08mEY9P63/5lWjK+wgOOgApnTg5r6qg==" + } + }, + "npm:split2@3.2.2": { + "type": "npm", + "name": "npm:split2@3.2.2", + "data": { + "version": "3.2.2", + "packageName": "split2", + "hash": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==" + } + }, + "npm:split2@4.2.0": { + "type": "npm", + "name": "npm:split2@4.2.0", + "data": { + "version": "4.2.0", + "packageName": "split2", + "hash": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==" + } + }, + "npm:sprintf-js": { + "type": "npm", + "name": "npm:sprintf-js", + "data": { + "version": "1.0.3", + "packageName": "sprintf-js", + "hash": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" + } + }, + "npm:ssri": { + "type": "npm", + "name": "npm:ssri", + "data": { + "version": "10.0.5", + "packageName": "ssri", + "hash": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==" + } + }, + "npm:stack-generator": { + "type": "npm", + "name": "npm:stack-generator", + "data": { + "version": "2.0.10", + "packageName": "stack-generator", + "hash": "sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==" + } + }, + "npm:stackback": { + "type": "npm", + "name": "npm:stackback", + "data": { + "version": "0.0.2", + "packageName": "stackback", + "hash": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==" + } + }, + "npm:stackframe": { + "type": "npm", + "name": "npm:stackframe", + "data": { + "version": "1.3.4", + "packageName": "stackframe", + "hash": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" + } + }, + "npm:stacktrace-gps": { + "type": "npm", + "name": "npm:stacktrace-gps", + "data": { + "version": "3.1.2", + "packageName": "stacktrace-gps", + "hash": "sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==" + } + }, + "npm:stacktrace-js": { + "type": "npm", + "name": "npm:stacktrace-js", + "data": { + "version": "2.0.2", + "packageName": "stacktrace-js", + "hash": "sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==" + } + }, + "npm:state-local": { + "type": "npm", + "name": "npm:state-local", + "data": { + "version": "1.0.7", + "packageName": "state-local", + "hash": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==" + } + }, + "npm:std-env": { + "type": "npm", + "name": "npm:std-env", + "data": { + "version": "3.7.0", + "packageName": "std-env", + "hash": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==" + } + }, + "npm:stdin-blocker": { + "type": "npm", + "name": "npm:stdin-blocker", + "data": { + "version": "2.0.0", + "packageName": "stdin-blocker", + "hash": "sha512-fZ3txWyDSxOll6+ajX9akA5YzchyoEpVNsH8eWNY/ZnzlRoM0eW/zF8bm852KVpYutjNFQFvEF/RdZtlqxIZkQ==" + } + }, + "npm:stop-iteration-iterator": { + "type": "npm", + "name": "npm:stop-iteration-iterator", + "data": { + "version": "1.0.0", + "packageName": "stop-iteration-iterator", + "hash": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==" + } + }, + "npm:stream-combiner2": { + "type": "npm", + "name": "npm:stream-combiner2", + "data": { + "version": "1.1.1", + "packageName": "stream-combiner2", + "hash": "sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==" + } + }, + "npm:stream-to-array": { + "type": "npm", + "name": "npm:stream-to-array", + "data": { + "version": "2.3.0", + "packageName": "stream-to-array", + "hash": "sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==" + } + }, + "npm:string-argv": { + "type": "npm", + "name": "npm:string-argv", + "data": { + "version": "0.3.2", + "packageName": "string-argv", + "hash": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==" + } + }, + "npm:string-width-cjs": { + "type": "npm", + "name": "npm:string-width-cjs", + "data": { + "version": "npm:string-width@4.2.3", + "packageName": "string-width-cjs", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:string-width": { + "type": "npm", + "name": "npm:string-width", + "data": { + "version": "4.2.3", + "packageName": "string-width", + "hash": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + } + }, + "npm:string-width@5.1.2": { + "type": "npm", + "name": "npm:string-width@5.1.2", + "data": { + "version": "5.1.2", + "packageName": "string-width", + "hash": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + } + }, + "npm:string-width@7.1.0": { + "type": "npm", + "name": "npm:string-width@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "string-width", + "hash": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==" + } + }, + "npm:string.fromcodepoint": { + "type": "npm", + "name": "npm:string.fromcodepoint", + "data": { + "version": "0.2.1", + "packageName": "string.fromcodepoint", + "hash": "sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==" + } + }, + "npm:string_decoder": { + "type": "npm", + "name": "npm:string_decoder", + "data": { + "version": "1.1.1", + "packageName": "string_decoder", + "hash": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + } + }, + "npm:string_decoder@1.3.0": { + "type": "npm", + "name": "npm:string_decoder@1.3.0", + "data": { + "version": "1.3.0", + "packageName": "string_decoder", + "hash": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" + } + }, + "npm:strip-ansi-cjs": { + "type": "npm", + "name": "npm:strip-ansi-cjs", + "data": { + "version": "npm:strip-ansi@6.0.1", + "packageName": "strip-ansi-cjs", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:strip-ansi": { + "type": "npm", + "name": "npm:strip-ansi", + "data": { + "version": "6.0.1", + "packageName": "strip-ansi", + "hash": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + } + }, + "npm:strip-ansi@7.1.0": { + "type": "npm", + "name": "npm:strip-ansi@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "strip-ansi", + "hash": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + } + }, + "npm:strip-bom": { + "type": "npm", + "name": "npm:strip-bom", + "data": { + "version": "3.0.0", + "packageName": "strip-bom", + "hash": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==" + } + }, + "npm:strip-bom@4.0.0": { + "type": "npm", + "name": "npm:strip-bom@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "strip-bom", + "hash": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==" + } + }, + "npm:strip-eof": { + "type": "npm", + "name": "npm:strip-eof", + "data": { + "version": "1.0.0", + "packageName": "strip-eof", + "hash": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==" + } + }, + "npm:strip-final-newline": { + "type": "npm", + "name": "npm:strip-final-newline", + "data": { + "version": "2.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==" + } + }, + "npm:strip-final-newline@3.0.0": { + "type": "npm", + "name": "npm:strip-final-newline@3.0.0", + "data": { + "version": "3.0.0", + "packageName": "strip-final-newline", + "hash": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==" + } + }, + "npm:strip-indent": { + "type": "npm", + "name": "npm:strip-indent", + "data": { + "version": "3.0.0", + "packageName": "strip-indent", + "hash": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + } + }, + "npm:strip-json-comments@3.1.1": { + "type": "npm", + "name": "npm:strip-json-comments@3.1.1", + "data": { + "version": "3.1.1", + "packageName": "strip-json-comments", + "hash": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==" + } + }, + "npm:strip-json-comments": { + "type": "npm", + "name": "npm:strip-json-comments", + "data": { + "version": "5.0.1", + "packageName": "strip-json-comments", + "hash": "sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==" + } + }, + "npm:strip-literal": { + "type": "npm", + "name": "npm:strip-literal", + "data": { + "version": "2.0.0", + "packageName": "strip-literal", + "hash": "sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==" + } + }, + "npm:strong-log-transformer": { + "type": "npm", + "name": "npm:strong-log-transformer", + "data": { + "version": "2.1.0", + "packageName": "strong-log-transformer", + "hash": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==" + } + }, + "npm:stubborn-fs": { + "type": "npm", + "name": "npm:stubborn-fs", + "data": { + "version": "1.2.5", + "packageName": "stubborn-fs", + "hash": "sha512-H2N9c26eXjzL/S/K+i/RHHcFanE74dptvvjM8iwzwbVcWY/zjBbgRqF3K0DY4+OD+uTTASTBvDoxPDaPN02D7g==" + } + }, + "npm:style-to-object": { + "type": "npm", + "name": "npm:style-to-object", + "data": { + "version": "0.4.4", + "packageName": "style-to-object", + "hash": "sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==" + } + }, + "npm:stylis": { + "type": "npm", + "name": "npm:stylis", + "data": { + "version": "4.3.1", + "packageName": "stylis", + "hash": "sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==" + } + }, + "npm:sucrase": { + "type": "npm", + "name": "npm:sucrase", + "data": { + "version": "3.35.0", + "packageName": "sucrase", + "hash": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==" + } + }, + "npm:summary": { + "type": "npm", + "name": "npm:summary", + "data": { + "version": "2.1.0", + "packageName": "summary", + "hash": "sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==" + } + }, + "npm:supports-color@5.5.0": { + "type": "npm", + "name": "npm:supports-color@5.5.0", + "data": { + "version": "5.5.0", + "packageName": "supports-color", + "hash": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + } + }, + "npm:supports-color": { + "type": "npm", + "name": "npm:supports-color", + "data": { + "version": "7.2.0", + "packageName": "supports-color", + "hash": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + } + }, + "npm:supports-preserve-symlinks-flag": { + "type": "npm", + "name": "npm:supports-preserve-symlinks-flag", + "data": { + "version": "1.0.0", + "packageName": "supports-preserve-symlinks-flag", + "hash": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + } + }, + "npm:svelte": { + "type": "npm", + "name": "npm:svelte", + "data": { + "version": "4.2.12", + "packageName": "svelte", + "hash": "sha512-d8+wsh5TfPwqVzbm4/HCXC783/KPHV60NvwitJnyTA5lWn1elhXMNWhXGCJ7PwPa8qFUnyJNIyuIRt2mT0WMug==" + } + }, + "npm:symbol-tree": { + "type": "npm", + "name": "npm:symbol-tree", + "data": { + "version": "3.2.4", + "packageName": "symbol-tree", + "hash": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + } + }, + "npm:tabster": { + "type": "npm", + "name": "npm:tabster", + "data": { + "version": "6.1.0", + "packageName": "tabster", + "hash": "sha512-wTPy2d6WVmU/YjT0ERY9jc+et1P/B8FoSQ4qhr1xi7liwTezRbRV6yA1pKx8kdPWmLdIOBA4fn07x9c0x/wnow==" + } + }, + "npm:tar-stream": { + "type": "npm", + "name": "npm:tar-stream", + "data": { + "version": "2.2.0", + "packageName": "tar-stream", + "hash": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==" + } + }, + "npm:tas-client": { + "type": "npm", + "name": "npm:tas-client", + "data": { + "version": "0.2.33", + "packageName": "tas-client", + "hash": "sha512-V+uqV66BOQnWxvI6HjDnE4VkInmYZUQ4dgB7gzaDyFyFSK1i1nF/j7DpS9UbQAgV9NaF1XpcyuavnM1qOeiEIg==" + } + }, + "npm:terser": { + "type": "npm", + "name": "npm:terser", + "data": { + "version": "5.29.2", + "packageName": "terser", + "hash": "sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==" + } + }, + "npm:text-extensions": { + "type": "npm", + "name": "npm:text-extensions", + "data": { + "version": "2.4.0", + "packageName": "text-extensions", + "hash": "sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==" + } + }, + "npm:thenify-all": { + "type": "npm", + "name": "npm:thenify-all", + "data": { + "version": "1.6.0", + "packageName": "thenify-all", + "hash": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==" + } + }, + "npm:thenify": { + "type": "npm", + "name": "npm:thenify", + "data": { + "version": "3.3.1", + "packageName": "thenify", + "hash": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==" + } + }, + "npm:throttle-debounce": { + "type": "npm", + "name": "npm:throttle-debounce", + "data": { + "version": "2.3.0", + "packageName": "throttle-debounce", + "hash": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==" + } + }, + "npm:throttle-debounce@3.0.1": { + "type": "npm", + "name": "npm:throttle-debounce@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "throttle-debounce", + "hash": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==" + } + }, + "npm:through2": { + "type": "npm", + "name": "npm:through2", + "data": { + "version": "2.0.5", + "packageName": "through2", + "hash": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==" + } + }, + "npm:through2@4.0.2": { + "type": "npm", + "name": "npm:through2@4.0.2", + "data": { + "version": "4.0.2", + "packageName": "through2", + "hash": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==" + } + }, + "npm:through": { + "type": "npm", + "name": "npm:through", + "data": { + "version": "2.3.8", + "packageName": "through", + "hash": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" + } + }, + "npm:tiny-bin": { + "type": "npm", + "name": "npm:tiny-bin", + "data": { + "version": "1.7.1", + "packageName": "tiny-bin", + "hash": "sha512-MMztSKvXbVH0YQm54eDg9o3bt1TtM1xOZMnCfvG8fv1sQvDXxEeqiiv/DlQV8d2OiDOT+m01aXPfijeAPXF60g==" + } + }, + "npm:tiny-colors": { + "type": "npm", + "name": "npm:tiny-colors", + "data": { + "version": "2.1.2", + "packageName": "tiny-colors", + "hash": "sha512-6peGRBtkYBJpVrQUWOPKrC0ECo6WotUlXxirVTKvihjdgxQETpKtLdCKIb68IHjJYH1AOE7GM7RnxFvkGHsqOg==" + } + }, + "npm:tiny-cursor": { + "type": "npm", + "name": "npm:tiny-cursor", + "data": { + "version": "2.0.0", + "packageName": "tiny-cursor", + "hash": "sha512-6RKgFWBt6I1oYpaNZJvvp5x/jvzYDp+rjAVDam+7cmE0mrtlu8Lmpv81hQuvFuPa8Fuc/sd2shRWbdWTZqSNLg==" + } + }, + "npm:tiny-editorconfig": { + "type": "npm", + "name": "npm:tiny-editorconfig", + "data": { + "version": "1.0.0", + "packageName": "tiny-editorconfig", + "hash": "sha512-rxpWaSurnvPUkL2/qydRH10llK7MD1XfE38zoWTsp/ZWWYnnwPBzGUePBOcXFaNA3cJQm8ItqrofGeRJ6AVaew==" + } + }, + "npm:tiny-jsonc": { + "type": "npm", + "name": "npm:tiny-jsonc", + "data": { + "version": "1.0.1", + "packageName": "tiny-jsonc", + "hash": "sha512-ik6BCxzva9DoiEfDX/li0L2cWKPPENYvixUprFdl3YPi4bZZUhDnNI9YUkacrv+uIG90dnxR5mNqaoD6UhD6Bw==" + } + }, + "npm:tiny-levenshtein": { + "type": "npm", + "name": "npm:tiny-levenshtein", + "data": { + "version": "1.0.0", + "packageName": "tiny-levenshtein", + "hash": "sha512-27KxXZhuXCP+xol3k4jMWms8+B6H2qEUlBMTmB5YT3uvFXFNft4Hw/MqurrHkDdC01nx1HIADcE1wR40byJf4Q==" + } + }, + "npm:tiny-parse-argv": { + "type": "npm", + "name": "npm:tiny-parse-argv", + "data": { + "version": "2.4.0", + "packageName": "tiny-parse-argv", + "hash": "sha512-WTEsnmeHNr99hLQIDA+gnsS+fDsCDITlqgI+zEhx9M6ErPt0heoNZ1PGvql6wcf95sIx40J0MLYXaPveGwtpoA==" + } + }, + "npm:tiny-readdir-glob": { + "type": "npm", + "name": "npm:tiny-readdir-glob", + "data": { + "version": "1.4.0", + "packageName": "tiny-readdir-glob", + "hash": "sha512-DoByQM1c/DiwdfYAeXsFkTbOOm+Sqr9XbgHf2855ioLgjD89vcymbk2I5CA1zGf9ZsYCzA6UtKmtZr+IEAYAHA==" + } + }, + "npm:tiny-readdir": { + "type": "npm", + "name": "npm:tiny-readdir", + "data": { + "version": "2.7.0", + "packageName": "tiny-readdir", + "hash": "sha512-xPeRQEgt+gHp3rLqunojyx0qrJ4XzCScfNiWiYKJWM8w4ehfOfqDyKuDvsJkFaPFg9y3uKVEVRZPGoavl9ypjw==" + } + }, + "npm:tiny-spinner": { + "type": "npm", + "name": "npm:tiny-spinner", + "data": { + "version": "2.0.3", + "packageName": "tiny-spinner", + "hash": "sha512-zuhtClm08obM7aCzgRAbAmOpYm0ekAh/OTLZEJ/8SuVD+cxUdlqGGN5PRnc2Ate8xmbG3+ldPBnlwmHgJrftpg==" + } + }, + "npm:tiny-truncate": { + "type": "npm", + "name": "npm:tiny-truncate", + "data": { + "version": "1.0.2", + "packageName": "tiny-truncate", + "hash": "sha512-XR2fjChcOjuz8Eu56zGwacYTKUHlhuzQ3VpD79yUwvWlLY3gCWorzRfBNXkmbwFjxzfmYZrC00cA4s/ET6mogw==" + } + }, + "npm:tiny-updater": { + "type": "npm", + "name": "npm:tiny-updater", + "data": { + "version": "3.5.1", + "packageName": "tiny-updater", + "hash": "sha512-kh1922FSNPTmrdr353x+xJRTrrVFl9zq/Q1Vz47YNWhTO0jn3ZyZd6Cahe8qW5MLXg+gia+0G7b6HIgW7pbBMg==" + } + }, + "npm:tinybench": { + "type": "npm", + "name": "npm:tinybench", + "data": { + "version": "2.6.0", + "packageName": "tinybench", + "hash": "sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==" + } + }, + "npm:tinypool": { + "type": "npm", + "name": "npm:tinypool", + "data": { + "version": "0.8.3", + "packageName": "tinypool", + "hash": "sha512-Ud7uepAklqRH1bvwy22ynrliC7Dljz7Tm8M/0RBUW+YRa4YHhZ6e4PpgE+fu1zr/WqB1kbeuVrdfeuyIBpy4tw==" + } + }, + "npm:tinyspy": { + "type": "npm", + "name": "npm:tinyspy", + "data": { + "version": "2.2.1", + "packageName": "tinyspy", + "hash": "sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==" + } + }, + "npm:title-case-minors": { + "type": "npm", + "name": "npm:title-case-minors", + "data": { + "version": "1.0.0", + "packageName": "title-case-minors", + "hash": "sha512-GFT+1ZjqJgq5AywOXjl9VelGgqMpOtfwdxYaYy3eUE1gbyxneeSnADLoov7TxXelqftIhlblsnHVqw5hNFUbGQ==" + } + }, + "npm:tmp": { + "type": "npm", + "name": "npm:tmp", + "data": { + "version": "0.2.3", + "packageName": "tmp", + "hash": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==" + } + }, + "npm:to-capital-case": { + "type": "npm", + "name": "npm:to-capital-case", + "data": { + "version": "1.0.0", + "packageName": "to-capital-case", + "hash": "sha512-mfERGNFweI+x+OctN7rlbZQqDC68BjXEt9gOrf8qy26IyqQyUTqfdKQBN3XhqN0fP9Pl4zaoXKGeWv+wSPXIyQ==" + } + }, + "npm:to-fast-properties": { + "type": "npm", + "name": "npm:to-fast-properties", + "data": { + "version": "2.0.0", + "packageName": "to-fast-properties", + "hash": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==" + } + }, + "npm:to-no-case": { + "type": "npm", + "name": "npm:to-no-case", + "data": { + "version": "1.0.2", + "packageName": "to-no-case", + "hash": "sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg==" + } + }, + "npm:to-pascal-case": { + "type": "npm", + "name": "npm:to-pascal-case", + "data": { + "version": "1.0.0", + "packageName": "to-pascal-case", + "hash": "sha512-QGMWHqM6xPrcQW57S23c5/3BbYb0Tbe9p+ur98ckRnGDwD4wbbtDiYI38CfmMKNB5Iv0REjs5SNDntTwvDxzZA==" + } + }, + "npm:to-regex-range": { + "type": "npm", + "name": "npm:to-regex-range", + "data": { + "version": "5.0.1", + "packageName": "to-regex-range", + "hash": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + } + }, + "npm:to-sentence-case": { + "type": "npm", + "name": "npm:to-sentence-case", + "data": { + "version": "1.0.0", + "packageName": "to-sentence-case", + "hash": "sha512-egaI3iiTSS5FpN8ZiN08Kqx8EQDTK4yqnp5m2WqR5qGSMLi605gYn887drlyZFn+lLMQAOC7tABafk/oQIoqGQ==" + } + }, + "npm:to-space-case": { + "type": "npm", + "name": "npm:to-space-case", + "data": { + "version": "1.0.0", + "packageName": "to-space-case", + "hash": "sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA==" + } + }, + "npm:to-title-case": { + "type": "npm", + "name": "npm:to-title-case", + "data": { + "version": "1.0.0", + "packageName": "to-title-case", + "hash": "sha512-zy39Lh3pLnDIvS7PEoPNIo7Jbm7IK4NCruhQDEsHmVmvqn4v+WlwgQZtHESbYxnwhU0YCdTJJ4IQshR2XWYVFw==" + } + }, + "npm:toggle-selection": { + "type": "npm", + "name": "npm:toggle-selection", + "data": { + "version": "1.0.6", + "packageName": "toggle-selection", + "hash": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==" + } + }, + "npm:tough-cookie": { + "type": "npm", + "name": "npm:tough-cookie", + "data": { + "version": "4.1.3", + "packageName": "tough-cookie", + "hash": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==" + } + }, + "npm:tr46@0.0.3": { + "type": "npm", + "name": "npm:tr46@0.0.3", + "data": { + "version": "0.0.3", + "packageName": "tr46", + "hash": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" + } + }, + "npm:tr46@1.0.1": { + "type": "npm", + "name": "npm:tr46@1.0.1", + "data": { + "version": "1.0.1", + "packageName": "tr46", + "hash": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==" + } + }, + "npm:tr46": { + "type": "npm", + "name": "npm:tr46", + "data": { + "version": "5.0.0", + "packageName": "tr46", + "hash": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==" + } + }, + "npm:traverse": { + "type": "npm", + "name": "npm:traverse", + "data": { + "version": "0.6.8", + "packageName": "traverse", + "hash": "sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==" + } + }, + "npm:tree-kill": { + "type": "npm", + "name": "npm:tree-kill", + "data": { + "version": "1.2.2", + "packageName": "tree-kill", + "hash": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==" + } + }, + "npm:trim-lines": { + "type": "npm", + "name": "npm:trim-lines", + "data": { + "version": "3.0.1", + "packageName": "trim-lines", + "hash": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==" + } + }, + "npm:trough": { + "type": "npm", + "name": "npm:trough", + "data": { + "version": "2.2.0", + "packageName": "trough", + "hash": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==" + } + }, + "npm:ts-easing": { + "type": "npm", + "name": "npm:ts-easing", + "data": { + "version": "0.2.0", + "packageName": "ts-easing", + "hash": "sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==" + } + }, + "npm:ts-interface-checker": { + "type": "npm", + "name": "npm:ts-interface-checker", + "data": { + "version": "0.1.13", + "packageName": "ts-interface-checker", + "hash": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" + } + }, + "npm:tsconfck": { + "type": "npm", + "name": "npm:tsconfck", + "data": { + "version": "3.0.3", + "packageName": "tsconfck", + "hash": "sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==" + } + }, + "npm:tsconfig-paths": { + "type": "npm", + "name": "npm:tsconfig-paths", + "data": { + "version": "4.2.0", + "packageName": "tsconfig-paths", + "hash": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==" + } + }, + "npm:tslib@1.14.1": { + "type": "npm", + "name": "npm:tslib@1.14.1", + "data": { + "version": "1.14.1", + "packageName": "tslib", + "hash": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + } + }, + "npm:tslib": { + "type": "npm", + "name": "npm:tslib", + "data": { + "version": "2.4.0", + "packageName": "tslib", + "hash": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + } + }, + "npm:tslib@2.6.2": { + "type": "npm", + "name": "npm:tslib@2.6.2", + "data": { + "version": "2.6.2", + "packageName": "tslib", + "hash": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } + }, + "npm:tsup": { + "type": "npm", + "name": "npm:tsup", + "data": { + "version": "8.0.2", + "packageName": "tsup", + "hash": "sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==" + } + }, + "npm:tunnel": { + "type": "npm", + "name": "npm:tunnel", + "data": { + "version": "0.0.6", + "packageName": "tunnel", + "hash": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" + } + }, + "npm:type-detect": { + "type": "npm", + "name": "npm:type-detect", + "data": { + "version": "4.0.8", + "packageName": "type-detect", + "hash": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==" + } + }, + "npm:type-fest": { + "type": "npm", + "name": "npm:type-fest", + "data": { + "version": "0.6.0", + "packageName": "type-fest", + "hash": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + } + }, + "npm:typescript@5.3.3": { + "type": "npm", + "name": "npm:typescript@5.3.3", + "data": { + "version": "5.3.3", + "packageName": "typescript", + "hash": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==" + } + }, + "npm:typescript": { + "type": "npm", + "name": "npm:typescript", + "data": { + "version": "5.4.3", + "packageName": "typescript", + "hash": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==" + } + }, + "npm:ufo": { + "type": "npm", + "name": "npm:ufo", + "data": { + "version": "1.5.3", + "packageName": "ufo", + "hash": "sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==" + } + }, + "npm:unc-path-regex": { + "type": "npm", + "name": "npm:unc-path-regex", + "data": { + "version": "0.1.2", + "packageName": "unc-path-regex", + "hash": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" + } + }, + "npm:undici-types": { + "type": "npm", + "name": "npm:undici-types", + "data": { + "version": "5.26.5", + "packageName": "undici-types", + "hash": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + } + }, + "npm:unescape-js": { + "type": "npm", + "name": "npm:unescape-js", + "data": { + "version": "1.1.4", + "packageName": "unescape-js", + "hash": "sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==" + } + }, + "npm:unicode-canonical-property-names-ecmascript": { + "type": "npm", + "name": "npm:unicode-canonical-property-names-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-canonical-property-names-ecmascript", + "hash": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==" + } + }, + "npm:unicode-match-property-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-ecmascript", + "data": { + "version": "2.0.0", + "packageName": "unicode-match-property-ecmascript", + "hash": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==" + } + }, + "npm:unicode-match-property-value-ecmascript": { + "type": "npm", + "name": "npm:unicode-match-property-value-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-match-property-value-ecmascript", + "hash": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==" + } + }, + "npm:unicode-property-aliases-ecmascript": { + "type": "npm", + "name": "npm:unicode-property-aliases-ecmascript", + "data": { + "version": "2.1.0", + "packageName": "unicode-property-aliases-ecmascript", + "hash": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==" + } + }, + "npm:unicorn-magic": { + "type": "npm", + "name": "npm:unicorn-magic", + "data": { + "version": "0.1.0", + "packageName": "unicorn-magic", + "hash": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==" + } + }, + "npm:unified": { + "type": "npm", + "name": "npm:unified", + "data": { + "version": "10.1.2", + "packageName": "unified", + "hash": "sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==" + } + }, + "npm:unique-string": { + "type": "npm", + "name": "npm:unique-string", + "data": { + "version": "2.0.0", + "packageName": "unique-string", + "hash": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==" + } + }, + "npm:unist-util-generated": { + "type": "npm", + "name": "npm:unist-util-generated", + "data": { + "version": "2.0.1", + "packageName": "unist-util-generated", + "hash": "sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==" + } + }, + "npm:unist-util-is": { + "type": "npm", + "name": "npm:unist-util-is", + "data": { + "version": "5.2.1", + "packageName": "unist-util-is", + "hash": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==" + } + }, + "npm:unist-util-position": { + "type": "npm", + "name": "npm:unist-util-position", + "data": { + "version": "4.0.4", + "packageName": "unist-util-position", + "hash": "sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==" + } + }, + "npm:unist-util-stringify-position": { + "type": "npm", + "name": "npm:unist-util-stringify-position", + "data": { + "version": "3.0.3", + "packageName": "unist-util-stringify-position", + "hash": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==" + } + }, + "npm:unist-util-visit-parents": { + "type": "npm", + "name": "npm:unist-util-visit-parents", + "data": { + "version": "5.1.3", + "packageName": "unist-util-visit-parents", + "hash": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==" + } + }, + "npm:unist-util-visit": { + "type": "npm", + "name": "npm:unist-util-visit", + "data": { + "version": "4.1.2", + "packageName": "unist-util-visit", + "hash": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==" + } + }, + "npm:universalify@0.1.2": { + "type": "npm", + "name": "npm:universalify@0.1.2", + "data": { + "version": "0.1.2", + "packageName": "universalify", + "hash": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + } + }, + "npm:universalify@0.2.0": { + "type": "npm", + "name": "npm:universalify@0.2.0", + "data": { + "version": "0.2.0", + "packageName": "universalify", + "hash": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==" + } + }, + "npm:universalify": { + "type": "npm", + "name": "npm:universalify", + "data": { + "version": "2.0.1", + "packageName": "universalify", + "hash": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==" + } + }, + "npm:unload": { + "type": "npm", + "name": "npm:unload", + "data": { + "version": "2.2.0", + "packageName": "unload", + "hash": "sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==" + } + }, + "npm:update-browserslist-db": { + "type": "npm", + "name": "npm:update-browserslist-db", + "data": { + "version": "1.0.13", + "packageName": "update-browserslist-db", + "hash": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==" + } + }, + "npm:uri-js": { + "type": "npm", + "name": "npm:uri-js", + "data": { + "version": "4.4.1", + "packageName": "uri-js", + "hash": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + } + }, + "npm:url-parse": { + "type": "npm", + "name": "npm:url-parse", + "data": { + "version": "1.5.10", + "packageName": "url-parse", + "hash": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==" + } + }, + "npm:use-disposable": { + "type": "npm", + "name": "npm:use-disposable", + "data": { + "version": "1.0.2", + "packageName": "use-disposable", + "hash": "sha512-UMaXVlV77dWOu4GqAFNjRzHzowYKUKbJBQfCexvahrYeIz4OkUYUjna4Tjjdf92NH8Nm8J7wEfFRgTIwYjO5jg==" + } + }, + "npm:use-sync-external-store": { + "type": "npm", + "name": "npm:use-sync-external-store", + "data": { + "version": "1.2.0", + "packageName": "use-sync-external-store", + "hash": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==" + } + }, + "npm:util-deprecate": { + "type": "npm", + "name": "npm:util-deprecate", + "data": { + "version": "1.0.2", + "packageName": "util-deprecate", + "hash": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + } + }, + "npm:util.inherits": { + "type": "npm", + "name": "npm:util.inherits", + "data": { + "version": "1.0.3", + "packageName": "util.inherits", + "hash": "sha512-gMirHcfcq5D87nXDwbZqf5vl65S0mpMZBsHXJsXOO3Hc3G+JoQLwgaJa1h+PL7h3WhocnuLqoe8CuvMlztkyCA==" + } + }, + "npm:util": { + "type": "npm", + "name": "npm:util", + "data": { + "version": "0.12.5", + "packageName": "util", + "hash": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==" + } + }, + "npm:uuid": { + "type": "npm", + "name": "npm:uuid", + "data": { + "version": "8.3.2", + "packageName": "uuid", + "hash": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + } + }, + "npm:uvu": { + "type": "npm", + "name": "npm:uvu", + "data": { + "version": "0.5.6", + "packageName": "uvu", + "hash": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==" + } + }, + "npm:v8flags": { + "type": "npm", + "name": "npm:v8flags", + "data": { + "version": "4.0.1", + "packageName": "v8flags", + "hash": "sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==" + } + }, + "npm:validate-npm-package-license": { + "type": "npm", + "name": "npm:validate-npm-package-license", + "data": { + "version": "3.0.4", + "packageName": "validate-npm-package-license", + "hash": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" + } + }, + "npm:validate-npm-package-name": { + "type": "npm", + "name": "npm:validate-npm-package-name", + "data": { + "version": "4.0.0", + "packageName": "validate-npm-package-name", + "hash": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==" + } + }, + "npm:validate-npm-package-name@5.0.0": { + "type": "npm", + "name": "npm:validate-npm-package-name@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "validate-npm-package-name", + "hash": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==" + } + }, + "npm:validator": { + "type": "npm", + "name": "npm:validator", + "data": { + "version": "13.11.0", + "packageName": "validator", + "hash": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==" + } + }, + "npm:version-selector-type": { + "type": "npm", + "name": "npm:version-selector-type", + "data": { + "version": "3.0.0", + "packageName": "version-selector-type", + "hash": "sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==" + } + }, + "npm:vfile-message": { + "type": "npm", + "name": "npm:vfile-message", + "data": { + "version": "3.1.4", + "packageName": "vfile-message", + "hash": "sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==" + } + }, + "npm:vfile": { + "type": "npm", + "name": "npm:vfile", + "data": { + "version": "5.3.7", + "packageName": "vfile", + "hash": "sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==" + } + }, + "npm:vite-node": { + "type": "npm", + "name": "npm:vite-node", + "data": { + "version": "1.4.0", + "packageName": "vite-node", + "hash": "sha512-VZDAseqjrHgNd4Kh8icYHWzTKSCZMhia7GyHfhtzLW33fZlG9SwsB6CEhgyVOWkJfJ2pFLrp/Gj1FSfAiqH9Lw==" + } + }, + "npm:vite-plugin-dts": { + "type": "npm", + "name": "npm:vite-plugin-dts", + "data": { + "version": "3.7.3", + "packageName": "vite-plugin-dts", + "hash": "sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==" + } + }, + "npm:vite-plugin-externalize-deps": { + "type": "npm", + "name": "npm:vite-plugin-externalize-deps", + "data": { + "version": "0.8.0", + "packageName": "vite-plugin-externalize-deps", + "hash": "sha512-MdC8kRNQ1ZjhUicU2HcqGVhL0UUFqv83Zp1JZdHjE82PoPR8wsSWZ3axpot7B6img3sW6g8shYJikE0CKA0chA==" + } + }, + "npm:vite-tsconfig-paths": { + "type": "npm", + "name": "npm:vite-tsconfig-paths", + "data": { + "version": "4.3.2", + "packageName": "vite-tsconfig-paths", + "hash": "sha512-0Vd/a6po6Q+86rPlntHye7F31zA2URZMbH8M3saAZ/xR9QoGN/L21bxEGfXdWmFdNkqPpRdxFT7nmNe12e9/uA==" + } + }, + "npm:vite": { + "type": "npm", + "name": "npm:vite", + "data": { + "version": "5.2.6", + "packageName": "vite", + "hash": "sha512-FPtnxFlSIKYjZ2eosBQamz4CbyrTizbZ3hnGJlh/wMtCrlp1Hah6AzBLjGI5I2urTfNnpovpHdrL6YRuBOPnCA==" + } + }, + "npm:vitest": { + "type": "npm", + "name": "npm:vitest", + "data": { + "version": "1.4.0", + "packageName": "vitest", + "hash": "sha512-gujzn0g7fmwf83/WzrDTnncZt2UiXP41mHuFYFrdwaLRVQ6JYQEiME2IfEjU3vcFL3VKa75XhI3lFgn+hfVsQw==" + } + }, + "npm:vlq": { + "type": "npm", + "name": "npm:vlq", + "data": { + "version": "0.2.3", + "packageName": "vlq", + "hash": "sha512-DRibZL6DsNhIgYQ+wNdWDL2SL3bKPlVrRiBqV5yuMm++op8W4kGFtaQfCs4KEJn0wBZcHVHJ3eoywX8983k1ow==" + } + }, + "npm:vscode-nls": { + "type": "npm", + "name": "npm:vscode-nls", + "data": { + "version": "5.2.0", + "packageName": "vscode-nls", + "hash": "sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==" + } + }, + "npm:vscode-tas-client": { + "type": "npm", + "name": "npm:vscode-tas-client", + "data": { + "version": "0.1.84", + "packageName": "vscode-tas-client", + "hash": "sha512-rUTrUopV+70hvx1hW5ebdw1nd6djxubkLvVxjGdyD/r5v/wcVF41LIfiAtbm5qLZDtQdsMH1IaCuDoluoIa88w==" + } + }, + "npm:vue-template-compiler": { + "type": "npm", + "name": "npm:vue-template-compiler", + "data": { + "version": "2.7.16", + "packageName": "vue-template-compiler", + "hash": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==" + } + }, + "npm:vue-tsc": { + "type": "npm", + "name": "npm:vue-tsc", + "data": { + "version": "1.8.27", + "packageName": "vue-tsc", + "hash": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==" + } + }, + "npm:w3c-xmlserializer": { + "type": "npm", + "name": "npm:w3c-xmlserializer", + "data": { + "version": "5.0.0", + "packageName": "w3c-xmlserializer", + "hash": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==" + } + }, + "npm:wcwidth": { + "type": "npm", + "name": "npm:wcwidth", + "data": { + "version": "1.0.1", + "packageName": "wcwidth", + "hash": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==" + } + }, + "npm:webidl-conversions@3.0.1": { + "type": "npm", + "name": "npm:webidl-conversions@3.0.1", + "data": { + "version": "3.0.1", + "packageName": "webidl-conversions", + "hash": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" + } + }, + "npm:webidl-conversions@4.0.2": { + "type": "npm", + "name": "npm:webidl-conversions@4.0.2", + "data": { + "version": "4.0.2", + "packageName": "webidl-conversions", + "hash": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" + } + }, + "npm:webidl-conversions": { + "type": "npm", + "name": "npm:webidl-conversions", + "data": { + "version": "7.0.0", + "packageName": "webidl-conversions", + "hash": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==" + } + }, + "npm:webworker-shim": { + "type": "npm", + "name": "npm:webworker-shim", + "data": { + "version": "1.1.0", + "packageName": "webworker-shim", + "hash": "sha512-LhPJDED3cM0+K9w4JjIio+RYPqvr712b3lyM+JjMR/rSD9elrSYHrrwE9qu3inPSSf60xqePgFgEwuAg17AuhA==" + } + }, + "npm:whatwg-encoding": { + "type": "npm", + "name": "npm:whatwg-encoding", + "data": { + "version": "3.1.1", + "packageName": "whatwg-encoding", + "hash": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==" + } + }, + "npm:whatwg-mimetype": { + "type": "npm", + "name": "npm:whatwg-mimetype", + "data": { + "version": "4.0.0", + "packageName": "whatwg-mimetype", + "hash": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==" + } + }, + "npm:whatwg-url": { + "type": "npm", + "name": "npm:whatwg-url", + "data": { + "version": "14.0.0", + "packageName": "whatwg-url", + "hash": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==" + } + }, + "npm:whatwg-url@5.0.0": { + "type": "npm", + "name": "npm:whatwg-url@5.0.0", + "data": { + "version": "5.0.0", + "packageName": "whatwg-url", + "hash": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==" + } + }, + "npm:whatwg-url@7.1.0": { + "type": "npm", + "name": "npm:whatwg-url@7.1.0", + "data": { + "version": "7.1.0", + "packageName": "whatwg-url", + "hash": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==" + } + }, + "npm:when-exit": { + "type": "npm", + "name": "npm:when-exit", + "data": { + "version": "2.1.2", + "packageName": "when-exit", + "hash": "sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==" + } + }, + "npm:which-boxed-primitive": { + "type": "npm", + "name": "npm:which-boxed-primitive", + "data": { + "version": "1.0.2", + "packageName": "which-boxed-primitive", + "hash": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==" + } + }, + "npm:which-collection": { + "type": "npm", + "name": "npm:which-collection", + "data": { + "version": "1.0.2", + "packageName": "which-collection", + "hash": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==" + } + }, + "npm:which-typed-array": { + "type": "npm", + "name": "npm:which-typed-array", + "data": { + "version": "1.1.15", + "packageName": "which-typed-array", + "hash": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==" + } + }, + "npm:which@1.3.1": { + "type": "npm", + "name": "npm:which@1.3.1", + "data": { + "version": "1.3.1", + "packageName": "which", + "hash": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + } + }, + "npm:which@2.0.2": { + "type": "npm", + "name": "npm:which@2.0.2", + "data": { + "version": "2.0.2", + "packageName": "which", + "hash": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + } + }, + "npm:which": { + "type": "npm", + "name": "npm:which", + "data": { + "version": "4.0.0", + "packageName": "which", + "hash": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==" + } + }, + "npm:why-is-node-running": { + "type": "npm", + "name": "npm:why-is-node-running", + "data": { + "version": "2.2.2", + "packageName": "why-is-node-running", + "hash": "sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==" + } + }, + "npm:worktank": { + "type": "npm", + "name": "npm:worktank", + "data": { + "version": "2.6.0", + "packageName": "worktank", + "hash": "sha512-bHqVyWbviQlUV7+wbd1yoZhjPXXk7ENVCNrlBARfVAg69AfOtnEMLc0hWo9ihaqmlO8WggdYGy/K+avWFSgBBQ==" + } + }, + "npm:wrap-ansi-cjs": { + "type": "npm", + "name": "npm:wrap-ansi-cjs", + "data": { + "version": "npm:wrap-ansi@7.0.0", + "packageName": "wrap-ansi-cjs", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:wrap-ansi": { + "type": "npm", + "name": "npm:wrap-ansi", + "data": { + "version": "7.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + } + }, + "npm:wrap-ansi@8.1.0": { + "type": "npm", + "name": "npm:wrap-ansi@8.1.0", + "data": { + "version": "8.1.0", + "packageName": "wrap-ansi", + "hash": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + } + }, + "npm:wrap-ansi@9.0.0": { + "type": "npm", + "name": "npm:wrap-ansi@9.0.0", + "data": { + "version": "9.0.0", + "packageName": "wrap-ansi", + "hash": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==" + } + }, + "npm:wrappy": { + "type": "npm", + "name": "npm:wrappy", + "data": { + "version": "1.0.2", + "packageName": "wrappy", + "hash": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + } + }, + "npm:ws": { + "type": "npm", + "name": "npm:ws", + "data": { + "version": "8.16.0", + "packageName": "ws", + "hash": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==" + } + }, + "npm:xml-name-validator": { + "type": "npm", + "name": "npm:xml-name-validator", + "data": { + "version": "5.0.0", + "packageName": "xml-name-validator", + "hash": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==" + } + }, + "npm:xml2js": { + "type": "npm", + "name": "npm:xml2js", + "data": { + "version": "0.5.0", + "packageName": "xml2js", + "hash": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==" + } + }, + "npm:xmlbuilder": { + "type": "npm", + "name": "npm:xmlbuilder", + "data": { + "version": "11.0.1", + "packageName": "xmlbuilder", + "hash": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" + } + }, + "npm:xmlchars": { + "type": "npm", + "name": "npm:xmlchars", + "data": { + "version": "2.2.0", + "packageName": "xmlchars", + "hash": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + } + }, + "npm:xtend": { + "type": "npm", + "name": "npm:xtend", + "data": { + "version": "4.0.2", + "packageName": "xtend", + "hash": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + } + }, + "npm:y18n": { + "type": "npm", + "name": "npm:y18n", + "data": { + "version": "5.0.8", + "packageName": "y18n", + "hash": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + } + }, + "npm:yallist@2.1.2": { + "type": "npm", + "name": "npm:yallist@2.1.2", + "data": { + "version": "2.1.2", + "packageName": "yallist", + "hash": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + } + }, + "npm:yallist": { + "type": "npm", + "name": "npm:yallist", + "data": { + "version": "3.1.1", + "packageName": "yallist", + "hash": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + } + }, + "npm:yallist@4.0.0": { + "type": "npm", + "name": "npm:yallist@4.0.0", + "data": { + "version": "4.0.0", + "packageName": "yallist", + "hash": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + } + }, + "npm:yaml": { + "type": "npm", + "name": "npm:yaml", + "data": { + "version": "2.3.4", + "packageName": "yaml", + "hash": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" + } + }, + "npm:yargs-parser": { + "type": "npm", + "name": "npm:yargs-parser", + "data": { + "version": "21.1.1", + "packageName": "yargs-parser", + "hash": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + } + }, + "npm:yargs": { + "type": "npm", + "name": "npm:yargs", + "data": { + "version": "17.7.2", + "packageName": "yargs", + "hash": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==" + } + }, + "npm:yazl": { + "type": "npm", + "name": "npm:yazl", + "data": { + "version": "2.5.1", + "packageName": "yazl", + "hash": "sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==" + } + }, + "npm:yjs": { + "type": "npm", + "name": "npm:yjs", + "data": { + "version": "13.6.14", + "packageName": "yjs", + "hash": "sha512-D+7KcUr0j+vBCUSKXXEWfA+bG4UQBviAwP3gYBhkstkgwy5+8diOPMx0iqLIOxNo/HxaREUimZRxqHGAHCL2BQ==" + } + }, + "npm:yocto-queue": { + "type": "npm", + "name": "npm:yocto-queue", + "data": { + "version": "0.1.0", + "packageName": "yocto-queue", + "hash": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + } + }, + "npm:yocto-queue@1.0.0": { + "type": "npm", + "name": "npm:yocto-queue@1.0.0", + "data": { + "version": "1.0.0", + "packageName": "yocto-queue", + "hash": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==" + } + }, + "npm:z-schema": { + "type": "npm", + "name": "npm:z-schema", + "data": { + "version": "5.0.5", + "packageName": "z-schema", + "hash": "sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==" + } + }, + "npm:zeptomatch": { + "type": "npm", + "name": "npm:zeptomatch", + "data": { + "version": "1.2.2", + "packageName": "zeptomatch", + "hash": "sha512-0ETdzEO0hdYmT8aXHHf5aMjpX+FHFE61sG4qKFAoJD2Umt3TWdCmH7ADxn2oUiWTlqBGC+SGr8sYMfr+37J8pQ==" + } + }, + "npm:zlib": { + "type": "npm", + "name": "npm:zlib", + "data": { + "version": "1.0.5", + "packageName": "zlib", + "hash": "sha512-40fpE2II+Cd3k8HWTWONfeKE2jL+P42iWJ1zzps5W51qcTsOUKM5Q5m2PFb0CLxlmFAaUuUdJGc3OfZy947v0w==" + } + }, + "npm:zod-validation-error": { + "type": "npm", + "name": "npm:zod-validation-error", + "data": { + "version": "3.0.3", + "packageName": "zod-validation-error", + "hash": "sha512-cETTrcMq3Ze58vhdR0zD37uJm/694I6mAxcf/ei5bl89cC++fBNxrC2z8lkFze/8hVMPwrbtrwXHR2LB50fpHw==" + } + }, + "npm:zod": { + "type": "npm", + "name": "npm:zod", + "data": { + "version": "3.22.4", + "packageName": "zod", + "hash": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==" + } + }, + "npm:zustand": { + "type": "npm", + "name": "npm:zustand", + "data": { + "version": "4.5.2", + "packageName": "zustand", + "hash": "sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==" + } + } + }, + "dependencies": { + "data-mapper-standalone": [], + "designer-standalone": [], + "@microsoft/logic-apps-shared": [ + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:@apidevtools/swagger-parser", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:@formatjs/intl", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:react-intl", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:react-query", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:reactflow", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-shared", + "target": "npm:react-dom", + "type": "static" + } + ], + "@microsoft/vscode-extension-logic-apps": [ + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:@microsoft/vscode-azext-azureappservice", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:@microsoft/vscode-azext-utils", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:react-intl", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:react-query", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:axios", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:@apidevtools/swagger-parser", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:reactflow", + "type": "static" + }, + { + "source": "@microsoft/vscode-extension-logic-apps", + "target": "npm:tslib", + "type": "static" + } + ], + "vs-code-designer": [ + { + "source": "vs-code-designer", + "target": "vs-code-react", + "type": "implicit" + } + ], + "vs-code-react": [], + "@microsoft/designer-ui": [ + { + "source": "@microsoft/designer-ui", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react-intl", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@fluentui/react-components", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@lexical/react", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@react-hookz/web", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:fuse.js", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react-query", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:reactflow", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react-dnd", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@fluentui/react-hooks", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react-markdown", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:monaco-editor", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:prism-react-renderer", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react-use", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@lexical/link", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@fluentui/theme", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@lexical/rich-text", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@lexical/html", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@monaco-editor/react", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react-infinite-scroll-component", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/designer-ui", + "target": "npm:react-dom", + "type": "static" + } + ], + "@microsoft/logic-apps-data-mapper": [ + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react-intl", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@fluentui/react-components", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react-redux", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react-icons", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:reactflow", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "@microsoft/designer-ui", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react-query", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@fluentui/react-migration-v8-v9", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:fuse.js", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@react-hookz/web", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@fluentui/react-hooks", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:redux-undo", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@fluentui/azure-themes", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@fluentui/react-portal-compat", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@microsoft/applicationinsights-react-js", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@microsoft/applicationinsights-web", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@reduxjs/toolkit", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:js-yaml", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react-dnd", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react-dnd-html5-backend", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:immer", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:pathfinding", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-data-mapper", + "target": "npm:react-dom", + "type": "static" + } + ], + "@microsoft/logic-apps-designer": [ + { + "source": "@microsoft/logic-apps-designer", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "@microsoft/designer-ui", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-intl", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@reduxjs/toolkit", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-redux", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:to-title-case", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:lodash.merge", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@react-hookz/web", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-query", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@fluentui/azure-themes", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@fluentui/react-components", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:elkjs", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:reactflow", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:immer", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:yocto-queue", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-dnd", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-dnd-accessible-backend", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-dnd-html5-backend", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-dnd-multi-backend", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-hotkeys-hook", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:lodash.frompairs", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:fuse.js", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:@fluentui/react-hooks", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:util", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-designer", + "target": "npm:react-dom", + "type": "static" + } + ], + "@microsoft/logic-apps-chatbot": [ + { + "source": "@microsoft/logic-apps-chatbot", + "target": "@microsoft/logic-apps-shared", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:react-intl", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "@microsoft/designer-ui", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:@fluentui/react-components", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:react", + "type": "static" + }, + { + "source": "@microsoft/logic-apps-chatbot", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@ampproject/remapping": [ + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@ampproject/remapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@apidevtools/json-schema-ref-parser": [ + { + "source": "npm:@apidevtools/json-schema-ref-parser", + "target": "npm:@jsdevtools/ono", + "type": "static" + }, + { + "source": "npm:@apidevtools/json-schema-ref-parser", + "target": "npm:@types/json-schema", + "type": "static" + }, + { + "source": "npm:@apidevtools/json-schema-ref-parser", + "target": "npm:call-me-maybe", + "type": "static" + }, + { + "source": "npm:@apidevtools/json-schema-ref-parser", + "target": "npm:js-yaml", + "type": "static" + } + ], + "npm:@apidevtools/swagger-parser": [ + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:@apidevtools/json-schema-ref-parser", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:@apidevtools/openapi-schemas", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:@apidevtools/swagger-methods", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:@jsdevtools/ono", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:call-me-maybe", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:openapi-types", + "type": "static" + }, + { + "source": "npm:@apidevtools/swagger-parser", + "target": "npm:z-schema", + "type": "static" + } + ], + "npm:@azure/abort-controller": [ + { + "source": "npm:@azure/abort-controller", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/abort-controller@2.1.1": [ + { + "source": "npm:@azure/abort-controller@2.1.1", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-appinsights": [ + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-appinsights", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-appservice": [ + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-appservice", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-operationalinsights": [ + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-operationalinsights", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-resourcegraph": [ + { + "source": "npm:@azure/arm-resourcegraph", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-resourcegraph", + "target": "npm:@azure/ms-rest-azure-js", + "type": "static" + }, + { + "source": "npm:@azure/arm-resourcegraph", + "target": "npm:@azure/ms-rest-js", + "type": "static" + }, + { + "source": "npm:@azure/arm-resourcegraph", + "target": "npm:tslib@1.14.1", + "type": "static" + } + ], + "npm:@azure/arm-resources-profile-2020-09-01-hybrid": [ + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-resources-subscriptions": [ + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources-subscriptions", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-resources": [ + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-resources", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-storage-profile-2020-09-01-hybrid": [ + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-storage": [ + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-storage", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/arm-subscriptions": [ + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-client", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/arm-subscriptions", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/core-auth": [ + { + "source": "npm:@azure/core-auth", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-auth", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-auth", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/core-client": [ + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/core-rest-pipeline", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/core-tracing@1.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/core-client", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/core-http": [ + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/core-tracing", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@types/node-fetch", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:@types/tunnel", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:form-data", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:process", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:tunnel", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:@azure/core-http", + "target": "npm:xml2js", + "type": "static" + } + ], + "npm:@azure/core-lro": [ + { + "source": "npm:@azure/core-lro", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-lro", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-lro", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/core-lro", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/core-paging": [ + { + "source": "npm:@azure/core-paging", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/core-rest-pipeline": [ + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/core-tracing@1.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/core-util", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:http-proxy-agent", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:https-proxy-agent", + "type": "static" + }, + { + "source": "npm:@azure/core-rest-pipeline", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/core-tracing": [ + { + "source": "npm:@azure/core-tracing", + "target": "npm:@opentelemetry/api", + "type": "static" + }, + { + "source": "npm:@azure/core-tracing", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/core-tracing@1.1.1": [ + { + "source": "npm:@azure/core-tracing@1.1.1", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/core-util": [ + { + "source": "npm:@azure/core-util", + "target": "npm:@azure/abort-controller@2.1.1", + "type": "static" + }, + { + "source": "npm:@azure/core-util", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/logger": [ + { + "source": "npm:@azure/logger", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@azure/ms-rest-azure-js": [ + { + "source": "npm:@azure/ms-rest-azure-js", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-azure-js", + "target": "npm:@azure/ms-rest-js", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-azure-js", + "target": "npm:tslib@1.14.1", + "type": "static" + } + ], + "npm:@azure/ms-rest-js": [ + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:@azure/core-auth", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:form-data@2.5.1", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:node-fetch", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:tslib@1.14.1", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:tunnel", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:uuid", + "type": "static" + }, + { + "source": "npm:@azure/ms-rest-js", + "target": "npm:xml2js", + "type": "static" + } + ], + "npm:@azure/storage-blob": [ + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/core-http", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/core-lro", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/core-paging", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/core-tracing", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:@azure/logger", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:events", + "type": "static" + }, + { + "source": "npm:@azure/storage-blob", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@babel/code-frame": [ + { + "source": "npm:@babel/code-frame", + "target": "npm:@babel/highlight", + "type": "static" + }, + { + "source": "npm:@babel/code-frame", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:@babel/core": [ + { + "source": "npm:@babel/core", + "target": "npm:@ampproject/remapping", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/helpers", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:convert-source-map", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:gensync", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:json5", + "type": "static" + }, + { + "source": "npm:@babel/core", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/generator": [ + { + "source": "npm:@babel/generator", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + }, + { + "source": "npm:@babel/generator", + "target": "npm:jsesc", + "type": "static" + } + ], + "npm:@babel/helper-annotate-as-pure": [ + { + "source": "npm:@babel/helper-annotate-as-pure", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-builder-binary-assignment-operator-visitor": [ + { + "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-compilation-targets": [ + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:browserslist", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:lru-cache", + "type": "static" + }, + { + "source": "npm:@babel/helper-compilation-targets", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/helper-create-class-features-plugin": [ + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-class-features-plugin", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/helper-create-regexp-features-plugin": [ + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:regexpu-core", + "type": "static" + }, + { + "source": "npm:@babel/helper-create-regexp-features-plugin", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/helper-define-polyfill-provider": [ + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:lodash.debounce", + "type": "static" + }, + { + "source": "npm:@babel/helper-define-polyfill-provider", + "target": "npm:resolve", + "type": "static" + } + ], + "npm:@babel/helper-function-name": [ + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-function-name", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-hoist-variables": [ + { + "source": "npm:@babel/helper-hoist-variables", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-member-expression-to-functions": [ + { + "source": "npm:@babel/helper-member-expression-to-functions", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-module-imports": [ + { + "source": "npm:@babel/helper-module-imports", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-module-transforms": [ + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-simple-access", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/helper-module-transforms", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + } + ], + "npm:@babel/helper-optimise-call-expression": [ + { + "source": "npm:@babel/helper-optimise-call-expression", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-remap-async-to-generator": [ + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-remap-async-to-generator", + "target": "npm:@babel/helper-wrap-function", + "type": "static" + } + ], + "npm:@babel/helper-replace-supers": [ + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-member-expression-to-functions", + "type": "static" + }, + { + "source": "npm:@babel/helper-replace-supers", + "target": "npm:@babel/helper-optimise-call-expression", + "type": "static" + } + ], + "npm:@babel/helper-simple-access": [ + { + "source": "npm:@babel/helper-simple-access", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-skip-transparent-expression-wrappers": [ + { + "source": "npm:@babel/helper-skip-transparent-expression-wrappers", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-split-export-declaration": [ + { + "source": "npm:@babel/helper-split-export-declaration", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helper-wrap-function": [ + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helper-wrap-function", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/helpers": [ + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/template", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/traverse", + "type": "static" + }, + { + "source": "npm:@babel/helpers", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/highlight": [ + { + "source": "npm:@babel/highlight", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:chalk@2.4.2", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:js-tokens", + "type": "static" + }, + { + "source": "npm:@babel/highlight", + "target": "npm:picocolors", + "type": "static" + } + ], + "npm:@babel/parser": [ + { + "source": "npm:@babel/parser", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + } + ], + "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-proposal-private-property-in-object": [ + { + "source": "npm:@babel/plugin-proposal-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-async-generators": [ + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-async-generators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-class-properties": [ + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-class-static-block": [ + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-dynamic-import": [ + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-export-namespace-from": [ + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-assertions": [ + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-assertions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-attributes": [ + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-attributes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-import-meta": [ + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-import-meta", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-json-strings": [ + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-jsx": [ + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-logical-assignment-operators": [ + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-nullish-coalescing-operator": [ + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-numeric-separator": [ + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-object-rest-spread": [ + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-optional-catch-binding": [ + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-optional-chaining": [ + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-private-property-in-object": [ + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-top-level-await": [ + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-top-level-await", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-typescript": [ + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-syntax-unicode-sets-regex": [ + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-syntax-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-arrow-functions": [ + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-arrow-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-async-generator-functions": [ + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-generator-functions", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + } + ], + "npm:@babel/plugin-transform-async-to-generator": [ + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-async-to-generator", + "target": "npm:@babel/helper-remap-async-to-generator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-block-scoped-functions": [ + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoped-functions", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-block-scoping": [ + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-block-scoping", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-class-properties": [ + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-class-static-block": [ + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-class-static-block", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + } + ], + "npm:@babel/plugin-transform-classes": [ + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-classes", + "target": "npm:globals", + "type": "static" + } + ], + "npm:@babel/plugin-transform-computed-properties": [ + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-computed-properties", + "target": "npm:@babel/template", + "type": "static" + } + ], + "npm:@babel/plugin-transform-destructuring": [ + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-destructuring", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-dotall-regex": [ + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dotall-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-duplicate-keys": [ + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-duplicate-keys", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-dynamic-import": [ + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-dynamic-import", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + } + ], + "npm:@babel/plugin-transform-exponentiation-operator": [ + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-exponentiation-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-export-namespace-from": [ + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-export-namespace-from", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + } + ], + "npm:@babel/plugin-transform-for-of": [ + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-for-of", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-function-name": [ + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-function-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-json-strings": [ + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-json-strings", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + } + ], + "npm:@babel/plugin-transform-literals": [ + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-logical-assignment-operators": [ + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-logical-assignment-operators", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + } + ], + "npm:@babel/plugin-transform-member-expression-literals": [ + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-member-expression-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-amd": [ + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-amd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-commonjs": [ + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-commonjs", + "target": "npm:@babel/helper-simple-access", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-systemjs": [ + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-systemjs", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + } + ], + "npm:@babel/plugin-transform-modules-umd": [ + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-module-transforms", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-modules-umd", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-named-capturing-groups-regex": [ + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-new-target": [ + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-new-target", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-nullish-coalescing-operator": [ + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-numeric-separator": [ + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-numeric-separator", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + } + ], + "npm:@babel/plugin-transform-object-rest-spread": [ + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-rest-spread", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + } + ], + "npm:@babel/plugin-transform-object-super": [ + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-object-super", + "target": "npm:@babel/helper-replace-supers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-optional-catch-binding": [ + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-catch-binding", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + } + ], + "npm:@babel/plugin-transform-optional-chaining": [ + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-optional-chaining", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + } + ], + "npm:@babel/plugin-transform-parameters": [ + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-parameters", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-private-methods": [ + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-methods", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-private-property-in-object": [ + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-private-property-in-object", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + } + ], + "npm:@babel/plugin-transform-property-literals": [ + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-property-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-react-display-name": [ + { + "source": "npm:@babel/plugin-transform-react-display-name", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-display-name", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-react-jsx-development": [ + { + "source": "npm:@babel/plugin-transform-react-jsx-development", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx-development", + "target": "npm:@babel/plugin-transform-react-jsx", + "type": "static" + } + ], + "npm:@babel/plugin-transform-react-jsx": [ + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-module-imports", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-jsx", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/plugin-transform-react-pure-annotations": [ + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-react-pure-annotations", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-regenerator": [ + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-regenerator", + "target": "npm:regenerator-transform", + "type": "static" + } + ], + "npm:@babel/plugin-transform-reserved-words": [ + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-reserved-words", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-shorthand-properties": [ + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-shorthand-properties", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-spread": [ + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-spread", + "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "type": "static" + } + ], + "npm:@babel/plugin-transform-sticky-regex": [ + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-sticky-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-template-literals": [ + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-template-literals", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-typeof-symbol": [ + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typeof-symbol", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-typescript": [ + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-annotate-as-pure", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-create-class-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-typescript", + "target": "npm:@babel/plugin-syntax-typescript", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-escapes": [ + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-escapes", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-property-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-property-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/plugin-transform-unicode-sets-regex": [ + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-create-regexp-features-plugin", + "type": "static" + }, + { + "source": "npm:@babel/plugin-transform-unicode-sets-regex", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + } + ], + "npm:@babel/preset-env": [ + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/compat-data", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-compilation-targets", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-proposal-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-async-generators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-assertions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-attributes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-import-meta", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-top-level-await", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-arrow-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-generator-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-async-to-generator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoped-functions", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-block-scoping", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-class-static-block", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-classes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-computed-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-destructuring", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dotall-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-duplicate-keys", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-dynamic-import", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-exponentiation-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-export-namespace-from", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-for-of", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-function-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-json-strings", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-member-expression-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-amd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-systemjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-modules-umd", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-new-target", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-numeric-separator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-rest-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-object-super", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-catch-binding", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-optional-chaining", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-parameters", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-methods", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-private-property-in-object", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-property-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-reserved-words", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-shorthand-properties", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-spread", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-sticky-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-template-literals", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-typeof-symbol", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-escapes", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-property-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:@babel/preset-modules", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs2", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-corejs3", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:babel-plugin-polyfill-regenerator", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:core-js-compat", + "type": "static" + }, + { + "source": "npm:@babel/preset-env", + "target": "npm:semver", + "type": "static" + } + ], + "npm:@babel/preset-modules": [ + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/preset-modules", + "target": "npm:esutils", + "type": "static" + } + ], + "npm:@babel/preset-react": [ + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-display-name", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-jsx-development", + "type": "static" + }, + { + "source": "npm:@babel/preset-react", + "target": "npm:@babel/plugin-transform-react-pure-annotations", + "type": "static" + } + ], + "npm:@babel/preset-typescript": [ + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/core", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-plugin-utils", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/helper-validator-option", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-syntax-jsx", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-modules-commonjs", + "type": "static" + }, + { + "source": "npm:@babel/preset-typescript", + "target": "npm:@babel/plugin-transform-typescript", + "type": "static" + } + ], + "npm:@babel/runtime": [ + { + "source": "npm:@babel/runtime", + "target": "npm:regenerator-runtime", + "type": "static" + } + ], + "npm:@babel/template": [ + { + "source": "npm:@babel/template", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/template", + "target": "npm:@babel/types", + "type": "static" + } + ], + "npm:@babel/traverse": [ + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/code-frame", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/generator", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-environment-visitor", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-function-name", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-hoist-variables", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/helper-split-export-declaration", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/parser", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:@babel/types", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:debug", + "type": "static" + }, + { + "source": "npm:@babel/traverse", + "target": "npm:globals", + "type": "static" + } + ], + "npm:@babel/types": [ + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-string-parser", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:@babel/helper-validator-identifier", + "type": "static" + }, + { + "source": "npm:@babel/types", + "target": "npm:to-fast-properties", + "type": "static" + } + ], + "npm:@commitlint/parse": [ + { + "source": "npm:@commitlint/parse", + "target": "npm:@commitlint/types", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-changelog-angular", + "type": "static" + }, + { + "source": "npm:@commitlint/parse", + "target": "npm:conventional-commits-parser", + "type": "static" + } + ], + "npm:@commitlint/types": [ + { + "source": "npm:@commitlint/types", + "target": "npm:chalk@4.1.2", + "type": "static" + } + ], + "npm:@ericcornelissen/bash-parser": [ + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:array-last", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:babylon", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:compose-function", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:deep-freeze", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:filter-iterator", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:filter-obj", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:has-own-property", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:identity-function", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:is-iterable", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:iterable-lookahead", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:lodash.curry", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:magic-string@0.16.0", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:map-obj", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:object-pairs", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:object-values", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:reverse-arguments", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:shell-quote-word", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:to-pascal-case", + "type": "static" + }, + { + "source": "npm:@ericcornelissen/bash-parser", + "target": "npm:unescape-js", + "type": "static" + } + ], + "npm:@floating-ui/core": [ + { + "source": "npm:@floating-ui/core", + "target": "npm:@floating-ui/utils", + "type": "static" + } + ], + "npm:@floating-ui/devtools": [ + { + "source": "npm:@floating-ui/devtools", + "target": "npm:@floating-ui/dom", + "type": "static" + } + ], + "npm:@floating-ui/dom": [ + { + "source": "npm:@floating-ui/dom", + "target": "npm:@floating-ui/core", + "type": "static" + }, + { + "source": "npm:@floating-ui/dom", + "target": "npm:@floating-ui/utils", + "type": "static" + } + ], + "npm:@fluentui/azure-themes": [ + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/azure-themes", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/date-time-utilities": [ + { + "source": "npm:@fluentui/date-time-utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/date-time-utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/dom-utilities": [ + { + "source": "npm:@fluentui/dom-utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/dom-utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/fluent2-theme": [ + { + "source": "npm:@fluentui/fluent2-theme", + "target": "npm:@fluentui/react@8.117.0", + "type": "static" + }, + { + "source": "npm:@fluentui/fluent2-theme", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/fluent2-theme", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/font-icons-mdl2": [ + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/font-icons-mdl2", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/foundation-legacy": [ + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/foundation-legacy", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/keyboard-key": [ + { + "source": "npm:@fluentui/keyboard-key", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/keyboard-keys": [ + { + "source": "npm:@fluentui/keyboard-keys", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + } + ], + "npm:@fluentui/merge-styles": [ + { + "source": "npm:@fluentui/merge-styles", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/merge-styles", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/priority-overflow": [ + { + "source": "npm:@fluentui/priority-overflow", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + } + ], + "npm:@fluentui/react-accordion": [ + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-accordion", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-alert": [ + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-alert", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-aria": [ + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-aria", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-avatar": [ + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-badge", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-tooltip", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-avatar", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-badge": [ + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-badge", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-breadcrumb": [ + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-link", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-breadcrumb", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-button": [ + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-button", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-card": [ + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-card", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-checkbox": [ + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-checkbox", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-combobox": [ + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-combobox", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-components": [ + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-accordion", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-alert", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-badge", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-breadcrumb", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-card", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-combobox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-dialog", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-divider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-drawer", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-image", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-infobutton", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-infolabel", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-input", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-link", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-menu", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-message-bar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-overflow", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-persona", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-progress", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-select", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-skeleton", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-slider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-spinbutton", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-spinner", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-switch", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-table", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tabs", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tags", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-text", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-textarea", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-toast", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-toolbar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tooltip", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-tree", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@fluentui/react-virtualizer", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-components", + "target": "npm:scheduler", + "type": "static" + } + ], + "npm:@fluentui/react-context-selector": [ + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-context-selector", + "target": "npm:scheduler", + "type": "static" + } + ], + "npm:@fluentui/react-dialog": [ + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-dialog", + "target": "npm:react-transition-group", + "type": "static" + } + ], + "npm:@fluentui/react-divider": [ + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-divider", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-drawer": [ + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-dialog", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-motion-preview", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-drawer", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-field": [ + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-field", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-focus": [ + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/keyboard-key", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-focus", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/react-hooks": [ + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/react-hooks@8.7.0": [ + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-hooks@8.7.0", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/react-icons": [ + { + "source": "npm:@fluentui/react-icons", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-icons", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-icons", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/react-image": [ + { + "source": "npm:@fluentui/react-image", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-image", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-infobutton": [ + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infobutton", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-infolabel": [ + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-popover", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-infolabel", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-input": [ + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-input", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-jsx-runtime": [ + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-jsx-runtime", + "target": "npm:react-is@17.0.2", + "type": "static" + } + ], + "npm:@fluentui/react-label": [ + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-label", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-link": [ + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-link", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-menu": [ + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-menu", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-message-bar": [ + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-message-bar", + "target": "npm:react-transition-group", + "type": "static" + } + ], + "npm:@fluentui/react-migration-v8-v9": [ + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@ctrl/tinycolor", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/fluent2-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-components", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@swc/helpers@0.4.36", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-migration-v8-v9", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-motion-preview": [ + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-motion-preview", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-overflow": [ + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/priority-overflow", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-overflow", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-persona": [ + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-badge", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-persona", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-popover": [ + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-popover", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-portal-compat-context": [ + { + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat-context", + "target": "npm:react", + "type": "static" + } + ], + "npm:@fluentui/react-portal-compat": [ + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-components", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@swc/helpers@0.4.36", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal-compat", + "target": "npm:react", + "type": "static" + } + ], + "npm:@fluentui/react-portal": [ + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-portal", + "target": "npm:use-disposable", + "type": "static" + } + ], + "npm:@fluentui/react-positioning": [ + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@floating-ui/devtools", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@floating-ui/dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-positioning", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-progress": [ + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-progress", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-provider": [ + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@griffel/core", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-provider", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-radio": [ + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-radio", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-select": [ + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-select", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-shared-contexts": [ + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-shared-contexts", + "target": "npm:react", + "type": "static" + } + ], + "npm:@fluentui/react-skeleton": [ + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-skeleton", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-slider": [ + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-slider", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-spinbutton": [ + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinbutton", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-spinner": [ + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-spinner", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-switch": [ + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-label", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-switch", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-table": [ + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-table", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-tabs": [ + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabs", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-tabster": [ + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:keyborg", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tabster", + "target": "npm:tabster", + "type": "static" + } + ], + "npm:@fluentui/react-tags": [ + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tags", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-text": [ + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-text", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-textarea": [ + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-field", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-textarea", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-theme": [ + { + "source": "npm:@fluentui/react-theme", + "target": "npm:@fluentui/tokens", + "type": "static" + }, + { + "source": "npm:@fluentui/react-theme", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + } + ], + "npm:@fluentui/react-toast": [ + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toast", + "target": "npm:react-transition-group", + "type": "static" + } + ], + "npm:@fluentui/react-toolbar": [ + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-divider", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-toolbar", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-tooltip": [ + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-portal", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-positioning", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tooltip", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-tree": [ + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-aria", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-avatar", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-button", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-checkbox", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-context-selector", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-icons", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-radio", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-tabster", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-theme", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-tree", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-utilities": [ + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@fluentui/keyboard-keys", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-utilities", + "target": "npm:react", + "type": "static" + } + ], + "npm:@fluentui/react-virtualizer": [ + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-jsx-runtime", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-shared-contexts", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@fluentui/react-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@griffel/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-virtualizer", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@fluentui/react-window-provider": [ + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react-window-provider", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/react": [ + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/date-time-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/font-icons-mdl2", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/foundation-legacy", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-focus", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-hooks@8.7.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/react@8.117.0": [ + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/date-time-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/font-icons-mdl2", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/foundation-legacy", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-focus", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-hooks@8.7.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-portal-compat-context", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/react-window-provider", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/style-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:@types/react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@fluentui/react@8.117.0", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/set-version": [ + { + "source": "npm:@fluentui/set-version", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/style-utilities": [ + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/theme@2.6.43", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:@microsoft/load-themed-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/style-utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/theme": [ + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@fluentui/utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/theme@2.6.43": [ + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@fluentui/utilities@8.15.0", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/theme@2.6.43", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/tokens": [ + { + "source": "npm:@fluentui/tokens", + "target": "npm:@swc/helpers@0.5.7", + "type": "static" + } + ], + "npm:@fluentui/utilities": [ + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/dom-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@fluentui/utilities@8.15.0": [ + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/dom-utilities", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/merge-styles", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@fluentui/set-version", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@fluentui/utilities@8.15.0", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/ecma402-abstract@1.14.3": [ + { + "source": "npm:@formatjs/ecma402-abstract@1.14.3", + "target": "npm:@formatjs/intl-localematcher", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract@1.14.3", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/ecma402-abstract": [ + { + "source": "npm:@formatjs/ecma402-abstract", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/ecma402-abstract", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/fast-memoize@1.2.8": [ + { + "source": "npm:@formatjs/fast-memoize@1.2.8", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/fast-memoize": [ + { + "source": "npm:@formatjs/fast-memoize", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/icu-messageformat-parser@2.3.0": [ + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:@formatjs/icu-skeleton-parser", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/icu-messageformat-parser": [ + { + "source": "npm:@formatjs/icu-messageformat-parser", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser", + "target": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-messageformat-parser", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/icu-skeleton-parser": [ + { + "source": "npm:@formatjs/icu-skeleton-parser", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/icu-skeleton-parser@1.8.0": [ + { + "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/icu-skeleton-parser@1.8.0", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/intl-displaynames@6.2.6": [ + { + "source": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:@formatjs/intl-localematcher", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames@6.2.6", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/intl-displaynames": [ + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-displaynames", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/intl-listformat@7.1.9": [ + { + "source": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:@formatjs/intl-localematcher", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat@7.1.9", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/intl-listformat": [ + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:@formatjs/intl-localematcher@0.5.4", + "type": "static" + }, + { + "source": "npm:@formatjs/intl-listformat", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/intl-localematcher": [ + { + "source": "npm:@formatjs/intl-localematcher", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/intl-localematcher@0.5.4": [ + { + "source": "npm:@formatjs/intl-localematcher@0.5.4", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@formatjs/intl": [ + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/ecma402-abstract", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/fast-memoize", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/icu-messageformat-parser", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-displaynames", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:@formatjs/intl-listformat", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:intl-messageformat", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl", + "target": "npm:typescript", + "type": "static" + } + ], + "npm:@formatjs/intl@2.6.7": [ + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/fast-memoize@1.2.8", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl-displaynames@6.2.6", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:@formatjs/intl-listformat@7.1.9", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:intl-messageformat@10.3.1", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:tslib@2.6.2", + "type": "static" + }, + { + "source": "npm:@formatjs/intl@2.6.7", + "target": "npm:typescript", + "type": "static" + } + ], + "npm:@griffel/core": [ + { + "source": "npm:@griffel/core", + "target": "npm:@emotion/hash", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:@griffel/style-types", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:csstype", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:rtl-css-js", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:stylis", + "type": "static" + }, + { + "source": "npm:@griffel/core", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@griffel/react": [ + { + "source": "npm:@griffel/react", + "target": "npm:@griffel/core", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@griffel/react", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@griffel/style-types": [ + { + "source": "npm:@griffel/style-types", + "target": "npm:csstype", + "type": "static" + } + ], + "npm:@isaacs/cliui": [ + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width@5.1.2", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:string-width-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi@7.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:strip-ansi-cjs", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi@8.1.0", + "type": "static" + }, + { + "source": "npm:@isaacs/cliui", + "target": "npm:wrap-ansi-cjs", + "type": "static" + } + ], + "npm:@jest/schemas": [ + { + "source": "npm:@jest/schemas", + "target": "npm:@sinclair/typebox", + "type": "static" + } + ], + "npm:@jridgewell/gen-mapping": [ + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/set-array", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + }, + { + "source": "npm:@jridgewell/gen-mapping", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@jridgewell/source-map": [ + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/gen-mapping", + "type": "static" + }, + { + "source": "npm:@jridgewell/source-map", + "target": "npm:@jridgewell/trace-mapping", + "type": "static" + } + ], + "npm:@jridgewell/trace-mapping": [ + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/resolve-uri", + "type": "static" + }, + { + "source": "npm:@jridgewell/trace-mapping", + "target": "npm:@jridgewell/sourcemap-codec", + "type": "static" + } + ], + "npm:@kwsites/file-exists": [ + { + "source": "npm:@kwsites/file-exists", + "target": "npm:debug", + "type": "static" + } + ], + "npm:@lexical/clipboard": [ + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/html", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/clipboard", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/code": [ + { + "source": "npm:@lexical/code", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/code", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/code", + "target": "npm:prismjs", + "type": "static" + } + ], + "npm:@lexical/dragon": [ + { + "source": "npm:@lexical/dragon", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/hashtag": [ + { + "source": "npm:@lexical/hashtag", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/hashtag", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/history": [ + { + "source": "npm:@lexical/history", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/history", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/html": [ + { + "source": "npm:@lexical/html", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/html", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/html", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/link": [ + { + "source": "npm:@lexical/link", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/link", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/list": [ + { + "source": "npm:@lexical/list", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/list", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/mark": [ + { + "source": "npm:@lexical/mark", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/mark", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/markdown": [ + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/code", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/link", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/rich-text", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/text", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/markdown", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/offset": [ + { + "source": "npm:@lexical/offset", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/overflow": [ + { + "source": "npm:@lexical/overflow", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/plain-text": [ + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/plain-text", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/react": [ + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/code", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/dragon", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/hashtag", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/history", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/link", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/mark", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/markdown", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/overflow", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/plain-text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/rich-text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/table", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/text", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:@lexical/yjs", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react-dom", + "type": "static" + }, + { + "source": "npm:@lexical/react", + "target": "npm:react-error-boundary", + "type": "static" + } + ], + "npm:@lexical/rich-text": [ + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/clipboard", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/rich-text", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/selection": [ + { + "source": "npm:@lexical/selection", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/table": [ + { + "source": "npm:@lexical/table", + "target": "npm:@lexical/utils", + "type": "static" + }, + { + "source": "npm:@lexical/table", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/text": [ + { + "source": "npm:@lexical/text", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/utils": [ + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/list", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/selection", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:@lexical/table", + "type": "static" + }, + { + "source": "npm:@lexical/utils", + "target": "npm:lexical", + "type": "static" + } + ], + "npm:@lexical/yjs": [ + { + "source": "npm:@lexical/yjs", + "target": "npm:@lexical/offset", + "type": "static" + }, + { + "source": "npm:@lexical/yjs", + "target": "npm:lexical", + "type": "static" + }, + { + "source": "npm:@lexical/yjs", + "target": "npm:yjs", + "type": "static" + } + ], + "npm:@microsoft/1ds-core-js": [ + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-core-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + } + ], + "npm:@microsoft/1ds-post-js": [ + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/1ds-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/1ds-post-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + } + ], + "npm:@microsoft/api-extractor-model": [ + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor-model", + "target": "npm:@rushstack/node-core-library", + "type": "static" + } + ], + "npm:@microsoft/api-extractor": [ + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/api-extractor-model", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@microsoft/tsdoc-config", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/node-core-library", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/rig-package", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:@rushstack/ts-command-line", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:colors", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:lodash", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:resolve", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:semver@7.5.4", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:source-map@0.6.1", + "type": "static" + }, + { + "source": "npm:@microsoft/api-extractor", + "target": "npm:typescript@5.3.3", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-analytics-js": [ + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-analytics-js", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-channel-js": [ + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-channel-js", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-common": [ + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-common@2.8.9": [ + { + "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-common@2.8.9", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-core-js@2.8.18": [ + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:tslib", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js@2.8.18", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-core-js": [ + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-core-js", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-dependencies-js": [ + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-dependencies-js", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-properties-js": [ + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-properties-js", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-react-js": [ + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-common", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:history", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-react-js", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/applicationinsights-web": [ + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-analytics-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-channel-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-common@2.8.9", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-core-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-dependencies-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-properties-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/applicationinsights-shims", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:@microsoft/dynamicproto-js", + "type": "static" + }, + { + "source": "npm:@microsoft/applicationinsights-web", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@microsoft/tsdoc-config": [ + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:@microsoft/tsdoc", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:ajv", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:jju", + "type": "static" + }, + { + "source": "npm:@microsoft/tsdoc-config", + "target": "npm:resolve@1.19.0", + "type": "static" + } + ], + "npm:@microsoft/vscode-azext-azureappservice": [ + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/abort-controller", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-appinsights", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-appservice", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-operationalinsights", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-resourcegraph", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-resources", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/arm-subscriptions", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/ms-rest-azure-env", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/ms-rest-js", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@azure/storage-blob", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@microsoft/vscode-azext-azureutils", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:@microsoft/vscode-azext-utils", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:dayjs", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:fs-extra", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:glob-gitignore", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:globby", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:p-retry", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:pretty-bytes", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:simple-git", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:vscode-nls", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:ws", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureappservice", + "target": "npm:yazl", + "type": "static" + } + ], + "npm:@microsoft/vscode-azext-azureutils": [ + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources-profile-2020-09-01-hybrid", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-resources-subscriptions", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-storage", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/arm-storage-profile-2020-09-01-hybrid", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@azure/ms-rest-js", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:@microsoft/vscode-azext-utils", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-azureutils", + "target": "npm:vscode-nls", + "type": "static" + } + ], + "npm:@microsoft/vscode-azext-utils": [ + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:@microsoft/vscode-azureresources-api", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:@vscode/extension-telemetry", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:dayjs", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:escape-string-regexp", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:html-to-text", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:open", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:vscode-nls", + "type": "static" + }, + { + "source": "npm:@microsoft/vscode-azext-utils", + "target": "npm:vscode-tas-client", + "type": "static" + } + ], + "npm:@microsoft/vscode-azureresources-api": [ + { + "source": "npm:@microsoft/vscode-azureresources-api", + "target": "npm:@azure/ms-rest-azure-env", + "type": "static" + } + ], + "npm:@monaco-editor/loader": [ + { + "source": "npm:@monaco-editor/loader", + "target": "npm:monaco-editor", + "type": "static" + }, + { + "source": "npm:@monaco-editor/loader", + "target": "npm:state-local", + "type": "static" + } + ], + "npm:@monaco-editor/react": [ + { + "source": "npm:@monaco-editor/react", + "target": "npm:@monaco-editor/loader", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:monaco-editor", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@monaco-editor/react", + "target": "npm:react-dom", + "type": "static" + } + ], + "npm:@nodelib/fs.scandir@2.1.5": [ + { + "source": "npm:@nodelib/fs.scandir@2.1.5", + "target": "npm:@nodelib/fs.stat", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir@2.1.5", + "target": "npm:run-parallel", + "type": "static" + } + ], + "npm:@nodelib/fs.scandir": [ + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:@nodelib/fs.stat@3.0.0", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.scandir", + "target": "npm:run-parallel", + "type": "static" + } + ], + "npm:@nodelib/fs.walk@1.2.8": [ + { + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:@nodelib/fs.scandir@2.1.5", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk@1.2.8", + "target": "npm:fastq", + "type": "static" + } + ], + "npm:@nodelib/fs.walk": [ + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:@nodelib/fs.scandir", + "type": "static" + }, + { + "source": "npm:@nodelib/fs.walk", + "target": "npm:fastq", + "type": "static" + } + ], + "npm:@npmcli/git": [ + { + "source": "npm:@npmcli/git", + "target": "npm:@npmcli/promise-spawn", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:lru-cache@10.2.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:npm-pick-manifest", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-inflight", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:promise-retry", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@npmcli/git", + "target": "npm:which", + "type": "static" + } + ], + "npm:@npmcli/map-workspaces": [ + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:@npmcli/name-from-folder", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:minimatch", + "type": "static" + }, + { + "source": "npm:@npmcli/map-workspaces", + "target": "npm:read-package-json-fast", + "type": "static" + } + ], + "npm:@npmcli/package-json": [ + { + "source": "npm:@npmcli/package-json", + "target": "npm:@npmcli/git", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:glob@10.3.10", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:hosted-git-info", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:json-parse-even-better-errors", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:normalize-package-data", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:proc-log", + "type": "static" + }, + { + "source": "npm:@npmcli/package-json", + "target": "npm:semver@7.6.0", + "type": "static" + } + ], + "npm:@npmcli/promise-spawn": [ + { + "source": "npm:@npmcli/promise-spawn", + "target": "npm:which", + "type": "static" + } + ], + "npm:@nrwl/tao": [ + { + "source": "npm:@nrwl/tao", + "target": "npm:nx", + "type": "static" + }, + { + "source": "npm:@nrwl/tao", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:@pnpm/core-loggers": [ + { + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/logger", + "type": "static" + }, + { + "source": "npm:@pnpm/core-loggers", + "target": "npm:@pnpm/types", + "type": "static" + } + ], + "npm:@pnpm/error": [ + { + "source": "npm:@pnpm/error", + "target": "npm:@pnpm/constants", + "type": "static" + } + ], + "npm:@pnpm/fetching-types": [ + { + "source": "npm:@pnpm/fetching-types", + "target": "npm:@zkochan/retry", + "type": "static" + }, + { + "source": "npm:@pnpm/fetching-types", + "target": "npm:node-fetch@3.0.0-beta.9", + "type": "static" + } + ], + "npm:@pnpm/graceful-fs": [ + { + "source": "npm:@pnpm/graceful-fs", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:@pnpm/logger": [ + { + "source": "npm:@pnpm/logger", + "target": "npm:bole", + "type": "static" + }, + { + "source": "npm:@pnpm/logger", + "target": "npm:ndjson", + "type": "static" + } + ], + "npm:@pnpm/npm-package-arg": [ + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:hosted-git-info@4.1.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:@pnpm/npm-package-arg", + "target": "npm:validate-npm-package-name", "type": "static" } ], - "vs-code-designer": [ + "npm:@pnpm/npm-resolver": [ { - "source": "vs-code-designer", - "target": "vs-code-react", - "type": "implicit" - } - ], - "vs-code-react": [], - "@microsoft/designer-ui": [ + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/core-loggers", + "type": "static" + }, { - "source": "@microsoft/designer-ui", - "target": "@microsoft/logic-apps-shared", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/error", "type": "static" }, { - "source": "@microsoft/designer-ui", - "target": "npm:react", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/fetching-types", "type": "static" }, { - "source": "@microsoft/designer-ui", - "target": "npm:react-dom", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/graceful-fs", "type": "static" - } - ], - "@microsoft/logic-apps-data-mapper": [ + }, { - "source": "@microsoft/logic-apps-data-mapper", - "target": "@microsoft/logic-apps-shared", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/logger", "type": "static" }, { - "source": "@microsoft/logic-apps-data-mapper", - "target": "@microsoft/designer-ui", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolve-workspace-range", "type": "static" }, { - "source": "@microsoft/logic-apps-data-mapper", - "target": "@microsoft/logic-apps-designer", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/resolver-base", "type": "static" }, { - "source": "@microsoft/logic-apps-data-mapper", - "target": "npm:js-yaml", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@pnpm/types", "type": "static" }, { - "source": "@microsoft/logic-apps-data-mapper", - "target": "npm:@types/react", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:@zkochan/retry", "type": "static" }, { - "source": "@microsoft/logic-apps-data-mapper", - "target": "npm:react", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:encode-registry", "type": "static" }, { - "source": "@microsoft/logic-apps-data-mapper", - "target": "npm:react-dom", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:load-json-file", "type": "static" - } - ], - "@microsoft/logic-apps-designer": [ + }, { - "source": "@microsoft/logic-apps-designer", - "target": "@microsoft/logic-apps-shared", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:lru-cache@10.2.0", "type": "static" }, { - "source": "@microsoft/logic-apps-designer", - "target": "@microsoft/designer-ui", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:normalize-path", "type": "static" }, { - "source": "@microsoft/logic-apps-designer", - "target": "npm:yocto-queue", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-limit@3.1.0", "type": "static" }, { - "source": "@microsoft/logic-apps-designer", - "target": "npm:react", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:p-memoize", "type": "static" }, { - "source": "@microsoft/logic-apps-designer", - "target": "npm:react-dom", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:parse-npm-tarball-url", "type": "static" - } - ], - "@microsoft/logic-apps-chatbot": [ + }, { - "source": "@microsoft/logic-apps-chatbot", - "target": "@microsoft/logic-apps-shared", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:path-temp", "type": "static" }, { - "source": "@microsoft/logic-apps-chatbot", - "target": "@microsoft/logic-apps-designer", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ramda", "type": "static" }, { - "source": "@microsoft/logic-apps-chatbot", - "target": "@microsoft/designer-ui", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:rename-overwrite", "type": "static" }, { - "source": "@microsoft/logic-apps-chatbot", - "target": "npm:@types/react", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "@microsoft/logic-apps-chatbot", - "target": "npm:react", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:ssri", "type": "static" }, { - "source": "@microsoft/logic-apps-chatbot", - "target": "npm:react-dom", + "source": "npm:@pnpm/npm-resolver", + "target": "npm:version-selector-type", "type": "static" } ], - "npm:@ampproject/remapping": [ + "npm:@pnpm/resolve-workspace-range": [ { - "source": "npm:@ampproject/remapping", - "target": "npm:@jridgewell/gen-mapping", + "source": "npm:@pnpm/resolve-workspace-range", + "target": "npm:semver@7.6.0", "type": "static" - }, + } + ], + "npm:@pnpm/resolver-base": [ { - "source": "npm:@ampproject/remapping", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:@pnpm/resolver-base", + "target": "npm:@pnpm/types", "type": "static" } ], - "npm:@babel/code-frame": [ + "npm:@pnpm/workspace.pkgs-graph": [ { - "source": "npm:@babel/code-frame", - "target": "npm:@babel/highlight", + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-package-arg", "type": "static" }, { - "source": "npm:@babel/code-frame", - "target": "npm:picocolors", + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/npm-resolver", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:@pnpm/resolve-workspace-range", + "type": "static" + }, + { + "source": "npm:@pnpm/workspace.pkgs-graph", + "target": "npm:ramda", "type": "static" } ], - "npm:@babel/core": [ + "npm:@prettier/cli": [ { - "source": "npm:@babel/core", - "target": "npm:@ampproject/remapping", + "source": "npm:@prettier/cli", + "target": "npm:@iarna/toml", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/code-frame", + "source": "npm:@prettier/cli", + "target": "npm:atomically", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/generator", + "source": "npm:@prettier/cli", + "target": "npm:fast-ignore", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@prettier/cli", + "target": "npm:find-up-json", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@prettier/cli", + "target": "npm:import-meta-resolve", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/helpers", + "source": "npm:@prettier/cli", + "target": "npm:is-binary-path", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/parser", + "source": "npm:@prettier/cli", + "target": "npm:js-yaml", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/template", + "source": "npm:@prettier/cli", + "target": "npm:json-sorted-stringify", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/traverse", + "source": "npm:@prettier/cli", + "target": "npm:json5", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:@babel/types", + "source": "npm:@prettier/cli", + "target": "npm:kasi", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:convert-source-map", + "source": "npm:@prettier/cli", + "target": "npm:pioppo", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:debug", + "source": "npm:@prettier/cli", + "target": "npm:prettier", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:gensync", + "source": "npm:@prettier/cli", + "target": "npm:specialist", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:json5", + "source": "npm:@prettier/cli", + "target": "npm:tiny-editorconfig", "type": "static" }, { - "source": "npm:@babel/core", - "target": "npm:semver", + "source": "npm:@prettier/cli", + "target": "npm:tiny-jsonc", "type": "static" - } - ], - "npm:@babel/generator": [ + }, { - "source": "npm:@babel/generator", - "target": "npm:@babel/types", + "source": "npm:@prettier/cli", + "target": "npm:tiny-readdir-glob", "type": "static" }, { - "source": "npm:@babel/generator", - "target": "npm:@jridgewell/gen-mapping", + "source": "npm:@prettier/cli", + "target": "npm:tiny-spinner", "type": "static" }, { - "source": "npm:@babel/generator", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:@prettier/cli", + "target": "npm:worktank", "type": "static" }, { - "source": "npm:@babel/generator", - "target": "npm:jsesc", + "source": "npm:@prettier/cli", + "target": "npm:zeptomatch", "type": "static" } ], - "npm:@babel/helper-annotate-as-pure": [ + "npm:@react-hookz/web": [ { - "source": "npm:@babel/helper-annotate-as-pure", - "target": "npm:@babel/types", + "source": "npm:@react-hookz/web", + "target": "npm:@react-hookz/deep-equal", "type": "static" - } - ], - "npm:@babel/helper-builder-binary-assignment-operator-visitor": [ + }, { - "source": "npm:@babel/helper-builder-binary-assignment-operator-visitor", - "target": "npm:@babel/types", + "source": "npm:@react-hookz/web", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:@react-hookz/web", + "target": "npm:react-dom", "type": "static" } ], - "npm:@babel/helper-compilation-targets": [ + "npm:@reactflow/background": [ { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:@babel/compat-data", + "source": "npm:@reactflow/background", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:@babel/helper-validator-option", + "source": "npm:@reactflow/background", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:browserslist", + "source": "npm:@reactflow/background", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:lru-cache", + "source": "npm:@reactflow/background", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/helper-compilation-targets", - "target": "npm:semver", + "source": "npm:@reactflow/background", + "target": "npm:zustand", "type": "static" } ], - "npm:@babel/helper-create-class-features-plugin": [ + "npm:@reactflow/controls": [ { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/core", + "source": "npm:@reactflow/controls", + "target": "npm:@reactflow/core", + "type": "static" + }, + { + "source": "npm:@reactflow/controls", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@reactflow/controls", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@reactflow/controls", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-function-name", + "source": "npm:@reactflow/controls", + "target": "npm:zustand", + "type": "static" + } + ], + "npm:@reactflow/core": [ + { + "source": "npm:@reactflow/core", + "target": "npm:@types/d3", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-member-expression-to-functions", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-drag", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-optimise-call-expression", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-replace-supers", + "source": "npm:@reactflow/core", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@reactflow/core", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:@babel/helper-split-export-declaration", + "source": "npm:@reactflow/core", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@babel/helper-create-class-features-plugin", - "target": "npm:semver", + "source": "npm:@reactflow/core", + "target": "npm:d3-selection", "type": "static" - } - ], - "npm:@babel/helper-create-regexp-features-plugin": [ + }, { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:@babel/core", + "source": "npm:@reactflow/core", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@reactflow/core", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:regexpu-core", + "source": "npm:@reactflow/core", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/helper-create-regexp-features-plugin", - "target": "npm:semver", + "source": "npm:@reactflow/core", + "target": "npm:zustand", "type": "static" } ], - "npm:@babel/helper-define-polyfill-provider": [ + "npm:@reactflow/minimap": [ { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/core", + "source": "npm:@reactflow/minimap", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-selection", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@reactflow/minimap", + "target": "npm:@types/d3-zoom", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:debug", + "source": "npm:@reactflow/minimap", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:lodash.debounce", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@babel/helper-define-polyfill-provider", - "target": "npm:resolve", - "type": "static" - } - ], - "npm:@babel/helper-function-name": [ - { - "source": "npm:@babel/helper-function-name", - "target": "npm:@babel/template", + "source": "npm:@reactflow/minimap", + "target": "npm:d3-zoom", "type": "static" }, { - "source": "npm:@babel/helper-function-name", - "target": "npm:@babel/types", + "source": "npm:@reactflow/minimap", + "target": "npm:react", "type": "static" - } - ], - "npm:@babel/helper-hoist-variables": [ + }, { - "source": "npm:@babel/helper-hoist-variables", - "target": "npm:@babel/types", + "source": "npm:@reactflow/minimap", + "target": "npm:react-dom", "type": "static" - } - ], - "npm:@babel/helper-member-expression-to-functions": [ + }, { - "source": "npm:@babel/helper-member-expression-to-functions", - "target": "npm:@babel/types", + "source": "npm:@reactflow/minimap", + "target": "npm:zustand", "type": "static" } ], - "npm:@babel/helper-module-imports": [ + "npm:@reactflow/node-resizer": [ { - "source": "npm:@babel/helper-module-imports", - "target": "npm:@babel/types", + "source": "npm:@reactflow/node-resizer", + "target": "npm:@reactflow/core", "type": "static" - } - ], - "npm:@babel/helper-module-transforms": [ + }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/core", + "source": "npm:@reactflow/node-resizer", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@reactflow/node-resizer", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-module-imports", + "source": "npm:@reactflow/node-resizer", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-simple-access", + "source": "npm:@reactflow/node-resizer", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-split-export-declaration", + "source": "npm:@reactflow/node-resizer", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/helper-module-transforms", - "target": "npm:@babel/helper-validator-identifier", + "source": "npm:@reactflow/node-resizer", + "target": "npm:zustand", "type": "static" } ], - "npm:@babel/helper-optimise-call-expression": [ + "npm:@reactflow/node-toolbar": [ { - "source": "npm:@babel/helper-optimise-call-expression", - "target": "npm:@babel/types", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:@reactflow/core", "type": "static" - } - ], - "npm:@babel/helper-remap-async-to-generator": [ + }, { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/core", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:classcat", "type": "static" }, { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/helper-remap-async-to-generator", - "target": "npm:@babel/helper-wrap-function", + "source": "npm:@reactflow/node-toolbar", + "target": "npm:zustand", "type": "static" } ], - "npm:@babel/helper-replace-supers": [ + "npm:@reduxjs/toolkit": [ { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/core", + "source": "npm:@reduxjs/toolkit", + "target": "npm:immer", "type": "static" }, { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@reduxjs/toolkit", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-member-expression-to-functions", + "source": "npm:@reduxjs/toolkit", + "target": "npm:react-redux", "type": "static" }, { - "source": "npm:@babel/helper-replace-supers", - "target": "npm:@babel/helper-optimise-call-expression", + "source": "npm:@reduxjs/toolkit", + "target": "npm:redux", "type": "static" - } - ], - "npm:@babel/helper-simple-access": [ + }, { - "source": "npm:@babel/helper-simple-access", - "target": "npm:@babel/types", + "source": "npm:@reduxjs/toolkit", + "target": "npm:redux-thunk", "type": "static" - } - ], - "npm:@babel/helper-skip-transparent-expression-wrappers": [ + }, { - "source": "npm:@babel/helper-skip-transparent-expression-wrappers", - "target": "npm:@babel/types", + "source": "npm:@reduxjs/toolkit", + "target": "npm:reselect", "type": "static" } ], - "npm:@babel/helper-split-export-declaration": [ + "npm:@rollup/plugin-babel": [ { - "source": "npm:@babel/helper-split-export-declaration", - "target": "npm:@babel/types", + "source": "npm:@rollup/plugin-babel", + "target": "npm:@babel/core", "type": "static" - } - ], - "npm:@babel/helper-wrap-function": [ + }, { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/helper-function-name", + "source": "npm:@rollup/plugin-babel", + "target": "npm:@babel/helper-module-imports", "type": "static" }, { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/template", + "source": "npm:@rollup/plugin-babel", + "target": "npm:@rollup/pluginutils", "type": "static" }, { - "source": "npm:@babel/helper-wrap-function", - "target": "npm:@babel/types", + "source": "npm:@rollup/plugin-babel", + "target": "npm:rollup", "type": "static" } ], - "npm:@babel/helpers": [ + "npm:@rollup/plugin-commonjs": [ { - "source": "npm:@babel/helpers", - "target": "npm:@babel/template", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:@rollup/pluginutils", "type": "static" }, { - "source": "npm:@babel/helpers", - "target": "npm:@babel/traverse", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:commondir", "type": "static" }, { - "source": "npm:@babel/helpers", - "target": "npm:@babel/types", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:estree-walker", "type": "static" - } - ], - "npm:@babel/highlight": [ + }, { - "source": "npm:@babel/highlight", - "target": "npm:@babel/helper-validator-identifier", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:glob", "type": "static" }, { - "source": "npm:@babel/highlight", - "target": "npm:chalk@2.4.2", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:is-reference", "type": "static" }, { - "source": "npm:@babel/highlight", - "target": "npm:js-tokens@4.0.0", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:magic-string", "type": "static" }, { - "source": "npm:@babel/highlight", - "target": "npm:picocolors", + "source": "npm:@rollup/plugin-commonjs", + "target": "npm:rollup", "type": "static" } ], - "npm:@babel/parser": [ + "npm:@rollup/plugin-node-resolve": [ { - "source": "npm:@babel/parser", - "target": "npm:@babel/types", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:@rollup/pluginutils", "type": "static" - } - ], - "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": [ + }, { - "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:@types/resolve", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:deepmerge", "type": "static" - } - ], - "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": [ + }, { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:is-builtin-module", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:is-module", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:resolve", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", - "target": "npm:@babel/plugin-transform-optional-chaining", + "source": "npm:@rollup/plugin-node-resolve", + "target": "npm:rollup", "type": "static" } ], - "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": [ + "npm:@rollup/plugin-replace": [ { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-replace", + "target": "npm:@rollup/pluginutils", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@rollup/plugin-replace", + "target": "npm:magic-string", "type": "static" }, { - "source": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/plugin-replace", + "target": "npm:rollup", "type": "static" } ], - "npm:@babel/plugin-proposal-private-property-in-object": [ + "npm:@rollup/plugin-terser": [ + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:serialize-javascript", + "type": "static" + }, + { + "source": "npm:@rollup/plugin-terser", + "target": "npm:smob", + "type": "static" + }, { - "source": "npm:@babel/plugin-proposal-private-property-in-object", - "target": "npm:@babel/core", + "source": "npm:@rollup/plugin-terser", + "target": "npm:terser", "type": "static" } ], - "npm:@babel/plugin-syntax-async-generators": [ + "npm:@rollup/pluginutils@4.2.1": [ { - "source": "npm:@babel/plugin-syntax-async-generators", - "target": "npm:@babel/core", + "source": "npm:@rollup/pluginutils@4.2.1", + "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-async-generators", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/pluginutils@4.2.1", + "target": "npm:picomatch@2.3.1", "type": "static" } ], - "npm:@babel/plugin-syntax-class-properties": [ + "npm:@rollup/pluginutils": [ { - "source": "npm:@babel/plugin-syntax-class-properties", - "target": "npm:@babel/core", + "source": "npm:@rollup/pluginutils", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-class-properties", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/pluginutils", + "target": "npm:estree-walker", "type": "static" - } - ], - "npm:@babel/plugin-syntax-class-static-block": [ + }, { - "source": "npm:@babel/plugin-syntax-class-static-block", - "target": "npm:@babel/core", + "source": "npm:@rollup/pluginutils", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-class-static-block", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rollup/pluginutils", + "target": "npm:rollup", "type": "static" } ], - "npm:@babel/plugin-syntax-dynamic-import": [ + "npm:@rushstack/node-core-library": [ { - "source": "npm:@babel/plugin-syntax-dynamic-import", - "target": "npm:@babel/core", + "source": "npm:@rushstack/node-core-library", + "target": "npm:@types/node", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-dynamic-import", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/node-core-library", + "target": "npm:colors", "type": "static" - } - ], - "npm:@babel/plugin-syntax-export-namespace-from": [ + }, { - "source": "npm:@babel/plugin-syntax-export-namespace-from", - "target": "npm:@babel/core", + "source": "npm:@rushstack/node-core-library", + "target": "npm:fs-extra@7.0.1", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-export-namespace-from", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/node-core-library", + "target": "npm:import-lazy", "type": "static" - } - ], - "npm:@babel/plugin-syntax-import-assertions": [ + }, { - "source": "npm:@babel/plugin-syntax-import-assertions", - "target": "npm:@babel/core", + "source": "npm:@rushstack/node-core-library", + "target": "npm:jju", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-assertions", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/node-core-library", + "target": "npm:resolve", "type": "static" - } - ], - "npm:@babel/plugin-syntax-import-attributes": [ + }, { - "source": "npm:@babel/plugin-syntax-import-attributes", - "target": "npm:@babel/core", + "source": "npm:@rushstack/node-core-library", + "target": "npm:semver@7.5.4", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-attributes", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/node-core-library", + "target": "npm:z-schema", "type": "static" } ], - "npm:@babel/plugin-syntax-import-meta": [ + "npm:@rushstack/rig-package": [ { - "source": "npm:@babel/plugin-syntax-import-meta", - "target": "npm:@babel/core", + "source": "npm:@rushstack/rig-package", + "target": "npm:resolve", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-import-meta", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/rig-package", + "target": "npm:strip-json-comments@3.1.1", "type": "static" } ], - "npm:@babel/plugin-syntax-json-strings": [ + "npm:@rushstack/ts-command-line": [ { - "source": "npm:@babel/plugin-syntax-json-strings", - "target": "npm:@babel/core", + "source": "npm:@rushstack/ts-command-line", + "target": "npm:@types/argparse", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-json-strings", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/ts-command-line", + "target": "npm:argparse@1.0.10", "type": "static" - } - ], - "npm:@babel/plugin-syntax-jsx": [ + }, { - "source": "npm:@babel/plugin-syntax-jsx", - "target": "npm:@babel/core", + "source": "npm:@rushstack/ts-command-line", + "target": "npm:colors", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-jsx", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@rushstack/ts-command-line", + "target": "npm:string-argv", "type": "static" } ], - "npm:@babel/plugin-syntax-logical-assignment-operators": [ + "npm:@selderee/plugin-htmlparser2": [ { - "source": "npm:@babel/plugin-syntax-logical-assignment-operators", - "target": "npm:@babel/core", + "source": "npm:@selderee/plugin-htmlparser2", + "target": "npm:domhandler", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-logical-assignment-operators", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@selderee/plugin-htmlparser2", + "target": "npm:selderee", "type": "static" } ], - "npm:@babel/plugin-syntax-nullish-coalescing-operator": [ + "npm:@size-limit/esbuild": [ { - "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "target": "npm:@babel/core", + "source": "npm:@size-limit/esbuild", + "target": "npm:esbuild@0.20.2", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-nullish-coalescing-operator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@size-limit/esbuild", + "target": "npm:nanoid", "type": "static" - } - ], - "npm:@babel/plugin-syntax-numeric-separator": [ + }, { - "source": "npm:@babel/plugin-syntax-numeric-separator", - "target": "npm:@babel/core", + "source": "npm:@size-limit/esbuild", + "target": "npm:size-limit", "type": "static" - }, + } + ], + "npm:@size-limit/file": [ { - "source": "npm:@babel/plugin-syntax-numeric-separator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@size-limit/file", + "target": "npm:size-limit", "type": "static" } ], - "npm:@babel/plugin-syntax-object-rest-spread": [ + "npm:@size-limit/preset-small-lib": [ { - "source": "npm:@babel/plugin-syntax-object-rest-spread", - "target": "npm:@babel/core", + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:@size-limit/esbuild", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-object-rest-spread", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:@size-limit/file", + "type": "static" + }, + { + "source": "npm:@size-limit/preset-small-lib", + "target": "npm:size-limit", "type": "static" } ], - "npm:@babel/plugin-syntax-optional-catch-binding": [ + "npm:@snyk/github-codeowners": [ { - "source": "npm:@babel/plugin-syntax-optional-catch-binding", - "target": "npm:@babel/core", + "source": "npm:@snyk/github-codeowners", + "target": "npm:commander@4.1.1", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-optional-catch-binding", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@snyk/github-codeowners", + "target": "npm:ignore", "type": "static" - } - ], - "npm:@babel/plugin-syntax-optional-chaining": [ + }, { - "source": "npm:@babel/plugin-syntax-optional-chaining", - "target": "npm:@babel/core", + "source": "npm:@snyk/github-codeowners", + "target": "npm:p-map", "type": "static" - }, + } + ], + "npm:legacy-swc-helpers": [ { - "source": "npm:@babel/plugin-syntax-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:legacy-swc-helpers", + "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@babel/plugin-syntax-private-property-in-object": [ + "npm:@swc/helpers@0.4.36": [ { - "source": "npm:@babel/plugin-syntax-private-property-in-object", - "target": "npm:@babel/core", + "source": "npm:@swc/helpers@0.4.36", + "target": "npm:legacy-swc-helpers", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-private-property-in-object", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@swc/helpers@0.4.36", + "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@babel/plugin-syntax-top-level-await": [ - { - "source": "npm:@babel/plugin-syntax-top-level-await", - "target": "npm:@babel/core", - "type": "static" - }, + "npm:@swc/helpers@0.5.7": [ { - "source": "npm:@babel/plugin-syntax-top-level-await", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@swc/helpers@0.5.7", + "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:@babel/plugin-syntax-typescript": [ + "npm:@tanstack/config": [ { - "source": "npm:@babel/plugin-syntax-typescript", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:@commitlint/parse", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-typescript", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:chalk", "type": "static" - } - ], - "npm:@babel/plugin-syntax-unicode-sets-regex": [ + }, { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:commander", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@tanstack/config", + "target": "npm:current-git-branch", "type": "static" }, { - "source": "npm:@babel/plugin-syntax-unicode-sets-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:esbuild-register", "type": "static" - } - ], - "npm:@babel/plugin-transform-arrow-functions": [ + }, { - "source": "npm:@babel/plugin-transform-arrow-functions", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:git-log-parser", "type": "static" }, { - "source": "npm:@babel/plugin-transform-arrow-functions", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:interpret", "type": "static" - } - ], - "npm:@babel/plugin-transform-async-generator-functions": [ + }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:jsonfile", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@tanstack/config", + "target": "npm:liftoff", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:luxon", + "type": "static" + }, + { + "source": "npm:@tanstack/config", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/helper-remap-async-to-generator", + "source": "npm:@tanstack/config", + "target": "npm:rollup-plugin-preserve-directives", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-generator-functions", - "target": "npm:@babel/plugin-syntax-async-generators", - "type": "static" - } - ], - "npm:@babel/plugin-transform-async-to-generator": [ - { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-module-imports", + "source": "npm:@tanstack/config", + "target": "npm:stream-to-array", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:v8flags", "type": "static" }, { - "source": "npm:@babel/plugin-transform-async-to-generator", - "target": "npm:@babel/helper-remap-async-to-generator", + "source": "npm:@tanstack/config", + "target": "npm:vite-plugin-dts", "type": "static" - } - ], - "npm:@babel/plugin-transform-block-scoped-functions": [ + }, { - "source": "npm:@babel/plugin-transform-block-scoped-functions", - "target": "npm:@babel/core", + "source": "npm:@tanstack/config", + "target": "npm:vite-plugin-externalize-deps", "type": "static" }, { - "source": "npm:@babel/plugin-transform-block-scoped-functions", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@tanstack/config", + "target": "npm:vite-tsconfig-paths", "type": "static" } ], - "npm:@babel/plugin-transform-block-scoping": [ + "npm:@testing-library/dom": [ { - "source": "npm:@babel/plugin-transform-block-scoping", - "target": "npm:@babel/core", + "source": "npm:@testing-library/dom", + "target": "npm:@babel/code-frame", "type": "static" }, { - "source": "npm:@babel/plugin-transform-block-scoping", - "target": "npm:@babel/helper-plugin-utils", - "type": "static" - } - ], - "npm:@babel/plugin-transform-class-properties": [ - { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/core", + "source": "npm:@testing-library/dom", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:@testing-library/dom", + "target": "npm:@types/aria-query", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-properties", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/dom", + "target": "npm:aria-query@5.1.3", "type": "static" - } - ], - "npm:@babel/plugin-transform-class-static-block": [ + }, { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/core", + "source": "npm:@testing-library/dom", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:@testing-library/dom", + "target": "npm:dom-accessibility-api@0.5.16", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/dom", + "target": "npm:lz-string", "type": "static" }, { - "source": "npm:@babel/plugin-transform-class-static-block", - "target": "npm:@babel/plugin-syntax-class-static-block", + "source": "npm:@testing-library/dom", + "target": "npm:pretty-format", "type": "static" } ], - "npm:@babel/plugin-transform-classes": [ + "npm:@testing-library/jest-dom": [ { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/core", + "source": "npm:@testing-library/jest-dom", + "target": "npm:@adobe/css-tools", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@testing-library/jest-dom", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@testing-library/jest-dom", + "target": "npm:aria-query", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:@testing-library/jest-dom", + "target": "npm:chalk@3.0.0", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-function-name", + "source": "npm:@testing-library/jest-dom", + "target": "npm:css.escape", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/jest-dom", + "target": "npm:dom-accessibility-api", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-replace-supers", + "source": "npm:@testing-library/jest-dom", + "target": "npm:lodash", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:@babel/helper-split-export-declaration", + "source": "npm:@testing-library/jest-dom", + "target": "npm:redent", "type": "static" }, { - "source": "npm:@babel/plugin-transform-classes", - "target": "npm:globals", + "source": "npm:@testing-library/jest-dom", + "target": "npm:vitest", "type": "static" } ], - "npm:@babel/plugin-transform-computed-properties": [ + "npm:@testing-library/react-hooks": [ { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/core", + "source": "npm:@testing-library/react-hooks", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/react-hooks", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-computed-properties", - "target": "npm:@babel/template", + "source": "npm:@testing-library/react-hooks", + "target": "npm:react", "type": "static" - } - ], - "npm:@babel/plugin-transform-destructuring": [ + }, { - "source": "npm:@babel/plugin-transform-destructuring", - "target": "npm:@babel/core", + "source": "npm:@testing-library/react-hooks", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-destructuring", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/react-hooks", + "target": "npm:react-error-boundary", "type": "static" } ], - "npm:@babel/plugin-transform-dotall-regex": [ + "npm:@testing-library/react": [ { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/core", + "source": "npm:@testing-library/react", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@testing-library/react", + "target": "npm:@testing-library/dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-dotall-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/react", + "target": "npm:@types/react-dom", "type": "static" - } - ], - "npm:@babel/plugin-transform-duplicate-keys": [ + }, { - "source": "npm:@babel/plugin-transform-duplicate-keys", - "target": "npm:@babel/core", + "source": "npm:@testing-library/react", + "target": "npm:react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-duplicate-keys", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@testing-library/react", + "target": "npm:react-dom", "type": "static" } ], - "npm:@babel/plugin-transform-dynamic-import": [ - { - "source": "npm:@babel/plugin-transform-dynamic-import", - "target": "npm:@babel/core", - "type": "static" - }, + "npm:@types/d3-axis": [ { - "source": "npm:@babel/plugin-transform-dynamic-import", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3-axis", + "target": "npm:@types/d3-selection", "type": "static" - }, + } + ], + "npm:@types/d3-brush": [ { - "source": "npm:@babel/plugin-transform-dynamic-import", - "target": "npm:@babel/plugin-syntax-dynamic-import", + "source": "npm:@types/d3-brush", + "target": "npm:@types/d3-selection", "type": "static" } ], - "npm:@babel/plugin-transform-exponentiation-operator": [ + "npm:@types/d3-contour": [ { - "source": "npm:@babel/plugin-transform-exponentiation-operator", - "target": "npm:@babel/core", + "source": "npm:@types/d3-contour", + "target": "npm:@types/d3-array", "type": "static" }, { - "source": "npm:@babel/plugin-transform-exponentiation-operator", - "target": "npm:@babel/helper-builder-binary-assignment-operator-visitor", + "source": "npm:@types/d3-contour", + "target": "npm:@types/geojson", "type": "static" - }, + } + ], + "npm:@types/d3-drag": [ { - "source": "npm:@babel/plugin-transform-exponentiation-operator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3-drag", + "target": "npm:@types/d3-selection", "type": "static" } ], - "npm:@babel/plugin-transform-export-namespace-from": [ + "npm:@types/d3-fetch": [ { - "source": "npm:@babel/plugin-transform-export-namespace-from", - "target": "npm:@babel/core", + "source": "npm:@types/d3-fetch", + "target": "npm:@types/d3-dsv", "type": "static" - }, + } + ], + "npm:@types/d3-geo": [ { - "source": "npm:@babel/plugin-transform-export-namespace-from", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3-geo", + "target": "npm:@types/geojson", "type": "static" - }, + } + ], + "npm:@types/d3-interpolate": [ { - "source": "npm:@babel/plugin-transform-export-namespace-from", - "target": "npm:@babel/plugin-syntax-export-namespace-from", + "source": "npm:@types/d3-interpolate", + "target": "npm:@types/d3-color", "type": "static" } ], - "npm:@babel/plugin-transform-for-of": [ + "npm:@types/d3-scale": [ { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/core", + "source": "npm:@types/d3-scale", + "target": "npm:@types/d3-time", "type": "static" - }, + } + ], + "npm:@types/d3-shape": [ { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3-shape", + "target": "npm:@types/d3-path", "type": "static" - }, + } + ], + "npm:@types/d3-transition": [ { - "source": "npm:@babel/plugin-transform-for-of", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@types/d3-transition", + "target": "npm:@types/d3-selection", "type": "static" } ], - "npm:@babel/plugin-transform-function-name": [ + "npm:@types/d3-zoom": [ { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/core", + "source": "npm:@types/d3-zoom", + "target": "npm:@types/d3-interpolate", "type": "static" }, { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@types/d3-zoom", + "target": "npm:@types/d3-selection", "type": "static" - }, + } + ], + "npm:@types/d3": [ { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-function-name", + "source": "npm:@types/d3", + "target": "npm:@types/d3-array", "type": "static" }, { - "source": "npm:@babel/plugin-transform-function-name", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-axis", "type": "static" - } - ], - "npm:@babel/plugin-transform-json-strings": [ + }, { - "source": "npm:@babel/plugin-transform-json-strings", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-brush", "type": "static" }, { - "source": "npm:@babel/plugin-transform-json-strings", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-chord", "type": "static" }, { - "source": "npm:@babel/plugin-transform-json-strings", - "target": "npm:@babel/plugin-syntax-json-strings", + "source": "npm:@types/d3", + "target": "npm:@types/d3-color", "type": "static" - } - ], - "npm:@babel/plugin-transform-literals": [ + }, { - "source": "npm:@babel/plugin-transform-literals", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-contour", "type": "static" }, { - "source": "npm:@babel/plugin-transform-literals", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-delaunay", "type": "static" - } - ], - "npm:@babel/plugin-transform-logical-assignment-operators": [ + }, { - "source": "npm:@babel/plugin-transform-logical-assignment-operators", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-dispatch", "type": "static" }, { - "source": "npm:@babel/plugin-transform-logical-assignment-operators", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-drag", "type": "static" }, { - "source": "npm:@babel/plugin-transform-logical-assignment-operators", - "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "source": "npm:@types/d3", + "target": "npm:@types/d3-dsv", "type": "static" - } - ], - "npm:@babel/plugin-transform-member-expression-literals": [ + }, { - "source": "npm:@babel/plugin-transform-member-expression-literals", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-ease", "type": "static" }, { - "source": "npm:@babel/plugin-transform-member-expression-literals", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-fetch", "type": "static" - } - ], - "npm:@babel/plugin-transform-modules-amd": [ + }, { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-force", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@types/d3", + "target": "npm:@types/d3-format", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-amd", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-geo", "type": "static" - } - ], - "npm:@babel/plugin-transform-modules-commonjs": [ + }, { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-hierarchy", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@types/d3", + "target": "npm:@types/d3-interpolate", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-path", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-commonjs", - "target": "npm:@babel/helper-simple-access", + "source": "npm:@types/d3", + "target": "npm:@types/d3-polygon", "type": "static" - } - ], - "npm:@babel/plugin-transform-modules-systemjs": [ + }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-quadtree", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-hoist-variables", + "source": "npm:@types/d3", + "target": "npm:@types/d3-random", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@types/d3", + "target": "npm:@types/d3-scale", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-scale-chromatic", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-systemjs", - "target": "npm:@babel/helper-validator-identifier", + "source": "npm:@types/d3", + "target": "npm:@types/d3-selection", "type": "static" - } - ], - "npm:@babel/plugin-transform-modules-umd": [ + }, { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-shape", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/helper-module-transforms", + "source": "npm:@types/d3", + "target": "npm:@types/d3-time", "type": "static" }, { - "source": "npm:@babel/plugin-transform-modules-umd", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-time-format", "type": "static" - } - ], - "npm:@babel/plugin-transform-named-capturing-groups-regex": [ + }, { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/core", + "source": "npm:@types/d3", + "target": "npm:@types/d3-timer", "type": "static" }, { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:@types/d3", + "target": "npm:@types/d3-transition", "type": "static" }, { - "source": "npm:@babel/plugin-transform-named-capturing-groups-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/d3", + "target": "npm:@types/d3-zoom", "type": "static" } ], - "npm:@babel/plugin-transform-new-target": [ + "npm:@types/debug": [ { - "source": "npm:@babel/plugin-transform-new-target", - "target": "npm:@babel/core", + "source": "npm:@types/debug", + "target": "npm:@types/ms", "type": "static" - }, + } + ], + "npm:@types/hast": [ { - "source": "npm:@babel/plugin-transform-new-target", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/hast", + "target": "npm:@types/unist", "type": "static" } ], - "npm:@babel/plugin-transform-nullish-coalescing-operator": [ + "npm:@types/hoist-non-react-statics": [ { - "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "target": "npm:@babel/core", + "source": "npm:@types/hoist-non-react-statics", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/hoist-non-react-statics", + "target": "npm:hoist-non-react-statics", "type": "static" - }, + } + ], + "npm:@types/mdast": [ { - "source": "npm:@babel/plugin-transform-nullish-coalescing-operator", - "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "source": "npm:@types/mdast", + "target": "npm:@types/unist", "type": "static" } ], - "npm:@babel/plugin-transform-numeric-separator": [ + "npm:@types/node-fetch": [ { - "source": "npm:@babel/plugin-transform-numeric-separator", - "target": "npm:@babel/core", + "source": "npm:@types/node-fetch", + "target": "npm:@types/node", "type": "static" }, { - "source": "npm:@babel/plugin-transform-numeric-separator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/node-fetch", + "target": "npm:form-data", "type": "static" - }, + } + ], + "npm:@types/node": [ { - "source": "npm:@babel/plugin-transform-numeric-separator", - "target": "npm:@babel/plugin-syntax-numeric-separator", + "source": "npm:@types/node", + "target": "npm:undici-types", "type": "static" } ], - "npm:@babel/plugin-transform-object-rest-spread": [ + "npm:@types/react-dom": [ { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/core", + "source": "npm:@types/react-dom", + "target": "npm:@types/react", + "type": "static" + } + ], + "npm:@types/react": [ + { + "source": "npm:@types/react", + "target": "npm:@types/prop-types", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:@types/react", + "target": "npm:@types/scheduler", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@types/react", + "target": "npm:csstype", + "type": "static" + } + ], + "npm:@types/tunnel": [ + { + "source": "npm:@types/tunnel", + "target": "npm:@types/node", + "type": "static" + } + ], + "npm:@vitest/expect": [ + { + "source": "npm:@vitest/expect", + "target": "npm:@vitest/spy", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/plugin-syntax-object-rest-spread", + "source": "npm:@vitest/expect", + "target": "npm:@vitest/utils", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-rest-spread", - "target": "npm:@babel/plugin-transform-parameters", + "source": "npm:@vitest/expect", + "target": "npm:chai", "type": "static" } ], - "npm:@babel/plugin-transform-object-super": [ + "npm:@vitest/runner": [ { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/core", + "source": "npm:@vitest/runner", + "target": "npm:@vitest/utils", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@vitest/runner", + "target": "npm:p-limit", "type": "static" }, { - "source": "npm:@babel/plugin-transform-object-super", - "target": "npm:@babel/helper-replace-supers", + "source": "npm:@vitest/runner", + "target": "npm:pathe", "type": "static" } ], - "npm:@babel/plugin-transform-optional-catch-binding": [ + "npm:@vitest/snapshot": [ { - "source": "npm:@babel/plugin-transform-optional-catch-binding", - "target": "npm:@babel/core", + "source": "npm:@vitest/snapshot", + "target": "npm:magic-string", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-catch-binding", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@vitest/snapshot", + "target": "npm:pathe", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-catch-binding", - "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "source": "npm:@vitest/snapshot", + "target": "npm:pretty-format@29.7.0", "type": "static" } ], - "npm:@babel/plugin-transform-optional-chaining": [ + "npm:@vitest/spy": [ { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/core", + "source": "npm:@vitest/spy", + "target": "npm:tinyspy", + "type": "static" + } + ], + "npm:@vitest/utils": [ + { + "source": "npm:@vitest/utils", + "target": "npm:diff-sequences", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@vitest/utils", + "target": "npm:estree-walker@3.0.3", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:@vitest/utils", + "target": "npm:loupe", "type": "static" }, { - "source": "npm:@babel/plugin-transform-optional-chaining", - "target": "npm:@babel/plugin-syntax-optional-chaining", + "source": "npm:@vitest/utils", + "target": "npm:pretty-format@29.7.0", "type": "static" } ], - "npm:@babel/plugin-transform-parameters": [ + "npm:@volar/language-core": [ { - "source": "npm:@babel/plugin-transform-parameters", - "target": "npm:@babel/core", + "source": "npm:@volar/language-core", + "target": "npm:@volar/source-map", "type": "static" - }, + } + ], + "npm:@volar/source-map": [ { - "source": "npm:@babel/plugin-transform-parameters", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@volar/source-map", + "target": "npm:muggle-string", "type": "static" } ], - "npm:@babel/plugin-transform-private-methods": [ + "npm:@volar/typescript": [ { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/core", + "source": "npm:@volar/typescript", + "target": "npm:@volar/language-core", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:@volar/typescript", + "target": "npm:path-browserify", + "type": "static" + } + ], + "npm:@vscode/extension-telemetry": [ + { + "source": "npm:@vscode/extension-telemetry", + "target": "npm:@microsoft/1ds-core-js", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-methods", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@vscode/extension-telemetry", + "target": "npm:@microsoft/1ds-post-js", "type": "static" } ], - "npm:@babel/plugin-transform-private-property-in-object": [ + "npm:@vue/compiler-core": [ { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/core", + "source": "npm:@vue/compiler-core", + "target": "npm:@babel/parser", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@vue/compiler-core", + "target": "npm:@vue/shared", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:@vue/compiler-core", + "target": "npm:entities", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@vue/compiler-core", + "target": "npm:estree-walker", "type": "static" }, { - "source": "npm:@babel/plugin-transform-private-property-in-object", - "target": "npm:@babel/plugin-syntax-private-property-in-object", + "source": "npm:@vue/compiler-core", + "target": "npm:source-map-js", "type": "static" } ], - "npm:@babel/plugin-transform-property-literals": [ - { - "source": "npm:@babel/plugin-transform-property-literals", - "target": "npm:@babel/core", + "npm:@vue/compiler-dom": [ + { + "source": "npm:@vue/compiler-dom", + "target": "npm:@vue/compiler-core", "type": "static" }, { - "source": "npm:@babel/plugin-transform-property-literals", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@vue/compiler-dom", + "target": "npm:@vue/shared", "type": "static" } ], - "npm:@babel/plugin-transform-react-display-name": [ + "npm:@vue/language-core": [ { - "source": "npm:@babel/plugin-transform-react-display-name", - "target": "npm:@babel/core", + "source": "npm:@vue/language-core", + "target": "npm:@volar/language-core", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-display-name", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@vue/language-core", + "target": "npm:@volar/source-map", "type": "static" - } - ], - "npm:@babel/plugin-transform-react-jsx-development": [ + }, { - "source": "npm:@babel/plugin-transform-react-jsx-development", - "target": "npm:@babel/core", + "source": "npm:@vue/language-core", + "target": "npm:@vue/compiler-dom", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx-development", - "target": "npm:@babel/plugin-transform-react-jsx", + "source": "npm:@vue/language-core", + "target": "npm:@vue/shared", "type": "static" - } - ], - "npm:@babel/plugin-transform-react-jsx": [ + }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/core", + "source": "npm:@vue/language-core", + "target": "npm:computeds", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@vue/language-core", + "target": "npm:minimatch", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-module-imports", + "source": "npm:@vue/language-core", + "target": "npm:muggle-string", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@vue/language-core", + "target": "npm:path-browserify", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/plugin-syntax-jsx", + "source": "npm:@vue/language-core", + "target": "npm:typescript", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-jsx", - "target": "npm:@babel/types", + "source": "npm:@vue/language-core", + "target": "npm:vue-template-compiler", "type": "static" } ], - "npm:@babel/plugin-transform-react-pure-annotations": [ + "npm:@yarnpkg/parsers": [ { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/core", + "source": "npm:@yarnpkg/parsers", + "target": "npm:js-yaml@3.14.1", "type": "static" }, { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:@yarnpkg/parsers", + "target": "npm:tslib@2.6.2", "type": "static" - }, + } + ], + "npm:@zkochan/js-yaml": [ { - "source": "npm:@babel/plugin-transform-react-pure-annotations", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:@zkochan/js-yaml", + "target": "npm:argparse", "type": "static" } ], - "npm:@babel/plugin-transform-regenerator": [ + "npm:@zkochan/rimraf": [ { - "source": "npm:@babel/plugin-transform-regenerator", - "target": "npm:@babel/core", + "source": "npm:@zkochan/rimraf", + "target": "npm:rimraf@3.0.2", "type": "static" - }, + } + ], + "npm:JSONStream": [ { - "source": "npm:@babel/plugin-transform-regenerator", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:JSONStream", + "target": "npm:jsonparse", "type": "static" }, { - "source": "npm:@babel/plugin-transform-regenerator", - "target": "npm:regenerator-transform", + "source": "npm:JSONStream", + "target": "npm:through", "type": "static" } ], - "npm:@babel/plugin-transform-reserved-words": [ + "npm:abort-controller": [ { - "source": "npm:@babel/plugin-transform-reserved-words", - "target": "npm:@babel/core", + "source": "npm:abort-controller", + "target": "npm:event-target-shim", "type": "static" - }, + } + ], + "npm:agent-base": [ { - "source": "npm:@babel/plugin-transform-reserved-words", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:agent-base", + "target": "npm:debug", "type": "static" } ], - "npm:@babel/plugin-transform-shorthand-properties": [ + "npm:aggregate-error": [ { - "source": "npm:@babel/plugin-transform-shorthand-properties", - "target": "npm:@babel/core", + "source": "npm:aggregate-error", + "target": "npm:clean-stack", "type": "static" }, { - "source": "npm:@babel/plugin-transform-shorthand-properties", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:aggregate-error", + "target": "npm:indent-string", "type": "static" } ], - "npm:@babel/plugin-transform-spread": [ + "npm:ajv": [ { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/core", + "source": "npm:ajv", + "target": "npm:fast-deep-equal", "type": "static" }, { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:ajv", + "target": "npm:fast-json-stable-stringify", "type": "static" }, { - "source": "npm:@babel/plugin-transform-spread", - "target": "npm:@babel/helper-skip-transparent-expression-wrappers", + "source": "npm:ajv", + "target": "npm:json-schema-traverse", "type": "static" - } - ], - "npm:@babel/plugin-transform-sticky-regex": [ + }, { - "source": "npm:@babel/plugin-transform-sticky-regex", - "target": "npm:@babel/core", + "source": "npm:ajv", + "target": "npm:uri-js", "type": "static" - }, + } + ], + "npm:ansi-styles@3.2.1": [ { - "source": "npm:@babel/plugin-transform-sticky-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:ansi-styles@3.2.1", + "target": "npm:color-convert@1.9.3", "type": "static" } ], - "npm:@babel/plugin-transform-template-literals": [ + "npm:ansi-styles": [ { - "source": "npm:@babel/plugin-transform-template-literals", - "target": "npm:@babel/core", + "source": "npm:ansi-styles", + "target": "npm:color-convert", "type": "static" - }, + } + ], + "npm:ansi-truncate": [ { - "source": "npm:@babel/plugin-transform-template-literals", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:ansi-truncate", + "target": "npm:fast-string-truncated-width", "type": "static" } ], - "npm:@babel/plugin-transform-typeof-symbol": [ + "npm:anymatch": [ { - "source": "npm:@babel/plugin-transform-typeof-symbol", - "target": "npm:@babel/core", + "source": "npm:anymatch", + "target": "npm:normalize-path", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typeof-symbol", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:anymatch", + "target": "npm:picomatch@2.3.1", "type": "static" } ], - "npm:@babel/plugin-transform-typescript": [ + "npm:argparse@1.0.10": [ { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/core", + "source": "npm:argparse@1.0.10", + "target": "npm:sprintf-js", "type": "static" - }, + } + ], + "npm:aria-query@5.1.3": [ { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-annotate-as-pure", + "source": "npm:aria-query@5.1.3", + "target": "npm:deep-equal", "type": "static" - }, + } + ], + "npm:aria-query": [ { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-create-class-features-plugin", + "source": "npm:aria-query", + "target": "npm:dequal", "type": "static" - }, + } + ], + "npm:array-buffer-byte-length": [ { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:array-buffer-byte-length", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:@babel/plugin-transform-typescript", - "target": "npm:@babel/plugin-syntax-typescript", + "source": "npm:array-buffer-byte-length", + "target": "npm:is-array-buffer", "type": "static" } ], - "npm:@babel/plugin-transform-unicode-escapes": [ - { - "source": "npm:@babel/plugin-transform-unicode-escapes", - "target": "npm:@babel/core", - "type": "static" - }, + "npm:array-last": [ { - "source": "npm:@babel/plugin-transform-unicode-escapes", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:array-last", + "target": "npm:is-number", "type": "static" } ], - "npm:@babel/plugin-transform-unicode-property-regex": [ + "npm:atomically": [ { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/core", + "source": "npm:atomically", + "target": "npm:stubborn-fs", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:atomically", + "target": "npm:when-exit", "type": "static" - }, + } + ], + "npm:available-typed-arrays": [ { - "source": "npm:@babel/plugin-transform-unicode-property-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:available-typed-arrays", + "target": "npm:possible-typed-array-names", "type": "static" } ], - "npm:@babel/plugin-transform-unicode-regex": [ + "npm:axios": [ { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/core", + "source": "npm:axios", + "target": "npm:follow-redirects", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", + "source": "npm:axios", + "target": "npm:form-data", "type": "static" }, { - "source": "npm:@babel/plugin-transform-unicode-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:axios", + "target": "npm:proxy-from-env", "type": "static" } ], - "npm:@babel/plugin-transform-unicode-sets-regex": [ - { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/core", - "type": "static" - }, - { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/helper-create-regexp-features-plugin", - "type": "static" - }, + "npm:axobject-query": [ { - "source": "npm:@babel/plugin-transform-unicode-sets-regex", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:axobject-query", + "target": "npm:dequal", "type": "static" } ], - "npm:@babel/preset-env": [ + "npm:babel-plugin-polyfill-corejs2": [ { - "source": "npm:@babel/preset-env", + "source": "npm:babel-plugin-polyfill-corejs2", "target": "npm:@babel/compat-data", "type": "static" }, { - "source": "npm:@babel/preset-env", + "source": "npm:babel-plugin-polyfill-corejs2", "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-compilation-targets", + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:@babel/helper-define-polyfill-provider", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:babel-plugin-polyfill-corejs2", + "target": "npm:semver", "type": "static" - }, + } + ], + "npm:babel-plugin-polyfill-corejs3": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/helper-validator-option", + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:@babel/helper-define-polyfill-provider", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", + "source": "npm:babel-plugin-polyfill-corejs3", + "target": "npm:core-js-compat", "type": "static" - }, + } + ], + "npm:babel-plugin-polyfill-regenerator": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/core", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-proposal-private-property-in-object", + "source": "npm:babel-plugin-polyfill-regenerator", + "target": "npm:@babel/helper-define-polyfill-provider", "type": "static" - }, + } + ], + "npm:bl": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-async-generators", + "source": "npm:bl", + "target": "npm:buffer", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-class-properties", + "source": "npm:bl", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-class-static-block", + "source": "npm:bl", + "target": "npm:readable-stream", "type": "static" - }, + } + ], + "npm:bole": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-dynamic-import", + "source": "npm:bole", + "target": "npm:fast-safe-stringify", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-export-namespace-from", + "source": "npm:bole", + "target": "npm:individual", "type": "static" - }, + } + ], + "npm:brace-expansion@1.1.11": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-assertions", + "source": "npm:brace-expansion@1.1.11", + "target": "npm:balanced-match", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-attributes", + "source": "npm:brace-expansion@1.1.11", + "target": "npm:concat-map", "type": "static" - }, + } + ], + "npm:brace-expansion": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-import-meta", + "source": "npm:brace-expansion", + "target": "npm:balanced-match", "type": "static" - }, + } + ], + "npm:braces": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-json-strings", + "source": "npm:braces", + "target": "npm:fill-range", "type": "static" - }, + } + ], + "npm:broadcast-channel": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-logical-assignment-operators", + "source": "npm:broadcast-channel", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-nullish-coalescing-operator", + "source": "npm:broadcast-channel", + "target": "npm:detect-node", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-numeric-separator", + "source": "npm:broadcast-channel", + "target": "npm:js-sha3", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-object-rest-spread", + "source": "npm:broadcast-channel", + "target": "npm:microseconds", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-optional-catch-binding", + "source": "npm:broadcast-channel", + "target": "npm:nano-time", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-optional-chaining", + "source": "npm:broadcast-channel", + "target": "npm:oblivious-set", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-private-property-in-object", + "source": "npm:broadcast-channel", + "target": "npm:rimraf@3.0.2", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-top-level-await", + "source": "npm:broadcast-channel", + "target": "npm:unload", "type": "static" - }, + } + ], + "npm:browserslist": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-syntax-unicode-sets-regex", + "source": "npm:browserslist", + "target": "npm:caniuse-lite", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-arrow-functions", + "source": "npm:browserslist", + "target": "npm:electron-to-chromium", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-generator-functions", + "source": "npm:browserslist", + "target": "npm:node-releases", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-async-to-generator", + "source": "npm:browserslist", + "target": "npm:update-browserslist-db", "type": "static" - }, + } + ], + "npm:buffer": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoped-functions", + "source": "npm:buffer", + "target": "npm:base64-js", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-block-scoping", + "source": "npm:buffer", + "target": "npm:ieee754", "type": "static" - }, + } + ], + "npm:builtins": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-properties", + "source": "npm:builtins", + "target": "npm:semver@7.6.0", "type": "static" - }, + } + ], + "npm:bundle-require": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-class-static-block", + "source": "npm:bundle-require", + "target": "npm:esbuild", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-classes", + "source": "npm:bundle-require", + "target": "npm:load-tsconfig", "type": "static" - }, + } + ], + "npm:call-bind": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-computed-properties", + "source": "npm:call-bind", + "target": "npm:es-define-property", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-destructuring", + "source": "npm:call-bind", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dotall-regex", + "source": "npm:call-bind", + "target": "npm:function-bind", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-duplicate-keys", + "source": "npm:call-bind", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-dynamic-import", + "source": "npm:call-bind", + "target": "npm:set-function-length", "type": "static" - }, + } + ], + "npm:chai": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-exponentiation-operator", + "source": "npm:chai", + "target": "npm:assertion-error", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-export-namespace-from", + "source": "npm:chai", + "target": "npm:check-error", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-for-of", + "source": "npm:chai", + "target": "npm:deep-eql", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-function-name", + "source": "npm:chai", + "target": "npm:get-func-name", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-json-strings", + "source": "npm:chai", + "target": "npm:loupe", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-literals", + "source": "npm:chai", + "target": "npm:pathval", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-logical-assignment-operators", + "source": "npm:chai", + "target": "npm:type-detect", "type": "static" - }, + } + ], + "npm:chalk@2.4.2": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-member-expression-literals", + "source": "npm:chalk@2.4.2", + "target": "npm:ansi-styles@3.2.1", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-amd", + "source": "npm:chalk@2.4.2", + "target": "npm:escape-string-regexp@1.0.5", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-commonjs", + "source": "npm:chalk@2.4.2", + "target": "npm:supports-color@5.5.0", "type": "static" - }, + } + ], + "npm:chalk@3.0.0": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-systemjs", + "source": "npm:chalk@3.0.0", + "target": "npm:ansi-styles", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-modules-umd", + "source": "npm:chalk@3.0.0", + "target": "npm:supports-color", + "type": "static" + } + ], + "npm:chalk@4.1.2": [ + { + "source": "npm:chalk@4.1.2", + "target": "npm:ansi-styles", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-named-capturing-groups-regex", + "source": "npm:chalk@4.1.2", + "target": "npm:supports-color", "type": "static" - }, + } + ], + "npm:check-error": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-new-target", + "source": "npm:check-error", + "target": "npm:get-func-name", "type": "static" - }, + } + ], + "npm:chokidar": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-nullish-coalescing-operator", + "source": "npm:chokidar", + "target": "npm:anymatch", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-numeric-separator", + "source": "npm:chokidar", + "target": "npm:braces", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-rest-spread", + "source": "npm:chokidar", + "target": "npm:glob-parent", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-object-super", + "source": "npm:chokidar", + "target": "npm:is-binary-path", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-catch-binding", + "source": "npm:chokidar", + "target": "npm:is-glob", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-optional-chaining", + "source": "npm:chokidar", + "target": "npm:normalize-path", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-parameters", + "source": "npm:chokidar", + "target": "npm:readdirp", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-methods", + "source": "npm:chokidar", + "target": "npm:fsevents", "type": "static" - }, + } + ], + "npm:cli-cursor": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-private-property-in-object", + "source": "npm:cli-cursor", + "target": "npm:restore-cursor", "type": "static" - }, + } + ], + "npm:cli-cursor@4.0.0": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-property-literals", + "source": "npm:cli-cursor@4.0.0", + "target": "npm:restore-cursor@4.0.0", "type": "static" - }, + } + ], + "npm:cli-truncate": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-regenerator", + "source": "npm:cli-truncate", + "target": "npm:slice-ansi", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-reserved-words", + "source": "npm:cli-truncate", + "target": "npm:string-width@7.1.0", "type": "static" - }, + } + ], + "npm:cliui": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-shorthand-properties", + "source": "npm:cliui", + "target": "npm:string-width", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-spread", + "source": "npm:cliui", + "target": "npm:strip-ansi", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-sticky-regex", + "source": "npm:cliui", + "target": "npm:wrap-ansi", "type": "static" - }, + } + ], + "npm:code-red": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-template-literals", + "source": "npm:code-red", + "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-typeof-symbol", + "source": "npm:code-red", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-escapes", + "source": "npm:code-red", + "target": "npm:acorn", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-property-regex", + "source": "npm:code-red", + "target": "npm:estree-walker@3.0.3", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-regex", + "source": "npm:code-red", + "target": "npm:periscopic", "type": "static" - }, + } + ], + "npm:color-convert@1.9.3": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/plugin-transform-unicode-sets-regex", + "source": "npm:color-convert@1.9.3", + "target": "npm:color-name@1.1.3", "type": "static" - }, + } + ], + "npm:color-convert": [ { - "source": "npm:@babel/preset-env", - "target": "npm:@babel/preset-modules", + "source": "npm:color-convert", + "target": "npm:color-name", "type": "static" - }, + } + ], + "npm:combined-stream": [ { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs2", + "source": "npm:combined-stream", + "target": "npm:delayed-stream", "type": "static" - }, + } + ], + "npm:compare-func": [ { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-corejs3", + "source": "npm:compare-func", + "target": "npm:array-ify", "type": "static" }, { - "source": "npm:@babel/preset-env", - "target": "npm:babel-plugin-polyfill-regenerator", + "source": "npm:compare-func", + "target": "npm:dot-prop", "type": "static" - }, + } + ], + "npm:compose-function": [ { - "source": "npm:@babel/preset-env", - "target": "npm:core-js-compat", + "source": "npm:compose-function", + "target": "npm:arity-n", "type": "static" - }, + } + ], + "npm:conventional-changelog-angular": [ { - "source": "npm:@babel/preset-env", - "target": "npm:semver", + "source": "npm:conventional-changelog-angular", + "target": "npm:compare-func", "type": "static" } ], - "npm:@babel/preset-modules": [ + "npm:conventional-commits-parser": [ { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/core", + "source": "npm:conventional-commits-parser", + "target": "npm:JSONStream", "type": "static" }, { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:conventional-commits-parser", + "target": "npm:is-text-path", "type": "static" }, { - "source": "npm:@babel/preset-modules", - "target": "npm:@babel/types", + "source": "npm:conventional-commits-parser", + "target": "npm:meow", "type": "static" }, { - "source": "npm:@babel/preset-modules", - "target": "npm:esutils", + "source": "npm:conventional-commits-parser", + "target": "npm:split2@4.2.0", "type": "static" } ], - "npm:@babel/preset-react": [ + "npm:copy-to-clipboard": [ { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/core", + "source": "npm:copy-to-clipboard", + "target": "npm:toggle-selection", "type": "static" - }, + } + ], + "npm:core-js-compat": [ { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:core-js-compat", + "target": "npm:browserslist", "type": "static" - }, + } + ], + "npm:cross-spawn@5.1.0": [ { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/helper-validator-option", + "source": "npm:cross-spawn@5.1.0", + "target": "npm:lru-cache@4.1.5", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-display-name", + "source": "npm:cross-spawn@5.1.0", + "target": "npm:shebang-command@1.2.0", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-jsx", + "source": "npm:cross-spawn@5.1.0", + "target": "npm:which@1.3.1", + "type": "static" + } + ], + "npm:cross-spawn": [ + { + "source": "npm:cross-spawn", + "target": "npm:path-key", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-jsx-development", + "source": "npm:cross-spawn", + "target": "npm:shebang-command", "type": "static" }, { - "source": "npm:@babel/preset-react", - "target": "npm:@babel/plugin-transform-react-pure-annotations", + "source": "npm:cross-spawn", + "target": "npm:which@2.0.2", "type": "static" } ], - "npm:@babel/preset-typescript": [ - { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/core", - "type": "static" - }, + "npm:css-in-js-utils": [ { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-plugin-utils", + "source": "npm:css-in-js-utils", + "target": "npm:hyphenate-style-name", "type": "static" - }, + } + ], + "npm:css-tree": [ { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/helper-validator-option", + "source": "npm:css-tree", + "target": "npm:mdn-data", "type": "static" }, { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-syntax-jsx", + "source": "npm:css-tree", + "target": "npm:source-map@0.6.1", "type": "static" - }, + } + ], + "npm:css-tree@2.3.1": [ { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-modules-commonjs", + "source": "npm:css-tree@2.3.1", + "target": "npm:mdn-data@2.0.30", "type": "static" }, { - "source": "npm:@babel/preset-typescript", - "target": "npm:@babel/plugin-transform-typescript", + "source": "npm:css-tree@2.3.1", + "target": "npm:source-map-js", "type": "static" } ], - "npm:@babel/runtime": [ + "npm:cssstyle": [ { - "source": "npm:@babel/runtime", - "target": "npm:regenerator-runtime", + "source": "npm:cssstyle", + "target": "npm:rrweb-cssom", "type": "static" } ], - "npm:@babel/template": [ + "npm:current-git-branch": [ { - "source": "npm:@babel/template", - "target": "npm:@babel/code-frame", + "source": "npm:current-git-branch", + "target": "npm:babel-plugin-add-module-exports", "type": "static" }, { - "source": "npm:@babel/template", - "target": "npm:@babel/parser", + "source": "npm:current-git-branch", + "target": "npm:execa@0.6.3", "type": "static" }, { - "source": "npm:@babel/template", - "target": "npm:@babel/types", + "source": "npm:current-git-branch", + "target": "npm:is-git-repository", "type": "static" } ], - "npm:@babel/traverse": [ - { - "source": "npm:@babel/traverse", - "target": "npm:@babel/code-frame", - "type": "static" - }, + "npm:d3-drag": [ { - "source": "npm:@babel/traverse", - "target": "npm:@babel/generator", + "source": "npm:d3-drag", + "target": "npm:d3-dispatch", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-environment-visitor", + "source": "npm:d3-drag", + "target": "npm:d3-selection", "type": "static" - }, + } + ], + "npm:d3-interpolate": [ { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-function-name", + "source": "npm:d3-interpolate", + "target": "npm:d3-color", "type": "static" - }, + } + ], + "npm:d3-transition": [ { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-hoist-variables", + "source": "npm:d3-transition", + "target": "npm:d3-color", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/helper-split-export-declaration", + "source": "npm:d3-transition", + "target": "npm:d3-dispatch", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/parser", + "source": "npm:d3-transition", + "target": "npm:d3-ease", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:@babel/types", + "source": "npm:d3-transition", + "target": "npm:d3-interpolate", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:debug", + "source": "npm:d3-transition", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@babel/traverse", - "target": "npm:globals", + "source": "npm:d3-transition", + "target": "npm:d3-timer", "type": "static" } ], - "npm:@babel/types": [ + "npm:d3-zoom": [ { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-string-parser", + "source": "npm:d3-zoom", + "target": "npm:d3-dispatch", "type": "static" }, { - "source": "npm:@babel/types", - "target": "npm:@babel/helper-validator-identifier", + "source": "npm:d3-zoom", + "target": "npm:d3-drag", "type": "static" }, { - "source": "npm:@babel/types", - "target": "npm:to-fast-properties", - "type": "static" - } - ], - "npm:@commitlint/parse": [ - { - "source": "npm:@commitlint/parse", - "target": "npm:@commitlint/types", + "source": "npm:d3-zoom", + "target": "npm:d3-interpolate", "type": "static" }, { - "source": "npm:@commitlint/parse", - "target": "npm:conventional-changelog-angular", + "source": "npm:d3-zoom", + "target": "npm:d3-selection", "type": "static" }, { - "source": "npm:@commitlint/parse", - "target": "npm:conventional-commits-parser", - "type": "static" - } - ], - "npm:@commitlint/types": [ - { - "source": "npm:@commitlint/types", - "target": "npm:chalk@4.1.2", + "source": "npm:d3-zoom", + "target": "npm:d3-transition", "type": "static" } ], - "npm:@ericcornelissen/bash-parser": [ - { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:array-last", - "type": "static" - }, + "npm:data-urls": [ { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:babylon", + "source": "npm:data-urls", + "target": "npm:whatwg-mimetype", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:compose-function", + "source": "npm:data-urls", + "target": "npm:whatwg-url", "type": "static" - }, + } + ], + "npm:debug": [ { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:deep-freeze", + "source": "npm:debug", + "target": "npm:ms", "type": "static" - }, + } + ], + "npm:decode-named-character-reference": [ { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:filter-iterator", + "source": "npm:decode-named-character-reference", + "target": "npm:character-entities", "type": "static" - }, + } + ], + "npm:deep-eql": [ { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:filter-obj", + "source": "npm:deep-eql", + "target": "npm:type-detect", "type": "static" - }, + } + ], + "npm:deep-equal": [ { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:has-own-property", + "source": "npm:deep-equal", + "target": "npm:array-buffer-byte-length", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:identity-function", + "source": "npm:deep-equal", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:is-iterable", + "source": "npm:deep-equal", + "target": "npm:es-get-iterator", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:iterable-lookahead", + "source": "npm:deep-equal", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:lodash.curry", + "source": "npm:deep-equal", + "target": "npm:is-arguments", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:magic-string@0.16.0", + "source": "npm:deep-equal", + "target": "npm:is-array-buffer", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:map-obj", + "source": "npm:deep-equal", + "target": "npm:is-date-object", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:object-pairs", + "source": "npm:deep-equal", + "target": "npm:is-regex", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:object-values", + "source": "npm:deep-equal", + "target": "npm:is-shared-array-buffer", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:reverse-arguments", + "source": "npm:deep-equal", + "target": "npm:isarray", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:shell-quote-word", + "source": "npm:deep-equal", + "target": "npm:object-is", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:to-pascal-case", + "source": "npm:deep-equal", + "target": "npm:object-keys", "type": "static" }, { - "source": "npm:@ericcornelissen/bash-parser", - "target": "npm:unescape-js", - "type": "static" - } - ], - "npm:@isaacs/cliui": [ - { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width@5.1.2", + "source": "npm:deep-equal", + "target": "npm:object.assign", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:string-width-cjs", + "source": "npm:deep-equal", + "target": "npm:regexp.prototype.flags", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi@7.1.0", + "source": "npm:deep-equal", + "target": "npm:side-channel", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:strip-ansi-cjs", + "source": "npm:deep-equal", + "target": "npm:which-boxed-primitive", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi@8.1.0", + "source": "npm:deep-equal", + "target": "npm:which-collection", "type": "static" }, { - "source": "npm:@isaacs/cliui", - "target": "npm:wrap-ansi-cjs", - "type": "static" - } - ], - "npm:@jest/schemas": [ - { - "source": "npm:@jest/schemas", - "target": "npm:@sinclair/typebox", + "source": "npm:deep-equal", + "target": "npm:which-typed-array", "type": "static" } ], - "npm:@jridgewell/gen-mapping": [ - { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/set-array", - "type": "static" - }, - { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/sourcemap-codec", - "type": "static" - }, + "npm:defaults": [ { - "source": "npm:@jridgewell/gen-mapping", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:defaults", + "target": "npm:clone", "type": "static" } ], - "npm:@jridgewell/source-map": [ + "npm:define-data-property": [ { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/gen-mapping", + "source": "npm:define-data-property", + "target": "npm:es-define-property", "type": "static" }, { - "source": "npm:@jridgewell/source-map", - "target": "npm:@jridgewell/trace-mapping", - "type": "static" - } - ], - "npm:@jridgewell/trace-mapping": [ - { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/resolve-uri", + "source": "npm:define-data-property", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:@jridgewell/trace-mapping", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:define-data-property", + "target": "npm:gopd", "type": "static" } ], - "npm:@microsoft/api-extractor-model": [ + "npm:define-properties": [ { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@microsoft/tsdoc", + "source": "npm:define-properties", + "target": "npm:define-data-property", "type": "static" }, { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@microsoft/tsdoc-config", + "source": "npm:define-properties", + "target": "npm:has-property-descriptors", "type": "static" }, { - "source": "npm:@microsoft/api-extractor-model", - "target": "npm:@rushstack/node-core-library", + "source": "npm:define-properties", + "target": "npm:object-keys", "type": "static" } ], - "npm:@microsoft/api-extractor": [ - { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/api-extractor-model", - "type": "static" - }, + "npm:dir-glob": [ { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/tsdoc", + "source": "npm:dir-glob", + "target": "npm:path-type@4.0.0", "type": "static" - }, + } + ], + "npm:dnd-core": [ { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@microsoft/tsdoc-config", + "source": "npm:dnd-core", + "target": "npm:@react-dnd/asap", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/node-core-library", + "source": "npm:dnd-core", + "target": "npm:@react-dnd/invariant", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/rig-package", + "source": "npm:dnd-core", + "target": "npm:redux", "type": "static" - }, + } + ], + "npm:dnd-multi-backend": [ { - "source": "npm:@microsoft/api-extractor", - "target": "npm:@rushstack/ts-command-line", + "source": "npm:dnd-multi-backend", + "target": "npm:dnd-core", "type": "static" - }, + } + ], + "npm:dom-helpers": [ { - "source": "npm:@microsoft/api-extractor", - "target": "npm:colors", + "source": "npm:dom-helpers", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:lodash", + "source": "npm:dom-helpers", + "target": "npm:csstype", "type": "static" - }, + } + ], + "npm:dom-serializer": [ { - "source": "npm:@microsoft/api-extractor", - "target": "npm:resolve", + "source": "npm:dom-serializer", + "target": "npm:domelementtype", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:semver@7.5.4", + "source": "npm:dom-serializer", + "target": "npm:domhandler", "type": "static" }, { - "source": "npm:@microsoft/api-extractor", - "target": "npm:source-map@0.6.1", + "source": "npm:dom-serializer", + "target": "npm:entities@2.2.0", "type": "static" - }, + } + ], + "npm:domhandler": [ { - "source": "npm:@microsoft/api-extractor", - "target": "npm:typescript@5.3.3", + "source": "npm:domhandler", + "target": "npm:domelementtype", "type": "static" } ], - "npm:@microsoft/tsdoc-config": [ + "npm:domutils": [ { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:@microsoft/tsdoc", + "source": "npm:domutils", + "target": "npm:dom-serializer", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:ajv", + "source": "npm:domutils", + "target": "npm:domelementtype", "type": "static" }, { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:jju", + "source": "npm:domutils", + "target": "npm:domhandler", "type": "static" - }, + } + ], + "npm:dot-prop": [ { - "source": "npm:@microsoft/tsdoc-config", - "target": "npm:resolve@1.19.0", + "source": "npm:dot-prop", + "target": "npm:is-obj", "type": "static" } ], - "npm:@nodelib/fs.scandir@2.1.5": [ + "npm:duplexer2": [ { - "source": "npm:@nodelib/fs.scandir@2.1.5", - "target": "npm:@nodelib/fs.stat", + "source": "npm:duplexer2", + "target": "npm:readable-stream@2.3.8", + "type": "static" + } + ], + "npm:easy-table": [ + { + "source": "npm:easy-table", + "target": "npm:ansi-regex", "type": "static" }, { - "source": "npm:@nodelib/fs.scandir@2.1.5", - "target": "npm:run-parallel", + "source": "npm:easy-table", + "target": "npm:wcwidth", "type": "static" } ], - "npm:@nodelib/fs.scandir": [ + "npm:encode-registry": [ { - "source": "npm:@nodelib/fs.scandir", - "target": "npm:@nodelib/fs.stat@3.0.0", + "source": "npm:encode-registry", + "target": "npm:mem", "type": "static" - }, + } + ], + "npm:end-of-stream": [ { - "source": "npm:@nodelib/fs.scandir", - "target": "npm:run-parallel", + "source": "npm:end-of-stream", + "target": "npm:once", "type": "static" } ], - "npm:@nodelib/fs.walk@1.2.8": [ + "npm:enquirer": [ { - "source": "npm:@nodelib/fs.walk@1.2.8", - "target": "npm:@nodelib/fs.scandir@2.1.5", + "source": "npm:enquirer", + "target": "npm:ansi-colors", "type": "static" - }, + } + ], + "npm:error-ex": [ { - "source": "npm:@nodelib/fs.walk@1.2.8", - "target": "npm:fastq", + "source": "npm:error-ex", + "target": "npm:is-arrayish", "type": "static" } ], - "npm:@nodelib/fs.walk": [ + "npm:error-stack-parser": [ { - "source": "npm:@nodelib/fs.walk", - "target": "npm:@nodelib/fs.scandir", + "source": "npm:error-stack-parser", + "target": "npm:stackframe", "type": "static" - }, + } + ], + "npm:es-define-property": [ { - "source": "npm:@nodelib/fs.walk", - "target": "npm:fastq", + "source": "npm:es-define-property", + "target": "npm:get-intrinsic", "type": "static" } ], - "npm:@npmcli/git": [ + "npm:es-get-iterator": [ { - "source": "npm:@npmcli/git", - "target": "npm:@npmcli/promise-spawn", + "source": "npm:es-get-iterator", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:lru-cache@10.2.0", + "source": "npm:es-get-iterator", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:npm-pick-manifest", + "source": "npm:es-get-iterator", + "target": "npm:has-symbols", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:proc-log", + "source": "npm:es-get-iterator", + "target": "npm:is-arguments", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:promise-inflight", + "source": "npm:es-get-iterator", + "target": "npm:is-map", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:promise-retry", + "source": "npm:es-get-iterator", + "target": "npm:is-set", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:semver@7.6.0", + "source": "npm:es-get-iterator", + "target": "npm:is-string", "type": "static" }, { - "source": "npm:@npmcli/git", - "target": "npm:which", + "source": "npm:es-get-iterator", + "target": "npm:isarray", + "type": "static" + }, + { + "source": "npm:es-get-iterator", + "target": "npm:stop-iteration-iterator", "type": "static" } ], - "npm:@npmcli/map-workspaces": [ + "npm:esbuild-register": [ { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:@npmcli/name-from-folder", + "source": "npm:esbuild-register", + "target": "npm:debug", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:glob@10.3.10", + "source": "npm:esbuild-register", + "target": "npm:esbuild@0.20.2", "type": "static" - }, + } + ], + "npm:esbuild": [ { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:minimatch", + "source": "npm:esbuild", + "target": "npm:@esbuild/aix-ppc64", "type": "static" }, { - "source": "npm:@npmcli/map-workspaces", - "target": "npm:read-package-json-fast", + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm", "type": "static" - } - ], - "npm:@npmcli/package-json": [ + }, { - "source": "npm:@npmcli/package-json", - "target": "npm:@npmcli/git", + "source": "npm:esbuild", + "target": "npm:@esbuild/android-arm64", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:glob@10.3.10", + "source": "npm:esbuild", + "target": "npm:@esbuild/android-x64", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:hosted-git-info", + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-arm64", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:json-parse-even-better-errors", + "source": "npm:esbuild", + "target": "npm:@esbuild/darwin-x64", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:normalize-package-data", + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-arm64", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:proc-log", + "source": "npm:esbuild", + "target": "npm:@esbuild/freebsd-x64", "type": "static" }, { - "source": "npm:@npmcli/package-json", - "target": "npm:semver@7.6.0", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm", "type": "static" - } - ], - "npm:@npmcli/promise-spawn": [ + }, { - "source": "npm:@npmcli/promise-spawn", - "target": "npm:which", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-arm64", "type": "static" - } - ], - "npm:@nrwl/tao": [ + }, { - "source": "npm:@nrwl/tao", - "target": "npm:nx", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ia32", "type": "static" }, { - "source": "npm:@nrwl/tao", - "target": "npm:tslib", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-loong64", "type": "static" - } - ], - "npm:@pnpm/core-loggers": [ + }, { - "source": "npm:@pnpm/core-loggers", - "target": "npm:@pnpm/logger", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-mips64el", "type": "static" }, { - "source": "npm:@pnpm/core-loggers", - "target": "npm:@pnpm/types", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-ppc64", "type": "static" - } - ], - "npm:@pnpm/error": [ + }, { - "source": "npm:@pnpm/error", - "target": "npm:@pnpm/constants", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-riscv64", "type": "static" - } - ], - "npm:@pnpm/fetching-types": [ + }, { - "source": "npm:@pnpm/fetching-types", - "target": "npm:@zkochan/retry", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-s390x", "type": "static" }, { - "source": "npm:@pnpm/fetching-types", - "target": "npm:node-fetch", + "source": "npm:esbuild", + "target": "npm:@esbuild/linux-x64", "type": "static" - } - ], - "npm:@pnpm/graceful-fs": [ + }, { - "source": "npm:@pnpm/graceful-fs", - "target": "npm:graceful-fs", + "source": "npm:esbuild", + "target": "npm:@esbuild/netbsd-x64", "type": "static" - } - ], - "npm:@pnpm/logger": [ + }, { - "source": "npm:@pnpm/logger", - "target": "npm:bole", + "source": "npm:esbuild", + "target": "npm:@esbuild/openbsd-x64", "type": "static" }, { - "source": "npm:@pnpm/logger", - "target": "npm:ndjson", + "source": "npm:esbuild", + "target": "npm:@esbuild/sunos-x64", "type": "static" - } - ], - "npm:@pnpm/npm-package-arg": [ + }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:hosted-git-info@4.1.0", + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-arm64", "type": "static" }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:semver@7.6.0", + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-ia32", "type": "static" }, { - "source": "npm:@pnpm/npm-package-arg", - "target": "npm:validate-npm-package-name", + "source": "npm:esbuild", + "target": "npm:@esbuild/win32-x64", "type": "static" } ], - "npm:@pnpm/npm-resolver": [ + "npm:esbuild@0.20.2": [ { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/core-loggers", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/aix-ppc64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/error", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/android-arm@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/fetching-types", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/android-arm64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/graceful-fs", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/android-x64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/logger", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/darwin-arm64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/resolve-workspace-range", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/darwin-x64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/resolver-base", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/freebsd-arm64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@pnpm/types", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/freebsd-x64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:@zkochan/retry", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-arm@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:encode-registry", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-arm64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:load-json-file", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-ia32@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:lru-cache@10.2.0", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-loong64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:normalize-path", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-mips64el@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:p-limit@3.1.0", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-ppc64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:p-memoize", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-riscv64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:parse-npm-tarball-url", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-s390x@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:path-temp", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/linux-x64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:ramda", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/netbsd-x64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:rename-overwrite", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/openbsd-x64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:semver@7.6.0", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/sunos-x64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:ssri", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/win32-arm64@0.20.2", "type": "static" }, { - "source": "npm:@pnpm/npm-resolver", - "target": "npm:version-selector-type", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/win32-ia32@0.20.2", "type": "static" - } - ], - "npm:@pnpm/resolve-workspace-range": [ + }, { - "source": "npm:@pnpm/resolve-workspace-range", - "target": "npm:semver@7.6.0", + "source": "npm:esbuild@0.20.2", + "target": "npm:@esbuild/win32-x64@0.20.2", "type": "static" } ], - "npm:@pnpm/resolver-base": [ + "npm:estree-walker@3.0.3": [ { - "source": "npm:@pnpm/resolver-base", - "target": "npm:@pnpm/types", + "source": "npm:estree-walker@3.0.3", + "target": "npm:@types/estree", "type": "static" } ], - "npm:@pnpm/workspace.pkgs-graph": [ + "npm:execa@0.6.3": [ { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/npm-package-arg", + "source": "npm:execa@0.6.3", + "target": "npm:cross-spawn@5.1.0", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/npm-resolver", + "source": "npm:execa@0.6.3", + "target": "npm:get-stream@3.0.0", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:@pnpm/resolve-workspace-range", + "source": "npm:execa@0.6.3", + "target": "npm:is-stream@1.1.0", "type": "static" }, { - "source": "npm:@pnpm/workspace.pkgs-graph", - "target": "npm:ramda", - "type": "static" - } - ], - "npm:@prettier/cli": [ - { - "source": "npm:@prettier/cli", - "target": "npm:@iarna/toml", + "source": "npm:execa@0.6.3", + "target": "npm:npm-run-path@2.0.2", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:atomically", + "source": "npm:execa@0.6.3", + "target": "npm:p-finally", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:fast-ignore", + "source": "npm:execa@0.6.3", + "target": "npm:signal-exit", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:find-up-json", + "source": "npm:execa@0.6.3", + "target": "npm:strip-eof", "type": "static" - }, + } + ], + "npm:execa@5.1.1": [ { - "source": "npm:@prettier/cli", - "target": "npm:import-meta-resolve", + "source": "npm:execa@5.1.1", + "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:is-binary-path", + "source": "npm:execa@5.1.1", + "target": "npm:get-stream", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:js-yaml", + "source": "npm:execa@5.1.1", + "target": "npm:human-signals", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:json-sorted-stringify", + "source": "npm:execa@5.1.1", + "target": "npm:is-stream", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:json5", + "source": "npm:execa@5.1.1", + "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:kasi", + "source": "npm:execa@5.1.1", + "target": "npm:npm-run-path", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:pioppo", + "source": "npm:execa@5.1.1", + "target": "npm:onetime", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:prettier", + "source": "npm:execa@5.1.1", + "target": "npm:signal-exit", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:specialist", + "source": "npm:execa@5.1.1", + "target": "npm:strip-final-newline", "type": "static" - }, + } + ], + "npm:execa": [ { - "source": "npm:@prettier/cli", - "target": "npm:tiny-editorconfig", + "source": "npm:execa", + "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-jsonc", + "source": "npm:execa", + "target": "npm:get-stream@8.0.1", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-readdir-glob", + "source": "npm:execa", + "target": "npm:human-signals@5.0.0", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:tiny-spinner", + "source": "npm:execa", + "target": "npm:is-stream@3.0.0", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:worktank", + "source": "npm:execa", + "target": "npm:merge-stream", "type": "static" }, { - "source": "npm:@prettier/cli", - "target": "npm:zeptomatch", + "source": "npm:execa", + "target": "npm:npm-run-path@5.3.0", "type": "static" - } - ], - "npm:@rollup/plugin-babel": [ + }, { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@babel/core", + "source": "npm:execa", + "target": "npm:onetime@6.0.0", "type": "static" }, { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@babel/helper-module-imports", + "source": "npm:execa", + "target": "npm:signal-exit@4.1.0", "type": "static" }, { - "source": "npm:@rollup/plugin-babel", - "target": "npm:@rollup/pluginutils", + "source": "npm:execa", + "target": "npm:strip-final-newline@3.0.0", "type": "static" - }, + } + ], + "npm:expand-tilde": [ { - "source": "npm:@rollup/plugin-babel", - "target": "npm:rollup", + "source": "npm:expand-tilde", + "target": "npm:homedir-polyfill", "type": "static" } ], - "npm:@rollup/plugin-commonjs": [ + "npm:fast-glob": [ { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:@rollup/pluginutils", + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.stat", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:commondir", + "source": "npm:fast-glob", + "target": "npm:@nodelib/fs.walk@1.2.8", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:estree-walker", + "source": "npm:fast-glob", + "target": "npm:glob-parent", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:glob", + "source": "npm:fast-glob", + "target": "npm:merge2", "type": "static" }, { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:is-reference", + "source": "npm:fast-glob", + "target": "npm:micromatch", "type": "static" - }, + } + ], + "npm:fast-ignore": [ { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:magic-string", + "source": "npm:fast-ignore", + "target": "npm:grammex", "type": "static" - }, + } + ], + "npm:fast-string-width": [ { - "source": "npm:@rollup/plugin-commonjs", - "target": "npm:rollup", + "source": "npm:fast-string-width", + "target": "npm:fast-string-truncated-width", + "type": "static" + } + ], + "npm:fastq": [ + { + "source": "npm:fastq", + "target": "npm:reusify", "type": "static" } ], - "npm:@rollup/plugin-node-resolve": [ + "npm:figures": [ { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@rollup/pluginutils", + "source": "npm:figures", + "target": "npm:escape-string-regexp@1.0.5", "type": "static" - }, + } + ], + "npm:fill-range": [ { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:@types/resolve", + "source": "npm:fill-range", + "target": "npm:to-regex-range", "type": "static" - }, + } + ], + "npm:find-up-json": [ { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:deepmerge", + "source": "npm:find-up-json", + "target": "npm:find-up-path", "type": "static" - }, + } + ], + "npm:findup-sync": [ { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:is-builtin-module", + "source": "npm:findup-sync", + "target": "npm:detect-file", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:is-module", + "source": "npm:findup-sync", + "target": "npm:is-glob", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:resolve", + "source": "npm:findup-sync", + "target": "npm:micromatch", "type": "static" }, { - "source": "npm:@rollup/plugin-node-resolve", - "target": "npm:rollup", + "source": "npm:findup-sync", + "target": "npm:resolve-dir", "type": "static" } ], - "npm:@rollup/plugin-replace": [ + "npm:fined": [ { - "source": "npm:@rollup/plugin-replace", - "target": "npm:@rollup/pluginutils", + "source": "npm:fined", + "target": "npm:expand-tilde", "type": "static" }, { - "source": "npm:@rollup/plugin-replace", - "target": "npm:magic-string", + "source": "npm:fined", + "target": "npm:is-plain-object", "type": "static" }, { - "source": "npm:@rollup/plugin-replace", - "target": "npm:rollup", + "source": "npm:fined", + "target": "npm:object.defaults", "type": "static" - } - ], - "npm:@rollup/plugin-terser": [ + }, { - "source": "npm:@rollup/plugin-terser", - "target": "npm:rollup", + "source": "npm:fined", + "target": "npm:object.pick", "type": "static" }, { - "source": "npm:@rollup/plugin-terser", - "target": "npm:serialize-javascript", + "source": "npm:fined", + "target": "npm:parse-filepath", "type": "static" - }, + } + ], + "npm:for-each": [ { - "source": "npm:@rollup/plugin-terser", - "target": "npm:smob", + "source": "npm:for-each", + "target": "npm:is-callable", "type": "static" - }, + } + ], + "npm:for-own": [ { - "source": "npm:@rollup/plugin-terser", - "target": "npm:terser", + "source": "npm:for-own", + "target": "npm:for-in", "type": "static" } ], - "npm:@rollup/pluginutils@4.2.1": [ + "npm:foreground-child": [ { - "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:estree-walker", + "source": "npm:foreground-child", + "target": "npm:cross-spawn", "type": "static" }, { - "source": "npm:@rollup/pluginutils@4.2.1", - "target": "npm:picomatch@2.3.1", + "source": "npm:foreground-child", + "target": "npm:signal-exit@4.1.0", "type": "static" } ], - "npm:@rollup/pluginutils": [ - { - "source": "npm:@rollup/pluginutils", - "target": "npm:@types/estree", - "type": "static" - }, + "npm:form-data@2.5.1": [ { - "source": "npm:@rollup/pluginutils", - "target": "npm:estree-walker", + "source": "npm:form-data@2.5.1", + "target": "npm:asynckit", "type": "static" }, { - "source": "npm:@rollup/pluginutils", - "target": "npm:picomatch@2.3.1", + "source": "npm:form-data@2.5.1", + "target": "npm:combined-stream", "type": "static" }, { - "source": "npm:@rollup/pluginutils", - "target": "npm:rollup", + "source": "npm:form-data@2.5.1", + "target": "npm:mime-types", "type": "static" } ], - "npm:@rushstack/node-core-library": [ + "npm:form-data": [ { - "source": "npm:@rushstack/node-core-library", - "target": "npm:@types/node", + "source": "npm:form-data", + "target": "npm:asynckit", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:colors", + "source": "npm:form-data", + "target": "npm:combined-stream", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:fs-extra@7.0.1", + "source": "npm:form-data", + "target": "npm:mime-types", "type": "static" - }, + } + ], + "npm:fs-extra": [ { - "source": "npm:@rushstack/node-core-library", - "target": "npm:import-lazy", + "source": "npm:fs-extra", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:jju", + "source": "npm:fs-extra", + "target": "npm:jsonfile", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:resolve", + "source": "npm:fs-extra", + "target": "npm:universalify", "type": "static" - }, + } + ], + "npm:fs-extra@11.2.0": [ { - "source": "npm:@rushstack/node-core-library", - "target": "npm:semver@7.5.4", + "source": "npm:fs-extra@11.2.0", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:@rushstack/node-core-library", - "target": "npm:z-schema", - "type": "static" - } - ], - "npm:@rushstack/rig-package": [ - { - "source": "npm:@rushstack/rig-package", - "target": "npm:resolve", + "source": "npm:fs-extra@11.2.0", + "target": "npm:jsonfile", "type": "static" }, { - "source": "npm:@rushstack/rig-package", - "target": "npm:strip-json-comments@3.1.1", + "source": "npm:fs-extra@11.2.0", + "target": "npm:universalify", "type": "static" } ], - "npm:@rushstack/ts-command-line": [ + "npm:fs-extra@7.0.1": [ { - "source": "npm:@rushstack/ts-command-line", - "target": "npm:@types/argparse", + "source": "npm:fs-extra@7.0.1", + "target": "npm:graceful-fs", "type": "static" }, { - "source": "npm:@rushstack/ts-command-line", - "target": "npm:argparse@1.0.10", + "source": "npm:fs-extra@7.0.1", + "target": "npm:jsonfile@4.0.0", "type": "static" }, { - "source": "npm:@rushstack/ts-command-line", - "target": "npm:colors", + "source": "npm:fs-extra@7.0.1", + "target": "npm:universalify@0.1.2", "type": "static" - }, + } + ], + "npm:get-current-package": [ { - "source": "npm:@rushstack/ts-command-line", - "target": "npm:string-argv", + "source": "npm:get-current-package", + "target": "npm:find-up-json", "type": "static" } ], - "npm:@size-limit/esbuild": [ + "npm:get-intrinsic": [ { - "source": "npm:@size-limit/esbuild", - "target": "npm:esbuild", + "source": "npm:get-intrinsic", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:@size-limit/esbuild", - "target": "npm:nanoid", + "source": "npm:get-intrinsic", + "target": "npm:function-bind", "type": "static" }, { - "source": "npm:@size-limit/esbuild", - "target": "npm:size-limit", + "source": "npm:get-intrinsic", + "target": "npm:has-proto", "type": "static" - } - ], - "npm:@size-limit/file": [ + }, { - "source": "npm:@size-limit/file", - "target": "npm:size-limit", + "source": "npm:get-intrinsic", + "target": "npm:has-symbols", + "type": "static" + }, + { + "source": "npm:get-intrinsic", + "target": "npm:hasown", "type": "static" } ], - "npm:@size-limit/preset-small-lib": [ + "npm:git-log-parser": [ { - "source": "npm:@size-limit/preset-small-lib", - "target": "npm:@size-limit/esbuild", + "source": "npm:git-log-parser", + "target": "npm:argv-formatter", "type": "static" }, { - "source": "npm:@size-limit/preset-small-lib", - "target": "npm:@size-limit/file", + "source": "npm:git-log-parser", + "target": "npm:spawn-error-forwarder", "type": "static" }, { - "source": "npm:@size-limit/preset-small-lib", - "target": "npm:size-limit", + "source": "npm:git-log-parser", + "target": "npm:split2", "type": "static" - } - ], - "npm:@snyk/github-codeowners": [ + }, { - "source": "npm:@snyk/github-codeowners", - "target": "npm:commander@4.1.1", + "source": "npm:git-log-parser", + "target": "npm:stream-combiner2", "type": "static" }, { - "source": "npm:@snyk/github-codeowners", - "target": "npm:ignore", + "source": "npm:git-log-parser", + "target": "npm:through2", "type": "static" }, { - "source": "npm:@snyk/github-codeowners", - "target": "npm:p-map", + "source": "npm:git-log-parser", + "target": "npm:traverse", "type": "static" } ], - "npm:@tanstack/config": [ + "npm:glob-gitignore": [ { - "source": "npm:@tanstack/config", - "target": "npm:@commitlint/parse", + "source": "npm:glob-gitignore", + "target": "npm:glob@7.2.3", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:chalk", + "source": "npm:glob-gitignore", + "target": "npm:ignore", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:commander", + "source": "npm:glob-gitignore", + "target": "npm:lodash.difference", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:current-git-branch", + "source": "npm:glob-gitignore", + "target": "npm:lodash.union", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:esbuild-register", + "source": "npm:glob-gitignore", + "target": "npm:make-array", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:git-log-parser", + "source": "npm:glob-gitignore", + "target": "npm:util.inherits", "type": "static" - }, + } + ], + "npm:glob-parent": [ { - "source": "npm:@tanstack/config", - "target": "npm:interpret", + "source": "npm:glob-parent", + "target": "npm:is-glob", "type": "static" - }, + } + ], + "npm:glob@10.3.10": [ { - "source": "npm:@tanstack/config", - "target": "npm:jsonfile", + "source": "npm:glob@10.3.10", + "target": "npm:foreground-child", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:liftoff", + "source": "npm:glob@10.3.10", + "target": "npm:jackspeak", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:luxon", + "source": "npm:glob@10.3.10", + "target": "npm:minimatch", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:minimist", + "source": "npm:glob@10.3.10", + "target": "npm:minipass", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:rollup-plugin-preserve-directives", + "source": "npm:glob@10.3.10", + "target": "npm:path-scurry", "type": "static" - }, + } + ], + "npm:glob@7.2.3": [ { - "source": "npm:@tanstack/config", - "target": "npm:semver@7.6.0", + "source": "npm:glob@7.2.3", + "target": "npm:fs.realpath", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:stream-to-array", + "source": "npm:glob@7.2.3", + "target": "npm:inflight", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:v8flags", + "source": "npm:glob@7.2.3", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:vite-plugin-dts", + "source": "npm:glob@7.2.3", + "target": "npm:minimatch@3.1.2", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:vite-plugin-externalize-deps", + "source": "npm:glob@7.2.3", + "target": "npm:once", "type": "static" }, { - "source": "npm:@tanstack/config", - "target": "npm:vite-tsconfig-paths", + "source": "npm:glob@7.2.3", + "target": "npm:path-is-absolute", "type": "static" } ], - "npm:@testing-library/dom": [ + "npm:glob": [ { - "source": "npm:@testing-library/dom", - "target": "npm:@babel/code-frame", + "source": "npm:glob", + "target": "npm:fs.realpath", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:@babel/runtime", + "source": "npm:glob", + "target": "npm:inflight", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:@types/aria-query", + "source": "npm:glob", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:aria-query@5.1.3", + "source": "npm:glob", + "target": "npm:minimatch@5.1.6", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:chalk@4.1.2", + "source": "npm:glob", + "target": "npm:once", "type": "static" - }, + } + ], + "npm:global-modules": [ { - "source": "npm:@testing-library/dom", - "target": "npm:dom-accessibility-api@0.5.16", + "source": "npm:global-modules", + "target": "npm:global-prefix", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:lz-string", + "source": "npm:global-modules", + "target": "npm:is-windows", "type": "static" }, { - "source": "npm:@testing-library/dom", - "target": "npm:pretty-format", + "source": "npm:global-modules", + "target": "npm:resolve-dir", "type": "static" } ], - "npm:@testing-library/jest-dom": [ + "npm:global-prefix": [ { - "source": "npm:@testing-library/jest-dom", - "target": "npm:@adobe/css-tools", + "source": "npm:global-prefix", + "target": "npm:expand-tilde", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:@babel/runtime", + "source": "npm:global-prefix", + "target": "npm:homedir-polyfill", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:aria-query", + "source": "npm:global-prefix", + "target": "npm:ini", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:chalk@3.0.0", + "source": "npm:global-prefix", + "target": "npm:is-windows", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:css.escape", + "source": "npm:global-prefix", + "target": "npm:which@1.3.1", "type": "static" - }, + } + ], + "npm:globby": [ { - "source": "npm:@testing-library/jest-dom", - "target": "npm:dom-accessibility-api", + "source": "npm:globby", + "target": "npm:array-union", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:lodash", + "source": "npm:globby", + "target": "npm:dir-glob", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:redent", + "source": "npm:globby", + "target": "npm:fast-glob", "type": "static" }, { - "source": "npm:@testing-library/jest-dom", - "target": "npm:vitest", + "source": "npm:globby", + "target": "npm:ignore", "type": "static" - } - ], - "npm:@testing-library/react-hooks": [ + }, { - "source": "npm:@testing-library/react-hooks", - "target": "npm:@babel/runtime", + "source": "npm:globby", + "target": "npm:merge2", "type": "static" }, { - "source": "npm:@testing-library/react-hooks", - "target": "npm:react", + "source": "npm:globby", + "target": "npm:slash", "type": "static" - }, + } + ], + "npm:globby@14.0.1": [ { - "source": "npm:@testing-library/react-hooks", - "target": "npm:react-dom", + "source": "npm:globby@14.0.1", + "target": "npm:@sindresorhus/merge-streams", "type": "static" }, { - "source": "npm:@testing-library/react-hooks", - "target": "npm:react-error-boundary", + "source": "npm:globby@14.0.1", + "target": "npm:fast-glob", "type": "static" - } - ], - "npm:@testing-library/react": [ + }, { - "source": "npm:@testing-library/react", - "target": "npm:@babel/runtime", + "source": "npm:globby@14.0.1", + "target": "npm:ignore", "type": "static" }, { - "source": "npm:@testing-library/react", - "target": "npm:@testing-library/dom", + "source": "npm:globby@14.0.1", + "target": "npm:path-type", "type": "static" }, { - "source": "npm:@testing-library/react", - "target": "npm:@types/react-dom", + "source": "npm:globby@14.0.1", + "target": "npm:slash@5.1.0", "type": "static" }, { - "source": "npm:@testing-library/react", - "target": "npm:react", + "source": "npm:globby@14.0.1", + "target": "npm:unicorn-magic", "type": "static" - }, + } + ], + "npm:gopd": [ { - "source": "npm:@testing-library/react", - "target": "npm:react-dom", + "source": "npm:gopd", + "target": "npm:get-intrinsic", "type": "static" } ], - "npm:@types/node": [ + "npm:has-property-descriptors": [ { - "source": "npm:@types/node", - "target": "npm:undici-types", + "source": "npm:has-property-descriptors", + "target": "npm:es-define-property", "type": "static" } ], - "npm:@types/react-dom": [ + "npm:has-tostringtag": [ { - "source": "npm:@types/react-dom", - "target": "npm:@types/react", + "source": "npm:has-tostringtag", + "target": "npm:has-symbols", "type": "static" } ], - "npm:@types/react": [ + "npm:hasown": [ { - "source": "npm:@types/react", - "target": "npm:@types/prop-types", + "source": "npm:hasown", + "target": "npm:function-bind", "type": "static" - }, + } + ], + "npm:history": [ { - "source": "npm:@types/react", - "target": "npm:@types/scheduler", + "source": "npm:history", + "target": "npm:@babel/runtime", "type": "static" - }, + } + ], + "npm:hoist-non-react-statics": [ { - "source": "npm:@types/react", - "target": "npm:csstype", + "source": "npm:hoist-non-react-statics", + "target": "npm:react-is@16.13.1", "type": "static" } ], - "npm:@vitest/expect": [ + "npm:homedir-polyfill": [ { - "source": "npm:@vitest/expect", - "target": "npm:@vitest/spy", + "source": "npm:homedir-polyfill", + "target": "npm:parse-passwd", "type": "static" - }, + } + ], + "npm:hosted-git-info@4.1.0": [ { - "source": "npm:@vitest/expect", - "target": "npm:@vitest/utils", + "source": "npm:hosted-git-info@4.1.0", + "target": "npm:lru-cache@6.0.0", "type": "static" - }, + } + ], + "npm:hosted-git-info": [ { - "source": "npm:@vitest/expect", - "target": "npm:chai", + "source": "npm:hosted-git-info", + "target": "npm:lru-cache@10.2.0", "type": "static" } ], - "npm:@vitest/runner": [ + "npm:html-encoding-sniffer": [ { - "source": "npm:@vitest/runner", - "target": "npm:@vitest/utils", + "source": "npm:html-encoding-sniffer", + "target": "npm:whatwg-encoding", "type": "static" - }, + } + ], + "npm:html-to-text": [ { - "source": "npm:@vitest/runner", - "target": "npm:p-limit", + "source": "npm:html-to-text", + "target": "npm:@selderee/plugin-htmlparser2", "type": "static" }, { - "source": "npm:@vitest/runner", - "target": "npm:pathe", + "source": "npm:html-to-text", + "target": "npm:deepmerge", "type": "static" - } - ], - "npm:@vitest/snapshot": [ + }, { - "source": "npm:@vitest/snapshot", - "target": "npm:magic-string", + "source": "npm:html-to-text", + "target": "npm:he", "type": "static" }, { - "source": "npm:@vitest/snapshot", - "target": "npm:pathe", + "source": "npm:html-to-text", + "target": "npm:htmlparser2", "type": "static" }, { - "source": "npm:@vitest/snapshot", - "target": "npm:pretty-format@29.7.0", - "type": "static" - } - ], - "npm:@vitest/spy": [ + "source": "npm:html-to-text", + "target": "npm:minimist", + "type": "static" + }, { - "source": "npm:@vitest/spy", - "target": "npm:tinyspy", + "source": "npm:html-to-text", + "target": "npm:selderee", "type": "static" } ], - "npm:@vitest/utils": [ + "npm:htmlparser2": [ { - "source": "npm:@vitest/utils", - "target": "npm:diff-sequences", + "source": "npm:htmlparser2", + "target": "npm:domelementtype", "type": "static" }, { - "source": "npm:@vitest/utils", - "target": "npm:estree-walker@3.0.3", + "source": "npm:htmlparser2", + "target": "npm:domhandler", "type": "static" }, { - "source": "npm:@vitest/utils", - "target": "npm:loupe", + "source": "npm:htmlparser2", + "target": "npm:domutils", "type": "static" }, { - "source": "npm:@vitest/utils", - "target": "npm:pretty-format@29.7.0", + "source": "npm:htmlparser2", + "target": "npm:entities@2.2.0", "type": "static" } ], - "npm:@volar/language-core": [ + "npm:http-proxy-agent": [ { - "source": "npm:@volar/language-core", - "target": "npm:@volar/source-map", + "source": "npm:http-proxy-agent", + "target": "npm:agent-base", "type": "static" - } - ], - "npm:@volar/source-map": [ + }, { - "source": "npm:@volar/source-map", - "target": "npm:muggle-string", + "source": "npm:http-proxy-agent", + "target": "npm:debug", "type": "static" } ], - "npm:@volar/typescript": [ + "npm:https-proxy-agent": [ { - "source": "npm:@volar/typescript", - "target": "npm:@volar/language-core", + "source": "npm:https-proxy-agent", + "target": "npm:agent-base", "type": "static" }, { - "source": "npm:@volar/typescript", - "target": "npm:path-browserify", + "source": "npm:https-proxy-agent", + "target": "npm:debug", "type": "static" } ], - "npm:@vue/compiler-core": [ + "npm:iconv-lite": [ { - "source": "npm:@vue/compiler-core", - "target": "npm:@babel/parser", + "source": "npm:iconv-lite", + "target": "npm:safer-buffer", "type": "static" - }, + } + ], + "npm:inflight": [ { - "source": "npm:@vue/compiler-core", - "target": "npm:@vue/shared", + "source": "npm:inflight", + "target": "npm:once", "type": "static" }, { - "source": "npm:@vue/compiler-core", - "target": "npm:entities", + "source": "npm:inflight", + "target": "npm:wrappy", "type": "static" - }, + } + ], + "npm:inline-style-prefixer": [ { - "source": "npm:@vue/compiler-core", - "target": "npm:estree-walker", + "source": "npm:inline-style-prefixer", + "target": "npm:css-in-js-utils", "type": "static" }, { - "source": "npm:@vue/compiler-core", - "target": "npm:source-map-js", + "source": "npm:inline-style-prefixer", + "target": "npm:fast-loops", "type": "static" } ], - "npm:@vue/compiler-dom": [ + "npm:internal-slot": [ { - "source": "npm:@vue/compiler-dom", - "target": "npm:@vue/compiler-core", + "source": "npm:internal-slot", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:@vue/compiler-dom", - "target": "npm:@vue/shared", + "source": "npm:internal-slot", + "target": "npm:hasown", + "type": "static" + }, + { + "source": "npm:internal-slot", + "target": "npm:side-channel", "type": "static" } ], - "npm:@vue/language-core": [ + "npm:intl-messageformat@10.3.1": [ { - "source": "npm:@vue/language-core", - "target": "npm:@volar/language-core", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:@volar/source-map", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:@formatjs/fast-memoize@1.2.8", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:@vue/compiler-dom", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:@vue/shared", + "source": "npm:intl-messageformat@10.3.1", + "target": "npm:tslib@2.6.2", "type": "static" - }, + } + ], + "npm:intl-messageformat": [ { - "source": "npm:@vue/language-core", - "target": "npm:computeds", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/ecma402-abstract", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:minimatch", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/fast-memoize", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:muggle-string", + "source": "npm:intl-messageformat", + "target": "npm:@formatjs/icu-messageformat-parser", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:path-browserify", + "source": "npm:intl-messageformat", + "target": "npm:tslib@2.6.2", + "type": "static" + } + ], + "npm:is-absolute": [ + { + "source": "npm:is-absolute", + "target": "npm:is-relative", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:typescript", + "source": "npm:is-absolute", + "target": "npm:is-windows", + "type": "static" + } + ], + "npm:is-arguments": [ + { + "source": "npm:is-arguments", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:@vue/language-core", - "target": "npm:vue-template-compiler", + "source": "npm:is-arguments", + "target": "npm:has-tostringtag", "type": "static" } ], - "npm:@yarnpkg/parsers": [ + "npm:is-array-buffer": [ { - "source": "npm:@yarnpkg/parsers", - "target": "npm:js-yaml@3.14.1", + "source": "npm:is-array-buffer", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:@yarnpkg/parsers", - "target": "npm:tslib", + "source": "npm:is-array-buffer", + "target": "npm:get-intrinsic", "type": "static" } ], - "npm:@zkochan/js-yaml": [ + "npm:is-bigint": [ { - "source": "npm:@zkochan/js-yaml", - "target": "npm:argparse", + "source": "npm:is-bigint", + "target": "npm:has-bigints", "type": "static" } ], - "npm:@zkochan/rimraf": [ + "npm:is-binary-path": [ { - "source": "npm:@zkochan/rimraf", - "target": "npm:rimraf@3.0.2", + "source": "npm:is-binary-path", + "target": "npm:binary-extensions", "type": "static" } ], - "npm:JSONStream": [ + "npm:is-boolean-object": [ { - "source": "npm:JSONStream", - "target": "npm:jsonparse", + "source": "npm:is-boolean-object", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:JSONStream", - "target": "npm:through", + "source": "npm:is-boolean-object", + "target": "npm:has-tostringtag", "type": "static" } ], - "npm:agent-base": [ + "npm:is-builtin-module": [ { - "source": "npm:agent-base", - "target": "npm:debug", + "source": "npm:is-builtin-module", + "target": "npm:builtin-modules", "type": "static" } ], - "npm:aggregate-error": [ + "npm:is-core-module": [ { - "source": "npm:aggregate-error", - "target": "npm:clean-stack", + "source": "npm:is-core-module", + "target": "npm:hasown", "type": "static" - }, + } + ], + "npm:is-date-object": [ { - "source": "npm:aggregate-error", - "target": "npm:indent-string", + "source": "npm:is-date-object", + "target": "npm:has-tostringtag", "type": "static" } ], - "npm:ajv": [ + "npm:is-fullwidth-code-point@5.0.0": [ { - "source": "npm:ajv", - "target": "npm:fast-deep-equal", + "source": "npm:is-fullwidth-code-point@5.0.0", + "target": "npm:get-east-asian-width", "type": "static" - }, + } + ], + "npm:is-generator-function": [ { - "source": "npm:ajv", - "target": "npm:fast-json-stable-stringify", + "source": "npm:is-generator-function", + "target": "npm:has-tostringtag", "type": "static" - }, + } + ], + "npm:is-git-repository": [ { - "source": "npm:ajv", - "target": "npm:json-schema-traverse", + "source": "npm:is-git-repository", + "target": "npm:execa@0.6.3", "type": "static" }, { - "source": "npm:ajv", - "target": "npm:uri-js", + "source": "npm:is-git-repository", + "target": "npm:path-is-absolute", "type": "static" } ], - "npm:ansi-styles@3.2.1": [ + "npm:is-glob": [ { - "source": "npm:ansi-styles@3.2.1", - "target": "npm:color-convert@1.9.3", + "source": "npm:is-glob", + "target": "npm:is-extglob", "type": "static" } ], - "npm:ansi-styles": [ + "npm:is-number-object": [ { - "source": "npm:ansi-styles", - "target": "npm:color-convert", + "source": "npm:is-number-object", + "target": "npm:has-tostringtag", "type": "static" } ], - "npm:ansi-truncate": [ + "npm:is-reference": [ { - "source": "npm:ansi-truncate", - "target": "npm:fast-string-truncated-width", + "source": "npm:is-reference", + "target": "npm:@types/estree", "type": "static" } ], - "npm:anymatch": [ - { - "source": "npm:anymatch", - "target": "npm:normalize-path", - "type": "static" - }, + "npm:is-reference@3.0.2": [ { - "source": "npm:anymatch", - "target": "npm:picomatch@2.3.1", + "source": "npm:is-reference@3.0.2", + "target": "npm:@types/estree", "type": "static" } ], - "npm:argparse@1.0.10": [ + "npm:is-regex": [ { - "source": "npm:argparse@1.0.10", - "target": "npm:sprintf-js", + "source": "npm:is-regex", + "target": "npm:call-bind", "type": "static" - } - ], - "npm:aria-query@5.1.3": [ + }, { - "source": "npm:aria-query@5.1.3", - "target": "npm:deep-equal", + "source": "npm:is-regex", + "target": "npm:has-tostringtag", "type": "static" } ], - "npm:aria-query": [ + "npm:is-relative": [ { - "source": "npm:aria-query", - "target": "npm:dequal", + "source": "npm:is-relative", + "target": "npm:is-unc-path", "type": "static" } ], - "npm:array-buffer-byte-length": [ + "npm:is-shared-array-buffer": [ { - "source": "npm:array-buffer-byte-length", + "source": "npm:is-shared-array-buffer", "target": "npm:call-bind", "type": "static" - }, + } + ], + "npm:is-string": [ { - "source": "npm:array-buffer-byte-length", - "target": "npm:is-array-buffer", + "source": "npm:is-string", + "target": "npm:has-tostringtag", "type": "static" } ], - "npm:array-last": [ + "npm:is-symbol": [ { - "source": "npm:array-last", - "target": "npm:is-number", + "source": "npm:is-symbol", + "target": "npm:has-symbols", "type": "static" } ], - "npm:atomically": [ - { - "source": "npm:atomically", - "target": "npm:stubborn-fs", - "type": "static" - }, + "npm:is-text-path": [ { - "source": "npm:atomically", - "target": "npm:when-exit", + "source": "npm:is-text-path", + "target": "npm:text-extensions", "type": "static" } ], - "npm:available-typed-arrays": [ + "npm:is-typed-array": [ { - "source": "npm:available-typed-arrays", - "target": "npm:possible-typed-array-names", + "source": "npm:is-typed-array", + "target": "npm:which-typed-array", "type": "static" } ], - "npm:axios": [ + "npm:is-unc-path": [ { - "source": "npm:axios", - "target": "npm:follow-redirects", + "source": "npm:is-unc-path", + "target": "npm:unc-path-regex", "type": "static" - }, + } + ], + "npm:is-weakset": [ { - "source": "npm:axios", - "target": "npm:form-data", + "source": "npm:is-weakset", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:axios", - "target": "npm:proxy-from-env", + "source": "npm:is-weakset", + "target": "npm:get-intrinsic", "type": "static" } ], - "npm:axobject-query": [ + "npm:is-wsl": [ { - "source": "npm:axobject-query", - "target": "npm:dequal", + "source": "npm:is-wsl", + "target": "npm:is-docker", "type": "static" } ], - "npm:babel-plugin-polyfill-corejs2": [ - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/compat-data", - "type": "static" - }, - { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/core", - "type": "static" - }, + "npm:jackspeak": [ { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:@babel/helper-define-polyfill-provider", + "source": "npm:jackspeak", + "target": "npm:@isaacs/cliui", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs2", - "target": "npm:semver", + "source": "npm:jackspeak", + "target": "npm:@pkgjs/parseargs", "type": "static" } ], - "npm:babel-plugin-polyfill-corejs3": [ + "npm:jest-diff": [ { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:@babel/core", + "source": "npm:jest-diff", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:@babel/helper-define-polyfill-provider", + "source": "npm:jest-diff", + "target": "npm:diff-sequences", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-corejs3", - "target": "npm:core-js-compat", - "type": "static" - } - ], - "npm:babel-plugin-polyfill-regenerator": [ - { - "source": "npm:babel-plugin-polyfill-regenerator", - "target": "npm:@babel/core", + "source": "npm:jest-diff", + "target": "npm:jest-get-type", "type": "static" }, { - "source": "npm:babel-plugin-polyfill-regenerator", - "target": "npm:@babel/helper-define-polyfill-provider", + "source": "npm:jest-diff", + "target": "npm:pretty-format@29.7.0", "type": "static" } ], - "npm:bl": [ - { - "source": "npm:bl", - "target": "npm:buffer", - "type": "static" - }, + "npm:js-yaml@3.14.1": [ { - "source": "npm:bl", - "target": "npm:inherits", + "source": "npm:js-yaml@3.14.1", + "target": "npm:argparse@1.0.10", "type": "static" }, { - "source": "npm:bl", - "target": "npm:readable-stream", + "source": "npm:js-yaml@3.14.1", + "target": "npm:esprima", "type": "static" } ], - "npm:bole": [ - { - "source": "npm:bole", - "target": "npm:fast-safe-stringify", - "type": "static" - }, + "npm:js-yaml": [ { - "source": "npm:bole", - "target": "npm:individual", + "source": "npm:js-yaml", + "target": "npm:argparse", "type": "static" } ], - "npm:brace-expansion@1.1.11": [ + "npm:jsdom": [ { - "source": "npm:brace-expansion@1.1.11", - "target": "npm:balanced-match", + "source": "npm:jsdom", + "target": "npm:cssstyle", "type": "static" }, { - "source": "npm:brace-expansion@1.1.11", - "target": "npm:concat-map", + "source": "npm:jsdom", + "target": "npm:data-urls", "type": "static" - } - ], - "npm:brace-expansion": [ + }, { - "source": "npm:brace-expansion", - "target": "npm:balanced-match", + "source": "npm:jsdom", + "target": "npm:decimal.js", "type": "static" - } - ], - "npm:braces": [ + }, { - "source": "npm:braces", - "target": "npm:fill-range", + "source": "npm:jsdom", + "target": "npm:form-data", "type": "static" - } - ], - "npm:browserslist": [ + }, { - "source": "npm:browserslist", - "target": "npm:caniuse-lite", + "source": "npm:jsdom", + "target": "npm:html-encoding-sniffer", "type": "static" }, { - "source": "npm:browserslist", - "target": "npm:electron-to-chromium", + "source": "npm:jsdom", + "target": "npm:http-proxy-agent", "type": "static" }, { - "source": "npm:browserslist", - "target": "npm:node-releases", + "source": "npm:jsdom", + "target": "npm:https-proxy-agent", "type": "static" }, { - "source": "npm:browserslist", - "target": "npm:update-browserslist-db", + "source": "npm:jsdom", + "target": "npm:is-potential-custom-element-name", "type": "static" - } - ], - "npm:buffer": [ + }, { - "source": "npm:buffer", - "target": "npm:base64-js", + "source": "npm:jsdom", + "target": "npm:nwsapi", "type": "static" }, { - "source": "npm:buffer", - "target": "npm:ieee754", + "source": "npm:jsdom", + "target": "npm:parse5", "type": "static" - } - ], - "npm:builtins": [ + }, { - "source": "npm:builtins", - "target": "npm:semver@7.6.0", + "source": "npm:jsdom", + "target": "npm:rrweb-cssom", "type": "static" - } - ], - "npm:call-bind": [ + }, { - "source": "npm:call-bind", - "target": "npm:es-define-property", + "source": "npm:jsdom", + "target": "npm:saxes", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:es-errors", + "source": "npm:jsdom", + "target": "npm:symbol-tree", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:function-bind", + "source": "npm:jsdom", + "target": "npm:tough-cookie", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:get-intrinsic", + "source": "npm:jsdom", + "target": "npm:w3c-xmlserializer", "type": "static" }, { - "source": "npm:call-bind", - "target": "npm:set-function-length", + "source": "npm:jsdom", + "target": "npm:webidl-conversions", "type": "static" - } - ], - "npm:chai": [ + }, { - "source": "npm:chai", - "target": "npm:assertion-error", + "source": "npm:jsdom", + "target": "npm:whatwg-encoding", "type": "static" }, { - "source": "npm:chai", - "target": "npm:check-error", + "source": "npm:jsdom", + "target": "npm:whatwg-mimetype", "type": "static" }, { - "source": "npm:chai", - "target": "npm:deep-eql", + "source": "npm:jsdom", + "target": "npm:whatwg-url", "type": "static" }, { - "source": "npm:chai", - "target": "npm:get-func-name", + "source": "npm:jsdom", + "target": "npm:ws", "type": "static" }, { - "source": "npm:chai", - "target": "npm:loupe", + "source": "npm:jsdom", + "target": "npm:xml-name-validator", "type": "static" - }, + } + ], + "npm:jsonfile@4.0.0": [ { - "source": "npm:chai", - "target": "npm:pathval", + "source": "npm:jsonfile@4.0.0", + "target": "npm:graceful-fs", + "type": "static" + } + ], + "npm:jsonfile": [ + { + "source": "npm:jsonfile", + "target": "npm:universalify", "type": "static" }, { - "source": "npm:chai", - "target": "npm:type-detect", + "source": "npm:jsonfile", + "target": "npm:graceful-fs", "type": "static" } ], - "npm:chalk@2.4.2": [ + "npm:knip": [ + { + "source": "npm:knip", + "target": "npm:@ericcornelissen/bash-parser", + "type": "static" + }, { - "source": "npm:chalk@2.4.2", - "target": "npm:ansi-styles@3.2.1", + "source": "npm:knip", + "target": "npm:@nodelib/fs.walk", "type": "static" }, { - "source": "npm:chalk@2.4.2", - "target": "npm:escape-string-regexp", + "source": "npm:knip", + "target": "npm:@npmcli/map-workspaces", "type": "static" }, { - "source": "npm:chalk@2.4.2", - "target": "npm:supports-color@5.5.0", + "source": "npm:knip", + "target": "npm:@npmcli/package-json", "type": "static" - } - ], - "npm:chalk@3.0.0": [ + }, { - "source": "npm:chalk@3.0.0", - "target": "npm:ansi-styles", + "source": "npm:knip", + "target": "npm:@pnpm/logger", "type": "static" }, { - "source": "npm:chalk@3.0.0", - "target": "npm:supports-color", + "source": "npm:knip", + "target": "npm:@pnpm/workspace.pkgs-graph", "type": "static" - } - ], - "npm:chalk@4.1.2": [ + }, { - "source": "npm:chalk@4.1.2", - "target": "npm:ansi-styles", + "source": "npm:knip", + "target": "npm:@snyk/github-codeowners", "type": "static" }, { - "source": "npm:chalk@4.1.2", - "target": "npm:supports-color", + "source": "npm:knip", + "target": "npm:@types/node", "type": "static" - } - ], - "npm:check-error": [ + }, { - "source": "npm:check-error", - "target": "npm:get-func-name", + "source": "npm:knip", + "target": "npm:@types/picomatch", "type": "static" - } - ], - "npm:chokidar": [ + }, { - "source": "npm:chokidar", - "target": "npm:anymatch", + "source": "npm:knip", + "target": "npm:easy-table", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:braces", + "source": "npm:knip", + "target": "npm:fast-glob", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:glob-parent", + "source": "npm:knip", + "target": "npm:jiti", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:is-binary-path", + "source": "npm:knip", + "target": "npm:js-yaml", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:is-glob", + "source": "npm:knip", + "target": "npm:micromatch", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:normalize-path", + "source": "npm:knip", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:readdirp", + "source": "npm:knip", + "target": "npm:picocolors", "type": "static" }, { - "source": "npm:chokidar", - "target": "npm:fsevents", + "source": "npm:knip", + "target": "npm:picomatch", "type": "static" - } - ], - "npm:cli-cursor": [ + }, { - "source": "npm:cli-cursor", - "target": "npm:restore-cursor", + "source": "npm:knip", + "target": "npm:pretty-ms", "type": "static" - } - ], - "npm:cli-cursor@4.0.0": [ + }, { - "source": "npm:cli-cursor@4.0.0", - "target": "npm:restore-cursor@4.0.0", + "source": "npm:knip", + "target": "npm:smol-toml", "type": "static" - } - ], - "npm:cli-truncate": [ + }, { - "source": "npm:cli-truncate", - "target": "npm:slice-ansi", + "source": "npm:knip", + "target": "npm:strip-json-comments", "type": "static" }, { - "source": "npm:cli-truncate", - "target": "npm:string-width@7.1.0", + "source": "npm:knip", + "target": "npm:summary", "type": "static" - } - ], - "npm:cliui": [ + }, { - "source": "npm:cliui", - "target": "npm:string-width", + "source": "npm:knip", + "target": "npm:typescript", "type": "static" }, { - "source": "npm:cliui", - "target": "npm:strip-ansi", + "source": "npm:knip", + "target": "npm:zod", "type": "static" }, { - "source": "npm:cliui", - "target": "npm:wrap-ansi", + "source": "npm:knip", + "target": "npm:zod-validation-error", "type": "static" } ], - "npm:code-red": [ + "npm:lib0": [ { - "source": "npm:code-red", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:lib0", + "target": "npm:isomorphic.js", "type": "static" - }, + } + ], + "npm:liftoff": [ { - "source": "npm:code-red", - "target": "npm:@types/estree", + "source": "npm:liftoff", + "target": "npm:extend", "type": "static" }, { - "source": "npm:code-red", - "target": "npm:acorn", + "source": "npm:liftoff", + "target": "npm:findup-sync", "type": "static" }, { - "source": "npm:code-red", - "target": "npm:estree-walker@3.0.3", + "source": "npm:liftoff", + "target": "npm:fined", "type": "static" }, { - "source": "npm:code-red", - "target": "npm:periscopic", - "type": "static" - } - ], - "npm:color-convert@1.9.3": [ - { - "source": "npm:color-convert@1.9.3", - "target": "npm:color-name@1.1.3", + "source": "npm:liftoff", + "target": "npm:flagged-respawn", "type": "static" - } - ], - "npm:color-convert": [ + }, { - "source": "npm:color-convert", - "target": "npm:color-name", + "source": "npm:liftoff", + "target": "npm:is-plain-object", "type": "static" - } - ], - "npm:combined-stream": [ + }, { - "source": "npm:combined-stream", - "target": "npm:delayed-stream", + "source": "npm:liftoff", + "target": "npm:object.map", "type": "static" - } - ], - "npm:compare-func": [ + }, { - "source": "npm:compare-func", - "target": "npm:array-ify", + "source": "npm:liftoff", + "target": "npm:rechoir", "type": "static" }, { - "source": "npm:compare-func", - "target": "npm:dot-prop", + "source": "npm:liftoff", + "target": "npm:resolve", "type": "static" } ], - "npm:compose-function": [ + "npm:lint-staged": [ { - "source": "npm:compose-function", - "target": "npm:arity-n", + "source": "npm:lint-staged", + "target": "npm:chalk", "type": "static" - } - ], - "npm:conventional-changelog-angular": [ + }, { - "source": "npm:conventional-changelog-angular", - "target": "npm:compare-func", + "source": "npm:lint-staged", + "target": "npm:commander@11.1.0", "type": "static" - } - ], - "npm:conventional-commits-parser": [ + }, { - "source": "npm:conventional-commits-parser", - "target": "npm:JSONStream", + "source": "npm:lint-staged", + "target": "npm:debug", "type": "static" }, { - "source": "npm:conventional-commits-parser", - "target": "npm:is-text-path", + "source": "npm:lint-staged", + "target": "npm:execa", "type": "static" }, { - "source": "npm:conventional-commits-parser", - "target": "npm:meow", + "source": "npm:lint-staged", + "target": "npm:lilconfig", "type": "static" }, { - "source": "npm:conventional-commits-parser", - "target": "npm:split2@4.2.0", + "source": "npm:lint-staged", + "target": "npm:listr2", "type": "static" - } - ], - "npm:core-js-compat": [ + }, { - "source": "npm:core-js-compat", - "target": "npm:browserslist", + "source": "npm:lint-staged", + "target": "npm:micromatch", "type": "static" - } - ], - "npm:cross-spawn@5.1.0": [ + }, { - "source": "npm:cross-spawn@5.1.0", - "target": "npm:lru-cache@4.1.5", + "source": "npm:lint-staged", + "target": "npm:pidtree", "type": "static" }, { - "source": "npm:cross-spawn@5.1.0", - "target": "npm:shebang-command@1.2.0", + "source": "npm:lint-staged", + "target": "npm:string-argv", "type": "static" }, { - "source": "npm:cross-spawn@5.1.0", - "target": "npm:which@1.3.1", + "source": "npm:lint-staged", + "target": "npm:yaml", "type": "static" } ], - "npm:cross-spawn": [ + "npm:listr2": [ { - "source": "npm:cross-spawn", - "target": "npm:path-key", + "source": "npm:listr2", + "target": "npm:cli-truncate", "type": "static" }, { - "source": "npm:cross-spawn", - "target": "npm:shebang-command", + "source": "npm:listr2", + "target": "npm:colorette", + "type": "static" + }, + { + "source": "npm:listr2", + "target": "npm:eventemitter3", "type": "static" }, { - "source": "npm:cross-spawn", - "target": "npm:which@2.0.2", + "source": "npm:listr2", + "target": "npm:log-update", "type": "static" - } - ], - "npm:css-tree": [ + }, { - "source": "npm:css-tree", - "target": "npm:mdn-data", + "source": "npm:listr2", + "target": "npm:rfdc", "type": "static" }, { - "source": "npm:css-tree", - "target": "npm:source-map-js", + "source": "npm:listr2", + "target": "npm:wrap-ansi@9.0.0", "type": "static" } ], - "npm:cssstyle": [ + "npm:load-json-file": [ { - "source": "npm:cssstyle", - "target": "npm:rrweb-cssom", + "source": "npm:load-json-file", + "target": "npm:graceful-fs", "type": "static" - } - ], - "npm:current-git-branch": [ + }, { - "source": "npm:current-git-branch", - "target": "npm:babel-plugin-add-module-exports", + "source": "npm:load-json-file", + "target": "npm:parse-json", "type": "static" }, { - "source": "npm:current-git-branch", - "target": "npm:execa@0.6.3", + "source": "npm:load-json-file", + "target": "npm:strip-bom@4.0.0", "type": "static" }, { - "source": "npm:current-git-branch", - "target": "npm:is-git-repository", + "source": "npm:load-json-file", + "target": "npm:type-fest", "type": "static" } ], - "npm:data-urls": [ + "npm:local-pkg": [ { - "source": "npm:data-urls", - "target": "npm:whatwg-mimetype", + "source": "npm:local-pkg", + "target": "npm:mlly", "type": "static" }, { - "source": "npm:data-urls", - "target": "npm:whatwg-url", + "source": "npm:local-pkg", + "target": "npm:pkg-types", "type": "static" } ], - "npm:debug": [ + "npm:log-symbols": [ { - "source": "npm:debug", - "target": "npm:ms", + "source": "npm:log-symbols", + "target": "npm:chalk@4.1.2", "type": "static" - } - ], - "npm:deep-eql": [ + }, { - "source": "npm:deep-eql", - "target": "npm:type-detect", + "source": "npm:log-symbols", + "target": "npm:is-unicode-supported", "type": "static" } ], - "npm:deep-equal": [ - { - "source": "npm:deep-equal", - "target": "npm:array-buffer-byte-length", - "type": "static" - }, + "npm:log-update": [ { - "source": "npm:deep-equal", - "target": "npm:call-bind", + "source": "npm:log-update", + "target": "npm:ansi-escapes", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:es-get-iterator", + "source": "npm:log-update", + "target": "npm:cli-cursor@4.0.0", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:get-intrinsic", + "source": "npm:log-update", + "target": "npm:slice-ansi@7.1.0", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:is-arguments", + "source": "npm:log-update", + "target": "npm:strip-ansi@7.1.0", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:is-array-buffer", + "source": "npm:log-update", + "target": "npm:wrap-ansi@9.0.0", "type": "static" - }, + } + ], + "npm:loose-envify": [ { - "source": "npm:deep-equal", - "target": "npm:is-date-object", + "source": "npm:loose-envify", + "target": "npm:js-tokens", "type": "static" - }, + } + ], + "npm:loupe": [ { - "source": "npm:deep-equal", - "target": "npm:is-regex", + "source": "npm:loupe", + "target": "npm:get-func-name", "type": "static" - }, + } + ], + "npm:lru-cache@4.1.5": [ { - "source": "npm:deep-equal", - "target": "npm:is-shared-array-buffer", + "source": "npm:lru-cache@4.1.5", + "target": "npm:pseudomap", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:isarray", + "source": "npm:lru-cache@4.1.5", + "target": "npm:yallist@2.1.2", "type": "static" - }, + } + ], + "npm:lru-cache": [ { - "source": "npm:deep-equal", - "target": "npm:object-is", + "source": "npm:lru-cache", + "target": "npm:yallist", "type": "static" - }, + } + ], + "npm:lru-cache@6.0.0": [ { - "source": "npm:deep-equal", - "target": "npm:object-keys", + "source": "npm:lru-cache@6.0.0", + "target": "npm:yallist@4.0.0", "type": "static" - }, + } + ], + "npm:magic-string@0.16.0": [ { - "source": "npm:deep-equal", - "target": "npm:object.assign", + "source": "npm:magic-string@0.16.0", + "target": "npm:vlq", "type": "static" - }, + } + ], + "npm:magic-string": [ { - "source": "npm:deep-equal", - "target": "npm:regexp.prototype.flags", + "source": "npm:magic-string", + "target": "npm:@jridgewell/sourcemap-codec", "type": "static" - }, + } + ], + "npm:make-iterator": [ { - "source": "npm:deep-equal", - "target": "npm:side-channel", + "source": "npm:make-iterator", + "target": "npm:kind-of", "type": "static" - }, + } + ], + "npm:map-age-cleaner": [ { - "source": "npm:deep-equal", - "target": "npm:which-boxed-primitive", + "source": "npm:map-age-cleaner", + "target": "npm:p-defer", "type": "static" - }, + } + ], + "npm:match-sorter": [ { - "source": "npm:deep-equal", - "target": "npm:which-collection", + "source": "npm:match-sorter", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:deep-equal", - "target": "npm:which-typed-array", - "type": "static" - } - ], - "npm:defaults": [ - { - "source": "npm:defaults", - "target": "npm:clone", + "source": "npm:match-sorter", + "target": "npm:remove-accents", "type": "static" } ], - "npm:define-data-property": [ + "npm:mdast-util-definitions": [ { - "source": "npm:define-data-property", - "target": "npm:es-define-property", + "source": "npm:mdast-util-definitions", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:define-data-property", - "target": "npm:es-errors", + "source": "npm:mdast-util-definitions", + "target": "npm:@types/unist", "type": "static" }, { - "source": "npm:define-data-property", - "target": "npm:gopd", + "source": "npm:mdast-util-definitions", + "target": "npm:unist-util-visit", "type": "static" } ], - "npm:define-properties": [ + "npm:mdast-util-from-markdown": [ { - "source": "npm:define-properties", - "target": "npm:define-data-property", + "source": "npm:mdast-util-from-markdown", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:define-properties", - "target": "npm:has-property-descriptors", + "source": "npm:mdast-util-from-markdown", + "target": "npm:@types/unist", "type": "static" }, { - "source": "npm:define-properties", - "target": "npm:object-keys", + "source": "npm:mdast-util-from-markdown", + "target": "npm:decode-named-character-reference", "type": "static" - } - ], - "npm:dot-prop": [ + }, { - "source": "npm:dot-prop", - "target": "npm:is-obj", + "source": "npm:mdast-util-from-markdown", + "target": "npm:mdast-util-to-string", "type": "static" - } - ], - "npm:duplexer2": [ + }, { - "source": "npm:duplexer2", - "target": "npm:readable-stream@2.3.8", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark", "type": "static" - } - ], - "npm:easy-table": [ + }, { - "source": "npm:easy-table", - "target": "npm:ansi-regex", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" }, { - "source": "npm:easy-table", - "target": "npm:wcwidth", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-decode-string", "type": "static" - } - ], - "npm:encode-registry": [ + }, { - "source": "npm:encode-registry", - "target": "npm:mem", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-normalize-identifier", "type": "static" - } - ], - "npm:end-of-stream": [ + }, { - "source": "npm:end-of-stream", - "target": "npm:once", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-symbol", "type": "static" - } - ], - "npm:enquirer": [ + }, { - "source": "npm:enquirer", - "target": "npm:ansi-colors", + "source": "npm:mdast-util-from-markdown", + "target": "npm:micromark-util-types", "type": "static" - } - ], - "npm:error-ex": [ + }, { - "source": "npm:error-ex", - "target": "npm:is-arrayish", + "source": "npm:mdast-util-from-markdown", + "target": "npm:unist-util-stringify-position", "type": "static" - } - ], - "npm:es-define-property": [ + }, { - "source": "npm:es-define-property", - "target": "npm:get-intrinsic", + "source": "npm:mdast-util-from-markdown", + "target": "npm:uvu", "type": "static" } ], - "npm:es-get-iterator": [ + "npm:mdast-util-to-hast": [ { - "source": "npm:es-get-iterator", - "target": "npm:call-bind", + "source": "npm:mdast-util-to-hast", + "target": "npm:@types/hast", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:get-intrinsic", + "source": "npm:mdast-util-to-hast", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:has-symbols", + "source": "npm:mdast-util-to-hast", + "target": "npm:mdast-util-definitions", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:is-arguments", + "source": "npm:mdast-util-to-hast", + "target": "npm:micromark-util-sanitize-uri", + "type": "static" + }, + { + "source": "npm:mdast-util-to-hast", + "target": "npm:trim-lines", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:is-map", + "source": "npm:mdast-util-to-hast", + "target": "npm:unist-util-generated", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:is-set", + "source": "npm:mdast-util-to-hast", + "target": "npm:unist-util-position", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:is-string", + "source": "npm:mdast-util-to-hast", + "target": "npm:unist-util-visit", "type": "static" - }, + } + ], + "npm:mdast-util-to-string": [ { - "source": "npm:es-get-iterator", - "target": "npm:isarray", + "source": "npm:mdast-util-to-string", + "target": "npm:@types/mdast", + "type": "static" + } + ], + "npm:mem@6.1.1": [ + { + "source": "npm:mem@6.1.1", + "target": "npm:map-age-cleaner", "type": "static" }, { - "source": "npm:es-get-iterator", - "target": "npm:stop-iteration-iterator", + "source": "npm:mem@6.1.1", + "target": "npm:mimic-fn@3.1.0", "type": "static" } ], - "npm:esbuild-register": [ + "npm:mem": [ { - "source": "npm:esbuild-register", - "target": "npm:debug", + "source": "npm:mem", + "target": "npm:map-age-cleaner", "type": "static" }, { - "source": "npm:esbuild-register", - "target": "npm:esbuild", + "source": "npm:mem", + "target": "npm:mimic-fn@3.1.0", "type": "static" } ], - "npm:esbuild": [ + "npm:micromark-core-commonmark": [ { - "source": "npm:esbuild", - "target": "npm:@esbuild/aix-ppc64", + "source": "npm:micromark-core-commonmark", + "target": "npm:decode-named-character-reference", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/android-arm", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-destination", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/android-arm64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-label", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/android-x64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-space", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/darwin-arm64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-title", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/darwin-x64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-factory-whitespace", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/freebsd-arm64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/freebsd-x64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-chunked", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-arm", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-classify-character", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-arm64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-html-tag-name", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-ia32", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-normalize-identifier", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-loong64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-resolve-all", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-mips64el", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-subtokenize", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-ppc64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-riscv64", + "source": "npm:micromark-core-commonmark", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-s390x", + "source": "npm:micromark-core-commonmark", + "target": "npm:uvu", "type": "static" - }, + } + ], + "npm:micromark-factory-destination": [ { - "source": "npm:esbuild", - "target": "npm:@esbuild/linux-x64", + "source": "npm:micromark-factory-destination", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/netbsd-x64", + "source": "npm:micromark-factory-destination", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/openbsd-x64", + "source": "npm:micromark-factory-destination", + "target": "npm:micromark-util-types", "type": "static" - }, + } + ], + "npm:micromark-factory-label": [ { - "source": "npm:esbuild", - "target": "npm:@esbuild/sunos-x64", + "source": "npm:micromark-factory-label", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-arm64", + "source": "npm:micromark-factory-label", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-ia32", + "source": "npm:micromark-factory-label", + "target": "npm:micromark-util-types", "type": "static" }, { - "source": "npm:esbuild", - "target": "npm:@esbuild/win32-x64", + "source": "npm:micromark-factory-label", + "target": "npm:uvu", "type": "static" } ], - "npm:estree-walker@3.0.3": [ + "npm:micromark-factory-space": [ { - "source": "npm:estree-walker@3.0.3", - "target": "npm:@types/estree", + "source": "npm:micromark-factory-space", + "target": "npm:micromark-util-character", + "type": "static" + }, + { + "source": "npm:micromark-factory-space", + "target": "npm:micromark-util-types", "type": "static" } ], - "npm:execa@0.6.3": [ + "npm:micromark-factory-title": [ { - "source": "npm:execa@0.6.3", - "target": "npm:cross-spawn@5.1.0", + "source": "npm:micromark-factory-title", + "target": "npm:micromark-factory-space", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:get-stream@3.0.0", + "source": "npm:micromark-factory-title", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:is-stream@1.1.0", + "source": "npm:micromark-factory-title", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:npm-run-path@2.0.2", + "source": "npm:micromark-factory-title", + "target": "npm:micromark-util-types", + "type": "static" + } + ], + "npm:micromark-factory-whitespace": [ + { + "source": "npm:micromark-factory-whitespace", + "target": "npm:micromark-factory-space", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:p-finally", + "source": "npm:micromark-factory-whitespace", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:signal-exit@3.0.7", + "source": "npm:micromark-factory-whitespace", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:execa@0.6.3", - "target": "npm:strip-eof", + "source": "npm:micromark-factory-whitespace", + "target": "npm:micromark-util-types", "type": "static" } ], - "npm:execa": [ - { - "source": "npm:execa", - "target": "npm:cross-spawn", - "type": "static" - }, + "npm:micromark-util-character": [ { - "source": "npm:execa", - "target": "npm:get-stream", + "source": "npm:micromark-util-character", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:execa", - "target": "npm:human-signals", + "source": "npm:micromark-util-character", + "target": "npm:micromark-util-types", "type": "static" - }, + } + ], + "npm:micromark-util-chunked": [ { - "source": "npm:execa", - "target": "npm:is-stream", + "source": "npm:micromark-util-chunked", + "target": "npm:micromark-util-symbol", "type": "static" - }, + } + ], + "npm:micromark-util-classify-character": [ { - "source": "npm:execa", - "target": "npm:merge-stream", + "source": "npm:micromark-util-classify-character", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:execa", - "target": "npm:npm-run-path@5.3.0", + "source": "npm:micromark-util-classify-character", + "target": "npm:micromark-util-symbol", "type": "static" }, { - "source": "npm:execa", - "target": "npm:onetime", + "source": "npm:micromark-util-classify-character", + "target": "npm:micromark-util-types", "type": "static" - }, + } + ], + "npm:micromark-util-combine-extensions": [ { - "source": "npm:execa", - "target": "npm:signal-exit", + "source": "npm:micromark-util-combine-extensions", + "target": "npm:micromark-util-chunked", "type": "static" }, { - "source": "npm:execa", - "target": "npm:strip-final-newline", + "source": "npm:micromark-util-combine-extensions", + "target": "npm:micromark-util-types", "type": "static" } ], - "npm:expand-tilde": [ + "npm:micromark-util-decode-numeric-character-reference": [ { - "source": "npm:expand-tilde", - "target": "npm:homedir-polyfill", + "source": "npm:micromark-util-decode-numeric-character-reference", + "target": "npm:micromark-util-symbol", "type": "static" } ], - "npm:fast-glob": [ + "npm:micromark-util-decode-string": [ { - "source": "npm:fast-glob", - "target": "npm:@nodelib/fs.stat", - "type": "static" - }, - { - "source": "npm:fast-glob", - "target": "npm:@nodelib/fs.walk@1.2.8", + "source": "npm:micromark-util-decode-string", + "target": "npm:decode-named-character-reference", "type": "static" }, { - "source": "npm:fast-glob", - "target": "npm:glob-parent", + "source": "npm:micromark-util-decode-string", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:fast-glob", - "target": "npm:merge2", + "source": "npm:micromark-util-decode-string", + "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" }, { - "source": "npm:fast-glob", - "target": "npm:micromatch", + "source": "npm:micromark-util-decode-string", + "target": "npm:micromark-util-symbol", "type": "static" } ], - "npm:fast-ignore": [ + "npm:micromark-util-normalize-identifier": [ { - "source": "npm:fast-ignore", - "target": "npm:grammex", + "source": "npm:micromark-util-normalize-identifier", + "target": "npm:micromark-util-symbol", "type": "static" } ], - "npm:fast-string-width": [ + "npm:micromark-util-resolve-all": [ { - "source": "npm:fast-string-width", - "target": "npm:fast-string-truncated-width", + "source": "npm:micromark-util-resolve-all", + "target": "npm:micromark-util-types", "type": "static" } ], - "npm:fastq": [ + "npm:micromark-util-sanitize-uri": [ { - "source": "npm:fastq", - "target": "npm:reusify", + "source": "npm:micromark-util-sanitize-uri", + "target": "npm:micromark-util-character", "type": "static" - } - ], - "npm:figures": [ + }, { - "source": "npm:figures", - "target": "npm:escape-string-regexp", + "source": "npm:micromark-util-sanitize-uri", + "target": "npm:micromark-util-encode", "type": "static" - } - ], - "npm:fill-range": [ + }, { - "source": "npm:fill-range", - "target": "npm:to-regex-range", + "source": "npm:micromark-util-sanitize-uri", + "target": "npm:micromark-util-symbol", "type": "static" } ], - "npm:find-up-json": [ + "npm:micromark-util-subtokenize": [ { - "source": "npm:find-up-json", - "target": "npm:find-up-path", + "source": "npm:micromark-util-subtokenize", + "target": "npm:micromark-util-chunked", + "type": "static" + }, + { + "source": "npm:micromark-util-subtokenize", + "target": "npm:micromark-util-symbol", + "type": "static" + }, + { + "source": "npm:micromark-util-subtokenize", + "target": "npm:micromark-util-types", + "type": "static" + }, + { + "source": "npm:micromark-util-subtokenize", + "target": "npm:uvu", "type": "static" } ], - "npm:findup-sync": [ + "npm:micromark": [ { - "source": "npm:findup-sync", - "target": "npm:detect-file", + "source": "npm:micromark", + "target": "npm:@types/debug", "type": "static" }, { - "source": "npm:findup-sync", - "target": "npm:is-glob", + "source": "npm:micromark", + "target": "npm:debug", "type": "static" }, { - "source": "npm:findup-sync", - "target": "npm:micromatch", + "source": "npm:micromark", + "target": "npm:decode-named-character-reference", "type": "static" }, { - "source": "npm:findup-sync", - "target": "npm:resolve-dir", + "source": "npm:micromark", + "target": "npm:micromark-core-commonmark", "type": "static" - } - ], - "npm:fined": [ + }, { - "source": "npm:fined", - "target": "npm:expand-tilde", + "source": "npm:micromark", + "target": "npm:micromark-factory-space", "type": "static" }, { - "source": "npm:fined", - "target": "npm:is-plain-object", + "source": "npm:micromark", + "target": "npm:micromark-util-character", "type": "static" }, { - "source": "npm:fined", - "target": "npm:object.defaults", + "source": "npm:micromark", + "target": "npm:micromark-util-chunked", "type": "static" }, { - "source": "npm:fined", - "target": "npm:object.pick", + "source": "npm:micromark", + "target": "npm:micromark-util-combine-extensions", "type": "static" }, { - "source": "npm:fined", - "target": "npm:parse-filepath", + "source": "npm:micromark", + "target": "npm:micromark-util-decode-numeric-character-reference", "type": "static" - } - ], - "npm:for-each": [ + }, { - "source": "npm:for-each", - "target": "npm:is-callable", + "source": "npm:micromark", + "target": "npm:micromark-util-encode", "type": "static" - } - ], - "npm:for-own": [ + }, { - "source": "npm:for-own", - "target": "npm:for-in", + "source": "npm:micromark", + "target": "npm:micromark-util-normalize-identifier", "type": "static" - } - ], - "npm:foreground-child": [ + }, { - "source": "npm:foreground-child", - "target": "npm:cross-spawn", + "source": "npm:micromark", + "target": "npm:micromark-util-resolve-all", "type": "static" }, { - "source": "npm:foreground-child", - "target": "npm:signal-exit", + "source": "npm:micromark", + "target": "npm:micromark-util-sanitize-uri", + "type": "static" + }, + { + "source": "npm:micromark", + "target": "npm:micromark-util-subtokenize", + "type": "static" + }, + { + "source": "npm:micromark", + "target": "npm:micromark-util-symbol", + "type": "static" + }, + { + "source": "npm:micromark", + "target": "npm:micromark-util-types", + "type": "static" + }, + { + "source": "npm:micromark", + "target": "npm:uvu", "type": "static" } ], - "npm:form-data": [ + "npm:micromatch": [ { - "source": "npm:form-data", - "target": "npm:asynckit", + "source": "npm:micromatch", + "target": "npm:braces", "type": "static" }, { - "source": "npm:form-data", - "target": "npm:combined-stream", + "source": "npm:micromatch", + "target": "npm:picomatch@2.3.1", "type": "static" - }, + } + ], + "npm:mime-types": [ { - "source": "npm:form-data", - "target": "npm:mime-types", + "source": "npm:mime-types", + "target": "npm:mime-db", "type": "static" } ], - "npm:fs-extra@10.1.0": [ + "npm:minimatch@3.1.2": [ { - "source": "npm:fs-extra@10.1.0", - "target": "npm:graceful-fs", + "source": "npm:minimatch@3.1.2", + "target": "npm:brace-expansion@1.1.11", "type": "static" - }, + } + ], + "npm:minimatch@5.1.6": [ { - "source": "npm:fs-extra@10.1.0", - "target": "npm:jsonfile", + "source": "npm:minimatch@5.1.6", + "target": "npm:brace-expansion", "type": "static" - }, + } + ], + "npm:minimatch": [ { - "source": "npm:fs-extra@10.1.0", - "target": "npm:universalify", + "source": "npm:minimatch", + "target": "npm:brace-expansion", "type": "static" } ], - "npm:fs-extra": [ + "npm:mlly": [ { - "source": "npm:fs-extra", - "target": "npm:graceful-fs", + "source": "npm:mlly", + "target": "npm:acorn", "type": "static" }, { - "source": "npm:fs-extra", - "target": "npm:jsonfile", + "source": "npm:mlly", + "target": "npm:pathe", "type": "static" }, { - "source": "npm:fs-extra", - "target": "npm:universalify", + "source": "npm:mlly", + "target": "npm:pkg-types", + "type": "static" + }, + { + "source": "npm:mlly", + "target": "npm:ufo", "type": "static" } ], - "npm:fs-extra@7.0.1": [ + "npm:mz": [ { - "source": "npm:fs-extra@7.0.1", - "target": "npm:graceful-fs", + "source": "npm:mz", + "target": "npm:any-promise", "type": "static" }, { - "source": "npm:fs-extra@7.0.1", - "target": "npm:jsonfile@4.0.0", + "source": "npm:mz", + "target": "npm:object-assign", "type": "static" }, { - "source": "npm:fs-extra@7.0.1", - "target": "npm:universalify@0.1.2", - "type": "static" - } - ], - "npm:get-current-package": [ - { - "source": "npm:get-current-package", - "target": "npm:find-up-json", + "source": "npm:mz", + "target": "npm:thenify-all", "type": "static" } ], - "npm:get-intrinsic": [ + "npm:nano-css": [ { - "source": "npm:get-intrinsic", - "target": "npm:es-errors", + "source": "npm:nano-css", + "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:function-bind", + "source": "npm:nano-css", + "target": "npm:css-tree", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:has-proto", + "source": "npm:nano-css", + "target": "npm:csstype", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:has-symbols", + "source": "npm:nano-css", + "target": "npm:fastest-stable-stringify", "type": "static" }, { - "source": "npm:get-intrinsic", - "target": "npm:hasown", + "source": "npm:nano-css", + "target": "npm:inline-style-prefixer", "type": "static" - } - ], - "npm:git-log-parser": [ + }, { - "source": "npm:git-log-parser", - "target": "npm:argv-formatter", + "source": "npm:nano-css", + "target": "npm:react", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:spawn-error-forwarder", + "source": "npm:nano-css", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:split2", + "source": "npm:nano-css", + "target": "npm:rtl-css-js", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:stream-combiner2", + "source": "npm:nano-css", + "target": "npm:stacktrace-js", "type": "static" }, { - "source": "npm:git-log-parser", - "target": "npm:through2", + "source": "npm:nano-css", + "target": "npm:stylis", "type": "static" - }, + } + ], + "npm:nano-time": [ { - "source": "npm:git-log-parser", - "target": "npm:traverse", + "source": "npm:nano-time", + "target": "npm:big-integer", "type": "static" } ], - "npm:glob-parent": [ + "npm:nanospinner": [ { - "source": "npm:glob-parent", - "target": "npm:is-glob", + "source": "npm:nanospinner", + "target": "npm:picocolors", "type": "static" } ], - "npm:glob@10.3.10": [ + "npm:ndjson": [ { - "source": "npm:glob@10.3.10", - "target": "npm:foreground-child", + "source": "npm:ndjson", + "target": "npm:json-stringify-safe", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:jackspeak", + "source": "npm:ndjson", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:minimatch", + "source": "npm:ndjson", + "target": "npm:readable-stream", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:minipass", + "source": "npm:ndjson", + "target": "npm:split2@3.2.2", "type": "static" }, { - "source": "npm:glob@10.3.10", - "target": "npm:path-scurry", + "source": "npm:ndjson", + "target": "npm:through2@4.0.2", "type": "static" } ], - "npm:glob@7.2.3": [ + "npm:nearley": [ { - "source": "npm:glob@7.2.3", - "target": "npm:fs.realpath", + "source": "npm:nearley", + "target": "npm:commander@2.20.3", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:inflight", + "source": "npm:nearley", + "target": "npm:moo", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:inherits", + "source": "npm:nearley", + "target": "npm:railroad-diagrams", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:minimatch@3.1.2", + "source": "npm:nearley", + "target": "npm:randexp", "type": "static" - }, + } + ], + "npm:node-fetch": [ { - "source": "npm:glob@7.2.3", - "target": "npm:once", + "source": "npm:node-fetch", + "target": "npm:whatwg-url@5.0.0", + "type": "static" + } + ], + "npm:node-fetch@3.0.0-beta.9": [ + { + "source": "npm:node-fetch@3.0.0-beta.9", + "target": "npm:data-uri-to-buffer", "type": "static" }, { - "source": "npm:glob@7.2.3", - "target": "npm:path-is-absolute", + "source": "npm:node-fetch@3.0.0-beta.9", + "target": "npm:fetch-blob", "type": "static" } ], - "npm:glob": [ + "npm:normalize-package-data": [ { - "source": "npm:glob", - "target": "npm:fs.realpath", + "source": "npm:normalize-package-data", + "target": "npm:hosted-git-info", "type": "static" }, { - "source": "npm:glob", - "target": "npm:inflight", + "source": "npm:normalize-package-data", + "target": "npm:is-core-module", "type": "static" }, { - "source": "npm:glob", - "target": "npm:inherits", + "source": "npm:normalize-package-data", + "target": "npm:semver@7.6.0", "type": "static" }, { - "source": "npm:glob", - "target": "npm:minimatch@5.1.6", + "source": "npm:normalize-package-data", + "target": "npm:validate-npm-package-license", "type": "static" - }, + } + ], + "npm:npm-install-checks": [ { - "source": "npm:glob", - "target": "npm:once", + "source": "npm:npm-install-checks", + "target": "npm:semver@7.6.0", "type": "static" } ], - "npm:global-modules": [ + "npm:npm-package-arg": [ { - "source": "npm:global-modules", - "target": "npm:global-prefix", + "source": "npm:npm-package-arg", + "target": "npm:hosted-git-info", "type": "static" }, { - "source": "npm:global-modules", - "target": "npm:is-windows", + "source": "npm:npm-package-arg", + "target": "npm:proc-log", "type": "static" }, { - "source": "npm:global-modules", - "target": "npm:resolve-dir", + "source": "npm:npm-package-arg", + "target": "npm:semver@7.6.0", + "type": "static" + }, + { + "source": "npm:npm-package-arg", + "target": "npm:validate-npm-package-name@5.0.0", "type": "static" } ], - "npm:global-prefix": [ + "npm:npm-pick-manifest": [ { - "source": "npm:global-prefix", - "target": "npm:expand-tilde", + "source": "npm:npm-pick-manifest", + "target": "npm:npm-install-checks", "type": "static" }, { - "source": "npm:global-prefix", - "target": "npm:homedir-polyfill", + "source": "npm:npm-pick-manifest", + "target": "npm:npm-normalize-package-bin", "type": "static" }, { - "source": "npm:global-prefix", - "target": "npm:ini", + "source": "npm:npm-pick-manifest", + "target": "npm:npm-package-arg", "type": "static" }, { - "source": "npm:global-prefix", - "target": "npm:is-windows", + "source": "npm:npm-pick-manifest", + "target": "npm:semver@7.6.0", "type": "static" - }, + } + ], + "npm:npm-run-path@2.0.2": [ { - "source": "npm:global-prefix", - "target": "npm:which@1.3.1", + "source": "npm:npm-run-path@2.0.2", + "target": "npm:path-key@2.0.1", "type": "static" } ], - "npm:globby": [ + "npm:npm-run-path": [ { - "source": "npm:globby", - "target": "npm:@sindresorhus/merge-streams", + "source": "npm:npm-run-path", + "target": "npm:path-key", + "type": "static" + } + ], + "npm:npm-run-path@5.3.0": [ + { + "source": "npm:npm-run-path@5.3.0", + "target": "npm:path-key@4.0.0", + "type": "static" + } + ], + "npm:nx": [ + { + "source": "npm:nx", + "target": "npm:@nrwl/tao", "type": "static" }, { - "source": "npm:globby", - "target": "npm:fast-glob", + "source": "npm:nx", + "target": "npm:@yarnpkg/lockfile", "type": "static" }, { - "source": "npm:globby", - "target": "npm:ignore", + "source": "npm:nx", + "target": "npm:@yarnpkg/parsers", "type": "static" }, { - "source": "npm:globby", - "target": "npm:path-type", + "source": "npm:nx", + "target": "npm:@zkochan/js-yaml", + "type": "static" + }, + { + "source": "npm:nx", + "target": "npm:axios", "type": "static" }, { - "source": "npm:globby", - "target": "npm:slash", + "source": "npm:nx", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:globby", - "target": "npm:unicorn-magic", - "type": "static" - } - ], - "npm:gopd": [ - { - "source": "npm:gopd", - "target": "npm:get-intrinsic", + "source": "npm:nx", + "target": "npm:cli-cursor", "type": "static" - } - ], - "npm:has-property-descriptors": [ + }, { - "source": "npm:has-property-descriptors", - "target": "npm:es-define-property", + "source": "npm:nx", + "target": "npm:cli-spinners", "type": "static" - } - ], - "npm:has-tostringtag": [ + }, { - "source": "npm:has-tostringtag", - "target": "npm:has-symbols", + "source": "npm:nx", + "target": "npm:cliui", "type": "static" - } - ], - "npm:hasown": [ + }, { - "source": "npm:hasown", - "target": "npm:function-bind", + "source": "npm:nx", + "target": "npm:dotenv", "type": "static" - } - ], - "npm:homedir-polyfill": [ + }, { - "source": "npm:homedir-polyfill", - "target": "npm:parse-passwd", + "source": "npm:nx", + "target": "npm:dotenv-expand", "type": "static" - } - ], - "npm:hosted-git-info@4.1.0": [ + }, { - "source": "npm:hosted-git-info@4.1.0", - "target": "npm:lru-cache@6.0.0", + "source": "npm:nx", + "target": "npm:enquirer", "type": "static" - } - ], - "npm:hosted-git-info": [ + }, { - "source": "npm:hosted-git-info", - "target": "npm:lru-cache@10.2.0", + "source": "npm:nx", + "target": "npm:figures", "type": "static" - } - ], - "npm:html-encoding-sniffer": [ + }, { - "source": "npm:html-encoding-sniffer", - "target": "npm:whatwg-encoding", + "source": "npm:nx", + "target": "npm:flat", "type": "static" - } - ], - "npm:http-proxy-agent": [ + }, { - "source": "npm:http-proxy-agent", - "target": "npm:agent-base", + "source": "npm:nx", + "target": "npm:fs-extra@11.2.0", "type": "static" }, { - "source": "npm:http-proxy-agent", - "target": "npm:debug", + "source": "npm:nx", + "target": "npm:ignore", "type": "static" - } - ], - "npm:https-proxy-agent": [ + }, { - "source": "npm:https-proxy-agent", - "target": "npm:agent-base", + "source": "npm:nx", + "target": "npm:jest-diff", "type": "static" }, { - "source": "npm:https-proxy-agent", - "target": "npm:debug", + "source": "npm:nx", + "target": "npm:js-yaml", "type": "static" - } - ], - "npm:iconv-lite": [ + }, { - "source": "npm:iconv-lite", - "target": "npm:safer-buffer", + "source": "npm:nx", + "target": "npm:jsonc-parser", "type": "static" - } - ], - "npm:inflight": [ + }, { - "source": "npm:inflight", - "target": "npm:once", + "source": "npm:nx", + "target": "npm:lines-and-columns", "type": "static" }, { - "source": "npm:inflight", - "target": "npm:wrappy", + "source": "npm:nx", + "target": "npm:minimatch", "type": "static" - } - ], - "npm:internal-slot": [ + }, { - "source": "npm:internal-slot", - "target": "npm:es-errors", + "source": "npm:nx", + "target": "npm:node-machine-id", "type": "static" }, { - "source": "npm:internal-slot", - "target": "npm:hasown", + "source": "npm:nx", + "target": "npm:npm-run-path", "type": "static" }, { - "source": "npm:internal-slot", - "target": "npm:side-channel", + "source": "npm:nx", + "target": "npm:open", "type": "static" - } - ], - "npm:is-absolute": [ + }, { - "source": "npm:is-absolute", - "target": "npm:is-relative", + "source": "npm:nx", + "target": "npm:ora", "type": "static" }, { - "source": "npm:is-absolute", - "target": "npm:is-windows", + "source": "npm:nx", + "target": "npm:semver@7.6.0", "type": "static" - } - ], - "npm:is-arguments": [ + }, { - "source": "npm:is-arguments", - "target": "npm:call-bind", + "source": "npm:nx", + "target": "npm:string-width", "type": "static" }, { - "source": "npm:is-arguments", - "target": "npm:has-tostringtag", + "source": "npm:nx", + "target": "npm:strong-log-transformer", "type": "static" - } - ], - "npm:is-array-buffer": [ + }, { - "source": "npm:is-array-buffer", - "target": "npm:call-bind", + "source": "npm:nx", + "target": "npm:tar-stream", "type": "static" }, { - "source": "npm:is-array-buffer", - "target": "npm:get-intrinsic", + "source": "npm:nx", + "target": "npm:tmp", "type": "static" - } - ], - "npm:is-bigint": [ + }, { - "source": "npm:is-bigint", - "target": "npm:has-bigints", + "source": "npm:nx", + "target": "npm:tsconfig-paths", "type": "static" - } - ], - "npm:is-binary-path": [ + }, { - "source": "npm:is-binary-path", - "target": "npm:binary-extensions", + "source": "npm:nx", + "target": "npm:tslib@2.6.2", "type": "static" - } - ], - "npm:is-boolean-object": [ + }, { - "source": "npm:is-boolean-object", - "target": "npm:call-bind", + "source": "npm:nx", + "target": "npm:yargs", "type": "static" }, { - "source": "npm:is-boolean-object", - "target": "npm:has-tostringtag", + "source": "npm:nx", + "target": "npm:yargs-parser", "type": "static" - } - ], - "npm:is-builtin-module": [ + }, { - "source": "npm:is-builtin-module", - "target": "npm:builtin-modules", + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-arm64", "type": "static" - } - ], - "npm:is-core-module": [ + }, { - "source": "npm:is-core-module", - "target": "npm:hasown", + "source": "npm:nx", + "target": "npm:@nx/nx-darwin-x64", "type": "static" - } - ], - "npm:is-date-object": [ + }, { - "source": "npm:is-date-object", - "target": "npm:has-tostringtag", + "source": "npm:nx", + "target": "npm:@nx/nx-freebsd-x64", "type": "static" - } - ], - "npm:is-fullwidth-code-point@5.0.0": [ + }, { - "source": "npm:is-fullwidth-code-point@5.0.0", - "target": "npm:get-east-asian-width", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm-gnueabihf", "type": "static" - } - ], - "npm:is-git-repository": [ + }, { - "source": "npm:is-git-repository", - "target": "npm:execa@0.6.3", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-gnu", "type": "static" }, { - "source": "npm:is-git-repository", - "target": "npm:path-is-absolute", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-arm64-musl", "type": "static" - } - ], - "npm:is-glob": [ + }, { - "source": "npm:is-glob", - "target": "npm:is-extglob", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-gnu", "type": "static" - } - ], - "npm:is-number-object": [ + }, { - "source": "npm:is-number-object", - "target": "npm:has-tostringtag", + "source": "npm:nx", + "target": "npm:@nx/nx-linux-x64-musl", "type": "static" - } - ], - "npm:is-reference": [ + }, { - "source": "npm:is-reference", - "target": "npm:@types/estree", + "source": "npm:nx", + "target": "npm:@nx/nx-win32-arm64-msvc", "type": "static" - } - ], - "npm:is-reference@3.0.2": [ + }, { - "source": "npm:is-reference@3.0.2", - "target": "npm:@types/estree", + "source": "npm:nx", + "target": "npm:@nx/nx-win32-x64-msvc", "type": "static" } ], - "npm:is-regex": [ + "npm:object-is": [ { - "source": "npm:is-regex", + "source": "npm:object-is", "target": "npm:call-bind", "type": "static" }, { - "source": "npm:is-regex", - "target": "npm:has-tostringtag", - "type": "static" - } - ], - "npm:is-relative": [ - { - "source": "npm:is-relative", - "target": "npm:is-unc-path", + "source": "npm:object-is", + "target": "npm:define-properties", "type": "static" } ], - "npm:is-shared-array-buffer": [ + "npm:object.assign": [ { - "source": "npm:is-shared-array-buffer", + "source": "npm:object.assign", "target": "npm:call-bind", "type": "static" - } - ], - "npm:is-string": [ + }, { - "source": "npm:is-string", - "target": "npm:has-tostringtag", + "source": "npm:object.assign", + "target": "npm:define-properties", "type": "static" - } - ], - "npm:is-symbol": [ + }, { - "source": "npm:is-symbol", + "source": "npm:object.assign", "target": "npm:has-symbols", "type": "static" - } - ], - "npm:is-text-path": [ + }, { - "source": "npm:is-text-path", - "target": "npm:text-extensions", + "source": "npm:object.assign", + "target": "npm:object-keys", "type": "static" } ], - "npm:is-unc-path": [ + "npm:object.defaults": [ { - "source": "npm:is-unc-path", - "target": "npm:unc-path-regex", + "source": "npm:object.defaults", + "target": "npm:array-each", "type": "static" - } - ], - "npm:is-weakset": [ + }, { - "source": "npm:is-weakset", - "target": "npm:call-bind", + "source": "npm:object.defaults", + "target": "npm:array-slice", "type": "static" }, { - "source": "npm:is-weakset", - "target": "npm:get-intrinsic", + "source": "npm:object.defaults", + "target": "npm:for-own", "type": "static" - } - ], - "npm:is-wsl": [ + }, { - "source": "npm:is-wsl", - "target": "npm:is-docker", + "source": "npm:object.defaults", + "target": "npm:isobject", "type": "static" } ], - "npm:jackspeak": [ + "npm:object.map": [ { - "source": "npm:jackspeak", - "target": "npm:@isaacs/cliui", + "source": "npm:object.map", + "target": "npm:for-own", "type": "static" }, { - "source": "npm:jackspeak", - "target": "npm:@pkgjs/parseargs", + "source": "npm:object.map", + "target": "npm:make-iterator", "type": "static" } ], - "npm:jest-diff": [ + "npm:object.pick": [ { - "source": "npm:jest-diff", - "target": "npm:chalk@4.1.2", + "source": "npm:object.pick", + "target": "npm:isobject", "type": "static" - }, + } + ], + "npm:once": [ { - "source": "npm:jest-diff", - "target": "npm:diff-sequences", + "source": "npm:once", + "target": "npm:wrappy", "type": "static" - }, + } + ], + "npm:onetime": [ { - "source": "npm:jest-diff", - "target": "npm:jest-get-type", + "source": "npm:onetime", + "target": "npm:mimic-fn@2.1.0", "type": "static" - }, + } + ], + "npm:onetime@6.0.0": [ { - "source": "npm:jest-diff", - "target": "npm:pretty-format@29.7.0", + "source": "npm:onetime@6.0.0", + "target": "npm:mimic-fn", "type": "static" } ], - "npm:js-yaml@3.14.1": [ + "npm:open": [ { - "source": "npm:js-yaml@3.14.1", - "target": "npm:argparse@1.0.10", + "source": "npm:open", + "target": "npm:define-lazy-prop", "type": "static" }, { - "source": "npm:js-yaml@3.14.1", - "target": "npm:esprima", + "source": "npm:open", + "target": "npm:is-docker", "type": "static" - } - ], - "npm:js-yaml": [ + }, { - "source": "npm:js-yaml", - "target": "npm:argparse", + "source": "npm:open", + "target": "npm:is-wsl", "type": "static" } ], - "npm:jsdom": [ + "npm:ora": [ { - "source": "npm:jsdom", - "target": "npm:cssstyle", + "source": "npm:ora", + "target": "npm:bl", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:data-urls", + "source": "npm:ora", + "target": "npm:chalk@4.1.2", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:decimal.js", + "source": "npm:ora", + "target": "npm:cli-cursor", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:form-data", + "source": "npm:ora", + "target": "npm:cli-spinners", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:html-encoding-sniffer", + "source": "npm:ora", + "target": "npm:is-interactive", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:http-proxy-agent", + "source": "npm:ora", + "target": "npm:log-symbols", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:https-proxy-agent", + "source": "npm:ora", + "target": "npm:strip-ansi", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:is-potential-custom-element-name", + "source": "npm:ora", + "target": "npm:wcwidth", "type": "static" - }, + } + ], + "npm:p-limit@3.1.0": [ { - "source": "npm:jsdom", - "target": "npm:nwsapi", + "source": "npm:p-limit@3.1.0", + "target": "npm:yocto-queue", "type": "static" - }, + } + ], + "npm:p-limit": [ { - "source": "npm:jsdom", - "target": "npm:parse5", + "source": "npm:p-limit", + "target": "npm:yocto-queue@1.0.0", "type": "static" - }, + } + ], + "npm:p-map": [ { - "source": "npm:jsdom", - "target": "npm:rrweb-cssom", + "source": "npm:p-map", + "target": "npm:aggregate-error", "type": "static" - }, + } + ], + "npm:p-memoize": [ { - "source": "npm:jsdom", - "target": "npm:saxes", + "source": "npm:p-memoize", + "target": "npm:mem@6.1.1", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:symbol-tree", + "source": "npm:p-memoize", + "target": "npm:mimic-fn@3.1.0", "type": "static" - }, + } + ], + "npm:p-retry": [ { - "source": "npm:jsdom", - "target": "npm:tough-cookie", + "source": "npm:p-retry", + "target": "npm:retry", "type": "static" - }, + } + ], + "npm:parse-filepath": [ { - "source": "npm:jsdom", - "target": "npm:w3c-xmlserializer", + "source": "npm:parse-filepath", + "target": "npm:is-absolute", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:webidl-conversions", + "source": "npm:parse-filepath", + "target": "npm:map-cache", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:whatwg-encoding", + "source": "npm:parse-filepath", + "target": "npm:path-root", "type": "static" - }, + } + ], + "npm:parse-json": [ { - "source": "npm:jsdom", - "target": "npm:whatwg-mimetype", + "source": "npm:parse-json", + "target": "npm:@babel/code-frame", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:whatwg-url", + "source": "npm:parse-json", + "target": "npm:error-ex", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:ws", + "source": "npm:parse-json", + "target": "npm:json-parse-even-better-errors@2.3.1", "type": "static" }, { - "source": "npm:jsdom", - "target": "npm:xml-name-validator", + "source": "npm:parse-json", + "target": "npm:lines-and-columns@1.2.4", "type": "static" } ], - "npm:jsonfile@4.0.0": [ + "npm:parse-npm-tarball-url": [ + { + "source": "npm:parse-npm-tarball-url", + "target": "npm:semver", + "type": "static" + } + ], + "npm:parse5": [ { - "source": "npm:jsonfile@4.0.0", - "target": "npm:graceful-fs", + "source": "npm:parse5", + "target": "npm:entities", "type": "static" } ], - "npm:jsonfile": [ + "npm:parseley": [ { - "source": "npm:jsonfile", - "target": "npm:universalify", + "source": "npm:parseley", + "target": "npm:moo", "type": "static" }, { - "source": "npm:jsonfile", - "target": "npm:graceful-fs", + "source": "npm:parseley", + "target": "npm:nearley", "type": "static" } ], - "npm:knip": [ + "npm:path-root": [ { - "source": "npm:knip", - "target": "npm:@ericcornelissen/bash-parser", + "source": "npm:path-root", + "target": "npm:path-root-regex", "type": "static" - }, + } + ], + "npm:path-scurry": [ { - "source": "npm:knip", - "target": "npm:@nodelib/fs.walk", + "source": "npm:path-scurry", + "target": "npm:lru-cache@10.2.0", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@npmcli/map-workspaces", + "source": "npm:path-scurry", + "target": "npm:minipass", "type": "static" - }, + } + ], + "npm:path-temp": [ { - "source": "npm:knip", - "target": "npm:@npmcli/package-json", + "source": "npm:path-temp", + "target": "npm:unique-string", "type": "static" - }, + } + ], + "npm:pathfinding": [ { - "source": "npm:knip", - "target": "npm:@pnpm/logger", + "source": "npm:pathfinding", + "target": "npm:heap", "type": "static" - }, + } + ], + "npm:periscopic": [ { - "source": "npm:knip", - "target": "npm:@pnpm/workspace.pkgs-graph", + "source": "npm:periscopic", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@snyk/github-codeowners", + "source": "npm:periscopic", + "target": "npm:estree-walker@3.0.3", "type": "static" }, { - "source": "npm:knip", - "target": "npm:@types/node", + "source": "npm:periscopic", + "target": "npm:is-reference@3.0.2", "type": "static" - }, + } + ], + "npm:pioppo": [ { - "source": "npm:knip", - "target": "npm:@types/picomatch", + "source": "npm:pioppo", + "target": "npm:dettle", "type": "static" }, { - "source": "npm:knip", - "target": "npm:easy-table", + "source": "npm:pioppo", + "target": "npm:when-exit", "type": "static" - }, + } + ], + "npm:pkg-types": [ { - "source": "npm:knip", - "target": "npm:fast-glob", + "source": "npm:pkg-types", + "target": "npm:jsonc-parser@3.2.1", "type": "static" }, { - "source": "npm:knip", - "target": "npm:jiti", + "source": "npm:pkg-types", + "target": "npm:mlly", "type": "static" }, { - "source": "npm:knip", - "target": "npm:js-yaml", + "source": "npm:pkg-types", + "target": "npm:pathe", "type": "static" - }, + } + ], + "npm:postcss-load-config": [ { - "source": "npm:knip", - "target": "npm:micromatch", + "source": "npm:postcss-load-config", + "target": "npm:lilconfig@3.1.1", "type": "static" }, { - "source": "npm:knip", - "target": "npm:minimist", + "source": "npm:postcss-load-config", + "target": "npm:yaml", "type": "static" - }, + } + ], + "npm:postcss": [ { - "source": "npm:knip", - "target": "npm:picocolors", + "source": "npm:postcss", + "target": "npm:nanoid@3.3.7", "type": "static" }, { - "source": "npm:knip", - "target": "npm:picomatch", + "source": "npm:postcss", + "target": "npm:picocolors", "type": "static" }, { - "source": "npm:knip", - "target": "npm:pretty-ms", + "source": "npm:postcss", + "target": "npm:source-map-js", "type": "static" - }, + } + ], + "npm:prettier-plugin-svelte": [ { - "source": "npm:knip", - "target": "npm:smol-toml", + "source": "npm:prettier-plugin-svelte", + "target": "npm:prettier", "type": "static" }, { - "source": "npm:knip", - "target": "npm:strip-json-comments", + "source": "npm:prettier-plugin-svelte", + "target": "npm:svelte", "type": "static" - }, + } + ], + "npm:prettier": [ { - "source": "npm:knip", - "target": "npm:summary", + "source": "npm:prettier", + "target": "npm:@prettier/cli", "type": "static" - }, + } + ], + "npm:pretty-format": [ { - "source": "npm:knip", - "target": "npm:typescript", + "source": "npm:pretty-format", + "target": "npm:ansi-regex", "type": "static" }, { - "source": "npm:knip", - "target": "npm:zod", + "source": "npm:pretty-format", + "target": "npm:ansi-styles@5.2.0", "type": "static" }, { - "source": "npm:knip", - "target": "npm:zod-validation-error", + "source": "npm:pretty-format", + "target": "npm:react-is@17.0.2", "type": "static" } ], - "npm:liftoff": [ - { - "source": "npm:liftoff", - "target": "npm:extend", - "type": "static" - }, + "npm:pretty-format@29.7.0": [ { - "source": "npm:liftoff", - "target": "npm:findup-sync", + "source": "npm:pretty-format@29.7.0", + "target": "npm:@jest/schemas", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:fined", + "source": "npm:pretty-format@29.7.0", + "target": "npm:ansi-styles@5.2.0", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:flagged-respawn", + "source": "npm:pretty-format@29.7.0", + "target": "npm:react-is", "type": "static" - }, + } + ], + "npm:pretty-ms": [ { - "source": "npm:liftoff", - "target": "npm:is-plain-object", + "source": "npm:pretty-ms", + "target": "npm:parse-ms", "type": "static" - }, + } + ], + "npm:prism-react-renderer": [ { - "source": "npm:liftoff", - "target": "npm:object.map", + "source": "npm:prism-react-renderer", + "target": "npm:react", "type": "static" - }, + } + ], + "npm:promise-retry": [ { - "source": "npm:liftoff", - "target": "npm:rechoir", + "source": "npm:promise-retry", + "target": "npm:err-code", "type": "static" }, { - "source": "npm:liftoff", - "target": "npm:resolve", + "source": "npm:promise-retry", + "target": "npm:retry", "type": "static" } ], - "npm:lint-staged": [ + "npm:prop-types": [ { - "source": "npm:lint-staged", - "target": "npm:chalk", + "source": "npm:prop-types", + "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:commander@11.1.0", + "source": "npm:prop-types", + "target": "npm:object-assign", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:debug", + "source": "npm:prop-types", + "target": "npm:react-is@16.13.1", "type": "static" - }, + } + ], + "npm:randexp": [ { - "source": "npm:lint-staged", - "target": "npm:execa", + "source": "npm:randexp", + "target": "npm:discontinuous-range", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:lilconfig", + "source": "npm:randexp", + "target": "npm:ret", "type": "static" - }, + } + ], + "npm:randombytes": [ { - "source": "npm:lint-staged", - "target": "npm:listr2", + "source": "npm:randombytes", + "target": "npm:safe-buffer", "type": "static" - }, + } + ], + "npm:react-dnd-accessible-backend": [ { - "source": "npm:lint-staged", - "target": "npm:micromatch", + "source": "npm:react-dnd-accessible-backend", + "target": "npm:immutability-helper", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:pidtree", + "source": "npm:react-dnd-accessible-backend", + "target": "npm:react", "type": "static" }, { - "source": "npm:lint-staged", - "target": "npm:string-argv", + "source": "npm:react-dnd-accessible-backend", + "target": "npm:react-dnd", "type": "static" - }, + } + ], + "npm:react-dnd-html5-backend": [ { - "source": "npm:lint-staged", - "target": "npm:yaml", + "source": "npm:react-dnd-html5-backend", + "target": "npm:dnd-core", "type": "static" } ], - "npm:listr2": [ + "npm:react-dnd-multi-backend": [ { - "source": "npm:listr2", - "target": "npm:cli-truncate", + "source": "npm:react-dnd-multi-backend", + "target": "npm:dnd-multi-backend", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:colorette", + "source": "npm:react-dnd-multi-backend", + "target": "npm:react", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:eventemitter3", + "source": "npm:react-dnd-multi-backend", + "target": "npm:react-dnd-preview", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:log-update", + "source": "npm:react-dnd-multi-backend", + "target": "npm:react-dom", "type": "static" - }, + } + ], + "npm:react-dnd-preview": [ { - "source": "npm:listr2", - "target": "npm:rfdc", + "source": "npm:react-dnd-preview", + "target": "npm:react", "type": "static" }, { - "source": "npm:listr2", - "target": "npm:wrap-ansi@9.0.0", + "source": "npm:react-dnd-preview", + "target": "npm:react-dnd", "type": "static" } ], - "npm:load-json-file": [ + "npm:react-dnd": [ { - "source": "npm:load-json-file", - "target": "npm:graceful-fs", + "source": "npm:react-dnd", + "target": "npm:@react-dnd/invariant", "type": "static" }, { - "source": "npm:load-json-file", - "target": "npm:parse-json", + "source": "npm:react-dnd", + "target": "npm:@react-dnd/shallowequal", "type": "static" }, { - "source": "npm:load-json-file", - "target": "npm:strip-bom@4.0.0", + "source": "npm:react-dnd", + "target": "npm:@types/node", "type": "static" }, { - "source": "npm:load-json-file", - "target": "npm:type-fest", + "source": "npm:react-dnd", + "target": "npm:@types/react", "type": "static" - } - ], - "npm:local-pkg": [ + }, { - "source": "npm:local-pkg", - "target": "npm:mlly", + "source": "npm:react-dnd", + "target": "npm:dnd-core", "type": "static" }, { - "source": "npm:local-pkg", - "target": "npm:pkg-types", + "source": "npm:react-dnd", + "target": "npm:fast-deep-equal", "type": "static" - } - ], - "npm:log-symbols": [ + }, { - "source": "npm:log-symbols", - "target": "npm:chalk@4.1.2", + "source": "npm:react-dnd", + "target": "npm:hoist-non-react-statics", "type": "static" }, { - "source": "npm:log-symbols", - "target": "npm:is-unicode-supported", + "source": "npm:react-dnd", + "target": "npm:react", "type": "static" } ], - "npm:log-update": [ + "npm:react-dom": [ { - "source": "npm:log-update", - "target": "npm:ansi-escapes", + "source": "npm:react-dom", + "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:log-update", - "target": "npm:cli-cursor@4.0.0", + "source": "npm:react-dom", + "target": "npm:react", "type": "static" }, { - "source": "npm:log-update", - "target": "npm:slice-ansi@7.1.0", + "source": "npm:react-dom", + "target": "npm:scheduler@0.23.0", "type": "static" - }, + } + ], + "npm:react-error-boundary": [ { - "source": "npm:log-update", - "target": "npm:strip-ansi@7.1.0", + "source": "npm:react-error-boundary", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:log-update", - "target": "npm:wrap-ansi@9.0.0", + "source": "npm:react-error-boundary", + "target": "npm:react", "type": "static" } ], - "npm:loose-envify": [ + "npm:react-hotkeys-hook": [ { - "source": "npm:loose-envify", - "target": "npm:js-tokens@4.0.0", + "source": "npm:react-hotkeys-hook", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:react-hotkeys-hook", + "target": "npm:react-dom", "type": "static" } ], - "npm:loupe": [ + "npm:react-icons": [ { - "source": "npm:loupe", - "target": "npm:get-func-name", + "source": "npm:react-icons", + "target": "npm:react", "type": "static" } ], - "npm:lru-cache@4.1.5": [ + "npm:react-infinite-scroll-component": [ { - "source": "npm:lru-cache@4.1.5", - "target": "npm:pseudomap", + "source": "npm:react-infinite-scroll-component", + "target": "npm:react", "type": "static" }, { - "source": "npm:lru-cache@4.1.5", - "target": "npm:yallist@2.1.2", + "source": "npm:react-infinite-scroll-component", + "target": "npm:throttle-debounce", "type": "static" } ], - "npm:lru-cache": [ + "npm:react-intl": [ { - "source": "npm:lru-cache", - "target": "npm:yallist", + "source": "npm:react-intl", + "target": "npm:@formatjs/ecma402-abstract@1.14.3", "type": "static" - } - ], - "npm:lru-cache@6.0.0": [ + }, { - "source": "npm:lru-cache@6.0.0", - "target": "npm:yallist@4.0.0", + "source": "npm:react-intl", + "target": "npm:@formatjs/icu-messageformat-parser@2.3.0", "type": "static" - } - ], - "npm:magic-string@0.16.0": [ + }, { - "source": "npm:magic-string@0.16.0", - "target": "npm:vlq", + "source": "npm:react-intl", + "target": "npm:@formatjs/intl@2.6.7", "type": "static" - } - ], - "npm:magic-string": [ + }, { - "source": "npm:magic-string", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:react-intl", + "target": "npm:@formatjs/intl-displaynames@6.2.6", "type": "static" - } - ], - "npm:make-iterator": [ + }, { - "source": "npm:make-iterator", - "target": "npm:kind-of", + "source": "npm:react-intl", + "target": "npm:@formatjs/intl-listformat@7.1.9", "type": "static" - } - ], - "npm:map-age-cleaner": [ + }, { - "source": "npm:map-age-cleaner", - "target": "npm:p-defer", + "source": "npm:react-intl", + "target": "npm:@types/hoist-non-react-statics", "type": "static" - } - ], - "npm:mem@6.1.1": [ + }, { - "source": "npm:mem@6.1.1", - "target": "npm:map-age-cleaner", + "source": "npm:react-intl", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:mem@6.1.1", - "target": "npm:mimic-fn@3.1.0", + "source": "npm:react-intl", + "target": "npm:hoist-non-react-statics", "type": "static" - } - ], - "npm:mem": [ + }, { - "source": "npm:mem", - "target": "npm:map-age-cleaner", + "source": "npm:react-intl", + "target": "npm:intl-messageformat@10.3.1", "type": "static" }, { - "source": "npm:mem", - "target": "npm:mimic-fn@3.1.0", + "source": "npm:react-intl", + "target": "npm:react", "type": "static" - } - ], - "npm:micromatch": [ + }, { - "source": "npm:micromatch", - "target": "npm:braces", + "source": "npm:react-intl", + "target": "npm:tslib@2.6.2", "type": "static" }, { - "source": "npm:micromatch", - "target": "npm:picomatch@2.3.1", + "source": "npm:react-intl", + "target": "npm:typescript", "type": "static" } ], - "npm:mime-types": [ + "npm:react-markdown": [ { - "source": "npm:mime-types", - "target": "npm:mime-db", + "source": "npm:react-markdown", + "target": "npm:@types/hast", "type": "static" - } - ], - "npm:minimatch@3.1.2": [ + }, { - "source": "npm:minimatch@3.1.2", - "target": "npm:brace-expansion@1.1.11", + "source": "npm:react-markdown", + "target": "npm:@types/prop-types", "type": "static" - } - ], - "npm:minimatch@5.1.6": [ + }, { - "source": "npm:minimatch@5.1.6", - "target": "npm:brace-expansion", + "source": "npm:react-markdown", + "target": "npm:@types/react", "type": "static" - } - ], - "npm:minimatch": [ + }, { - "source": "npm:minimatch", - "target": "npm:brace-expansion", + "source": "npm:react-markdown", + "target": "npm:@types/unist", "type": "static" - } - ], - "npm:mlly": [ + }, { - "source": "npm:mlly", - "target": "npm:acorn", + "source": "npm:react-markdown", + "target": "npm:comma-separated-tokens", "type": "static" }, { - "source": "npm:mlly", - "target": "npm:pathe", + "source": "npm:react-markdown", + "target": "npm:hast-util-whitespace", "type": "static" }, { - "source": "npm:mlly", - "target": "npm:pkg-types", + "source": "npm:react-markdown", + "target": "npm:prop-types", "type": "static" }, { - "source": "npm:mlly", - "target": "npm:ufo", + "source": "npm:react-markdown", + "target": "npm:property-information", "type": "static" - } - ], - "npm:nanospinner": [ + }, { - "source": "npm:nanospinner", - "target": "npm:picocolors", + "source": "npm:react-markdown", + "target": "npm:react", "type": "static" - } - ], - "npm:ndjson": [ + }, { - "source": "npm:ndjson", - "target": "npm:json-stringify-safe", + "source": "npm:react-markdown", + "target": "npm:react-is", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:minimist", + "source": "npm:react-markdown", + "target": "npm:remark-parse", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:readable-stream", + "source": "npm:react-markdown", + "target": "npm:remark-rehype", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:split2@3.2.2", + "source": "npm:react-markdown", + "target": "npm:space-separated-tokens", "type": "static" }, { - "source": "npm:ndjson", - "target": "npm:through2@4.0.2", + "source": "npm:react-markdown", + "target": "npm:style-to-object", "type": "static" - } - ], - "npm:node-fetch": [ + }, { - "source": "npm:node-fetch", - "target": "npm:data-uri-to-buffer", + "source": "npm:react-markdown", + "target": "npm:unified", "type": "static" }, { - "source": "npm:node-fetch", - "target": "npm:fetch-blob", + "source": "npm:react-markdown", + "target": "npm:unist-util-visit", + "type": "static" + }, + { + "source": "npm:react-markdown", + "target": "npm:vfile", "type": "static" } ], - "npm:normalize-package-data": [ + "npm:react-query": [ { - "source": "npm:normalize-package-data", - "target": "npm:hosted-git-info", + "source": "npm:react-query", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:normalize-package-data", - "target": "npm:is-core-module", + "source": "npm:react-query", + "target": "npm:broadcast-channel", "type": "static" }, { - "source": "npm:normalize-package-data", - "target": "npm:semver@7.6.0", + "source": "npm:react-query", + "target": "npm:match-sorter", "type": "static" }, { - "source": "npm:normalize-package-data", - "target": "npm:validate-npm-package-license", + "source": "npm:react-query", + "target": "npm:react", "type": "static" - } - ], - "npm:npm-install-checks": [ + }, { - "source": "npm:npm-install-checks", - "target": "npm:semver@7.6.0", + "source": "npm:react-query", + "target": "npm:react-dom", "type": "static" } ], - "npm:npm-package-arg": [ + "npm:react-redux": [ { - "source": "npm:npm-package-arg", - "target": "npm:hosted-git-info", + "source": "npm:react-redux", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:npm-package-arg", - "target": "npm:proc-log", + "source": "npm:react-redux", + "target": "npm:@types/hoist-non-react-statics", "type": "static" }, { - "source": "npm:npm-package-arg", - "target": "npm:semver@7.6.0", + "source": "npm:react-redux", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:npm-package-arg", - "target": "npm:validate-npm-package-name@5.0.0", + "source": "npm:react-redux", + "target": "npm:@types/react-dom", "type": "static" - } - ], - "npm:npm-pick-manifest": [ + }, { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-install-checks", + "source": "npm:react-redux", + "target": "npm:@types/use-sync-external-store", "type": "static" }, { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-normalize-package-bin", + "source": "npm:react-redux", + "target": "npm:hoist-non-react-statics", "type": "static" }, { - "source": "npm:npm-pick-manifest", - "target": "npm:npm-package-arg", + "source": "npm:react-redux", + "target": "npm:react", "type": "static" }, { - "source": "npm:npm-pick-manifest", - "target": "npm:semver@7.6.0", + "source": "npm:react-redux", + "target": "npm:react-dom", "type": "static" - } - ], - "npm:npm-run-path@2.0.2": [ + }, { - "source": "npm:npm-run-path@2.0.2", - "target": "npm:path-key@2.0.1", + "source": "npm:react-redux", + "target": "npm:react-is", "type": "static" - } - ], - "npm:npm-run-path": [ + }, { - "source": "npm:npm-run-path", - "target": "npm:path-key", + "source": "npm:react-redux", + "target": "npm:redux", "type": "static" - } - ], - "npm:npm-run-path@5.3.0": [ + }, { - "source": "npm:npm-run-path@5.3.0", - "target": "npm:path-key@4.0.0", + "source": "npm:react-redux", + "target": "npm:use-sync-external-store", "type": "static" } ], - "npm:nx": [ + "npm:react-transition-group": [ { - "source": "npm:nx", - "target": "npm:@nrwl/tao", + "source": "npm:react-transition-group", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@yarnpkg/lockfile", + "source": "npm:react-transition-group", + "target": "npm:dom-helpers", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@yarnpkg/parsers", + "source": "npm:react-transition-group", + "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@zkochan/js-yaml", + "source": "npm:react-transition-group", + "target": "npm:prop-types", "type": "static" }, { - "source": "npm:nx", - "target": "npm:axios", + "source": "npm:react-transition-group", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:chalk@4.1.2", + "source": "npm:react-transition-group", + "target": "npm:react-dom", "type": "static" - }, + } + ], + "npm:react-universal-interface": [ { - "source": "npm:nx", - "target": "npm:cli-cursor", + "source": "npm:react-universal-interface", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:cli-spinners", + "source": "npm:react-universal-interface", + "target": "npm:tslib@2.6.2", "type": "static" - }, + } + ], + "npm:react-use": [ { - "source": "npm:nx", - "target": "npm:cliui", + "source": "npm:react-use", + "target": "npm:@types/js-cookie", "type": "static" }, { - "source": "npm:nx", - "target": "npm:dotenv", + "source": "npm:react-use", + "target": "npm:@xobotyi/scrollbar-width", "type": "static" }, { - "source": "npm:nx", - "target": "npm:dotenv-expand", + "source": "npm:react-use", + "target": "npm:copy-to-clipboard", "type": "static" }, { - "source": "npm:nx", - "target": "npm:enquirer", + "source": "npm:react-use", + "target": "npm:fast-deep-equal", "type": "static" }, { - "source": "npm:nx", - "target": "npm:figures", + "source": "npm:react-use", + "target": "npm:fast-shallow-equal", "type": "static" }, { - "source": "npm:nx", - "target": "npm:flat", + "source": "npm:react-use", + "target": "npm:js-cookie", "type": "static" }, { - "source": "npm:nx", - "target": "npm:fs-extra", + "source": "npm:react-use", + "target": "npm:nano-css", "type": "static" }, { - "source": "npm:nx", - "target": "npm:ignore", + "source": "npm:react-use", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:jest-diff", + "source": "npm:react-use", + "target": "npm:react-dom", "type": "static" }, { - "source": "npm:nx", - "target": "npm:js-yaml", + "source": "npm:react-use", + "target": "npm:react-universal-interface", "type": "static" }, { - "source": "npm:nx", - "target": "npm:jsonc-parser", + "source": "npm:react-use", + "target": "npm:resize-observer-polyfill", "type": "static" }, { - "source": "npm:nx", - "target": "npm:lines-and-columns", + "source": "npm:react-use", + "target": "npm:screenfull", "type": "static" }, { - "source": "npm:nx", - "target": "npm:minimatch", + "source": "npm:react-use", + "target": "npm:set-harmonic-interval", "type": "static" }, { - "source": "npm:nx", - "target": "npm:node-machine-id", + "source": "npm:react-use", + "target": "npm:throttle-debounce@3.0.1", "type": "static" }, { - "source": "npm:nx", - "target": "npm:npm-run-path", + "source": "npm:react-use", + "target": "npm:ts-easing", "type": "static" }, { - "source": "npm:nx", - "target": "npm:open", + "source": "npm:react-use", + "target": "npm:tslib@2.6.2", "type": "static" - }, + } + ], + "npm:react": [ { - "source": "npm:nx", - "target": "npm:ora", + "source": "npm:react", + "target": "npm:loose-envify", "type": "static" - }, + } + ], + "npm:reactflow": [ { - "source": "npm:nx", - "target": "npm:semver@7.6.0", + "source": "npm:reactflow", + "target": "npm:@reactflow/background", "type": "static" }, { - "source": "npm:nx", - "target": "npm:string-width", + "source": "npm:reactflow", + "target": "npm:@reactflow/controls", "type": "static" }, { - "source": "npm:nx", - "target": "npm:strong-log-transformer", + "source": "npm:reactflow", + "target": "npm:@reactflow/core", "type": "static" }, { - "source": "npm:nx", - "target": "npm:tar-stream", + "source": "npm:reactflow", + "target": "npm:@reactflow/minimap", "type": "static" }, { - "source": "npm:nx", - "target": "npm:tmp", + "source": "npm:reactflow", + "target": "npm:@reactflow/node-resizer", "type": "static" }, { - "source": "npm:nx", - "target": "npm:tsconfig-paths", + "source": "npm:reactflow", + "target": "npm:@reactflow/node-toolbar", "type": "static" }, { - "source": "npm:nx", - "target": "npm:tslib", + "source": "npm:reactflow", + "target": "npm:react", "type": "static" }, { - "source": "npm:nx", - "target": "npm:yargs", + "source": "npm:reactflow", + "target": "npm:react-dom", "type": "static" - }, + } + ], + "npm:read-package-json-fast": [ { - "source": "npm:nx", - "target": "npm:yargs-parser", + "source": "npm:read-package-json-fast", + "target": "npm:json-parse-even-better-errors", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-darwin-arm64", + "source": "npm:read-package-json-fast", + "target": "npm:npm-normalize-package-bin", "type": "static" - }, + } + ], + "npm:readable-stream@2.3.8": [ { - "source": "npm:nx", - "target": "npm:@nx/nx-darwin-x64", + "source": "npm:readable-stream@2.3.8", + "target": "npm:core-util-is", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-freebsd-x64", + "source": "npm:readable-stream@2.3.8", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm-gnueabihf", + "source": "npm:readable-stream@2.3.8", + "target": "npm:isarray@1.0.0", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm64-gnu", + "source": "npm:readable-stream@2.3.8", + "target": "npm:process-nextick-args", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-arm64-musl", + "source": "npm:readable-stream@2.3.8", + "target": "npm:safe-buffer@5.1.2", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-x64-gnu", + "source": "npm:readable-stream@2.3.8", + "target": "npm:string_decoder", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-linux-x64-musl", + "source": "npm:readable-stream@2.3.8", + "target": "npm:util-deprecate", + "type": "static" + } + ], + "npm:readable-stream": [ + { + "source": "npm:readable-stream", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-win32-arm64-msvc", + "source": "npm:readable-stream", + "target": "npm:string_decoder@1.3.0", "type": "static" }, { - "source": "npm:nx", - "target": "npm:@nx/nx-win32-x64-msvc", + "source": "npm:readable-stream", + "target": "npm:util-deprecate", "type": "static" } ], - "npm:object-is": [ + "npm:readdirp": [ { - "source": "npm:object-is", - "target": "npm:call-bind", + "source": "npm:readdirp", + "target": "npm:picomatch@2.3.1", "type": "static" - }, + } + ], + "npm:rechoir": [ { - "source": "npm:object-is", - "target": "npm:define-properties", + "source": "npm:rechoir", + "target": "npm:resolve", "type": "static" } ], - "npm:object.assign": [ + "npm:redent": [ { - "source": "npm:object.assign", - "target": "npm:call-bind", + "source": "npm:redent", + "target": "npm:indent-string", "type": "static" }, { - "source": "npm:object.assign", - "target": "npm:define-properties", + "source": "npm:redent", + "target": "npm:strip-indent", "type": "static" - }, + } + ], + "npm:redux-thunk": [ { - "source": "npm:object.assign", - "target": "npm:has-symbols", + "source": "npm:redux-thunk", + "target": "npm:redux", "type": "static" - }, + } + ], + "npm:redux": [ { - "source": "npm:object.assign", - "target": "npm:object-keys", + "source": "npm:redux", + "target": "npm:@babel/runtime", "type": "static" } ], - "npm:object.defaults": [ + "npm:regenerate-unicode-properties": [ { - "source": "npm:object.defaults", - "target": "npm:array-each", + "source": "npm:regenerate-unicode-properties", + "target": "npm:regenerate", + "type": "static" + } + ], + "npm:regenerator-transform": [ + { + "source": "npm:regenerator-transform", + "target": "npm:@babel/runtime", + "type": "static" + } + ], + "npm:regexp.prototype.flags": [ + { + "source": "npm:regexp.prototype.flags", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:object.defaults", - "target": "npm:array-slice", + "source": "npm:regexp.prototype.flags", + "target": "npm:define-properties", "type": "static" }, { - "source": "npm:object.defaults", - "target": "npm:for-own", + "source": "npm:regexp.prototype.flags", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:object.defaults", - "target": "npm:isobject", + "source": "npm:regexp.prototype.flags", + "target": "npm:set-function-name", "type": "static" } ], - "npm:object.map": [ + "npm:regexpu-core": [ { - "source": "npm:object.map", - "target": "npm:for-own", + "source": "npm:regexpu-core", + "target": "npm:@babel/regjsgen", "type": "static" }, { - "source": "npm:object.map", - "target": "npm:make-iterator", + "source": "npm:regexpu-core", + "target": "npm:regenerate", "type": "static" - } - ], - "npm:object.pick": [ + }, { - "source": "npm:object.pick", - "target": "npm:isobject", + "source": "npm:regexpu-core", + "target": "npm:regenerate-unicode-properties", "type": "static" - } - ], - "npm:once": [ + }, { - "source": "npm:once", - "target": "npm:wrappy", + "source": "npm:regexpu-core", + "target": "npm:regjsparser", "type": "static" - } - ], - "npm:onetime@5.1.2": [ + }, { - "source": "npm:onetime@5.1.2", - "target": "npm:mimic-fn@2.1.0", + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-ecmascript", + "type": "static" + }, + { + "source": "npm:regexpu-core", + "target": "npm:unicode-match-property-value-ecmascript", "type": "static" } ], - "npm:onetime": [ + "npm:regjsparser": [ { - "source": "npm:onetime", - "target": "npm:mimic-fn", + "source": "npm:regjsparser", + "target": "npm:jsesc@0.5.0", "type": "static" } ], - "npm:open": [ + "npm:remark-parse": [ { - "source": "npm:open", - "target": "npm:define-lazy-prop", + "source": "npm:remark-parse", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:open", - "target": "npm:is-docker", + "source": "npm:remark-parse", + "target": "npm:mdast-util-from-markdown", "type": "static" }, { - "source": "npm:open", - "target": "npm:is-wsl", + "source": "npm:remark-parse", + "target": "npm:unified", "type": "static" } ], - "npm:ora": [ + "npm:remark-rehype": [ { - "source": "npm:ora", - "target": "npm:bl", + "source": "npm:remark-rehype", + "target": "npm:@types/hast", "type": "static" }, { - "source": "npm:ora", - "target": "npm:chalk@4.1.2", + "source": "npm:remark-rehype", + "target": "npm:@types/mdast", "type": "static" }, { - "source": "npm:ora", - "target": "npm:cli-cursor", + "source": "npm:remark-rehype", + "target": "npm:mdast-util-to-hast", "type": "static" }, { - "source": "npm:ora", - "target": "npm:cli-spinners", + "source": "npm:remark-rehype", + "target": "npm:unified", "type": "static" - }, + } + ], + "npm:rename-overwrite": [ { - "source": "npm:ora", - "target": "npm:is-interactive", + "source": "npm:rename-overwrite", + "target": "npm:@zkochan/rimraf", "type": "static" }, { - "source": "npm:ora", - "target": "npm:log-symbols", + "source": "npm:rename-overwrite", + "target": "npm:fs-extra", "type": "static" - }, + } + ], + "npm:resolve-dir": [ { - "source": "npm:ora", - "target": "npm:strip-ansi", + "source": "npm:resolve-dir", + "target": "npm:expand-tilde", "type": "static" }, { - "source": "npm:ora", - "target": "npm:wcwidth", + "source": "npm:resolve-dir", + "target": "npm:global-modules", "type": "static" } ], - "npm:p-limit@3.1.0": [ + "npm:resolve@1.19.0": [ { - "source": "npm:p-limit@3.1.0", - "target": "npm:yocto-queue@0.1.0", + "source": "npm:resolve@1.19.0", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve@1.19.0", + "target": "npm:path-parse", "type": "static" } ], - "npm:p-limit": [ + "npm:resolve": [ { - "source": "npm:p-limit", - "target": "npm:yocto-queue", + "source": "npm:resolve", + "target": "npm:is-core-module", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:path-parse", + "type": "static" + }, + { + "source": "npm:resolve", + "target": "npm:supports-preserve-symlinks-flag", "type": "static" } ], - "npm:p-map": [ + "npm:restore-cursor": [ { - "source": "npm:p-map", - "target": "npm:aggregate-error", + "source": "npm:restore-cursor", + "target": "npm:onetime", + "type": "static" + }, + { + "source": "npm:restore-cursor", + "target": "npm:signal-exit", "type": "static" } ], - "npm:p-memoize": [ + "npm:restore-cursor@4.0.0": [ { - "source": "npm:p-memoize", - "target": "npm:mem@6.1.1", + "source": "npm:restore-cursor@4.0.0", + "target": "npm:onetime", "type": "static" }, { - "source": "npm:p-memoize", - "target": "npm:mimic-fn@3.1.0", + "source": "npm:restore-cursor@4.0.0", + "target": "npm:signal-exit", "type": "static" } ], - "npm:parse-filepath": [ + "npm:rimraf@3.0.2": [ { - "source": "npm:parse-filepath", - "target": "npm:is-absolute", + "source": "npm:rimraf@3.0.2", + "target": "npm:glob@7.2.3", + "type": "static" + } + ], + "npm:rimraf": [ + { + "source": "npm:rimraf", + "target": "npm:glob@10.3.10", + "type": "static" + } + ], + "npm:rollup-plugin-preserve-directives": [ + { + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:@rollup/pluginutils", "type": "static" }, { - "source": "npm:parse-filepath", - "target": "npm:map-cache", + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:magic-string", "type": "static" }, { - "source": "npm:parse-filepath", - "target": "npm:path-root", + "source": "npm:rollup-plugin-preserve-directives", + "target": "npm:rollup", "type": "static" } ], - "npm:parse-json": [ + "npm:rollup-plugin-size": [ { - "source": "npm:parse-json", - "target": "npm:@babel/code-frame", + "source": "npm:rollup-plugin-size", + "target": "npm:axios", "type": "static" }, { - "source": "npm:parse-json", - "target": "npm:error-ex", + "source": "npm:rollup-plugin-size", + "target": "npm:chalk", "type": "static" }, { - "source": "npm:parse-json", - "target": "npm:json-parse-even-better-errors@2.3.1", + "source": "npm:rollup-plugin-size", + "target": "npm:ci-env", "type": "static" }, { - "source": "npm:parse-json", - "target": "npm:lines-and-columns@1.2.4", + "source": "npm:rollup-plugin-size", + "target": "npm:fs-extra@11.2.0", "type": "static" - } - ], - "npm:parse-npm-tarball-url": [ + }, { - "source": "npm:parse-npm-tarball-url", - "target": "npm:semver", + "source": "npm:rollup-plugin-size", + "target": "npm:glob", "type": "static" - } - ], - "npm:parse5": [ + }, { - "source": "npm:parse5", - "target": "npm:entities", + "source": "npm:rollup-plugin-size", + "target": "npm:minimatch@5.1.6", "type": "static" - } - ], - "npm:path-root": [ + }, { - "source": "npm:path-root", - "target": "npm:path-root-regex", + "source": "npm:rollup-plugin-size", + "target": "npm:pretty-bytes@6.1.1", + "type": "static" + }, + { + "source": "npm:rollup-plugin-size", + "target": "npm:zlib", "type": "static" } ], - "npm:path-scurry": [ + "npm:rollup-plugin-svelte": [ { - "source": "npm:path-scurry", - "target": "npm:lru-cache@10.2.0", + "source": "npm:rollup-plugin-svelte", + "target": "npm:@rollup/pluginutils@4.2.1", "type": "static" }, { - "source": "npm:path-scurry", - "target": "npm:minipass", + "source": "npm:rollup-plugin-svelte", + "target": "npm:resolve.exports", "type": "static" - } - ], - "npm:path-temp": [ + }, { - "source": "npm:path-temp", - "target": "npm:unique-string", + "source": "npm:rollup-plugin-svelte", + "target": "npm:rollup", + "type": "static" + }, + { + "source": "npm:rollup-plugin-svelte", + "target": "npm:svelte", "type": "static" } ], - "npm:periscopic": [ + "npm:rollup-plugin-visualizer": [ { - "source": "npm:periscopic", - "target": "npm:@types/estree", + "source": "npm:rollup-plugin-visualizer", + "target": "npm:open", "type": "static" }, { - "source": "npm:periscopic", - "target": "npm:estree-walker@3.0.3", + "source": "npm:rollup-plugin-visualizer", + "target": "npm:picomatch@2.3.1", "type": "static" }, { - "source": "npm:periscopic", - "target": "npm:is-reference@3.0.2", + "source": "npm:rollup-plugin-visualizer", + "target": "npm:rollup", "type": "static" - } - ], - "npm:pioppo": [ + }, { - "source": "npm:pioppo", - "target": "npm:dettle", + "source": "npm:rollup-plugin-visualizer", + "target": "npm:source-map", "type": "static" }, { - "source": "npm:pioppo", - "target": "npm:when-exit", + "source": "npm:rollup-plugin-visualizer", + "target": "npm:yargs", "type": "static" } ], - "npm:pkg-types": [ + "npm:rollup": [ { - "source": "npm:pkg-types", - "target": "npm:jsonc-parser@3.2.1", + "source": "npm:rollup", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:pkg-types", - "target": "npm:mlly", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm-eabi", "type": "static" }, { - "source": "npm:pkg-types", - "target": "npm:pathe", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-android-arm64", "type": "static" - } - ], - "npm:postcss": [ + }, { - "source": "npm:postcss", - "target": "npm:nanoid@3.3.7", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-arm64", "type": "static" }, { - "source": "npm:postcss", - "target": "npm:picocolors", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-darwin-x64", "type": "static" }, { - "source": "npm:postcss", - "target": "npm:source-map-js", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm-gnueabihf", "type": "static" - } - ], - "npm:prettier-plugin-svelte": [ + }, { - "source": "npm:prettier-plugin-svelte", - "target": "npm:prettier", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-gnu", "type": "static" }, { - "source": "npm:prettier-plugin-svelte", - "target": "npm:svelte", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-arm64-musl", "type": "static" - } - ], - "npm:prettier": [ + }, { - "source": "npm:prettier", - "target": "npm:@prettier/cli", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-riscv64-gnu", "type": "static" - } - ], - "npm:pretty-format": [ + }, { - "source": "npm:pretty-format", - "target": "npm:ansi-regex", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-gnu", "type": "static" }, { - "source": "npm:pretty-format", - "target": "npm:ansi-styles@5.2.0", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-linux-x64-musl", "type": "static" }, { - "source": "npm:pretty-format", - "target": "npm:react-is", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-arm64-msvc", "type": "static" - } - ], - "npm:pretty-format@29.7.0": [ + }, { - "source": "npm:pretty-format@29.7.0", - "target": "npm:@jest/schemas", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-ia32-msvc", "type": "static" }, { - "source": "npm:pretty-format@29.7.0", - "target": "npm:ansi-styles@5.2.0", + "source": "npm:rollup", + "target": "npm:@rollup/rollup-win32-x64-msvc", "type": "static" }, { - "source": "npm:pretty-format@29.7.0", - "target": "npm:react-is@18.2.0", + "source": "npm:rollup", + "target": "npm:fsevents", "type": "static" } ], - "npm:pretty-ms": [ + "npm:rtl-css-js": [ { - "source": "npm:pretty-ms", - "target": "npm:parse-ms", + "source": "npm:rtl-css-js", + "target": "npm:@babel/runtime", "type": "static" } ], - "npm:promise-retry": [ + "npm:run-parallel": [ { - "source": "npm:promise-retry", - "target": "npm:err-code", + "source": "npm:run-parallel", + "target": "npm:queue-microtask", "type": "static" - }, + } + ], + "npm:sade": [ { - "source": "npm:promise-retry", - "target": "npm:retry", + "source": "npm:sade", + "target": "npm:mri", "type": "static" } ], - "npm:randombytes": [ + "npm:saxes": [ { - "source": "npm:randombytes", - "target": "npm:safe-buffer", + "source": "npm:saxes", + "target": "npm:xmlchars", "type": "static" } ], - "npm:react-dom": [ + "npm:scheduler": [ { - "source": "npm:react-dom", + "source": "npm:scheduler", "target": "npm:loose-envify", "type": "static" }, { - "source": "npm:react-dom", - "target": "npm:react", - "type": "static" - }, - { - "source": "npm:react-dom", - "target": "npm:scheduler", + "source": "npm:scheduler", + "target": "npm:object-assign", "type": "static" } ], - "npm:react-error-boundary": [ - { - "source": "npm:react-error-boundary", - "target": "npm:@babel/runtime", - "type": "static" - }, + "npm:scheduler@0.23.0": [ { - "source": "npm:react-error-boundary", - "target": "npm:react", + "source": "npm:scheduler@0.23.0", + "target": "npm:loose-envify", "type": "static" } ], - "npm:react": [ + "npm:selderee": [ { - "source": "npm:react", - "target": "npm:loose-envify", + "source": "npm:selderee", + "target": "npm:parseley", "type": "static" } ], - "npm:read-package-json-fast": [ + "npm:semver@7.5.4": [ { - "source": "npm:read-package-json-fast", - "target": "npm:json-parse-even-better-errors", + "source": "npm:semver@7.5.4", + "target": "npm:lru-cache@6.0.0", "type": "static" - }, + } + ], + "npm:semver@7.6.0": [ { - "source": "npm:read-package-json-fast", - "target": "npm:npm-normalize-package-bin", + "source": "npm:semver@7.6.0", + "target": "npm:lru-cache@6.0.0", "type": "static" } ], - "npm:readable-stream@2.3.8": [ + "npm:serialize-javascript": [ { - "source": "npm:readable-stream@2.3.8", - "target": "npm:core-util-is", + "source": "npm:serialize-javascript", + "target": "npm:randombytes", "type": "static" - }, + } + ], + "npm:set-function-length": [ { - "source": "npm:readable-stream@2.3.8", - "target": "npm:inherits", + "source": "npm:set-function-length", + "target": "npm:define-data-property", "type": "static" }, { - "source": "npm:readable-stream@2.3.8", - "target": "npm:isarray@1.0.0", + "source": "npm:set-function-length", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:readable-stream@2.3.8", - "target": "npm:process-nextick-args", + "source": "npm:set-function-length", + "target": "npm:function-bind", "type": "static" }, { - "source": "npm:readable-stream@2.3.8", - "target": "npm:safe-buffer@5.1.2", + "source": "npm:set-function-length", + "target": "npm:get-intrinsic", "type": "static" }, { - "source": "npm:readable-stream@2.3.8", - "target": "npm:string_decoder", + "source": "npm:set-function-length", + "target": "npm:gopd", "type": "static" }, { - "source": "npm:readable-stream@2.3.8", - "target": "npm:util-deprecate", + "source": "npm:set-function-length", + "target": "npm:has-property-descriptors", "type": "static" } ], - "npm:readable-stream": [ + "npm:set-function-name": [ { - "source": "npm:readable-stream", - "target": "npm:inherits", + "source": "npm:set-function-name", + "target": "npm:define-data-property", "type": "static" }, { - "source": "npm:readable-stream", - "target": "npm:string_decoder@1.3.0", + "source": "npm:set-function-name", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:readable-stream", - "target": "npm:util-deprecate", - "type": "static" - } - ], - "npm:readdirp": [ - { - "source": "npm:readdirp", - "target": "npm:picomatch@2.3.1", - "type": "static" - } - ], - "npm:rechoir": [ - { - "source": "npm:rechoir", - "target": "npm:resolve", - "type": "static" - } - ], - "npm:redent": [ - { - "source": "npm:redent", - "target": "npm:indent-string", + "source": "npm:set-function-name", + "target": "npm:functions-have-names", "type": "static" }, { - "source": "npm:redent", - "target": "npm:strip-indent", + "source": "npm:set-function-name", + "target": "npm:has-property-descriptors", "type": "static" } ], - "npm:regenerate-unicode-properties": [ + "npm:shebang-command@1.2.0": [ { - "source": "npm:regenerate-unicode-properties", - "target": "npm:regenerate", + "source": "npm:shebang-command@1.2.0", + "target": "npm:shebang-regex@1.0.0", "type": "static" } ], - "npm:regenerator-transform": [ + "npm:shebang-command": [ { - "source": "npm:regenerator-transform", - "target": "npm:@babel/runtime", + "source": "npm:shebang-command", + "target": "npm:shebang-regex", "type": "static" } ], - "npm:regexp.prototype.flags": [ + "npm:sherif": [ { - "source": "npm:regexp.prototype.flags", - "target": "npm:call-bind", + "source": "npm:sherif", + "target": "npm:sherif-darwin-arm64", "type": "static" }, { - "source": "npm:regexp.prototype.flags", - "target": "npm:define-properties", + "source": "npm:sherif", + "target": "npm:sherif-darwin-x64", "type": "static" }, { - "source": "npm:regexp.prototype.flags", - "target": "npm:es-errors", + "source": "npm:sherif", + "target": "npm:sherif-linux-arm64", "type": "static" }, { - "source": "npm:regexp.prototype.flags", - "target": "npm:set-function-name", - "type": "static" - } - ], - "npm:regexpu-core": [ - { - "source": "npm:regexpu-core", - "target": "npm:@babel/regjsgen", + "source": "npm:sherif", + "target": "npm:sherif-linux-x64", "type": "static" }, { - "source": "npm:regexpu-core", - "target": "npm:regenerate", + "source": "npm:sherif", + "target": "npm:sherif-windows-arm64", "type": "static" }, { - "source": "npm:regexpu-core", - "target": "npm:regenerate-unicode-properties", + "source": "npm:sherif", + "target": "npm:sherif-windows-x64", "type": "static" - }, + } + ], + "npm:side-channel": [ { - "source": "npm:regexpu-core", - "target": "npm:regjsparser", + "source": "npm:side-channel", + "target": "npm:call-bind", "type": "static" }, { - "source": "npm:regexpu-core", - "target": "npm:unicode-match-property-ecmascript", + "source": "npm:side-channel", + "target": "npm:es-errors", "type": "static" }, { - "source": "npm:regexpu-core", - "target": "npm:unicode-match-property-value-ecmascript", + "source": "npm:side-channel", + "target": "npm:get-intrinsic", "type": "static" - } - ], - "npm:regjsparser": [ + }, { - "source": "npm:regjsparser", - "target": "npm:jsesc@0.5.0", + "source": "npm:side-channel", + "target": "npm:object-inspect", "type": "static" } ], - "npm:rename-overwrite": [ + "npm:simple-git": [ { - "source": "npm:rename-overwrite", - "target": "npm:@zkochan/rimraf", + "source": "npm:simple-git", + "target": "npm:@kwsites/file-exists", "type": "static" }, { - "source": "npm:rename-overwrite", - "target": "npm:fs-extra@10.1.0", - "type": "static" - } - ], - "npm:resolve-dir": [ - { - "source": "npm:resolve-dir", - "target": "npm:expand-tilde", + "source": "npm:simple-git", + "target": "npm:@kwsites/promise-deferred", "type": "static" }, { - "source": "npm:resolve-dir", - "target": "npm:global-modules", + "source": "npm:simple-git", + "target": "npm:debug", "type": "static" } ], - "npm:resolve@1.19.0": [ + "npm:size-limit": [ { - "source": "npm:resolve@1.19.0", - "target": "npm:is-core-module", + "source": "npm:size-limit", + "target": "npm:bytes-iec", "type": "static" }, { - "source": "npm:resolve@1.19.0", - "target": "npm:path-parse", + "source": "npm:size-limit", + "target": "npm:chokidar", "type": "static" - } - ], - "npm:resolve": [ + }, { - "source": "npm:resolve", - "target": "npm:is-core-module", + "source": "npm:size-limit", + "target": "npm:globby@14.0.1", "type": "static" }, { - "source": "npm:resolve", - "target": "npm:path-parse", + "source": "npm:size-limit", + "target": "npm:jiti", "type": "static" }, { - "source": "npm:resolve", - "target": "npm:supports-preserve-symlinks-flag", + "source": "npm:size-limit", + "target": "npm:lilconfig@3.1.1", "type": "static" - } - ], - "npm:restore-cursor": [ + }, { - "source": "npm:restore-cursor", - "target": "npm:onetime@5.1.2", + "source": "npm:size-limit", + "target": "npm:nanospinner", "type": "static" }, { - "source": "npm:restore-cursor", - "target": "npm:signal-exit@3.0.7", + "source": "npm:size-limit", + "target": "npm:picocolors", "type": "static" } ], - "npm:restore-cursor@4.0.0": [ + "npm:slice-ansi": [ { - "source": "npm:restore-cursor@4.0.0", - "target": "npm:onetime@5.1.2", + "source": "npm:slice-ansi", + "target": "npm:ansi-styles@6.2.1", "type": "static" }, { - "source": "npm:restore-cursor@4.0.0", - "target": "npm:signal-exit@3.0.7", + "source": "npm:slice-ansi", + "target": "npm:is-fullwidth-code-point@4.0.0", "type": "static" } ], - "npm:rimraf@3.0.2": [ + "npm:slice-ansi@7.1.0": [ { - "source": "npm:rimraf@3.0.2", - "target": "npm:glob@7.2.3", + "source": "npm:slice-ansi@7.1.0", + "target": "npm:ansi-styles@6.2.1", "type": "static" - } - ], - "npm:rimraf": [ + }, { - "source": "npm:rimraf", - "target": "npm:glob@10.3.10", + "source": "npm:slice-ansi@7.1.0", + "target": "npm:is-fullwidth-code-point@5.0.0", "type": "static" } ], - "npm:rollup-plugin-preserve-directives": [ + "npm:source-map-support": [ { - "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:@rollup/pluginutils", + "source": "npm:source-map-support", + "target": "npm:buffer-from", "type": "static" }, { - "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:magic-string", + "source": "npm:source-map-support", + "target": "npm:source-map@0.6.1", "type": "static" - }, + } + ], + "npm:source-map@0.8.0-beta.0": [ { - "source": "npm:rollup-plugin-preserve-directives", - "target": "npm:rollup", + "source": "npm:source-map@0.8.0-beta.0", + "target": "npm:whatwg-url@7.1.0", "type": "static" } ], - "npm:rollup-plugin-size": [ + "npm:spdx-correct": [ { - "source": "npm:rollup-plugin-size", - "target": "npm:axios", + "source": "npm:spdx-correct", + "target": "npm:spdx-expression-parse", "type": "static" }, { - "source": "npm:rollup-plugin-size", - "target": "npm:chalk", + "source": "npm:spdx-correct", + "target": "npm:spdx-license-ids", "type": "static" - }, + } + ], + "npm:spdx-expression-parse": [ { - "source": "npm:rollup-plugin-size", - "target": "npm:ci-env", + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-exceptions", "type": "static" }, { - "source": "npm:rollup-plugin-size", - "target": "npm:fs-extra", + "source": "npm:spdx-expression-parse", + "target": "npm:spdx-license-ids", "type": "static" - }, + } + ], + "npm:specialist": [ { - "source": "npm:rollup-plugin-size", - "target": "npm:glob", + "source": "npm:specialist", + "target": "npm:tiny-bin", "type": "static" }, { - "source": "npm:rollup-plugin-size", - "target": "npm:minimatch@5.1.6", + "source": "npm:specialist", + "target": "npm:tiny-colors", "type": "static" }, { - "source": "npm:rollup-plugin-size", - "target": "npm:pretty-bytes", + "source": "npm:specialist", + "target": "npm:tiny-parse-argv", "type": "static" }, { - "source": "npm:rollup-plugin-size", - "target": "npm:zlib", + "source": "npm:specialist", + "target": "npm:tiny-updater", "type": "static" } ], - "npm:rollup-plugin-svelte": [ + "npm:split2": [ { - "source": "npm:rollup-plugin-svelte", - "target": "npm:@rollup/pluginutils@4.2.1", + "source": "npm:split2", + "target": "npm:through2", "type": "static" - }, + } + ], + "npm:split2@3.2.2": [ { - "source": "npm:rollup-plugin-svelte", - "target": "npm:resolve.exports", + "source": "npm:split2@3.2.2", + "target": "npm:readable-stream", "type": "static" - }, + } + ], + "npm:ssri": [ { - "source": "npm:rollup-plugin-svelte", - "target": "npm:rollup", + "source": "npm:ssri", + "target": "npm:minipass", "type": "static" - }, + } + ], + "npm:stack-generator": [ { - "source": "npm:rollup-plugin-svelte", - "target": "npm:svelte", + "source": "npm:stack-generator", + "target": "npm:stackframe", "type": "static" } ], - "npm:rollup-plugin-visualizer": [ + "npm:stacktrace-gps": [ { - "source": "npm:rollup-plugin-visualizer", - "target": "npm:open", + "source": "npm:stacktrace-gps", + "target": "npm:source-map@0.5.6", "type": "static" }, { - "source": "npm:rollup-plugin-visualizer", - "target": "npm:picomatch@2.3.1", + "source": "npm:stacktrace-gps", + "target": "npm:stackframe", "type": "static" - }, + } + ], + "npm:stacktrace-js": [ { - "source": "npm:rollup-plugin-visualizer", - "target": "npm:rollup", + "source": "npm:stacktrace-js", + "target": "npm:error-stack-parser", "type": "static" }, { - "source": "npm:rollup-plugin-visualizer", - "target": "npm:source-map", + "source": "npm:stacktrace-js", + "target": "npm:stack-generator", "type": "static" }, { - "source": "npm:rollup-plugin-visualizer", - "target": "npm:yargs", + "source": "npm:stacktrace-js", + "target": "npm:stacktrace-gps", "type": "static" } ], - "npm:rollup": [ - { - "source": "npm:rollup", - "target": "npm:@types/estree", - "type": "static" - }, - { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-android-arm-eabi", - "type": "static" - }, + "npm:stop-iteration-iterator": [ { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-android-arm64", + "source": "npm:stop-iteration-iterator", + "target": "npm:internal-slot", "type": "static" - }, + } + ], + "npm:stream-combiner2": [ { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-darwin-arm64", + "source": "npm:stream-combiner2", + "target": "npm:duplexer2", "type": "static" }, { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-darwin-x64", + "source": "npm:stream-combiner2", + "target": "npm:readable-stream@2.3.8", "type": "static" - }, + } + ], + "npm:stream-to-array": [ { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-arm-gnueabihf", + "source": "npm:stream-to-array", + "target": "npm:any-promise", "type": "static" - }, + } + ], + "npm:string-width": [ { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-arm64-gnu", + "source": "npm:string-width", + "target": "npm:emoji-regex", "type": "static" }, { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-arm64-musl", + "source": "npm:string-width", + "target": "npm:is-fullwidth-code-point", "type": "static" }, { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-riscv64-gnu", + "source": "npm:string-width", + "target": "npm:strip-ansi", "type": "static" - }, + } + ], + "npm:string-width@5.1.2": [ { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-x64-gnu", + "source": "npm:string-width@5.1.2", + "target": "npm:eastasianwidth", "type": "static" }, { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-linux-x64-musl", + "source": "npm:string-width@5.1.2", + "target": "npm:emoji-regex@9.2.2", "type": "static" }, { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-win32-arm64-msvc", + "source": "npm:string-width@5.1.2", + "target": "npm:strip-ansi@7.1.0", "type": "static" - }, + } + ], + "npm:string-width@7.1.0": [ { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-win32-ia32-msvc", + "source": "npm:string-width@7.1.0", + "target": "npm:emoji-regex@10.3.0", "type": "static" }, { - "source": "npm:rollup", - "target": "npm:@rollup/rollup-win32-x64-msvc", + "source": "npm:string-width@7.1.0", + "target": "npm:get-east-asian-width", "type": "static" }, { - "source": "npm:rollup", - "target": "npm:fsevents", + "source": "npm:string-width@7.1.0", + "target": "npm:strip-ansi@7.1.0", "type": "static" } ], - "npm:run-parallel": [ + "npm:string_decoder": [ { - "source": "npm:run-parallel", - "target": "npm:queue-microtask", + "source": "npm:string_decoder", + "target": "npm:safe-buffer@5.1.2", "type": "static" } ], - "npm:saxes": [ + "npm:string_decoder@1.3.0": [ { - "source": "npm:saxes", - "target": "npm:xmlchars", + "source": "npm:string_decoder@1.3.0", + "target": "npm:safe-buffer", "type": "static" } ], - "npm:scheduler": [ + "npm:strip-ansi": [ { - "source": "npm:scheduler", - "target": "npm:loose-envify", + "source": "npm:strip-ansi", + "target": "npm:ansi-regex", "type": "static" } ], - "npm:semver@7.5.4": [ + "npm:strip-ansi@7.1.0": [ { - "source": "npm:semver@7.5.4", - "target": "npm:lru-cache@6.0.0", + "source": "npm:strip-ansi@7.1.0", + "target": "npm:ansi-regex@6.0.1", "type": "static" } ], - "npm:semver@7.6.0": [ + "npm:strip-indent": [ { - "source": "npm:semver@7.6.0", - "target": "npm:lru-cache@6.0.0", + "source": "npm:strip-indent", + "target": "npm:min-indent", "type": "static" } ], - "npm:serialize-javascript": [ + "npm:strip-literal": [ { - "source": "npm:serialize-javascript", - "target": "npm:randombytes", + "source": "npm:strip-literal", + "target": "npm:js-tokens@8.0.3", "type": "static" } ], - "npm:set-function-length": [ + "npm:strong-log-transformer": [ { - "source": "npm:set-function-length", - "target": "npm:define-data-property", + "source": "npm:strong-log-transformer", + "target": "npm:duplexer", "type": "static" }, { - "source": "npm:set-function-length", - "target": "npm:es-errors", + "source": "npm:strong-log-transformer", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:set-function-length", - "target": "npm:function-bind", + "source": "npm:strong-log-transformer", + "target": "npm:through", "type": "static" - }, + } + ], + "npm:style-to-object": [ { - "source": "npm:set-function-length", - "target": "npm:get-intrinsic", + "source": "npm:style-to-object", + "target": "npm:inline-style-parser", + "type": "static" + } + ], + "npm:sucrase": [ + { + "source": "npm:sucrase", + "target": "npm:@jridgewell/gen-mapping", "type": "static" }, { - "source": "npm:set-function-length", - "target": "npm:gopd", + "source": "npm:sucrase", + "target": "npm:commander@4.1.1", "type": "static" }, { - "source": "npm:set-function-length", - "target": "npm:has-property-descriptors", + "source": "npm:sucrase", + "target": "npm:glob@10.3.10", "type": "static" - } - ], - "npm:set-function-name": [ + }, { - "source": "npm:set-function-name", - "target": "npm:define-data-property", + "source": "npm:sucrase", + "target": "npm:lines-and-columns@1.2.4", "type": "static" }, { - "source": "npm:set-function-name", - "target": "npm:es-errors", + "source": "npm:sucrase", + "target": "npm:mz", "type": "static" }, { - "source": "npm:set-function-name", - "target": "npm:functions-have-names", + "source": "npm:sucrase", + "target": "npm:pirates", "type": "static" }, { - "source": "npm:set-function-name", - "target": "npm:has-property-descriptors", + "source": "npm:sucrase", + "target": "npm:ts-interface-checker", "type": "static" } ], - "npm:shebang-command@1.2.0": [ + "npm:supports-color@5.5.0": [ { - "source": "npm:shebang-command@1.2.0", - "target": "npm:shebang-regex@1.0.0", + "source": "npm:supports-color@5.5.0", + "target": "npm:has-flag@3.0.0", "type": "static" } ], - "npm:shebang-command": [ + "npm:supports-color": [ { - "source": "npm:shebang-command", - "target": "npm:shebang-regex", + "source": "npm:supports-color", + "target": "npm:has-flag", "type": "static" } ], - "npm:sherif": [ - { - "source": "npm:sherif", - "target": "npm:sherif-darwin-arm64", - "type": "static" - }, + "npm:svelte": [ { - "source": "npm:sherif", - "target": "npm:sherif-darwin-x64", + "source": "npm:svelte", + "target": "npm:@ampproject/remapping", "type": "static" }, { - "source": "npm:sherif", - "target": "npm:sherif-linux-arm64", + "source": "npm:svelte", + "target": "npm:@jridgewell/sourcemap-codec", "type": "static" }, { - "source": "npm:sherif", - "target": "npm:sherif-linux-x64", + "source": "npm:svelte", + "target": "npm:@jridgewell/trace-mapping", "type": "static" }, { - "source": "npm:sherif", - "target": "npm:sherif-windows-arm64", + "source": "npm:svelte", + "target": "npm:@types/estree", "type": "static" }, { - "source": "npm:sherif", - "target": "npm:sherif-windows-x64", - "type": "static" - } - ], - "npm:side-channel": [ - { - "source": "npm:side-channel", - "target": "npm:call-bind", + "source": "npm:svelte", + "target": "npm:acorn", "type": "static" }, { - "source": "npm:side-channel", - "target": "npm:es-errors", + "source": "npm:svelte", + "target": "npm:aria-query", "type": "static" }, { - "source": "npm:side-channel", - "target": "npm:get-intrinsic", + "source": "npm:svelte", + "target": "npm:axobject-query", "type": "static" }, { - "source": "npm:side-channel", - "target": "npm:object-inspect", - "type": "static" - } - ], - "npm:size-limit": [ - { - "source": "npm:size-limit", - "target": "npm:bytes-iec", + "source": "npm:svelte", + "target": "npm:code-red", "type": "static" }, { - "source": "npm:size-limit", - "target": "npm:chokidar", + "source": "npm:svelte", + "target": "npm:css-tree@2.3.1", "type": "static" }, { - "source": "npm:size-limit", - "target": "npm:globby", + "source": "npm:svelte", + "target": "npm:estree-walker@3.0.3", "type": "static" }, { - "source": "npm:size-limit", - "target": "npm:jiti", + "source": "npm:svelte", + "target": "npm:is-reference@3.0.2", "type": "static" }, { - "source": "npm:size-limit", - "target": "npm:lilconfig@3.1.1", + "source": "npm:svelte", + "target": "npm:locate-character", "type": "static" }, { - "source": "npm:size-limit", - "target": "npm:nanospinner", + "source": "npm:svelte", + "target": "npm:magic-string", "type": "static" }, { - "source": "npm:size-limit", - "target": "npm:picocolors", + "source": "npm:svelte", + "target": "npm:periscopic", "type": "static" } ], - "npm:slice-ansi": [ + "npm:tabster": [ { - "source": "npm:slice-ansi", - "target": "npm:ansi-styles@6.2.1", + "source": "npm:tabster", + "target": "npm:keyborg", "type": "static" }, { - "source": "npm:slice-ansi", - "target": "npm:is-fullwidth-code-point@4.0.0", + "source": "npm:tabster", + "target": "npm:tslib@2.6.2", "type": "static" } ], - "npm:slice-ansi@7.1.0": [ + "npm:tar-stream": [ { - "source": "npm:slice-ansi@7.1.0", - "target": "npm:ansi-styles@6.2.1", + "source": "npm:tar-stream", + "target": "npm:bl", "type": "static" }, { - "source": "npm:slice-ansi@7.1.0", - "target": "npm:is-fullwidth-code-point@5.0.0", + "source": "npm:tar-stream", + "target": "npm:end-of-stream", "type": "static" - } - ], - "npm:source-map-support": [ + }, { - "source": "npm:source-map-support", - "target": "npm:buffer-from", + "source": "npm:tar-stream", + "target": "npm:fs-constants", "type": "static" }, { - "source": "npm:source-map-support", - "target": "npm:source-map@0.6.1", + "source": "npm:tar-stream", + "target": "npm:inherits", + "type": "static" + }, + { + "source": "npm:tar-stream", + "target": "npm:readable-stream", "type": "static" } ], - "npm:spdx-correct": [ + "npm:terser": [ { - "source": "npm:spdx-correct", - "target": "npm:spdx-expression-parse", + "source": "npm:terser", + "target": "npm:@jridgewell/source-map", "type": "static" }, { - "source": "npm:spdx-correct", - "target": "npm:spdx-license-ids", + "source": "npm:terser", + "target": "npm:acorn", "type": "static" - } - ], - "npm:spdx-expression-parse": [ + }, { - "source": "npm:spdx-expression-parse", - "target": "npm:spdx-exceptions", + "source": "npm:terser", + "target": "npm:commander@2.20.3", "type": "static" }, { - "source": "npm:spdx-expression-parse", - "target": "npm:spdx-license-ids", + "source": "npm:terser", + "target": "npm:source-map-support", "type": "static" } ], - "npm:specialist": [ + "npm:thenify-all": [ { - "source": "npm:specialist", - "target": "npm:tiny-bin", + "source": "npm:thenify-all", + "target": "npm:thenify", "type": "static" - }, + } + ], + "npm:thenify": [ { - "source": "npm:specialist", - "target": "npm:tiny-colors", + "source": "npm:thenify", + "target": "npm:any-promise", "type": "static" - }, + } + ], + "npm:through2": [ { - "source": "npm:specialist", - "target": "npm:tiny-parse-argv", + "source": "npm:through2", + "target": "npm:readable-stream@2.3.8", "type": "static" }, { - "source": "npm:specialist", - "target": "npm:tiny-updater", + "source": "npm:through2", + "target": "npm:xtend", "type": "static" } ], - "npm:split2": [ + "npm:through2@4.0.2": [ { - "source": "npm:split2", - "target": "npm:through2", + "source": "npm:through2@4.0.2", + "target": "npm:readable-stream", "type": "static" } ], - "npm:split2@3.2.2": [ + "npm:tiny-bin": [ { - "source": "npm:split2@3.2.2", - "target": "npm:readable-stream", + "source": "npm:tiny-bin", + "target": "npm:ansi-purge", "type": "static" - } - ], - "npm:ssri": [ + }, { - "source": "npm:ssri", - "target": "npm:minipass", + "source": "npm:tiny-bin", + "target": "npm:fast-string-width", "type": "static" - } - ], - "npm:stop-iteration-iterator": [ + }, { - "source": "npm:stop-iteration-iterator", - "target": "npm:internal-slot", + "source": "npm:tiny-bin", + "target": "npm:get-current-package", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-colors", + "type": "static" + }, + { + "source": "npm:tiny-bin", + "target": "npm:tiny-levenshtein", "type": "static" - } - ], - "npm:stream-combiner2": [ + }, { - "source": "npm:stream-combiner2", - "target": "npm:duplexer2", + "source": "npm:tiny-bin", + "target": "npm:tiny-parse-argv", "type": "static" }, { - "source": "npm:stream-combiner2", - "target": "npm:readable-stream@2.3.8", + "source": "npm:tiny-bin", + "target": "npm:tiny-updater", "type": "static" } ], - "npm:stream-to-array": [ + "npm:tiny-cursor": [ { - "source": "npm:stream-to-array", - "target": "npm:any-promise", + "source": "npm:tiny-cursor", + "target": "npm:when-exit", "type": "static" } ], - "npm:string-width": [ - { - "source": "npm:string-width", - "target": "npm:emoji-regex", - "type": "static" - }, + "npm:tiny-editorconfig": [ { - "source": "npm:string-width", - "target": "npm:is-fullwidth-code-point", + "source": "npm:tiny-editorconfig", + "target": "npm:ini-simple-parser", "type": "static" }, { - "source": "npm:string-width", - "target": "npm:strip-ansi", + "source": "npm:tiny-editorconfig", + "target": "npm:zeptomatch", "type": "static" } ], - "npm:string-width@5.1.2": [ + "npm:tiny-readdir-glob": [ { - "source": "npm:string-width@5.1.2", - "target": "npm:eastasianwidth", + "source": "npm:tiny-readdir-glob", + "target": "npm:tiny-readdir", "type": "static" }, { - "source": "npm:string-width@5.1.2", - "target": "npm:emoji-regex@9.2.2", + "source": "npm:tiny-readdir-glob", + "target": "npm:zeptomatch", "type": "static" - }, + } + ], + "npm:tiny-readdir": [ { - "source": "npm:string-width@5.1.2", - "target": "npm:strip-ansi@7.1.0", + "source": "npm:tiny-readdir", + "target": "npm:promise-make-naked", "type": "static" } ], - "npm:string-width@7.1.0": [ + "npm:tiny-spinner": [ { - "source": "npm:string-width@7.1.0", - "target": "npm:emoji-regex@10.3.0", + "source": "npm:tiny-spinner", + "target": "npm:stdin-blocker", "type": "static" }, { - "source": "npm:string-width@7.1.0", - "target": "npm:get-east-asian-width", + "source": "npm:tiny-spinner", + "target": "npm:tiny-colors", "type": "static" }, { - "source": "npm:string-width@7.1.0", - "target": "npm:strip-ansi@7.1.0", + "source": "npm:tiny-spinner", + "target": "npm:tiny-cursor", "type": "static" - } - ], - "npm:string_decoder": [ + }, { - "source": "npm:string_decoder", - "target": "npm:safe-buffer@5.1.2", + "source": "npm:tiny-spinner", + "target": "npm:tiny-truncate", "type": "static" } ], - "npm:string_decoder@1.3.0": [ + "npm:tiny-truncate": [ { - "source": "npm:string_decoder@1.3.0", - "target": "npm:safe-buffer", + "source": "npm:tiny-truncate", + "target": "npm:ansi-truncate", "type": "static" } ], - "npm:strip-ansi": [ + "npm:tiny-updater": [ { - "source": "npm:strip-ansi", - "target": "npm:ansi-regex", + "source": "npm:tiny-updater", + "target": "npm:ionstore", "type": "static" - } - ], - "npm:strip-ansi@7.1.0": [ + }, { - "source": "npm:strip-ansi@7.1.0", - "target": "npm:ansi-regex@6.0.1", + "source": "npm:tiny-updater", + "target": "npm:tiny-colors", "type": "static" - } - ], - "npm:strip-indent": [ + }, { - "source": "npm:strip-indent", - "target": "npm:min-indent", + "source": "npm:tiny-updater", + "target": "npm:when-exit", "type": "static" } ], - "npm:strip-literal": [ + "npm:to-capital-case": [ { - "source": "npm:strip-literal", - "target": "npm:js-tokens", + "source": "npm:to-capital-case", + "target": "npm:to-space-case", "type": "static" } ], - "npm:strong-log-transformer": [ - { - "source": "npm:strong-log-transformer", - "target": "npm:duplexer", - "type": "static" - }, + "npm:to-pascal-case": [ { - "source": "npm:strong-log-transformer", - "target": "npm:minimist", + "source": "npm:to-pascal-case", + "target": "npm:to-space-case", "type": "static" - }, + } + ], + "npm:to-regex-range": [ { - "source": "npm:strong-log-transformer", - "target": "npm:through", + "source": "npm:to-regex-range", + "target": "npm:is-number@7.0.0", "type": "static" } ], - "npm:supports-color@5.5.0": [ + "npm:to-sentence-case": [ { - "source": "npm:supports-color@5.5.0", - "target": "npm:has-flag@3.0.0", + "source": "npm:to-sentence-case", + "target": "npm:to-no-case", "type": "static" } ], - "npm:supports-color": [ + "npm:to-space-case": [ { - "source": "npm:supports-color", - "target": "npm:has-flag", + "source": "npm:to-space-case", + "target": "npm:to-no-case", "type": "static" } ], - "npm:svelte": [ + "npm:to-title-case": [ { - "source": "npm:svelte", - "target": "npm:@ampproject/remapping", + "source": "npm:to-title-case", + "target": "npm:escape-regexp-component", "type": "static" }, { - "source": "npm:svelte", - "target": "npm:@jridgewell/sourcemap-codec", + "source": "npm:to-title-case", + "target": "npm:title-case-minors", "type": "static" }, { - "source": "npm:svelte", - "target": "npm:@jridgewell/trace-mapping", + "source": "npm:to-title-case", + "target": "npm:to-capital-case", "type": "static" }, { - "source": "npm:svelte", - "target": "npm:@types/estree", + "source": "npm:to-title-case", + "target": "npm:to-sentence-case", "type": "static" - }, + } + ], + "npm:tough-cookie": [ { - "source": "npm:svelte", - "target": "npm:acorn", + "source": "npm:tough-cookie", + "target": "npm:psl", "type": "static" }, { - "source": "npm:svelte", - "target": "npm:aria-query", + "source": "npm:tough-cookie", + "target": "npm:punycode", "type": "static" }, { - "source": "npm:svelte", - "target": "npm:axobject-query", + "source": "npm:tough-cookie", + "target": "npm:universalify@0.2.0", "type": "static" }, { - "source": "npm:svelte", - "target": "npm:code-red", + "source": "npm:tough-cookie", + "target": "npm:url-parse", "type": "static" - }, + } + ], + "npm:tr46@1.0.1": [ { - "source": "npm:svelte", - "target": "npm:css-tree", + "source": "npm:tr46@1.0.1", + "target": "npm:punycode", "type": "static" - }, + } + ], + "npm:tr46": [ { - "source": "npm:svelte", - "target": "npm:estree-walker@3.0.3", + "source": "npm:tr46", + "target": "npm:punycode", "type": "static" - }, + } + ], + "npm:tsconfck": [ { - "source": "npm:svelte", - "target": "npm:is-reference@3.0.2", + "source": "npm:tsconfck", + "target": "npm:typescript", "type": "static" - }, + } + ], + "npm:tsconfig-paths": [ { - "source": "npm:svelte", - "target": "npm:locate-character", + "source": "npm:tsconfig-paths", + "target": "npm:json5", "type": "static" }, { - "source": "npm:svelte", - "target": "npm:magic-string", + "source": "npm:tsconfig-paths", + "target": "npm:minimist", "type": "static" }, { - "source": "npm:svelte", - "target": "npm:periscopic", + "source": "npm:tsconfig-paths", + "target": "npm:strip-bom", "type": "static" } ], - "npm:tar-stream": [ + "npm:tsup": [ { - "source": "npm:tar-stream", - "target": "npm:bl", + "source": "npm:tsup", + "target": "npm:bundle-require", "type": "static" }, { - "source": "npm:tar-stream", - "target": "npm:end-of-stream", + "source": "npm:tsup", + "target": "npm:cac", "type": "static" }, { - "source": "npm:tar-stream", - "target": "npm:fs-constants", + "source": "npm:tsup", + "target": "npm:chokidar", "type": "static" }, { - "source": "npm:tar-stream", - "target": "npm:inherits", + "source": "npm:tsup", + "target": "npm:debug", "type": "static" }, { - "source": "npm:tar-stream", - "target": "npm:readable-stream", - "type": "static" - } - ], - "npm:terser": [ - { - "source": "npm:terser", - "target": "npm:@jridgewell/source-map", + "source": "npm:tsup", + "target": "npm:esbuild", "type": "static" }, { - "source": "npm:terser", - "target": "npm:acorn", + "source": "npm:tsup", + "target": "npm:execa@5.1.1", "type": "static" }, { - "source": "npm:terser", - "target": "npm:commander@2.20.3", + "source": "npm:tsup", + "target": "npm:globby", "type": "static" }, { - "source": "npm:terser", - "target": "npm:source-map-support", - "type": "static" - } - ], - "npm:through2": [ - { - "source": "npm:through2", - "target": "npm:readable-stream@2.3.8", + "source": "npm:tsup", + "target": "npm:joycon", "type": "static" }, { - "source": "npm:through2", - "target": "npm:xtend", - "type": "static" - } - ], - "npm:through2@4.0.2": [ - { - "source": "npm:through2@4.0.2", - "target": "npm:readable-stream", - "type": "static" - } - ], - "npm:tiny-bin": [ - { - "source": "npm:tiny-bin", - "target": "npm:ansi-purge", + "source": "npm:tsup", + "target": "npm:postcss-load-config", "type": "static" }, - { - "source": "npm:tiny-bin", - "target": "npm:fast-string-width", + { + "source": "npm:tsup", + "target": "npm:resolve-from", "type": "static" }, { - "source": "npm:tiny-bin", - "target": "npm:get-current-package", + "source": "npm:tsup", + "target": "npm:rollup", "type": "static" }, { - "source": "npm:tiny-bin", - "target": "npm:tiny-colors", + "source": "npm:tsup", + "target": "npm:source-map@0.8.0-beta.0", "type": "static" }, { - "source": "npm:tiny-bin", - "target": "npm:tiny-levenshtein", + "source": "npm:tsup", + "target": "npm:sucrase", "type": "static" }, { - "source": "npm:tiny-bin", - "target": "npm:tiny-parse-argv", + "source": "npm:tsup", + "target": "npm:tree-kill", "type": "static" }, { - "source": "npm:tiny-bin", - "target": "npm:tiny-updater", + "source": "npm:tsup", + "target": "npm:typescript", "type": "static" } ], - "npm:tiny-cursor": [ + "npm:unescape-js": [ { - "source": "npm:tiny-cursor", - "target": "npm:when-exit", + "source": "npm:unescape-js", + "target": "npm:string.fromcodepoint", "type": "static" } ], - "npm:tiny-editorconfig": [ + "npm:unicode-match-property-ecmascript": [ { - "source": "npm:tiny-editorconfig", - "target": "npm:ini-simple-parser", + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-canonical-property-names-ecmascript", "type": "static" }, { - "source": "npm:tiny-editorconfig", - "target": "npm:zeptomatch", + "source": "npm:unicode-match-property-ecmascript", + "target": "npm:unicode-property-aliases-ecmascript", "type": "static" } ], - "npm:tiny-readdir-glob": [ + "npm:unified": [ { - "source": "npm:tiny-readdir-glob", - "target": "npm:tiny-readdir", + "source": "npm:unified", + "target": "npm:@types/unist", "type": "static" }, { - "source": "npm:tiny-readdir-glob", - "target": "npm:zeptomatch", + "source": "npm:unified", + "target": "npm:bail", "type": "static" - } - ], - "npm:tiny-readdir": [ + }, { - "source": "npm:tiny-readdir", - "target": "npm:promise-make-naked", + "source": "npm:unified", + "target": "npm:extend", "type": "static" - } - ], - "npm:tiny-spinner": [ + }, { - "source": "npm:tiny-spinner", - "target": "npm:stdin-blocker", + "source": "npm:unified", + "target": "npm:is-buffer", "type": "static" }, { - "source": "npm:tiny-spinner", - "target": "npm:tiny-colors", + "source": "npm:unified", + "target": "npm:is-plain-obj", "type": "static" }, { - "source": "npm:tiny-spinner", - "target": "npm:tiny-cursor", + "source": "npm:unified", + "target": "npm:trough", "type": "static" }, { - "source": "npm:tiny-spinner", - "target": "npm:tiny-truncate", + "source": "npm:unified", + "target": "npm:vfile", "type": "static" } ], - "npm:tiny-truncate": [ + "npm:unique-string": [ { - "source": "npm:tiny-truncate", - "target": "npm:ansi-truncate", + "source": "npm:unique-string", + "target": "npm:crypto-random-string", "type": "static" } ], - "npm:tiny-updater": [ - { - "source": "npm:tiny-updater", - "target": "npm:ionstore", - "type": "static" - }, + "npm:unist-util-is": [ { - "source": "npm:tiny-updater", - "target": "npm:tiny-colors", + "source": "npm:unist-util-is", + "target": "npm:@types/unist", "type": "static" - }, + } + ], + "npm:unist-util-position": [ { - "source": "npm:tiny-updater", - "target": "npm:when-exit", + "source": "npm:unist-util-position", + "target": "npm:@types/unist", "type": "static" } ], - "npm:to-pascal-case": [ + "npm:unist-util-stringify-position": [ { - "source": "npm:to-pascal-case", - "target": "npm:to-space-case", + "source": "npm:unist-util-stringify-position", + "target": "npm:@types/unist", "type": "static" } ], - "npm:to-regex-range": [ + "npm:unist-util-visit-parents": [ { - "source": "npm:to-regex-range", - "target": "npm:is-number@7.0.0", + "source": "npm:unist-util-visit-parents", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:unist-util-visit-parents", + "target": "npm:unist-util-is", "type": "static" } ], - "npm:to-space-case": [ + "npm:unist-util-visit": [ { - "source": "npm:to-space-case", - "target": "npm:to-no-case", + "source": "npm:unist-util-visit", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:unist-util-visit", + "target": "npm:unist-util-is", + "type": "static" + }, + { + "source": "npm:unist-util-visit", + "target": "npm:unist-util-visit-parents", "type": "static" } ], - "npm:tough-cookie": [ + "npm:unload": [ { - "source": "npm:tough-cookie", - "target": "npm:psl", + "source": "npm:unload", + "target": "npm:@babel/runtime", "type": "static" }, { - "source": "npm:tough-cookie", - "target": "npm:punycode", + "source": "npm:unload", + "target": "npm:detect-node", + "type": "static" + } + ], + "npm:update-browserslist-db": [ + { + "source": "npm:update-browserslist-db", + "target": "npm:browserslist", "type": "static" }, { - "source": "npm:tough-cookie", - "target": "npm:universalify@0.2.0", + "source": "npm:update-browserslist-db", + "target": "npm:escalade", "type": "static" }, { - "source": "npm:tough-cookie", - "target": "npm:url-parse", + "source": "npm:update-browserslist-db", + "target": "npm:picocolors", "type": "static" } ], - "npm:tr46": [ + "npm:uri-js": [ { - "source": "npm:tr46", + "source": "npm:uri-js", "target": "npm:punycode", "type": "static" } ], - "npm:tsconfck": [ + "npm:url-parse": [ { - "source": "npm:tsconfck", - "target": "npm:typescript", + "source": "npm:url-parse", + "target": "npm:querystringify", + "type": "static" + }, + { + "source": "npm:url-parse", + "target": "npm:requires-port", "type": "static" } ], - "npm:tsconfig-paths": [ + "npm:use-disposable": [ { - "source": "npm:tsconfig-paths", - "target": "npm:json5", + "source": "npm:use-disposable", + "target": "npm:@types/react", "type": "static" }, { - "source": "npm:tsconfig-paths", - "target": "npm:minimist", + "source": "npm:use-disposable", + "target": "npm:@types/react-dom", "type": "static" }, { - "source": "npm:tsconfig-paths", - "target": "npm:strip-bom", + "source": "npm:use-disposable", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:use-disposable", + "target": "npm:react-dom", "type": "static" } ], - "npm:unescape-js": [ + "npm:use-sync-external-store": [ { - "source": "npm:unescape-js", - "target": "npm:string.fromcodepoint", + "source": "npm:use-sync-external-store", + "target": "npm:react", "type": "static" } ], - "npm:unicode-match-property-ecmascript": [ + "npm:util": [ { - "source": "npm:unicode-match-property-ecmascript", - "target": "npm:unicode-canonical-property-names-ecmascript", + "source": "npm:util", + "target": "npm:inherits", "type": "static" }, { - "source": "npm:unicode-match-property-ecmascript", - "target": "npm:unicode-property-aliases-ecmascript", - "type": "static" - } - ], - "npm:unique-string": [ - { - "source": "npm:unique-string", - "target": "npm:crypto-random-string", + "source": "npm:util", + "target": "npm:is-arguments", "type": "static" - } - ], - "npm:update-browserslist-db": [ + }, { - "source": "npm:update-browserslist-db", - "target": "npm:browserslist", + "source": "npm:util", + "target": "npm:is-generator-function", "type": "static" }, { - "source": "npm:update-browserslist-db", - "target": "npm:escalade", + "source": "npm:util", + "target": "npm:is-typed-array", "type": "static" }, { - "source": "npm:update-browserslist-db", - "target": "npm:picocolors", + "source": "npm:util", + "target": "npm:which-typed-array", "type": "static" } ], - "npm:uri-js": [ + "npm:uvu": [ { - "source": "npm:uri-js", - "target": "npm:punycode", + "source": "npm:uvu", + "target": "npm:dequal", "type": "static" - } - ], - "npm:url-parse": [ + }, { - "source": "npm:url-parse", - "target": "npm:querystringify", + "source": "npm:uvu", + "target": "npm:diff", "type": "static" }, { - "source": "npm:url-parse", - "target": "npm:requires-port", + "source": "npm:uvu", + "target": "npm:kleur", + "type": "static" + }, + { + "source": "npm:uvu", + "target": "npm:sade", "type": "static" } ], @@ -17772,6 +32288,40 @@ "type": "static" } ], + "npm:vfile-message": [ + { + "source": "npm:vfile-message", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:vfile-message", + "target": "npm:unist-util-stringify-position", + "type": "static" + } + ], + "npm:vfile": [ + { + "source": "npm:vfile", + "target": "npm:@types/unist", + "type": "static" + }, + { + "source": "npm:vfile", + "target": "npm:is-buffer", + "type": "static" + }, + { + "source": "npm:vfile", + "target": "npm:unist-util-stringify-position", + "type": "static" + }, + { + "source": "npm:vfile", + "target": "npm:vfile-message", + "type": "static" + } + ], "npm:vite-node": [ { "source": "npm:vite-node", @@ -17878,7 +32428,7 @@ }, { "source": "npm:vite", - "target": "npm:esbuild", + "target": "npm:esbuild@0.20.2", "type": "static" }, { @@ -18009,6 +32559,13 @@ "type": "static" } ], + "npm:vscode-tas-client": [ + { + "source": "npm:vscode-tas-client", + "target": "npm:tas-client", + "type": "static" + } + ], "npm:vue-template-compiler": [ { "source": "npm:vue-template-compiler", @@ -18076,6 +32633,35 @@ "type": "static" } ], + "npm:whatwg-url@5.0.0": [ + { + "source": "npm:whatwg-url@5.0.0", + "target": "npm:tr46@0.0.3", + "type": "static" + }, + { + "source": "npm:whatwg-url@5.0.0", + "target": "npm:webidl-conversions@3.0.1", + "type": "static" + } + ], + "npm:whatwg-url@7.1.0": [ + { + "source": "npm:whatwg-url@7.1.0", + "target": "npm:lodash.sortby", + "type": "static" + }, + { + "source": "npm:whatwg-url@7.1.0", + "target": "npm:tr46@1.0.1", + "type": "static" + }, + { + "source": "npm:whatwg-url@7.1.0", + "target": "npm:webidl-conversions@4.0.2", + "type": "static" + } + ], "npm:which-boxed-primitive": [ { "source": "npm:which-boxed-primitive", @@ -18248,6 +32834,18 @@ "type": "static" } ], + "npm:xml2js": [ + { + "source": "npm:xml2js", + "target": "npm:sax", + "type": "static" + }, + { + "source": "npm:xml2js", + "target": "npm:xmlbuilder", + "type": "static" + } + ], "npm:yargs": [ { "source": "npm:yargs", @@ -18285,6 +32883,20 @@ "type": "static" } ], + "npm:yazl": [ + { + "source": "npm:yazl", + "target": "npm:buffer-crc32", + "type": "static" + } + ], + "npm:yjs": [ + { + "source": "npm:yjs", + "target": "npm:lib0", + "type": "static" + } + ], "npm:z-schema": [ { "source": "npm:z-schema", @@ -18320,6 +32932,28 @@ "target": "npm:zod", "type": "static" } + ], + "npm:zustand": [ + { + "source": "npm:zustand", + "target": "npm:@types/react", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:immer", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:react", + "type": "static" + }, + { + "source": "npm:zustand", + "target": "npm:use-sync-external-store", + "type": "static" + } ] }, "version": "6.0" diff --git a/init.js b/init.js index 696cac63f2d..020c401cacc 100644 --- a/init.js +++ b/init.js @@ -1,5 +1,5 @@ -const proc = require('child_process'); -proc.exec('mkcert --help', function (err, stdout) { +import proc from 'child_process'; +proc.exec('mkcert --help', function (err) { if (err) { console.error( '\x1b[31m%s\x1b[0m', diff --git a/libs/designer-ui/package.json b/libs/designer-ui/package.json index 9ce6ff5ae02..7b1021ecbd5 100644 --- a/libs/designer-ui/package.json +++ b/libs/designer-ui/package.json @@ -1,8 +1,30 @@ { "name": "@microsoft/designer-ui", "version": "3.0.0", + "license": "MIT", + "type": "commonjs", + "module": "build/lib/index.esm.js", + "main": "build/lib/index.js", + "types": "build/lib/index.d.ts", + "exports": { + ".": { + "types": "./build/lib/index.d.ts", + "import": "./build/lib/index.mjs", + "default": "./build/lib/index.js" + }, + "./package.json": "./package.json" + }, + "sideEffects": false, + "engines": { + "node": ">=12" + }, + "files": [ + "build/lib/*", + "build/umd/*", + "src" + ], "scripts": { - "yalcpush": "yalc push ../../dist/libs/designer-ui" + "build": "tsup" }, "dependencies": { "@microsoft/logic-apps-shared": "workspace:*", @@ -37,4 +59,4 @@ "react": "^16.4.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" } -} +} \ No newline at end of file diff --git a/libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts b/libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts index 617dddca11b..b761cde3ae0 100644 --- a/libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts +++ b/libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts @@ -1,4 +1,4 @@ -import './editorTheme.less'; +// import './editorTheme.less'; import type { EditorThemeClasses } from 'lexical'; const theme: EditorThemeClasses = { diff --git a/libs/designer-ui/src/lib/fabric.ts b/libs/designer-ui/src/lib/fabric.ts index b43c82a5131..d102bca66ef 100644 --- a/libs/designer-ui/src/lib/fabric.ts +++ b/libs/designer-ui/src/lib/fabric.ts @@ -1,4 +1,4 @@ -import './fabric.less'; +// import './fabric.less'; import type { IButtonStyles, ICalloutContentStyles, diff --git a/libs/designer-ui/src/lib/staticResult/util.ts b/libs/designer-ui/src/lib/staticResult/util.ts index 9d922ed211d..37b39a27cc6 100644 --- a/libs/designer-ui/src/lib/staticResult/util.ts +++ b/libs/designer-ui/src/lib/staticResult/util.ts @@ -7,7 +7,7 @@ import { SchemaPropertyValueType } from './propertyEditor/PropertyEditorItem'; import type { OpenAPIV2 } from '@microsoft/logic-apps-shared'; import { capitalizeFirstLetter, guid } from '@microsoft/logic-apps-shared'; -export const parseStaticResultSchema = (staticResultSchema: OpenAPIV2.SchemaObject) => { +export const parseStaticResultSchema = (staticResultSchema: any) => { const { additionalProperties, properties, required, type } = staticResultSchema; return { additionalProperties, diff --git a/libs/designer-ui/tsconfig.json b/libs/designer-ui/tsconfig.json index 4b531b036c9..e1680d5097f 100644 --- a/libs/designer-ui/tsconfig.json +++ b/libs/designer-ui/tsconfig.json @@ -1,9 +1,27 @@ { - "extends": "../../tsconfig.json", + "extends": "../../tsconfig.base.json", "compilerOptions": { - "jsx": "react", - "rootDir": "./src", - "outDir": "./build/lib" + "forceConsistentCasingInFileNames": true, + "allowSyntheticDefaultImports": true, + "strict": true, + "noImplicitOverride": false, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "jsx": "react-jsx", + "esModuleInterop": true, + "resolveJsonModule": true, + "outDir": "./build/lib", + "baseUrl": "./src" }, - "include": ["src"] -} + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ] +} \ No newline at end of file diff --git a/libs/designer-ui/tsconfig.lib.json b/libs/designer-ui/tsconfig.lib.json new file mode 100644 index 00000000000..0b751f1305e --- /dev/null +++ b/libs/designer-ui/tsconfig.lib.json @@ -0,0 +1,15 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./build", + "declaration": true, + "types": [] + }, + "include": [ + "**/*.ts" + ], + "exclude": [ + "**/*.spec.ts", + "jest.config.ts" + ] +} \ No newline at end of file diff --git a/libs/designer-ui/tsup.config.ts b/libs/designer-ui/tsup.config.ts new file mode 100644 index 00000000000..446439b07f9 --- /dev/null +++ b/libs/designer-ui/tsup.config.ts @@ -0,0 +1,16 @@ +import { defineConfig } from 'tsup'; + +export default defineConfig({ + entry: ['src/index.ts'], + treeshake: true, + outDir: 'build', + sourcemap: 'inline', + minify: true, + clean: true, + dts: true, + splitting: false, + tsconfig: 'tsconfig.lib.json', + format: ['cjs', 'esm'], + external: ['react'], + injectStyle: false, +}); \ No newline at end of file diff --git a/libs/designer/package.json b/libs/designer/package.json index cd906eccde7..ad79ce17184 100644 --- a/libs/designer/package.json +++ b/libs/designer/package.json @@ -1,21 +1,39 @@ { "name": "@microsoft/logic-apps-designer", "version": "3.0.0", - "scripts": { - "yalcpush": "yalc push ../../dist/libs/designer" + "license": "MIT", + "type": "commonjs", + "module": "build/lib/index.esm.js", + "main": "build/lib/index.js", + "types": "build/lib/index.d.ts", + "exports": { + ".": { + "types": "./build/lib/index.d.ts", + "import": "./build/lib/index.mjs", + "default": "./build/lib/index.js" + }, + "./package.json": "./package.json" }, - "peerDependencies": { - "react": "^16.4.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" + "sideEffects": false, + "engines": { + "node": ">=12" + }, + "files": [ + "build/lib/*", + "build/umd/*", + "src" + ], + "scripts": { + "build": "tsup" }, "dependencies": { "@microsoft/logic-apps-shared": "workspace:*", + "@microsoft/designer-ui": "workspace:*", "react-intl": "6.3.0", "@reduxjs/toolkit": "1.8.5", "react-redux": "8.0.2", "@fluentui/react": "8.110.2", "to-title-case": "1.0.0", - "@microsoft/designer-ui": "workspace:*", "lodash.merge": "4.6.2", "@react-hookz/web": "22.0.0", "react-query": "3.39.3", @@ -37,5 +55,9 @@ "@microsoft/applicationinsights-core-js": "2.8.9", "@fluentui/react-hooks": "8.6.20", "util": "0.12.5" + }, + "peerDependencies": { + "react": "^16.4.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.4.0 || ^17.0.0 || ^18.0.0" } -} +} \ No newline at end of file diff --git a/libs/designer/src/index.ts b/libs/designer/src/index.ts index 2e9d0617b17..de8fe6a2467 100644 --- a/libs/designer/src/index.ts +++ b/libs/designer/src/index.ts @@ -1,3 +1,3 @@ -import './lib/ui/styles.less'; +// import './lib/ui/styles.less'; export * from './lib'; diff --git a/libs/designer/tsconfig.json b/libs/designer/tsconfig.json index 4b531b036c9..e1680d5097f 100644 --- a/libs/designer/tsconfig.json +++ b/libs/designer/tsconfig.json @@ -1,9 +1,27 @@ { - "extends": "../../tsconfig.json", + "extends": "../../tsconfig.base.json", "compilerOptions": { - "jsx": "react", - "rootDir": "./src", - "outDir": "./build/lib" + "forceConsistentCasingInFileNames": true, + "allowSyntheticDefaultImports": true, + "strict": true, + "noImplicitOverride": false, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "jsx": "react-jsx", + "esModuleInterop": true, + "resolveJsonModule": true, + "outDir": "./build/lib", + "baseUrl": "./src" }, - "include": ["src"] -} + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ] +} \ No newline at end of file diff --git a/libs/designer/tsconfig.lib.json b/libs/designer/tsconfig.lib.json new file mode 100644 index 00000000000..0b751f1305e --- /dev/null +++ b/libs/designer/tsconfig.lib.json @@ -0,0 +1,15 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./build", + "declaration": true, + "types": [] + }, + "include": [ + "**/*.ts" + ], + "exclude": [ + "**/*.spec.ts", + "jest.config.ts" + ] +} \ No newline at end of file diff --git a/libs/designer/tsup.config.ts b/libs/designer/tsup.config.ts new file mode 100644 index 00000000000..446439b07f9 --- /dev/null +++ b/libs/designer/tsup.config.ts @@ -0,0 +1,16 @@ +import { defineConfig } from 'tsup'; + +export default defineConfig({ + entry: ['src/index.ts'], + treeshake: true, + outDir: 'build', + sourcemap: 'inline', + minify: true, + clean: true, + dts: true, + splitting: false, + tsconfig: 'tsconfig.lib.json', + format: ['cjs', 'esm'], + external: ['react'], + injectStyle: false, +}); \ No newline at end of file diff --git a/libs/logic-apps-shared/package.json b/libs/logic-apps-shared/package.json index b969859810e..8dd1ac6979a 100644 --- a/libs/logic-apps-shared/package.json +++ b/libs/logic-apps-shared/package.json @@ -2,11 +2,6 @@ "name": "@microsoft/logic-apps-shared", "version": "3.0.0", "license": "MIT", - "repository": { - "type": "git", - "url": "https://github.com/TanStack/table.git", - "directory": "packages/react-table" - }, "type": "commonjs", "module": "build/lib/index.esm.js", "main": "build/lib/index.js", @@ -23,21 +18,20 @@ "engines": { "node": ">=12" }, - "files": ["build/lib/*", "build/umd/*", "src"], + "files": [ + "build/lib/*", + "build/umd/*", + "src" + ], "scripts": { - "clean": "rimraf ./build", - "test:lib": "vitest", - "test:lib:dev": "pnpm test:lib --watch", - "test:types": "tsc --noEmit", - "build": "pnpm build:rollup && pnpm build:types", - "build:rollup": "rollup --config rollup.config.mjs", - "build:types": "tsc --emitDeclarationOnly" + "build": "tsup" }, "dependencies": { + "@apidevtools/swagger-parser": "10.0.3", + "@formatjs/intl": "^2.10.1", + "axios": "1.6.0", "react-intl": "6.3.0", "react-query": "3.39.3", - "axios": "1.6.0", - "@apidevtools/swagger-parser": "10.0.3", "reactflow": "11.8.2" }, "peerDependencies": { diff --git a/libs/logic-apps-shared/rollup.config.mjs b/libs/logic-apps-shared/rollup.config.mjs deleted file mode 100644 index e716a3a15fb..00000000000 --- a/libs/logic-apps-shared/rollup.config.mjs +++ /dev/null @@ -1,17 +0,0 @@ -// @ts-check - -import { defineConfig } from 'rollup'; -import { buildConfigs } from '../../scripts/getRollupConfig.js'; - -export default defineConfig( - buildConfigs({ - name: 'logic-apps-shared', - jsName: 'LogicAppsShared', - outputFile: 'index', - entryFile: 'src/index.ts', - external: ['react'], - globals: { - react: 'React', - }, - }) -); diff --git a/libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts b/libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts index 3a9ae07b806..b83f8ca6369 100644 --- a/libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts +++ b/libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts @@ -70,7 +70,7 @@ const ApiNotificationConstants = { export class SwaggerParser { static parse = async (swagger: OpenAPIV2.Document): Promise => { - return APIParser.validate(swagger, { + return APIParser.validate(swagger as any, { dereference: { circular: 'ignore', }, @@ -78,7 +78,7 @@ export class SwaggerParser { schema: false, spec: false, }, - }); + }) as any; }; constructor(public api: OpenAPIV2.Document) {} diff --git a/libs/logic-apps-shared/tsconfig.json b/libs/logic-apps-shared/tsconfig.json index 4b531b036c9..b1b07138d4a 100644 --- a/libs/logic-apps-shared/tsconfig.json +++ b/libs/logic-apps-shared/tsconfig.json @@ -1,9 +1,38 @@ { - "extends": "../../tsconfig.json", + "extends": "../../tsconfig.base.json", "compilerOptions": { + "forceConsistentCasingInFileNames": true, + "allowSyntheticDefaultImports": true, + "strict": true, + "noImplicitOverride": true, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, "jsx": "react", - "rootDir": "./src", - "outDir": "./build/lib" + "esModuleInterop": true, + "resolveJsonModule": true, + "outDir": "./build", + "baseUrl": "./src", + "paths": { + "@microsoft/intl-logic-apps": [ + "intl/src/index.ts" + ], + "@microsoft/logic-apps-shared": [ + "index.ts" + ], + "@microsoft/utils-logic-apps": [ + "utils/src/index.ts" + ] + } }, - "include": ["src"] -} + "files": [], + "include": [], + "references": [ + { + "path": "./tsconfig.lib.json" + }, + { + "path": "./tsconfig.spec.json" + } + ] +} \ No newline at end of file diff --git a/libs/logic-apps-shared/tsconfig.lib.json b/libs/logic-apps-shared/tsconfig.lib.json new file mode 100644 index 00000000000..0b751f1305e --- /dev/null +++ b/libs/logic-apps-shared/tsconfig.lib.json @@ -0,0 +1,15 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./build", + "declaration": true, + "types": [] + }, + "include": [ + "**/*.ts" + ], + "exclude": [ + "**/*.spec.ts", + "jest.config.ts" + ] +} \ No newline at end of file diff --git a/libs/logic-apps-shared/tsup.config.ts b/libs/logic-apps-shared/tsup.config.ts new file mode 100644 index 00000000000..14692590b39 --- /dev/null +++ b/libs/logic-apps-shared/tsup.config.ts @@ -0,0 +1,16 @@ +import { defineConfig } from 'tsup'; + +export default defineConfig({ + entry: ['src/index.ts'], + treeshake: true, + sourcemap: 'inline', + outDir: 'build/lib', + minify: true, + clean: true, + dts: true, + splitting: false, + tsconfig: 'tsconfig.lib.json', + format: ['cjs', 'esm'], + external: ['react'], + injectStyle: false, +}); \ No newline at end of file diff --git a/package.json b/package.json index 47ca74eea54..ba50f62446b 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,9 @@ "@testing-library/react": "^14.2.2", "@testing-library/react-hooks": "^8.0.1", "@types/node": "^20.11.30", + "@types/react": "^18.2.69", + "@types/react-dom": "^18.2.22", + "child_process": "^1.0.2", "husky": "^9.0.11", "jsdom": "^24.0.0", "knip": "^5.2.2", @@ -71,6 +74,7 @@ "rollup-plugin-visualizer": "^5.12.0", "sherif": "^0.8.1", "size-limit": "^11.1.2", + "tsup": "^8.0.2", "typescript": "5.4.3", "vitest": "^1.4.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3514d5bf4e9..b85ad69556a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,10 +52,19 @@ importers: version: 14.2.2(react-dom@18.2.0)(react@18.2.0) '@testing-library/react-hooks': specifier: ^8.0.1 - version: 8.0.1(react-dom@18.2.0)(react@18.2.0) + version: 8.0.1(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0) '@types/node': specifier: ^20.11.30 version: 20.11.30 + '@types/react': + specifier: ^18.2.69 + version: 18.2.70 + '@types/react-dom': + specifier: ^18.2.22 + version: 18.2.22 + child_process: + specifier: ^1.0.2 + version: 1.0.2 husky: specifier: ^9.0.11 version: 9.0.11 @@ -98,6 +107,9 @@ importers: size-limit: specifier: ^11.1.2 version: 11.1.2 + tsup: + specifier: ^8.0.2 + version: 8.0.2(typescript@5.4.3) typescript: specifier: 5.4.3 version: 5.4.3 @@ -418,6 +430,9 @@ importers: '@apidevtools/swagger-parser': specifier: 10.0.3 version: 10.0.3(openapi-types@12.1.3) + '@formatjs/intl': + specifier: ^2.10.1 + version: 2.10.1(typescript@5.4.3) axios: specifier: 1.6.0 version: 1.6.0 @@ -517,7 +532,7 @@ packages: resolution: {integrity: sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==} engines: {node: '>=12.0.0'} dependencies: - tslib: 2.4.0 + tslib: 2.6.2 dev: false /@azure/abort-controller@2.1.1: @@ -535,7 +550,7 @@ packages: '@azure/core-client': 1.9.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -550,7 +565,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -565,7 +580,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -591,7 +606,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -604,7 +619,7 @@ packages: '@azure/core-client': 1.9.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -619,7 +634,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -634,7 +649,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -649,7 +664,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -664,7 +679,7 @@ packages: '@azure/core-lro': 2.7.1 '@azure/core-paging': 1.6.1 '@azure/core-rest-pipeline': 1.15.1 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - supports-color dev: false @@ -707,7 +722,7 @@ packages: form-data: 4.0.0 node-fetch: 2.7.0 process: 0.11.10 - tslib: 2.4.0 + tslib: 2.6.2 tunnel: 0.0.6 uuid: 8.3.2 xml2js: 0.5.0 @@ -753,7 +768,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: '@opentelemetry/api': 1.8.0 - tslib: 2.4.0 + tslib: 2.6.2 dev: false /@azure/core-tracing@1.1.1: @@ -818,7 +833,7 @@ packages: '@azure/core-tracing': 1.0.0-preview.13 '@azure/logger': 1.1.1 events: 3.3.0 - tslib: 2.4.0 + tslib: 2.6.2 transitivePeerDependencies: - encoding dev: false @@ -2144,6 +2159,15 @@ packages: unescape-js: 1.1.4 dev: true + /@esbuild/aix-ppc64@0.19.12: + resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + requiresBuild: true + dev: true + optional: true + /@esbuild/aix-ppc64@0.20.2: resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} engines: {node: '>=12'} @@ -2153,6 +2177,15 @@ packages: dev: true optional: true + /@esbuild/android-arm64@0.19.12: + resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + /@esbuild/android-arm64@0.20.2: resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} engines: {node: '>=12'} @@ -2162,6 +2195,15 @@ packages: dev: true optional: true + /@esbuild/android-arm@0.19.12: + resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + /@esbuild/android-arm@0.20.2: resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} engines: {node: '>=12'} @@ -2171,6 +2213,15 @@ packages: dev: true optional: true + /@esbuild/android-x64@0.19.12: + resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true + optional: true + /@esbuild/android-x64@0.20.2: resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} engines: {node: '>=12'} @@ -2180,6 +2231,15 @@ packages: dev: true optional: true + /@esbuild/darwin-arm64@0.19.12: + resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + /@esbuild/darwin-arm64@0.20.2: resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} engines: {node: '>=12'} @@ -2189,6 +2249,15 @@ packages: dev: true optional: true + /@esbuild/darwin-x64@0.19.12: + resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + /@esbuild/darwin-x64@0.20.2: resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} engines: {node: '>=12'} @@ -2198,6 +2267,15 @@ packages: dev: true optional: true + /@esbuild/freebsd-arm64@0.19.12: + resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/freebsd-arm64@0.20.2: resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} engines: {node: '>=12'} @@ -2207,6 +2285,15 @@ packages: dev: true optional: true + /@esbuild/freebsd-x64@0.19.12: + resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/freebsd-x64@0.20.2: resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} engines: {node: '>=12'} @@ -2216,6 +2303,15 @@ packages: dev: true optional: true + /@esbuild/linux-arm64@0.19.12: + resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-arm64@0.20.2: resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} engines: {node: '>=12'} @@ -2225,6 +2321,15 @@ packages: dev: true optional: true + /@esbuild/linux-arm@0.19.12: + resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-arm@0.20.2: resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} engines: {node: '>=12'} @@ -2234,6 +2339,15 @@ packages: dev: true optional: true + /@esbuild/linux-ia32@0.19.12: + resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-ia32@0.20.2: resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} engines: {node: '>=12'} @@ -2243,6 +2357,15 @@ packages: dev: true optional: true + /@esbuild/linux-loong64@0.19.12: + resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-loong64@0.20.2: resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} engines: {node: '>=12'} @@ -2252,6 +2375,15 @@ packages: dev: true optional: true + /@esbuild/linux-mips64el@0.19.12: + resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-mips64el@0.20.2: resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} engines: {node: '>=12'} @@ -2261,6 +2393,15 @@ packages: dev: true optional: true + /@esbuild/linux-ppc64@0.19.12: + resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-ppc64@0.20.2: resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} engines: {node: '>=12'} @@ -2270,6 +2411,15 @@ packages: dev: true optional: true + /@esbuild/linux-riscv64@0.19.12: + resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-riscv64@0.20.2: resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} engines: {node: '>=12'} @@ -2279,6 +2429,15 @@ packages: dev: true optional: true + /@esbuild/linux-s390x@0.19.12: + resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-s390x@0.20.2: resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} engines: {node: '>=12'} @@ -2288,6 +2447,15 @@ packages: dev: true optional: true + /@esbuild/linux-x64@0.19.12: + resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@esbuild/linux-x64@0.20.2: resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} engines: {node: '>=12'} @@ -2297,6 +2465,15 @@ packages: dev: true optional: true + /@esbuild/netbsd-x64@0.19.12: + resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/netbsd-x64@0.20.2: resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} engines: {node: '>=12'} @@ -2306,6 +2483,15 @@ packages: dev: true optional: true + /@esbuild/openbsd-x64@0.19.12: + resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true + optional: true + /@esbuild/openbsd-x64@0.20.2: resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} engines: {node: '>=12'} @@ -2315,6 +2501,15 @@ packages: dev: true optional: true + /@esbuild/sunos-x64@0.19.12: + resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true + optional: true + /@esbuild/sunos-x64@0.20.2: resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} engines: {node: '>=12'} @@ -2324,6 +2519,15 @@ packages: dev: true optional: true + /@esbuild/win32-arm64@0.19.12: + resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@esbuild/win32-arm64@0.20.2: resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} engines: {node: '>=12'} @@ -2333,6 +2537,15 @@ packages: dev: true optional: true + /@esbuild/win32-ia32@0.19.12: + resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@esbuild/win32-ia32@0.20.2: resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} engines: {node: '>=12'} @@ -2342,6 +2555,15 @@ packages: dev: true optional: true + /@esbuild/win32-x64@0.19.12: + resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@esbuild/win32-x64@0.20.2: resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} engines: {node: '>=12'} @@ -4020,12 +4242,25 @@ packages: tslib: 2.6.2 dev: false + /@formatjs/ecma402-abstract@1.18.2: + resolution: {integrity: sha512-+QoPW4csYALsQIl8GbN14igZzDbuwzcpWrku9nyMXlaqAlwRBgl5V+p0vWMGFqHOw37czNXaP/lEk4wbLgcmtA==} + dependencies: + '@formatjs/intl-localematcher': 0.5.4 + tslib: 2.6.2 + dev: false + /@formatjs/fast-memoize@1.2.8: resolution: {integrity: sha512-PemNUObyoIZcqdQ1ixTPugzAzhEj7j6AHIyrq/qR6x5BFTvOQeXHYsVZUqBEFduAIscUaDfou+U+xTqOiunJ3Q==} dependencies: tslib: 2.6.2 dev: false + /@formatjs/fast-memoize@2.2.0: + resolution: {integrity: sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==} + dependencies: + tslib: 2.6.2 + dev: false + /@formatjs/icu-messageformat-parser@2.3.0: resolution: {integrity: sha512-xqtlqYAbfJDF4b6e4O828LBNOWXrFcuYadqAbYORlDRwhyJ2bH+xpUBPldZbzRGUN2mxlZ4Ykhm7jvERtmI8NQ==} dependencies: @@ -4034,6 +4269,14 @@ packages: tslib: 2.6.2 dev: false + /@formatjs/icu-messageformat-parser@2.7.6: + resolution: {integrity: sha512-etVau26po9+eewJKYoiBKP6743I1br0/Ie00Pb/S/PtmYfmjTcOn2YCh2yNkSZI12h6Rg+BOgQYborXk46BvkA==} + dependencies: + '@formatjs/ecma402-abstract': 1.18.2 + '@formatjs/icu-skeleton-parser': 1.8.0 + tslib: 2.6.2 + dev: false + /@formatjs/icu-skeleton-parser@1.3.18: resolution: {integrity: sha512-ND1ZkZfmLPcHjAH1sVpkpQxA+QYfOX3py3SjKWMUVGDow18gZ0WPqz3F+pJLYQMpS2LnnQ5zYR2jPVYTbRwMpg==} dependencies: @@ -4041,6 +4284,13 @@ packages: tslib: 2.6.2 dev: false + /@formatjs/icu-skeleton-parser@1.8.0: + resolution: {integrity: sha512-QWLAYvM0n8hv7Nq5BEs4LKIjevpVpbGLAJgOaYzg9wABEoX1j0JO1q2/jVkO6CVlq0dbsxZCngS5aXbysYueqA==} + dependencies: + '@formatjs/ecma402-abstract': 1.18.2 + tslib: 2.6.2 + dev: false + /@formatjs/intl-displaynames@6.2.6: resolution: {integrity: sha512-scf5AQTk9EjpvPhboo5sizVOvidTdMOnajv9z+0cejvl7JNl9bl/aMrNBgC72UH+bP3l45usPUKAGskV6sNIrA==} dependencies: @@ -4049,6 +4299,14 @@ packages: tslib: 2.6.2 dev: false + /@formatjs/intl-displaynames@6.6.6: + resolution: {integrity: sha512-Dg5URSjx0uzF8VZXtHb6KYZ6LFEEhCbAbKoYChYHEOnMFTw/ZU3jIo/NrujzQD2EfKPgQzIq73LOUvW6Z/LpFA==} + dependencies: + '@formatjs/ecma402-abstract': 1.18.2 + '@formatjs/intl-localematcher': 0.5.4 + tslib: 2.6.2 + dev: false + /@formatjs/intl-listformat@7.1.9: resolution: {integrity: sha512-5YikxwRqRXTVWVujhswDOTCq6gs+m9IcNbNZLa6FLtyBStAjEsuE2vAU+lPsbz9ZTST57D5fodjIh2JXT6sMWQ==} dependencies: @@ -4057,12 +4315,44 @@ packages: tslib: 2.6.2 dev: false + /@formatjs/intl-listformat@7.5.5: + resolution: {integrity: sha512-XoI52qrU6aBGJC9KJddqnacuBbPlb/bXFN+lIFVFhQ1RnFHpzuFrlFdjD9am2O7ZSYsyqzYRpkVcXeT1GHkwDQ==} + dependencies: + '@formatjs/ecma402-abstract': 1.18.2 + '@formatjs/intl-localematcher': 0.5.4 + tslib: 2.6.2 + dev: false + /@formatjs/intl-localematcher@0.2.32: resolution: {integrity: sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==} dependencies: tslib: 2.6.2 dev: false + /@formatjs/intl-localematcher@0.5.4: + resolution: {integrity: sha512-zTwEpWOzZ2CiKcB93BLngUX59hQkuZjT2+SAQEscSm52peDW/getsawMcWF1rGRpMCX6D7nSJA3CzJ8gn13N/g==} + dependencies: + tslib: 2.6.2 + dev: false + + /@formatjs/intl@2.10.1(typescript@5.4.3): + resolution: {integrity: sha512-dsLG15U7xDi8yzKf4hcAWSsCaez3XrjTO2oaRHPyHtXLm1aEzYbDw6bClo/HMHu+iwS5GbDqT3DV+hYP2ylScg==} + peerDependencies: + typescript: ^4.7 || 5 + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@formatjs/ecma402-abstract': 1.18.2 + '@formatjs/fast-memoize': 2.2.0 + '@formatjs/icu-messageformat-parser': 2.7.6 + '@formatjs/intl-displaynames': 6.6.6 + '@formatjs/intl-listformat': 7.5.5 + intl-messageformat: 10.5.11 + tslib: 2.6.2 + typescript: 5.4.3 + dev: false + /@formatjs/intl@2.6.7(typescript@5.4.3): resolution: {integrity: sha512-9FvEJfUMzlmP5ZBK3EE0928kVsZmD5aeWXg+faP8+mKIvG3c0hkLEXQ2MiUrXQt4rsEzOPbYVtBdthzSM0e2fw==} peerDependencies: @@ -5628,7 +5918,7 @@ packages: vitest: 1.4.0(@types/node@20.11.30)(jsdom@24.0.0) dev: true - /@testing-library/react-hooks@8.0.1(react-dom@18.2.0)(react@18.2.0): + /@testing-library/react-hooks@8.0.1(@types/react@18.2.70)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} engines: {node: '>=12'} peerDependencies: @@ -5645,6 +5935,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.24.1 + '@types/react': 18.2.70 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-error-boundary: 3.1.4(react@18.2.0) @@ -6270,7 +6561,6 @@ packages: /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} - dev: false /assertion-error@1.1.0: resolution: {integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==} @@ -6456,6 +6746,16 @@ packages: semver: 7.6.0 dev: true + /bundle-require@4.0.2(esbuild@0.19.12): + resolution: {integrity: sha512-jwzPOChofl67PSTW2SGubV9HBQAhhR2i6nskiOThauo9dzwDUgOWQScFVaJkjEfYX+UXiD+LEx8EblQMc2wIag==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + peerDependencies: + esbuild: '>=0.17' + dependencies: + esbuild: 0.19.12 + load-tsconfig: 0.2.5 + dev: true + /bytes-iec@3.1.1: resolution: {integrity: sha512-fey6+4jDK7TFtFg/klGSvNKJctyU7n2aQdnM+CO0ruLPbqqMOM8Tio0Pc+deqUeVKX1tL5DQep1zQ7+37aTAsA==} engines: {node: '>= 0.8'} @@ -6537,6 +6837,10 @@ packages: get-func-name: 2.0.2 dev: true + /child_process@1.0.2: + resolution: {integrity: sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g==} + dev: true + /chokidar@3.6.0: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} @@ -7019,7 +7323,6 @@ packages: engines: {node: '>=8'} dependencies: path-type: 4.0.0 - dev: false /discontinuous-range@1.0.0: resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==} @@ -7222,6 +7525,37 @@ packages: - supports-color dev: true + /esbuild@0.19.12: + resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/aix-ppc64': 0.19.12 + '@esbuild/android-arm': 0.19.12 + '@esbuild/android-arm64': 0.19.12 + '@esbuild/android-x64': 0.19.12 + '@esbuild/darwin-arm64': 0.19.12 + '@esbuild/darwin-x64': 0.19.12 + '@esbuild/freebsd-arm64': 0.19.12 + '@esbuild/freebsd-x64': 0.19.12 + '@esbuild/linux-arm': 0.19.12 + '@esbuild/linux-arm64': 0.19.12 + '@esbuild/linux-ia32': 0.19.12 + '@esbuild/linux-loong64': 0.19.12 + '@esbuild/linux-mips64el': 0.19.12 + '@esbuild/linux-ppc64': 0.19.12 + '@esbuild/linux-riscv64': 0.19.12 + '@esbuild/linux-s390x': 0.19.12 + '@esbuild/linux-x64': 0.19.12 + '@esbuild/netbsd-x64': 0.19.12 + '@esbuild/openbsd-x64': 0.19.12 + '@esbuild/sunos-x64': 0.19.12 + '@esbuild/win32-arm64': 0.19.12 + '@esbuild/win32-ia32': 0.19.12 + '@esbuild/win32-x64': 0.19.12 + dev: true + /esbuild@0.20.2: resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} engines: {node: '>=12'} @@ -7320,6 +7654,21 @@ packages: strip-eof: 1.0.0 dev: true + /execa@5.1.1: + resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} + engines: {node: '>=10'} + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + dev: true + /execa@8.0.1: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} @@ -7616,6 +7965,11 @@ packages: engines: {node: '>=4'} dev: true + /get-stream@6.0.1: + resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} + engines: {node: '>=10'} + dev: true + /get-stream@8.0.1: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} @@ -7718,7 +8072,6 @@ packages: ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 - dev: false /globby@14.0.1: resolution: {integrity: sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==} @@ -7883,6 +8236,11 @@ packages: transitivePeerDependencies: - supports-color + /human-signals@2.1.0: + resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} + engines: {node: '>=10.17.0'} + dev: true + /human-signals@5.0.0: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} @@ -7994,6 +8352,15 @@ packages: tslib: 2.6.2 dev: false + /intl-messageformat@10.5.11: + resolution: {integrity: sha512-eYq5fkFBVxc7GIFDzpFQkDOZgNayNTQn4Oufe8jw6YY6OHVw70/4pA3FyCsQ0Gb2DnvEJEMmN2tOaXUGByM+kg==} + dependencies: + '@formatjs/ecma402-abstract': 1.18.2 + '@formatjs/fast-memoize': 2.2.0 + '@formatjs/icu-messageformat-parser': 2.7.6 + tslib: 2.6.2 + dev: false + /ionstore@1.0.0: resolution: {integrity: sha512-ikEvmeZFh9u5SkjKbFqJlmmhaQTulB3P7QoSoZ/xL8EDP5uj5QWbPeKcQ8ZJtszBLHRRnhIJJE8P1dhFx/oCMw==} dev: true @@ -8219,6 +8586,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /is-stream@2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + dev: true + /is-stream@3.0.0: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -8352,6 +8724,11 @@ packages: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: true + /joycon@3.1.1: + resolution: {integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==} + engines: {node: '>=10'} + dev: true + /js-cookie@2.2.1: resolution: {integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==} dev: false @@ -8626,6 +9003,11 @@ packages: type-fest: 0.6.0 dev: true + /load-tsconfig@0.2.5: + resolution: {integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + dev: true + /local-pkg@0.5.0: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} engines: {node: '>=14'} @@ -8664,6 +9046,10 @@ packages: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} dev: false + /lodash.sortby@4.7.0: + resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} + dev: true + /lodash.union@4.6.0: resolution: {integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==} dev: false @@ -9141,6 +9527,14 @@ packages: resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} dev: true + /mz@2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + dev: true + /nano-css@5.6.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-T2Mhc//CepkTa3X4pUhKgbEheJHYAxD0VptuqFhDbGMUWVV2m+lkNiW/Ieuj35wrfC8Zm0l7HvssQh7zcEttSw==} peerDependencies: @@ -9372,7 +9766,6 @@ packages: /object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - dev: false /object-inspect@1.13.1: resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} @@ -9636,7 +10029,6 @@ packages: /path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - dev: false /path-type@5.0.0: resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} @@ -9691,6 +10083,11 @@ packages: when-exit: 2.1.2 dev: true + /pirates@4.0.6: + resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} + engines: {node: '>= 6'} + dev: true + /pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: @@ -9703,6 +10100,22 @@ packages: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} + /postcss-load-config@4.0.2: + resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} + engines: {node: '>= 14'} + peerDependencies: + postcss: '>=8.0.9' + ts-node: '>=9.0.0' + peerDependenciesMeta: + postcss: + optional: true + ts-node: + optional: true + dependencies: + lilconfig: 3.1.1 + yaml: 2.3.4 + dev: true + /postcss@8.4.38: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} @@ -10338,6 +10751,11 @@ packages: global-modules: 1.0.0 dev: true + /resolve-from@5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + dev: true + /resolve.exports@2.0.2: resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} engines: {node: '>=10'} @@ -10746,7 +11164,6 @@ packages: /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - dev: false /slash@5.1.0: resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} @@ -10804,6 +11221,13 @@ packages: engines: {node: '>= 8'} dev: true + /source-map@0.8.0-beta.0: + resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} + engines: {node: '>= 8'} + dependencies: + whatwg-url: 7.1.0 + dev: true + /space-separated-tokens@2.0.2: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} dev: false @@ -11009,6 +11433,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /strip-final-newline@2.0.0: + resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} + engines: {node: '>=6'} + dev: true + /strip-final-newline@3.0.0: resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} engines: {node: '>=12'} @@ -11061,6 +11490,20 @@ packages: resolution: {integrity: sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==} dev: false + /sucrase@3.35.0: + resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + commander: 4.1.1 + glob: 10.3.10 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.6 + ts-interface-checker: 0.1.13 + dev: true + /summary@2.1.0: resolution: {integrity: sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==} dev: true @@ -11146,6 +11589,19 @@ packages: engines: {node: '>=8'} dev: true + /thenify-all@1.6.0: + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} + dependencies: + thenify: 3.3.1 + dev: true + + /thenify@3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + dependencies: + any-promise: 1.3.0 + dev: true + /throttle-debounce@2.3.0: resolution: {integrity: sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==} engines: {node: '>=8'} @@ -11337,6 +11793,12 @@ packages: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: false + /tr46@1.0.1: + resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} + dependencies: + punycode: 2.3.1 + dev: true + /tr46@5.0.0: resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} engines: {node: '>=18'} @@ -11349,6 +11811,11 @@ packages: engines: {node: '>= 0.4'} dev: true + /tree-kill@1.2.2: + resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} + hasBin: true + dev: true + /trim-lines@3.0.1: resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} dev: false @@ -11361,6 +11828,10 @@ packages: resolution: {integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==} dev: false + /ts-interface-checker@0.1.13: + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + dev: true + /tsconfck@3.0.3(typescript@5.4.3): resolution: {integrity: sha512-4t0noZX9t6GcPTfBAbIbbIU4pfpCwh0ueq3S4O/5qXI1VwK1outmxhe9dOiEWqMz3MW2LKgDTpqWV+37IWuVbA==} engines: {node: ^18 || >=20} @@ -11394,6 +11865,45 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + /tsup@8.0.2(typescript@5.4.3): + resolution: {integrity: sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==} + engines: {node: '>=18'} + hasBin: true + peerDependencies: + '@microsoft/api-extractor': ^7.36.0 + '@swc/core': ^1 + postcss: ^8.4.12 + typescript: '>=4.5.0' + peerDependenciesMeta: + '@microsoft/api-extractor': + optional: true + '@swc/core': + optional: true + postcss: + optional: true + typescript: + optional: true + dependencies: + bundle-require: 4.0.2(esbuild@0.19.12) + cac: 6.7.14 + chokidar: 3.6.0 + debug: 4.3.4 + esbuild: 0.19.12 + execa: 5.1.1 + globby: 11.1.0 + joycon: 3.1.1 + postcss-load-config: 4.0.2 + resolve-from: 5.0.0 + rollup: 4.13.0 + source-map: 0.8.0-beta.0 + sucrase: 3.35.0 + tree-kill: 1.2.2 + typescript: 5.4.3 + transitivePeerDependencies: + - supports-color + - ts-node + dev: true + /tunnel@0.0.6: resolution: {integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==} engines: {node: '>=0.6.11 <=0.7.0 || >=0.7.3'} @@ -11891,6 +12401,10 @@ packages: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} dev: false + /webidl-conversions@4.0.2: + resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} + dev: true + /webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} @@ -11927,6 +12441,14 @@ packages: webidl-conversions: 3.0.1 dev: false + /whatwg-url@7.1.0: + resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} + dependencies: + lodash.sortby: 4.7.0 + tr46: 1.0.1 + webidl-conversions: 4.0.2 + dev: true + /when-exit@2.1.2: resolution: {integrity: sha512-u9J+toaf3CCxCAzM/484qNAxQE75rFdVgiFEEV8Xps2gzYhf0tx73s1WXDQhkwV17E3MxRMz40m7Ekd2/121Lg==} dev: true diff --git a/tsconfig.base.json b/tsconfig.base.json new file mode 100644 index 00000000000..1e4395d1295 --- /dev/null +++ b/tsconfig.base.json @@ -0,0 +1,31 @@ +{ + "$schema": "https://json.schemastore.org/tsconfig", + "compileOnSave": false, + "compilerOptions": { + "rootDir": ".", + "sourceMap": true, + "declaration": false, + "moduleResolution": "node", + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "importHelpers": true, + "target": "ESNext", + "module": "esnext", + "lib": [ + "esnext", + "dom", + ], + "skipLibCheck": true, + "skipDefaultLibCheck": true, + "resolveJsonModule": false, + "downlevelIteration": true, + "noImplicitReturns": false, + }, + "exclude": [ + "node_modules", + "tmp" + ], + "include": [ + "../types/*" + ] +} \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index b03740bbf06..00000000000 --- a/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/tsconfig", - "compilerOptions": { - "allowJs": true, - "allowSyntheticDefaultImports": true, - "allowUnreachableCode": false, - "allowUnusedLabels": false, - "checkJs": true, - "declaration": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "isolatedModules": true, - "lib": ["DOM", "DOM.Iterable", "ES2022"], - "module": "ES2022", - "moduleResolution": "Bundler", - "noImplicitReturns": false, // TODO enable - "noUncheckedIndexedAccess": true, - "noUnusedLocals": false, // TODO enable - "noUnusedParameters": false, // TODO enable - "resolveJsonModule": true, - "skipLibCheck": true, - "strict": true, - "target": "ES2020" - }, - "include": ["prettier.config.cjs", "scripts"] -} From bb1f495f889cf720e07c67e2395c007f52ab9a7a Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Fri, 29 Mar 2024 11:02:46 -0700 Subject: [PATCH 04/39] stuff --- .nx/cache/file-map.json | 7637 ++++++------- .nx/cache/lockfile.hash | 2 +- .nx/cache/nx_files.nxt | Bin 220964 -> 220884 bytes .nx/cache/parsed-lock-file.json | 9795 ++++++++++++----- .nx/cache/project-graph.json | 1691 +-- libs/designer/package.json | 39 +- .../lib/core/state/workflow/workflowSlice.ts | 2 +- libs/designer/tsconfig.json | 20 +- libs/designer/tsconfig.lib.json | 15 - libs/designer/tsup.config.ts | 2 +- pnpm-lock.yaml | 2171 +++- tsconfig.base.json | 1 + 12 files changed, 14268 insertions(+), 7107 deletions(-) delete mode 100644 libs/designer/tsconfig.lib.json diff --git a/.nx/cache/file-map.json b/.nx/cache/file-map.json index 14576ae5a8d..b302267fc9c 100644 --- a/.nx/cache/file-map.json +++ b/.nx/cache/file-map.json @@ -43,1370 +43,1397 @@ "nxJsonPlugins": [], "fileMap": { "projectFileMap": { - "@microsoft/logic-apps-designer": [ + "@microsoft/logic-apps-chatbot": [ { - "file": "libs/designer/package.json", - "hash": "2157918880835177019", + "file": "libs/chatbot/package.json", + "hash": "14533386357963788386", "deps": [ "@microsoft/logic-apps-shared", - "@microsoft/designer-ui", "npm:react-intl", - "npm:@reduxjs/toolkit", - "npm:react-redux", "npm:@fluentui/react", - "npm:to-title-case", - "npm:lodash.merge", - "npm:@react-hookz/web", - "npm:react-query", - "npm:@fluentui/azure-themes", - "npm:@fluentui/react-components", - "npm:elkjs", - "npm:reactflow", - "npm:immer", - "npm:yocto-queue", "npm:@fluentui/react-icons", - "npm:@fluentui/utilities", - "npm:react-dnd", - "npm:react-dnd-accessible-backend", - "npm:react-dnd-html5-backend", - "npm:react-dnd-multi-backend", - "npm:react-hotkeys-hook", - "npm:lodash.frompairs", - "npm:fuse.js", - "npm:@microsoft/applicationinsights-core-js", - "npm:@fluentui/react-hooks", - "npm:util", + "@microsoft/designer-ui", + "npm:@fluentui/react-components", + "npm:@types/react", "npm:react", "npm:react-dom" ] }, { - "file": "libs/designer/src/index.ts", - "hash": "15726923942796197622" + "file": "libs/chatbot/rollup.config.mjs", + "hash": "16469814706170133141" }, { - "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/chatbot/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", - "hash": "9240782448242967537" + "file": "libs/chatbot/src/lib/common/constants.ts", + "hash": "2429934717009400244" }, { - "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", - "hash": "5214463813702224032" + "file": "libs/chatbot/src/lib/common/models/Query.ts", + "hash": "12711516361292056739" }, { - "file": "libs/designer/src/lib/common/constants.ts", - "hash": "14716266680681788853" + "file": "libs/chatbot/src/lib/common/models/workflow.ts", + "hash": "15855456327309866932" }, { - "file": "libs/designer/src/lib/common/exceptions/exception.ts", - "hash": "4016853272413138441" + "file": "libs/chatbot/src/lib/core/util/index.ts", + "hash": "5139985942597791835" }, { - "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", - "hash": "2438628799773606413" + "file": "libs/chatbot/src/lib/images/LogicApps.svg", + "hash": "2097860906489808431" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", - "hash": "13936938153293651615" + "file": "libs/chatbot/src/lib/images/Sparkle.svg", + "hash": "3138281638005072555" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", - "hash": "17853975463227900194" + "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", + "hash": "12308741199338082792" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", - "hash": "716422980644102335" + "file": "libs/chatbot/src/lib/images/Workflow.svg", + "hash": "9644831917975499371" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", - "hash": "10948104330765315206" + "file": "libs/chatbot/src/lib/index.tsx", + "hash": "7293379411218707820" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", - "hash": "13744301547491746840" + "file": "libs/chatbot/src/lib/styles.less", + "hash": "17038065324912682386" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", - "hash": "5099585607600274464" + "file": "libs/chatbot/src/lib/ui/chatbot.tsx", + "hash": "14000638668528235529" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", - "hash": "3057811563704111315" + "file": "libs/chatbot/src/lib/ui/panelheader.tsx", + "hash": "933389736901388174" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", - "hash": "13794169093128310758" + "file": "libs/chatbot/src/lib/ui/styles.less", + "hash": "16062592558757698716" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", - "hash": "6553711262896807602" - }, + "file": "libs/chatbot/tsconfig.json", + "hash": "2883325760657722404" + } + ], + "vs-code-designer": [ { - "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", - "hash": "3769112376720810799" + "file": "apps/vs-code-designer/.eslintrc.json", + "hash": "8230085774644180673" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", - "hash": "4840054514873781546" + "file": "apps/vs-code-designer/jest.config.ts", + "hash": "17889736692752700798" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", - "hash": "13772471609559374653" + "file": "apps/vs-code-designer/project.json", + "hash": "10833565585548221174" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", - "hash": "17291714734882915823" + "file": "apps/vs-code-designer/src/CHANGELOG.md", + "hash": "14589377795062736305" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", - "hash": "8696373633900139960" + "file": "apps/vs-code-designer/src/LICENSE.md", + "hash": "11929769968810875751" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", - "hash": "10209490491669077224" + "file": "apps/vs-code-designer/src/LogicAppResolver.ts", + "hash": "15283228701684753042" }, { - "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", - "hash": "5762239862513015054" + "file": "apps/vs-code-designer/src/README.md", + "hash": "11849077759120475963" }, { - "file": "libs/designer/src/lib/common/images/arrowdark.svg", - "hash": "5926111895234327525" + "file": "apps/vs-code-designer/src/app/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer/src/lib/common/images/arrowlight.svg", - "hash": "8015769479673340480" + "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", + "hash": "9691210983495138557" }, { - "file": "libs/designer/src/lib/common/images/arrowred.svg", - "hash": "2430505900927056727" + "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", + "hash": "16521890431921928426" }, { - "file": "libs/designer/src/lib/common/images/bolt.svg", - "hash": "17462634652015284885" + "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", + "hash": "16663452797901095598" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", - "hash": "4281210752025126548" + "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", + "hash": "17141832093942421132" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", - "hash": "8923215817224206799" + "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", + "hash": "16800387599182163436" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", - "hash": "4347287844293995514" + "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", + "hash": "15249910961024614139" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", - "hash": "802393672600738414" + "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", + "hash": "10478805085220116046" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", - "hash": "788257097228620744" + "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", + "hash": "16716690566799847540" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", - "hash": "11736524123979545801" + "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", + "hash": "8933389345854657664" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", - "hash": "965633922044453844" + "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", + "hash": "9992531484797111989" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", - "hash": "10224443075493376159" + "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", + "hash": "9463128159380316482" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", - "hash": "488405671534951514" + "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", + "hash": "5889249415644928667" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", - "hash": "16381515837357068415" + "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", + "hash": "5345286631159247185" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", - "hash": "17856490403949387790" + "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", + "hash": "3989052663077740043" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", - "hash": "15243776523488424116" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", + "hash": "5116501926243135478" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", - "hash": "5699680888941228448" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", + "hash": "16288058029656980512" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", - "hash": "9764035938809534317" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", + "hash": "4974115892586946562" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", - "hash": "12326541136900487952" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", + "hash": "2739542424025605778" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", - "hash": "6245055721372883370" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", + "hash": "16528307411062519273" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", - "hash": "14444337833939963797" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", + "hash": "8420664513479071878" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", - "hash": "17064721766454223509" + "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", + "hash": "1015410722997215694" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", - "hash": "13549953610772304995" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", + "hash": "14122433799963996225" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", - "hash": "9884449892115783238" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", + "hash": "5881517096408142372" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", - "hash": "5650084185790556380" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", + "hash": "12504828417239595241" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", - "hash": "16533471828587912919" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", + "hash": "2537881784742654091" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", - "hash": "10277570825407438664" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", + "hash": "2805860689866977637" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", - "hash": "5644614242196469494" + "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", + "hash": "236360329701387391" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", - "hash": "4854754781356184488" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", + "hash": "15398886318117594991" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", - "hash": "17577366797422234032" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", + "hash": "14182951342794946711" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", - "hash": "18096424898773100452" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", + "hash": "6145152286437918482" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", - "hash": "8410319851745043818" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", + "hash": "10097241182939210615" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", - "hash": "4344707577102300882" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", + "hash": "6085873851390612613" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", - "hash": "14973565284851361466" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", + "hash": "4790825331437291708" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", - "hash": "6940736653966224597" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", + "hash": "3241263939490725602" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", - "hash": "10913390805409066774" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", + "hash": "12904323188893554197" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", - "hash": "18310566090601123291" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", + "hash": "3301771322364491691" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", - "hash": "4211895255849396300" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", + "hash": "7125020395698562731" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", - "hash": "15249336994675481" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", + "hash": "1061376532103796189" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", - "hash": "6229273879523350518" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", + "hash": "4090283287361325395" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", - "hash": "14552059136095416702" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", + "hash": "12694293993123858339" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", - "hash": "8321402279766452771" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", + "hash": "6939607616569333271" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", - "hash": "14144206237714493160" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", + "hash": "16876165458358934367" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", - "hash": "546764277464022095" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", + "hash": "6807352070253397014" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", - "hash": "15076765899186592786" + "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", + "hash": "602646548392219924" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", - "hash": "3692508794323306407" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", + "hash": "1248441447151601445" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", - "hash": "1731479113183843607" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", + "hash": "4382994499249808404" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", - "hash": "4173490804496111343" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", + "hash": "3270908220441876714" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", - "hash": "11873669256365835624" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", + "hash": "18197283561380557970" }, { - "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", - "hash": "11139441907313241224" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", + "hash": "12854509727277688600" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", - "hash": "3241487867540139826" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", + "hash": "6932473933775505497" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", - "hash": "7715913989452853316" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", + "hash": "15163297139299467130" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", - "hash": "13582317555878671565" + "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", + "hash": "12145516951279464570" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", - "hash": "4977325050658584568" + "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", + "hash": "13122905205637169916" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", - "hash": "1045431280059616257" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", + "hash": "12161500855477225293" }, { - "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", - "hash": "16640363275658842913" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", + "hash": "2961004747776184036" }, { - "file": "libs/designer/src/lib/common/images/card/delete.svg", - "hash": "15675230980148461553" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", + "hash": "4522541350913132312" }, { - "file": "libs/designer/src/lib/common/images/card/input_selection.svg", - "hash": "6874565955253727212" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", + "hash": "11258116130515669458" }, { - "file": "libs/designer/src/lib/common/images/card/optional_field.svg", - "hash": "13884780002161969050" + "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", + "hash": "10075191348354945271" }, { - "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", - "hash": "11872211244220681036" + "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", + "hash": "14895277555234648124" }, { - "file": "libs/designer/src/lib/common/images/delete.svg", - "hash": "2369920463731912593" + "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", + "hash": "4733267574054585308" }, { - "file": "libs/designer/src/lib/common/images/gateway/add.svg", - "hash": "11819585580235095669" + "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", + "hash": "4897061654932299103" }, { - "file": "libs/designer/src/lib/common/images/gateway/help.svg", - "hash": "12599303004882720277" + "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", + "hash": "5210136330995269176" }, { - "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", - "hash": "6435518280858083886" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", + "hash": "9188408928771288175" }, { - "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", - "hash": "12997387777000294056" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", + "hash": "1654632113814189489" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", - "hash": "7939169194091714776" + "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", + "hash": "13903031530503885601" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", - "hash": "16280757524503959992" + "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", + "hash": "4869802028671417544" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", - "hash": "18333062729648676215" + "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", + "hash": "11183973806602428193" }, { - "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", - "hash": "17826554870116185216" + "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", + "hash": "9790108692711167549" }, { - "file": "libs/designer/src/lib/common/images/pencil.svg", - "hash": "4552542774403200136" + "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", + "hash": "8935024565840125528" }, { - "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", + "hash": "17757783226849701195" }, { - "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", - "hash": "5071015496602458535" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", + "hash": "3118499866503970646" }, { - "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", - "hash": "11632821499690045898" + "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", + "hash": "16946336365738016652" }, { - "file": "libs/designer/src/lib/common/images/status_error.svg", - "hash": "7327477685402663444" + "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", + "hash": "14700426286273151963" }, { - "file": "libs/designer/src/lib/common/images/status_success.svg", - "hash": "16589415129232216666" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", + "hash": "12955984065148503188" }, { - "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", - "hash": "8952058323183937865" + "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", + "hash": "67503252290137050" }, { - "file": "libs/designer/src/lib/common/images/website/api.svg", - "hash": "16095509088326340538" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", + "hash": "18047538332171694914" }, { - "file": "libs/designer/src/lib/common/images/website/apim.svg", - "hash": "15873815965442020768" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", + "hash": "16421460425439894219" }, { - "file": "libs/designer/src/lib/common/images/website/apim_white.svg", - "hash": "14020416160783112768" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", + "hash": "5102400899083743915" }, { - "file": "libs/designer/src/lib/common/images/website/create.svg", - "hash": "16033491393116457661" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", + "hash": "3566802881924367933" }, { - "file": "libs/designer/src/lib/common/images/website/foreach.svg", - "hash": "3719190676549030233" + "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", + "hash": "2253355473442341254" }, { - "file": "libs/designer/src/lib/common/images/website/function.svg", - "hash": "12552781765647401474" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", + "hash": "8367461168796618125" }, { - "file": "libs/designer/src/lib/common/models/workflow.ts", - "hash": "11724936275981787758" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", + "hash": "7816928161375360640" }, { - "file": "libs/designer/src/lib/common/utilities/Utils.ts", - "hash": "2333252227487981555" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", + "hash": "8211441423174431273" }, { - "file": "libs/designer/src/lib/common/utilities/error.ts", - "hash": "14761866046570043475" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", + "hash": "4543923992427156478" }, { - "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", - "hash": "10226240319907572020" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", + "hash": "16790172706671895508" }, { - "file": "libs/designer/src/lib/core/DesignerProvider.tsx", - "hash": "8865415753051342650" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", + "hash": "730339459731076167" }, { - "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", - "hash": "1133788957422173169" + "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", + "hash": "16387263368854184722" }, { - "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", - "hash": "13021850733178929057" + "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", + "hash": "8785736729536479883" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", - "hash": "10976178124567025188" + "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", + "hash": "5405004095284863368" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", - "hash": "8007408756114040866" + "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", + "hash": "277688911407886724" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", - "hash": "12793128001647914730" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", + "hash": "10531190907180147165" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", - "hash": "9408756046827245410" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", + "hash": "6805897657185145282" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", - "hash": "1145445308673345143" + "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", + "hash": "4042523059976227605" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", - "hash": "8714067957965973862" + "file": "apps/vs-code-designer/src/app/commands/openFile.ts", + "hash": "8848677839034017897" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", - "hash": "377035099592140993" + "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", + "hash": "4414819161159148018" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", - "hash": "2640821823957837771" + "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", + "hash": "12108392818377112463" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", - "hash": "4883489638704343677" + "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", + "hash": "5348466410986195592" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", - "hash": "1063338721262391862" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", + "hash": "11825414888852326472" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", - "hash": "13051148389008776707" + "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", + "hash": "13266183717277799658" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", - "hash": "16166965666592256044" + "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", + "hash": "9667907052210863860" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", - "hash": "7644883283632193272" + "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", + "hash": "11431794142374272106" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", - "hash": "3268658162048948497" + "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", + "hash": "11741482698530295281" }, { - "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", - "hash": "12938819441932090008" + "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", + "hash": "10014778861188001840" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", - "hash": "18391939971202172617" + "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", + "hash": "17934490034222099721" }, { - "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", - "hash": "5135976908480724598" + "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", + "hash": "9519170629001091669" }, { - "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", - "hash": "6555520085152754544" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", + "hash": "2193565893393153407" }, { - "file": "libs/designer/src/lib/core/graphlayout/index.ts", - "hash": "1183230721606983661" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", + "hash": "7828137694120726708" }, { - "file": "libs/designer/src/lib/core/index.ts", - "hash": "17021345483470396631" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", + "hash": "11038158381580372609" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", - "hash": "5690913620690077130" + "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", + "hash": "4199684356925501631" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", - "hash": "14509662786295405295" + "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", + "hash": "11358177184398117389" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", - "hash": "6387737565995930308" + "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", + "hash": "2679770440781556642" }, { - "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", - "hash": "18344987115654458228" + "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", + "hash": "4758133665418146451" }, { - "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", - "hash": "14964928502892749345" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", + "hash": "1121723214110567542" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", - "hash": "14646033592987575031" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", + "hash": "7725573827694650006" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", - "hash": "17520637296625214501" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", + "hash": "8334894307746449914" }, { - "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", - "hash": "16515897955999880047" + "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", + "hash": "8101227941012600904" }, { - "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", - "hash": "8489461695139161622" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", + "hash": "3673010528497519226" }, { - "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", - "hash": "11556548277387433966" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", + "hash": "11911833764116684440" }, { - "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", - "hash": "1566269831108361105" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", + "hash": "9168734096888030444" }, { - "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", - "hash": "13854397699622059247" + "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", + "hash": "17061412144400724615" }, { - "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", - "hash": "7091192159636622669" + "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", + "hash": "5828869705447588148" }, { - "file": "libs/designer/src/lib/core/queries/browse.ts", - "hash": "15277260528629014649" + "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", + "hash": "15656574216615797261" }, { - "file": "libs/designer/src/lib/core/queries/connections.ts", - "hash": "1501738903167968950" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", + "hash": "4880915516707375137" }, { - "file": "libs/designer/src/lib/core/queries/connector.ts", - "hash": "10042584932448483913" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", + "hash": "17464406121619291255" }, { - "file": "libs/designer/src/lib/core/queries/operation.ts", - "hash": "18070523527133930267" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", + "hash": "14683371035097063300" }, { - "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", - "hash": "11873332201419444196" + "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", + "hash": "5542561233280181226" }, { - "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", - "hash": "944283261874392963" + "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", + "hash": "17702393010275360059" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", - "hash": "14043559070256094030" + "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", + "hash": "2575534504287821721" }, { - "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", - "hash": "17661438812224560039" + "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", + "hash": "11739281340875482517" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", - "hash": "552151791694841859" + "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", + "hash": "9929018485526454933" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", - "hash": "5709160121732674319" + "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", + "hash": "4009213837140272148" }, { - "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", - "hash": "11880532030602689040" + "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", + "hash": "8817565709427003190" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", - "hash": "15539125750855046238" + "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", + "hash": "3375335490032478024" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", - "hash": "17496610770440064597" + "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", + "hash": "16615866709994104280" }, { - "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", - "hash": "12399207044214169579" + "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", + "hash": "7415266051392608333" }, { - "file": "libs/designer/src/lib/core/state/global.ts", - "hash": "2467378088186721273" + "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", + "hash": "9074539896232376720" }, { - "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", - "hash": "7160406653392297178" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", + "hash": "9267693919118671283" }, { - "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", - "hash": "13231490325898643987" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", + "hash": "10134355830057584781" }, { - "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", - "hash": "580443950008935701" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", + "hash": "721460261511937589" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", - "hash": "11619174720328207349" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", + "hash": "5398542377692716433" }, { - "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", - "hash": "12360836867786652472" + "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", + "hash": "3347403338657872606" }, { - "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", - "hash": "17837734844866824533" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", + "hash": "5980647371085397675" }, { - "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", - "hash": "3597817075648231871" + "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", + "hash": "16412382996484120538" }, { - "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", - "hash": "8221487224681813587" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", + "hash": "604082204214613146" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", - "hash": "13672923006305683744" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", + "hash": "5211400042396365247" }, { - "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", - "hash": "3869560885023421381" + "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", + "hash": "4323159798705886185" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", - "hash": "7513105324012396408" + "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", + "hash": "10473063987200566321" }, { - "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", - "hash": "15674134190940167340" + "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", + "hash": "3595900253866256876" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", - "hash": "4534305780862072392" + "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", + "hash": "13211032462411797929" }, { - "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", - "hash": "4540330469149645148" + "file": "apps/vs-code-designer/src/app/utils/azure.ts", + "hash": "3833124319981952605" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", - "hash": "297492272351660565" + "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", + "hash": "5354517439635689223" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", - "hash": "6447767112269051024" + "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", + "hash": "4202845508695897867" }, { - "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", - "hash": "4965448880727320441" + "file": "apps/vs-code-designer/src/app/utils/binaries.ts", + "hash": "388089461239389146" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", - "hash": "10627578442358036420" + "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", + "hash": "11278198487517151600" }, { - "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", - "hash": "3377780393722064446" + "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", + "hash": "5209627703357314360" }, { - "file": "libs/designer/src/lib/core/store.ts", - "hash": "7675307851224561844" + "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", + "hash": "2721473099105817663" }, { - "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", - "hash": "10932912534190676887" + "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", + "hash": "16092403201611177373" }, { - "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", - "hash": "10477834709138765316" + "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", + "hash": "17280584654313801797" }, { - "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", - "hash": "6400741599488247828" + "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", + "hash": "11434773582755922466" }, { - "file": "libs/designer/src/lib/core/utils/card.ts", - "hash": "17388048148998821366" + "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", + "hash": "8914353723910010736" }, { - "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", - "hash": "14380782528292918805" + "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", + "hash": "11370916271253948863" }, { - "file": "libs/designer/src/lib/core/utils/graph.ts", - "hash": "9113893809945541281" + "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", + "hash": "12851745667746697144" }, { - "file": "libs/designer/src/lib/core/utils/loops.ts", - "hash": "17832329493412946298" + "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", + "hash": "4992286302690682038" }, { - "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", - "hash": "1420254453350497458" + "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", + "hash": "12439909453655537151" }, { - "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", - "hash": "842207519268466443" + "file": "apps/vs-code-designer/src/app/utils/credentials.ts", + "hash": "9526611676815672231" }, { - "file": "libs/designer/src/lib/core/utils/outputs.ts", - "hash": "2523378346613014879" + "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", + "hash": "18100208350276697387" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", - "hash": "3643994527394489617" + "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", + "hash": "11195002535064666626" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", - "hash": "2422344699678475886" + "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", + "hash": "16513329002632778630" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", - "hash": "17504009570966731362" + "file": "apps/vs-code-designer/src/app/utils/errors.ts", + "hash": "6337192314829286295" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", - "hash": "14679208978083456209" + "file": "apps/vs-code-designer/src/app/utils/extension.ts", + "hash": "8597463145754720643" }, { - "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", - "hash": "9346212500047195690" + "file": "apps/vs-code-designer/src/app/utils/feed.ts", + "hash": "11078950491452597655" }, { - "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", - "hash": "16944935834687261736" + "file": "apps/vs-code-designer/src/app/utils/fs.ts", + "hash": "10454176105648465536" }, { - "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", - "hash": "5504094716509853138" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", + "hash": "2643409337300275114" }, { - "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", - "hash": "789795195726361469" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", + "hash": "15542602281912482110" }, { - "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", - "hash": "1212164914387801521" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", + "hash": "168472165892576464" }, { - "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", - "hash": "4584055025926510588" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", + "hash": "11613730303036346440" }, { - "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", - "hash": "17685281869497732131" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", + "hash": "17614489772909813009" }, { - "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", - "hash": "17503616740995511873" + "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", + "hash": "16131810591978900690" }, { - "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", - "hash": "5493345090301795523" + "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", + "hash": "5474082429921495272" }, { - "file": "libs/designer/src/lib/core/utils/setting.ts", - "hash": "607724160972661514" + "file": "apps/vs-code-designer/src/app/utils/git.ts", + "hash": "12773428193671641806" }, { - "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", - "hash": "300462517969513749" + "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", + "hash": "8596095749121613195" }, { - "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", - "hash": "710587862511662252" + "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", + "hash": "18084363227171215626" }, { - "file": "libs/designer/src/lib/core/utils/tokens.ts", - "hash": "16598154144351001077" + "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", + "hash": "8369160542664851064" }, { - "file": "libs/designer/src/lib/core/utils/validation.ts", - "hash": "3321415876925824657" + "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", + "hash": "12408115648321618520" }, { - "file": "libs/designer/src/lib/core/utils/variables.ts", - "hash": "18113110944598796795" + "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", + "hash": "11916907140988211314" }, { - "file": "libs/designer/src/lib/core/utils/workflow.ts", - "hash": "2503685323390352213" + "file": "apps/vs-code-designer/src/app/utils/timeout.ts", + "hash": "14778113605060537252" }, { - "file": "libs/designer/src/lib/index.tsx", - "hash": "3108540739134237574" + "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", + "hash": "17799585098475395215" }, { - "file": "libs/designer/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", + "hash": "18167521601394077735" }, { - "file": "libs/designer/src/lib/ui/Controls.tsx", - "hash": "11679666175589395115" + "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", + "hash": "13920597240309833189" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", - "hash": "18335299629456245936" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", + "hash": "9759327367702436958" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", - "hash": "8683562698326398762" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", + "hash": "1968553941266221567" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", - "hash": "6973870354555514502" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", + "hash": "15287783653212061089" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", - "hash": "2623692442355217780" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", + "hash": "6828207763303964975" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", - "hash": "17275763272438441218" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", + "hash": "11094466494008399309" }, { - "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", - "hash": "16798466643167652597" + "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", + "hash": "2154894462698790548" }, { - "file": "libs/designer/src/lib/ui/Designer.tsx", - "hash": "16681715909651728710" + "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", + "hash": "8439101078638289221" }, { - "file": "libs/designer/src/lib/ui/Minimap.tsx", - "hash": "16784302034175684453" + "file": "apps/vs-code-designer/src/app/utils/workspace.ts", + "hash": "16375631922651977733" }, { - "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", - "hash": "9589106174231375844" + "file": "apps/vs-code-designer/src/assets/Connection.svg", + "hash": "15647431244608701397" }, { - "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", - "hash": "3078414740510575754" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", + "hash": "10584527306322621934" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", - "hash": "14069610435069570388" + "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", + "hash": "3810450270713476659" }, { - "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", - "hash": "2917805269573375288" + "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", - "hash": "3469127252427478749" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", + "hash": "6824072606396484945" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", + "hash": "10950725022355073892" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", - "hash": "2870378826580830856" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", + "hash": "576791979954694443" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", + "hash": "12306089950511122041" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", - "hash": "17062398617519134809" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", + "hash": "2239336814154262202" }, { - "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", + "hash": "7211845892991047855" }, { - "file": "libs/designer/src/lib/ui/connections/edge.tsx", - "hash": "5497512017299495007" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", + "hash": "7215558518247341170" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", - "hash": "18432693650012936880" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", + "hash": "4598916924084671926" }, { - "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", - "hash": "5555780360896210685" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", + "hash": "8406210736576622585" }, { - "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", - "hash": "13807895509711892964" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", + "hash": "9257116971448085886" }, { - "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", - "hash": "7876264136480687494" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", + "hash": "3621284916386716836" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", - "hash": "2408849985874822150" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", + "hash": "16767884502249044946" }, { - "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", - "hash": "4860151930479659861" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", + "hash": "12435277816665445182" }, { - "file": "libs/designer/src/lib/ui/index.tsx", - "hash": "16341670098352328808" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", - "hash": "11764721752232747899" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", - "hash": "18054694947746552645" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", + "hash": "15689618091200745940" }, { - "file": "libs/designer/src/lib/ui/logicapps.less", - "hash": "8806087804226244251" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", + "hash": "5650505684305619652" }, { - "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", - "hash": "17569954728099794023" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", + "hash": "8836914518393574591" }, { - "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", - "hash": "583479515840133304" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", + "hash": "1000406548186478802" }, { - "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", - "hash": "12873127522514834077" + "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", + "hash": "6146631829358995396" }, { - "file": "libs/designer/src/lib/ui/menuItems/index.tsx", - "hash": "17248340653302800129" + "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", - "hash": "11451946634355722234" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", - "hash": "8808436492128491535" + "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", + "hash": "6618528922142727668" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", - "hash": "11188019418177543078" + "file": "apps/vs-code-designer/src/assets/dark/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", - "hash": "10622257218635018165" + "file": "apps/vs-code-designer/src/assets/dark/filter.svg", + "hash": "2157761159649928725" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", - "hash": "14381813606682941152" + "file": "apps/vs-code-designer/src/assets/dark/info.svg", + "hash": "10259827920845009789" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", - "hash": "14863904385332766059" + "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", + "hash": "15172864931349783756" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", - "hash": "105776725888969737" + "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", + "hash": "12913855549590469120" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", - "hash": "3486053682563706186" + "file": "apps/vs-code-designer/src/assets/dark/visible.svg", + "hash": "15527356031076482326" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", - "hash": "4295986676874411230" + "file": "apps/vs-code-designer/src/assets/dark/wand.png", + "hash": "2323447109945934437" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", - "hash": "5044350433743159771" + "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", - "hash": "17190185412675906484" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", - "hash": "413683764976891703" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", - "hash": "2896450508867033368" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", - "hash": "8866623228316007595" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", - "hash": "17888799308169784633" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", - "hash": "3217802139905584148" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", - "hash": "962585077833873680" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "10811906832528493729" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", - "hash": "2345600340639460118" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "6253575686098009499" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", - "hash": "6438581048872326276" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "4098931202983786207" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", - "hash": "4636028013835727768" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", - "hash": "14888900866274310223" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", - "hash": "4040358874212544513" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", - "hash": "15708146643216275913" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", + "hash": "1636695999285125481" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", - "hash": "18064072806053472795" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", - "hash": "813895254218562259" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", - "hash": "16620206185148038430" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", - "hash": "5385478426844583686" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", - "hash": "17955152684217995627" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", - "hash": "8096213501021087139" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", - "hash": "6954364116161516939" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "12187774501315130464" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", - "hash": "2774370202590136493" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "7368448719439030691" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", - "hash": "2990072573754773610" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "1164676230893833197" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", - "hash": "16009164000053936481" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", - "hash": "12787968918952964503" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", - "hash": "7320427274234546201" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", - "hash": "1017935854018236971" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", + "hash": "2868804174007093570" }, { - "file": "libs/designer/src/lib/ui/panel/index.tsx", - "hash": "8931413980282435903" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", + "hash": "12607837922534833545" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", - "hash": "691362796351085760" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", + "hash": "14247385368236522641" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", - "hash": "1761891437078855966" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", + "hash": "5140261514245194370" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", - "hash": "1057924626207991961" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", + "hash": "9085355726053482359" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", - "hash": "6280253552466033403" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", + "hash": "2422430400149695791" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", - "hash": "8768239693411150392" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", + "hash": "424164910549354" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", - "hash": "7891578013616621917" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", + "hash": "17474514795579720783" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", - "hash": "6936908943603154102" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", + "hash": "1966951836172479399" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", - "hash": "438510564774690503" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", + "hash": "563534334865091586" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", - "hash": "16798406127854826620" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", + "hash": "11749614885411913071" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", - "hash": "3595348225477585500" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", + "hash": "18217028720254003628" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", - "hash": "11057896419932325694" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", + "hash": "12504260808484191058" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", - "hash": "4104206428172572624" + "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", + "hash": "3438342450555214691" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", - "hash": "6547505579084266234" + "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", + "hash": "4245860993464393581" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", - "hash": "6573526002733579255" + "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", + "hash": "3654728019765167060" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", - "hash": "2589613772379687118" + "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", + "hash": "12548280711520177657" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", - "hash": "5973638345373933302" + "file": "apps/vs-code-designer/src/assets/light/export.svg", + "hash": "4203088445943374133" }, { - "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", - "hash": "15042347812954300106" + "file": "apps/vs-code-designer/src/assets/light/filter.svg", + "hash": "808289461830434574" }, { - "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", - "hash": "6338890337184233730" + "file": "apps/vs-code-designer/src/assets/light/info.svg", + "hash": "8008068589209490939" }, { - "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", - "hash": "12332136203110463175" + "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", + "hash": "5714860970048264528" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", - "hash": "14199280944066488263" + "file": "apps/vs-code-designer/src/assets/light/refresh.svg", + "hash": "17185510816311412914" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", - "hash": "2615756064988394528" + "file": "apps/vs-code-designer/src/assets/light/visible.svg", + "hash": "2086515071006177202" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", - "hash": "17548951851137442209" + "file": "apps/vs-code-designer/src/assets/light/wand.png", + "hash": "2740478162349478720" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", - "hash": "13695075695640031897" + "file": "apps/vs-code-designer/src/assets/light/workflow.svg", + "hash": "3274518933561120400" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", - "hash": "5633104287798836216" + "file": "apps/vs-code-designer/src/assets/logicAppResources.png", + "hash": "7844543986362065723" }, { - "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", - "hash": "18046537988904659224" + "file": "apps/vs-code-designer/src/assets/logicapp.png", + "hash": "18231532070800362266" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", - "hash": "1871737709038769946" + "file": "apps/vs-code-designer/src/constants.ts", + "hash": "10884448731183309126" }, { - "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", - "hash": "6979096270862588135" + "file": "apps/vs-code-designer/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", - "hash": "970334209122746164" + "file": "apps/vs-code-designer/src/environments/environment.ts", + "hash": "1135292433917692033" }, { - "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", - "hash": "9667005076024681736" + "file": "apps/vs-code-designer/src/extensionVariables.ts", + "hash": "1011803126032346158" }, { - "file": "libs/designer/src/lib/ui/settings/index.tsx", - "hash": "14559726202240722620" + "file": "apps/vs-code-designer/src/localize.ts", + "hash": "8909848188136259962" }, { - "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", - "hash": "4578759189608616930" + "file": "apps/vs-code-designer/src/main.ts", + "hash": "12693268671030990594" }, { - "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", - "hash": "17737294470449076285" + "file": "apps/vs-code-designer/src/onboarding.ts", + "hash": "1284380110401789108" }, { - "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", - "hash": "3442351415387182271" + "file": "apps/vs-code-designer/src/package.json", + "hash": "11609901045508539230" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", - "hash": "15073803307628141748" + "file": "apps/vs-code-designer/tsconfig.app.json", + "hash": "9654856818679042867" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", - "hash": "13259211909852062902" + "file": "apps/vs-code-designer/tsconfig.json", + "hash": "1646188906733341306" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", - "hash": "1121495998656744936" + "file": "apps/vs-code-designer/tsconfig.spec.json", + "hash": "9983375138734725293" + } + ], + "data-mapper-standalone": [ + { + "file": "apps/data-mapper-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", - "hash": "1034166355859418220" + "file": "apps/data-mapper-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", - "hash": "305675838625215663" + "file": "apps/data-mapper-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", - "hash": "1949585750942351876" + "file": "apps/data-mapper-standalone/jest.config.ts", + "hash": "10715911984367194997" }, { - "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", - "hash": "4499489232140778372" + "file": "apps/data-mapper-standalone/project.json", + "hash": "9374513863842846490" }, { - "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", - "hash": "13293113667156220544" + "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", + "hash": "16726481549457764766" }, { - "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", - "hash": "9211118379886345968" + "file": "apps/data-mapper-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", - "hash": "1426261106233320224" + "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", + "hash": "14944117756580093119" }, { - "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", - "hash": "4817919565569896749" + "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", + "hash": "1284985494789010035" }, { - "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", - "hash": "14117197387047983705" + "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", + "hash": "372080794920849111" }, { - "file": "libs/designer/src/lib/ui/styles.less", - "hash": "8828323265444774935" + "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer/tsconfig.json", - "hash": "2991600590297984719" + "file": "apps/data-mapper-standalone/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "libs/designer/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "apps/data-mapper-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/designer/tsup.config.ts", - "hash": "5034656414761252557" + "file": "apps/data-mapper-standalone/src/index.html", + "hash": "1875896067774755003" + }, + { + "file": "apps/data-mapper-standalone/src/main.tsx", + "hash": "10861951779782452086" + }, + { + "file": "apps/data-mapper-standalone/src/polyfills.ts", + "hash": "17041846422484582267" + }, + { + "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", + "hash": "16987547041249191518" + }, + { + "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", + "hash": "15187256273369871693" + }, + { + "file": "apps/data-mapper-standalone/src/state/Store.ts", + "hash": "7832192686281280578" + }, + { + "file": "apps/data-mapper-standalone/src/styles.less", + "hash": "11491636838694553899" + }, + { + "file": "apps/data-mapper-standalone/src/typings.d.ts", + "hash": "8667080681692980982" + }, + { + "file": "apps/data-mapper-standalone/tsconfig.app.json", + "hash": "9143020992508194197" + }, + { + "file": "apps/data-mapper-standalone/tsconfig.json", + "hash": "292688152284415530" + }, + { + "file": "apps/data-mapper-standalone/tsconfig.spec.json", + "hash": "420895369075964006" } ], "@microsoft/vscode-extension-logic-apps": [ @@ -1534,6098 +1561,6072 @@ "hash": "2883325760657722404" } ], - "@microsoft/logic-apps-shared": [ + "vs-code-react": [ { - "file": "libs/logic-apps-shared/package.json", - "hash": "16492122863359719881", - "deps": [ - "npm:@apidevtools/swagger-parser", - "npm:@formatjs/intl", - "npm:axios", - "npm:react-intl", - "npm:react-query", - "npm:reactflow", - "npm:react", - "npm:react-dom" - ] + "file": "apps/vs-code-react/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", - "hash": "9380633527024969017" + "file": "apps/vs-code-react/.browserslistrc", + "hash": "167759602395835039" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", - "hash": "4041114759273409584" + "file": "apps/vs-code-react/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", - "hash": "10744005867854668544" + "file": "apps/vs-code-react/jest.config.ts", + "hash": "8334961725413338902" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", - "hash": "14062257101193816574" + "file": "apps/vs-code-react/project.json", + "hash": "16992379845976149116" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", - "hash": "4954893213128657861" + "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", + "hash": "7103226391461447657" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", - "hash": "7641115249858288898" + "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", + "hash": "15235190526173296646" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", - "hash": "14155161053626149773" + "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", + "hash": "3923189858935612561" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", - "hash": "10972091389277624213" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", + "hash": "5310943053923898056" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", - "hash": "6570789037033524363" + "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", + "hash": "14353098042527666078" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", - "hash": "6476740600976986139" + "file": "apps/vs-code-react/src/app/dataMapper/app.less", + "hash": "10860476654260307609" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", - "hash": "4669131476797349411" + "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", + "hash": "1229212044608318791" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", - "hash": "18322018366374797773" + "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", + "hash": "1233751610250085221" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", - "hash": "12152048241403700781" + "file": "apps/vs-code-react/src/app/designer/app.less", + "hash": "2873139032757981092" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", - "hash": "5149245040157794958" + "file": "apps/vs-code-react/src/app/designer/app.tsx", + "hash": "14446374292339965572" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", - "hash": "17264514741585944669" + "file": "apps/vs-code-react/src/app/designer/constants.ts", + "hash": "5903664051922439610" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", - "hash": "16981660441021349989" + "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", + "hash": "8677180454198120663" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", - "hash": "7841465441925735303" + "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", + "hash": "13157754222681752876" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", - "hash": "8805378272928779631" + "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", + "hash": "3846553792648049504" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", - "hash": "100886477017713472" + "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", + "hash": "2583935077415507996" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", - "hash": "12010754552584586238" + "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", + "hash": "11284208617598927726" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", - "hash": "2493896786957967735" + "file": "apps/vs-code-react/src/app/export/export.less", + "hash": "3696757642502745218" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", - "hash": "4467584828026361594" + "file": "apps/vs-code-react/src/app/export/export.tsx", + "hash": "8780683083445998923" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", - "hash": "15048548058211350550" + "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", + "hash": "1432771657034188602" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", - "hash": "16667370445776365408" + "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", + "hash": "920422646883876413" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", - "hash": "2922519993752406611" + "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", + "hash": "11162162346257637474" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", - "hash": "2015298222781796439" + "file": "apps/vs-code-react/src/app/export/status/status.tsx", + "hash": "7912554661822815221" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", - "hash": "12154580097533679529" + "file": "apps/vs-code-react/src/app/export/summary/helper.ts", + "hash": "14153533387296877593" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", - "hash": "990168561317107639" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", - "hash": "13798407810885346784" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", - "hash": "6637693727017499456" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", - "hash": "5415884704526136465" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", - "hash": "12944393287525757801" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", - "hash": "338894801370095333" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", - "hash": "4325353527285954074" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", - "hash": "14656750022224496512" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", - "hash": "8383854433493377485" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", - "hash": "14050868048024762041" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", - "hash": "3952535120512157063" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", - "hash": "10227457389794045251" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", - "hash": "2276513063347032356" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", - "hash": "17998935529655324249" - }, - { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", - "hash": "15364460512758958557" + "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", + "hash": "7161124247970943148" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", - "hash": "16899240778924055950" + "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", + "hash": "4655457745320534508" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", - "hash": "9924011533457598450" + "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", + "hash": "314441399583635160" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", - "hash": "7767572464887768924" + "file": "apps/vs-code-react/src/app/export/validation/helper.ts", + "hash": "11787808914725369004" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", - "hash": "7686527428866436332" + "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", + "hash": "6866286216752763150" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", - "hash": "11373234010056310761" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", + "hash": "10475247554118844324" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", - "hash": "7741997988177804309" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", + "hash": "1366466573911291031" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", - "hash": "11285262017602894102" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", + "hash": "3750291621191783642" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", - "hash": "7834292151783220118" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", + "hash": "16694375718863827935" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", - "hash": "2689272469215697040" + "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", + "hash": "3220598036709854135" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", - "hash": "16730245766611684683" + "file": "apps/vs-code-react/src/app/overview/app.tsx", + "hash": "6561625234207029430" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", - "hash": "6313037814450709645" + "file": "apps/vs-code-react/src/app/overview/overview.less", + "hash": "10514910349287699054" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", - "hash": "5887391731984230327" + "file": "apps/vs-code-react/src/app/review/index.tsx", + "hash": "17050061761908500120" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", - "hash": "2080206098440690027" + "file": "apps/vs-code-react/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", - "hash": "2442692051774771508" + "file": "apps/vs-code-react/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", - "hash": "13169164367036674094" + "file": "apps/vs-code-react/src/environments/environment.ts", + "hash": "11309522437153898482" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", - "hash": "16907995455120176947" + "file": "apps/vs-code-react/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", - "hash": "1659823225545591900" + "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", + "hash": "8025372240546622652" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", - "hash": "15456387445440121864" + "file": "apps/vs-code-react/src/fixtures/get-run.json", + "hash": "14954993404334898723" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", - "hash": "12878592596309783536" + "file": "apps/vs-code-react/src/fixtures/get-runs.json", + "hash": "16210149105685428411" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", - "hash": "557554024678459944" + "file": "apps/vs-code-react/src/index.html", + "hash": "15542557927961559597" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", - "hash": "6860029958723176995" + "file": "apps/vs-code-react/src/main.tsx", + "hash": "12636954517020345187" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", - "hash": "15296018982038336090" + "file": "apps/vs-code-react/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", - "hash": "13842792331747765980" + "file": "apps/vs-code-react/src/resources/Caution.svg", + "hash": "12946324935578891880" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", - "hash": "13815149232604649499" + "file": "apps/vs-code-react/src/resources/Error.svg", + "hash": "1306017530222758526" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", - "hash": "14032597586361412245" + "file": "apps/vs-code-react/src/resources/Success.svg", + "hash": "1346479691433759862" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", - "hash": "9974254812452410710" + "file": "apps/vs-code-react/src/router/index.tsx", + "hash": "15140865326278989359" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", - "hash": "2510786344585772506" + "file": "apps/vs-code-react/src/run-service.ts", + "hash": "17001222516069202300" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", - "hash": "1258465346072222717" + "file": "apps/vs-code-react/src/run-service/export/helper.ts", + "hash": "17978663445350106988" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", - "hash": "12947203279230431560" + "file": "apps/vs-code-react/src/run-service/export/index.ts", + "hash": "8958556086353433187" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", - "hash": "4700233691144783223" + "file": "apps/vs-code-react/src/run-service/types.ts", + "hash": "15571572309314646001" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", - "hash": "16210378855781819556" + "file": "apps/vs-code-react/src/state/DataMapSlice.ts", + "hash": "12162383684219148227" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", - "hash": "3328556540278019081" + "file": "apps/vs-code-react/src/state/DesignerSlice.ts", + "hash": "15018588436028947609" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", - "hash": "17421938317864385521" + "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", + "hash": "17422552152551623659" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", - "hash": "5426595174508182540" + "file": "apps/vs-code-react/src/state/projectSlice.ts", + "hash": "17786023480081942934" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", - "hash": "889254322578873619" + "file": "apps/vs-code-react/src/state/store.ts", + "hash": "9306760291102940367" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", - "hash": "14413093575682152883" + "file": "apps/vs-code-react/src/stateWrapper.tsx", + "hash": "2412499423087675880" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", - "hash": "15165385131541472136" + "file": "apps/vs-code-react/src/styles.less", + "hash": "11897878901819299767" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", - "hash": "6828262639021969187" + "file": "apps/vs-code-react/src/themeProvider.tsx", + "hash": "3199307216492964650" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", - "hash": "16330222175525472241" + "file": "apps/vs-code-react/src/webviewCommunication.tsx", + "hash": "4256707400206268801" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", - "hash": "12427938755401727885" + "file": "apps/vs-code-react/tsconfig.app.json", + "hash": "4251399858593500384" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", - "hash": "3374555813812257809" + "file": "apps/vs-code-react/tsconfig.json", + "hash": "10208151351921925114" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", - "hash": "14739455734775086197" - }, + "file": "apps/vs-code-react/tsconfig.spec.json", + "hash": "15143458430517966976" + } + ], + "@microsoft/designer-ui": [ { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", - "hash": "1170392313973954221" + "file": "libs/designer-ui/package.json", + "hash": "2157918880835177019", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:@fluentui/react", + "npm:react-intl", + "npm:@fluentui/react-components", + "npm:@lexical/react", + "npm:lexical", + "npm:@react-hookz/web", + "npm:fuse.js", + "npm:react-query", + "npm:reactflow", + "npm:react-dnd", + "npm:@fluentui/react-hooks", + "npm:react-markdown", + "npm:monaco-editor", + "npm:prism-react-renderer", + "npm:react-use", + "npm:@fluentui/react-icons", + "npm:@lexical/selection", + "npm:@lexical/utils", + "npm:@lexical/link", + "npm:@fluentui/theme", + "npm:@lexical/list", + "npm:@lexical/rich-text", + "npm:@lexical/html", + "npm:@monaco-editor/react", + "npm:react-infinite-scroll-component", + "npm:@fluentui/utilities", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", - "hash": "8180427621259037034" + "file": "libs/designer-ui/src/assets/search/noResults.svg", + "hash": "4909511463165872592" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", - "hash": "15958942562504641676" + "file": "libs/designer-ui/src/index.ts", + "hash": "14428353282588746736" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", - "hash": "7763682490519613414" + "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", + "hash": "14434568979751658338" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", - "hash": "4068662167400180993" + "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", + "hash": "14908105139639555615" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", - "hash": "4794954947494896316" + "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", + "hash": "7211006209534532164" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", - "hash": "11207042828717675065" + "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", + "hash": "11094301716023935000" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", - "hash": "10901639031013279890" + "file": "libs/designer-ui/src/lib/about/about.less", + "hash": "11763256971442327180" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", - "hash": "16869109249828494594" + "file": "libs/designer-ui/src/lib/about/index.tsx", + "hash": "1885249223741047225" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", - "hash": "4284022729214287627" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", + "hash": "14884276543197931855" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", - "hash": "5600174235635358338" + "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", + "hash": "119144818974442509" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", - "hash": "8466132625137354797" + "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", + "hash": "2571402350210962658" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", - "hash": "1198608102687599866" + "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", + "hash": "8994554438666876777" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", - "hash": "8175155994288497941" + "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", + "hash": "5617830809914714226" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", - "hash": "4654647039340233519" + "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", + "hash": "3045029944051572215" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", - "hash": "11206711847389194503" + "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", + "hash": "15035395214520169992" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", - "hash": "9525586797130627166" + "file": "libs/designer-ui/src/lib/apicards.less", + "hash": "13797202201533966679" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", - "hash": "7773406589009896884" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", + "hash": "1159973821678804034" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", - "hash": "2719090974226360478" + "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", + "hash": "15663177271477515098" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", - "hash": "16586240603433583151" + "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", + "hash": "15257122625185925783" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", - "hash": "6044024318958028975" + "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", + "hash": "3440648328094660448" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", - "hash": "4971198904351819104" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", + "hash": "1035335925853359629" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", - "hash": "2205405226598303423" + "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", + "hash": "15902940521963280423" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", - "hash": "7027990687631079853" + "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", + "hash": "10301768307429232439" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", - "hash": "4832609006995577677" + "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", + "hash": "13067628806797164554" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", - "hash": "11041788749094915589" + "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", + "hash": "5940965594446421041" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", - "hash": "744175669956000073" + "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", + "hash": "6013139278499039153" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", - "hash": "4570891349858327552" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", + "hash": "14344032625786759505" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", - "hash": "6957052954521419802" + "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", + "hash": "12838314745302584802" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", - "hash": "6895097639477963071" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", + "hash": "12431847260795348376" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", - "hash": "15484469170655437218" + "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", + "hash": "11721662882789703309" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", - "hash": "718221044385207717" + "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", + "hash": "9710908466929509626" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", - "hash": "14225692641617281655" + "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", + "hash": "11958567725113824782" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", - "hash": "11654435207820210379" + "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", + "hash": "8161067183164594482" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", - "hash": "11652280676139008640" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", + "hash": "12160223154281286587" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", - "hash": "3123356813475297727" + "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", + "hash": "16430731582068929461" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", - "hash": "760782622775556782" + "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", + "hash": "15218856122571348271" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", - "hash": "900472997630946196" + "file": "libs/designer-ui/src/lib/authentication/authentication.less", + "hash": "13977853940860538752" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", - "hash": "14957662887872082161" + "file": "libs/designer-ui/src/lib/authentication/index.tsx", + "hash": "12121725416726564057" }, { - "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", - "hash": "1013983265834297086" + "file": "libs/designer-ui/src/lib/authentication/util.ts", + "hash": "11605613898253709629" }, { - "file": "libs/logic-apps-shared/src/index.ts", - "hash": "9717124156846303739" + "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", + "hash": "4239997238176229679" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", - "hash": "15651910132769346184" + "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", + "hash": "13992825478287594370" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", - "hash": "17552605341157493404" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", + "hash": "4867411311567038161" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", - "hash": "5035985613530326321" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", + "hash": "4547318522865203584" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", - "hash": "4475004010363601986" + "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", + "hash": "14866563066427854785" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", - "hash": "4095382995607203736" + "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", + "hash": "10879704914758677366" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", - "hash": "3788387248943361249" + "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", + "hash": "17307763740338983688" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", - "hash": "7108713252527138781" + "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", + "hash": "14241926419350930556" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", - "hash": "705786194542596636" + "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", + "hash": "5187864438896470501" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", - "hash": "14463024152359133709" + "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", + "hash": "8302242870984866501" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", - "hash": "7560213327654600681" + "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", + "hash": "12826695037894387883" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", - "hash": "16687663207402807017" + "file": "libs/designer-ui/src/lib/card/batch.less", + "hash": "10575267785363995315" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", - "hash": "6477546291513434590" + "file": "libs/designer-ui/src/lib/card/card.less", + "hash": "15282637473947824061" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", - "hash": "9370844703510888737" + "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", + "hash": "6484623461460191253" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", - "hash": "7628537715920358813" + "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", + "hash": "16034062062771286179" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", - "hash": "8158361129347912029" + "file": "libs/designer-ui/src/lib/card/cardmonitor.less", + "hash": "4871384248042757553" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", - "hash": "6380830450896639043" + "file": "libs/designer-ui/src/lib/card/cardv2.less", + "hash": "6593714482527657845" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", - "hash": "10185664657106878859" + "file": "libs/designer-ui/src/lib/card/config/config.less", + "hash": "5613835801941506485" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", - "hash": "5951640446541949066" + "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", + "hash": "8278918968245925125" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", - "hash": "9382357970073518488" + "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", + "hash": "3759914967985226400" }, { - "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", - "hash": "18017279529871760646" + "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", + "hash": "14402384408736907567" }, { - "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", - "hash": "17627181196005757916" + "file": "libs/designer-ui/src/lib/card/function/function.less", + "hash": "15731313779614157076" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", - "hash": "6040922602083171954" + "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", + "hash": "7734290807369071142" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", - "hash": "10055707279763634029" + "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", + "hash": "13163728213584653339" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", - "hash": "9089577798505505863" + "file": "libs/designer-ui/src/lib/card/hooks.ts", + "hash": "3280423690018226095" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", - "hash": "13562749690133433887" + "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", + "hash": "13724223152608135682" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", - "hash": "5663604703010066942" + "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", + "hash": "10199587974604360910" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", - "hash": "2534161988511516592" + "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", + "hash": "1732185137555566396" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", - "hash": "16419030944505832016" + "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", + "hash": "9622432927124771" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", - "hash": "15612717865703687552" + "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", + "hash": "16379690233431545152" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", - "hash": "13474113712208318530" + "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", + "hash": "18196248137118265647" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", - "hash": "881578797815144323" + "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", + "hash": "7362441868927286283" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", - "hash": "11790935691899638544" + "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", + "hash": "14506568544666863824" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", - "hash": "8385944373056976852" + "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", + "hash": "13676032398949697479" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", - "hash": "4043313233263109351" + "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", + "hash": "12071288473248491154" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", - "hash": "11102785353391478346" + "file": "libs/designer-ui/src/lib/card/images/collapse.svg", + "hash": "3724917790453240684" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", - "hash": "171638812131418198" + "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", + "hash": "7710484694921752567" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", - "hash": "2327407329881982053" + "file": "libs/designer-ui/src/lib/card/images/delete.svg", + "hash": "15675230980148461553" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", - "hash": "9629066330778884542" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", - "hash": "16717791144236642315" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", - "hash": "9536863172217279644" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", + "hash": "3682275420836100854" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", - "hash": "18142537813025869201" + "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", - "hash": "15387106749322046014" + "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", + "hash": "13253552947487643867" }, { - "file": "libs/logic-apps-shared/src/intl/src/index.ts", - "hash": "5880101155327804229" + "file": "libs/designer-ui/src/lib/card/images/expand.svg", + "hash": "1365824124689290130" }, { - "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", - "hash": "9493587879189422226" + "file": "libs/designer-ui/src/lib/card/images/information.svg", + "hash": "2629543329230765405" }, { - "file": "libs/logic-apps-shared/src/parsers/index.ts", - "hash": "14406165726550655762" + "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", + "hash": "8036333629834072325" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", - "hash": "14434625489663341100" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", + "hash": "4791285533034835653" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", - "hash": "431479051526850728" + "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", + "hash": "2827706739916533779" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", - "hash": "1447869553729602329" + "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", + "hash": "2205398914635833301" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", - "hash": "5729743152469113203" + "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", + "hash": "14020397064356319924" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", - "hash": "11639224397713257805" + "file": "libs/designer-ui/src/lib/card/images/parameters.svg", + "hash": "5661870126399503537" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", - "hash": "16375130740710703419" + "file": "libs/designer-ui/src/lib/card/images/plus.svg", + "hash": "11071985059296778590" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", - "hash": "11953954476398047389" + "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", + "hash": "15762098724270837693" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", - "hash": "2210192340749619384" + "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", + "hash": "14136830631826324888" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", - "hash": "511658573327045626" + "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", + "hash": "561849715759343409" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", - "hash": "12303487102566855915" + "file": "libs/designer-ui/src/lib/card/index.tsx", + "hash": "13283832555519492964" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", - "hash": "11402826658491359232" + "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", + "hash": "16011573732296811334" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", - "hash": "6825951630416775947" + "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", + "hash": "13785447784192146498" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", - "hash": "2805940425132879908" + "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", + "hash": "8715826541047287974" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", - "hash": "8489667444524953557" + "file": "libs/designer-ui/src/lib/card/query/query.less", + "hash": "11595797360380764326" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", - "hash": "14606573267340170277" + "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", + "hash": "14660261598576668135" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", - "hash": "14196059685546491397" + "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", + "hash": "13526667775577606191" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", - "hash": "14050169068191640430" + "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", + "hash": "5079305499650318742" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", - "hash": "10053227308471445195" + "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", + "hash": "6661024250966707869" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", - "hash": "11769122580063614459" + "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", + "hash": "5399921611201970010" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", - "hash": "745830827396299178" + "file": "libs/designer-ui/src/lib/card/types.ts", + "hash": "2035207173265258244" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", - "hash": "1027675781125994812" + "file": "libs/designer-ui/src/lib/card/utils.ts", + "hash": "3779033005510076581" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", - "hash": "7986263690502094190" + "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", + "hash": "10318132727028056408" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", - "hash": "16722491980851361131" + "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", + "hash": "17281609971834388003" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", - "hash": "11863418691057542043" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", + "hash": "14718424728750458630" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", - "hash": "3814535965481203921" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", + "hash": "278286692645171379" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", - "hash": "15552531164182029199" + "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", + "hash": "10765956740228704595" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", - "hash": "15707985138297454208" + "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", + "hash": "2404121659635757544" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", - "hash": "8203696318475998577" + "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", + "hash": "6405085190209280425" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", - "hash": "16965130050548374080" + "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", + "hash": "9946485231683147120" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", - "hash": "17677112185734595302" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", + "hash": "1833570921333464272" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", - "hash": "10421500773173129841" + "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", + "hash": "17028620127527218534" }, { - "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", - "hash": "6837630829095975444" + "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", + "hash": "7899578072090309552" }, { - "file": "libs/logic-apps-shared/src/utils/src/index.ts", - "hash": "10410575831740573676" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", + "hash": "17829515265716695263" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", - "hash": "4727605297220290209" + "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", + "hash": "5169733349440851429" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", - "hash": "14486861888502652092" + "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", + "hash": "10302797527483302249" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", - "hash": "14917406684066904829" + "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", + "hash": "13795366944427306018" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", - "hash": "13784490208174778956" + "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", + "hash": "12415165516808188305" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", - "hash": "5485574054856489322" + "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", + "hash": "96877705819455053" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", - "hash": "7212073480745607382" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", + "hash": "4069273522099387001" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", - "hash": "10702209958963271416" + "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", + "hash": "12978837117575037085" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", - "hash": "4266295413916081180" + "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", + "hash": "8663050766979969020" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", - "hash": "18218774632996040833" + "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", + "hash": "15417662538862126703" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", - "hash": "3921550207499097708" + "file": "libs/designer-ui/src/lib/chatbot/constants.ts", + "hash": "14764507907521508128" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", - "hash": "16323037561979992179" + "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", + "hash": "4609791305957523089" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", - "hash": "4346902897670598580" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", + "hash": "5685043772510116791" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", - "hash": "18306290794139362199" + "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", + "hash": "1667833042679839191" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", - "hash": "12827775712440356270" + "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", + "hash": "13854507772202693145" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", - "hash": "12780007669564837262" + "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", + "hash": "17373142789703576555" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", - "hash": "10649237237708086601" + "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", + "hash": "1013409430604737232" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", - "hash": "16265988629726370223" + "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", + "hash": "661752008716122787" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", - "hash": "4342729621317785815" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", + "hash": "6716426185680659027" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", - "hash": "17931405780059128507" + "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", + "hash": "7382581463363358893" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", - "hash": "11275772986299991786" + "file": "libs/designer-ui/src/lib/chatbot/index.tsx", + "hash": "381454499199907675" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", - "hash": "14172933526512144674" + "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", + "hash": "16238688331967189110" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", - "hash": "8097726720353189151" + "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", + "hash": "14580093519349138483" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", - "hash": "17424119200157481456" + "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", + "hash": "8902335799853458705" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", - "hash": "6316675658315917165" + "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", + "hash": "5171683084974637831" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", - "hash": "17285595875462734375" + "file": "libs/designer-ui/src/lib/checkbox/index.tsx", + "hash": "8389410843229075694" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", - "hash": "10787957479004558655" + "file": "libs/designer-ui/src/lib/code/codeeditor.less", + "hash": "11024599462256253403" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", - "hash": "924391710566473857" + "file": "libs/designer-ui/src/lib/code/index.tsx", + "hash": "13872385794669469789" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", - "hash": "18221863617102146813" + "file": "libs/designer-ui/src/lib/code/util.ts", + "hash": "445144902435184601" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", - "hash": "4421237494227621410" + "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", + "hash": "9564984331172164947" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", - "hash": "12775712264492385024" + "file": "libs/designer-ui/src/lib/colorizer/index.tsx", + "hash": "18329556158591594852" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", - "hash": "13175286304358008848" + "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", + "hash": "11926254562850019268" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", - "hash": "15335411595834044598" + "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", + "hash": "15494829096109972414" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", - "hash": "13941170058709179863" + "file": "libs/designer-ui/src/lib/combobox/combobox.less", + "hash": "13345514601840043410" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", - "hash": "5560781174328914491" + "file": "libs/designer-ui/src/lib/combobox/index.tsx", + "hash": "16544338680339035094" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", - "hash": "13885780335314142211" + "file": "libs/designer-ui/src/lib/common.less", + "hash": "5857225994291839803" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", - "hash": "14719921367101255082" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", + "hash": "9169908592251197410" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", - "hash": "14197989536257233793" + "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", + "hash": "3046898503439319454" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", - "hash": "79196203943799003" + "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", + "hash": "5804642269610790205" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", - "hash": "1773324083978265246" + "file": "libs/designer-ui/src/lib/connectioncontainer.less", + "hash": "4274580875391808041" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", - "hash": "16462763711137735088" + "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", + "hash": "6660835975053117480" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", - "hash": "16779865992229698101" + "file": "libs/designer-ui/src/lib/connectors/index.ts", + "hash": "3193834300323525825" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", - "hash": "6133462328373533461" + "file": "libs/designer-ui/src/lib/connectors/predicates.ts", + "hash": "16570364538734730436" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", - "hash": "2681330121858908210" + "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", + "hash": "15085878266015615396" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", - "hash": "3670299451416716175" + "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", + "hash": "18197468828345311134" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", - "hash": "6771680877558200992" + "file": "libs/designer-ui/src/lib/constants.ts", + "hash": "7895778521881895365" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", - "hash": "17593916544224071508" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", + "hash": "11286495138927849850" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", - "hash": "10533072781574562738" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", + "hash": "15724424530173695319" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", - "hash": "2572403417534260160" + "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", + "hash": "11309293700573786127" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", - "hash": "2078500890542782930" + "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", + "hash": "10706937930238891864" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", - "hash": "13095245056926067394" + "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", + "hash": "13514247859608890614" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", - "hash": "5866684311064342041" + "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", + "hash": "11369730379345400687" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", - "hash": "10053725396844537374" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", + "hash": "8973634346517739741" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", - "hash": "11901860371911382948" + "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", + "hash": "7464088425034992851" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", - "hash": "3827527429415846737" + "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", + "hash": "5315460135369521554" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", - "hash": "9814598968821475901" + "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", + "hash": "5281867526814354008" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", - "hash": "9515526602733602379" + "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", + "hash": "3200362158239488916" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", - "hash": "18237200074476379247" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", + "hash": "3546074923186807401" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", - "hash": "18138026162521915000" + "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", + "hash": "1273753497022949897" }, { - "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", - "hash": "5600260597734849270" + "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", + "hash": "13306096207015769369" }, { - "file": "libs/logic-apps-shared/tsconfig.json", - "hash": "5119560921033608397" + "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", + "hash": "11411020585614827947" }, { - "file": "libs/logic-apps-shared/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", + "hash": "7281959028831627631" }, { - "file": "libs/logic-apps-shared/tsup.config.ts", - "hash": "5286132973577408611" - } - ], - "@microsoft/designer-ui": [ - { - "file": "libs/designer-ui/package.json", - "hash": "2157918880835177019", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:@fluentui/react", - "npm:react-intl", - "npm:@fluentui/react-components", - "npm:@lexical/react", - "npm:lexical", - "npm:@react-hookz/web", - "npm:fuse.js", - "npm:react-query", - "npm:reactflow", - "npm:react-dnd", - "npm:@fluentui/react-hooks", - "npm:react-markdown", - "npm:monaco-editor", - "npm:prism-react-renderer", - "npm:react-use", - "npm:@fluentui/react-icons", - "npm:@lexical/selection", - "npm:@lexical/utils", - "npm:@lexical/link", - "npm:@fluentui/theme", - "npm:@lexical/list", - "npm:@lexical/rich-text", - "npm:@lexical/html", - "npm:@monaco-editor/react", - "npm:react-infinite-scroll-component", - "npm:@fluentui/utilities", - "npm:react", - "npm:react-dom" - ] + "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", + "hash": "8304019736247074220" }, { - "file": "libs/designer-ui/src/assets/search/noResults.svg", - "hash": "4909511463165872592" + "file": "libs/designer-ui/src/lib/dialogs/index.tsx", + "hash": "16665862280750290310" }, { - "file": "libs/designer-ui/src/index.ts", - "hash": "14428353282588746736" + "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", + "hash": "13710269573446005500" }, { - "file": "libs/designer-ui/src/lib/__test__/helper.spec.ts", - "hash": "14434568979751658338" + "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", + "hash": "4819881443041728639" }, { - "file": "libs/designer-ui/src/lib/__test__/intl-test-helper.tsx", - "hash": "14908105139639555615" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", + "hash": "11966365107479255632" }, { - "file": "libs/designer-ui/src/lib/about/__test__/__snapshots__/about.spec.tsx.snap", - "hash": "7211006209534532164" + "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", + "hash": "10228393789800803683" }, { - "file": "libs/designer-ui/src/lib/about/__test__/about.spec.tsx", - "hash": "11094301716023935000" + "file": "libs/designer-ui/src/lib/dictionary/index.tsx", + "hash": "18370968398463171770" }, { - "file": "libs/designer-ui/src/lib/about/about.less", - "hash": "11763256971442327180" + "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", + "hash": "6335056025812075242" }, { - "file": "libs/designer-ui/src/lib/about/index.tsx", - "hash": "1885249223741047225" + "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", + "hash": "15817139601189018466" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/__snapshots__/actionbuttonv2.spec.tsx.snap", - "hash": "14884276543197931855" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", + "hash": "6797310623515797047" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/__test__/actionbuttonv2.spec.tsx", - "hash": "119144818974442509" + "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", + "hash": "8297998959357972135" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/actionbuttonv2.less", - "hash": "2571402350210962658" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/images/plus.tsx", - "hash": "8994554438666876777" + "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", + "hash": "9938088707494835854" }, { - "file": "libs/designer-ui/src/lib/actionbuttonv2/index.tsx", - "hash": "5617830809914714226" + "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", + "hash": "189492023300231559" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/__test__/announcedmatches.spec.tsx", - "hash": "3045029944051572215" + "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", + "hash": "10317518561976442215" }, { - "file": "libs/designer-ui/src/lib/announcedmatches/index.tsx", - "hash": "15035395214520169992" + "file": "libs/designer-ui/src/lib/dropdown/index.tsx", + "hash": "1612483364785584630" }, { - "file": "libs/designer-ui/src/lib/apicards.less", - "hash": "13797202201533966679" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", + "hash": "7434182615261632600" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.less", - "hash": "1159973821678804034" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", + "hash": "9501607464876161573" }, { - "file": "libs/designer-ui/src/lib/ariaSearchResults/ariaSearchResultsAlert.tsx", - "hash": "15663177271477515098" + "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", + "hash": "12128734607645409156" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/arrayeditor.less", - "hash": "15257122625185925783" + "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", + "hash": "17684652277786261310" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/collapsedarray.tsx", - "hash": "3440648328094660448" + "file": "libs/designer-ui/src/lib/editor/base/editor.less", + "hash": "12866109678262424869" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedcomplexarray.tsx", - "hash": "1035335925853359629" + "file": "libs/designer-ui/src/lib/editor/base/index.tsx", + "hash": "14166645835120534265" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/expandedsimplearray.tsx", - "hash": "15902940521963280423" + "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", + "hash": "7693847861135382627" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/index.tsx", - "hash": "10301768307429232439" + "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", + "hash": "4541191440119529419" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/plugins/CollapsedArrayValidation.tsx", - "hash": "13067628806797164554" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", + "hash": "999476750027091176" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/serializecollapsedarray.ts", - "hash": "5940965594446421041" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", + "hash": "17890662429827982084" }, { - "file": "libs/designer-ui/src/lib/arrayeditor/util/util.ts", - "hash": "6013139278499039153" + "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", + "hash": "13945640916550609803" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuth.tsx", - "hash": "14344032625786759505" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", + "hash": "5927512080490513475" }, { - "file": "libs/designer-ui/src/lib/authentication/AADOAuth/AADOAuthCredentials.tsx", - "hash": "12838314745302584802" + "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", + "hash": "7428379870511488815" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationDropdown.tsx", - "hash": "12431847260795348376" + "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", + "hash": "16501257364338436774" }, { - "file": "libs/designer-ui/src/lib/authentication/AuthenticationProperty.tsx", - "hash": "11721662882789703309" + "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", + "hash": "7159772630000027135" }, { - "file": "libs/designer-ui/src/lib/authentication/BasicAuth.tsx", - "hash": "9710908466929509626" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", + "hash": "826227630247342849" }, { - "file": "libs/designer-ui/src/lib/authentication/CertificateAuth.tsx", - "hash": "11958567725113824782" + "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", + "hash": "10708434969004690012" }, { - "file": "libs/designer-ui/src/lib/authentication/CollapsedAuthentication.tsx", - "hash": "8161067183164594482" + "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", + "hash": "2147313770352251950" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuth.tsx", - "hash": "12160223154281286587" + "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", + "hash": "13449398835402371871" }, { - "file": "libs/designer-ui/src/lib/authentication/MSIAuth/MSIAuthDefault.tsx", - "hash": "16430731582068929461" + "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", + "hash": "744582158043496767" }, { - "file": "libs/designer-ui/src/lib/authentication/RawAuth.tsx", - "hash": "15218856122571348271" + "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", + "hash": "2804235267765397597" }, { - "file": "libs/designer-ui/src/lib/authentication/authentication.less", - "hash": "13977853940860538752" + "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", + "hash": "1396622124801278751" }, { - "file": "libs/designer-ui/src/lib/authentication/index.tsx", - "hash": "12121725416726564057" + "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", + "hash": "10805420593120911666" }, { - "file": "libs/designer-ui/src/lib/authentication/util.ts", - "hash": "11605613898253709629" + "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", + "hash": "9379670679296092620" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/azureResourcePicker.less", - "hash": "4239997238176229679" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", + "hash": "15576049973494503143" }, { - "file": "libs/designer-ui/src/lib/azureResourcePicker/index.tsx", - "hash": "13992825478287594370" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", + "hash": "13926370169738082009" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/card.spec.tsx.snap", - "hash": "4867411311567038161" + "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", + "hash": "5581606338787978728" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/cardfooter.spec.tsx.snap", - "hash": "4547318522865203584" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", + "hash": "8192890641204198515" }, { - "file": "libs/designer-ui/src/lib/card/__test__/__snapshots__/errorbanner.spec.tsx.snap", - "hash": "14866563066427854785" + "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", + "hash": "12118490130152815053" }, { - "file": "libs/designer-ui/src/lib/card/__test__/card.spec.tsx", - "hash": "10879704914758677366" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", + "hash": "2463583388686525568" }, { - "file": "libs/designer-ui/src/lib/card/__test__/cardfooter.spec.tsx", - "hash": "17307763740338983688" + "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", + "hash": "11358342835079118658" }, { - "file": "libs/designer-ui/src/lib/card/__test__/emptycontent.spec.tsx", - "hash": "14241926419350930556" + "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", + "hash": "6646959457516159519" }, { - "file": "libs/designer-ui/src/lib/card/__test__/errorbanner.spec.tsx", - "hash": "5187864438896470501" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", + "hash": "14686112532473519777" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/addNodeIcon.svg", - "hash": "8302242870984866501" + "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", + "hash": "9281471718380757374" }, { - "file": "libs/designer-ui/src/lib/card/addActionCard/index.tsx", - "hash": "12826695037894387883" + "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", + "hash": "1534107538736673298" }, { - "file": "libs/designer-ui/src/lib/card/batch.less", - "hash": "10575267785363995315" + "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", + "hash": "12829686526507324272" }, { - "file": "libs/designer-ui/src/lib/card/card.less", - "hash": "15282637473947824061" + "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", + "hash": "8810971222002859696" }, { - "file": "libs/designer-ui/src/lib/card/cardcontextmenu.tsx", - "hash": "6484623461460191253" + "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", + "hash": "17758309304074598462" }, { - "file": "libs/designer-ui/src/lib/card/cardfooter.tsx", - "hash": "16034062062771286179" + "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", + "hash": "2856148563059087619" }, { - "file": "libs/designer-ui/src/lib/card/cardmonitor.less", - "hash": "4871384248042757553" + "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", + "hash": "8005004771604368381" }, { - "file": "libs/designer-ui/src/lib/card/cardv2.less", - "hash": "6593714482527657845" + "file": "libs/designer-ui/src/lib/editor/index.ts", + "hash": "10519293280335263474" }, { - "file": "libs/designer-ui/src/lib/card/config/config.less", - "hash": "5613835801941506485" + "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", + "hash": "5153936568516294781" }, { - "file": "libs/designer-ui/src/lib/card/connectiontypeselector/connectiontypeselector.less", - "hash": "8278918968245925125" + "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", + "hash": "16814638361287986075" }, { - "file": "libs/designer-ui/src/lib/card/emptycontent.tsx", - "hash": "3759914967985226400" + "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", + "hash": "5064580720179297796" }, { - "file": "libs/designer-ui/src/lib/card/errorbanner.tsx", - "hash": "14402384408736907567" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", + "hash": "12121974177438633709" }, { - "file": "libs/designer-ui/src/lib/card/function/function.less", - "hash": "15731313779614157076" + "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", + "hash": "17176576509706398941" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/graphContainer.less", - "hash": "7734290807369071142" + "file": "libs/designer-ui/src/lib/editor/shared/index.ts", + "hash": "14207176860322026590" }, { - "file": "libs/designer-ui/src/lib/card/graphContainer/index.tsx", - "hash": "13163728213584653339" + "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", + "hash": "8024413390298642678" }, { - "file": "libs/designer-ui/src/lib/card/hooks.ts", - "hash": "3280423690018226095" + "file": "libs/designer-ui/src/lib/editor/string/index.tsx", + "hash": "7639585167181465561" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowdown.svg", - "hash": "13724223152608135682" + "file": "libs/designer-ui/src/lib/error.less", + "hash": "3373390242925169530" }, { - "file": "libs/designer-ui/src/lib/card/images/arrowup.svg", - "hash": "10199587974604360910" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", + "hash": "9624981949339319323" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/aborted.svg", - "hash": "1732185137555566396" + "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", + "hash": "10370400888889586543" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/cancelled.svg", - "hash": "9622432927124771" + "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", + "hash": "17617719147470187537" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/failed.svg", - "hash": "16379690233431545152" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", + "hash": "4277915310721666119" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/running.svg", - "hash": "18196248137118265647" + "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", + "hash": "18032552394640042637" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/skipped.svg", - "hash": "7362441868927286283" + "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", + "hash": "13003257438294379371" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeeded.svg", - "hash": "14506568544666863824" + "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", + "hash": "1819426727053970521" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/succeededwithretries.svg", - "hash": "13676032398949697479" + "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", + "hash": "3938398385346396861" }, { - "file": "libs/designer-ui/src/lib/card/images/badges/warning.svg", - "hash": "12071288473248491154" + "file": "libs/designer-ui/src/lib/eventhandler.ts", + "hash": "9886405224726247393" }, { - "file": "libs/designer-ui/src/lib/card/images/collapse.svg", - "hash": "3724917790453240684" + "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", + "hash": "6690363619180504744" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.disable.svg", - "hash": "7710484694921752567" + "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", + "hash": "17626371448885479665" }, { - "file": "libs/designer-ui/src/lib/card/images/delete.svg", - "hash": "15675230980148461553" + "file": "libs/designer-ui/src/lib/fabric.less", + "hash": "7324803988841128995" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/allowdroptarget.tsx", - "hash": "16424915556916750495" + "file": "libs/designer-ui/src/lib/fabric.ts", + "hash": "14933180766639065818" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/blockdroptarget.tsx", - "hash": "14597964550574862411" + "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", + "hash": "17392366590677974305" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/gripper.tsx", - "hash": "3682275420836100854" + "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", + "hash": "4041121768159149616" }, { - "file": "libs/designer-ui/src/lib/card/images/dynamicsvgs/trafficlightsvgs.tsx", - "hash": "14795306292735185189" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", + "hash": "941920347758561377" }, { - "file": "libs/designer-ui/src/lib/card/images/empty-panel.svg", - "hash": "13253552947487643867" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", + "hash": "4326546944393916235" }, { - "file": "libs/designer-ui/src/lib/card/images/expand.svg", - "hash": "1365824124689290130" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", + "hash": "10540908164326165093" }, { - "file": "libs/designer-ui/src/lib/card/images/information.svg", - "hash": "2629543329230765405" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", + "hash": "11473128131775540065" }, { - "file": "libs/designer-ui/src/lib/card/images/information_tiny.svg", - "hash": "8036333629834072325" + "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", + "hash": "14543616680076626699" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode.svg", - "hash": "4791285533034835653" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", + "hash": "4326737180955321997" }, { - "file": "libs/designer-ui/src/lib/card/images/key_value_mode_inverted.svg", - "hash": "2827706739916533779" + "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", + "hash": "17137134300501690521" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots.svg", - "hash": "2205398914635833301" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", + "hash": "13351151318103125008" }, { - "file": "libs/designer-ui/src/lib/card/images/menu_dots_circle.svg", - "hash": "14020397064356319924" + "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", + "hash": "8736472121872865078" }, { - "file": "libs/designer-ui/src/lib/card/images/parameters.svg", - "hash": "5661870126399503537" + "file": "libs/designer-ui/src/lib/flyout/flyout.less", + "hash": "4656963404569200854" }, { - "file": "libs/designer-ui/src/lib/card/images/plus.svg", - "hash": "11071985059296778590" + "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", + "hash": "8017317867674531104" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode.svg", - "hash": "15762098724270837693" + "file": "libs/designer-ui/src/lib/flyout/index.tsx", + "hash": "1260847504997562152" }, { - "file": "libs/designer-ui/src/lib/card/images/text_mode_inverted.svg", - "hash": "14136830631826324888" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", + "hash": "11532610769239171275" }, { - "file": "libs/designer-ui/src/lib/card/images/uservoice.svg", - "hash": "561849715759343409" + "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", + "hash": "6670084940779114703" }, { - "file": "libs/designer-ui/src/lib/card/index.tsx", - "hash": "13283832555519492964" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", + "hash": "9241936514538992768" }, { - "file": "libs/designer-ui/src/lib/card/noActionCard/index.tsx", - "hash": "16011573732296811334" + "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", + "hash": "4932261342436465773" }, { - "file": "libs/designer-ui/src/lib/card/operationconfigurations/operationconfigurations.less", - "hash": "13785447784192146498" + "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", + "hash": "8173849641804162665" }, { - "file": "libs/designer-ui/src/lib/card/parameters/parameters.less", - "hash": "8715826541047287974" + "file": "libs/designer-ui/src/lib/flyout2/index.tsx", + "hash": "3411562267958358391" }, { - "file": "libs/designer-ui/src/lib/card/query/query.less", - "hash": "11595797360380764326" + "file": "libs/designer-ui/src/lib/flyout2/types.ts", + "hash": "8979356059828005344" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/index.tsx", - "hash": "14660261598576668135" + "file": "libs/designer-ui/src/lib/helper.ts", + "hash": "5189186251086759243" }, { - "file": "libs/designer-ui/src/lib/card/scopeCard/scopeCard.less", - "hash": "13526667775577606191" + "file": "libs/designer-ui/src/lib/html/htmleditor.less", + "hash": "17205576638309460013" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/index.tsx", - "hash": "5079305499650318742" + "file": "libs/designer-ui/src/lib/html/index.tsx", + "hash": "3044561647356072724" }, { - "file": "libs/designer-ui/src/lib/card/subgraphCard/subgraphCard.less", - "hash": "6661024250966707869" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", + "hash": "8095200699080002708" }, { - "file": "libs/designer-ui/src/lib/card/swaggerendpoint/swaggerendpoint.less", - "hash": "5399921611201970010" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", + "hash": "9856168573309225800" }, { - "file": "libs/designer-ui/src/lib/card/types.ts", - "hash": "2035207173265258244" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", + "hash": "3522657421512189575" }, { - "file": "libs/designer-ui/src/lib/card/utils.ts", - "hash": "3779033005510076581" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", + "hash": "6822239360363505310" }, { - "file": "libs/designer-ui/src/lib/chatbot/chatbot.less", - "hash": "10318132727028056408" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", + "hash": "5514822623923500815" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/animations.ts", - "hash": "17281609971834388003" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", + "hash": "7136035197919586744" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantError.tsx", - "hash": "14718424728750458630" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", + "hash": "14372803173867136152" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantGreeting.tsx", - "hash": "278286692645171379" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", + "hash": "2194368813692256604" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/assistantReplyWithFlow.tsx", - "hash": "10765956740228704595" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", + "hash": "776689613520795095" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatBubble.tsx", - "hash": "2404121659635757544" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", + "hash": "6781567092509984620" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatInputBox.tsx", - "hash": "6405085190209280425" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", + "hash": "7593112338545138083" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/chatSuggestion.tsx", - "hash": "9946485231683147120" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", + "hash": "2086008163121647920" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionStatus.tsx", - "hash": "1833570921333464272" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", + "hash": "6781567092509984620" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/connectionsSetupMessage.tsx", - "hash": "17028620127527218534" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", + "hash": "214561553827607598" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/containerWithProgressBar.tsx", - "hash": "7899578072090309552" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", + "hash": "334782051825482473" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationItem.ts", - "hash": "17829515265716695263" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", + "hash": "4585057281924668716" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/conversationMessage.tsx", - "hash": "5169733349440851429" + "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", + "hash": "11495204600890515354" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/feedbackMessage.tsx", - "hash": "10302797527483302249" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", + "hash": "10663192197845770854" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/flowDiffPreview.tsx", - "hash": "13795366944427306018" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", + "hash": "12534895890895115814" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/operationsNeedAttentionMessage.tsx", - "hash": "12415165516808188305" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", + "hash": "12594388779590684473" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/progressCardWithStopButton.tsx", - "hash": "96877705819455053" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", + "hash": "17603065135284266651" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideCard.tsx", - "hash": "4069273522099387001" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", + "hash": "17330625502641164904" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/promptGuide/promptGuideContextualMenu.tsx", - "hash": "12978837117575037085" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", + "hash": "18048853400467862337" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/technicalErrorMessage.tsx", - "hash": "8663050766979969020" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", + "hash": "8167873247401494691" }, { - "file": "libs/designer-ui/src/lib/chatbot/components/thumbsReactionButton.tsx", - "hash": "15417662538862126703" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", + "hash": "2078509837722520921" }, { - "file": "libs/designer-ui/src/lib/chatbot/constants.ts", - "hash": "14764507907521508128" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", + "hash": "13255948299069352972" }, { - "file": "libs/designer-ui/src/lib/chatbot/feedbackHelper.tsx", - "hash": "4609791305957523089" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", + "hash": "9368588845243372286" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike.svg", - "hash": "5685043772510116791" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", + "hash": "17332273936381855071" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/DislikeFilled.svg", - "hash": "1667833042679839191" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", + "hash": "3274982305516698081" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Dislike_Dark.svg", - "hash": "13854507772202693145" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", + "hash": "9368588845243372286" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like.svg", - "hash": "17373142789703576555" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", + "hash": "16690852428978853331" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/LikeFilled.svg", - "hash": "1013409430604737232" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", + "hash": "10813322944291888667" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/Like_Dark.svg", - "hash": "661752008716122787" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", + "hash": "11230861677546471079" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating.svg", - "hash": "6716426185680659027" + "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", + "hash": "6747273522689120609" }, { - "file": "libs/designer-ui/src/lib/chatbot/images/StopGenerating_Dark.svg", - "hash": "7382581463363358893" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", + "hash": "1474595322273650579" }, { - "file": "libs/designer-ui/src/lib/chatbot/index.tsx", - "hash": "381454499199907675" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", + "hash": "17970557104113324526" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/__snapshots__/checkbox.spec.tsx.snap", - "hash": "16238688331967189110" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", + "hash": "18208757820714239690" }, { - "file": "libs/designer-ui/src/lib/checkbox/__test__/checkbox.spec.tsx", - "hash": "14580093519349138483" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", + "hash": "6124589755320637077" }, { - "file": "libs/designer-ui/src/lib/checkbox/checkbox.less", - "hash": "8902335799853458705" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", + "hash": "12407779132103186555" }, { - "file": "libs/designer-ui/src/lib/checkbox/images/information.svg", - "hash": "5171683084974637831" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", + "hash": "1920943312027348431" }, { - "file": "libs/designer-ui/src/lib/checkbox/index.tsx", - "hash": "8389410843229075694" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", + "hash": "44898852948275301" }, { - "file": "libs/designer-ui/src/lib/code/codeeditor.less", - "hash": "11024599462256253403" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", + "hash": "1073425639168601706" }, { - "file": "libs/designer-ui/src/lib/code/index.tsx", - "hash": "13872385794669469789" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", + "hash": "647227830974271854" }, { - "file": "libs/designer-ui/src/lib/code/util.ts", - "hash": "445144902435184601" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", + "hash": "6631214352319600313" }, { - "file": "libs/designer-ui/src/lib/colorizer/colorizer.less", - "hash": "9564984331172164947" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", + "hash": "84510633589929201" }, { - "file": "libs/designer-ui/src/lib/colorizer/index.tsx", - "hash": "18329556158591594852" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", + "hash": "1593572000493596394" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/__snapshots__/combobox.spec.tsx.snap", - "hash": "11926254562850019268" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", + "hash": "15935181764252854583" }, { - "file": "libs/designer-ui/src/lib/combobox/__test__/combobox.spec.tsx", - "hash": "15494829096109972414" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", + "hash": "16309623552410081075" }, { - "file": "libs/designer-ui/src/lib/combobox/combobox.less", - "hash": "13345514601840043410" + "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", + "hash": "10046516850053247370" }, { - "file": "libs/designer-ui/src/lib/combobox/index.tsx", - "hash": "16544338680339035094" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", + "hash": "13297355801995093412" }, { - "file": "libs/designer-ui/src/lib/common.less", - "hash": "5857225994291839803" + "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", + "hash": "17542746478583457633" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol-fields.less", - "hash": "9169908592251197410" + "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", + "hash": "14476603392221631274" }, { - "file": "libs/designer-ui/src/lib/conditioncontrol/conditioncontrol.less", - "hash": "3046898503439319454" + "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", + "hash": "279548543693964971" }, { - "file": "libs/designer-ui/src/lib/configItem/connectiongatewaypicker.less", - "hash": "5804642269610790205" + "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", + "hash": "6589400180024017937" }, { - "file": "libs/designer-ui/src/lib/connectioncontainer.less", - "hash": "4274580875391808041" + "file": "libs/designer-ui/src/lib/index.ts", + "hash": "1537154823661936001" }, { - "file": "libs/designer-ui/src/lib/connectors/__test__/predicates.spec.tsx", - "hash": "6660835975053117480" + "file": "libs/designer-ui/src/lib/infoDot/index.tsx", + "hash": "889059819977718434" }, { - "file": "libs/designer-ui/src/lib/connectors/index.ts", - "hash": "3193834300323525825" + "file": "libs/designer-ui/src/lib/infoDot/info.svg", + "hash": "8036333629834072325" }, { - "file": "libs/designer-ui/src/lib/connectors/predicates.ts", - "hash": "16570364538734730436" + "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", + "hash": "2930019025243925433" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/connectorsummarycard.less", - "hash": "15085878266015615396" + "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", + "hash": "10169695948451834948" }, { - "file": "libs/designer-ui/src/lib/connectorsummarycard/index.tsx", - "hash": "18197468828345311134" + "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", + "hash": "6801643171255754457" }, { - "file": "libs/designer-ui/src/lib/constants.ts", - "hash": "7895778521881895365" + "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", + "hash": "5612500499332085961" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/createNaturalLanguageToFlowInput.tsx", - "hash": "11286495138927849850" + "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", + "hash": "5761604846243713933" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/flowPreview.tsx", - "hash": "15724424530173695319" + "file": "libs/designer-ui/src/lib/label/index.tsx", + "hash": "12007290011607531294" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/components/suggestedFlowSection.tsx", - "hash": "11309293700573786127" + "file": "libs/designer-ui/src/lib/label/label.less", + "hash": "17687715295723073360" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/copilot.less", - "hash": "10706937930238891864" + "file": "libs/designer-ui/src/lib/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/helpers/flowPreviewHelper.tsx", - "hash": "13514247859608890614" + "file": "libs/designer-ui/src/lib/mixins.less", + "hash": "230394439281864371" }, { - "file": "libs/designer-ui/src/lib/copilotGetStarted/index.tsx", - "hash": "11369730379345400687" + "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", + "hash": "10772217042952857206" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/__snapshots__/copyinputcontrol.spec.tsx.snap", - "hash": "8973634346517739741" + "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", + "hash": "10027427216166238825" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/__test__/copyinputcontrol.spec.tsx", - "hash": "7464088425034992851" + "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", + "hash": "12219677476669776727" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/copyinputcontrol.less", - "hash": "5315460135369521554" + "file": "libs/designer-ui/src/lib/modals/index.tsx", + "hash": "15575472481408686620" }, { - "file": "libs/designer-ui/src/lib/copyinputcontrol/index.tsx", - "hash": "5281867526814354008" + "file": "libs/designer-ui/src/lib/modals/styles.less", + "hash": "6136638654378217309" }, { - "file": "libs/designer-ui/src/lib/datetimeeditor/datetimeeditor.less", - "hash": "3200362158239488916" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", + "hash": "12736532418364604826" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/alert.spec.tsx.snap", - "hash": "3546074923186807401" + "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", + "hash": "2313100514544127441" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/__snapshots__/confirm.spec.tsx.snap", - "hash": "1273753497022949897" + "file": "libs/designer-ui/src/lib/monitoring/index.tsx", + "hash": "12211943605206865211" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/alert.spec.tsx", - "hash": "13306096207015769369" + "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", + "hash": "4246492693390330142" }, { - "file": "libs/designer-ui/src/lib/dialogs/__test__/confirm.spec.tsx", - "hash": "11411020585614827947" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", + "hash": "419486314382071026" }, { - "file": "libs/designer-ui/src/lib/dialogs/alert.tsx", - "hash": "7281959028831627631" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", + "hash": "10734404772668886632" }, { - "file": "libs/designer-ui/src/lib/dialogs/confirm.tsx", - "hash": "8304019736247074220" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", + "hash": "9977003285799703780" }, { - "file": "libs/designer-ui/src/lib/dialogs/index.tsx", - "hash": "16665862280750290310" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", + "hash": "18421766469300972505" }, { - "file": "libs/designer-ui/src/lib/dictionary/collapsedDictionary.tsx", - "hash": "13710269573446005500" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", + "hash": "6054757260707558854" }, { - "file": "libs/designer-ui/src/lib/dictionary/dictionaryeditor.less", - "hash": "4819881443041728639" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", + "hash": "6643666802199480477" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionary.tsx", - "hash": "11966365107479255632" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", + "hash": "17231865355086385495" }, { - "file": "libs/designer-ui/src/lib/dictionary/expandeddictionarydelete.tsx", - "hash": "10228393789800803683" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", + "hash": "3417626771857836063" }, { - "file": "libs/designer-ui/src/lib/dictionary/index.tsx", - "hash": "18370968398463171770" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", + "hash": "675221209884803516" }, { - "file": "libs/designer-ui/src/lib/dictionary/plugins/CollapsedDictionaryValidation.tsx", - "hash": "6335056025812075242" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", + "hash": "551002707008561532" }, { - "file": "libs/designer-ui/src/lib/dictionary/util/serializecollapseddictionary.ts", - "hash": "15817139601189018466" + "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", + "hash": "1930433637852205854" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/__snapshots__/documentationlinkitem.spec.tsx.snap", - "hash": "6797310623515797047" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", + "hash": "10690577969096041995" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/__test__/documentationlinkitem.spec.tsx", - "hash": "8297998959357972135" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", + "hash": "12342263735573181103" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/defaulticon.svg", - "hash": "5071015496602458535" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", + "hash": "9275841064112612057" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/images/error.svg", - "hash": "9938088707494835854" + "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", + "hash": "17586715276385690633" }, { - "file": "libs/designer-ui/src/lib/documentationlinkitem/index.tsx", - "hash": "189492023300231559" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", + "hash": "8262084751494625621" }, { - "file": "libs/designer-ui/src/lib/dropdown/dropdown.less", - "hash": "10317518561976442215" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", + "hash": "8411593742412961835" }, { - "file": "libs/designer-ui/src/lib/dropdown/index.tsx", - "hash": "1612483364785584630" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", + "hash": "13580200872576368725" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/dynamicallyaddedparameter.less", - "hash": "7434182615261632600" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", + "hash": "4980405611307436406" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/helper.ts", - "hash": "9501607464876161573" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", + "hash": "14991302223393123721" }, { - "file": "libs/designer-ui/src/lib/dynamicallyaddedparameter/index.tsx", - "hash": "12128734607645409156" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", + "hash": "7600255706253655942" }, { - "file": "libs/designer-ui/src/lib/editor/base/EditorWrapper.tsx", - "hash": "17684652277786261310" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", + "hash": "11732121204991821272" }, { - "file": "libs/designer-ui/src/lib/editor/base/editor.less", - "hash": "12866109678262424869" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", + "hash": "15288351325626444660" }, { - "file": "libs/designer-ui/src/lib/editor/base/index.tsx", - "hash": "14166645835120534265" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", + "hash": "10223585420368930613" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/extendedTextNode.tsx", - "hash": "7693847861135382627" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", + "hash": "504707717112540246" }, { - "file": "libs/designer-ui/src/lib/editor/base/nodes/tokenNode.tsx", - "hash": "4541191440119529419" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", + "hash": "14110306780643171751" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ArrowNavigation.tsx", - "hash": "999476750027091176" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", + "hash": "6270089317186652326" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoFocus.tsx", - "hash": "17890662429827982084" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", + "hash": "4141451220579211469" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/AutoLink.tsx", - "hash": "13945640916550609803" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", + "hash": "7852553993702366824" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ClearEditor.tsx", - "hash": "5927512080490513475" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", + "hash": "193615469479801715" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/CloseTokenPicker.tsx", - "hash": "7428379870511488815" + "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", + "hash": "15042873896617763231" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/DeleteTokenNode.tsx", - "hash": "16501257364338436774" + "file": "libs/designer-ui/src/lib/monitoring/utils.ts", + "hash": "9811433099781057729" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/EditorChange.tsx", - "hash": "7159772630000027135" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", + "hash": "13057778445119292637" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FloatingLinkEditor.tsx", - "hash": "826227630247342849" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", + "hash": "52763648028511711" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/FocusHandler.tsx", - "hash": "10708434969004690012" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", + "hash": "16381991897841589409" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/IgnoreTab.tsx", - "hash": "2147313770352251950" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", + "hash": "12682441240875703524" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/InsertTokenNode.tsx", - "hash": "13449398835402371871" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", + "hash": "6306384484732365176" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/OpenTokenPicker.tsx", - "hash": "744582158043496767" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", + "hash": "18165893973256629169" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/Paste.tsx", - "hash": "2804235267765397597" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", + "hash": "12118327048907571655" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/PreventPropagation.tsx", - "hash": "1396622124801278751" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", + "hash": "4887862900344122017" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/ReadOnly.tsx", - "hash": "10805420593120911666" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", + "hash": "10393528748572104925" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/SingleValueSegment.tsx", - "hash": "9379670679296092620" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", + "hash": "12615346189074989274" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenPickerButtonLegacy.tsx", - "hash": "15576049973494503143" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", + "hash": "2655487222859584186" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TokenTypeahead.tsx", - "hash": "13926370169738082009" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", + "hash": "3814871834163389192" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/TreeView.tsx", - "hash": "5581606338787978728" + "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", + "hash": "7220757242219833664" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/assets/fxIcon.tsx", - "hash": "8192890641204198515" + "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", + "hash": "10690413901210541672" }, { - "file": "libs/designer-ui/src/lib/editor/base/plugins/tokenpickerbutton/index.tsx", - "hash": "12118490130152815053" + "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", + "hash": "5533580780908687247" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.less", - "hash": "2463583388686525568" + "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", + "hash": "12630218434281282082" }, { - "file": "libs/designer-ui/src/lib/editor/base/themes/editorTheme.ts", - "hash": "11358342835079118658" + "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", + "hash": "13316433634332619599" }, { - "file": "libs/designer-ui/src/lib/editor/base/tokenpickerbutton.less", - "hash": "6646959457516159519" + "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", + "hash": "839928699017032378" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/editorToSegment.spec.ts", - "hash": "14686112532473519777" + "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", + "hash": "11716606859887286627" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/__test__/parsesegments.spec.ts", - "hash": "9281471718380757374" + "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", + "hash": "5872083708451966019" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/editorToSegment.ts", - "hash": "1534107538736673298" + "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", + "hash": "15717505785974351161" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/helper.ts", - "hash": "12829686526507324272" + "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", + "hash": "12638713730095398889" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/initialConfig.ts", - "hash": "8810971222002859696" + "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", + "hash": "13532955381020329840" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/keyvalueitem.ts", - "hash": "17758309304074598462" + "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", + "hash": "9121170686559313064" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/parsesegments.ts", - "hash": "2856148563059087619" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", + "hash": "13705639801361244797" }, { - "file": "libs/designer-ui/src/lib/editor/base/utils/tokenTypeaheadMatcher.tsx", - "hash": "8005004771604368381" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", + "hash": "293816288209646038" }, { - "file": "libs/designer-ui/src/lib/editor/index.ts", - "hash": "10519293280335263474" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", + "hash": "13516731456304339134" }, { - "file": "libs/designer-ui/src/lib/editor/models/parameter.ts", - "hash": "5153936568516294781" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", + "hash": "2820497291641580399" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/index.tsx", - "hash": "16814638361287986075" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", + "hash": "17782873682755923460" }, { - "file": "libs/designer-ui/src/lib/editor/monaco/monaco.less", - "hash": "5064580720179297796" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", + "hash": "11078711819505237055" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle.less", - "hash": "12121974177438633709" + "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", + "hash": "4715217018796897924" }, { - "file": "libs/designer-ui/src/lib/editor/shared/editorCollapseToggle/index.tsx", - "hash": "17176576509706398941" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", + "hash": "16386421992685205061" }, { - "file": "libs/designer-ui/src/lib/editor/shared/index.ts", - "hash": "14207176860322026590" + "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", + "hash": "520098891633782607" }, { - "file": "libs/designer-ui/src/lib/editor/shared/testtokensegment.ts", - "hash": "8024413390298642678" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", + "hash": "16689468766866111496" }, { - "file": "libs/designer-ui/src/lib/editor/string/index.tsx", - "hash": "7639585167181465561" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", + "hash": "9157709462736836045" }, { - "file": "libs/designer-ui/src/lib/error.less", - "hash": "3373390242925169530" + "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", + "hash": "8641869722527850309" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/__snapshots__/errorboundary.spec.tsx.snap", - "hash": "9624981949339319323" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", + "hash": "6361707078583596524" }, { - "file": "libs/designer-ui/src/lib/errorboundary/__test__/errorboundary.spec.tsx", - "hash": "10370400888889586543" + "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", + "hash": "16098260837036091861" }, { - "file": "libs/designer-ui/src/lib/errorboundary/index.tsx", - "hash": "17617719147470187537" + "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", + "hash": "4155946816780797736" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.less", - "hash": "4277915310721666119" + "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", + "hash": "10828769169907430728" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/errorsPanel.types.ts", - "hash": "18032552394640042637" + "file": "libs/designer-ui/src/lib/overview/index.tsx", + "hash": "5264729179643401284" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/index.ts", - "hash": "13003257438294379371" + "file": "libs/designer-ui/src/lib/overview/overview.less", + "hash": "5333086232166652616" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/nodeErrorCard.tsx", - "hash": "1819426727053970521" + "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", + "hash": "15827135014312739532" }, { - "file": "libs/designer-ui/src/lib/errorsPanel/workflowParametersErrorCard.tsx", - "hash": "3938398385346396861" + "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", + "hash": "7234411692432418034" }, { - "file": "libs/designer-ui/src/lib/eventhandler.ts", - "hash": "9886405224726247393" + "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", + "hash": "8550481728428631124" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/expressioneditor.less", - "hash": "6690363619180504744" + "file": "libs/designer-ui/src/lib/overview/types.ts", + "hash": "2126579598831689948" }, { - "file": "libs/designer-ui/src/lib/expressioneditor/index.tsx", - "hash": "17626371448885479665" + "file": "libs/designer-ui/src/lib/overview/utils.ts", + "hash": "8577445182783549528" }, { - "file": "libs/designer-ui/src/lib/fabric.less", - "hash": "7324803988841128995" + "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", + "hash": "15075441629819938492" }, { - "file": "libs/designer-ui/src/lib/fabric.ts", - "hash": "14933180766639065818" + "file": "libs/designer-ui/src/lib/pager/index.tsx", + "hash": "3778857838129502652" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/_floatingactionmenu.less", - "hash": "17392366590677974305" + "file": "libs/designer-ui/src/lib/pager/pager.less", + "hash": "8091612682225053333" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/constants.ts", - "hash": "4041121768159149616" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", + "hash": "8696799417392234965" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/helper.ts", - "hash": "941920347758561377" + "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", + "hash": "7002691248815830631" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenubase/index.tsx", - "hash": "4326546944393916235" + "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", + "hash": "4993809863192411632" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/helper.ts", - "hash": "10540908164326165093" + "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", + "hash": "2205853508975138528" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuinputs/index.tsx", - "hash": "11473128131775540065" + "file": "libs/designer-ui/src/lib/panel/panel.less", + "hash": "17158687547008918287" }, { - "file": "libs/designer-ui/src/lib/floatingactionmenu/floatingactionmenuoutputs/index.tsx", - "hash": "14543616680076626699" + "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", + "hash": "18002211042063796542" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyout.spec.tsx.snap", - "hash": "4326737180955321997" + "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", + "hash": "4181156361129071511" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/__snapshots__/flyoutcallout.spec.tsx.snap", - "hash": "17137134300501690521" + "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", + "hash": "3211112189585202759" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyout.spec.tsx", - "hash": "13351151318103125008" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", + "hash": "18309244507736451743" }, { - "file": "libs/designer-ui/src/lib/flyout/__test__/flyoutcallout.spec.tsx", - "hash": "8736472121872865078" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", + "hash": "9351907373212021698" }, { - "file": "libs/designer-ui/src/lib/flyout/flyout.less", - "hash": "4656963404569200854" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", + "hash": "17322124435554399120" }, { - "file": "libs/designer-ui/src/lib/flyout/flyoutcallout.tsx", - "hash": "8017317867674531104" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", + "hash": "11087265144024677369" }, { - "file": "libs/designer-ui/src/lib/flyout/index.tsx", - "hash": "1260847504997562152" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", + "hash": "17348543329160266229" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyout2.spec.tsx.snap", - "hash": "11532610769239171275" + "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", + "hash": "5368141520701630173" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/__snapshots__/flyoutballoon.spec.tsx.snap", - "hash": "6670084940779114703" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", + "hash": "2554387369677849010" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyout2.spec.tsx", - "hash": "9241936514538992768" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", + "hash": "12446852403660781374" }, { - "file": "libs/designer-ui/src/lib/flyout2/__test__/flyoutballoon.spec.tsx", - "hash": "4932261342436465773" + "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", + "hash": "13683402321157268579" }, { - "file": "libs/designer-ui/src/lib/flyout2/flyoutballoon.tsx", - "hash": "8173849641804162665" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", + "hash": "17186600491422881894" }, { - "file": "libs/designer-ui/src/lib/flyout2/index.tsx", - "hash": "3411562267958358391" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", + "hash": "13482017317742840376" }, { - "file": "libs/designer-ui/src/lib/flyout2/types.ts", - "hash": "8979356059828005344" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", + "hash": "10499254465139828638" }, { - "file": "libs/designer-ui/src/lib/helper.ts", - "hash": "5189186251086759243" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", + "hash": "15977038685148705278" }, { - "file": "libs/designer-ui/src/lib/html/htmleditor.less", - "hash": "17205576638309460013" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", + "hash": "13240583012789543499" }, { - "file": "libs/designer-ui/src/lib/html/index.tsx", - "hash": "3044561647356072724" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", + "hash": "690447729622451295" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-clockwise.svg", - "hash": "8095200699080002708" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", + "hash": "5057205077790208047" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/arrow-counterclockwise.svg", - "hash": "9856168573309225800" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", + "hash": "17527213518426963207" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/chevron-down.svg", - "hash": "3522657421512189575" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", + "hash": "13212319030288067682" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/code-toggle.svg", - "hash": "6822239360363505310" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", + "hash": "13492392163692871110" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/font-color.svg", - "hash": "5514822623923500815" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", + "hash": "7178836305205375565" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/link.svg", - "hash": "7136035197919586744" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", + "hash": "4493083848763349259" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ol.svg", - "hash": "14372803173867136152" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", + "hash": "14018113873034060104" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/list-ul.svg", - "hash": "2194368813692256604" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", + "hash": "4464919068484355896" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/paint-bucket.svg", - "hash": "776689613520795095" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", + "hash": "5167621470308849386" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h1.svg", - "hash": "6781567092509984620" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", + "hash": "2648744375249591554" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h2.svg", - "hash": "7593112338545138083" + "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", + "hash": "2796091543049835331" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-h3.svg", - "hash": "2086008163121647920" + "file": "libs/designer-ui/src/lib/peek/index.tsx", + "hash": "8312352776443040701" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-heading.svg", - "hash": "6781567092509984620" + "file": "libs/designer-ui/src/lib/peek/peek.less", + "hash": "5179023226310307934" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/text-paragraph.svg", - "hash": "214561553827607598" + "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", + "hash": "16844240727319705526" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-bold.svg", - "hash": "334782051825482473" + "file": "libs/designer-ui/src/lib/picker/picker.less", + "hash": "14035428915541759770" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-italic.svg", - "hash": "4585057281924668716" + "file": "libs/designer-ui/src/lib/picker/picker.tsx", + "hash": "9936757088538147447" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/dark/type-underline.svg", - "hash": "11495204600890515354" + "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", + "hash": "10073830036453461709" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-clockwise.svg", - "hash": "10663192197845770854" + "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", + "hash": "6780675836712554604" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/arrow-counterclockwise.svg", - "hash": "12534895890895115814" + "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", + "hash": "17251306642395290061" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/chevron-down.svg", - "hash": "12594388779590684473" + "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", + "hash": "8423998804948554753" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/code-toggle.svg", - "hash": "17603065135284266651" + "file": "libs/designer-ui/src/lib/processsimple.less", + "hash": "10920513620307106503" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/font-color.svg", - "hash": "17330625502641164904" + "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", + "hash": "2093105941834037814" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/link.svg", - "hash": "18048853400467862337" + "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", + "hash": "533998977012114795" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ol.svg", - "hash": "8167873247401494691" + "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", + "hash": "12595615463356570094" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/list-ul.svg", - "hash": "2078509837722520921" + "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", + "hash": "3970203593564315605" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/paint-bucket.svg", - "hash": "13255948299069352972" + "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", + "hash": "7958784090531085705" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h1.svg", - "hash": "9368588845243372286" + "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", + "hash": "12549674998744926866" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h2.svg", - "hash": "17332273936381855071" + "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", + "hash": "536082630199019015" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-h3.svg", - "hash": "3274982305516698081" + "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", + "hash": "1746916797204687586" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-heading.svg", - "hash": "9368588845243372286" + "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", + "hash": "6934817803500771674" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/text-paragraph.svg", - "hash": "16690852428978853331" + "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", + "hash": "6560147387456010691" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-bold.svg", - "hash": "10813322944291888667" + "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", + "hash": "9744197607426609588" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-italic.svg", - "hash": "11230861677546471079" + "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "libs/designer-ui/src/lib/html/plugins/icons/light/type-underline.svg", - "hash": "6747273522689120609" + "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", + "hash": "2346030931533446" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/ColorPickerTextInput.tsx", - "hash": "1474595322273650579" + "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", + "hash": "15355178706122799377" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownBlockFormat.tsx", - "hash": "17970557104113324526" + "file": "libs/designer-ui/src/lib/recurrence/index.tsx", + "hash": "15658040158328195249" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/DropdownColorPicker.tsx", - "hash": "18208757820714239690" + "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", + "hash": "9987048972348029337" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Format.tsx", - "hash": "6124589755320637077" + "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", + "hash": "14357271788475922496" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/Toolbar.tsx", - "hash": "12407779132103186555" + "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", + "hash": "1463391895963564865" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/Dropdown.tsx", - "hash": "1920943312027348431" + "file": "libs/designer-ui/src/lib/recurrence/util.ts", + "hash": "5064300869787261034" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItem.tsx", - "hash": "44898852948275301" + "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", + "hash": "16105098843942226016" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/DropdownItems.tsx", - "hash": "1073425639168601706" + "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", + "hash": "6689323961188588931" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/FontDropDown.tsx", - "hash": "647227830974271854" + "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", + "hash": "18016790998101229210" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/HTMLChangePlugin.tsx", - "hash": "6631214352319600313" + "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", + "hash": "16700098916563767128" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/MoveWrapper.tsx", - "hash": "84510633589929201" + "file": "libs/designer-ui/src/lib/scratch/index.tsx", + "hash": "10742308626860605931" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/__test__/util.spec.ts", - "hash": "1593572000493596394" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", + "hash": "2888072881217849228" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/constants.ts", - "hash": "15935181764252854583" + "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", + "hash": "4384425775058724694" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/functions.ts", - "hash": "16309623552410081075" + "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", + "hash": "17807730621184061128" }, { - "file": "libs/designer-ui/src/lib/html/plugins/toolbar/helper/util.ts", - "hash": "10046516850053247370" + "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", + "hash": "7511337114295773791" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/__snapshots__/identitydropdown.spec.tsx.snap", - "hash": "13297355801995093412" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", + "hash": "15943000290012850686" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/__test__/identitydropdown.spec.tsx", - "hash": "17542746478583457633" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", + "hash": "11484685343060067972" }, { - "file": "libs/designer-ui/src/lib/identitydropdown/index.tsx", - "hash": "14476603392221631274" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", + "hash": "1950426186543700291" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/__test__/imagewithfallback.spec.tsx", - "hash": "279548543693964971" + "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", + "hash": "17958922138731454722" }, { - "file": "libs/designer-ui/src/lib/imagewithfallback/index.tsx", - "hash": "6589400180024017937" + "file": "libs/designer-ui/src/lib/searchbox/index.tsx", + "hash": "10324532526263750215" }, { - "file": "libs/designer-ui/src/lib/index.ts", - "hash": "1537154823661936001" + "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", + "hash": "17070394820412328482" }, { - "file": "libs/designer-ui/src/lib/infoDot/index.tsx", - "hash": "889059819977718434" + "file": "libs/designer-ui/src/lib/selector/listitem.less", + "hash": "4259083201646627631" }, { - "file": "libs/designer-ui/src/lib/infoDot/info.svg", - "hash": "8036333629834072325" + "file": "libs/designer-ui/src/lib/selector2/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/src/lib/infoDot/infoDot.less", - "hash": "2930019025243925433" + "file": "libs/designer-ui/src/lib/settings/settings.less", + "hash": "7126061513937455008" }, { - "file": "libs/designer-ui/src/lib/inputcontrol/inputcontrol.less", - "hash": "10169695948451834948" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", + "hash": "4435894471555644765" }, { - "file": "libs/designer-ui/src/lib/itemspicker/itemspicker.less", - "hash": "6801643171255754457" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", + "hash": "16334138655442976813" }, { - "file": "libs/designer-ui/src/lib/label/__test__/__snapshots__/label.spec.tsx.snap", - "hash": "5612500499332085961" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", + "hash": "13967530428359610578" }, { - "file": "libs/designer-ui/src/lib/label/__test__/label.spec.tsx", - "hash": "5761604846243713933" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", + "hash": "13906076876696414898" }, { - "file": "libs/designer-ui/src/lib/label/index.tsx", - "hash": "12007290011607531294" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", + "hash": "7252480758377295120" }, { - "file": "libs/designer-ui/src/lib/label/label.less", - "hash": "17687715295723073360" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", + "hash": "9727213561321302269" }, { - "file": "libs/designer-ui/src/lib/logicapps.less", - "hash": "8806087804226244251" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", + "hash": "1550185295477111260" }, { - "file": "libs/designer-ui/src/lib/mixins.less", - "hash": "230394439281864371" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", + "hash": "7979415308541757689" }, { - "file": "libs/designer-ui/src/lib/modaldialog/index.tsx", - "hash": "10772217042952857206" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", + "hash": "13272267492640030363" }, { - "file": "libs/designer-ui/src/lib/modaldialog/modaldialog.less", - "hash": "10027427216166238825" + "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", + "hash": "8808450834888764903" }, { - "file": "libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx", - "hash": "12219677476669776727" + "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", + "hash": "12543103287299199853" }, { - "file": "libs/designer-ui/src/lib/modals/index.tsx", - "hash": "15575472481408686620" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", + "hash": "17463220408421567143" }, { - "file": "libs/designer-ui/src/lib/modals/styles.less", - "hash": "6136638654378217309" + "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", + "hash": "3246483662127076599" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/__test__/errorsection.spec.tsx", - "hash": "12736532418364604826" + "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", + "hash": "12885467287687881288" }, { - "file": "libs/designer-ui/src/lib/monitoring/errorsection/index.tsx", - "hash": "2313100514544127441" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", + "hash": "13308565209626155736" }, { - "file": "libs/designer-ui/src/lib/monitoring/index.tsx", - "hash": "12211943605206865211" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", + "hash": "5702994757097410519" }, { - "file": "libs/designer-ui/src/lib/monitoring/monitoring.less", - "hash": "4246492693390330142" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", + "hash": "16946969717896928335" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/request.spec.tsx.snap", - "hash": "419486314382071026" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", + "hash": "14406499374913114463" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/__snapshots__/requestpanel.spec.tsx.snap", - "hash": "10734404772668886632" + "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", + "hash": "17178816657242950538" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/request.spec.tsx", - "hash": "9977003285799703780" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", + "hash": "11611641119049594003" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/requestpanel.spec.tsx", - "hash": "18421766469300972505" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", + "hash": "8097128120211761290" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/response.spec.tsx", - "hash": "6054757260707558854" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", + "hash": "8962813326873104095" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/__test__/securedatasection.spec.tsx", - "hash": "6643666802199480477" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", + "hash": "15775613625342372171" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/index.tsx", - "hash": "17231865355086385495" + "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", + "hash": "5924987678681729471" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/request.tsx", - "hash": "3417626771857836063" + "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", + "hash": "3047054082572998633" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/response.tsx", - "hash": "675221209884803516" + "file": "libs/designer-ui/src/lib/staticResult/index.tsx", + "hash": "14697580575318712867" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/securedatasection.tsx", - "hash": "551002707008561532" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", + "hash": "15007279530654847359" }, { - "file": "libs/designer-ui/src/lib/monitoring/requestpanel/types.ts", - "hash": "1930433637852205854" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", + "hash": "9183635823764128986" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/__snapshots__/retrypanel.spec.tsx.snap", - "hash": "10690577969096041995" + "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", + "hash": "13444849356722872452" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/__test__/retrypanel.spec.tsx", - "hash": "12342263735573181103" + "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", + "hash": "1081889382541114074" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/index.tsx", - "hash": "9275841064112612057" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", + "hash": "15959079908627953579" }, { - "file": "libs/designer-ui/src/lib/monitoring/retrypanel/types.ts", - "hash": "17586715276385690633" + "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", + "hash": "12804331889147193576" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/__snapshots__/statusicon.spec.tsx.snap", - "hash": "8262084751494625621" + "file": "libs/designer-ui/src/lib/staticResult/util.ts", + "hash": "12130759100693724298" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statusicon.spec.tsx", - "hash": "8411593742412961835" + "file": "libs/designer-ui/src/lib/styles.less", + "hash": "166034430368033810" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/__test__/statuspill.spec.tsx", - "hash": "13580200872576368725" + "file": "libs/designer-ui/src/lib/table/index.tsx", + "hash": "5811805714285822695" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/aborted.tsx", - "hash": "4980405611307436406" + "file": "libs/designer-ui/src/lib/table/table.less", + "hash": "17717078328201216873" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/cancelled.tsx", - "hash": "14991302223393123721" + "file": "libs/designer-ui/src/lib/telemetry/models.ts", + "hash": "2036428094618159795" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/failed.tsx", - "hash": "7600255706253655942" + "file": "libs/designer-ui/src/lib/templates.less", + "hash": "13509739952002525059" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/index.tsx", - "hash": "11732121204991821272" + "file": "libs/designer-ui/src/lib/texteditor.less", + "hash": "9518583984914224308" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/skipped.tsx", - "hash": "15288351325626444660" + "file": "libs/designer-ui/src/lib/themes.less", + "hash": "8746124453530709086" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeeded.tsx", - "hash": "10223585420368930613" + "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", + "hash": "7884539885490036668" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/succeededwithretries.tsx", - "hash": "504707717112540246" + "file": "libs/designer-ui/src/lib/tip/index.tsx", + "hash": "6456445400280403348" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/timedout.tsx", - "hash": "14110306780643171751" + "file": "libs/designer-ui/src/lib/tip/tip.less", + "hash": "864974949945444768" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/images/waiting.tsx", - "hash": "6270089317186652326" + "file": "libs/designer-ui/src/lib/token/icon/icon.svg", + "hash": "17674597592259549335" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/index.tsx", - "hash": "4141451220579211469" + "file": "libs/designer-ui/src/lib/token/inputToken.tsx", + "hash": "16200897783977841405" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statusicon.tsx", - "hash": "7852553993702366824" + "file": "libs/designer-ui/src/lib/token/token.less", + "hash": "8916224308481562001" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.less", - "hash": "193615469479801715" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", + "hash": "4123262090212438691" }, { - "file": "libs/designer-ui/src/lib/monitoring/statuspill/statuspill.story.less", - "hash": "15042873896617763231" + "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", + "hash": "2853414685478189039" }, { - "file": "libs/designer-ui/src/lib/monitoring/utils.ts", - "hash": "9811433099781057729" + "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", + "hash": "11435576967881324524" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/raw.spec.tsx.snap", - "hash": "13057778445119292637" + "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", + "hash": "1611864088104161888" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/values.spec.tsx.snap", - "hash": "52763648028511711" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", + "hash": "10333796685632066015" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/__snapshots__/xml.spec.tsx.snap", - "hash": "16381991897841589409" + "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", + "hash": "8960542853919965430" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/bodylink.spec.tsx", - "hash": "12682441240875703524" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", + "hash": "2081176783700482104" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/datetime.spec.tsx", - "hash": "6306384484732365176" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", + "hash": "6713034013296412901" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/decimal.spec.tsx", - "hash": "18165893973256629169" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", + "hash": "1216342025486624717" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/html.spec.tsx", - "hash": "12118327048907571655" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", + "hash": "12969480948206225977" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/keyvaluepairs.spec.tsx", - "hash": "4887862900344122017" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", + "hash": "10681588127073554750" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/number.spec.tsx", - "hash": "10393528748572104925" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", + "hash": "17971317652324407497" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/raw.spec.tsx", - "hash": "12615346189074989274" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", + "hash": "8310355415777998215" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/utils.spec.ts", - "hash": "2655487222859584186" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", + "hash": "4581006209134707097" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/values.spec.tsx", - "hash": "3814871834163389192" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", + "hash": "5406357786683741015" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/__test__/xml.spec.tsx", - "hash": "7220757242219833664" + "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", + "hash": "4270550485948598125" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/bodylink.tsx", - "hash": "10690413901210541672" + "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", + "hash": "2892626327870650960" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/datetime.tsx", - "hash": "5533580780908687247" + "file": "libs/designer-ui/src/lib/useId.ts", + "hash": "12772098688257676898" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/decimal.tsx", - "hash": "12630218434281282082" + "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", + "hash": "3615471043450668363" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/html.tsx", - "hash": "13316433634332619599" + "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", + "hash": "13167808388628079038" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/index.tsx", - "hash": "839928699017032378" + "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", + "hash": "3721402899614210136" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/keyvaluepairs.tsx", - "hash": "11716606859887286627" + "file": "libs/designer-ui/src/lib/utils/index.ts", + "hash": "2393341790798255513" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/number.tsx", - "hash": "5872083708451966019" + "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", + "hash": "1113426561916620063" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/raw.tsx", - "hash": "15717505785974351161" + "file": "libs/designer-ui/src/lib/utils/theme.ts", + "hash": "5123506134529499400" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/types.ts", - "hash": "12638713730095398889" + "file": "libs/designer-ui/src/lib/utils/utils.ts", + "hash": "11266933742857457165" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/utils.ts", - "hash": "13532955381020329840" + "file": "libs/designer-ui/src/lib/variables.less", + "hash": "13854268804298288286" }, { - "file": "libs/designer-ui/src/lib/monitoring/values/xml.tsx", - "hash": "9121170686559313064" + "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", + "hash": "12608385326651885729" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelink.spec.tsx", - "hash": "13705639801361244797" + "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", + "hash": "8659213389376079589" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuelist.spec.tsx", - "hash": "293816288209646038" + "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", + "hash": "12870960388256787222" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/__test__/valuespanel.spec.tsx", - "hash": "13516731456304339134" + "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", + "hash": "18283668117763704654" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/index.tsx", - "hash": "2820497291641580399" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", + "hash": "6594421216686966274" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuedownload.tsx", - "hash": "17782873682755923460" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", + "hash": "10300510257878123869" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelink.tsx", - "hash": "11078711819505237055" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", + "hash": "4189180858033397576" }, { - "file": "libs/designer-ui/src/lib/monitoring/valuespanel/valuelist.tsx", - "hash": "4715217018796897924" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", + "hash": "1535516984838576699" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/index.tsx", - "hash": "16386421992685205061" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", + "hash": "419696829996521827" }, { - "file": "libs/designer-ui/src/lib/nodeCollapseToggle/nodeCollapseToggle.less", - "hash": "520098891633782607" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", + "hash": "5733233591777311890" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewcommandbar.spec.tsx.snap", - "hash": "16689468766866111496" + "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", + "hash": "9695333510577571586" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/overviewproperties.spec.tsx.snap", - "hash": "9157709462736836045" + "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", + "hash": "16499630402068817431" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/__snapshots__/runhistory.spec.tsx.snap", - "hash": "8641869722527850309" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", + "hash": "13510225378436737087" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewcommandbar.spec.tsx", - "hash": "6361707078583596524" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", + "hash": "7924411380748216609" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/overviewproperties.spec.tsx", - "hash": "16098260837036091861" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", + "hash": "3392910215509758091" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/runhistory.spec.tsx", - "hash": "4155946816780797736" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", + "hash": "7629577700357058279" }, { - "file": "libs/designer-ui/src/lib/overview/__test__/utils.spec.ts", - "hash": "10828769169907430728" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", + "hash": "11485840583766971677" }, { - "file": "libs/designer-ui/src/lib/overview/index.tsx", - "hash": "5264729179643401284" + "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", + "hash": "9051361537676115669" }, { - "file": "libs/designer-ui/src/lib/overview/overview.less", - "hash": "5333086232166652616" + "file": "libs/designer-ui/src/styles.less", + "hash": "29584031777522955" }, { - "file": "libs/designer-ui/src/lib/overview/overviewcommandbar.tsx", - "hash": "15827135014312739532" + "file": "libs/designer-ui/src/types/Svg.d.ts", + "hash": "16119276421185882375" }, { - "file": "libs/designer-ui/src/lib/overview/overviewproperties.tsx", - "hash": "7234411692432418034" + "file": "libs/designer-ui/tsconfig.json", + "hash": "2991600590297984719" }, { - "file": "libs/designer-ui/src/lib/overview/runhistory.tsx", - "hash": "8550481728428631124" + "file": "libs/designer-ui/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/designer-ui/src/lib/overview/types.ts", - "hash": "2126579598831689948" - }, + "file": "libs/designer-ui/tsup.config.ts", + "hash": "5034656414761252557" + } + ], + "designer-standalone": [ { - "file": "libs/designer-ui/src/lib/overview/utils.ts", - "hash": "8577445182783549528" + "file": "apps/designer-standalone/.babelrc", + "hash": "7338834004944326044" }, { - "file": "libs/designer-ui/src/lib/pager/__test__/pager.spec.tsx", - "hash": "15075441629819938492" + "file": "apps/designer-standalone/.browserslistrc", + "hash": "2888533144288818662" }, { - "file": "libs/designer-ui/src/lib/pager/index.tsx", - "hash": "3778857838129502652" + "file": "apps/designer-standalone/.eslintrc.json", + "hash": "10075191527724852300" }, { - "file": "libs/designer-ui/src/lib/pager/pager.less", - "hash": "8091612682225053333" + "file": "apps/designer-standalone/jest.config.ts", + "hash": "5095600455584759097" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelContent.spec.tsx.snap", - "hash": "8696799417392234965" + "file": "apps/designer-standalone/project.json", + "hash": "2186189716536309729" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/__snapshots__/panelcontainer.spec.tsx.snap", - "hash": "7002691248815830631" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", + "hash": "3298017156622978060" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelContent.spec.tsx", - "hash": "4993809863192411632" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", + "hash": "13505482435147628633" }, { - "file": "libs/designer-ui/src/lib/panel/__test__/panelcontainer.spec.tsx", - "hash": "2205853508975138528" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", + "hash": "9606761639132729551" }, { - "file": "libs/designer-ui/src/lib/panel/panel.less", - "hash": "17158687547008918287" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", + "hash": "6979701506181809557" }, { - "file": "libs/designer-ui/src/lib/panel/panelUtil.ts", - "hash": "18002211042063796542" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", + "hash": "14118413145410608191" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontainer.tsx", - "hash": "4181156361129071511" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", + "hash": "1588066658590448230" }, { - "file": "libs/designer-ui/src/lib/panel/panelcontent.tsx", - "hash": "3211112189585202759" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", + "hash": "11196696306113960606" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheader.spec.tsx.snap", - "hash": "18309244507736451743" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", + "hash": "14682812772519432090" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadercomment.spec.tsx.snap", - "hash": "9351907373212021698" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", + "hash": "4580548922855359394" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/__snapshots__/panelheadertitle.spec.tsx.snap", - "hash": "17322124435554399120" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", + "hash": "12895583927495006597" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheader.spec.tsx", - "hash": "11087265144024677369" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", + "hash": "2755209554830887096" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadercomment.spec.tsx", - "hash": "17348543329160266229" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", + "hash": "16951494746367962696" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/__test__/panelheadertitle.spec.tsx", - "hash": "5368141520701630173" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", + "hash": "11922224593998776622" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheader.tsx", - "hash": "2554387369677849010" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", + "hash": "9092529694739284525" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadercomment.tsx", - "hash": "12446852403660781374" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", + "hash": "14344615542145629436" }, { - "file": "libs/designer-ui/src/lib/panel/panelheader/panelheadertitle.tsx", - "hash": "13683402321157268579" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", + "hash": "2732486466259074455" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/browseResults.tsx", - "hash": "17186600491422881894" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", + "hash": "17257936693118977812" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/index.tsx", - "hash": "13482017317742840376" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", + "hash": "11766814904345254217" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/interfaces.ts", - "hash": "10499254465139828638" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", + "hash": "15343875879297750706" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/HybridNotice.tsx", - "hash": "15977038685148705278" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", + "hash": "4446661457006721606" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/index.tsx", - "hash": "13240583012789543499" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", + "hash": "13092524529881537344" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/mocks.ts", - "hash": "690447729622451295" + "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", + "hash": "7976663886408218270" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupDetails.less", - "hash": "5057205077790208047" + "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", + "hash": "13293572578025384518" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/index.tsx", - "hash": "17527213518426963207" + "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", + "hash": "8960093372869801569" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationGroupDetails/operationGroupHeader/operationGroupHeader.less", - "hash": "13212319030288067682" + "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", + "hash": "17011074881319644796" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/index.tsx", - "hash": "13492392163692871110" + "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", + "hash": "4734349067026517129" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchCard/operationSearchCard.less", - "hash": "7178836305205375565" + "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", + "hash": "11056877601318419241" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/index.tsx", - "hash": "4493083848763349259" + "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", + "hash": "7960030919432291768" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchGroup/operationSearchGroup.less", - "hash": "14018113873034060104" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", + "hash": "4190195339052860475" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/index.tsx", - "hash": "4464919068484355896" + "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", + "hash": "17311351490108510384" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/operationSearchHeader/operationSearchHeader.less", - "hash": "5167621470308849386" + "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", + "hash": "17876933317388473037" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/recommendation.less", - "hash": "2648744375249591554" + "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", + "hash": "11182070599256684242" }, { - "file": "libs/designer-ui/src/lib/panel/recommendationpanel/searchResult.tsx", - "hash": "2796091543049835331" + "file": "apps/designer-standalone/src/assets/.gitkeep", + "hash": "3244421341483603138" }, { - "file": "libs/designer-ui/src/lib/peek/index.tsx", - "hash": "8312352776443040701" + "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", + "hash": "11358026391684952458" }, { - "file": "libs/designer-ui/src/lib/peek/peek.less", - "hash": "5179023226310307934" + "file": "apps/designer-standalone/src/components/settings_box.module.less", + "hash": "9808519016183858536" }, { - "file": "libs/designer-ui/src/lib/picker/filepickereditor.tsx", - "hash": "16844240727319705526" + "file": "apps/designer-standalone/src/components/settings_box.tsx", + "hash": "12099490358448849702" }, { - "file": "libs/designer-ui/src/lib/picker/picker.less", - "hash": "14035428915541759770" + "file": "apps/designer-standalone/src/components/themes.ts", + "hash": "10280533146008251816" }, { - "file": "libs/designer-ui/src/lib/picker/picker.tsx", - "hash": "9936757088538147447" + "file": "apps/designer-standalone/src/environments/environment.prod.ts", + "hash": "10220522844224226756" }, { - "file": "libs/designer-ui/src/lib/picker/pickerHeader.tsx", - "hash": "10073830036453461709" + "file": "apps/designer-standalone/src/environments/environment.ts", + "hash": "5920947766445218989" }, { - "file": "libs/designer-ui/src/lib/picker/pickerItem.tsx", - "hash": "6780675836712554604" + "file": "apps/designer-standalone/src/favicon.ico", + "hash": "9303420814833116677" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/EditorValueChange.tsx", - "hash": "17251306642395290061" + "file": "apps/designer-standalone/src/index.html", + "hash": "706131400937913887" }, { - "file": "libs/designer-ui/src/lib/picker/plugins/UpdateEditorFromFilePicker.tsx", - "hash": "8423998804948554753" + "file": "apps/designer-standalone/src/main.tsx", + "hash": "6196242117816635624" }, { - "file": "libs/designer-ui/src/lib/processsimple.less", - "hash": "10920513620307106503" + "file": "apps/designer-standalone/src/polyfills.ts", + "hash": "17041846422484582267" }, { - "file": "libs/designer-ui/src/lib/querybuilder/AddSection.tsx", - "hash": "2093105941834037814" + "file": "apps/designer-standalone/src/state/connectionReferences.ts", + "hash": "3642930491684807465" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Group.tsx", - "hash": "533998977012114795" + "file": "apps/designer-standalone/src/state/historyHelpers.ts", + "hash": "14898556878004432608" }, { - "file": "libs/designer-ui/src/lib/querybuilder/GroupDropdown.tsx", - "hash": "12595615463356570094" + "file": "apps/designer-standalone/src/state/store.ts", + "hash": "11326541673147537080" }, { - "file": "libs/designer-ui/src/lib/querybuilder/HybridQueryBuilder.tsx", - "hash": "3970203593564315605" + "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", + "hash": "2817444802055692850" }, { - "file": "libs/designer-ui/src/lib/querybuilder/Row.tsx", - "hash": "7958784090531085705" + "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", + "hash": "14190318844766308247" }, { - "file": "libs/designer-ui/src/lib/querybuilder/RowDropdown.tsx", - "hash": "12549674998744926866" + "file": "apps/designer-standalone/src/styles.less", + "hash": "17529353978711030180" }, { - "file": "libs/designer-ui/src/lib/querybuilder/SimpleQueryBuilder.tsx", - "hash": "536082630199019015" + "file": "apps/designer-standalone/src/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "libs/designer-ui/src/lib/querybuilder/helper.ts", - "hash": "1746916797204687586" + "file": "apps/designer-standalone/tsconfig.app.json", + "hash": "9143020992508194197" }, { - "file": "libs/designer-ui/src/lib/querybuilder/index.tsx", - "hash": "6934817803500771674" + "file": "apps/designer-standalone/tsconfig.json", + "hash": "292688152284415530" }, { - "file": "libs/designer-ui/src/lib/querybuilder/querybuilder.less", - "hash": "6560147387456010691" + "file": "apps/designer-standalone/tsconfig.spec.json", + "hash": "420895369075964006" + } + ], + "@microsoft/logic-apps-shared": [ + { + "file": "libs/logic-apps-shared/package.json", + "hash": "16492122863359719881", + "deps": [ + "npm:@apidevtools/swagger-parser", + "npm:@formatjs/intl", + "npm:axios", + "npm:react-intl", + "npm:react-query", + "npm:reactflow", + "npm:react", + "npm:react-dom" + ] }, { - "file": "libs/designer-ui/src/lib/recommendation/documentationItem.tsx", - "hash": "9744197607426609588" + "file": "libs/logic-apps-shared/src/designer-client-services/index.ts", + "hash": "9380633527024969017" }, { - "file": "libs/designer-ui/src/lib/recommendation/images/choose-an-action.svg", - "hash": "7905571557546338691" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureConnectorResponse.ts", + "hash": "4041114759273409584" }, { - "file": "libs/designer-ui/src/lib/recommendation/recommendation.less", - "hash": "2346030931533446" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/azureOperationResponse.ts", + "hash": "10744005867854668544" }, { - "file": "libs/designer-ui/src/lib/recurrence/dropdownControl.tsx", - "hash": "15355178706122799377" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/builtInOperationResponse.ts", + "hash": "14062257101193816574" }, { - "file": "libs/designer-ui/src/lib/recurrence/index.tsx", - "hash": "15658040158328195249" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/__mocks__/monitoringInputsOutputsResponse.ts", + "hash": "4954893213128657861" }, { - "file": "libs/designer-ui/src/lib/recurrence/preview.tsx", - "hash": "9987048972348029337" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/connectionParameterEditor.spec.ts", + "hash": "7641115249858288898" }, { - "file": "libs/designer-ui/src/lib/recurrence/recurrence.less", - "hash": "14357271788475922496" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/editor.spec.ts", + "hash": "14155161053626149773" }, { - "file": "libs/designer-ui/src/lib/recurrence/textInput.tsx", - "hash": "1463391895963564865" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/__test__/logger.spec.ts", + "hash": "10972091389277624213" }, { - "file": "libs/designer-ui/src/lib/recurrence/util.ts", - "hash": "5064300869787261034" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/apimanagement.ts", + "hash": "6570789037033524363" }, { - "file": "libs/designer-ui/src/lib/rulescontrol/rulescontrol.less", - "hash": "16105098843942226016" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/appService.ts", + "hash": "6476740600976986139" }, { - "file": "libs/designer-ui/src/lib/schemadataeditorcard.less", - "hash": "6689323961188588931" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/badges.ts", + "hash": "4669131476797349411" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/index.tsx", - "hash": "18016790998101229210" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/apimanagement.ts", + "hash": "18322018366374797773" }, { - "file": "libs/designer-ui/src/lib/schemaeditor/schemaeditor.less", - "hash": "16700098916563767128" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/appService.ts", + "hash": "12152048241403700781" }, { - "file": "libs/designer-ui/src/lib/scratch/index.tsx", - "hash": "10742308626860605931" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/chatbot.ts", + "hash": "5149245040157794958" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/__snapshots__/searchabledropdown.spec.tsx.snap", - "hash": "2888072881217849228" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connection.ts", + "hash": "17264514741585944669" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/__test__/searchabledropdown.spec.tsx", - "hash": "4384425775058724694" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/connector.ts", + "hash": "16981660441021349989" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/index.tsx", - "hash": "17807730621184061128" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/function.ts", + "hash": "7841465441925735303" }, { - "file": "libs/designer-ui/src/lib/searchabledropdown/searchabledropdown.less", - "hash": "7511337114295773791" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/gateway.ts", + "hash": "8805378272928779631" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/__snapshots__/searchabledropdownWithAddAll.spec.tsx.snap", - "hash": "15943000290012850686" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/index.ts", + "hash": "100886477017713472" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/__test__/searchabledropdownWithAddAll.spec.tsx", - "hash": "11484685343060067972" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/condition.ts", + "hash": "12010754552584586238" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/index.tsx", - "hash": "1950426186543700291" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/csvtable.ts", + "hash": "2493896786957967735" }, { - "file": "libs/designer-ui/src/lib/searchabledropdownWithAddAll/searchabledropdownWithAddAll.less", - "hash": "17958922138731454722" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/datetime.ts", + "hash": "4467584828026361594" }, { - "file": "libs/designer-ui/src/lib/searchbox/index.tsx", - "hash": "10324532526263750215" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/foreach.ts", + "hash": "15048548058211350550" }, { - "file": "libs/designer-ui/src/lib/searchbox/searchbox.less", - "hash": "17070394820412328482" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/htmltable.ts", + "hash": "16667370445776365408" }, { - "file": "libs/designer-ui/src/lib/selector/listitem.less", - "hash": "4259083201646627631" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/http.ts", + "hash": "2922519993752406611" }, { - "file": "libs/designer-ui/src/lib/selector2/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/join.ts", + "hash": "2015298222781796439" }, { - "file": "libs/designer-ui/src/lib/settings/settings.less", - "hash": "7126061513937455008" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/parsejson.ts", + "hash": "12154580097533679529" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingmultiselect.spec.tsx.snap", - "hash": "4435894471555644765" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/query.ts", + "hash": "990168561317107639" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingreactiveinput.spec.tsx.snap", - "hash": "16334138655442976813" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/request.ts", + "hash": "13798407810885346784" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtextfield.spec.tsx.snap", - "hash": "13967530428359610578" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/response.ts", + "hash": "6637693727017499456" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/__snapshots__/settingtoggle.spec.tsx.snap", - "hash": "13906076876696414898" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/schedule.ts", + "hash": "5415884704526136465" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/customTokenField.spec.tsx", - "hash": "7252480758377295120" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/scope.ts", + "hash": "12944393287525757801" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingTokenField.spec.tsx", - "hash": "9727213561321302269" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/select.ts", + "hash": "338894801370095333" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingmultiselect.spec.tsx", - "hash": "1550185295477111260" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/switch.ts", + "hash": "4325353527285954074" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingreactiveinput.spec.tsx", - "hash": "7979415308541757689" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/terminate.ts", + "hash": "14656750022224496512" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtextfield.spec.tsx", - "hash": "13272267492640030363" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/until.ts", + "hash": "8383854433493377485" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/__tests__/settingtoggle.spec.tsx", - "hash": "8808450834888764903" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/manifests/variables.ts", + "hash": "14050868048024762041" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/customTokenField.tsx", - "hash": "12543103287299199853" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/oAuth.ts", + "hash": "3952535120512157063" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionary.tsx", - "hash": "17463220408421567143" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operationmanifest.ts", + "hash": "10227457389794045251" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/dictionary/simpledictionaryitem.tsx", - "hash": "3246483662127076599" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/control.ts", + "hash": "2276513063347032356" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/index.tsx", - "hash": "12885467287687881288" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/dataoperations.ts", + "hash": "17998935529655324249" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingTokenField.tsx", - "hash": "13308565209626155736" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/datetime.ts", + "hash": "15364460512758958557" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdictionary.tsx", - "hash": "5702994757097410519" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/http.ts", + "hash": "16899240778924055950" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingdropdown.tsx", - "hash": "16946969717896928335" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/index.ts", + "hash": "9924011533457598450" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingexpressioneditor.tsx", - "hash": "14406499374913114463" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/operationgroups.ts", + "hash": "7767572464887768924" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settinglabel.tsx", - "hash": "17178816657242950538" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/request.ts", + "hash": "7686527428866436332" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingmultiselect.tsx", - "hash": "11611641119049594003" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/schedule.ts", + "hash": "11373234010056310761" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingreactiveinput.tsx", - "hash": "8097128120211761290" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/operations/variables.ts", + "hash": "7741997988177804309" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingslider.tsx", - "hash": "8962813326873104095" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/base/search.ts", + "hash": "11285262017602894102" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtextfield.tsx", - "hash": "15775613625342372171" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/callbackInfo.ts", + "hash": "7834292151783220118" }, { - "file": "libs/designer-ui/src/lib/settings/settingsection/settingtoggle.tsx", - "hash": "5924987678681729471" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/chatbot.ts", + "hash": "2689272469215697040" }, { - "file": "libs/designer-ui/src/lib/staticResult/StaticResult.tsx", - "hash": "3047054082572998633" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/azure.ts", + "hash": "16730245766611684683" }, { - "file": "libs/designer-ui/src/lib/staticResult/index.tsx", - "hash": "14697580575318712867" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/connection.ts", + "hash": "6313037814450709645" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/ItemMenuButton.tsx", - "hash": "15007279530654847359" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/index.ts", + "hash": "5887391731984230327" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/PropertyEditorItem.tsx", - "hash": "9183635823764128986" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/common/exceptions/service.ts", + "hash": "2080206098440690027" }, { - "file": "libs/designer-ui/src/lib/staticResult/propertyEditor/index.tsx", - "hash": "13444849356722872452" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connection.ts", + "hash": "2442692051774771508" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResult.less", - "hash": "1081889382541114074" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connectionParameterEditor.ts", + "hash": "13169164367036674094" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperties.tsx", - "hash": "15959079908627953579" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/connector.ts", + "hash": "16907995455120176947" }, { - "file": "libs/designer-ui/src/lib/staticResult/staticResultProperty.tsx", - "hash": "12804331889147193576" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connection.ts", + "hash": "1659823225545591900" }, { - "file": "libs/designer-ui/src/lib/staticResult/util.ts", - "hash": "12130759100693724298" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/connector.ts", + "hash": "15456387445440121864" }, { - "file": "libs/designer-ui/src/lib/styles.less", - "hash": "166034430368033810" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/index.ts", + "hash": "12878592596309783536" }, { - "file": "libs/designer-ui/src/lib/table/index.tsx", - "hash": "5811805714285822695" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/apiManagement.ts", + "hash": "557554024678459944" }, { - "file": "libs/designer-ui/src/lib/table/table.less", - "hash": "17717078328201216873" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/appServices.ts", + "hash": "6860029958723176995" }, { - "file": "libs/designer-ui/src/lib/telemetry/models.ts", - "hash": "2036428094618159795" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/as2.ts", + "hash": "15296018982038336090" }, { - "file": "libs/designer-ui/src/lib/templates.less", - "hash": "13509739952002525059" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/batchWorkflow.ts", + "hash": "13842792331747765980" }, { - "file": "libs/designer-ui/src/lib/texteditor.less", - "hash": "9518583984914224308" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/compose.ts", + "hash": "13815149232604649499" }, { - "file": "libs/designer-ui/src/lib/themes.less", - "hash": "8746124453530709086" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/flatfile.ts", + "hash": "14032597586361412245" }, { - "file": "libs/designer-ui/src/lib/tip/__test__/tip.spec.tsx", - "hash": "7884539885490036668" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/functions.ts", + "hash": "9974254812452410710" }, { - "file": "libs/designer-ui/src/lib/tip/index.tsx", - "hash": "6456445400280403348" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/inlinecode.ts", + "hash": "2510786344585772506" }, { - "file": "libs/designer-ui/src/lib/tip/tip.less", - "hash": "864974949945444768" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/integrationaccountartifactlookup.ts", + "hash": "1258465346072222717" }, { - "file": "libs/designer-ui/src/lib/token/icon/icon.svg", - "hash": "17674597592259549335" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/invokeWorkflow.ts", + "hash": "12947203279230431560" }, { - "file": "libs/designer-ui/src/lib/token/inputToken.tsx", - "hash": "16200897783977841405" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/liquid.ts", + "hash": "4700233691144783223" }, { - "file": "libs/designer-ui/src/lib/token/token.less", - "hash": "8916224308481562001" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/rosettanet.ts", + "hash": "16210378855781819556" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.svg", - "hash": "4123262090212438691" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/swaggerFunctions.ts", + "hash": "3328556540278019081" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/images/fx.white.svg", - "hash": "2853414685478189039" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/xml.ts", + "hash": "17421938317864385521" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/index.tsx", - "hash": "11435576967881324524" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operationmanifest.ts", + "hash": "5426595174508182540" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/models/token.ts", - "hash": "1611864088104161888" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/apiManagement.ts", + "hash": "889254322578873619" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/TokenPickerHandler.tsx", - "hash": "10333796685632066015" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/appServices.ts", + "hash": "14413093575682152883" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/plugins/UpdateTokenNode.tsx", - "hash": "8960542853919965430" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/as2.ts", + "hash": "15165385131541472136" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpicker.less", - "hash": "2081176783700482104" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/batchWorkflow.ts", + "hash": "6828262639021969187" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerfooter.tsx", - "hash": "6713034013296412901" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/flatfile.ts", + "hash": "16330222175525472241" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerheader.tsx", - "hash": "1216342025486624717" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/functions.ts", + "hash": "12427938755401727885" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickerpivot.tsx", - "hash": "12969480948206225977" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/index.ts", + "hash": "3374555813812257809" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/__test__/tokenpickerhelpers.spec.ts", - "hash": "10681588127073554750" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/inlineCode.ts", + "hash": "14739455734775086197" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickerhelpers.ts", - "hash": "17971317652324407497" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/integrationAccount.ts", + "hash": "1170392313973954221" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernodynamiccontent.tsx", - "hash": "8310355415777998215" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/invokeWorkflow.ts", + "hash": "8180427621259037034" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickernomatches.tsx", - "hash": "4581006209134707097" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/liquid.ts", + "hash": "15958942562504641676" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickeroption.tsx", - "hash": "5406357786683741015" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/operationgroups.ts", + "hash": "7763682490519613414" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/tokenpickersection/tokenpickersection.tsx", - "hash": "4270550485948598125" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/rosettanet.ts", + "hash": "4068662167400180993" }, { - "file": "libs/designer-ui/src/lib/tokenpicker/util.ts", - "hash": "2892626327870650960" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/xml.ts", + "hash": "4794954947494896316" }, { - "file": "libs/designer-ui/src/lib/useId.ts", - "hash": "12772098688257676898" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/run.ts", + "hash": "11207042828717675065" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/keyboardUtils.spec.ts", - "hash": "3615471043450668363" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/consumption/search.ts", + "hash": "10901639031013279890" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/theme.spec.tsx", - "hash": "13167808388628079038" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/editor.ts", + "hash": "16869109249828494594" }, { - "file": "libs/designer-ui/src/lib/utils/__test__/utils.spec.ts", - "hash": "3721402899614210136" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/function.ts", + "hash": "4284022729214287627" }, { - "file": "libs/designer-ui/src/lib/utils/index.ts", - "hash": "2393341790798255513" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/gateway.ts", + "hash": "5600174235635358338" }, { - "file": "libs/designer-ui/src/lib/utils/keyboardUtils.ts", - "hash": "1113426561916620063" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/helpers.ts", + "hash": "8466132625137354797" }, { - "file": "libs/designer-ui/src/lib/utils/theme.ts", - "hash": "5123506134529499400" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/host.ts", + "hash": "1198608102687599866" }, { - "file": "libs/designer-ui/src/lib/utils/utils.ts", - "hash": "11266933742857457165" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/httpClient.ts", + "hash": "8175155994288497941" }, { - "file": "libs/designer-ui/src/lib/variables.less", - "hash": "13854268804298288286" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logger.ts", + "hash": "4654647039340233519" }, { - "file": "libs/designer-ui/src/lib/workflow/exceptions/invalidjsonschematype.ts", - "hash": "12608385326651885729" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/browserLogger.ts", + "hash": "11206711847389194503" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/templatefunctions.ts", - "hash": "8659213389376079589" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/devLogger.ts", + "hash": "9525586797130627166" }, { - "file": "libs/designer-ui/src/lib/workflow/languageservice/workflowlanguageservice.ts", - "hash": "12870960388256787222" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/logging/logEntry.ts", + "hash": "7773406589009896884" }, { - "file": "libs/designer-ui/src/lib/workflow/schema/generator.ts", - "hash": "18283668117763704654" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/oAuth.ts", + "hash": "2719090974226360478" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameter.spec.tsx.snap", - "hash": "6594421216686966274" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/operationmanifest.ts", + "hash": "16586240603433583151" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparameters.spec.tsx.snap", - "hash": "10300510257878123869" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/run.ts", + "hash": "6044024318958028975" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/__snapshots__/workflowparametersButtons.spec.tsx.snap", - "hash": "4189180858033397576" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/search.ts", + "hash": "4971198904351819104" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameter.spec.tsx", - "hash": "1535516984838576699" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/artifact.ts", + "hash": "2205405226598303423" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameterField.spec.tsx", - "hash": "419696829996521827" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connection.ts", + "hash": "7027990687631079853" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparameters.spec.tsx", - "hash": "5733233591777311890" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/connector.ts", + "hash": "4832609006995577677" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/__tests__/workflowparametersButtons.spec.tsx", - "hash": "9695333510577571586" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/index.ts", + "hash": "11041788749094915589" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/index.ts", - "hash": "16499630402068817431" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/operationmanifest.ts", + "hash": "744175669956000073" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameter.tsx", - "hash": "13510225378436737087" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/run.ts", + "hash": "4570891349858327552" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.less", - "hash": "7924411380748216609" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/search.ts", + "hash": "6957052954521419802" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparameters.tsx", - "hash": "3392910215509758091" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/standard/test/connection.spec.ts", + "hash": "6895097639477963071" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersButtons.tsx", - "hash": "7629577700357058279" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresult.ts", + "hash": "15484469170655437218" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersField.tsx", - "hash": "11485840583766971677" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/index.ts", + "hash": "718221044385207717" }, { - "file": "libs/designer-ui/src/lib/workflowparameters/workflowparametersFooter.tsx", - "hash": "9051361537676115669" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/apiConnector.ts", + "hash": "14225692641617281655" }, { - "file": "libs/designer-ui/src/styles.less", - "hash": "29584031777522955" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/baseactionresult.ts", + "hash": "11654435207820210379" }, { - "file": "libs/designer-ui/src/types/Svg.d.ts", - "hash": "16119276421185882375" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfiledecoding.ts", + "hash": "11652280676139008640" }, { - "file": "libs/designer-ui/tsconfig.json", - "hash": "2991600590297984719" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/flatfileencoding.ts", + "hash": "3123356813475297727" }, { - "file": "libs/designer-ui/tsconfig.lib.json", - "hash": "3876625484224042004" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/httpresult.ts", + "hash": "760782622775556782" }, { - "file": "libs/designer-ui/tsup.config.ts", - "hash": "5034656414761252557" - } - ], - "@microsoft/logic-apps-data-mapper": [ - { - "file": "libs/data-mapper/package.json", - "hash": "11374210066381032052", - "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", - "npm:@fluentui/react", - "npm:@fluentui/react-components", - "npm:@fluentui/react-icons", - "npm:react-redux", - "npm:react-icons", - "npm:reactflow", - "@microsoft/designer-ui", - "npm:react-query", - "npm:@fluentui/react-migration-v8-v9", - "npm:fuse.js", - "npm:@react-hookz/web", - "npm:@fluentui/react-hooks", - "npm:redux-undo", - "npm:@fluentui/azure-themes", - "npm:@fluentui/react-portal-compat", - "npm:@microsoft/applicationinsights-react-js", - "npm:@microsoft/applicationinsights-web", - "npm:@reduxjs/toolkit", - "npm:js-yaml", - "npm:react-dnd", - "npm:react-dnd-html5-backend", - "npm:immer", - "npm:pathfinding", - "npm:@types/react", - "npm:react", - "npm:react-dom" - ] + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/parseJson.ts", + "hash": "900472997630946196" }, { - "file": "libs/data-mapper/src/index.ts", - "hash": "5472632491119599158" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/staticresultschema/schemas/query.ts", + "hash": "14957662887872082161" }, { - "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", - "hash": "14141615103418495910" + "file": "libs/logic-apps-shared/src/designer-client-services/lib/workflow.ts", + "hash": "1013983265834297086" }, { - "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", - "hash": "17770304629225421551" + "file": "libs/logic-apps-shared/src/index.ts", + "hash": "9717124156846303739" }, { - "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", - "hash": "6877428616429784381" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.cs.json", + "hash": "15651910132769346184" }, { - "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", - "hash": "14358690050668654180" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.de.json", + "hash": "17552605341157493404" }, { - "file": "libs/data-mapper/src/lib/__mocks__/index.ts", - "hash": "2773363408802742346" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.en-XA.json", + "hash": "5035985613530326321" }, { - "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", - "hash": "5078806607436249013" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.es.json", + "hash": "4475004010363601986" }, { - "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", - "hash": "8395782275572223290" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.fr.json", + "hash": "4095382995607203736" }, { - "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", - "hash": "16603205122567920755" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.hu.json", + "hash": "3788387248943361249" }, { - "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", - "hash": "10258201007008948880" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.id.json", + "hash": "7108713252527138781" }, { - "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", - "hash": "8534942872367954833" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.it.json", + "hash": "705786194542596636" }, { - "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", - "hash": "15022977686795039418" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ja.json", + "hash": "14463024152359133709" }, { - "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", - "hash": "12397917326030950019" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.json", + "hash": "7560213327654600681" }, { - "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", - "hash": "1675148636656834599" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ko.json", + "hash": "16687663207402807017" }, { - "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", - "hash": "4500469198916948898" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.nl.json", + "hash": "6477546291513434590" }, { - "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", - "hash": "15591781288413492668" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pl.json", + "hash": "9370844703510888737" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", - "hash": "10224908465129074278" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-BR.json", + "hash": "7628537715920358813" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", - "hash": "2306687655733353822" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.pt-PT.json", + "hash": "8158361129347912029" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", - "hash": "4978643643123088343" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.ru.json", + "hash": "6380830450896639043" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", - "hash": "16079196945272553302" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.sv.json", + "hash": "10185664657106878859" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", - "hash": "9459439117530038422" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.tr.json", + "hash": "5951640446541949066" }, { - "file": "libs/data-mapper/src/lib/components/configPanel/style.less", - "hash": "1527231942813543886" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hans.json", + "hash": "9382357970073518488" }, { - "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", - "hash": "3490028716472595634" + "file": "libs/logic-apps-shared/src/intl/compiled-lang/strings.zh-Hant.json", + "hash": "18017279529871760646" }, { - "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", - "hash": "11032931063624269338" + "file": "libs/logic-apps-shared/src/intl/src/IntlProvider.tsx", + "hash": "17627181196005757916" }, { - "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", - "hash": "16949676118746384339" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.cs.json", + "hash": "6040922602083171954" }, { - "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", - "hash": "5754477981864776328" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.de.json", + "hash": "10055707279763634029" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", - "hash": "8248408736294624544" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.en-XA.json", + "hash": "9089577798505505863" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", - "hash": "1309869007463816848" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.es.json", + "hash": "13562749690133433887" }, { - "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", - "hash": "13628344667890779793" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.fr.json", + "hash": "5663604703010066942" }, { - "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", - "hash": "15205348783145905209" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.hu.json", + "hash": "2534161988511516592" }, { - "file": "libs/data-mapper/src/lib/components/index.tsx", - "hash": "14428353282588746736" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.id.json", + "hash": "16419030944505832016" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", - "hash": "2162817837155313327" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.it.json", + "hash": "15612717865703687552" }, { - "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", - "hash": "13553412525983781799" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ja.json", + "hash": "13474113712208318530" }, { - "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", - "hash": "12346138118521841651" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.json", + "hash": "881578797815144323" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", - "hash": "13284155248340962799" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ko.json", + "hash": "11790935691899638544" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", - "hash": "6881307329438277742" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.nl.json", + "hash": "8385944373056976852" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", - "hash": "17557070717023693689" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pl.json", + "hash": "4043313233263109351" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", - "hash": "6406696257549309205" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-BR.json", + "hash": "11102785353391478346" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", - "hash": "287685334620412869" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.pt-PT.json", + "hash": "171638812131418198" }, { - "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", - "hash": "7705748749211233193" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.ru.json", + "hash": "2327407329881982053" }, { - "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", - "hash": "3936423784858816038" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.sv.json", + "hash": "9629066330778884542" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", - "hash": "436733766006015729" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.tr.json", + "hash": "16717791144236642315" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", - "hash": "2902656052842124085" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.xa.json", + "hash": "9536863172217279644" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", - "hash": "12588249875741308347" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hans.json", + "hash": "18142537813025869201" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", - "hash": "3371960444479219998" + "file": "libs/logic-apps-shared/src/intl/src/compiled-lang/strings.zh-Hant.json", + "hash": "15387106749322046014" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", - "hash": "13107346633144606217" + "file": "libs/logic-apps-shared/src/intl/src/index.ts", + "hash": "5880101155327804229" }, { - "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", - "hash": "3431317465765506117" + "file": "libs/logic-apps-shared/src/intl/src/intl.tsx", + "hash": "9493587879189422226" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", - "hash": "931212623622312724" + "file": "libs/logic-apps-shared/src/parsers/index.ts", + "hash": "14406165726550655762" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", - "hash": "2252689483688433412" + "file": "libs/logic-apps-shared/src/parsers/lib/common/__test__/schemaprocessor.spec.ts", + "hash": "14434625489663341100" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", - "hash": "16227082704057520509" + "file": "libs/logic-apps-shared/src/parsers/lib/common/constants.ts", + "hash": "431479051526850728" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", - "hash": "10162125979217322629" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/expression.ts", + "hash": "1447869553729602329" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", - "hash": "1365034521116895969" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/invalidFormat.ts", + "hash": "5729743152469113203" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", - "hash": "5783780993646471511" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/parser.ts", + "hash": "11639224397713257805" }, { - "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", - "hash": "12114143726703313044" + "file": "libs/logic-apps-shared/src/parsers/lib/common/exceptions/scanner.ts", + "hash": "16375130740710703419" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", - "hash": "7202237167327210605" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/expression.spec.ts", + "hash": "11953954476398047389" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", - "hash": "1200938118723756534" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/keysutility.spec.ts", + "hash": "2210192340749619384" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", - "hash": "1012998571701681502" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/__test__/utils.spec.ts", + "hash": "511658573327045626" }, { - "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", - "hash": "12160064669768110122" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/expression.ts", + "hash": "12303487102566855915" }, { - "file": "libs/data-mapper/src/lib/components/style.less", - "hash": "16697434201106803776" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/keysutility.ts", + "hash": "11402826658491359232" }, { - "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", - "hash": "1043813905809112628" + "file": "libs/logic-apps-shared/src/parsers/lib/common/helpers/utils.ts", + "hash": "6825951630416775947" }, { - "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", - "hash": "9602489998542264304" + "file": "libs/logic-apps-shared/src/parsers/lib/common/outputprocessor.ts", + "hash": "2805940425132879908" }, { - "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", - "hash": "6227532534870526144" + "file": "libs/logic-apps-shared/src/parsers/lib/common/schemaprocessor.ts", + "hash": "8489667444524953557" }, { - "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", - "hash": "7886860379443982562" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/__test__/evaluator.spec.ts", + "hash": "14606573267340170277" }, { - "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", - "hash": "9624723269802669778" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/builder.ts", + "hash": "14196059685546491397" }, { - "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", - "hash": "8054479495813088206" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/evaluator.ts", + "hash": "14050169068191640430" }, { - "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", - "hash": "11318338330539713068" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/parser.ts", + "hash": "10053227308471445195" }, { - "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", - "hash": "6683692349789938244" + "file": "libs/logic-apps-shared/src/parsers/lib/expression/scanner.ts", + "hash": "11769122580063614459" }, { - "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", - "hash": "9474546573542884474" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/data/manifests.ts", + "hash": "745830827396299178" }, { - "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", - "hash": "9216304019284249108" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/__test__/parser.spec.ts", + "hash": "1027675781125994812" }, { - "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", - "hash": "16279862027290865289" + "file": "libs/logic-apps-shared/src/parsers/lib/manifest/parser.ts", + "hash": "7986263690502094190" }, { - "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", - "hash": "63281905083235104" + "file": "libs/logic-apps-shared/src/parsers/lib/models/expression.ts", + "hash": "16722491980851361131" }, { - "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", - "hash": "2119175370219112170" + "file": "libs/logic-apps-shared/src/parsers/lib/models/operation.ts", + "hash": "11863418691057542043" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", - "hash": "4728474869371566435" + "file": "libs/logic-apps-shared/src/parsers/lib/models/parameters.ts", + "hash": "3814535965481203921" }, { - "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", - "hash": "15720533640718112418" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/__test__/resolution-service.spec.ts", + "hash": "15552531164182029199" }, { - "file": "libs/data-mapper/src/lib/core/index.ts", - "hash": "17728252828542620020" + "file": "libs/logic-apps-shared/src/parsers/lib/resolution-service/resolution-service.ts", + "hash": "15707985138297454208" }, { - "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", - "hash": "9336784234862841153" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/fixtures/outlook.ts", + "hash": "8203696318475998577" }, { - "file": "libs/data-mapper/src/lib/core/queries/functions.ts", - "hash": "9075525510237815946" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/__test__/swagger.spec.ts", + "hash": "16965130050548374080" }, { - "file": "libs/data-mapper/src/lib/core/queries/schema.ts", - "hash": "13294590656211176080" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parameterprocessor.ts", + "hash": "17677112185734595302" }, { - "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", - "hash": "5423319519120387627" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/parser.ts", + "hash": "10421500773173129841" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", - "hash": "9392105193070614482" + "file": "libs/logic-apps-shared/src/parsers/lib/swagger/uritemplateparser.ts", + "hash": "6837630829095975444" }, { - "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", - "hash": "15115567686730099658" + "file": "libs/logic-apps-shared/src/utils/src/index.ts", + "hash": "10410575831740573676" }, { - "file": "libs/data-mapper/src/lib/core/services/index.ts", - "hash": "17713914166270244963" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/argument.ts", + "hash": "4727605297220290209" }, { - "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", - "hash": "3978208177201101476" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/assertion.ts", + "hash": "14486861888502652092" }, { - "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", - "hash": "2345282136753381843" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/baseexception.ts", + "hash": "14917406684066904829" }, { - "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", - "hash": "8144585438365623290" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/connector.ts", + "hash": "13784490208174778956" }, { - "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", - "hash": "8329083872052003118" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/exception.ts", + "hash": "5485574054856489322" }, { - "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", - "hash": "13780116185320446560" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/index.ts", + "hash": "7212073480745607382" }, { - "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", - "hash": "1844323867195659318" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/invalidFormat.ts", + "hash": "10702209958963271416" }, { - "file": "libs/data-mapper/src/lib/core/state/Store.ts", - "hash": "11335664211370179539" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/serialization.ts", + "hash": "4266295413916081180" }, { - "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", - "hash": "14083985203055166555" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/unsupported.ts", + "hash": "18218774632996040833" }, { - "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", - "hash": "3651895461739624717" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/user.ts", + "hash": "3921550207499097708" }, { - "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", - "hash": "9602396280237708280" + "file": "libs/logic-apps-shared/src/utils/src/lib/exception/validation.ts", + "hash": "16323037561979992179" }, { - "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", - "hash": "3966523736504478114" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/color.spec.ts", + "hash": "4346902897670598580" }, { - "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", - "hash": "3717071440296795971" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/connectors.spec.tsx", + "hash": "18306290794139362199" }, { - "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", - "hash": "18312574586759606725" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/functions.spec.ts", + "hash": "12827775712440356270" }, { - "file": "libs/data-mapper/src/lib/images/IconModel.ts", - "hash": "12022961688999857592" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/guid.spec.ts", + "hash": "12780007669564837262" }, { - "file": "libs/data-mapper/src/lib/index.ts", - "hash": "12536403810420775901" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/run.spec.ts", + "hash": "10649237237708086601" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", - "hash": "11971351871449799719" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/__test__/stringFunctions.spec.ts", + "hash": "16265988629726370223" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", - "hash": "231476621227209942" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/color.ts", + "hash": "4342729621317785815" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", - "hash": "14825710363869872009" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connections.ts", + "hash": "17931405780059128507" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", - "hash": "11190645468593154735" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/connectors.ts", + "hash": "11275772986299991786" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", - "hash": "14736012937266371921" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/flow-utils.ts", + "hash": "14172933526512144674" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", - "hash": "13887358761389139212" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/functions.ts", + "hash": "8097726720353189151" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", - "hash": "17897683696959454955" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/guid.ts", + "hash": "17424119200157481456" }, { - "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", - "hash": "12140356380068737353" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/hooks.ts", + "hash": "6316675658315917165" }, { - "file": "libs/data-mapper/src/lib/models/Connection.ts", - "hash": "6713086379975707272" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/http.ts", + "hash": "17285595875462734375" }, { - "file": "libs/data-mapper/src/lib/models/Function.ts", - "hash": "4870906847571201219" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/index.ts", + "hash": "10787957479004558655" }, { - "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", - "hash": "15870582288808787686" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/logicapps.ts", + "hash": "924391710566473857" }, { - "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", - "hash": "2503294176815549333" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/navigator.ts", + "hash": "18221863617102146813" }, { - "file": "libs/data-mapper/src/lib/models/index.ts", - "hash": "15048481124323271890" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/operations.ts", + "hash": "4421237494227621410" }, { - "file": "libs/data-mapper/src/lib/styles.less", - "hash": "6908331227144989949" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/recurrence.ts", + "hash": "12775712264492385024" }, { - "file": "libs/data-mapper/src/lib/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/run.ts", + "hash": "13175286304358008848" }, { - "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", - "hash": "5175306600030063384" + "file": "libs/logic-apps-shared/src/utils/src/lib/helpers/stringFunctions.ts", + "hash": "15335411595834044598" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", - "hash": "10316055516907888527" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connections.ts", + "hash": "13941170058709179863" }, { - "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", - "hash": "13390357502855812372" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectors.ts", + "hash": "5560781174328914491" }, { - "file": "libs/data-mapper/src/lib/ui/index.ts", - "hash": "15113147962899261470" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/connectorsSearchResultsMock.ts", + "hash": "13885780335314142211" }, { - "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", - "hash": "16408345537354737101" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/index.ts", + "hash": "14719921367101255082" }, { - "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", - "hash": "1686767970297098011" + "file": "libs/logic-apps-shared/src/utils/src/lib/mocks/operations.ts", + "hash": "14197989536257233793" }, { - "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", - "hash": "2434825439260665638" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/armresource.ts", + "hash": "79196203943799003" }, { - "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", - "hash": "16723311339534011344" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connection.ts", + "hash": "1773324083978265246" }, { - "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", - "hash": "8480594156287949923" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/connector.ts", + "hash": "16462763711137735088" }, { - "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", - "hash": "5131927761100189734" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMap.ts", + "hash": "16779865992229698101" }, { - "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", - "hash": "15649534183471564687" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/dataMapSchema.ts", + "hash": "6133462328373533461" }, { - "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", - "hash": "8490159670981334068" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/gateway.ts", + "hash": "2681330121858908210" }, { - "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", - "hash": "13852057286094725726" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/index.ts", + "hash": "3670299451416716175" }, { - "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", - "hash": "1056814422116962324" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicApps.ts", + "hash": "6771680877558200992" }, { - "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", - "hash": "7706926125373966162" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsIntegration.ts", + "hash": "17593916544224071508" }, - { - "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", - "hash": "17896084943722718154" + { + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2.ts", + "hash": "10533072781574562738" }, { - "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", - "hash": "17700627488664204153" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Expression.ts", + "hash": "2572403417534260160" }, { - "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", - "hash": "1510231232034717112" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/logicAppsV2Integration.ts", + "hash": "2078500890542782930" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", - "hash": "9183598294036602086" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/managedidentity.ts", + "hash": "13095245056926067394" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", - "hash": "2591378645563686133" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/openApiV2.ts", + "hash": "5866684311064342041" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", - "hash": "3757182914660000889" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operation.ts", + "hash": "10053725396844537374" }, { - "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", - "hash": "4652895062524218585" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationDiscoveryResults.ts", + "hash": "11901860371911382948" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", - "hash": "16304634453111028700" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/operationmanifest.ts", + "hash": "3827527429415846737" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", - "hash": "16121681897376756515" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/run.ts", + "hash": "9814598968821475901" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", - "hash": "15152740453553295329" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/subscription.ts", + "hash": "9515526602733602379" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", - "hash": "11931976114526883032" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/swagger.ts", + "hash": "18237200074476379247" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", - "hash": "3153965796357963823" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/theme.ts", + "hash": "18138026162521915000" }, { - "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", - "hash": "3809914266296290977" + "file": "libs/logic-apps-shared/src/utils/src/lib/models/workflowNode.ts", + "hash": "5600260597734849270" }, { - "file": "libs/data-mapper/src/lib/utils/index.ts", - "hash": "5033003906952262405" + "file": "libs/logic-apps-shared/tsconfig.json", + "hash": "5119560921033608397" }, { - "file": "libs/data-mapper/tsconfig.json", - "hash": "2883325760657722404" + "file": "libs/logic-apps-shared/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "libs/data-mapper/typing/sort-paths.d.ts", - "hash": "13071285186636949876" + "file": "libs/logic-apps-shared/tsup.config.ts", + "hash": "5286132973577408611" } ], - "@microsoft/logic-apps-chatbot": [ + "@microsoft/logic-apps-designer": [ { - "file": "libs/chatbot/package.json", - "hash": "14533386357963788386", + "file": "libs/designer/package.json", + "hash": "15565996915205100783", "deps": [ - "@microsoft/logic-apps-shared", - "npm:react-intl", + "npm:@fluentui/azure-themes", "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-hooks", "npm:@fluentui/react-icons", + "npm:@fluentui/utilities", + "npm:@microsoft/applicationinsights-core-js", "@microsoft/designer-ui", - "npm:@fluentui/react-components", - "npm:@types/react", + "@microsoft/logic-apps-shared", + "npm:@react-hookz/web", + "npm:@reduxjs/toolkit", + "npm:elkjs", + "npm:fuse.js", + "npm:immer", + "npm:lodash.frompairs", + "npm:lodash.merge", + "npm:react-dnd", + "npm:react-dnd-accessible-backend", + "npm:react-dnd-html5-backend", + "npm:react-dnd-multi-backend", + "npm:react-hotkeys-hook", + "npm:react-intl", + "npm:react-query", + "npm:react-redux", + "npm:reactflow", + "npm:redux-thunk", + "npm:to-title-case", + "npm:util", + "npm:yocto-queue", "npm:react", "npm:react-dom" ] }, { - "file": "libs/chatbot/rollup.config.mjs", - "hash": "16469814706170133141" + "file": "libs/designer/src/index.ts", + "hash": "11355081150901527302" }, { - "file": "libs/chatbot/src/index.ts", - "hash": "5472632491119599158" + "file": "libs/designer/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "libs/chatbot/src/lib/common/constants.ts", - "hash": "2429934717009400244" + "file": "libs/designer/src/lib/__test__/mock-http-client.tsx", + "hash": "9240782448242967537" }, { - "file": "libs/chatbot/src/lib/common/models/Query.ts", - "hash": "12711516361292056739" + "file": "libs/designer/src/lib/__test__/redux-test-helper.tsx", + "hash": "5214463813702224032" }, { - "file": "libs/chatbot/src/lib/common/models/workflow.ts", - "hash": "15855456327309866932" + "file": "libs/designer/src/lib/common/constants.ts", + "hash": "14716266680681788853" }, { - "file": "libs/chatbot/src/lib/core/util/index.ts", - "hash": "5139985942597791835" + "file": "libs/designer/src/lib/common/exceptions/exception.ts", + "hash": "4016853272413138441" }, { - "file": "libs/chatbot/src/lib/images/LogicApps.svg", - "hash": "2097860906489808431" + "file": "libs/designer/src/lib/common/exceptions/unsupported.ts", + "hash": "2438628799773606413" }, { - "file": "libs/chatbot/src/lib/images/Sparkle.svg", - "hash": "3138281638005072555" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_black.svg", + "hash": "13936938153293651615" }, { - "file": "libs/chatbot/src/lib/images/SparkleDisabled.svg", - "hash": "12308741199338082792" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_blue.svg", + "hash": "17853975463227900194" }, { - "file": "libs/chatbot/src/lib/images/Workflow.svg", - "hash": "9644831917975499371" + "file": "libs/designer/src/lib/common/images/actionpalette/addaction_white.svg", + "hash": "716422980644102335" }, { - "file": "libs/chatbot/src/lib/index.tsx", - "hash": "7293379411218707820" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_black.svg", + "hash": "10948104330765315206" }, { - "file": "libs/chatbot/src/lib/styles.less", - "hash": "17038065324912682386" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_blue.svg", + "hash": "13744301547491746840" }, { - "file": "libs/chatbot/src/lib/ui/chatbot.tsx", - "hash": "14000638668528235529" + "file": "libs/designer/src/lib/common/images/actionpalette/addcondition_white.svg", + "hash": "5099585607600274464" }, { - "file": "libs/chatbot/src/lib/ui/panelheader.tsx", - "hash": "933389736901388174" + "file": "libs/designer/src/lib/common/images/actionpalette/adddountil.svg", + "hash": "3057811563704111315" }, { - "file": "libs/chatbot/src/lib/ui/styles.less", - "hash": "16062592558757698716" + "file": "libs/designer/src/lib/common/images/actionpalette/addforeach.svg", + "hash": "13794169093128310758" }, { - "file": "libs/chatbot/tsconfig.json", - "hash": "2883325760657722404" - } - ], - "data-mapper-standalone": [ + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel.svg", + "hash": "6553711262896807602" + }, { - "file": "apps/data-mapper-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer/src/lib/common/images/actionpalette/addparallel_white.svg", + "hash": "3769112376720810799" }, { - "file": "apps/data-mapper-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/designer/src/lib/common/images/actionpalette/addscope.svg", + "hash": "4840054514873781546" }, { - "file": "apps/data-mapper-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer/src/lib/common/images/actionpalette/addswitch.svg", + "hash": "13772471609559374653" }, { - "file": "apps/data-mapper-standalone/jest.config.ts", - "hash": "10715911984367194997" + "file": "libs/designer/src/lib/common/images/actionpalette/adduntil.svg", + "hash": "17291714734882915823" }, { - "file": "apps/data-mapper-standalone/project.json", - "hash": "9374513863842846490" + "file": "libs/designer/src/lib/common/images/actionpalette/delete.svg", + "hash": "8696373633900139960" }, { - "file": "apps/data-mapper-standalone/src/app/DataMapperStandaloneDesigner.tsx", - "hash": "16726481549457764766" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_blue.svg", + "hash": "10209490491669077224" }, { - "file": "apps/data-mapper-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/common/images/actionpalette/ellipsis_white.svg", + "hash": "5762239862513015054" }, { - "file": "apps/data-mapper-standalone/src/components/DevApiTester.tsx", - "hash": "14944117756580093119" + "file": "libs/designer/src/lib/common/images/arrowdark.svg", + "hash": "5926111895234327525" }, { - "file": "apps/data-mapper-standalone/src/components/DevSerializationTester.tsx", - "hash": "1284985494789010035" + "file": "libs/designer/src/lib/common/images/arrowlight.svg", + "hash": "8015769479673340480" }, { - "file": "apps/data-mapper-standalone/src/components/DevToolbox.tsx", - "hash": "372080794920849111" + "file": "libs/designer/src/lib/common/images/arrowred.svg", + "hash": "2430505900927056727" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/common/images/bolt.svg", + "hash": "17462634652015284885" }, { - "file": "apps/data-mapper-standalone/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/compose.svg", + "hash": "4281210752025126548" }, { - "file": "apps/data-mapper-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/condition.svg", + "hash": "8923215817224206799" }, { - "file": "apps/data-mapper-standalone/src/index.html", - "hash": "1875896067774755003" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/control.svg", + "hash": "4347287844293995514" }, { - "file": "apps/data-mapper-standalone/src/main.tsx", - "hash": "10861951779782452086" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/foreach.svg", + "hash": "802393672600738414" }, { - "file": "apps/data-mapper-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/function.svg", + "hash": "788257097228620744" }, { - "file": "apps/data-mapper-standalone/src/state/DataMapDataLoader.ts", - "hash": "16987547041249191518" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/geofence.svg", + "hash": "11736524123979545801" }, { - "file": "apps/data-mapper-standalone/src/state/SchemaDataLoader.ts", - "hash": "15187256273369871693" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http.svg", + "hash": "965633922044453844" }, { - "file": "apps/data-mapper-standalone/src/state/Store.ts", - "hash": "7832192686281280578" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/http_swagger.svg", + "hash": "10224443075493376159" }, { - "file": "apps/data-mapper-standalone/src/styles.less", - "hash": "11491636838694553899" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/asc.svg", + "hash": "488405671534951514" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/batch.svg", + "hash": "16381515837357068415" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/eventgrid.svg", + "hash": "17856490403949387790" + }, + { + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfiledecoding.svg", + "hash": "15243776523488424116" }, { - "file": "apps/data-mapper-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/flatfileencoding.svg", + "hash": "5699680888941228448" }, { - "file": "apps/data-mapper-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/integrationaccountartifactlookup.svg", + "hash": "9764035938809534317" }, { - "file": "apps/data-mapper-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/manual.svg", + "hash": "12326541136900487952" }, { - "file": "apps/data-mapper-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "designer-standalone": [ + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/transform.svg", + "hash": "6245055721372883370" + }, { - "file": "apps/designer-standalone/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xml.svg", + "hash": "14444337833939963797" }, { - "file": "apps/designer-standalone/.browserslistrc", - "hash": "2888533144288818662" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/logicapps/xmlvalidation.svg", + "hash": "17064721766454223509" }, { - "file": "apps/designer-standalone/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps.svg", + "hash": "13549953610772304995" }, { - "file": "apps/designer-standalone/jest.config.ts", - "hash": "5095600455584759097" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/DynamicsFinOps.svg", + "hash": "9884449892115783238" }, { - "file": "apps/designer-standalone/project.json", - "hash": "2186189716536309729" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/button.svg", + "hash": "5650084185790556380" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/DesignerCommandBar.tsx", - "hash": "3298017156622978060" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/commondataservice.svg", + "hash": "16533471828587912919" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureConsumptionLogicAppSelector.tsx", - "hash": "13505482435147628633" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/dynamics365.svg", + "hash": "10277570825407438664" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/LogicAppSelectionSetting/AzureStandardLogicAppSelector.tsx", - "hash": "9606761639132729551" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/excelonline.svg", + "hash": "5644614242196469494" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Arm.ts", - "hash": "6979701506181809557" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/manual.svg", + "hash": "4854754781356184488" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/LogicAppAppTypes.ts", - "hash": "14118413145410608191" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365appshealth.svg", + "hash": "17577366797422234032" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/Workflow.ts", - "hash": "1588066658590448230" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/microsoft365compliance.svg", + "hash": "18096424898773100452" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowApp.ts", - "hash": "11196696306113960606" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/onedriveforbusiness.svg", + "hash": "8410319851745043818" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Models/WorkflowListTypes.ts", - "hash": "14682812772519432090" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powerbi.svg", + "hash": "4344707577102300882" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchConsumptionApps.ts", - "hash": "4580548922855359394" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/powervirtualagents.svg", + "hash": "14973565284851361466" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Queries/FetchStandardApps.ts", - "hash": "12895583927495006597" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/sharepoint.svg", + "hash": "6940736653966224597" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/Artifact.ts", - "hash": "2755209554830887096" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/powerapps/teams.svg", + "hash": "10913390805409066774" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ChildWorkflow.ts", - "hash": "16951494746367962696" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/query.svg", + "hash": "18310566090601123291" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/ConsumptionSerializationHelpers.ts", - "hash": "11922224593998776622" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/recurrence.svg", + "hash": "4211895255849396300" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/FileSystemConnectionCreationClient.ts", - "hash": "9092529694739284525" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/response.svg", + "hash": "15249336994675481" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/HttpClient.ts", - "hash": "14344615542145629436" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/schedule.svg", + "hash": "6229273879523350518" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/OAuthService.ts", - "hash": "2732486466259074455" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/scope.svg", + "hash": "14552059136095416702" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Services/WorkflowAndArtifacts.tsx", - "hash": "17257936693118977812" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/switch.svg", + "hash": "8321402279766452771" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/ArmParser.ts", - "hash": "11766814904345254217" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/terminate.svg", + "hash": "14144206237714493160" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/Workflow.ts", - "hash": "15343875879297750706" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/until.svg", + "hash": "546764277464022095" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/Utilities/resourceUtilities.ts", - "hash": "4446661457006721606" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/variable.svg", + "hash": "15076765899186592786" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesigner.tsx", - "hash": "13092524529881537344" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait.svg", + "hash": "3692508794323306407" }, { - "file": "apps/designer-standalone/src/app/AzureLogicAppsDesigner/laDesignerConsumption.tsx", - "hash": "7976663886408218270" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/wait_until.svg", + "hash": "1731479113183843607" }, { - "file": "apps/designer-standalone/src/app/DesignerShell/designer.tsx", - "hash": "13293572578025384518" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/webhook.svg", + "hash": "4173490804496111343" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/LogicAppSelector/LogicAppSelector.tsx", - "hash": "8960093372869801569" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflow.svg", + "hash": "11873669256365835624" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customConnectionParameterEditorService.tsx", - "hash": "17011074881319644796" + "file": "libs/designer/src/lib/common/images/builtinoperationicons/workflowparameter.svg", + "hash": "11139441907313241224" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/customEditorService.tsx", - "hash": "4734349067026517129" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_boolean_type.svg", + "hash": "3241487867540139826" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/httpClient.ts", - "hash": "11056877601318419241" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_date_type.svg", + "hash": "7715913989452853316" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/localDesigner.tsx", - "hash": "7960030919432291768" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_email_type.svg", + "hash": "13582317555878671565" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.less", - "hash": "4190195339052860475" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_file_type.svg", + "hash": "4977325050658584568" }, { - "file": "apps/designer-standalone/src/app/LocalDesigner/pseudoCommandBar.tsx", - "hash": "17311351490108510384" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_number_type.svg", + "hash": "1045431280059616257" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/contextSettings.tsx", - "hash": "17876933317388473037" + "file": "libs/designer/src/lib/common/images/buttonparametertypes/button_parameter_text_type.svg", + "hash": "16640363275658842913" }, { - "file": "apps/designer-standalone/src/app/SettingsSections/sourceSettings.tsx", - "hash": "11182070599256684242" + "file": "libs/designer/src/lib/common/images/card/delete.svg", + "hash": "15675230980148461553" }, { - "file": "apps/designer-standalone/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/common/images/card/input_selection.svg", + "hash": "6874565955253727212" }, { - "file": "apps/designer-standalone/src/components/LocalizationSettings.tsx", - "hash": "11358026391684952458" + "file": "libs/designer/src/lib/common/images/card/optional_field.svg", + "hash": "13884780002161969050" }, { - "file": "apps/designer-standalone/src/components/settings_box.module.less", - "hash": "9808519016183858536" + "file": "libs/designer/src/lib/common/images/codeviewbutton/Embed.svg", + "hash": "11872211244220681036" }, { - "file": "apps/designer-standalone/src/components/settings_box.tsx", - "hash": "12099490358448849702" + "file": "libs/designer/src/lib/common/images/delete.svg", + "hash": "2369920463731912593" }, { - "file": "apps/designer-standalone/src/components/themes.ts", - "hash": "10280533146008251816" + "file": "libs/designer/src/lib/common/images/gateway/add.svg", + "hash": "11819585580235095669" }, { - "file": "apps/designer-standalone/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/common/images/gateway/help.svg", + "hash": "12599303004882720277" }, { - "file": "apps/designer-standalone/src/environments/environment.ts", - "hash": "5920947766445218989" + "file": "libs/designer/src/lib/common/images/gateway/remote_application.svg", + "hash": "6435518280858083886" }, { - "file": "apps/designer-standalone/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer/src/lib/common/images/gateway/virtual_network.svg", + "hash": "12997387777000294056" }, { - "file": "apps/designer-standalone/src/index.html", - "hash": "706131400937913887" + "file": "libs/designer/src/lib/common/images/operationtypes/appservices.svg", + "hash": "7939169194091714776" }, { - "file": "apps/designer-standalone/src/main.tsx", - "hash": "6196242117816635624" + "file": "libs/designer/src/lib/common/images/operationtypes/flow.svg", + "hash": "16280757524503959992" }, { - "file": "apps/designer-standalone/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer/src/lib/common/images/operationtypes/it.svg", + "hash": "18333062729648676215" }, { - "file": "apps/designer-standalone/src/state/connectionReferences.ts", - "hash": "3642930491684807465" + "file": "libs/designer/src/lib/common/images/operationtypes/microsoft.svg", + "hash": "17826554870116185216" }, { - "file": "apps/designer-standalone/src/state/historyHelpers.ts", - "hash": "14898556878004432608" + "file": "libs/designer/src/lib/common/images/pencil.svg", + "hash": "4552542774403200136" }, { - "file": "apps/designer-standalone/src/state/store.ts", - "hash": "11326541673147537080" + "file": "libs/designer/src/lib/common/images/recommendation/choose-an-action.svg", + "hash": "7905571557546338691" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSelectors.ts", - "hash": "2817444802055692850" + "file": "libs/designer/src/lib/common/images/recommendation/defaulticon.svg", + "hash": "5071015496602458535" }, { - "file": "apps/designer-standalone/src/state/workflowLoadingSlice.ts", - "hash": "14190318844766308247" + "file": "libs/designer/src/lib/common/images/selector/check_mark_blue.svg", + "hash": "11632821499690045898" }, { - "file": "apps/designer-standalone/src/styles.less", - "hash": "17529353978711030180" + "file": "libs/designer/src/lib/common/images/status_error.svg", + "hash": "7327477685402663444" }, { - "file": "apps/designer-standalone/src/typings.d.ts", - "hash": "8667080681692980982" + "file": "libs/designer/src/lib/common/images/status_success.svg", + "hash": "16589415129232216666" }, { - "file": "apps/designer-standalone/tsconfig.app.json", - "hash": "9143020992508194197" + "file": "libs/designer/src/lib/common/images/tokenpicker/fx.svg", + "hash": "8952058323183937865" }, { - "file": "apps/designer-standalone/tsconfig.json", - "hash": "292688152284415530" + "file": "libs/designer/src/lib/common/images/website/api.svg", + "hash": "16095509088326340538" }, { - "file": "apps/designer-standalone/tsconfig.spec.json", - "hash": "420895369075964006" - } - ], - "vs-code-react": [ + "file": "libs/designer/src/lib/common/images/website/apim.svg", + "hash": "15873815965442020768" + }, { - "file": "apps/vs-code-react/.babelrc", - "hash": "7338834004944326044" + "file": "libs/designer/src/lib/common/images/website/apim_white.svg", + "hash": "14020416160783112768" }, { - "file": "apps/vs-code-react/.browserslistrc", - "hash": "167759602395835039" + "file": "libs/designer/src/lib/common/images/website/create.svg", + "hash": "16033491393116457661" }, { - "file": "apps/vs-code-react/.eslintrc.json", - "hash": "10075191527724852300" + "file": "libs/designer/src/lib/common/images/website/foreach.svg", + "hash": "3719190676549030233" }, { - "file": "apps/vs-code-react/jest.config.ts", - "hash": "8334961725413338902" + "file": "libs/designer/src/lib/common/images/website/function.svg", + "hash": "12552781765647401474" }, { - "file": "apps/vs-code-react/project.json", - "hash": "16992379845976149116" + "file": "libs/designer/src/lib/common/models/workflow.ts", + "hash": "11724936275981787758" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/helper.ts", - "hash": "7103226391461447657" + "file": "libs/designer/src/lib/common/utilities/Utils.ts", + "hash": "2333252227487981555" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/reviewList.tsx", - "hash": "15235190526173296646" + "file": "libs/designer/src/lib/common/utilities/error.ts", + "hash": "14761866046570043475" }, { - "file": "apps/vs-code-react/src/app/components/reviewList/styles.less", - "hash": "3923189858935612561" + "file": "libs/designer/src/lib/core/BJSWorkflowProvider.tsx", + "hash": "10226240319907572020" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/index.tsx", - "hash": "5310943053923898056" + "file": "libs/designer/src/lib/core/DesignerProvider.tsx", + "hash": "8865415753051342650" }, { - "file": "apps/vs-code-react/src/app/components/searchableDropdown/styles.less", - "hash": "14353098042527666078" + "file": "libs/designer/src/lib/core/ProviderWrappedContext.ts", + "hash": "1133788957422173169" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.less", - "hash": "10860476654260307609" + "file": "libs/designer/src/lib/core/ReactQueryProvider.tsx", + "hash": "13021850733178929057" }, { - "file": "apps/vs-code-react/src/app/dataMapper/app.tsx", - "hash": "1229212044608318791" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/connections.spec.ts", + "hash": "10976178124567025188" }, { - "file": "apps/vs-code-react/src/app/designer/DesignerCommandBar/index.tsx", - "hash": "1233751610250085221" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.mocks.ts", + "hash": "8007408756114040866" }, { - "file": "apps/vs-code-react/src/app/designer/app.less", - "hash": "2873139032757981092" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/initialize.spec.ts", + "hash": "12793128001647914730" }, { - "file": "apps/vs-code-react/src/app/designer/app.tsx", - "hash": "14446374292339965572" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/__test__/serializer.spec.ts", + "hash": "9408756046827245410" }, { - "file": "apps/vs-code-react/src/app/designer/constants.ts", - "hash": "5903664051922439610" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/add.ts", + "hash": "1145445308673345143" }, { - "file": "apps/vs-code-react/src/app/designer/models/workflow.ts", - "hash": "8677180454198120663" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/connections.ts", + "hash": "8714067957965973862" }, { - "file": "apps/vs-code-react/src/app/designer/services/JwtHelper.ts", - "hash": "13157754222681752876" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/copypaste.ts", + "hash": "377035099592140993" }, { - "file": "apps/vs-code-react/src/app/designer/services/oAuth.ts", - "hash": "3846553792648049504" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/delete.ts", + "hash": "2640821823957837771" }, { - "file": "apps/vs-code-react/src/app/designer/servicesHelper.ts", - "hash": "2583935077415507996" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/initialize.ts", + "hash": "4883489638704343677" }, { - "file": "apps/vs-code-react/src/app/designer/utilities/workflow.ts", - "hash": "11284208617598927726" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/move.ts", + "hash": "1063338721262391862" }, { - "file": "apps/vs-code-react/src/app/export/export.less", - "hash": "3696757642502745218" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/operationdeserializer.ts", + "hash": "13051148389008776707" }, { - "file": "apps/vs-code-react/src/app/export/export.tsx", - "hash": "8780683083445998923" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/runafter.ts", + "hash": "16166965666592256044" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/helper.ts", - "hash": "1432771657034188602" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/serializer.ts", + "hash": "7644883283632193272" }, { - "file": "apps/vs-code-react/src/app/export/instanceSelection/instanceSelection.tsx", - "hash": "920422646883876413" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/settings.ts", + "hash": "3268658162048948497" }, { - "file": "apps/vs-code-react/src/app/export/navigation/navigation.tsx", - "hash": "11162162346257637474" + "file": "libs/designer/src/lib/core/actions/bjsworkflow/staticresults.ts", + "hash": "12938819441932090008" }, { - "file": "apps/vs-code-react/src/app/export/status/status.tsx", - "hash": "7912554661822815221" + "file": "libs/designer/src/lib/core/graphlayout/__test__/__snapshots__/elklayout.spec.ts.snap", + "hash": "18391939971202172617" }, { - "file": "apps/vs-code-react/src/app/export/summary/helper.ts", - "hash": "14153533387296877593" + "file": "libs/designer/src/lib/core/graphlayout/__test__/elklayout.spec.ts", + "hash": "5135976908480724598" }, { - "file": "apps/vs-code-react/src/app/export/summary/managedConnections.tsx", - "hash": "7161124247970943148" + "file": "libs/designer/src/lib/core/graphlayout/elklayout.ts", + "hash": "6555520085152754544" }, { - "file": "apps/vs-code-react/src/app/export/summary/newResourceGroup.tsx", - "hash": "4655457745320534508" + "file": "libs/designer/src/lib/core/graphlayout/index.ts", + "hash": "1183230721606983661" }, { - "file": "apps/vs-code-react/src/app/export/summary/summary.tsx", - "hash": "314441399583635160" + "file": "libs/designer/src/lib/core/index.ts", + "hash": "17021345483470396631" }, { - "file": "apps/vs-code-react/src/app/export/validation/helper.ts", - "hash": "11787808914725369004" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/BJSDeserializer.ts", + "hash": "5690913620690077130" }, { - "file": "apps/vs-code-react/src/app/export/validation/validation.tsx", - "hash": "6866286216752763150" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/BJSDeserializer.spec.ts", + "hash": "14509662786295405295" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/advancedOptions.tsx", - "hash": "10475247554118844324" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/scopedWorkflowDefinition.ts", + "hash": "6387737565995930308" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/filters.tsx", - "hash": "1366466573911291031" + "file": "libs/designer/src/lib/core/parsers/BJSWorkflow/__test__/simpleWorkflowDefinition.ts", + "hash": "18344987115654458228" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/helper.ts", - "hash": "3750291621191783642" + "file": "libs/designer/src/lib/core/parsers/ParseReduxAction.ts", + "hash": "14964928502892749345" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/selectedList.tsx", - "hash": "16694375718863827935" + "file": "libs/designer/src/lib/core/parsers/__test__/editWorkflow.spec.ts", + "hash": "14646033592987575031" }, { - "file": "apps/vs-code-react/src/app/export/workflowsSelection/workflowsSelection.tsx", - "hash": "3220598036709854135" + "file": "libs/designer/src/lib/core/parsers/__test__/mocks/workflowMock.ts", + "hash": "17520637296625214501" }, { - "file": "apps/vs-code-react/src/app/overview/app.tsx", - "hash": "6561625234207029430" + "file": "libs/designer/src/lib/core/parsers/__test__/respectExistingWorkflowDimensions.spec.ts", + "hash": "16515897955999880047" }, { - "file": "apps/vs-code-react/src/app/overview/overview.less", - "hash": "10514910349287699054" + "file": "libs/designer/src/lib/core/parsers/addNodeToWorkflow.ts", + "hash": "8489461695139161622" }, { - "file": "apps/vs-code-react/src/app/review/index.tsx", - "hash": "17050061761908500120" + "file": "libs/designer/src/lib/core/parsers/deleteNodeFromWorkflow.ts", + "hash": "11556548277387433966" }, { - "file": "apps/vs-code-react/src/assets/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/core/parsers/models/workflowNode.ts", + "hash": "1566269831108361105" }, { - "file": "apps/vs-code-react/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/designer/src/lib/core/parsers/moveNodeInWorkflow.ts", + "hash": "13854397699622059247" }, { - "file": "apps/vs-code-react/src/environments/environment.ts", - "hash": "11309522437153898482" + "file": "libs/designer/src/lib/core/parsers/restructuringHelpers.ts", + "hash": "7091192159636622669" }, { - "file": "apps/vs-code-react/src/favicon.ico", - "hash": "9303420814833116677" + "file": "libs/designer/src/lib/core/queries/browse.ts", + "hash": "15277260528629014649" }, { - "file": "apps/vs-code-react/src/fixtures/get-more-runs.json", - "hash": "8025372240546622652" + "file": "libs/designer/src/lib/core/queries/connections.ts", + "hash": "1501738903167968950" }, { - "file": "apps/vs-code-react/src/fixtures/get-run.json", - "hash": "14954993404334898723" + "file": "libs/designer/src/lib/core/queries/connector.ts", + "hash": "10042584932448483913" }, { - "file": "apps/vs-code-react/src/fixtures/get-runs.json", - "hash": "16210149105685428411" + "file": "libs/designer/src/lib/core/queries/operation.ts", + "hash": "18070523527133930267" }, { - "file": "apps/vs-code-react/src/index.html", - "hash": "15542557927961559597" + "file": "libs/designer/src/lib/core/state/__test__/connectionSlice.spec.ts", + "hash": "11873332201419444196" }, { - "file": "apps/vs-code-react/src/main.tsx", - "hash": "12636954517020345187" + "file": "libs/designer/src/lib/core/state/__test__/workflowSlice.spec.ts", + "hash": "944283261874392963" }, { - "file": "apps/vs-code-react/src/polyfills.ts", - "hash": "17041846422484582267" + "file": "libs/designer/src/lib/core/state/connection/connectionSelector.ts", + "hash": "14043559070256094030" }, { - "file": "apps/vs-code-react/src/resources/Caution.svg", - "hash": "12946324935578891880" + "file": "libs/designer/src/lib/core/state/connection/connectionSlice.ts", + "hash": "17661438812224560039" }, { - "file": "apps/vs-code-react/src/resources/Error.svg", - "hash": "1306017530222758526" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsInterfaces.ts", + "hash": "552151791694841859" }, { - "file": "apps/vs-code-react/src/resources/Success.svg", - "hash": "1346479691433759862" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSelectors.ts", + "hash": "5709160121732674319" }, { - "file": "apps/vs-code-react/src/router/index.tsx", - "hash": "15140865326278989359" + "file": "libs/designer/src/lib/core/state/designerOptions/designerOptionsSlice.ts", + "hash": "11880532030602689040" }, { - "file": "apps/vs-code-react/src/run-service.ts", - "hash": "17001222516069202300" + "file": "libs/designer/src/lib/core/state/designerView/designerViewInterfaces.ts", + "hash": "15539125750855046238" }, { - "file": "apps/vs-code-react/src/run-service/export/helper.ts", - "hash": "17978663445350106988" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSelectors.ts", + "hash": "17496610770440064597" }, { - "file": "apps/vs-code-react/src/run-service/export/index.ts", - "hash": "8958556086353433187" + "file": "libs/designer/src/lib/core/state/designerView/designerViewSlice.ts", + "hash": "12399207044214169579" }, { - "file": "apps/vs-code-react/src/run-service/types.ts", - "hash": "15571572309314646001" + "file": "libs/designer/src/lib/core/state/global.ts", + "hash": "2467378088186721273" }, { - "file": "apps/vs-code-react/src/state/DataMapSlice.ts", - "hash": "12162383684219148227" + "file": "libs/designer/src/lib/core/state/operation/operationMetadataSlice.ts", + "hash": "7160406653392297178" }, { - "file": "apps/vs-code-react/src/state/DesignerSlice.ts", - "hash": "15018588436028947609" + "file": "libs/designer/src/lib/core/state/operation/operationSelector.ts", + "hash": "13231490325898643987" }, { - "file": "apps/vs-code-react/src/state/WorkflowSlice.ts", - "hash": "17422552152551623659" + "file": "libs/designer/src/lib/core/state/panel/panelInterfaces.ts", + "hash": "580443950008935701" }, { - "file": "apps/vs-code-react/src/state/projectSlice.ts", - "hash": "17786023480081942934" + "file": "libs/designer/src/lib/core/state/panel/panelSelectors.ts", + "hash": "11619174720328207349" }, { - "file": "apps/vs-code-react/src/state/store.ts", - "hash": "9306760291102940367" + "file": "libs/designer/src/lib/core/state/panel/panelSlice.ts", + "hash": "12360836867786652472" }, { - "file": "apps/vs-code-react/src/stateWrapper.tsx", - "hash": "2412499423087675880" + "file": "libs/designer/src/lib/core/state/selectors/__test__/actionMetadataSelector.spec.ts", + "hash": "17837734844866824533" }, { - "file": "apps/vs-code-react/src/styles.less", - "hash": "11897878901819299767" + "file": "libs/designer/src/lib/core/state/selectors/actionMetadataSelector.ts", + "hash": "3597817075648231871" }, { - "file": "apps/vs-code-react/src/themeProvider.tsx", - "hash": "3199307216492964650" + "file": "libs/designer/src/lib/core/state/setting/settingInterface.ts", + "hash": "8221487224681813587" }, { - "file": "apps/vs-code-react/src/webviewCommunication.tsx", - "hash": "4256707400206268801" + "file": "libs/designer/src/lib/core/state/setting/settingSelector.ts", + "hash": "13672923006305683744" }, { - "file": "apps/vs-code-react/tsconfig.app.json", - "hash": "4251399858593500384" + "file": "libs/designer/src/lib/core/state/setting/settingSlice.ts", + "hash": "3869560885023421381" }, { - "file": "apps/vs-code-react/tsconfig.json", - "hash": "10208151351921925114" + "file": "libs/designer/src/lib/core/state/staticresultschema/staitcresultsSelector.ts", + "hash": "7513105324012396408" }, { - "file": "apps/vs-code-react/tsconfig.spec.json", - "hash": "15143458430517966976" - } - ], - "vs-code-designer": [ + "file": "libs/designer/src/lib/core/state/staticresultschema/staticresultsSlice.ts", + "hash": "15674134190940167340" + }, { - "file": "apps/vs-code-designer/.eslintrc.json", - "hash": "8230085774644180673" + "file": "libs/designer/src/lib/core/state/tokens/tokenSelectors.ts", + "hash": "4534305780862072392" }, { - "file": "apps/vs-code-designer/jest.config.ts", - "hash": "17889736692752700798" + "file": "libs/designer/src/lib/core/state/tokens/tokensSlice.ts", + "hash": "4540330469149645148" }, { - "file": "apps/vs-code-designer/project.json", - "hash": "10833565585548221174" + "file": "libs/designer/src/lib/core/state/workflow/workflowInterfaces.ts", + "hash": "297492272351660565" }, { - "file": "apps/vs-code-designer/src/CHANGELOG.md", - "hash": "14589377795062736305" + "file": "libs/designer/src/lib/core/state/workflow/workflowSelectors.ts", + "hash": "6447767112269051024" }, { - "file": "apps/vs-code-designer/src/LICENSE.md", - "hash": "11929769968810875751" + "file": "libs/designer/src/lib/core/state/workflow/workflowSlice.ts", + "hash": "4965448880727320441" }, { - "file": "apps/vs-code-designer/src/LogicAppResolver.ts", - "hash": "15283228701684753042" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersSlice.ts", + "hash": "10627578442358036420" }, { - "file": "apps/vs-code-designer/src/README.md", - "hash": "11849077759120475963" + "file": "libs/designer/src/lib/core/state/workflowparameters/workflowparametersselector.ts", + "hash": "3377780393722064446" }, { - "file": "apps/vs-code-designer/src/app/.gitkeep", - "hash": "3244421341483603138" + "file": "libs/designer/src/lib/core/store.ts", + "hash": "7675307851224561844" }, { - "file": "apps/vs-code-designer/src/app/azuriteExtension/executeOnAzuriteExt.ts", - "hash": "9691210983495138557" + "file": "libs/designer/src/lib/core/utils/__test__/graph.spec.ts", + "hash": "10932912534190676887" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/decryptLocalSettings.ts", - "hash": "16521890431921928426" + "file": "libs/designer/src/lib/core/utils/__test__/outputs.spec.ts", + "hash": "10477834709138765316" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/downloadAppSettings.ts", - "hash": "16663452797901095598" + "file": "libs/designer/src/lib/core/utils/__test__/tokens.spec.ts", + "hash": "6400741599488247828" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/editAppSetting.ts", - "hash": "17141832093942421132" + "file": "libs/designer/src/lib/core/utils/card.ts", + "hash": "17388048148998821366" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/encryptLocalSettings.ts", - "hash": "16800387599182163436" + "file": "libs/designer/src/lib/core/utils/connectors/connections.ts", + "hash": "14380782528292918805" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/getLocalSettingsFile.ts", - "hash": "15249910961024614139" + "file": "libs/designer/src/lib/core/utils/graph.ts", + "hash": "9113893809945541281" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/renameAppSetting.ts", - "hash": "10478805085220116046" + "file": "libs/designer/src/lib/core/utils/loops.ts", + "hash": "17832329493412946298" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/toggleSlotSetting.ts", - "hash": "16716690566799847540" + "file": "libs/designer/src/lib/core/utils/openapi/__test__/schema.test.ts", + "hash": "1420254453350497458" }, { - "file": "apps/vs-code-designer/src/app/commands/appSettings/uploadAppSettings.ts", - "hash": "8933389345854657664" + "file": "libs/designer/src/lib/core/utils/openapi/schema.ts", + "hash": "842207519268466443" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/resetValidateAndInstallBinaries.ts", - "hash": "9992531484797111989" + "file": "libs/designer/src/lib/core/utils/outputs.ts", + "hash": "2523378346613014879" }, { - "file": "apps/vs-code-designer/src/app/commands/binaries/validateAndInstallBinaries.ts", - "hash": "9463128159380316482" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/casting.spec.ts", + "hash": "3643994527394489617" }, { - "file": "apps/vs-code-designer/src/app/commands/browseWebsite.ts", - "hash": "5889249415644928667" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/helper.spec.ts", + "hash": "2422344699678475886" }, { - "file": "apps/vs-code-designer/src/app/commands/configureDeploymentSource.ts", - "hash": "5345286631159247185" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/jsonsplitter.spec.ts", + "hash": "17504009570966731362" }, { - "file": "apps/vs-code-designer/src/app/commands/createChildNode.ts", - "hash": "3989052663077740043" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/segment.spec.ts", + "hash": "14679208978083456209" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodeless.ts", - "hash": "5116501926243135478" + "file": "libs/designer/src/lib/core/utils/parameters/__test__/tokensegment.spec.ts", + "hash": "9346212500047195690" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/CodelessWorkflowCreateStep.ts", - "hash": "16288058029656980512" + "file": "libs/designer/src/lib/core/utils/parameters/casting.ts", + "hash": "16944935834687261736" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/ScriptSteps/ScriptWorkflowNameStep.ts", - "hash": "4974115892586946562" + "file": "libs/designer/src/lib/core/utils/parameters/dynamicdata.ts", + "hash": "5504094716509853138" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowCreateStepBase.ts", - "hash": "2739542424025605778" + "file": "libs/designer/src/lib/core/utils/parameters/helper.ts", + "hash": "789795195726361469" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowListStep.ts", - "hash": "16528307411062519273" + "file": "libs/designer/src/lib/core/utils/parameters/jsonsplitter.ts", + "hash": "1212164914387801521" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowNameStepBase.ts", - "hash": "8420664513479071878" + "file": "libs/designer/src/lib/core/utils/parameters/recurrence.ts", + "hash": "4584055025926510588" }, { - "file": "apps/vs-code-designer/src/app/commands/createCodeless/createCodelessSteps/WorkflowStateTypeStep.ts", - "hash": "1015410722997215694" + "file": "libs/designer/src/lib/core/utils/parameters/segment.ts", + "hash": "17685281869497732131" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicApp.ts", - "hash": "14122433799963996225" + "file": "libs/designer/src/lib/core/utils/parameters/tokensegment.ts", + "hash": "17503616740995511873" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/AdvancedIdentityPromptSteps.ts", - "hash": "5881517096408142372" + "file": "libs/designer/src/lib/core/utils/parameters/uncast.ts", + "hash": "5493345090301795523" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppCreateStep.ts", - "hash": "12504828417239595241" + "file": "libs/designer/src/lib/core/utils/setting.ts", + "hash": "607724160972661514" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/createLogicAppSteps/LogicAppHostingPlanStep.ts", - "hash": "2537881784742654091" + "file": "libs/designer/src/lib/core/utils/swagger/inputsbuilder.ts", + "hash": "300462517969513749" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/notifyCreateLogicAppComplete.ts", - "hash": "2805860689866977637" + "file": "libs/designer/src/lib/core/utils/swagger/operation.ts", + "hash": "710587862511662252" }, { - "file": "apps/vs-code-designer/src/app/commands/createLogicApp/showSiteCreated.ts", - "hash": "236360329701387391" + "file": "libs/designer/src/lib/core/utils/tokens.ts", + "hash": "16598154144351001077" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/OpenFolderStepCodeProject.ts", - "hash": "15398886318117594991" + "file": "libs/designer/src/lib/core/utils/validation.ts", + "hash": "3321415876925824657" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/CodeProjectBase/ProjectCodeCreateStepBase.ts", - "hash": "14182951342794946711" + "file": "libs/designer/src/lib/core/utils/variables.ts", + "hash": "18113110944598796795" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/NewCodeProjectTypeStep.ts", - "hash": "6145152286437918482" + "file": "libs/designer/src/lib/core/utils/workflow.ts", + "hash": "2503685323390352213" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/SetWorkspaceName.ts", - "hash": "10097241182939210615" + "file": "libs/designer/src/lib/index.tsx", + "hash": "3108540739134237574" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/WorkflowCodeProjectCreateStep.ts", - "hash": "6085873851390612613" + "file": "libs/designer/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/FunctionConfigFile.ts", - "hash": "4790825331437291708" + "file": "libs/designer/src/lib/ui/Controls.tsx", + "hash": "11679666175589395115" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/InvokeFunctionProjectSetup.ts", - "hash": "3241263939490725602" + "file": "libs/designer/src/lib/ui/CustomNodes/GraphContainerNode.tsx", + "hash": "18335299629456245936" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setMethodName.ts", - "hash": "12904323188893554197" + "file": "libs/designer/src/lib/ui/CustomNodes/HiddenNode.tsx", + "hash": "8683562698326398762" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createFunction/setNamepSpace.ts", - "hash": "3301771322364491691" + "file": "libs/designer/src/lib/ui/CustomNodes/OperationCardNode.tsx", + "hash": "6973870354555514502" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodeProjectWorkflowStateTypeStep.ts", - "hash": "7125020395698562731" + "file": "libs/designer/src/lib/ui/CustomNodes/PlaceholderNode.tsx", + "hash": "2623692442355217780" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/CodelessFunctionWorkflow.ts", - "hash": "1061376532103796189" + "file": "libs/designer/src/lib/ui/CustomNodes/ScopeCardNode.tsx", + "hash": "17275763272438441218" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/ScriptProjectCreateStep.ts", - "hash": "4090283287361325395" + "file": "libs/designer/src/lib/ui/CustomNodes/SubgraphCardNode.tsx", + "hash": "16798466643167652597" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/InitCodeProject.ts", - "hash": "12694293993123858339" + "file": "libs/designer/src/lib/ui/Designer.tsx", + "hash": "16681715909651728710" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/ScriptInit.ts", - "hash": "6939607616569333271" + "file": "libs/designer/src/lib/ui/Minimap.tsx", + "hash": "16784302034175684453" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/initLogicAppCodeProjectVScode/WorkflowCode.ts", - "hash": "16876165458358934367" + "file": "libs/designer/src/lib/ui/ThemeObservable.tsx", + "hash": "9589106174231375844" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createCodeProjectSteps/createLogicApp/workflowDesigner/DesignerConfig.ts", - "hash": "6807352070253397014" + "file": "libs/designer/src/lib/ui/common/DeleteModal/DeleteModal.tsx", + "hash": "3078414740510575754" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewCodeProject/createNewCodeProject.ts", - "hash": "602646548392219924" + "file": "libs/designer/src/lib/ui/common/LoopsPager/LoopsPager.tsx", + "hash": "14069610435069570388" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenBehaviorStep.ts", - "hash": "1248441447151601445" + "file": "libs/designer/src/lib/ui/common/LoopsPager/helper.ts", + "hash": "2917805269573375288" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/OpenFolderStep.ts", - "hash": "4382994499249808404" + "file": "libs/designer/src/lib/ui/connections/dropzone.tsx", + "hash": "3469127252427478749" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createNewProject.ts", - "hash": "3270908220441876714" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/allowdroptarget.tsx", + "hash": "16424915556916750495" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/FolderListStep.ts", - "hash": "18197283561380557970" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/arrowCap.tsx", + "hash": "2870378826580830856" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/NewProjectTypeStep.ts", - "hash": "12854509727277688600" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/blockdroptarget.tsx", + "hash": "14597964550574862411" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ProjectCreateStepBase.ts", - "hash": "6932473933775505497" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/gripper.tsx", + "hash": "17062398617519134809" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/ScriptProjectCreateStep.ts", - "hash": "15163297139299467130" + "file": "libs/designer/src/lib/ui/connections/dynamicsvgs/trafficlightsvgs.tsx", + "hash": "14795306292735185189" }, { - "file": "apps/vs-code-designer/src/app/commands/createNewProject/createProjectSteps/WorkflowProjectCreateStep.ts", - "hash": "12145516951279464570" + "file": "libs/designer/src/lib/ui/connections/edge.tsx", + "hash": "5497512017299495007" }, { - "file": "apps/vs-code-designer/src/app/commands/createSlot.ts", - "hash": "13122905205637169916" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addBranchIcon.svg", + "hash": "18432693650012936880" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperExt.ts", - "hash": "12161500855477225293" + "file": "libs/designer/src/lib/ui/connections/edgeContextMenuSvgs/addNodeIcon.svg", + "hash": "5555780360896210685" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/DataMapperPanel.ts", - "hash": "2961004747776184036" + "file": "libs/designer/src/lib/ui/connections/hiddenEdge.tsx", + "hash": "13807895509711892964" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/FxWorkflowRuntime.ts", - "hash": "4522541350913132312" + "file": "libs/designer/src/lib/ui/connections/onlyEdge.tsx", + "hash": "7876264136480687494" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/dataMapper.ts", - "hash": "11258116130515669458" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/index.tsx", + "hash": "2408849985874822150" }, { - "file": "apps/vs-code-designer/src/app/commands/dataMapper/extensionConfig.ts", - "hash": "10075191348354945271" + "file": "libs/designer/src/lib/ui/connections/runAfterIndicator/styles.less", + "hash": "4860151930479659861" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteLogicApp/deleteLogicApp.ts", - "hash": "14895277555234648124" + "file": "libs/designer/src/lib/ui/index.tsx", + "hash": "16341670098352328808" }, { - "file": "apps/vs-code-designer/src/app/commands/deleteNode.ts", - "hash": "4733267574054585308" + "file": "libs/designer/src/lib/ui/less/logicapps/variables.less", + "hash": "11764721752232747899" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/deploy.ts", - "hash": "4897061654932299103" + "file": "libs/designer/src/lib/ui/less/processsimple/variables.less", + "hash": "18054694947746552645" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/notifyDeployComplete.ts", - "hash": "5210136330995269176" + "file": "libs/designer/src/lib/ui/logicapps.less", + "hash": "8806087804226244251" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/AzureStorageAccountStep.ts", - "hash": "9188408928771288175" + "file": "libs/designer/src/lib/ui/menuItems/commentMenuItem.tsx", + "hash": "17569954728099794023" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/CustomLocationStorageAccountStep.ts", - "hash": "1654632113814189489" + "file": "libs/designer/src/lib/ui/menuItems/copyMenuItem.tsx", + "hash": "583479515840133304" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/storageAccountSteps/SQLStringNameStep.ts", - "hash": "13903031530503885601" + "file": "libs/designer/src/lib/ui/menuItems/deleteMenuItem.tsx", + "hash": "12873127522514834077" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/updateAppSettings.ts", - "hash": "4869802028671417544" + "file": "libs/designer/src/lib/ui/menuItems/index.tsx", + "hash": "17248340653302800129" }, { - "file": "apps/vs-code-designer/src/app/commands/deploy/verifyAppSettings.ts", - "hash": "11183973806602428193" + "file": "libs/designer/src/lib/ui/menuItems/resubmitMenuItem.tsx", + "hash": "11451946634355722234" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/connectToGitHub.ts", - "hash": "9790108692711167549" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/actionList.tsx", + "hash": "8808436492128491535" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/disconnectRepo.ts", - "hash": "8935024565840125528" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/actionList/connectionActionHeader.tsx", + "hash": "11188019418177543078" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/redeployDeployment.ts", - "hash": "17757783226849701195" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.less", + "hash": "10622257218635018165" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewCommitInGitHub.ts", - "hash": "3118499866503970646" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/allConnections.tsx", + "hash": "14381813606682941152" }, { - "file": "apps/vs-code-designer/src/app/commands/deployments/viewDeploymentLogs.ts", - "hash": "16946336365738016652" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectionEntry.tsx", + "hash": "14863904385332766059" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/installDotNet.ts", - "hash": "14700426286273151963" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/connectorConnectionsCard.tsx", + "hash": "105776725888969737" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetInstalled.ts", - "hash": "12955984065148503188" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/allConnections/nodeLinkButton.tsx", + "hash": "3486053682563706186" }, { - "file": "apps/vs-code-designer/src/app/commands/dotnet/validateDotNetIsLatest.ts", - "hash": "67503252290137050" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.less", + "hash": "4295986676874411230" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/installFuncCoreTools.ts", - "hash": "18047538332171694914" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/connectionsPanel.tsx", + "hash": "5044350433743159771" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/uninstallFuncCoreTools.ts", - "hash": "16421460425439894219" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/connectionParameterRow.spec.tsx", + "hash": "17190185412675906484" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/updateFuncCoreTools.ts", - "hash": "5102400899083743915" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnection.spec.tsx", + "hash": "413683764976891703" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsInstalled.ts", - "hash": "3566802881924367933" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/_test__/createConnectionWrapper.spec.tsx", + "hash": "2896450508867033368" }, { - "file": "apps/vs-code-designer/src/app/commands/funcCoreTools/validateFuncCoreToolsIsLatest.ts", - "hash": "2253355473442341254" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/connectionParameterRow.tsx", + "hash": "8866623228316007595" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/DotnetInitVSCodeStep.ts", - "hash": "8367461168796618125" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.less", + "hash": "17888799308169784633" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeLanguageStep.ts", - "hash": "7816928161375360640" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnection.tsx", + "hash": "3217802139905584148" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/InitVSCodeStepBase.ts", - "hash": "8211441423174431273" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/createConnectionWrapper.tsx", + "hash": "962585077833873680" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/ScriptInitVSCodeStep.ts", - "hash": "4543923992427156478" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionMultiAuth.tsx", + "hash": "2345600340639460118" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/WorkflowInitVSCodeStep.ts", - "hash": "16790172706671895508" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/connectionNameInput.tsx", + "hash": "6438581048872326276" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/detectProjectLanguage.ts", - "hash": "730339459731076167" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/gatewayPicker.tsx", + "hash": "4636028013835727768" }, { - "file": "apps/vs-code-designer/src/app/commands/initProjectForVSCode/initProjectForVSCode.ts", - "hash": "16387263368854184722" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyGatewayCheckbox.tsx", + "hash": "14888900866274310223" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/enableFileLogging.ts", - "hash": "8785736729536479883" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyManagedIdentityPicker.tsx", + "hash": "4040358874212544513" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/startStreamingLogs.ts", - "hash": "5405004095284863368" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/legacyMultiAuth.tsx", + "hash": "15708146643216275913" }, { - "file": "apps/vs-code-designer/src/app/commands/logstream/stopStreamingLogs.ts", - "hash": "277688911407886724" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/formInputs/universalConnectionParameter.tsx", + "hash": "18064072806053472795" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/installNodeJs.ts", - "hash": "10531190907180147165" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/createConnection/iFrameTOS.tsx", + "hash": "813895254218562259" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsInstalled.ts", - "hash": "6805897657185145282" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/connectionTable.tsx", + "hash": "16620206185148038430" }, { - "file": "apps/vs-code-designer/src/app/commands/nodeJs/validateNodeJsIsLatest.ts", - "hash": "4042523059976227605" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.less", + "hash": "5385478426844583686" }, { - "file": "apps/vs-code-designer/src/app/commands/openFile.ts", - "hash": "8848677839034017897" + "file": "libs/designer/src/lib/ui/panel/connectionsPanel/selectConnection/selectConnection.tsx", + "hash": "17955152684217995627" }, { - "file": "apps/vs-code-designer/src/app/commands/openInPortal.ts", - "hash": "4414819161159148018" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorCategory.tsx", + "hash": "8096213501021087139" }, { - "file": "apps/vs-code-designer/src/app/commands/pickFuncProcess.ts", - "hash": "12108392818377112463" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/errorsPanel.tsx", + "hash": "6954364116161516939" }, { - "file": "apps/vs-code-designer/src/app/commands/registerCommands.ts", - "hash": "5348466410986195592" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/nodeErrors.tsx", + "hash": "2774370202590136493" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/getRemoteDebugLanguage.ts", - "hash": "11825414888852326472" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.hooks.ts", + "hash": "2990072573754773610" }, { - "file": "apps/vs-code-designer/src/app/commands/remoteDebug/startRemoteDebug.ts", - "hash": "13266183717277799658" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/errorsTab.tsx", + "hash": "16009164000053936481" }, { - "file": "apps/vs-code-designer/src/app/commands/restartLogicApp.ts", - "hash": "9667907052210863860" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.hooks.ts", + "hash": "12787968918952964503" }, { - "file": "apps/vs-code-designer/src/app/commands/startLogicApp.ts", - "hash": "11431794142374272106" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/tabs/warningsTab.tsx", + "hash": "7320427274234546201" }, { - "file": "apps/vs-code-designer/src/app/commands/stopLogicApp.ts", - "hash": "11741482698530295281" + "file": "libs/designer/src/lib/ui/panel/errorsPanel/workflowParameterErrors.tsx", + "hash": "1017935854018236971" }, { - "file": "apps/vs-code-designer/src/app/commands/swapSlot.ts", - "hash": "10014778861188001840" + "file": "libs/designer/src/lib/ui/panel/index.tsx", + "hash": "8931413980282435903" }, { - "file": "apps/vs-code-designer/src/app/commands/viewProperties.ts", - "hash": "17934490034222099721" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/nodeDetailsPanel.tsx", + "hash": "691362796351085760" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/azureConnectorWizard.ts", - "hash": "9519170629001091669" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/aboutTab.tsx", + "hash": "1761891437078855966" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/ConfigureRedirectEndpointStep.ts", - "hash": "2193565893393153407" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/codeViewTab.tsx", + "hash": "1057924626207991961" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/SaveWebhookContextStep.ts", - "hash": "7828137694120726708" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/inputsPanel.tsx", + "hash": "6280253552466033403" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/configureWebhookRedirectEndpoint.ts", - "hash": "11038158381580372609" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/monitoringTab.tsx", + "hash": "8768239693411150392" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/configureWebhookRedirectEndpoint/webhookWizard.ts", - "hash": "4199684356925501631" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/outputsPanel.tsx", + "hash": "7891578013616621917" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/enableAzureConnectors.ts", - "hash": "11358177184398117389" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/monitoringTab/propertiesPanel.tsx", + "hash": "6936908943603154102" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/exportLogicApp.ts", - "hash": "2679770440781556642" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/__test__/getEditorAndOptions.spec.ts", + "hash": "438510564774690503" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/getDebugSymbolDll.ts", - "hash": "4758133665418146451" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/connectionDisplay.tsx", + "hash": "16798406127854826620" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesigner.ts", - "hash": "1121723214110567542" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/identityselector.tsx", + "hash": "3595348225477585500" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerBase.ts", - "hash": "7725573827694650006" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/parametersTab/index.tsx", + "hash": "11057896419932325694" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForAzureResource.ts", - "hash": "8334894307746449914" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/requestTab.tsx", + "hash": "4104206428172572624" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openDesigner/openDesignerForLocalProject.ts", - "hash": "8101227941012600904" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/retryTab.tsx", + "hash": "6547505579084266234" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringView.ts", - "hash": "3673010528497519226" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/scratchTab.tsx", + "hash": "6573526002733579255" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewBase.ts", - "hash": "11911833764116684440" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/settingsTab.tsx", + "hash": "2589613772379687118" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForAzureResource.ts", - "hash": "9168734096888030444" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/tabs/testingTab/index.tsx", + "hash": "5973638345373933302" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openMonitoringView/openMonitoringViewForLocal.ts", - "hash": "17061412144400724615" + "file": "libs/designer/src/lib/ui/panel/nodeDetailsPanel/usePanelTabs.tsx", + "hash": "15042347812954300106" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/openOverview.ts", - "hash": "5828869705447588148" + "file": "libs/designer/src/lib/ui/panel/nodeSearchPanel/nodeSearchPanel.tsx", + "hash": "6338890337184233730" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/reviewValidation.ts", - "hash": "15656574216615797261" + "file": "libs/designer/src/lib/ui/panel/panelRoot.tsx", + "hash": "12332136203110463175" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/StatelessWorkflowsListStep.ts", - "hash": "4880915516707375137" + "file": "libs/designer/src/lib/ui/panel/recommendation/azureResourceSelection.tsx", + "hash": "14199280944066488263" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/UpdateDebugModeStep.ts", - "hash": "17464406121619291255" + "file": "libs/designer/src/lib/ui/panel/recommendation/browseView.tsx", + "hash": "2615756064988394528" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchDebugMode/switchDebugMode.ts", - "hash": "14683371035097063300" + "file": "libs/designer/src/lib/ui/panel/recommendation/customSwaggerSelection.tsx", + "hash": "17548951851137442209" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/switchToDotnetProject.ts", - "hash": "5542561233280181226" + "file": "libs/designer/src/lib/ui/panel/recommendation/operationGroupDetailView.tsx", + "hash": "13695075695640031897" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/useSQLStorage.ts", - "hash": "17702393010275360059" + "file": "libs/designer/src/lib/ui/panel/recommendation/recommendationPanelContext.tsx", + "hash": "5633104287798836216" }, { - "file": "apps/vs-code-designer/src/app/commands/workflows/viewContent.ts", - "hash": "2575534504287821721" + "file": "libs/designer/src/lib/ui/panel/recommendation/searchView.tsx", + "hash": "18046537988904659224" }, { - "file": "apps/vs-code-designer/src/app/debug/validatePreDebug.ts", - "hash": "11739281340875482517" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanel.tsx", + "hash": "1871737709038769946" }, { - "file": "apps/vs-code-designer/src/app/funcConfig/host.ts", - "hash": "9929018485526454933" + "file": "libs/designer/src/lib/ui/panel/workflowParametersPanel/workflowParametersPanelFooter.tsx", + "hash": "6979096270862588135" }, { - "file": "apps/vs-code-designer/src/app/functionsExtension/executeOnFunctionsExt.ts", - "hash": "4009213837140272148" + "file": "libs/designer/src/lib/ui/settings/__tests__/__snapshots__/settingsection.spec.tsx.snap", + "hash": "970334209122746164" }, { - "file": "apps/vs-code-designer/src/app/resourcesExtension/getExtensionApi.ts", - "hash": "8817565709427003190" + "file": "libs/designer/src/lib/ui/settings/__tests__/settingsection.spec.tsx", + "hash": "9667005076024681736" }, { - "file": "apps/vs-code-designer/src/app/templates/TemplateProviderBase.ts", - "hash": "3375335490032478024" + "file": "libs/designer/src/lib/ui/settings/index.tsx", + "hash": "14559726202240722620" }, { - "file": "apps/vs-code-designer/src/app/templates/dotnet/DotnetTemplateProvider.ts", - "hash": "16615866709994104280" + "file": "libs/designer/src/lib/ui/settings/sections/datahandling.tsx", + "hash": "4578759189608616930" }, { - "file": "apps/vs-code-designer/src/app/tree/AzureAccountTreeItemWithProjects.ts", - "hash": "7415266051392608333" + "file": "libs/designer/src/lib/ui/settings/sections/general.tsx", + "hash": "17737294470449076285" }, { - "file": "apps/vs-code-designer/src/app/tree/LogicAppResourceTree.ts", - "hash": "9074539896232376720" + "file": "libs/designer/src/lib/ui/settings/sections/networking.tsx", + "hash": "3442351415387182271" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/ConfigurationsTreeItem.ts", - "hash": "9267693919118671283" + "file": "libs/designer/src/lib/ui/settings/sections/runafter.tsx", + "hash": "15073803307628141748" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionTreeItem.ts", - "hash": "10134355830057584781" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/index.tsx", + "hash": "13259211909852062902" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/connectionsTree/ConnectionsTreeItem.ts", - "hash": "721460261511937589" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterActionSelector.tsx", + "hash": "1121495998656744936" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParameterTreeItem.ts", - "hash": "5398542377692716433" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractiondetails.tsx", + "hash": "1034166355859418220" }, { - "file": "apps/vs-code-designer/src/app/tree/configurationsTree/parametersTree/ParametersTreeItem.ts", - "hash": "3347403338657872606" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafteractionstatuses.tsx", + "hash": "305675838625215663" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowTreeItem.ts", - "hash": "5980647371085397675" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runafterconfiguration.less", + "hash": "1949585750942351876" }, { - "file": "apps/vs-code-designer/src/app/tree/remoteWorkflowsTree/RemoteWorkflowsTreeItem.ts", - "hash": "16412382996484120538" + "file": "libs/designer/src/lib/ui/settings/sections/runafterconfiguration/runaftertrafficlights.tsx", + "hash": "4499489232140778372" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotTreeItem.ts", - "hash": "604082204214613146" + "file": "libs/designer/src/lib/ui/settings/sections/security.tsx", + "hash": "13293113667156220544" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/SlotsTreeItem.ts", - "hash": "5211400042396365247" + "file": "libs/designer/src/lib/ui/settings/sections/tracking.tsx", + "hash": "9211118379886345968" }, { - "file": "apps/vs-code-designer/src/app/tree/slotsTree/artifactsTree/ArtifactsTreeItem.ts", - "hash": "4323159798705886185" + "file": "libs/designer/src/lib/ui/settings/settingsection.tsx", + "hash": "1426261106233320224" }, { - "file": "apps/vs-code-designer/src/app/tree/subscriptionTree/SubscriptionTreeItem.ts", - "hash": "10473063987200566321" + "file": "libs/designer/src/lib/ui/settings/validation/errorbar.tsx", + "hash": "4817919565569896749" }, { - "file": "apps/vs-code-designer/src/app/utils/activityUtils.ts", - "hash": "3595900253866256876" + "file": "libs/designer/src/lib/ui/settings/validation/validation.ts", + "hash": "14117197387047983705" }, { - "file": "apps/vs-code-designer/src/app/utils/appSettings/localSettings.ts", - "hash": "13211032462411797929" + "file": "libs/designer/src/lib/ui/styles.less", + "hash": "8828323265444774935" }, { - "file": "apps/vs-code-designer/src/app/utils/azure.ts", - "hash": "3833124319981952605" + "file": "libs/designer/tsconfig.json", + "hash": "2991600590297984719" }, { - "file": "apps/vs-code-designer/src/app/utils/azureClients.ts", - "hash": "5354517439635689223" + "file": "libs/designer/tsconfig.lib.json", + "hash": "3876625484224042004" }, { - "file": "apps/vs-code-designer/src/app/utils/azurite/activateAzurite.ts", - "hash": "4202845508695897867" + "file": "libs/designer/tsup.config.ts", + "hash": "5034656414761252557" + } + ], + "@microsoft/logic-apps-data-mapper": [ + { + "file": "libs/data-mapper/package.json", + "hash": "11374210066381032052", + "deps": [ + "@microsoft/logic-apps-shared", + "npm:react-intl", + "npm:@fluentui/react", + "npm:@fluentui/react-components", + "npm:@fluentui/react-icons", + "npm:react-redux", + "npm:react-icons", + "npm:reactflow", + "@microsoft/designer-ui", + "npm:react-query", + "npm:@fluentui/react-migration-v8-v9", + "npm:fuse.js", + "npm:@react-hookz/web", + "npm:@fluentui/react-hooks", + "npm:redux-undo", + "npm:@fluentui/azure-themes", + "npm:@fluentui/react-portal-compat", + "npm:@microsoft/applicationinsights-react-js", + "npm:@microsoft/applicationinsights-web", + "npm:@reduxjs/toolkit", + "npm:js-yaml", + "npm:react-dnd", + "npm:react-dnd-html5-backend", + "npm:immer", + "npm:pathfinding", + "npm:@types/react", + "npm:react", + "npm:react-dom" + ] }, { - "file": "apps/vs-code-designer/src/app/utils/binaries.ts", - "hash": "388089461239389146" + "file": "libs/data-mapper/src/index.ts", + "hash": "5472632491119599158" }, { - "file": "apps/vs-code-designer/src/app/utils/bundleFeed.ts", - "hash": "11278198487517151600" + "file": "libs/data-mapper/src/lib/__mocks__/FunctionMock.ts", + "hash": "14141615103418495910" }, { - "file": "apps/vs-code-designer/src/app/utils/cliFeed.ts", - "hash": "5209627703357314360" + "file": "libs/data-mapper/src/lib/__mocks__/HeavyRepeatingMockSchema.json", + "hash": "17770304629225421551" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/apiUtils.ts", - "hash": "2721473099105817663" + "file": "libs/data-mapper/src/lib/__mocks__/NoChildrenMockSchema.json", + "hash": "6877428616429784381" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/common.ts", - "hash": "16092403201611177373" + "file": "libs/data-mapper/src/lib/__mocks__/SimpleMockSchema.json", + "hash": "14358690050668654180" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/connection.ts", - "hash": "17280584654313801797" + "file": "libs/data-mapper/src/lib/__mocks__/index.ts", + "hash": "2773363408802742346" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getAuthorizationToken.ts", - "hash": "11434773582755922466" + "file": "libs/data-mapper/src/lib/__test__/intl-test-helper.tsx", + "hash": "5078806607436249013" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/getWebViewHTML.ts", - "hash": "8914353723910010736" + "file": "libs/data-mapper/src/lib/__test__/schema.spec.ts", + "hash": "8395782275572223290" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/parameter.ts", - "hash": "11370916271253948863" + "file": "libs/data-mapper/src/lib/components/addedFunctionBox/addedFunctionBox.tsx", + "hash": "16603205122567920755" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/startDesignTimeApi.ts", - "hash": "12851745667746697144" + "file": "libs/data-mapper/src/lib/components/breadcrumb/EditorBreadcrumb.tsx", + "hash": "10258201007008948880" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/updateBuildFile.ts", - "hash": "4992286302690682038" + "file": "libs/data-mapper/src/lib/components/buttonContainer/ButtonContainer.tsx", + "hash": "8534942872367954833" }, { - "file": "apps/vs-code-designer/src/app/utils/codeless/urihandler.ts", - "hash": "12439909453655537151" + "file": "libs/data-mapper/src/lib/components/buttonPivot/ButtonPivot.tsx", + "hash": "15022977686795039418" }, { - "file": "apps/vs-code-designer/src/app/utils/credentials.ts", - "hash": "9526611676815672231" + "file": "libs/data-mapper/src/lib/components/canvasControls/CanvasControls.tsx", + "hash": "12397917326030950019" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/dotnet.ts", - "hash": "18100208350276697387" + "file": "libs/data-mapper/src/lib/components/canvasToolbox/CanvasToolbox.tsx", + "hash": "1675148636656834599" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/executeDotnetTemplateCommand.ts", - "hash": "11195002535064666626" + "file": "libs/data-mapper/src/lib/components/codeView/CodeView.tsx", + "hash": "4500469198916948898" }, { - "file": "apps/vs-code-designer/src/app/utils/dotnet/parseDotnetTemplates.ts", - "hash": "16513329002632778630" + "file": "libs/data-mapper/src/lib/components/commandBar/EditorCommandBar.tsx", + "hash": "15591781288413492668" }, { - "file": "apps/vs-code-designer/src/app/utils/errors.ts", - "hash": "6337192314829286295" + "file": "libs/data-mapper/src/lib/components/configPanel/AddOrUpdateSchemaView.tsx", + "hash": "10224908465129074278" }, { - "file": "apps/vs-code-designer/src/app/utils/extension.ts", - "hash": "8597463145754720643" + "file": "libs/data-mapper/src/lib/components/configPanel/ConfigPanel.tsx", + "hash": "2306687655733353822" }, { - "file": "apps/vs-code-designer/src/app/utils/feed.ts", - "hash": "11078950491452597655" + "file": "libs/data-mapper/src/lib/components/configPanel/DefaultConfigView.tsx", + "hash": "4978643643123088343" }, { - "file": "apps/vs-code-designer/src/app/utils/fs.ts", - "hash": "10454176105648465536" + "file": "libs/data-mapper/src/lib/components/configPanel/SelectExistingSchema.tsx", + "hash": "16079196945272553302" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/cpUtils.ts", - "hash": "2643409337300275114" + "file": "libs/data-mapper/src/lib/components/configPanel/UploadNewSchema.tsx", + "hash": "9459439117530038422" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcHostTask.ts", - "hash": "15542602281912482110" + "file": "libs/data-mapper/src/lib/components/configPanel/style.less", + "hash": "1527231942813543886" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/funcVersion.ts", - "hash": "168472165892576464" + "file": "libs/data-mapper/src/lib/components/edge/ConnectionEdge.tsx", + "hash": "3490028716472595634" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getBrewPackageName.ts", - "hash": "11613730303036346440" + "file": "libs/data-mapper/src/lib/components/fileDropdown/fileDropdown.tsx", + "hash": "11032931063624269338" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getFuncPackageManagers.ts", - "hash": "17614489772909813009" + "file": "libs/data-mapper/src/lib/components/floatingPanel/FloatingPanel.tsx", + "hash": "16949676118746384339" }, { - "file": "apps/vs-code-designer/src/app/utils/funcCoreTools/getNpmDistTag.ts", - "hash": "16131810591978900690" + "file": "libs/data-mapper/src/lib/components/functionIcon/FunctionIcon.tsx", + "hash": "5754477981864776328" }, { - "file": "apps/vs-code-designer/src/app/utils/getCoreNodeModule.ts", - "hash": "5474082429921495272" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionList.tsx", + "hash": "8248408736294624544" }, { - "file": "apps/vs-code-designer/src/app/utils/git.ts", - "hash": "12773428193671641806" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListHeader.tsx", + "hash": "1309869007463816848" }, { - "file": "apps/vs-code-designer/src/app/utils/nodeJs/nodeJsVersion.ts", - "hash": "8596095749121613195" + "file": "libs/data-mapper/src/lib/components/functionList/FunctionListItem.tsx", + "hash": "13628344667890779793" }, { - "file": "apps/vs-code-designer/src/app/utils/parseJson.ts", - "hash": "18084363227171215626" + "file": "libs/data-mapper/src/lib/components/globalView/GlobalView.tsx", + "hash": "15205348783145905209" }, { - "file": "apps/vs-code-designer/src/app/utils/requestUtils.ts", - "hash": "8369160542664851064" + "file": "libs/data-mapper/src/lib/components/index.tsx", + "hash": "14428353282588746736" }, { - "file": "apps/vs-code-designer/src/app/utils/taskUtils.ts", - "hash": "12408115648321618520" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputDropdown.tsx", + "hash": "2162817837155313327" }, { - "file": "apps/vs-code-designer/src/app/utils/telemetry.ts", - "hash": "11916907140988211314" + "file": "libs/data-mapper/src/lib/components/inputTypes/InputTextbox.tsx", + "hash": "13553412525983781799" }, { - "file": "apps/vs-code-designer/src/app/utils/timeout.ts", - "hash": "14778113605060537252" + "file": "libs/data-mapper/src/lib/components/mapOverview/MapOverview.tsx", + "hash": "12346138118521841651" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/assets.ts", - "hash": "17799585098475395215" + "file": "libs/data-mapper/src/lib/components/nodeCard/HandleWrapper.tsx", + "hash": "13284155248340962799" }, { - "file": "apps/vs-code-designer/src/app/utils/tree/projectContextValues.ts", - "hash": "18167521601394077735" + "file": "libs/data-mapper/src/lib/components/nodeCard/NodeCard.tsx", + "hash": "6881307329438277742" }, { - "file": "apps/vs-code-designer/src/app/utils/verifyIsProject.ts", - "hash": "13920597240309833189" + "file": "libs/data-mapper/src/lib/components/nodeCard/SchemaCard.tsx", + "hash": "17557070717023693689" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/launch.ts", - "hash": "9759327367702436958" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/ExpandedFunctionCard.tsx", + "hash": "6406696257549309205" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/settings.ts", - "hash": "1968553941266221567" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/FunctionCard.ts", + "hash": "287685334620412869" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/tasks.ts", - "hash": "15287783653212061089" + "file": "libs/data-mapper/src/lib/components/nodeCard/functionCard/SimpleFunctionCard.tsx", + "hash": "7705748749211233193" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyInitForVSCode.ts", - "hash": "6828207763303964975" + "file": "libs/data-mapper/src/lib/components/notification/Notification.tsx", + "hash": "3936423784858816038" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyTargetFramework.ts", - "hash": "11094466494008399309" + "file": "libs/data-mapper/src/lib/components/propertiesPane/PropertiesPane.tsx", + "hash": "436733766006015729" }, { - "file": "apps/vs-code-designer/src/app/utils/vsCodeConfig/verifyVSCodeConfigOnActivate.ts", - "hash": "2154894462698790548" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/BoundedInputEntry.tsx", + "hash": "2902656052842124085" }, { - "file": "apps/vs-code-designer/src/app/utils/windowsProcess.ts", - "hash": "8439101078638289221" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/CodeTab.tsx", + "hash": "12588249875741308347" }, { - "file": "apps/vs-code-designer/src/app/utils/workspace.ts", - "hash": "16375631922651977733" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/FunctionNodePropertiesTab.tsx", + "hash": "3371960444479219998" }, { - "file": "apps/vs-code-designer/src/assets/Connection.svg", - "hash": "15647431244608701397" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/SchemaNodePropertiesTab.tsx", + "hash": "13107346633144606217" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsFile", - "hash": "10584527306322621934" + "file": "libs/data-mapper/src/lib/components/propertiesPane/tabs/TestTab.tsx", + "hash": "3431317465765506117" }, { - "file": "apps/vs-code-designer/src/assets/FunctionProjectTemplate/FunctionsProj", - "hash": "3810450270713476659" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SchemaNameBadge.tsx", + "hash": "931212623622312724" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsProductionSlot.svg", - "hash": "4245860993464393581" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SelectSchemaCard.tsx", + "hash": "2252689483688433412" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlot.svg", - "hash": "6824072606396484945" + "file": "libs/data-mapper/src/lib/components/schemaSelection/SourceSchemaPlaceholder.tsx", + "hash": "16227082704057520509" }, { - "file": "apps/vs-code-designer/src/assets/azLogicAppsSlots.svg", - "hash": "10950725022355073892" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover.svg", + "hash": "10162125979217322629" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/itemTemplates-~1.nupkg", - "hash": "576791979954694443" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onHover_dark.svg", + "hash": "1365034521116895969" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/projectTemplates-~1.nupkg", - "hash": "12306089950511122041" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest.svg", + "hash": "5783780993646471511" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~1/version.txt", - "hash": "2239336814154262202" + "file": "libs/data-mapper/src/lib/components/schemaSelection/card_onRest_dark.svg", + "hash": "12114143726703313044" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/itemTemplates-~2.nupkg", - "hash": "7211845892991047855" + "file": "libs/data-mapper/src/lib/components/sidePane/SidePane.tsx", + "hash": "7202237167327210605" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/projectTemplates-~2.nupkg", - "hash": "7215558518247341170" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerItem.tsx", + "hash": "1200938118723756534" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~2/version.txt", - "hash": "4598916924084671926" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/mapCheckerTab/MapCheckerTab.tsx", + "hash": "1012998571701681502" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/itemTemplates-~3.nupkg", - "hash": "8406210736576622585" + "file": "libs/data-mapper/src/lib/components/sidePane/tabs/targetSchemaTab/TargetSchemaTab.tsx", + "hash": "12160064669768110122" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/projectTemplates-~3.nupkg", - "hash": "9257116971448085886" + "file": "libs/data-mapper/src/lib/components/style.less", + "hash": "16697434201106803776" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~3/version.txt", - "hash": "3621284916386716836" + "file": "libs/data-mapper/src/lib/components/testMapPanel/TestMapPanel.tsx", + "hash": "1043813905809112628" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/item.nupkg", - "hash": "16767884502249044946" + "file": "libs/data-mapper/src/lib/components/tooltip/tooltip.tsx", + "hash": "9602489998542264304" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net5.0-isolated/project.nupkg", - "hash": "12435277816665445182" + "file": "libs/data-mapper/src/lib/components/tree/SchemaTreeSearchbar.tsx", + "hash": "6227532534870526144" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "libs/data-mapper/src/lib/components/tree/SourceSchemaTreeItem.tsx", + "hash": "7886860379443982562" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "libs/data-mapper/src/lib/components/tree/TargetSchemaTreeItem.tsx", + "hash": "9624723269802669778" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/item.nupkg", - "hash": "15689618091200745940" + "file": "libs/data-mapper/src/lib/components/tree/Tree.tsx", + "hash": "8054479495813088206" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net6.0/project.nupkg", - "hash": "5650505684305619652" + "file": "libs/data-mapper/src/lib/components/tree/TreeBranch.tsx", + "hash": "11318338330539713068" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/item.nupkg", - "hash": "8836914518393574591" + "file": "libs/data-mapper/src/lib/components/warningModal/WarningModal.tsx", + "hash": "6683692349789938244" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/net7.0-isolated/project.nupkg", - "hash": "1000406548186478802" + "file": "libs/data-mapper/src/lib/constants/FunctionConstants.tsx", + "hash": "9474546573542884474" }, { - "file": "apps/vs-code-designer/src/assets/backupTemplates/dotnet/~4/version.txt", - "hash": "6146631829358995396" + "file": "libs/data-mapper/src/lib/constants/MapDefinitionConstants.ts", + "hash": "9216304019284249108" }, { - "file": "apps/vs-code-designer/src/assets/dark/Codeless.svg", - "hash": "4245860993464393581" + "file": "libs/data-mapper/src/lib/constants/NodeConstants.ts", + "hash": "16279862027290865289" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "libs/data-mapper/src/lib/constants/ReactFlowConstants.ts", + "hash": "63281905083235104" }, { - "file": "apps/vs-code-designer/src/assets/dark/CreateNewProject.svg", - "hash": "6618528922142727668" + "file": "libs/data-mapper/src/lib/core/DataMapDataProvider.tsx", + "hash": "2119175370219112170" }, { - "file": "apps/vs-code-designer/src/assets/dark/export.svg", - "hash": "4203088445943374133" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerContext.tsx", + "hash": "4728474869371566435" }, { - "file": "apps/vs-code-designer/src/assets/dark/filter.svg", - "hash": "2157761159649928725" + "file": "libs/data-mapper/src/lib/core/DataMapperDesignerProvider.tsx", + "hash": "15720533640718112418" }, { - "file": "apps/vs-code-designer/src/assets/dark/info.svg", - "hash": "10259827920845009789" + "file": "libs/data-mapper/src/lib/core/index.ts", + "hash": "17728252828542620020" }, { - "file": "apps/vs-code-designer/src/assets/dark/list-unordered.svg", - "hash": "15172864931349783756" + "file": "libs/data-mapper/src/lib/core/queries/datamap.ts", + "hash": "9336784234862841153" }, { - "file": "apps/vs-code-designer/src/assets/dark/refresh.svg", - "hash": "12913855549590469120" + "file": "libs/data-mapper/src/lib/core/queries/functions.ts", + "hash": "9075525510237815946" }, { - "file": "apps/vs-code-designer/src/assets/dark/visible.svg", - "hash": "15527356031076482326" + "file": "libs/data-mapper/src/lib/core/queries/schema.ts", + "hash": "13294590656211176080" }, { - "file": "apps/vs-code-designer/src/assets/dark/wand.png", - "hash": "2323447109945934437" + "file": "libs/data-mapper/src/lib/core/services/appInsights/AppInsights.ts", + "hash": "5423319519120387627" }, { - "file": "apps/vs-code-designer/src/assets/dark/workflow.svg", - "hash": "3274518933561120400" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/DataMapperApiService.ts", + "hash": "9392105193070614482" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/data-mapper/src/lib/core/services/dataMapperApiService/index.ts", + "hash": "15115567686730099658" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/data-mapper/src/lib/core/services/index.ts", + "hash": "17713914166270244963" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/data-mapper/src/lib/core/state/AppSlice.ts", + "hash": "3978208177201101476" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/data-mapper/src/lib/core/state/DataMapSlice.ts", + "hash": "2345282136753381843" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/data-mapper/src/lib/core/state/FunctionSlice.ts", + "hash": "8144585438365623290" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/data-mapper/src/lib/core/state/ModalSlice.ts", + "hash": "8329083872052003118" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "10811906832528493729" + "file": "libs/data-mapper/src/lib/core/state/PanelSlice.ts", + "hash": "13780116185320446560" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "6253575686098009499" + "file": "libs/data-mapper/src/lib/core/state/SchemaSlice.ts", + "hash": "1844323867195659318" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "4098931202983786207" + "file": "libs/data-mapper/src/lib/core/state/Store.ts", + "hash": "11335664211370179539" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/data-mapper/src/lib/core/state/__test__/DataMapSlice.spec.ts", + "hash": "14083985203055166555" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/data-mapper/src/lib/exceptions/MapDefinitionExceptions.ts", + "hash": "3651895461739624717" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/data-mapper/src/lib/images/CategoryIcons.tsx", + "hash": "9602396280237708280" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/net6.0/Newtonsoft.Json.dll", - "hash": "1636695999285125481" + "file": "libs/data-mapper/src/lib/images/DataType16Icons.tsx", + "hash": "3966523736504478114" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/data-mapper/src/lib/images/DataType24Icons.tsx", + "hash": "3717071440296795971" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/data-mapper/src/lib/images/FunctionIcons.tsx", + "hash": "18312574586759606725" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/data-mapper/src/lib/images/IconModel.ts", + "hash": "12022961688999857592" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/data-mapper/src/lib/index.ts", + "hash": "12536403810420775901" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionDeserializer.ts", + "hash": "11971351871449799719" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapDefinitionSerializer.ts", + "hash": "231476621227209942" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "12187774501315130464" + "file": "libs/data-mapper/src/lib/mapDefinitions/MapMetadataSerializer.ts", + "hash": "14825710363869872009" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "7368448719439030691" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionDeserializer.spec.ts", + "hash": "11190645468593154735" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "1164676230893833197" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionE2e.spec.ts", + "hash": "14736012937266371921" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapDefinitionSerializer.spec.ts", + "hash": "13887358761389139212" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/data-mapper/src/lib/mapDefinitions/__test__/MapMetadataSerializer.spec.ts", + "hash": "17897683696959454955" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/data-mapper/src/lib/mapDefinitions/index.ts", + "hash": "12140356380068737353" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp2.0/Newtonsoft.Json.dll", - "hash": "2868804174007093570" + "file": "libs/data-mapper/src/lib/models/Connection.ts", + "hash": "6713086379975707272" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.DotNet.Cli.CommandLine.dll", - "hash": "12607837922534833545" + "file": "libs/data-mapper/src/lib/models/Function.ts", + "hash": "4870906847571201219" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Abstractions.dll", - "hash": "14247385368236522641" + "file": "libs/data-mapper/src/lib/models/ReactFlow.ts", + "hash": "15870582288808787686" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Cli.dll", - "hash": "5140261514245194370" + "file": "libs/data-mapper/src/lib/models/__test__/schema.spec.ts", + "hash": "2503294176815549333" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.Contracts.dll", - "hash": "9085355726053482359" + "file": "libs/data-mapper/src/lib/models/index.ts", + "hash": "15048481124323271890" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Core.dll", - "hash": "2422430400149695791" + "file": "libs/data-mapper/src/lib/styles.less", + "hash": "6908331227144989949" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Edge.dll", - "hash": "424164910549354" + "file": "libs/data-mapper/src/lib/typings.d.ts", + "hash": "8667080681692980982" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.deps.json", - "hash": "17474514795579720783" + "file": "libs/data-mapper/src/lib/ui/DataMapperDesigner.tsx", + "hash": "5175306600030063384" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.dll", - "hash": "1966951836172479399" + "file": "libs/data-mapper/src/lib/ui/ReactFlowStyleOverrides.css", + "hash": "10316055516907888527" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.JsonCli.runtimeconfig.json", - "hash": "563534334865091586" + "file": "libs/data-mapper/src/lib/ui/ReactFlowWrapper.tsx", + "hash": "13390357502855812372" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Orchestrator.RunnableProjects.dll", - "hash": "11749614885411913071" + "file": "libs/data-mapper/src/lib/ui/index.ts", + "hash": "15113147962899261470" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateEngine.Utils.dll", - "hash": "18217028720254003628" + "file": "libs/data-mapper/src/lib/utils/Array.Utils.ts", + "hash": "16408345537354737101" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Microsoft.TemplateSearch.Common.dll", - "hash": "12504260808484191058" + "file": "libs/data-mapper/src/lib/utils/Browser.Utils.ts", + "hash": "1686767970297098011" }, { - "file": "apps/vs-code-designer/src/assets/dotnetJsonCli/netcoreapp3.0/Newtonsoft.Json.dll", - "hash": "3438342450555214691" + "file": "libs/data-mapper/src/lib/utils/Connection.Utils.ts", + "hash": "2434825439260665638" }, { - "file": "apps/vs-code-designer/src/assets/light/Codeless.svg", - "hash": "4245860993464393581" + "file": "libs/data-mapper/src/lib/utils/DataMap.Utils.ts", + "hash": "16723311339534011344" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewCodeProject.svg", - "hash": "3654728019765167060" + "file": "libs/data-mapper/src/lib/utils/Edge.Utils.ts", + "hash": "8480594156287949923" }, { - "file": "apps/vs-code-designer/src/assets/light/CreateNewProject.svg", - "hash": "12548280711520177657" + "file": "libs/data-mapper/src/lib/utils/Function.Utils.ts", + "hash": "5131927761100189734" }, { - "file": "apps/vs-code-designer/src/assets/light/export.svg", - "hash": "4203088445943374133" + "file": "libs/data-mapper/src/lib/utils/Icon.Utils.tsx", + "hash": "15649534183471564687" }, { - "file": "apps/vs-code-designer/src/assets/light/filter.svg", - "hash": "808289461830434574" + "file": "libs/data-mapper/src/lib/utils/Intl.Utils.ts", + "hash": "8490159670981334068" }, { - "file": "apps/vs-code-designer/src/assets/light/info.svg", - "hash": "8008068589209490939" + "file": "libs/data-mapper/src/lib/utils/Layout.Utils.ts", + "hash": "13852057286094725726" }, { - "file": "apps/vs-code-designer/src/assets/light/list-unordered.svg", - "hash": "5714860970048264528" + "file": "libs/data-mapper/src/lib/utils/Logging.Utils.ts", + "hash": "1056814422116962324" }, { - "file": "apps/vs-code-designer/src/assets/light/refresh.svg", - "hash": "17185510816311412914" + "file": "libs/data-mapper/src/lib/utils/MapChecker.Utils.ts", + "hash": "7706926125373966162" }, { - "file": "apps/vs-code-designer/src/assets/light/visible.svg", - "hash": "2086515071006177202" + "file": "libs/data-mapper/src/lib/utils/MapDefinition.Utils.ts", + "hash": "17896084943722718154" }, { - "file": "apps/vs-code-designer/src/assets/light/wand.png", - "hash": "2740478162349478720" + "file": "libs/data-mapper/src/lib/utils/ReactFlow.Util.ts", + "hash": "17700627488664204153" }, { - "file": "apps/vs-code-designer/src/assets/light/workflow.svg", - "hash": "3274518933561120400" + "file": "libs/data-mapper/src/lib/utils/Schema.Utils.ts", + "hash": "1510231232034717112" }, { - "file": "apps/vs-code-designer/src/assets/logicAppResources.png", - "hash": "7844543986362065723" + "file": "libs/data-mapper/src/lib/utils/__mocks__/index.ts", + "hash": "9183598294036602086" }, { - "file": "apps/vs-code-designer/src/assets/logicapp.png", - "hash": "18231532070800362266" + "file": "libs/data-mapper/src/lib/utils/__mocks__/indexedConnections.ts", + "hash": "2591378645563686133" }, { - "file": "apps/vs-code-designer/src/constants.ts", - "hash": "10884448731183309126" + "file": "libs/data-mapper/src/lib/utils/__mocks__/linkedLoopConnections.ts", + "hash": "3757182914660000889" }, { - "file": "apps/vs-code-designer/src/environments/environment.prod.ts", - "hash": "10220522844224226756" + "file": "libs/data-mapper/src/lib/utils/__mocks__/sourceSchemaNodes.ts", + "hash": "4652895062524218585" }, { - "file": "apps/vs-code-designer/src/environments/environment.ts", - "hash": "1135292433917692033" + "file": "libs/data-mapper/src/lib/utils/__test__/ConnectionUtils.spec.ts", + "hash": "16304634453111028700" }, { - "file": "apps/vs-code-designer/src/extensionVariables.ts", - "hash": "1011803126032346158" + "file": "libs/data-mapper/src/lib/utils/__test__/DataMapUtils.spec.ts", + "hash": "16121681897376756515" }, { - "file": "apps/vs-code-designer/src/localize.ts", - "hash": "8909848188136259962" + "file": "libs/data-mapper/src/lib/utils/__test__/FunctionUtils.spec.ts", + "hash": "15152740453553295329" }, { - "file": "apps/vs-code-designer/src/main.ts", - "hash": "12693268671030990594" + "file": "libs/data-mapper/src/lib/utils/__test__/IconUtils.spec.ts", + "hash": "11931976114526883032" }, { - "file": "apps/vs-code-designer/src/onboarding.ts", - "hash": "1284380110401789108" + "file": "libs/data-mapper/src/lib/utils/__test__/SchemaUtils.spec.ts", + "hash": "3153965796357963823" }, { - "file": "apps/vs-code-designer/src/package.json", - "hash": "11609901045508539230" + "file": "libs/data-mapper/src/lib/utils/__test__/TypeCheckUtils.spec.ts", + "hash": "3809914266296290977" }, { - "file": "apps/vs-code-designer/tsconfig.app.json", - "hash": "9654856818679042867" + "file": "libs/data-mapper/src/lib/utils/index.ts", + "hash": "5033003906952262405" }, { - "file": "apps/vs-code-designer/tsconfig.json", - "hash": "1646188906733341306" + "file": "libs/data-mapper/tsconfig.json", + "hash": "2883325760657722404" }, { - "file": "apps/vs-code-designer/tsconfig.spec.json", - "hash": "9983375138734725293" + "file": "libs/data-mapper/typing/sort-paths.d.ts", + "hash": "13071285186636949876" } ] }, diff --git a/.nx/cache/lockfile.hash b/.nx/cache/lockfile.hash index fd796766198..69e11ed309d 100644 --- a/.nx/cache/lockfile.hash +++ b/.nx/cache/lockfile.hash @@ -1 +1 @@ -675613950241054844 \ No newline at end of file +6482053101569656707 \ No newline at end of file diff --git a/.nx/cache/nx_files.nxt b/.nx/cache/nx_files.nxt index 7b37a6fc1ca71ce3fbda2ad5d1635cbbdea84596..e606427882ea5e401616ba43dba9adaa6450d76f 100644 GIT binary patch literal 220884 zcmcG%36x~nS>GvS1{rHGc;v%DV{{mV!EBk45s?`gDP%)+R<*jCs_s%{wHg^g5}Elb zGrA%pQn6HJwsk}a7{CS&o8}-NWEdpd4CWwY8ykTHm>C!k0~iSg8-ozrSnQhzJi}N% zJ-`2Vmv?XEdoQa?Om@F|YrN&&?|#ewTkZ>9@Phj=@wm;49him=@`~2B&SJ>#VY_Pn7<&`X-%fjFN zZT`8;a)sqlmd9Cik87--V0n^-_r8CFHGlD4^xT^qxWy8l`4>2rUh^7u^jn>Ot-tPX zv;IQA&FcP_`0a3yu-3T&{}leb_HXmgkmZg)rfc;c?A{;okJjP$$Lxgd*Zb|eetnjl z(>uR`{qUY|^5?$HAN%s;9Gmg}y7yOb;44|aiX}WtYrRvrpMIl7$G_fR_h!F-3+r!X z`5#%{&hn2~{wEe)tH1AI`yDL*mH++sCgFaGu?*wOKyvcvA(f12%|@yA)+e;@z+T(Yn0!{5(yoWJ}3j(>iEB^(cH zo%==pQM-g=@2|M-mpS$UfBe^3e~{(3S@^rJMZf($HvWJ`+kfcSf6V&-^4sY%(rsPO zCGq*%Pyhal|GkchChQ!?L>M2z@)uZi>?8eJ+aJaDi&*$SyRV+}(HxBT(Z&4zC60X@ zi?(0F`eiJi%%b(64n%F<@pV7bKd2+I`~{q|L? zAM@MV4}VuVrr&FM+@IIB&R=8y34iR>ey!s-{q`-t*7Z*%+h4%;>sa{z{ul9&&TCu0 z{bIkb?R~a&T;~hFeZ=}17M)jn>0H`xx_-nzI{tdrGnNI*U6y++>9yKE<(TfJzh~Lj z@7|Cc`%=ICCe~lZqW0GE-^XH{cmRd7Qe0Mzm;vR zzs(=hwcpP6cd)#T#*WW*7U(eCD)?r)w`uk`8JgfU3$?~q``X6Ll$K93g zU;X~w9DEPU53z)Ex-Q)NhuQfN7Pb4oV*R5mKgJTS)jC}J;~f9jOXqa{f8*FsEFBMY z|C1co@Aba_hV7s6*S(kZ`}{U5Yv=S?Kg+>?@6Z1t>-V#$O?59e?K^+jpZ`_Xzs3@d z|GGb}YyX4a*1h%jyUG6Vv;7Awf9Q|tdR-HE?H_Uck6HeNLQ8K9+5@$Hynf^sG-{|E0;XPh$I%S#(Z|?x$yI9rm@YKOO%xt_|n4 z{u{}?bj@e5|C!0L&-T~rUTof9;h%PLew}Td>-%H6=jZrix}W~S^IpmEzv<8En11)S z{O>;3AJ?(ZWBW486@TtgzkZyx&foC+ulDQkj9dP^t_jclLXN%8AGep`A9nBW^N;om z)^}KDeqX=Uadz!{!~V1W{2TmQ*XZ1v*#BtO;W`};f1-&m^Vfe3>u}9Cv;8eBZ}I1J zeK_~`{jnGE+qbg)c9ws_qVM@0f9@Tu|GD4(7yexM{r9u~E*8;_mLKrfy_@xWSajWw zu>Myp|0~N+v4rRUG~4g>`#pk-D{Oy| zMZf(`*1GPuS?e3M{0`fC-tYSLANsY9{TbW;FN=QjQ7kXyCORJeUgY;*!uqAl=eYi_ zaqMOO_$RT}eYEKJT65_Bf9KEZnD)att<%5oJ01H}F8p+s&t_R+*Dj>s^k~ zbn&-e;;#+I_Si4{@4~U$e*cj55sSWg=#S~1BfovjI()0H8MA-Fa>}CpGrtbk{2li7 zd;RIW+j{P~H*)+dSiaJq4}A5j+5fvNe~;yBS<>I=w;#zpIBfU%dVgNmgy($&$G(Z> zn_0rMw0=vn|5m^K?X1K7zk}_!`F*uXIR18y{X>@TWYK;8iC=%WU%$hzb^SZp{^x#Q z*QS5r{dAq~&t>=D#Xs+6(YCG)&kVnN4=2KQy4H32%@6a>kJMcAUqzg=_SFp$$Li@AX@(e~;z&{r(@Z{*Qk9PyIUlUibb_9Me84d+vW`<3lXr zzAxaVw4HwQ3pw^tEH7etF^hixv8;8!<-d>P_+Mf9L>B(PuWMh%M!4>i*nT;SX#G=I z>-=Z=wVwOgZ0lM*f5mTy--dO|U%$3=zRUh!Y0Dj@9UY`|6KMz zk7e5**Rw9O{U{6n-@nQ~x>n0gws%-=vFNwqy|jKU$F%+;zt*v#KYJ@-9q{}7Ar6}}~`|L5d4I`(7i|2T{K_9s}sm*wYJ{w+)T`(N<; zq2B`E*ERp%pZg`&@Aum}uD=hk|0^uN%JOUeTzHpXXaBcYevjo3S^k8@{mQ-fpZfj( zn{{~Ze`fnbI?nRZyhQkZ{VshcwZmWLz<Ysx}UCVaZLALW8G%y_-oev zy2pBxWs61Ey}}>=9M-R7(S1LU^;LiTalh8Rb$#F?pU?4YEH_wmT<7%;uV!ECo2KeWG9e+;G4!;>C*XiAK?Ibz&`eb{`_Fcb!>epv}t^55Qzx_tP*1f{tmvZc@Siahy z`@5{aj)nj4e}g~vjjVN_H~anYTOHH(xA^0s-Ska5_xG2se=GZMW6?SN?(J-ce)~?g z^_}0tTIaskueJS7w*Q$w|1bUVcO~aVtMB&bb-n)H97rsx|s;_>W^V-+$rwOV|(n_z^Vl3t3*o@)ucjj~BE47#9AwZ_}}lW9Q>p^v<8aTE||-TJQOC z*1F%P`17C2`qNlGoh8^6dM_=X$ua$w*RXrDdq2FJ?xl0umn_w`{yxk9#_c`#+zR_G z7G2+A9ooC=uiIq3#iHlwnsELV{=C}nm27_=%g3;-`|8?D?DN0v>vxygxxy0KO5gq{ z`&U^$pXEA>uG8;BUq0cF>AQ7LozveA$6w3xI+nl0@$fsf!xwW**MwuCJ#_3#{5fq8 z*xqB=XDR&g@C@B2Y=`^kH~Kr`+M&PR9dXZkhGXGct?wk)9J8(aP5d<{et+SwIb;1S zi@y7ftiP1yD_C@&uVMXlEPAJ}XZ?--xXyhu+izz1A6UZs>K@<9{##k}e*b{AuKhOF z-|mm;_;)1R+7Ex>K7rQ0v*J2EL;d(&ocqhH-?4Pf_p<*^mhWQ;ZK-v5hSq_Obo^g( z-S@NTJ;OCW!2S;|9s3EtuXp@Ow!^jh-M?Y~XZ$hUQ*@#8;XB^z&;1{)f1c$7EV|FH zvHlGfUHgCf^>6xhphKPeZI1m8%kQ%Mfj|Er{rXQ>|0#>!p`832WV3+kZ9r{Y%;YZ&^Mu zIi}z1@00v7xA)w0FK1uR3(KeY^M9T7r?Gq%%L)ts+dJrYx^|TVJ(h5vu(o&SeBce~ zyX%@w{~PfU^_!MH$3BNe*M{Y9vH#cD*ZuT6wbRG4e6Ih!j_KM**#CT%Yb?5#j)%V| zIChKW3t4n*z*_C4d+qsSx~KT1d(E2b-1T~^JVORHH)_O_jPQ4Bg;3j=w5G5&gq?W>|6Y?Z%xj< zjqSJl{XkQ?R`=BN{$XMw=U7C~zsOp@*LAkD{i}Xk`@iP5b)BC78|;5DIj`ft z>GyvtIUdH#?px~04fkfP(d2NrzcM&EnXSx@2Gio8HJk3Y4vN|Ea9m7R z_D92FJYSg=)4Rj{g3E_{t^LV(wm3eS4=3Z+^`ub+C*Iny();AmP#>v*DXBX4rn%e6U55DZ1sI?Q?=CS$w zWZT-yp3q%i@3l8*jQ09QkC*QD>gEBlj!VkNYOy{vA(KRKom5A;PRqsiGZ?LKSW z9TxYtIWe4H9lvTge{8YGy}Rvpe|>AK-|KCxb+Aui)$H(-VdXUzd z&$!uox4pi(wYJgT==Ay3M_wN+by~TXa+YZME#VL0_ZFlU$*V^>`2G7}8+vsNZj%2kz znL-6d0kdL0r{`OK9VnpN?`>`L)}W`gPM1FF_8mD@c26dAC+z?-$# zI(%)X137g%{NLN$a6NJ`m=9KtX;8>n<4Pn?Kc7IPV|sUgFupsOZBNGY>0~r(ZD+gg zi|OC3_GY)!TkEcEZLF=ew^k2_^P|OHByDcP9fzZ0Wi;7eJv$!tHru@ox?r=v*xR$58MAJm{Oum+;J7Bg-%YVGdM8Opo6)`W}M5PDgiofP|erT%)my|LBZT<@&6 zJ6pYWzq{e?-u$V9gM;GW(ZzUQ%;J&BX>0j_eQuA>q$S&(&PH!@tFyMb;cp%W+sR=6 z&fu_EeP%Wp(}U}4yiJFe>B3|-H`lZ8OjY{yPdLOzXM+*lTZdJyb++1DTlN(X!I``rD(^q@67rsEM3 z#p#^SJ1BOC?jF)x-Cn=D)`O{cdfm=?zn|YOCkDES@pgAG8ZtuZG1`Gn z=O!Dx&sJvxc|cQ?%{bdXDvk$?P)6FcI4Z`o;oaiaV0u{0ckGlABxKv|wc(&*C!LM8 zEt>XW`%*0WoRFQt3+Kh5lem}m_a}?71a7;%i5%#3Y17Rv&+K$^UN$WT`*Ujm#}Y3y zRId+C0xN{A_B!1@?FS#+q9-~XCkz8GEPpRKH7z8R60W?t24CX4d&pGS=~}zvIDRz+ z^97^8u?|*71F`107|?9>z>VuRqaJ>@(G{oJT;J+4${lG`uo%~qe9h(J_7GmC&U{L} zt9IG!Z^7c%k-eLIQyYm@!KvtlsaKN{?fiUY6YJPlL7bZ~GfC!}-|_Q(o)?*Vfm%8~r}Ql5bmI zrzIbj9~`C1B`OyB+6MI2L4`#_SZ`mO?8D8TEl}vCzQ-{oLAg5GA4!McvR-G6w^(b_ zsr{yRalbd?&d_Pj+E;^TMhBOJx|C5(n_frWZuU^1F(BGoXmHQ-e)|hr_P87i zH$nqlF-_i^LLz-c63;{X?DH@LJT`_`iGyjGXrT%3HDx`p4X4o5>lLU1w}-_D4Ztg> zLA5{u@2cOs8)&F&C^ZL@een+clL(Q!Gnrzm#|Mn3{w7M~CI$g2AY-bZzis3bW?4M) z_|DVbu!LXU9Uc@@`)165UWXx%4u|Txi8|LL2~)%Dyn=|FUDhXg2K2VJxz&e}^gCM^ z*z29O`eBk8*HYs3_0v11LaiLNr8o69p|RfP8afZ^3WCJHv1^$X8d$mxMp$44(!5Ze zPNoy!028uUcqp!@PwR}~ZWm6TYafAHqx`{K@rJI`Lu4GOR}kWC>LX#6bVCn24>pH> zxW3^&vRb1E52zeuZit{hBF(w=y1IC)4SV6OyTAw=O~TTNoIPxg#mTMW_+*422qLKU z#%^nf(2U1d-q>9oFHY_p_Se^X9caIc3fb#n%Ji3vn9!DL2-&wzv32ZgcedEKmX%W5 z+vvlyF^9wh(9-y`0b48DW7E=7XjR4F7zQ~x*|AM@tZN*m6*@41KFuISrQh#ucIx#j z?ij39`kelm4+|5Ft@!}>$Z5Y%KokrFfA-cuAjK);o;FwqUIAfP@2O34wKDYEdBO;& zjkuxHy^5!cy`#zG&P^bLDf-Ek@xjRiRkF1+xEs#FmSi04%!?DAzlq)3?xM|Orh;lf zhsFj7^9i%?)@fu;PSqmm?@z_Kp&F0>B3p zLr*~4ZD1boiidwSL#I&I=X(=FHzkqLC)dHCHff$M&zmx8rWqii_-?a+kF_ww;HKA$ z`9K_R#~%dOndk^YMu-VzXsklotc zY?6o#w&Bsj2(t^n>OyT8T9A9M-C1{NNof7_b*i<*z-`553ot3#{#5uKdb*@3Rxsln z(bLRmoqjy0|IiOnH6^sR&|ud#;i;h1AeC^vtnt%VtCP$p1DarEZvpx_w{eRAL33?) zH()2Io?G>e?HaDI{65R-E9q zvsSWmF?d^{sk#B@5Nk&R5p*+kZdM!`N*vx6{2M0P27BoCr4oXhX3d-ug&T$r^uF6E z0hSF67oe>^3YzXEe7W`>^WjPP!yb+YjLvm>r7ueq-RwerzsAXN*|){E)7>5!n8J(M z*I(n~(9t?@>OKHO?VBZ|5!`Ko9u-?I2Mwo#d!h9LR0t0OP?7zN(E=9Htp~KvcaUKZ zx6V$A!BH_dxIUNz*xB1duAo)xn~2UeyfgGr&MnivaoB+UD|AWYou8wVwJ|e59kFiU z9@)po5%fHuh5aS0K|>WhiIxRY#HiTVz;0_WjL+jrB{k?So15@9^P<4wzG9*q`G2Jg8yEcoQ+;w>ESA*Zok+fb$WFt(wbiV*~F2zYs`*(6P^~HXd@I z!+9RT01c50?g}$=Ho8bMxjv+ptU-%g{qtY!-4pV}+*zRsWjd{dX25F&1OwFw@&;-L z^?pVzghmC!L%gAutDC_=&^P-%`n-msa`C;l7>;mpMOUn|^zJ!@SyBYai@^f}0ivYa zv3_#tRyO0wWOQ~L50HJa1U{OgTv}iw zoS-(hgrhIyA92oTOnhgp-u50heJUik1$_a9VHQc9=;ylAd4@H{uDgt`3Y_k+P_y}_ z(s;a)2iMyawu%Rtwnq$f^PwH|GP^eoEA_+~|KZhViXj+ZkABG4$hmO-(4&*7SuA`9 zT5=Cp4QTEps$mj! z*Q+hSp*YcGj4J^ret&BXYZo328>oG!B|Ydeug&u%CTBsAqZFbT5)6WaYE#~EaGk8n zBJDj0Yco!6qxAH6lsNGOnaCQ2i^5_Bj-l1BHMvvG;4m}ZxzLv!Qd4Ji0KPC91)zft zZUJ^}e6Fe@LV(U%j;D9)26R*XDApOijBCrqjtiqhs-RbTE*n zEkUd}uMtlDTn&pic^;Zb;^a64^}07m-5R|v!ilFM)j>H0COMv266|u=NTPS=O1KOs zMK&O0x+sz`r#|*?9c^GyJ8CQ8ky4Fx!aId8vGeGhz2>s1de-QB*I9Dj1UkXAw**!#U2JeUsgorKrD{5ugqjgV2jL z&UtNSK3kludKC(A2qxBsVnKay(14+|y>eUjQArjWs;#RyW~1vA1RSEG=`dym>aO*2 zT`~UFP>v-IFmXW!p(jw0S#+&prq!4G;JG{J_EU736s z@UZ29E16wm6OINv!NLS-s}QW9#==4esfPM{5FXe9ZeHULwXk&@)3d@Hw`N_@op|do zGd7VOw0BceED@lYd{OxD7GSYZGi0JbKY-zeR&`eRthM*dET||%(cHDDK@2_AC&UYG z9yCtcF#E1jk4E_pk$a0V4n-ehg2!9V7RDo&56xbs(gdrslNaM7bVxZmGxry* z&YKYhz|h!)dB9z3pHc7d49c~F?&LoOz~7WeWejgPBTV?Ck8MkdCYo_HjcF2q769jf z7r2<SiM<;mIoaDs_L1JMVF)*cl_v;BUaO^}qJb%d8 z2tK+kV1EE2XmJCAtZB>K9`UL$zWHNlaF>2XO>^8GJsb}lN&;O3G|eIbn32=@4l22j zH?RpkDS6(kmG3$RfZ%|&3$q7yVEBWnRX-(v^>a?1*}WlDARQAoDOR*#P?Q{n_M)OW zpXLgJOqf>CE1#JWZN!(Mpdd%_1#JKfm4hv`^{jOr=hrr>+=$3+jWkdvv;v4h;ejw! zp#}EV)l4;vo=TTKjTW?xGXFqu&|L!0o-WlX%uT@AP4G^hxQ72~NmRt{h}=cypuu%3 z-j;w@5fYD>hN3soM{qY`_569fcp2~m5&5_o(R&Zvk0@Zk8Adt0k*%zE)3K98)m;#D z2P1HyO|%^m9r9zI(tSARz%&J}V|+3e9`?f&x-f*1%@!lXzd~hOZUqIO3_U?3|Iq8O z%9Is=j$)Cr0)%V7ufb*DTnLflz=iQaD{QQdKt+0Qc{8BYQDSd1EP{oBWKJU*Ze+V^ zBf1=}h&F2?f@|^YrDAvP!Kn~uhoCH#SQXAXujl0)J~R2#GlW}gpQZM(a-|C!-z%W$_9EAgP4cg z7PqG0y;3T z5~oID7sOEQr8x0%Y77Z{C)h&h!TbmQYVY~yr&Zo2<`a*ojc!y6d~)D_II;120a-hv z;US(D1_O;vc$8dy=oWaiKsFd!wQXJDNz|c77JE>bIu5W}o-sUq7zf0gpn=riY%(JA z?^&4qe%LY*52!+TESd{CJGT-b+0dwtJA{BdA08a(Kd8C98xhNjHNuWVh~j8w z8;)-|_v2F}#tsf((9Vw62NR!2Bp76_h;R5J`sL1*?Wb;Dz4cn+x^+ruB)AhA6?R9z z$#c`3VbUSPcm-SvS^=;#W-vCr9u(T()FyhtZ5)j4(j()AVvwBerV{Q;9+V zEFU9R9av!0ZW05{GbE!8TrwKLv%}k1nj=DW@kU@<()fx2#Px_Ct0bj%6EQ{o0cnGo z5)vu1*W#E2H|&gdgy zD8xB!mAEQOMA%uje31yi0M_<5xR4Sp=pNyo^vDSbm92EO7JtCfcA`#u9*#eF~u)z z(HcKlR7IZz*gW!kj5PpP#skG0a0L)JOh{Qh6q3TEUR+ql)vd{ni#XNTg}q|;;6o?% z1n~-V(7+)o<+gk}#BS(j*kuY*!)-%oC%sKrzH8VDaqXpk)Kne#6B-lTns))VMht^D zK|eLZ%tn2c|1GK$&_U_a){*Ja!CQsD8(jcYRSpldaauBuk1Ab;Vp7GaQY%~Voa4dt ztObi!UMXBC+@6j(1*hf3$Z18f0Z~FpaM2gl2uzJm)B7-#naUwA*>_+DDBMu`7#bwy zN$6}$p6WiK<(!)$X+NjuIYYes?uwLK!6+I|Y7r&HfhQ31L#!<7Gx;i>!s=-?pmY=w zL0l6T1s7MG51r%;CR1}(H0IO7I2V9z#dzflE?FxO4~KZt7*crL+6J=0_(xMOIl+&$ zVeT!(_25eYML>VURz%aO*X3P9#sO%%G^^7C!$2fjf)_!C^KO7xU25s%q*GEO*>XYo z3RD?djPHWg;^D!}|?Va$@Dg!8bc0PY64lSSIvz7zoa3e5*-Z9I4dL0A>5~1g0X9 zO3g(8!a!fp3lVaPLyYNQ@)Cj^9ubaNKtY%w(h@|GfF=lem>{C+0>C8#Qo&v(AlaNX zmy5l{;dQ=#d0z}$`Y$0=hBIRaqhd7?a*(JOdRRiYD+)jslq^d=1$0~jlwAbVR)BXt&IUEmz>PMaXD zdP!TWkSn)v<)~vO15N=fcEZ{PQ%Uh?$kwV#E{q-s|79euBY>{?Al_RO1p`}&0b_48 zJyy5|tP=Q?y81xlh4ByK=QyfG5IFy#@_j&ufEu7oI-~!f)adF`DWP-;K#+2)7~OGOydo|rWhJ0M68VP~4Q8_aW4{p1supW42q3~^E~4Dasa z$`Q~&G+wn>%Wdd$R$|Po!x|Di4dSS}wAG-znG;CrYHv2U`I@rrojHQ?uH$naUu%FewB zDunE)kd8hZ%Hy0su4ZImSYaVb(#W$dR6HO3@w*;QAz_$#_3V18lps?SSt4_nFj4|c z8Z%HY&@1+5)-Woufj*AF!UqrSg!)3EU8*Psat!Xym~`+eGK^Iejh;G%qrhIwB}Yfyi5M-b7aSm{#rLER^v0v8-20*+4*pSK)>trn}P_8Fo01zBcI}2 z_{{J>sPF(#Z0*pgVCZF_?SdSVDWqpQKc)nD2Sy~kfWRQ39rd?$8kha6yfRSKWLrGI zyV+4JRh~y>ArwRa)7{KXfY5nHhICO=m75%c45bIIj47X3Sj`*Zk?3yo;c?;EzZ+1D zb#P;X zZ*$#;b(I~G0p)c`SM`CM2GR*Bu%c`=We08K*jW0Cftx2|lZFz^X0b$q&FrhqnFzz$ zz~;j{&QPk+Z6DIVdL9q~0Dv=?)^rNAf_#N!*Dz*qq6Z#cX~K+r{UP3)v7;b<1V1&| z&=(N_wS&`*A}TuAfZ^#taPC;N`Cm1iEU4~fSx9BPj~#WM!>C~bFiN?B@1PMVc$%EU zhen&1KvEwqg}VkF7RIIrp$-!e>#eftQE>rZ_gU?76kyfk7X;3L$dQ+&ksTswE*Hhg z6XXjP2Rj8W`tg2oX?*bH-ZO55D_BTg2i&pfxX}6%`JESX*337FrIZu^>3~hsUATma z*Y9z+Tu7$m8)}xd!iF1T{1mY*#xKwxM@&0c^~%u=6$h)*K^}I4EpzT1S zDRAJFxavm)rHSvdfKYrbfm6~D1W+kqR6}2^R}oFPLP`3-rQaBwWmHxzmVHDFh1OuU zX#FHbVZni#*AB^qDL6CE2lJLKVBtaTXoMD&1q`l_EG7UK1`8}+{|F0x@T#m2OapSG zwqsgTj{`=T;9TetNDQ7J@&ci$efPjv{k^ZDBkx|O#uBY84f=MPy`0)TicR;)gQ%)}{?wF*En@GE=KI0VJ)N-rBBmNP&{MamtQ_#-Ge znh0-d&P3oT(9`og;RZ&`A^dTCkj6JVT~W#DifTs8(tvWeX2K&-yHh(Dkg7MO80p!S zSoDeVmT~9O$&imU15Qy@*pCQhG>JU5qa5QQQC2PqWEb8r3mH;zx3cz(4~ioBX!|KL zJdX$SP@`frV-T3X3(N#p6J|uONiz+fQ#p7MuECEZP}K@m&sxC;FEW!?%PQXBP=toD z=kxChw@;Nc2iFb9x2?pE03<^8a2kO05GD#2Zf`}4kD(|GOfYhnQMp738T`@Ui zEai4_%{V$|X}bfvdlZ{6qXGB|lN4J}*bPQJ-0<4f?JH00T#O2+$g< zCD@$C;awNU5FfKQ!T98ZgV|W(DENOp!-`DRvymuPg!j@0VEobt(An$VT7x|y8u3nf zn2?=}T-qY!csGTBLZ+x4uxuDs#-}n-PZ+)|8B@%#lkUK&juV9oc-r)F6mm2W39>Cb(HXkEeC^6qG!pqH>* ztZU_uZLL)l-B8@X>qjfNjz(wH7_j;qFkN&)Re`{8#{9!$R{L5``yO+b^O^tA2-kp3 zsK81rs*3ZL%1B z(9e=)iE;~Y4QIyqB_9}b1P<-&sKC@yBudzXG$~)9J@oM|k$9_MW(&fsG|2IOqlu6V z&_myW=|?cU#J3{xJInZ{iZBb;U46+vdFFeu~$E z8;~qQRUN5fu&a8V$jJ@*HpD92xUhP5d9fUI(ch&IJQzJDB$yMX6rc34O{`MRD&Kll zN;;i~1W=eQqL9F5cw)O>9bWwG(aK{K=W);qtOp-F$z%#z#k|ADd)W7}E|;NaksTf) zMuO;Fu$z^{ipB?qP-@)}?yc!yJX1jq-Uk6rn@E3`X^2Q8!lL1A(&6n#Oaw?QWlnO| zSzfe{5}feQG6+>DohPm3fMXceCI}>IqYb0d``&!vZm-!t#Tau(cDDOD=m;!>E-=9Y7wOSD+lk0%>L+YnkM} zQGz8RUaF26Nx>epogH%}1(QdI^bAHncoOy8rH28TwYQoYKQz~cHmNJy#sk{0J2Kcb zHxUT6(p{I>Ul{p(SmWGD;;~_dA5GVS)h)AxBnOBYbHX*uvZ3ZFM9hzw6cC6e)Ae37 zCN2PA9oha0M!Cq1OU2;=NI_|`!7n(o!nQZFV`({CbSgScAq-}yfdw{^#fdYPZHOvo zRqk=@14Yv#taG7}wpv!C)FbVujB932pk2tBKt2e+vS$Z*UBVhN98_JOEHT@UMCnJu1|FR#HA|x@Ijdg6zNL&+PeG-a zpVB)nc((P@jFLpIZ&aMfwtTw)!K#=IUS)|(JQ{T#Va%CZqS`R8S$JSj8ihC9#6Q=KaoR*v&@(UyCNfM5l}F(v_4?($ z;)bG$Y-GJRKvb1w1cXcB);&dP6tI`hzJz-1+EDiQ7KYgP(#ecbP5&o8a!DobV8b z-Upu!+HgR8JPXKf;v$qoxIAGUC$B1KDuYBLoJz2T%rWjq5DfQ3=gdAay`#g-^Lf55 zQ;B0vrX_QQ2%6HD3NuwKFW(5>q1@Ze^->T9Pw=d@1KG}Iw@{YAF`SH6FtTW#FlvB! z0s@z!Gt##ywZg=N1!+)?RH85l>cX*3rgszfkx+81z>6iVG|8MLvY{h@AVEY}Uf{2Q z_l>TMFb*o^#FCaMZ;)A`@^0|9U=@@IL>Un3?ipt2Q%L}ygqdt07|u z*g_K|-xvn##`Z&)8`gl)n+VDh^=u$@cpBWvEO3!=y`$2Tu%9DQB|Tk{p%{HliB=44 zC3?%htvH+%n)5y^<`0%tCC+Wr>}P zWd`ipR1zuWBTiNX@I$bq?zSl*PJ1zwk;IBYuJ6*iz>pC+sVft!e$GeZ=9ObpSwW03 zRO74%!q9CLVG?Msam8Tuj>>`nbd{$--p(+Y0OcI1t}7c8HAdWw2qHXQs+8fgQNzR1 zz9aIq3ZQjUN;vh6@dPf1`2yaL<_h=+UR7;SO0C2^kr?sihA>5mosfOPh(ui{yv*4A zLkvXeq+v?4gb*C)5HxLlKjRRWC)E>h149n-sb!)i4y8&I6*yG@hCxv1(2O1Wjm`s$ zK?sIeT_M_Tj)Ww30?>r01=-$`k;*GsDixNte2_=yYOjV9OEp>5_2zORkqhITG;Yk> zP6dK{+2;RTxt#W_U|jkR43sZoq$t!RL>@diSwsaW2g56AC?bi5i_`6dS^-yLNr1&8 zb8XL=uT$Jt9`ImN8MO z)~Ja_{+#J@Pc@Q)>7pmfwjkjRqmRd`Mz5ED4>1yweh3panwY#gM!k3Q%-t+!XjH-! zEC8Jnd`D^VXg4KnL5%wB?ztFsMJ2$n6#|3O2>4rDN-%1mB^u*Pe}n+*fav&ARofBb zabX{n$3aBHas`cmR3S#2S)?SsIX)%yokibz^fWZ}O&7gJi=)=yk`;hVK8IkBcFud9 zQI={pyZ{{}@C=Aj(HM}4h302Cw+ihl%tp|O9DU%K85yR7Jd+V&e&UFioPq;lO*0@7 zw8VMBUvoYG!dp3up(SA^8pG5guM;ma`J=>AU<}tol*u3=C15bx@hJ@`uy9P3DFnWj zi{9&=VTh*hRP8hK21Kb$ApR(#1b380Ngf}uPp-x2z?EZq8`UET>I}{kx+X2JV;)~= z?eg}b?kgEsg9&=3ORy6kJ~i0mYN3#lni3;`_a#i5;X^YDO|^Hf9UI5;VaJ1zZVEDd;=-c_ zz-Y`RCP69RCUoSQum;NZqO2N(Fc8muq_UwjXCE>{1z+i?IJ?Kyot>wy?B2R^{l>LR zx31Xa7Q6HglFec(5C)WOA+C}lir_~o(~!MUI;stxn=SS%6KPwJWR$UJ^QchxE(jcF z5NgWU>^4xpKlmbH8}CA*XHW14!0mvqsq*s#zA?*_Rc%hBu~G`!HI?a9|jF)Ak4aOS1Xv;3+$!DYuL z!d~6BxLH?YhqP_-pyZQ<((p1YA!GS7(P*3yakEGJNu>4exS1`PN)hLzSn&NhKS@V# zjZ8LCd@#8;R&65giQ8N$RiM}^ctpe&nq7{RrZ+W~02?M#Q<{)Uv`NY-drCNsf)q(n z$FI2|fjyX$iwq$bGugbjy%-am;#y{&cO#>c)*x8{)JPH77UCmRZC6gKUYX$qC`B;} zCFK%v4jXCcLYgy5#9$-_;Y=@TvTV027uBp4bRoG&LO3fV22Q7ncG$M6QP&tYA9}MM zAeW(Gg10O;WBRUU9Aebq48ta@x22+9C8_nG6=36A35E)FhP>~@M9bL5oMO^<76jJJ zLKS!l(W^r-Xq9FO%)JyPn9@f=bmgXz2to&65K+-qToi}SlEg^wVpJACGDm-OZmFcU zK|Y8yARk_n7%0Rd#F(QF)5ST|K^c!^b`ip($Q6cGgGa9Xnt;eJskk1ex1&+ZRbme^ z7A}LdlP$ zTpBS$uERw%;Q;po=~V$?^!*yq6#Bf689>(cRWNj5t%xdk7AewAt{(yzHIz`4Q!!?vp1?0%2!0C zkhelcuxV1TJPdYwP#j{3D=Wl<)KuG1c?62LULslsBwYd2K-Yi^I5Je;db2bpOZ%mC zC<2%`ha$}(-3E?`LIvzyKmSRtcvMZrW{`t@PpBqHNZRB;3Akt;v@Fr?j2Bc7R3;3f z+;NmrU`V(s^+rWGVz}Y`BfMRPP`6&zgb$7?(DSL(_{ai}7jzK#Ky{z}n=hE>TB!^3Gg z+=VcE;Rvt?%)i(^Dy!r1mL>4zy36{flyAT&LuL zAliFuBJ^-(=_jDL%7mAMUU#IN;)P(D0?shaDhZ<1a9JON!z%gc{H$ znrwm=7ZQ3AL(kJ%5p#Nj0++n{)Y=Ma3o00-ih~8lu9`s>#Lzg+N*RE#W7db%yE6Vj z!7NH%z-Ct{0v%9qln$Pyo?`gU8$(SYm#`OR9R-O)6_84+Qkxge2y@{D`s%rmF{8`H^M+^o~5r*LB{ ztmRuDNQQVV%qq-ogdK`mK8Vt>>h%YpOIN1LbgO8`BWF~)6Bv$IQ)3oh?pNc^fk9Sk zwod4Q68J|#H8dNcKwvy1G!T!Cp$|M$-?t$jGEqnIz>{WYB3@m<@IeItGU9b{OX4qR zknkzTt&I50V?90Mr=h9bHS}GI+`*f@uFp7V@*Zfs>pd;9D!7NWBbEZLud*`OKg18H zq-jH)+cauGIu?1RY19$Fh4OeqBS3EF(X(?@m^qOET5(e&@5oUk0u4;Ph8vih#__X6 z?)rJ6Z4@B$=mj(l%N_=b&Ap;2?G31ShEd_?9Eolty3hOq>vsb!}mxW@h!44K~ms$iesNqBV{^fB~1 zLQJa-k0O+%0uHm4{!Z*P=WzypZ6xz3ugFPid@b-pxJKRW7_|{%1*X9fc*8;x~ zvY$14%CL~Ou&eo5G+g4VWa3g{!qn&vA6TUtBJ?ijHSNqml;zf-YQn4CoCYz%fM`dj zjhH12f3iGH1R-_;4dc5jQ55`q7tToM+3byGV94(I5Yo{2ae_=HvAZao#8glmjJHSg7hBFrGkx_XV9a*S zav(z~nB#B?uzTB_#!O03 z@iU#XMbCEOycT{ARILiiAUnkJ06QU4vzw-0>kx6+tS5X2b}D@o?2o)kqOg$ZOGIuCGc&&l8n}cLK2%eB zF=lf_uOyS(!&8bnjW|LOMQLceW(~s&n^UPJL5z(A!@31sEDk2yE(Yw8 z!PIrHQmGkiL{Fm&lYMhhdQr48Lld7bk@}QL(^xV!cpl7n2M+|7ReT6)L@xb;?r9XI z*N=~Ku8wQf6E{jo2)?6TU><;`DtqM<+d>M-MYj%alNe~{yeQn7Xkg_=fcEnMeEpc? z+4za%ua_lE2jZ9UNT=(y;HuzhV2ng@D_U=9?4*Owv6@_UbI0NUcL=!E-zsqeNk;{p zX$A#FSD*r)f5BiR!~D?Oa1ApM0B5lWmtv^m=P;U+aon1WM`xk5HlAU=iU1DKFB!uG zHXFkWjhrU+=aw6-h;u@I4Xjca$;D9fj-N+$$H8*Ynww43AEuE{K?UWKBkP-QS6B-* z3cOc*pK$&{N$3bjQp1F{O9Sg>;&nWVhC!$^ED?bqM#3v#MpavV^nLt9nkQHxiIyNq zw{X=jyqw)v5SNt-HI@c+MT^79xIIzk1f!qtD~=fDmvxG&V<^f*4&{}O=pkQB5lvpX zPc#FluB*RkPk9JAD((Z8zlMn}@<&r4*+Nm5*5MC2x|ZhkDjk=eK{{upI~?E!;j!0? z`O)McloAG4R-tg>(v(vnA?d7+U=`-1b{-@sJ3X}pnae=Ej>5xWKt%9;j18#C4fAtQ zMA_@+>=2UTbaah(3tc1Fj9_Jq8HDB1EF0&?yNz%LnlBd)kr1B5@FeGtC=S#ir6W9S z@A;PD%@}vQl5&d$?elr-4nwad35z6xpHx0gX7@T!Kby=0CP2)!Fa^PTS5>dR<=2EN z4sanF>j1!1AyWzf!^n6$#!WM2dwASU#|G}LDF%qmm93+|=M9S$P&1U$aX6bTiWN1B zr4q>Q5YP!k0V_cBuVB|=0dN@W9lei9Y9KWeBP%rIC6*8mHDL*hH9J26XMN0@KT7Q6dw;cAzAt79q zD*Wl6+|4FX2w|Q}l~@72gCmvb3cQ=>e#)K@;MG8YG^mePiO_(P>l)plwSbM-Ix6=7 zgpQD~ky#}aT%N1S!^wkGV|r&7MSH^Bd#EskBcrt|#z4vLOUiFb?&UmpRs>50pe1La z6M9>4crQbA_{Q)oEJuYz+LT#{N5W9*zbJk~RiFj||7aBy?p3xjEzNx$_7|9QV4G4a z{4_i!5Mc^fkVtKmPar>rcmqw-IhHo@1uYGLeuXppOsDvCVD;t;L!U#gVlH zh62GU(_Kz#S9XdRB0P$c6ROQav!T`K6}$twnyEX^75c$jpHa1>togp8-p-tv?h<`a z5wQqB8B~#iNbUyrI2qj#`+ji%rXWkG)K6jj6m13K5RYW&prYsYacKPWYQMm~ZNAh^ z3hOXB=?C!`Z3NjeDEWS6USKDNa-HF>=|Bn2QpcHuOjZ<^v@Qtx@~H|+5<2WMB{8IF z>;`EZeuh(r&>~b^1tWs-qfORwiWCn@w!`GL$sw1qVqF6#6Q&F+RS>yS7dA^&&gm>v z)>Fn5;unn<6GmmAI!%7s4};%7We$7Iz=y{PFB!%uvPO6^Ve#3QN3B`RywWEw@79or z)MpKag*V~)g+-vUFm^#m>TZ`pA{Qyl$6+!-gpu@|(NJo-fG~xs5aYu$@dg7rD8sw@ ziEuJ!p23as!aMoY@d<0XLXNLXjwJdAgB!OWhPT2WF&NoFIcACVGx05o+e+?xcICK`bQOCILM zGi5x(5^c`jM&15eFyND4Jng40*b#hwi;!TC7N{Bs@u4sdJUQl1&rPMYg&b>(0*cJ! zy$L9mqe>6cDS;SsT#bX{f-$iKuBG>Ler1=)%guHT{M{AH+-0hJ!pvM07ZOV~sTkZa z209XaskReCq{niYi9a4ddJ`vb8*&E4L!f+O0I2a$d*9JuuNWoFmMAI}<-nmz^;(?Z zFzsf6>e}wMaTS9efkVMX@$sU}b}#UvL|Q0G42d$nK4A-s3OLLCd8)< zNC_R{io@c}y}D`tSk6%3wWl)OR1_Q&A8j6H=!2l61P~tMi!rS3slBHAL}!SzFucXt z31;#2QL26;ktw~fIqEIYvBWmDAr!bqt~X%T{Hh#nFH^KxMh0@loao-V6#Mdk`20j38I}at7_FBk`X5n$a?QC48}c z$U*?+60i!nbz|;ENfD#T{t6b^WaYS+9u{IcFd0iNM^QvTg3ows^de(B+>Y&T5?=`{DzTpW;%ad<#-U-d4j0^QjrR^fqo#`7Qvq6!7fh z_`~a@kXWE6yW!>F4%lB%+35I+DV;mM9EZ>V#susfE`uYI>^KH=#tUk`GwOBDClKYG zi8x&TjBW5jaS4SPH^k_bF`HEUzl(NwLX)7Yshp-kOZbB_hY>@VT)2|Z zO%$r3Q2=zBkLa3L4@J3yr`KMYk$_??g@6^QP-6CI+ z4#o#4A9Ms6_j5)Y->_cR&n!Q)v^ElHPu#F8#)P96bx47*Gzz>8m*HATO*r^YDiBCu zV>(`LXOc3p)M1ZV$7lS|g8!zQ)al8PK&2;7M34nAtX#7X+LF08?vsX!Odr2G zyM`3EI3dUYxrN9ja+4v7G{4|Ej@3l7o9rGZzX7knOSlga0!lW42)yX7wsT-s_`kAw zi@oApn&I}Wz!DANw6j_NSBSeV%8h(j+l>zaU{5b2#?w(ba4&5NKuis@M5YlLTH+rwlbl zu~np~=ITRA086O(BZJv+U%0tG08++bsLV=0a&$eIB!hyi#uU*<@cjxM2XqHa&G=%@vC;_xBfXR}2YQNuzY28MiyrI9hS=xg$Z;D6L0|p{&&hqKRKygnr^;sD3e7Nd7Fzz+!jOPP1 zvm#Q6qej#LO~O0qt%uV8!}}>N1)ne@3XBX>l6TG8Jnj7qi%twm%t4}3&=%k#z<~_5 z`g@q&Y~{ta6{{Dw9LrTer#K@KBv>A(LtE{W@yYRuw0fH}boFd-Jc8M&3=1YOd{0q< z4e{U=fvGOzih}Ip`O4mchE0CRt|-q;S4oyAitZ*04X&rmbu5+Z^Uab`*1 zOKz2NSegppg72pq&@eVgf~o+}nkL3YNITM~;B$_HmzIEc!Gj?k4^%)>!iw$!paxmN zqlNlUT2fLwB-m|u@2$4)PB~>YR)L&@sJbwGl^@PK*2A26vE|9#O7#g49$ z=?Y$E`4H+0IEZGyM%bg6~WwVGN*aYxt;&1>JgbM{Nm)sc=e}ph6Ad>os!9>BLV5^f69KjaG>S zrb`u|D`#b8h0ZI-CzQF9dmF@?h*W;1{7{4l^i{8cD07VP5SQpvZW~EM{hGf@CO!-j z=^v8T%62VVM|gYd5t}n%y84u%?}!i4w#vnk2~3xBzlZii;oMR@o`^?91&H*rMRWD`(aI$(}Ha~!KT(S*R@8K=sT z!Hq)kmWBZqhCroCl(OwIP(Nga@-P*vk`G_=#lw&kP*#Hmp!X@#%fok8zQyPDBLA^< zK>bih2_eC%dVX1y&nHmkS^(4KFbO*eu>KmjES2Du7nB^;hr$O@+0nHHoWiLAxm@Q| zP+Fqn9*!n^gOMS+uZo-MB?b$63wRPpEc%qPKXctK?d=95&)7~-#XUqttd!<@)I>x% zPfYKbdPv;1(>R3fptq6*u7C-gIzgAH_)y=QmpLUbL}&e~C`O-$rAaG zSsgA)z-7Ggu0Nsx1eLZpQX5l`1VAiUjmj}JF8bek3PPt?1YSqYSpuASamOP%+c9k7?_*KTpu3gaIAxn5dZ^TvBM17#boUHU`f{0s~?(L>)t`ND+y65TT7nq%?*Z zljO<(TO=|St|0_3$Ad~uS}*CQPPJTyh4M1gtZG8W62coR8La?64wzTH*lX+;=8iKj zBljc>h{0-sI{5ifHP&)Q7?lE34kb)AeMIaBwGVnVOj&lIs$`?GF6C>byfk?&55nzD z4$iC!m}o>}nc;>hNkly{n25O2Fevr>9pZFmRwo`lV|o(yBkvB0;nhVA2idMylaiPR zCb_pbOFN`*Q7Sua0CLTH(9Zq(+jyXp4)O@4PwjX7Yqq-^P8@6Yc!%W2!4D3Dxr?O; zgsnnjpcY2E0r3bl+{z1Z$=Ro%9E)|Q;qeYv|4ai%q~wMXCD`voHI8@|3jxJvA`P3D zXbRS>9*6srkrmC94*_gfvw^8N65J{l!;&5?{JikJ>KZHdgK z!L%oW=$u-N0*E?*4vsbr#mSkLjmb#1X!_#xC{))blM^yVG!K?zC-gUI0`Mb{0|XWK zz{t!qH!8>Fxl)jXUavXD=}bhk(21>w1`ot4 zh&^#NY|Ma;Pzx3y>;g|2Dj5JbN=MdSX-6evG%eLrc3xC0LXHvvCKirNPypCD)_y}3 z@-SM$=m?QW{82O8l}C<($pF&qdi4%rsf zw@mT0q;xFqA8`ue9~E@0FdpIGs*6|KqKjE^)h6 zs*FVALG~DiNEJmHHrg%eXZWFjNIv2Jr24IjZ4#ZMs9#m=2flFQsk&tv8{0|Uvbcd` z6fhgq6r?BWnE<+_NUN0o3@h}xUCH*UIh)n=I5}lSgX1fy7{vFY8Ibkac~H>}A5iop z@g(J}JKUV{0gR_AAc~L$DP7BpVX{z|FhRw<$*asHN6zU& z2gl4{TZRKhI=wokppLTTA_D}IM6A=VNGT$bVTL{wEqv=TtR(SS zqb~Xg3e_o&Xf4MquF&FkOE;T*Z2V!k(r)yDTy6Fx7x~#jfPyqXqG@ za_${l!<4kD+Gw&Etoi}1NhUGEfY3K+6`(AqgU}jwOEp0pJEi*N^wVn|A>jSc_?WGU z_X1%>v%zJ0QB-5N*^N+&+mH8}I$~}G})5bz%}y0 zEyYu(Uz6H>$#zgclS32pdg%S|umMbC+9;-%s-|SMW@0n%xRhPGDH1J9S((;uc0}8~ zhE21;4&naFEyc`LE;?_HibSoF=KDK)EUU98>&}1*j0lz8(&SLe?yjo%v|3Sc)D+csZ(7`sr z)x+CT42lqXfP98_P)E^xaqbYN=j&`-B%k5(#aIq@FCghn;lcQIumn&CRq!UvQ(EZ_FT?&iJS~nRp^GoVl-EeG?=U}BQ2izGHT{PB0`L=Vx%f2liy%u){gg70x7M} zm+;snB=bys48@zluF_m`n2;Le=dY?3z7>W?GDU3}p`dXfGX^6Z_djTY@?0H%44?Eo zbTi=`ZjRHZz4uM`$AKV+IhGCDFUh5lV{I!e5sfGXZskjJ-Ec)kT%HAho}w?Y=I|^t zxbXYd-nCAIg=mUX33r4rJQTZ7Qjz`aZplzdJw&e4#u#+FPJTg?>MW(s)A2N_YKJMx zF;~h`*66s3{cBuF(O}>q7z}t~DZkgtVV#;c2~zLwa5`TMM!O_cO8z_T#cJlFZc<+p zA{OLWO}vI&ISHuXPiYLaxw1b(ghDGEpXr1O#AsZ|iNd^USjM?%Ejb*pg=P28T30j& zr@fXU9H@Z{gamhFj4TBn1^TlO4t^0Oz23u|R3#!P6_s4!OZZd(;n8WTKPyWg#|Z18 z^eFCHfo__L+x2vXZ5QYRW-D~oK34z^o-n7mhj)CaF%sG&jvBgOww`z_AQmqOg@?DR zVq@9hD2**dI`IIKZQMa&)o8wT#2m}3gfB5CV7ilr8_0jf+tC8DH}EB3VpcbKz(At~ zGc68*^0LtQiqG7Ku}Lb&T6kpaNkqp0CWyf3a>>h zJn#&ZPUpg&7!9bXa*OneQIWJOs2GTt5+Yz>Hmkvd+HW+{PKc$Y&=l@A{JO;dhJzaT zz)FaBvX~SZO6)4wiZw?ygAZL)iMeHoj?FD7n!lB?JDp`llhi~^`n;;De@H&lw zVOVa2JHVb5g(+7DO;byCsZ7qZ#l*l!JV#C-H&yD9BnWiB+5U8RLJ4yzolwz&xukuy z1S0=X8_?NNdEk{`pgCJliM=9T7q#LLelgo7`tE6*olJ#u;)+L$;EAsibJyL;PoaNm zzi3&$Ub_6GWNhn_-_YF@vZaU#YqX~z)|iZc%DzJLy#v?u(%crrTPFIRDKg+ zK-vka^aF`y=eFB58(cl5@*gUXg^b5T*5mW)``iI)-uemx;1t{wZi+fj<~~#d7PnLw zxfFFYmHBulZl;1nnJ+i3nK3$)EQQ=t^cIZO2hdlK%nRTYCVO@&C*=p>e87Mdq2NoA z_YHmbVOYBjK?gfe-MI1O&0AO?n#sC{-6QZ{(G@ZmYiZL*Pq~$mHP8kzbFeS`4?=V5 zW=fZoDZ_SRnh{|Ue$ro1Q0k;1Q3+Ds!V?aXTKgJ_E$V98x)-W2RmT&b60esf7648Q zjzhR0@w7m%xEnNS5P1Wd8cuNxOFrWoRjxY4Ibf1T&*sC>6F`+wNJ5HZslqHPB(>#N zU@YbxK?#ErRlNzz4(>$x&Wvty`u1M(@!;;z6-#K9n?~E@gP^>ipNWYGy;-{OB zFqoW##-5RAGTdj(Y90up;I;==9uvh}L1Id8Q{Ii_dTj>=+$#cQX+{3?CzosRD{={2J4xUux()}OLJx4g2?)%-CH#Pctt<-k=H#9V4qIVqJsC5F&^x(? z;9|=3S;B2%8yk@aSmTk$cLKsty2f1udN`g?2ulTG z;LZ{*`=IuvbFy6vk+b7%XVi!3CFZJYJeBw{-}PLt5UJ6 zA7H>*vPdA{Y{1GyL)ZvILvh5wYUJdN!nElyTpW~$`}9|Krs0INg=8oT&^KJIeuFElq{L?qxsYOTlb&7Ip_BaNba zd@V{O++34gfvMK=1Fv8ND=>!Hz_4Mbzzb%8A~O+Ac9Uwl4R2J5hQQ8!&;V}-5F!-_ z*M-sx!JU>o7zz2NHU*(7`^+XTt6!KdDiA{o8yO9Msc3n;K~xI7$N)^OE1JA3&PveY zaso{3Q(#K@z!a$rx5c2y$J{yI?Tr_kWp?vZhq5^;m!L~s_>Q(NP;H!;L8-3PRd$M~p z9u&JlB~!WhQ6Z_dNzz<%Yf4sGL|EWqgbo#VN#uV`oUN8-kf!FQ9Fb=ap^Exk+onr; zH-6EDG&WPNe1$*~ow24EKeEuMlY#nrfePpbfN_tx3ZqbXVi~iQ3mq;Xd5v=q3hr!q zy{>4D((qYd=syI|!h`T25(>pD;qA$F=ahpayrV@}`%-+>tn>~;D)`5#CP`o=8lN~@ zQ)?}zgsJVj6n+|;>`u%H2!!x7H8iGXLmzt7NWPfcOwFefM0XGMJ*Y3LX`lc;Zj+>m zhA1^xpJm6wV_jRg8cp~rkQ0nUEY#e_N{Ky9)K=$6{Jf*u`*HquL zQIyFjT(*U+G09RM4d(O)bApi^2DNGk$)}*;X8Hw2NB8<_Oz|1WsDSkw)@>xuFIDhN zE>+ECB0wH&tCpHlkeomjON~+aT;jM;c^DCx(L{*kkw4{QGw9AaQHdPnqxSDGBlz^r z?%rtOzy~-Db=gR5l9<5n7y@{!+p$7B4*G1=zQOco`ef!(38EJ5Rwd!(V#hFLJo$Li z>W9RJtg@Sy6i>#<@o)^Hp`IbB8i)-ql>#Yv5TQ{G1MZ|U6wqmJxWAq*_Kqf#J2wHX zVTAK5K6Mo1Uo zC5&Wg2E7OU5CNJ3kzEN;3+x|_qzJ}?YAAGbL@W9!E=^daiW}8ZqGQ;xcP*(r^eY$# z*q5+FUYIc<`mV+}xP8mR|Ffe3&PBhMy9Iq3A`T?v3Lpq-zQC=uCbT{6MrWWtfr7?Y z5?2Us0Bpn_fvzz!>t8LC_%U%W%6l;`1;Ho+7)B1L`#{Qr7>myzbDJus!JE;)%9mC~ zDY?fmMxu0T+dp|VpI|gz9Pc@$Mz#-)516mo7s%gsW%l(>%q~Jh_YwlGDJus5h|)#T zi|Qpr@&;wjVmYZgO+$$Q7`qf9m9?yW1=Z(O@{>q={Hakx7L<6+)m zmD1!VxH<8LDG-1Wi~rwRp_(h0SkM4EpXTR9f?5;Vj~)+y1?S-2&!bf%g~$A@03gui zbdU-_fLfxBkr-CrT>*72&Dd}R03qPe@y=*Wpzqd&z)4I{yHrm-HxU!|QQFM`_$%RZ z>Izb15CcHLZSZpw+?)+;+oX^W zEphpscZai~YP(6HL0+QQBFJ#-Fv20ctdD9$SheC@&gcMqbTA#>Er{^iTg;f(!6lPw z%;NcXRi;!v)+4ah6qX9NGMKAXXxQ02H4-tHRd7trPXd%EC8Q?JE#SjZFIPB)pPfue z({A&MO==InLmO9Ig_7qer~q*MfP%|cJ>eCHJfOHdnLkm?ld^J>hXl2OT4GaUntFwy znG&30>5y>@?3R>~-O2c-D%H`47G|$fGlcJ8`NtU-G6JAiRgymm5_9G4@#2q*>0l%_ zNdLSFWVyLCJCk1RA$Ds7$|jv+tI(=1@%PHTy!vaWRoqB z$~0(o2LB!$D{po>7ca+|H$J?^aqf)s9m+v3N7YxwEUfSb(s4$H8?RYz^d17^05#l0onyN%ln|m zSob`SHY#h|2zthTReTr2Tv=Ccq*dQ64Ax5cIBHwGtPhR95qxb|tf+6WG2kU6RLIZ5 zLx~^`25P*0Vr~aj>%8*iNqLW1+=B9j0!*v$ANQpm6;^$&)kVHxJ{Lzm=X?m@%UMW( zzqzVc5HJdt#L^;42ZE>_6%RDa!cgJRWkMnjO)FAKe=wR=HjOF{l^mN&9YBhrP5C~R zVj$nD!m%+eYu_mm+YY7kr2x()B}s|{siJWz%NAP08iq{WjmuG!v}N?w?k(nXLZOFu zC-asI7qM+)&Ag+++M#qZFUf}>P^0!;Gf#NBV_XKAtMbPRPSloQX}eQ3&E`zv9JGNT zMr;MY3ZRTDvDzju1#nQ27vOxd=^AFAspr&Ar$@{3vn}EDlue+DZxBD#q`E#nx@^~F zS9pS5LLqdxJRFE1{3}=jP3$oarz+5;9HjIPEQIm`*uat_^3i&c9q%B??CZw|E!gne z%OM_RB*ZuDslWB1xC}JwCW(c(Vti?u>Q0Ies(IC_a)YtH$KiCcuqr4}7mXvUQ>HV* zvF$Xn8eXq2@rChDQBo9I&G&=s5=tPW#!55tVayUiRYn}+sGTU?&>Z4Gk%*P_>&+zB z^C+{f^Iahv^b!J!VE6!z0)8L9ih=`PXlPYDL&dU8a1<{^_~&Y9DRWWud~U(cVqcDL zQ%U6Hmr_FHD9#!1aA&m+Y<EX27YprLiL>;Uz%o3V*7PLiF!u zAh6@rjz^2Ofw83;p}zqy;64IfGO9UOfyS7UYrVQ6qMepX4+g*FY~_s|S3wj96K{y} zBT2_QV>Mm)3>zF=W%GQKrmoZp)DD93g?jZKv<Amr2GEhOMaLh)xqOj>^ zWt20@anyLJSqh9QK|G%L975UpPb53s^Az0^R}Uy1nW&_20ZKp6J!eE8se>JibUZlO zmhYjM0w%SfgmO>MQ1G|Z25G6VC?rZ#&!vQwHVWwhCT2p5_-J=i9mVvZGR#!0+wOzH z$)(wY_!tL)rCL#OhnZRIp*MVn;(X>p*+K60Rf>pMb82OcvhEF$S5t>dE;h0?PGh*}$iJxEvN{tPrhaDg}iQ%&^f@ZsmwT@`^k ze=_Jnr>Z%GxvD~QDkG!J8z=TE2{5Kf1%)bDc7&x1um>1W7QS*PbL}}2aRv)rE(l;9 zd5g-b0|YJBBbWe~67;lz3~R+L){`=K4u-SvEu;iL!OA3Xn9}S&>|*sV=EOvunw|Q z=Vvh@Ec66PG=k%3M35fEb1+)++eFGpY_?G8D5`)A2cRBwDtR902)OVPvXbA%!4HA# zBmG|;gYDfOpc`>R#Gz6VAT0(jI^R+vQgXvo0dOWz9A$3u8Fz3u9wms2c-1GzVf^!6nxuKL`D!fDSg-c3Dcp_#zh*L4)p~A_qorx8oD##K_RjR1GYpg7| zAo_)gLs9*;)@>NF_-yd8VcqxCEBT;J2`&z`NN6Y#6fS^`0pj4bMz_fI7F`z>Nh5D+yt zgp9&bn$kA{1Be5YYBuLWOI@iJeHkje;@1_zB?kh2a_2v&?&%zO@Jhj8dK}C!8jHk8 zM3BG`#1}?U6IZUhojn; zT8+&SRp60~dqSCrfFgchHYKE9`^!ZCP*5%gfEj-+d6L48wW;}NxhG~OoS(aTou)!Z zbxm63@rcaO>Bif5FG~hl9y1QW_$O^h(XuGpKpF_u2GUMVkLRD2doAQqG*=+sv21^PLf&y_DI9~m|!ELNqp zG|}E>J*y3@ky%YN?}c~!;y2QbP+b*$qDjF8mul9X2W<6lTZ$GMvVCiU%NveT+FyX- zs^Wu8V4$}p`|9BY17K|K9Ml@D2RzfQeAf{P---Xp-~-18N4oV*=Hui2o@SGs zwVw8J%^%!G=bDF!W)YL<6__1F*J0(#j9EKjE*AWO%HX-<wOF~87r2r1}I<%pp%hvjs{FMBBFCMx7(rvm-rZ-iT*VPfACod=aQ4XO)Fq%b>*yysY&uww8}!pjL*%f2nj z6SHm5LI6z3o{OOik4`7Yq2oj%$_rP8Bt$mO4{WBoB)~>P0gaGs7C(2qqNUAz@D&*? zzRm2PQ#dF(yPOReQ-qm^>4GaQfA72pY&s|yd1`WV<>N>pHW(!bLyGZ6_w;jhFlmF- zj&iSaGN2?Rj$&%mNklcdg3*c2lKPEGpdj;P4k<_JcKJ1*3rgt2GS%W{lD_sm)ZA5@zXeO35_z8z>X3 zK^Z>{*mfF(;KAtskG3~~(=1EtGFuyz76n0;){y~Zku5W-v%0IhfQHVB%v#!7vMaK> zkr9i?h{(+7ii`;2i^z&B90Y-39U2jkeHr#b zaEhAedCzjs`QqLikqL@jU*3~n-tXRX-t#X1_y4|!lFT@aQ#u2ovS2hMQ2=iC@lr4J zW<@HVlT35`w?I1RV`*+C^q4Dit+OXer6nkN?P7-pqXwbgBXs~3pe(~boGFwoyMKsj z`kJru_kuTQnl?k6&W=Repyt3@czCGz!u#F6Y<14y%Ox9tq|n>KYzcHJdb?nOk?d~C zXXDuc-G<9=29T{R$_;{-QJJE*>N@nhxy|14Fd!&6RlEg0yxs(v$^@XC#U02|Nn!wN z#R)ADe>N>U9xoNwy?e9n(fFHe7S~^ZUA?-q4agG&CMtYLrAgeu{{&f|$(`cu<=wPW zz#$Dc5o^4g^*C%PJM#g>$gVv-Zxrb5rIMMXLDA9X-f9vBPSS|miev&H$WMi$hYgzP zhTJ?M=haz%<1H-2W*3nihJ!;|5F<7}Q&||T;Xyeb)bnb%8EPD{x5^Cq1!@PLcqfjn zAmqt$nh8kxcbGgjF*qnL0|p}f!%-DI0EXm`D#z4Xh;or`O5UHCio6mL0BK4%tb~|MOe@c+t*nP0hZf1C#|KmM=XIkB1iU4u2x=>@lAD_JHUI8Xd&h^yA1ej zG0#-2Ul~XeJXlefCS-SYlhn3LSX`A1r3=s~(=hpge#UV+sndC;FLp}j! zgT_3wglzt^HlS_QX#si$-Cag14uz2;p11tRW-w?ZnnuNg)RkRw==jU2WU)yY4+Duq zQ}jzRymk@H1gZ6x5GOPgVGv0UkeDf1Z|C=fbCL$0ef}o)S`Za%h`L_z1JC;iFsr+5 zJ0X3zi*|4+w_sa{0)~HU9llfw(~P3{^NUjT%n(K$rq!OqO+2lM1k+Na?YPxUr|$n08jQUFpfpRQu~AoPm== zk;$%Bo}?j3KLP<}8nuZ1nv{gb(-=R~;$#!QN_+!x#SmbKa6_?2{9Gy6*grT&=4EH= zTa;ua{Jbe70&%#v37(r)e@fm5C||GD>ckWJ!k|BM+E|2;^ev}$MO;;58Ube zGxa1uEVEXgrOnt%+!ul6Fgf^God16x3Eg7ti$sT;brzCU!0Kp7tG>|8xq z-%UJOW^MRO_B1*WxE7a`m#)H_?p=+wStI;CUmB_dSY2QpLWz)s?; z$-=801N>IPnI!uiT%}sEpt2#Kr3-*e@PM=?;r4TEn(Ceg(6XN}Y5gaXZ*QgmByom# zNn#)Xax5O|#|Mw+ow4+&*pZT@k{4y(2rMLo&{Phohg#E3K&w!iY+iEfV=ci8=;VN( zK%{5J2Sg(7u*^3o!4q0o{}WXskJrVY=^x+5hNT=>lSSDE#@2dPdL{w=QUIAAdqldO z0P1sg!*zni8U!rPS>%tcE6J>qg!BXlc~1t{(=$=tt+_QTMlS3T8eeiy{P5@1RHS*# zBT~c%4n-?DPZ}l#(9LrdG;Z1XMwDW2?^ZCO{GZ{*aCS z+R$0o)~^9TR0V3u6pKX3j4=QjYc}*p9DS0g=x>`PaXabKSN9&-K791(8iJn4KI~wb zBZ_A}2E8h&CK1=2^pM_#;_m0@L3Dgbe{(qf2kZM$5hBPJ1T^+1F9egQW`iJLn-^7B z0Rtq~^cMK8rjpiAIj@cA0>N9X4s*#ayR(^}q%uotKe3~ucTfO@Bql(pi3NE!<{Yci zEq1%9My4c{$Cz+Gw~e*g-iS;$2nOL6&n5Z|sheWg$(y#@Cf9W=p4;BvPlX*|zhqmq za;%yC+FsXZ@Y}~j2(Il#&NKfZyE0@ti44#~q!V9QBAsE+g|jZi)=2 zI-+ANzjhXS309Y7q9kQ-c&QDE^(kw8Y}sCkTiZ%qam=RZzY z$ZAWgksA(aBM$?pfd0hkP=l7!YVO)9T|WpX+iEh*F`hD8AAb~q?dGzs%vqG>jjg@w zcEw1Wh+BdE*+Tu*IDkIWTF6kS6oAljd;kmBh}~5}kF|ro-)*$~*880bwfQCJ}~W!}?We)*FnsWF9gcSOilnKejb* zNDnByY4KkE+h=HS%Omy)-!E^XRZycpKTtxk9~5#f9TCE~KcB zET@+uSMr1)R8z5t5Hj9W%%z7!?j-K`bOgCm;Q@e;w5X)ls)#35ASk zVvR^f4+uxuDT|dgf{aD3qpkT;i!n4{s3hWwO#2;I;bjXl2}QQsLW&JeT*+m}JPD2` zVy(j>$EQy|bhZ{L9h}bLVFiL#^9%-A2=|;~UyjlsbO03Sbw#^TPQ@rPa#0tC90@9% z#JzMb9v9wAx6ZvHLi>^JE3fco9<#e>Qcp+^Z*T8DJ412vGj2$}wpJ*VNBbuk_u%LN z-T;rXl|99vw7nnMZ>XURJJ1EERBtN&rVoHj9!KY|v$ZBSVeXH5iQ^**U-iUT@`DPb9j*S<%lX@s4*S zi)b#I8?c?z!j6k~cJA|e301P8vo6dvAOoDUBJ zH3D~zlrpbnI=FVA93f}T`fhW7nM^3Yp)fl>fw47BG0xVVW^fAmx7HE@FvAj&NARj% zOErol5E8!`^`sK#l>@m3#=iG@YHLs^|8#rcGZB z=x73Q1R@xf7X!(z9gP(QYbTI^Z!TnHdEeO%9XMNRD)mFEnJK&l3z9+8fDY29mH3ev~cSaR0DP3Hx2(9pr3)WlChg@GI;&kFj2U!77)Sz2ebrZXF|l$Jk56 z8b6M(3j&<&JGzZk|7jmxo=BtdFbPZ^n%NNwPzl2h1o44V04kaEWn-F_Ye)C@cJ7eX z<_J%A8&eCQVm6MYx1ad~eV%>@@)tvsNXwki4`^u^5f%ory~bZCDb}P;(W2G>25fHb z54U#wAN8{^-Uz8qg(e!!$>Kr$M{ClL0>hDjs&QKz{sg}95r(?@3>vQbC_aDZ9B zi6x6zt6H$`;E8LJ17&T%XP{J1NkFwDJErqc4>Yf_-)A=o?KYVP>P~={F#BMS;i*6$ zgWfA`W};DLsZV#318c=xc5Dl|JHUv9hQ^sGYZ;GNAn3wT%F8rjNbn6oI%J7i+RLNO zoSX$3y1lb^_{bK0es~br@x`>j-@xi}3!r=aO&dPEE{WOrx|R^3{CjK%Sps}iED3aV z@|Ux<+r4cXT(FElL^TT}IG71M5J<5)K!VtuXFb8=kQstkbN~7KR-T{@=U%Wm3fJ!P z?hRPE=Pz@3u;dN{H#(sbVPl(TLi8r`FiJRDFs*bpt$$2z1{NA!fiDB;5Jzj4LOcKP z7v>&*Rnp6!4n}$ zpJBj_pwVC{N>_OFs(LdMSO((Y2k=uPec@znZ>*f(<*35v?(FQ4<}rY>PXb5{9_dUB z&QawO60~O}YqWW(j>Xo;Q6e=;EG9|8mZGxk(OLjSg%W5{rX_bDjN;`0_i#z ziKxhvZsAIx`6$N0s-8NBkxxpfRDWWbvIh8zFV9}XMnWNns5ckSoWA8o=wG;QU|`lV z;&{mmdhO{yaayfXGy_P)TDV;n5nG-Di$r2=b}`1g41lO4P5M0RviJPr%0V0=!Q=`L z;$fM4CnSz&XL4;%226y)>jx}(b8bSYG|(P0r+D|&E0|U%E!nNu;J`3kiYJRGE{4>? z0?2U#1z}-uY*);ds1{LUJTEqAu1+SeoTI9B!Z%s!DCy{n(w+Rf=CqD7X`W1CTzgqck6v<+;$ zzFcQaFY@@){`z*HA9&FOY;Nz4T(aA2^SQOFTDN=2YEN1tFg4mNF8Vh8M(<0bAz|SY<u_mAfSe(_Q4FXQ7gE^>-yoRL?R|0K0zUhPjq<(9!kn<3mbo7S@m>$j`ADtOK`xfHVY-l-9m5 zibq$NEne~vnf8nuz8Dy}f)ogv3shtq~GQAqLnGT?NWfl*Ei3pm2nKN^( zn&hST*FZ>kHw26X2KWvn14JySP~8S^pDdjamkx$An{KZ*@hshBytHWdO7n1zo&^K- z_tJsxwUzfKNKtGHf0HXRI0eRZ6P;~tiuxj zwghy-|5oVZNDBRUFi;P|wXZv}5Si5`Sk|lr>d3xcc89}>1TkDXm$klU)bBj)DT8kk z@x}(;hH9A#r08^rL+>QAFF`;-^ClM}X*T93sUUK_5I@*#m>zTy#D!!q>r?|nEH{(9 z_ySUnZQS0txWB)s+qjI>C?=hkHO~N3JltW((xT~bu_%ZxUwyRZWgpK4z%p`_L?I^bAe4BIm926Bv znuelMidR%5{LL30gTDebH;R0qU;r9ml1MmsWS$A;X-DFus2!|FNg{H}9I#VO43UL_ zI(&-I2UT~~dV->o0PyjpA>ZLlOMW1kv2^NIyVfTmi-ylPu>t1(O}{PVDM6or`h+E5 zYoH^iW7Ae?r@7C~Vu&g8*^N|gu$l4LxFu7B5uFji2JdLjx&V}waxPX1{wB&RhTZ-AA zSbNNveI99qxdWB(Zc*0om~zY(}F-z0Z${>9?f1c z%S!^?-!m;(cj7424`>aRdLW6uWIm4XUMF%dLlrjG0I2uCANI2c@ioa-Ad(H*kSswY zRv%fpsZAt5D_yNO)6L7APQ4jUI4Nhi1EEG7K#K(6IJ-}Hs1{YgGt{Fd21pro#5{L9 zNq|Ycc8LkKiJI)@jpl}3!!c2Jp}IDni!^aTX1F0RQ{duu++&$-@GvS1z4o{tVU(4pU{L5AHO{mI_7iNo@fy5J?+1tvyr}85XMuBN5@60rj-Vvjpf>Yj zm##i~@ySOnKmODsw8cXB(Kvcg$Oo)&GQTrAqP4|CAVMbe(iZ0;t=)m=zjJBFLU!vc zL2>Dl0EU2yr98gdV!cw$rzjSag;lp9T)xcFC#y>4HYhvj0W-toyryqD={;UYZYT-d z!EM6hftrM)jPHgCV1;p+bF0&$TB@j{ViJz0hun3*S{_gUiG}3dSnFoNJt0T;`X}#- zQ7-b9(ZQI6XmL6GT{6;-4kv;}*nro`BwN%W1-Sd6cAnGY$A6d6+1_PqzM|{ZVzuGE z0i46X(tQUkK}X<}bU)g@og6jWaz-0~qieUe51+^*P7?v6J~J6R%r{XCS~-I^OF>03 z*XCZx*n-c1NaLEo5$JxpeczLQL%9nCU+d~@J4&((lw@Ys@MP9^QueNK8X&~5h2dJ@ zX=7U<2F>|KMVLm-9vCb!^?<>W-)0qoGlm&$DucYpW(<@dSL0~9O#L!vV8+OH33qM zc)=X_bs|0JwJB6dD(W<#v+NRPxd|25tip|*y=!qa6?PBxK|0A6iKNEx zF=v)=3|{M;FFaEqI^%G31EfU);2E(j4jo_NIE2&^BcoDGthOB$Be9T33(b0ujhm~L zUf2?GP~jxk6lZ?vSVAoLFi9jL7<_Bv#BLf|ZPxnxWeo^k>;M*Fst#U6oNHox0RifkD#IJ54&tMqI(j3f?k!Wt-sM5=SG}+mu3v!k8XXKXKO$x zBZyoCRk~ojLn#7%yl`E&Ey^Z{w=PjApBZHyz^Z&3>;!rx-sdhfRLzgEMgVl&4F_5f zpC>?S?>W9f21+-MDt8h#Yh1j(v4O&tG__4n=DE zrZ?l`%`+Be8BWgxvB&;37F7^)Vixu7!EZ|w%y}DDJ8ls8p{#>smpTc!hpzV5v4afd z06Iz9*^$h4^*sf#-9f4Nsz&K?Sp)D0y)20|Hniawarop$m~<{VWg6!5hBU$Fw{x`t zWf7PNb_OXbuxq@*ISE>}nZ_bzyUTT#p+-#Oo8q))!sT5EcYO6C*iDbefTNH+6Y`Qc z3QL}Qr`I1{u^QuWr(#Vhf+L8~4<&KJ^U(l%ast}}yGy&oqFFZSr@emX&Fzuz$D-L1 zI3b%7m*S?AUY^<3>?xRXfKvKLL_?eBM$TLpC8r|@T7}sJ-@8(y(G;+8~+sudPUJF&a7ta%ke!)J$;yOqGe>-)<)9vNx}CM($4Ai zojYU+hgC|~!|D({c@7ENg^B~zC2;f1v-OI1U<>EHlA8YFv&tF@HD}(AGK0w_FYKiz zM&n)yvl2DN8NXo(Wp2^O%>Xy)NP*L7^DBVY&PtP?CfT7<;~(W?tyTd$r7^p_X7~+^ zjiZT+Oeao1nh1EHN9;)1@WAoJcEls5y=NQQ)hGzmXBASgVcZjYo0JoCD~lGeNoW$R z6sd#ahu2-);It__TlPh?3rZJ>*Gy&=T#EP51C)ePJcyA>t>p&)gGlta#`5>7s06CP zE+%{+>jkZoV3a+bL~q=<)>j%+Ov^}isq$coaMMB3$t*e5IPTQ#_3FEo@Mar!4YJD8 z5$e!5gQq5bz<8la=B#2b;iXoK<6k2Zz)3;(dmsnEI1ncjKP^8j`k=(zro08nynYzb zG@_jT>AZ1E5>Qi}<%s4-?Pi+rVWLa+E$M6A$vE_Dj*eC((~O?^ar$*1LZz{&_R*_P zJkI1JPT)-V^YT_*hv}ve)x#NVWfR0TX)-d}Vprf{__~DSKnl|vuX7v^X-7z_)|IR2 zljnoZ5*?Y$;i|I;(F-Sjek%7zz@Ks=kvkM!lh19>R#<{9DPuG?Oe~|eB?zyT!lKAB zA&UTZXZyLFFD6N)Re`~R&xdc;YwPMVpaYTRVnE8NLLgtU&deIVESxh!cy=IuO}{0Y z+tg(#`|qhZJj5Q-3F64tdbjmp8}=G@fQLgmsUss5HlbM=t~a8)Lb~H>s;fawHzE(+ z1)j1U$TTbVF`e8j%_bHB%5@wy3>n6%Ix-)CjlmMyXc=st&$#_Ps3LDqMM@mVnKoSR zW>3Qe&aN<5KxdP^V6^~g;q{U21G)#2@_4+$@yK&gS3*Tz63k@yJ-A)Se)yxR4i^I{ z12Y6CB`ycznpP<%v!qj6{Ny+5#DyNmBhiWiEul3;6z435hOlTro9$B~1#|!p$EFt# z&hf($mGI8d4?{M6p|8HOdSXZfoEZTdkwpUwR4%qQEyG@;yIWbehb5;oRmsCLSt%~; z15zr5`7~ZZ()v{=R#?gfqF{z>7I#9+S}MAn)oQiCxEN=hU^lVE@;vsr$m>I+;T82Z z%h?4Z@0kDfW6U8w1ht!CAEAFkzQBh;Dal0X{h+eZLlg@KIa;^itmL(1jSTE~_^LzVcRj_zq@UUS7&EJ} zEGb)xmHL;7Mr%NsofF=BTw6QOr7x5%8atHul`TLD2Du}B1c1HNF|hv~RoKuYV?yEA z>C*A_bV}l4)|CXoQahgJ-mOil@ncG=a&U=GHBq+dL2``%+#(RA-}JIRtm^z0(9b#H z%be>$q>o8klF?zahHH$Ib^qBh$>OGgcDg&*R)k#i?!xB)aVL`#^lj;oZxj#noe$i zlujOq_I{Daazcfv5h21a6Ra-Hv|(v+^8z&mJO3)#^K}!UaYtYXYbT$?eGL;2;RO;8$sSAUNICGIxY=l`AS+f2 zv|yrd$jP-&EipchDM2}f>8Q#FU)yBnk|9(`0Z>T`f$x|;Ava27b>gwBvf^)I0)0Ia z@d$+gBuZ{75r4OebP;u65x?WK5wrt2$r80y^-S$g@p{|v{pR{%$e>+&5kpSS0#Py- zPRt(8!)v1Kw6^;_b^1aX4ULFYDwDA{d0(A@ly`AZtWe` zmhZ_?dHUp7_EdmaaRu$4$L`{f)h8c!LA#WimRt%kEwC5q%s>d0Ot{;gtpy?@g}CXu zgHb)$gN(vn=GE9eEDs2>nl2{j^xqtQ3_8sAP9pW?b(zd7zj~RFXZz*tu{eaiT$3nqyj~nAW7@w5)^JYV~;$+p_7Da%B9dI=I^QR8J(?G^B>$hbl-}^dq6z8o;d(5+pZ%Sl6V90 zMm!|cc-Yy!7s3TJgQ}8jlQ2Er25;J8Cwvj?9#53E<@{SkGSu)Po$d4%y3P_}`)UO5 zY#D-1R?F%ikMWq?=p7=^w6oozYW3VvH0Q;ZKmxI01r2h+7xn8c=->vgnZ}5Uy`s(Rg8r=p zjy|LnuGC6_9-8eO+I-d(YM|A!hno4TPTAr~WZ@#kZnSf+9+Xiew|hY#nU(2Fb{ zn=I2=PN@pN5oi42Pmp2J^)WeViS1Gs^wxLW-o5UTcep0k_Y_K_8kW!kH8zYICb@H? zbINR!R07!1uv?z%j#dh3LZ0k??RNQ%B|fGQ>lH;dw5f-+JIKvxe8 z8z4a}i!N7fT$+4Dv*C7Gup|cu79l$67*!7-Z-Ts;*ADmgAK8M#!_F!NNW8LLW7*D< zuwm2AShthn-?uiHDx-KyY0}A*U&$TiiLL8Vdel;3T0noXt}=Q5I0`W4jUGJqwavx0hJ zxhqDaZ&*UNk<1SkV12y+_qu_Bgm4HMedf>j<@GV3}b+N}Kz6 z=W8N$gu`+8taZ!b>JUTF=!aN>Tq4`l6&aW17R)|lwNw)L&D1n7)PV|yeQYBg>Da`V z<3ASRYg+FH|EuD@*t*dYu0cA;&w!^&mW1&NLvUh4@)85rTF2&at7BRd3V`ktQ?UiZ zF)d}Z%TN|KN10-@vZM297vrD;l516rgy!9=kQQICC1Du{pY z0c{{t-GsIdMS9-&Z)UbPe@;E{!!PHkdcav0Y6uux48kc^&OZJ%&^gS`$Gr|LGdc_%H)fOfGQsBGyFLJx$&R0mJqvF+pG)?_7Y z?IRBuP#-->c5>FTp83UxI7S)AYqO#bCLeqNLD6XuACt#`F|TZIJhyd_YM>t9y0N~I zsKt1v#EHZx7DCxe|J6Cwl(%~;ND(xqqm~LmrJYEMiUAUcvJwlmwDm6UJQ(hxIEI(Z ze6tkNtkx12@>=$08U{jIkxvLD1WDngu@7dW{N7|1n7sLECzu{jq<0WnLQgPM3%n$23`BXN}!l z4fF)-P*cKo9_QpH^!@y5WZq45$$(;RL61biU*G8C)Dr3Jad1LZkcyBVKxzrhRmT51{z|=S`Z?ttA9O1?Rnz5V3hw27f0(fU@O_gKA!ag~ePEz3_%27~|>An@1tIHpoTeh^}HB5sAAf5-mSo z{WkM+B{;G31`aa+-=ZF(yZh4SE*i5nxo^c~EeC9o@WH=_(2g}g*YXln_jJqD&frPk zsXk2VCS9KA7~dW{h!J#0gI@4-{SG}TP2;}bAfi%x>(9ZnO6K?C?q*KUmfxnT7ith< z!Qw_qO+p98X2R%a^4uY&1~(Y@!1D<(<*3{O(~hXylT%X}bC`4qriANEH4!NrqMPB9 zQ<1W1;oc^Ka~jA*D(erRP=IZs_Uw$re(i49E?Ecm7W!8?Ko0)<-a)eFY0KhSn)sKS zNxTJPdLr-d#GOKf7&j5QG3~``(2`R?6P;aULWt;?H}I$<2iNzv@Co~Gk>#;$qt>!G9bmx?edX8+2L9A-hXb0%|3NOt(>)ag zamqwTPu2zu4Wr3K0jV(!Bp+bhpp|A%qD?kBb*NblgscbH)R1@AJCxZ;PR=!|IO(Pa zaI2xQT8u;*<>PSLgluPDw@mmbg1^L5jjAhLU$YES0*UcS#Zp~3Ezu`WgI#&{vG@VZSY7^OC zhNeKt0z?yT6Fou$$Ft0#&Jg9*-%;xGNtVkX%36@HpQJI~L+kdc#&5uVhJg!5S@;gY zTk;y(>FvYMm5VgpFvq|lD&!f8j*G{&WESg&E9&Z*((LD?yK7&Ok->0y92PGg6Cz_O z>640$W$h5FX>&RFg~W_RQ=aY;6_D0jqqdEXVLi&Mxn~LBH){GI6LxUktP-a^E)099 zKg5zJvjtZmN!{QSirvk&#w~l-o;V?oN#-g9m3fXHn8H97q&x#ph?%xx8$X0uy3n{p zH2>JX)1=BDA0?(4Kr>#QJ;0F_Xb3i!`0FR^R%e4SECUE+AOUjNR5~-D z!lp<=Lnstj94W}(FlGjJ_Pc@1J5k+L_|DJ);LorJg%0{5)NrL zpRJ?~;-Kg)Y%dPMb+j8?%I@y%4$8RB5X4}4DXa%-v-tyIWI@?S7pm&=I6YRUXpv4O zwsBu+k!gyANE%Bd2OHGl!P9dk$&Z0nLyvtu7x-B8fwlx1To(=s@qYJ8)xON^k_!K% zZR4VYNU-9lTyAOE3GC)m7k&K&tZV9<7hM#2I?SGVV+^2qFi^iD-6OHV7?8HQv$ses zdk6m;-N$Uviiyw=D1-#_e0K*T42=Ke!6@-sO}eX%0gE@9?ee9q+ffpdNM^*51d-I% zm@FPCT0Z>0J^oYBcTs;x4~?Z+I@n| zi?dk~HCP#VtT+IAak#C}E&5GYCA3j*ktImkj=o@o8G_vik|mQJyVX0u^;W#;>e1qG z@0K+-ih8iBa97&G}Fkz+(SMs|mrW2P1#X$#IC4sxm znPLD)#2TIQsBhBjt(xK)j#Mj~wzv~SL$LFS2nn#sLE|9j=xtPL+j1DUK7I+ApNsq3 zYf0BNM^g@iY$)cRM`n9qkjZ$_NpkP`vO6CPqUIj)5}>6C#juv_hq&Xo8fxM7?7|hqmPV}$S9tr-L>ZCW!@t?iA)!`r)0(VHF#VZy*{z;GiMPm(#8e4d`@>zI%At6AMG&kTMJ~!84c;Hkg$@nVfA!g6-o0Bvc>S5CK1A>FkW& zQA?inN={r+vi3ar?5OIGb0>WQ{WTlLfJ{Vdr)9!hyN6n}k!imipu7PQE75)-A!9lK z_NcgGrh0d#z0p9;EGHdeNr@YP1M#g4_<9x5{o73epTj#IkjFtmgux{aE)=HnH^r_T zL&?+0Vf9GOv1%B(99K-50QtBaKAq?Z7C*>WLy9ck5l>29-?$vjsD=8hLn%RdN;?hW z3{okLF-HyI&&|0ODKuS*QbOo~7f_6(VFAzr({!;Sxxm7&>$)8I^2Q0eEhS@GROx(wsB!B&=N716oWT{W7s3^)k4%L@I)$+mh*vZlR*m<7jJ?5mR@@} zIKpsgu_sf%nIH)_o-hg+cjd8%2q_4^izI~zQNRvq3~PYR&(oRaU<)rKz;OW@Y8vs(Njver^lj|!-_GH{KGfN4xreHD zRI`Wp;%wS+bH-PiK=#fuU#l7gG}k>HQb~A`G*nr6WC&FaB#ZqeK(R{>9H{dNKVtJz z^>6Bd(1IYA;DW|s5I?%8W^NrsC#+TjHz16%Or> zcZZVM*})b(8E5L^;6s5R>jdc#&MJ{x?r~5Rm983@4)C&-vjQO_NMNi;#%($6WPcAg zvz$m%u9G^YR2@eZV?p^1v}qL7DX`%Szdiu<334h;`D^DU^u)!;N0Ti#GI+^Ky zqcxAmKE~>Ue=Y|9(>*)fZhvdT>BA!M%7%P^yyVFUvc^22i#t03$OOcfd?+mnJT=Wl zvjT|ECDBM)fOv=GsWifo_^n9XNyY-raZBp& z_Kptsk0{YE;3ZuM*vXVoP<{p6frpB()~W7(E8mS_%ev4OCD|#aY9daL22q6PCXSDD zj3|gJhwzOHz)a-4k&h>(;fG{U2$$9~MVVqJ&8O@w8(s|kOP=6LF@-roGRD3cqmV+kvr|C7OBLGU20SmsZ>>I7wP~alr?+^ii%F_6BKH zM`cfEBoNK+XMuhB=a6yeUj=U&MWT^l?}Q}O2Wl*qLZ@DzI07o8nTuKq2dVC2?g*UR zPa;VCPo#}XQVK)#o4dKK3pVY7A4Y#&d`o?1sC-qXu_x4G8j3@av%2lRIj}T|^t8W# z(Mk;fjt?#WGQW*35JN>7^bg$%1oK;4?l*r57>y)L%O%`Z&X^5+L`Kz za^yI8HU2C%%gP-~D4rjuqZGn=?|Uy9svSl!f7d`cF=U`Z=4E)i0|WAb^k zu|S`$Z|n_=LPai0lU1Rkti-V4St#?0jbBBhkW^i)31rh8O=pIZp*2dYz}>@u?{ zQBY43HzRAoD_Q`Jo{vQs*L&q>Mm2%IHqjF;vYxIQ8B%pRxhY^!`oSz8E!ECe_K6NT4P(Zx9 zQJtq)=gczg4v#ll++SbBd8aa_nIs|!90htOJUDr?(-RT{{0#7Z#IXbJ0keaVAjE|O z%_MS;ryXC28RPlF&2#j9$StIyos*#>gMuUJ>5@2>-5j(FLieB*{ujCo&x){*>>zvv z!Y0zJcddDnV+gT{Mwj-ndm0r&CBWh363?vWUUXZ_f0OeIdU-beL^)$mkcFiRnYw-$ zlSUt`l(U>}-=IPfQ`P9RVT?D~lj;WbGI+`J~CH_4OZVtg4Mj zD&#|p8oNS=J*GlFyg&G82?n2D~?;5&*>t7)Lt_LXfnrt4Tti z7W6`2Q1!aCauauC@8Hg(@iy)t&?EpGVnK`7z*O-2=X6!Vu1Y{tlAU$J^46tPs$?~e z0fvM12(>804NcI8FFo>93wF>^&Nf|SUZrmj=xys;wq=i7mDi2MD?Z6YpT^npgxuEg zJcL>^97*HF(h>clu!w*Oo59WSZthxo(*!M^eYVJP)Koq!0$(R8DhmM40Qdu2DTyw>&r_2}g$Nik&&8*FKw=Ackx0)ZDLknj4{xp1 z27V*zev^^|d-*5Nn;lACm1Zl1o)UT4U@_n0#>!jkvjA!E!KfBZ-XI{|jg?q<)d8IW z&4g&J&;=GkA|q3k4xvMfk6RTK876SK!^_9$L4wkP)?H%9(;E?_s%%GW1UsEL%{Ha% zC6wa~>A#`V@RQIg?AfS=1;JxKVENdA7;h9wf0t@=ddocycn+@S;nw=CxW80#vj&vR zd$baGVIlHPA<=azmRhLFNVv9+aMBb#L6_+eWefzg6~Gbm-{jBDp?CW4u3jMpKDr(R zY{aPqik8#R1dvT|Mz<6Tw*PqM<|dH@N`YL19Ybwe(K!)u_H(S>xlQ3}I&Wj;@~vyR zcNq)jX=9K(fe#RN#H@SaR%4uS-*TgYW6HqUEBtfo5M;$?H8`%tsxq3)!B-!PC}aD& z)tqcbj0Bq21V7dl_6Vx!jB|Kxdw1RB+X@?E>+sE~we}Vm&|@h}LZUPNo?kI3f%5_c z4JvNm#3dbdSL;8BaGdEJ$q@Gm2^~U3IeJ2Q8h}$OFOr5Wufb#DuG;k7&`quQK z71y#D;+jH=zO;2c z&VWW+uHc|nx@Bo(5O#tMiD_f&!0{qpwb5B5O$$j1ZQ{QH&7Nx5k=(e?q zJ5{SS7Dto^f_Q8?vAM}u$TaE*WQ+I(WQS4>PX?Tv*!@77ns>M2uviEgm|zNc=)v8B zH9Xr!y@fRs$k!LI&eNfb&ZqHxf*T7mUaUCphLcBJh8l_Pd7xp_$_hMi3@0K?_C97^ zz^o`|BbN8f&K@Fa*PvyLH-8SV5ll~)$y5p+1o+-8DS`P(dQICTpz7HomN;_G)eFJU zjkqB_A7lq04|}fSjk3iPFRChxrSLC@Mjm?l+}74UAvxv^e+#{CN|rK!NeLM682*$F z7D_>e#s{TKkrwnHT#y;h`lOw#64m=5<^_v%r7rG<+7f(eRmA>9#TQL7;^CwNblc<^ z&OZ?V_%MQsbHJNU1pVPJw!P*Hn&VcK3Jo@E+dPcaS&eKG@hY~vdmOlUXO(#OaH|Zi zvRmz;#gg)f0_P}c94>Sdd97|qssicVnA2Rvu(;Ra1Qc9$X*O6iQ4phztWQUDa!dz4 ze=6@8CBoMU^871O4w#YXcR;6$abc?eK#Dr9FpOyGZeXOKEC<|%deOs!6ZN8eQ6xdC zH*_#Lho?9Q&Jr;a1&T4@ql%^se3%E827QcreklXPU| z2Pz!1(8*k@=0><32|cyx#W{{-Px){Z-u=8F1RY6%=4W~_Zg1J9)LW#t2@vfL!NcL0 zn3qCkmx>2Y-0s@?AtxBBJR@&`oY-6;!Y?Anc)M{QJZau#XlpndfceHw8n8=?z|fJ$ z1*$ls!!14Wjr0W1p0+fPH!dDqJT9+LU*2By7E}>!+QbrgKSx=kds8QU7m`4An}8M4 z5Vtb&r^y#YZuAzSG4qJ4k6wK8k;{)i^@wFWD06%QF>hjWwq$9XaF*%Hz)LAlWvU3& z_4;hctSVzGP0K+^#0|0Y2(>oW)ccU(v@}p_YWz5}q$T|4D{dfS9bCQ5OxW*#yE z>**mEl9(+#?KVJFx_E8LBRs(~jU=}Q+b&3Cxmkf@MUN+itReRquG7+ii>=hoIGVj_ zY~0S&Y_PYJHtIKM71<_p=~)ixRYoPKW<#%-t6s~M*Z59knMec3MwHD8r}c~iUezop zwXIaf8ml~vlGr+U9PFi(ogk>dlL2~S{+P5Sj#E4TgCD{P3I+^LIKfdy|A)n%FZ~4`y=rU_DGl&E zca@Q@J3+=rzYS)lYiVABX@-s@3L?Xbze`QXvOmx+>f-PY|0MP{?uZ)8+Brr204hxy-C3PCp&>-s(y&BQmW}P{D^R^j`;auoBkXiV z`+V(Une@^Kfs9)*YHNzge>de-ByYJ%ARN;Ag~Kq53K0B2AYjyBa*+*8`s8n9`bU&@ zl%s0ah&^|q!f%A=!F3TDZG-I`i{!(g~f>j%yp>;-y!43KNQ&Br^*@3VW7?;6?26Gr7FU zo}4{T8*i-J0H)8jW2MF4ERvZ1iGw{(i^G^2ykuWXmas4xEMc2^gLU8Q;x5%3xz(|; zaq=q$pJ0LFdn?vh0yXFvSK#{5?#3!4AbTDxR*rTv9b62d4l@f-0m<*ekteqSC`M^Z zQH3Kyvjm3KkQP*I0Lft5r3RlBHo<+t?}m+!0D)ApsF_+fz7v8UqF;(MjkFTWM;i0s zIDN`FdVp-ZM>tF_;LiHBt(_@L7k^nbO9bH{pq@Y}C7K(P{wn^=$fWp`xy1xpkn)A_ zFaT}ppS94qy3tDsn-BdDPUMB@$YV+==J6(%s_O-eN%<k8ybcQeZ zc+S}H%6mH=y~|!BRU>te{8(^W#h*Kot=c)zh%}*flLb~YEDg{givWOCWqn$VM zmqXBT@vbsCma?iTkFuqF(E#G$C|WCr_LClPuO@85QV8$cx-c9`N!lP;lH98yWoZdB32_LCc~WtC%Ohk)q3h3NFTe6t(y@`vdjuD zGlt9qsE_B4LZGkUR>++};lZAo5!k7P-`)*Wj?;nYg5ttU zG&8^h55w&ymYwmWQUh#ypf!9);8cPf;5-}<7(PV7)2?*aF0?jfuvHDtr|li^0oXG$ zh82~Tj)-262wcR;&}0I)uM?Q3t6J94bl||wpnuIoLnZ~J1+kcvktReJaKm-L%utPF zYrfu8wd;2xas5{sBg&Fi!~e2RlPK!-^v6+QF3Rt?cn4iBC+0@k0L!DcRUzn`Va=%J?kojNh$ zf~%WJ2a_&{R?Q?TI$Ks}!$865Nz&d&J!BJ~+`n~6?_=FmGj;>43iD=NEgd+>Z>0d= ze9t+e8_W2?w}GIpPxvAL)C+IkMSUwz|VZ)jOxRym)Z1 ze&_r%xsNB2kU)qKgZ2iX;j~^hHB2u86m2czy!A=Od(y?zl=zTAN-(hK@gLe^!maIf zXMK(EZ%Zh0MY0_{`lI8E;cI&*>hH-om~c>*fyQQ94~j*{^79V~1`$nIfxyBPB0#k| zA*A()T)7~?3)ayDj}YZx52W-DCg(mGpJDPzIG|d9@lX`0pnviPO{6HQzIviX+~rJj zG)On<@Eg3;F$;`EmOx|cOMt0+_f&CiqnmOr3nfZP9hK1^gc0O^qYsOI(F~%ter@mQ za3%hm&=ArJ=>K$}7gGVpa~g|JB3$*NE<%#zY&OASMU`>!*bBrpDBlz%-Gg5q&`RSl z>pkRtE<}Z7wLGDKbQ>ro5O#_m?%`+3r1E*0HVJmXBCiCKmktNC&I3N%q_xCV+OZZnh#D*!fbQ>Fhb%aX-j67Qcm81%>B*Y6h zj^rZHC8a3ne0xabL#f7}uc#tkLDWg*U0vfvE_~;S$P`&54p4@UM&NO2=iWL!Q^~N_ z8^);ucq{?gqOGh?H*<`#3mB)*Xipfr+Y4DiEI(R%C3P`K2Ro*rr*_q)w-I+98-I+d z2ZUYDC^;0af^!`Ik#T&uxUurwF2z8PEf$n>UOrwI=uAhx1qm6iOoR=kit9=G@HNxG za--y;Wm?jgx?%|ey0#uE7-JZHM&uMP2;k}-0h+2uob2L3;OP+sn~gQ8f>WDMlO13D zewlJ+7p;_maMzv9Y*CL$0mNJIpY;CY_d5l@JYJ8Kn0XQX8@acZxuJ|^9Gv-*;8)Y> z?C>?`?>n~**2J3A>yRcssf`HfKk3#Q0ZQszMOyPewol<&>6tD}L(2E`KMmEK3;7>%&ClAuMq3MK=?W8o^C zG*C*56-#s3k$*V{Q9g_bFa>zYV!m(|5GgdDC1P6Q83M`OrcNHcbB#lZo`lyGeaj&W z8?wQ8r4BLeiCiK}BddO7c# zqC$`on2F4faCu2*Hm+Xp8`?|-B@ai9>9D%Oa#D7Tl+hEcUA}DABkZjUceC`2TT&0U~*Rs)o-d?TM^y_goW-67LIB-c+4pI#MgT=Ahm{ zS0I-lOyD+{;(JCKQ%Zz(w$-gITPd~-dezo@ao&~H=QcB;2~8Npn+aYTYmlLw=O z^~Z<;U3t<)w)x}tDvEn5drf5~k6dsX?hoKZGSgF#Y@aX3V9pXuGvE=A>!NW2qNdk@;3G!UcdnZsJBa z7uOxPVw$|&TIMq`U~g|998#SRnSB?3n8zff1|IN7?6WNQD>JAk52CNzIZ>VTH-n?y zUz)NXGCe~Y|Dn`(UF}UOf&ZiJBykC*GEI7;b&H3*Z%+P0VE9I=qbL-rsw!|4pb0aVem4toTwPOiJV4|D5|;5KxWj1G;| zQURGpcl=I7+9_%!_;O?{+M*^j9GMwBQg*%sg;J0({$^DS#V>8y}^_bvdD&QkVf_!3D%HvtjKjL!69>ns&0DzI^f06X`er+YR!1 z9)%14%6K#8>K@)OppfAaSqNf7Fkx2GS`do4(AsIU-oxEf?#9)%un{3Kpa%~p;X9+B zDvvm?b5WO2`y<~Yf?=mrLf9Fi-x)%Ugb$={I)iu9j;2*IqE)uZ{S((x{CG-cpxUv6 zty`Rjdui+1(GA-}92`D93^>*7JAfGMh$kMJSe~fsP&b`uVce%Q#v2+(VgucW#$ul% zGY^{Vx^K?&iNuc&9638;dsI%mfe%bn0Z2{+X;Bh@9}Uv)Rq_zJ$}lJnr38cRC)Rgy zA}AL(RS399o*v@{q=1@196PPBtXyUjAoQ=K2r^|rfY3n&1THnZP%)V^%cBH^^LF-RWK1`Fh#)&e}DC$LREUYDT* zv0lp0*{V2=HQ|vwU@;(sz$_Z3dwP}ln;{(JVy(2fQHflv*9x)uX2C@dbiq%Q*)jRp zXV4;DPo5eh#ptqXX$DgogG3ylwyZ+9Gr_8weiV8rZ9LcI!Exm2`QnNKY!N|Xk_K1E zQvqp%yL2j`ED=+{LO~!6XUBkAjH7Xf2wyqYrKrc|`4kaCPZl7`_U&TyRyMFHU4U@VIpw^?QmvvKO;#VT>gff*tVM z$?$#5tF2zQF5+UJgG}@ni_2|Eg-Hk+FUiOye!4KMZCmhgz4(|QyS9U|{}D4r4yz}n zR8@(;+a7kcc62R>ey08`nqr4Q_%SsJzzCZk+lQnSPSFTdSjc`^_mceH*?w;8*-J#P zDRG0TrjkNH3r$9pNeI2}SBlZUCPGE%hj>(m4fa^6Q0qp*?RwHQ&;aa#SDOa%$hzpy-B8+5=mOx`h?m< zq3jv-7;_BL?b&ctQP>+`ax*p>y&={>en8pU(i)bWB%4y7ITAcK5oxk-SE4B=yzKR( zokQ#y9&n*dF~_zaR-Vum1|DZs^2o}sAtN(E<_T{GV$#jy9g0R z$ewdNrrx&AIi^{qHMYKeAsJvYBUm#XF^i*gk!FkqU6g_n1BP|(ST!rbGd zfRFdAs;U}uh?+H7kFyTxDHc+%1ofcg6Y{Jbv-&<&}-~ zSH0@a`8&6ENc52Halv?J{&6ixAJOA&R9zfMn$^HByvo^lyVW*WqorDg`hyn@q%nJJ zM(dU-0*~!p;V4qNcuJiCOD7ftS|XA)?>?6`s~TRAg$BR@1_8t1_TWLG_Yy9Z3x+1p zkGEP2oU|1WfII9j6PTi!a0SST{UL`l+q)3(XmuB671xWs^8oYbxh|d`)TbdP#Bdya zUEmIG9CyFrVK_!HF>(dXeJAoNB2*$O_Y(@>IX*;5J<&XI1&*=#)briCz`^)L2v@YeO2PJ ztlhqGK5`m}HY;Pr6WX24hqO*wN)%|bUoV)1`I}w;FH&eyO%@Z5z}0Owdfx- zR7zbw-q_lY7!>K(tA>VT(_r(Ra>>%Ojofg6I8(CFdYa5j3xE^10j&tFO*XgBSm;<; z&orWqD_qjDbb?W z@)wFwV{%B!vT_I}4=kB@+EXgPODwHVXaTaB1>zoRc_Ebam_#dnC&AptYijUZZcA<( z>{AOx$`uKRsjzhNTyGXz#X8DW7+4CA6E7TrsbsH6?tmx`&?t-;+Z@kwQu`FOJ0CEc zq9W8cSuJ|D9CAPl_Zj& z3xUr81#!3UyMGAG2)c7e=@XGR00tNd`45U@5jQ(APOGhWJGRHg%F1k<^f>3zUWYhN z9zlaCjyF54AO*E-l6@X+r6|YMtYPC}{))doe+SxiDx?VlF?Cf{D;y^#@qp(+u2?+c7>b#pd-T&(6+mqm!F!bw;uM0U zHM0gRH=y#5E?yLIV?3+}1rUXiIp;6;4_dM?@lw7MH$2+j-2U zEq#PSHyFT?w5=f95rj7LW{NN#?CtDuwp8|3ZoSpYSr8WSTU0iVCz14Y9LYaRoB&sy zTM0OJ1Mv(5rM5#tmUt012}GvJO%e=Zo@ssGGuADRUpYAxcQreWgNXW;5ede6&t6re zCrU{q6K;np<_*<@umKDb<95$`QaIYP;G&U88nBIseb$4yiJWb{V{pX3YR68W}U(EnMvL4;^~YSR8}LoNGp|kT}HeYxh0l@hz=*4(2z=v8GssL ztOtKXr94cHR^gMz(Tq>+mS6DixVf+rjmbg};)Bdkrh|wAcUZ)j?lQVyL;hX-K8J6|_Jt)AMf(%(fUirEd-6$!)>4f&XB~j} zcn<(KAUsc;?QYPDbOnb_ph39`vN$*p0!;eg8cPhI>Jh1)ylcX^k;q<)76_yaR}iEO zG)Y%fKDr-F4HsYcytscO6PdK?YW=nI&*Z8Sbg4jwOiFwbJL2B8;y>}oq3xXT=TwUOd!kGrI>a{@^v48O7djymevX!#WNVjs&}y z{OqR}@J0)gk581rvcI=;2g9_ZP2<}HVL>h+${}#XQ5}M~yw^QN!0-*#6D3rMA4haE zM?=se-~f`crS)ItU8Zt?i#5v@Phh+c1C0Ho4zgof<0!WojC_Du>>1p2piDJ8SVq$6 zr@6H|>qzHK-Wf#9?lJPt`G0t1r5nw15L!J){g-^2M)DlPLl^>Yyo8l<=5+}&T|9i; zsCQvIu_r0ySz=OGNpPZ0tIP8^guo#%_(BCVWA|BXcKJ)&>R=4MYkD-(jXtYl)Q8XE|J%`O^NN5fOKLm_p)M z;%zkZ1w4@4cPfJ3x+sLI0TMFQP2FD3m%cg#;XD|G1S`1g`#9CHo^@}m+{#25`9o9` zY}_n`X$suHb88SxaG(dkK2dekxsB@Els|AoBJbMDd54V{#B`x@d@WW*P?7b1@HInm z(E&)0JW#qV658+$;t%3&`vW2v-NMz$M=Z*3@`w0UIEP2O>k{}7m?%>X>c;qJEVbyd zur7pun8jF~8IJiRC@I8r?uc_I4up*Z+NJF%@r1NxgbC+zw)4V_fjl@0RgY6eQ4t}h zeG%XRu$_yQE_;nrxFehJ#Kk8sK63eq%THbnQ;mJ5o(t@Ylr*LbKR@k*N%d6fns&Ay zruPfNV9}$*JaBNR0%)m>V2(RSrxZ0E=Cn7sePT5+>!^Ia`EHfl?b&*58#$7NWNm4) zN<9kBA%?)OMsy%V_VUu+DM#~#2>_L!2*P$EBEf8Q+^fl_ho93!Q4S;^L&l`0V|udg(b;~h)83e zT%g?glB~lWAh@l~>JOBrm?!@xUd7j-8Vh%h|2-h5b}smB-Kb&fr6T>{+dY8+URe|1 zHs@R*@`YGd26Az1JuZpuWIr3(AFu78$m=J&JkyF5&%!JtDI-r|2FRSA2mEQCRgOMsV zD|!!zi6Ot_v9S)4jR^VR%m4yRPseuHhV_FxBh8|7de{fYcN3Oir{S3((QLQD^&Xab zjkNG$VUJLHd)*h>8DJSC5NH?c%sogOP5Tgz1=BZbQJ3gvpFT0ejd`qJ7_iS^#5a2f)v(8t^=_- z2?l}11)lK;x7WU|Si1eAotej6qvk_hH(p(V&hsnkWPFX zkT_nP?Ma^3-3CGfOd=X39HDlDisA#ZPXT}n^pX^+drDW1#Xb_%+2rVvnaF!-oIya2uP z9(WQrn@Q}E3@6MZ_JkBm0*|aKkQJ)D->I#`VvLCFY;Pn#cC~mvo_#TlyH`z9*_gxg zesSC-7tKFc4IX=xsL;nnpDT6*p9Jp5PPl`pTI{{VCsh_gTyn4@u0ylFm;yjX?3lzS zWDdW3Qe!ua)2=NLikD(4!UW#e!cNjbCM@I|VobZ+)!oo*&%XQX$_BZF#n!p?-E%2; zRg>EHfTB(r>_{+y|3)WOJf-A@38) zs)pGZ-8;5|5-C+W1>L;PI@z#scq)5~$YI2)k>;>l^K>*QDgKV~%~TE!&ySccpMD0H8I=o%3d_Wc;VLA>g z310PJnvZJOmY_*4;c0NEoML!->pJs6L7zw=Fet!^Q4bk3Yay4=p>{%w`&51Mp(oie zl(O~S`WT?r-rzvNc%jq^V%|H^pV;0hPm~$V78-h9lY5c=XwOk_2|?d`)m&*c1u zpdpDynFI0%z$VhVm#tE4S@EmVp;*2Inh~adc)@lyE^%|6YyphZDj3@%MD%q@RN**A zK7e3oMwnZpo#4U83mJEDlT)vV2~w&da4MjGspkZ-JSi^8w4#~P%@eZT>hE6S0hSEi zkw$PuEGag%w}W+Z!r&)StWrP7e{=5GE%fy9KoCaC{-z-3B0iCvKM8IR(;nb<k^bT*~O7BQTX?W(R!67>G`qMHBQq$DmW%zJ*Q{g{nskuX@l z)6h$@=_PZ2zUUC585AxM31A6^7@cqmFW?X3jfxlotUy`cI#?-xz;t6Vm}>kuF-qHd z;v&2GGmT`#m0NELCRYP-+`#@C}j+OByV}z}%^{6;hSOZK0 zaW*>>i94&4yR_Q_3bPK+Ydz0|yVky|YNI zwJW9}^V}Y%t_BLd?lb$vo+gMCg(YB>n0)x-=|&@yp2P{oZ7aSiP0@B4chENIgpu4} zdf6HWD>(!yVV0C;Iqf%7Lfw0KoSw=9_Rs3!iBRD-qxDW2nY-D0Wt#}&ivsMgWqLTj z3OdYQ0~^-sopZqx2E{_%;r$}c<~4B6$SD$3Qx8R$z>-Y^GAV$M|1O_rITFlg>t1Si z!gnL)f|^5^Nl3^8BPB~v&X{bJ#_EsOmH-jE#_)U=$r)e z&A|BC#!ixz2nZ?iIfeZ+mQ;JX%{GwcnWAQ>kIm3pIr#|uj8S4;p+I<|;XncLT z*pjbvYXTQUskreo6gXac+K!HuT{PA#mD@%KKS(Usk0URMWEwT|r1E4*sUn@PY7Rt# zhPr=v?#k7ZBvd<0v&w28HbuCUliH_i5|yf4q3s5HDy%Ew1=ekBOIimH`|f+*8PH(> zs@lLT!W=>Th>E0?LIj_Dx(ZE|KjeI2@*kCxe%Ix%-9k+1qa$IwicJcfu%32j1Q0+}v;F&u?CXNXj zUyYgMX-+mG@JtVhK`R`rU zu@q2h$X)Q!tI z+&9hC_%@mKv_okP-8@Ri4MZQ@9LR{>O>0748ECY({&)5K!y)&#a6R@Gd)E({68%fu zs-44V@gaDKeZzC3_7_`6EIaLJcZ`gQ)9$QN2}~&f2LK%FlMpX_`K$&;C5s$Gl}R89 zOLd`Oq9&ySYIBZ++A~_z~ z2c8fMXy!bdnbFs+aBtKG2rwq=zADc_ai?sUETDUn^sdCJnVu%yvZ!DdwCTEWld_J~ z6>ksj92A|Mra4}mPy|$mZ^VBgloDf|G4Sw-Po5y#WGo1Cxv!*Is`*g6Eaaq0$?TWa z*0Ut5f?G(*sw5GnfYq9@N2hEw&OlKb0cxbu;I1I(0Lp;WanBQOOV`GRsD|1}8$pMY z3oEC0w3^+B{OSmL`U49few*51!2|>yLtPNC=x_5BXPoCz2HDskuLqBU2gSt%*|V$= zHdG%+T8&AY6W~vNy-fq8SYK0Dj;q8Qu18_o=pfp8dMGe~f(eqDwMg-E0a=HdrS*dw zL4j}~SWeP#K%bf$dwHe9tWFIZilNZ%ji7u3qod`_!p)4rOOgjL1`-Z{Il^a7k;b@2 znQ?Kv8#lw=!mLBY2_m86^inZq-rBb1`J5MTl_Ei@1umlOD5|3{>6k4RvNU$BB92OG znanQb#Ib8YMCruza_9>82a*STvN+!My|njUBL23|-NKgF*4;#s`Z%ochV%a_!YWE( zp%;>Uvf36ipSF16TsK&It_3Q!^699cRN(k9kdMs{5~G|)JO>r-1l$}SD?PgEsYh? zC*T}8lRPd({bndMzg9O;sD=zVhfE{}gGHIyTvZCju)8IXB9W!BchoPT5QwhPK>P-C zn$~H=C}s3)6@TZ(-oYK6xv=9l&9w5Fx91KtJ6>Y;RwY;=^(D`j=30k)x7MCt_ehI` zgyA{5+E_W9HDnzNMEs8fau#h6WmRuv_s|yE2J50MY=zk#Gx_Vbxj=NmH35+*52T!% zih^XQ$5(N7)@xuj&$(>sGNf;t*bWDt~20Mt*b8^Rb z{z!2Xi+OoSH-z>8>5MBx032KbfYXCc#a-xG_`}Xr-6im-Vp|+vDMaD3Q__KxlRQr; zuINw`Yh=l1dzp4#UVD);xM0szmQX2!Rb}nS2YjAf&+Xmo zdlWO`pvPy-jHzh*o#Pi+iU!qrT2Y@kjt!Z+zI|}3#^}r}nHo@$bjBNQbg?HRdMazu zr}bzamX2rG6vu}J9!XqC%J?ozIfnYLoW5eOSq+vl75QQnQRI+2`YJz^dMM+T+vztn zD}frpe7`5EX6%81#C<7^$+vcPw)Yp?i)XKaH-)XzC-OuH;wA~58l1_c*}6^gWH{TJ zB}E!!uHg-)XPf+|$@8h5s#OB@Ox0a2vDX-Tq(tg$)ivhh|I<3F!_*5LDLK3T2y&mmTItu+bvSQ zCgrPE>#wZ9e_R{_mJZ*nKm4?e&~maM?QuvrqAZ}70Hwf#IVG&pUce0)sYlkcOMk;l zsd1sX(vlr2I-CJC=H$ZKy&$1Iv7TXHu@(d&=p1%y=ANIN_Nr&Nb@>0m37sC4 z&Qd?xI+MMCkE1CSjYtle-C)pQpai7k5cZiYZ-YA(i~wnZ^hIzYQh+Z@P1sWDZtKkg z3diwM83XGtW0L4|iLg+R01*<=hyHa2E7Y((hd(Ons2}_#ZYOIF4-Z(UTdii^Dz~!9 z;b806qZ0#jgy%-B40#d^CGPtv!DF=08qQy|jL8aY;R>FM1Ssws+gdJ?(eO!TO_^Uj zZ*0BXP)Y(!?k!=S?d&!gy{tg^HoP6~0kIoT0jLGrJyqV0RZow7bS<4wgEjY|S7^D| z4dl1LQ=nc7M}&x%+HH9(*>n!ZqCG4yg5H#WGQaoS*4DnkIFmq@jZlcVfDP3>VDEDb zdLsu_HHV1kSy+z<+vLT**FDnRtaFPD_XdFC3A9RTI)M>@OPH(xV#upXe1)ZJA@Z5- zeT}B~@$cCZtRNUXo&^vLGCe`Zs=K~=7X)Ag3#u7BRr#_HPTTfOy-OdZ1(ksu0!!%< zRC_cq&(Euzx&_in+9*3bL7gty48(vko4bG83f~fA_u|D%Pf6BYDSyCd2fu(*VBDG9 zi;xI6-2OoVGpAA-QW!VVFY{_xwue2PO>Ba@^ODgBoY)n?C$0cGNe@0qW+M`8{Y(6X z)DAvyGD?4lW3XTPrQjawYvaNK0(SB_NaO(Mq*x&tuCuWM`fr&V(zj7hSXhh`A*G8< zw+=w}^ZoXicFET>!{e#iOpB@yA|MiGoJn`q5l`9Cb~~|M zF;yacx}ll!b{CFYsj!OiwoE8&+t^EHS$tp}ZUA~4$W02Qbx5~t)4Y-#Rh|&!iF||% zs|P?%^nxa~Vxy|!IWF$+6G28F#D&>Iavu=j(R>eJt33Va!YL&)_~>ECB_5&k&?VOH z2zyWGK$AM}WB4>y!^5?$^@EL@k?S5}#%3^?0q6@7?@=Ogu7&NuyIGr9m*=;xE%1Bn zaZZE)c7t;-&w})=2^jKK5A^HXs)KCd0}d&O6OqE^Q@cA+y-3__?iJ1l`8=w^aIt%} z+TN^-V-v0(Y~|}PU*O~IfbjBsP$}3TxZ8w5*a9NP=}2m{7Odp-&YB?{RVFo|K=}6* zjRtOSZ#}<)YAJt43{ie&FPTd`R7e|?n7`%>K_{CbWC-sOm5ENKBct1m<~^~TC;dpp zcm_ia&P5VS))p7g9Sjh|f-IeE-Yy0Ld6Z5!SsDJA1r5?NbWzyw0k7b-^lLgHXyXdt z`StBEpcXdqq7ffsgbAyrJ?`9(8C|5qMzUC_9HfL&fSDeXX;U>A(t_d|$ig&edzR*Z zyIVW>1&8aDIM;sHsm&yA6}1kaK62#1a@o$Ee(udfa(%2(INHCu+@t8zqJ7Y7+x9{G zxe?0l(f)I==TLZ&(TZFy!0ebQs4hg26|fCEzEYK8T_dh_Zk;wRE9H4d52;#0Hs89p zEp!-84V?ucJwo&*s=U8fXm_{d1?E!Q0BjL8vi9g$CYLJZq_xH$y$5+qtBJa%SxKbm zkh)jw2XrJ{BHJRC((v;7^_huF+t%ZBYTnqox#x*4w zGSMb_FuA;+m8w9h87>gyqM*ttT^qlSkGy0Wq zk@{^Dz1IXqaffW(KhR*d-Wzw2!-a!adb|~GbjcAS>I0;*h+ZRFDxtJ=evl^zAdpMS zx7{jbi6PSx(Am$6@P$Yja^jLB*b4HQy&N<0Ro0=Q&=nCw&u_8+pkLwhpCXKpuivo} z@tIuTg8d~V!(iE0#OR7Zdt4MNJXPkuLQWZ_nizKiWrjhLL7vdPbgDOc{Z`c`_ytPV5}+H$jxEqTjIRiU0s)*P-)O%7IkjFO|FVEw9y&Kow=hON8+>iXsc%BdB`l&qr(|nfS{Y#8L$F!! zcv(m9|2z5nU(9%U{*Pk(D%bw*5Aj*%^CP+bYkB-P`TScS^v*F4uV?(5^7se-7cai_ zYkA#Y!}u>T?sGoRczLf+?fw68Gw$2V72XOs*t{s0n zpJjer-@ly4|0$p4d0xx-m*?^K`@CWN65~J1xX<}aGybt$zk+M;|LuIX`}7TY{8#ua z>*e>qG>^aL^M~=j%=mww$G?K{@;o;f|3I$2|M&CxqkAul^?HAl8m_(1E5B&CkMsYI zJpPf4m+!xl@t1S${a5)c^Zb5XzfT^&!e?1`_3{eW-v4dQ_$t>Qo5z2Y&$7QFCfKEExGzy58*JSd01p2y$HczIv%^I=^3yWhfRnddif{S4PW|IanwR}Xw~{{B0C z@$g>ifgj4>e~9sNf1m%~-;HGhAV@go1q&&#>?cfXj=q9>o``g|V$K|YH-d<5g4n#cbUpG6P&zTd#L zzxzI4K73!h^Aq{|pRhFkN4fTQzqA=wZdbYXKEKIlx&J!Xe?5Qy!~gbhf93F(^7r4? zjH{R4i)-)yPx&nVnD6zeT)SU>htINJ@5lAeaP9AY+(sAzZciu=ZE+#`_6s3 z!?nNr@Axe1qWpYQ{{Ab!Y8d~EjQ?}Secz8^{Owr|9e*dTz0Xne{Woy^A$k1E_$>3| z`hIdA|4}~6bL!`OI@hsYe3tjscmB5g{a1hWFs@(vOZoes#rQ$?lbz4^=i2-HPka_R z)PC*f@jw4H!+o@;KgPJvzs>mH&wjYye;2O3&zJI9?1FNBm21EMGklikbYFjZ9{=5D zT>JR_dHjREc90+UAVc0P-oD?f`o{_}j6`}n(G#w||Cf@BfX>_#3!>6W8A7A2;JZ&ll$Jzt=Yo_j!o%pUmTLV!Z5A z$6w0#`8vjb{YO44=HY3^KbC9n|4*9l>tB67*FMj0@L8TyKjf$K_y6R7HN5W!GyV(t z`!^Xca{I}Q|G#5{O(&A{{_Z<&aYv-eE%BP zAHlWv`QMuFJD;D+wd?+$eDg5>m%09F#=XxQ7%%IkeSBxGz0W$IUzp<#_xnfX@vr5x zth@T{@jU+Xe3tpqZhmea|6|`W{I2oo4>RuXKE!x?pMRUb|3dS9_se;%{r->gS)Nn< zxy7~b^{2jd_+9nJw=?eZuQFb~?|uG#9>30byD!dj?ft)}xz7_^zbTKu=eG^(b(8V0 zV%+;b!+3dLpXc}U_;tq1y1WnLZ{XVR@A0|X*y}gt@vq>s$isQQ_lbG@7n^bK|CxFG zW4?WmD}#xj%HyBkj9+E^L%H_7{#QQBbE+qgxb}Ho{vCrIxu5Hw$lt%lc=`S&Zp{1W5k{_fx3%j5gaxc=b^*WTwH zd=~#!zwSTF$~#!yvp@o&Ex-q&$8du zC*RGr_xa#=407na{d^wZWW4;Y>;9*?_Ws|?=fBE&NjrEYkN+z^%X__^@vr9E`@i4! zzWCBB-}}YT^UB-*lD~h2@v`rXPhY{c-~SRm%YA&FkKx+i{YQM3^>X~v^7miHEKGoNLiwRfMH$6w;JJpTp8 ze=LuG`1cR@(f|2B^Y|w*Ui?!1z4zkU=l`r`TseG{Yk&6}_$)Za2XMWgzyCvg{@eW& z*Zg_LzaWqQu^$-LYmM=5%HvNmUgYp`#{Zu@{ygL5y_DOJ=Gy1^C(V7-pBs7nJ%4cc zzVh=^dHiNG?t1+`<39h_F<$0Vxw^`=lD~hG@!xxU zdf)pQ{}8VI{t=(${;uCz9)Aa)MGn;)>s3j;$NjnX{{Mo{ zvM=_zzQ(oB^GE*9aGww6`sW$IC+{{DwDUcUbq82{}&{t3?g zY`%Yk>y7;V5BR&bwB3X zb$qA4J3Np3_lNTLpJ2Q^kN5f4dHjo-@ym=q$hG(R@n&56_yX7d?jQg0;r_;1-;u{( z&v=nf_r-59?)zS6yy#Eg_rtk%{G0h~pZ`rYo_yuU`5GdHk<3UcT@AzdzUUyL^`4{Y#8LmdAgQ&oV#yId9`S-uLef-@m~4Pv!AP z7%$(~zWi1m|D6B7t1}Pxx$62b8B>|bOlFaAj*!$ZGG)v;$UJ3g6iJd0l2oRUqB16w z@|3BRkOrcRsgyY)g^0*`?~m4M@7_P&YrUWQTF=^Ruf6v0{ZYZa4&q5@#d#j<`RIKz z!1%|JzrL>r8$X8i_V>J zmFM+vKgaYP^qcX1aPQAM;rY?>pNRE&=^W^2d^gtjh3=!FXysFKec;W|pBirr_xFy>80$74y&eX*kbI!1tPeBe?tP`{<(a zesIrUeVc?D-(SjqnE4;T#`Ai^c*70hoau}IX5*vb{?6CFu7+0p z?O5MOspx)a2`?%`c3~0rfi1j%7eWr@>cd%ZEQt+Y1k49YQ$qcl{ zZS;BQlOE_D#-D}zd8PMZ5?bTFf%SUoJRfNMcdX~5ewb`L(-+~rS`hvNT;tve_dZnr zpEUjw-1{K~ULCD*cVYd0*M1y{R-95_hWYCJUuXXJ!Q*_gqZMaC-+Zxd!)G#h)5+-GdF$%IBMiC(t8|pT_!qt$Sg$@gkc;owa{|GTsXA`$G3r zRQY(!F2V_&Ti5OXChUegW%o zbRI52=f>9fCXAav{|wi-x5NF>gv{d$tl+|VdJ&ozAnoDw8iNkajknwm7H@21XZ<+(fZ z*ZMwd{snf1^H%rQr{>=Y?)A~VoB^#kGqJuebUrsWz8mX#Cg5X@m);fp)z6>8HNU=a zkFR?nC;D=HtjAHGr=T^jEm%K4_3j#L{AA>>{k00MI5&P9&PmPd2e`(46z=hLP8LQh z{#2~TSD$x9E6xe5_fIGE2;-%9|My(_4z4)2!|U01=ym9vXz^K*zaB@G(2Bno8`twW z^Dp<^fAidAygA(8dpiGfqZMal{zZQXdFsy#mcg}Ncf!4& ztD&=^HSY6RA6Na8j8^=wu^wOVtH+H0iS_rM-pL;tPuUaVbcG)#$odx1owIAJGvlR<1UK)m1lRf;-ABMKKjm@W<2@lP&d`* zfbrgNpO^0C;%LPgjrH{^g>Hq`xXU7c)uEs9eUZQBI~%PyS&xMNSHFE_{(a#-uU_!e z=06|q`6$oUXvNtTag93>t$fZzTzRfF|LjLY{zc*Y;5vuzhWohM@8>PfD7f!0ozHdA zivK0n^U?dEpYg+3e+QO;FEd`?mr#G@xz%_hxW`F`XGCjWBO`z9mt?fY{W#*P!-M93 zB;xwMSY-ZnkA?VM;Mdv;r65}IM_|1U>bF{G5$o>?{r!Z&#{a;29DNrrLo3hJ6XD&W_s>u8T-ayff1k>%R!*n$ zDuI^&X{_Iy{m=u97yd1r+j{@}1XrFN;6AS2rCHF5^A^_kwcZsCjQ@`HdrH51Oh+qD z((l1v{0H-I3->x#fEPo{e=gR?)wxj*t#MaI{)N!v&Hpgg-*0-K&qHf}WjPt{HQh(w zz!j%H-1FDGPFkF1@cqLxUas5K@TzF}_rZGqlt9-s{sz|b)cK!^R{m$PzK$vA$;NLy z752N{5BuPXKLhUh^hXy$E6!4^*GKbx#`u>JSAWh#E6$%-kE3(ree*AUI>b?Z4jAtS z_wz^nmIJMEr$_$k+oovMb1~NM_X6lq=Knp``&qw}Pem)A0)K@1DET? z8n**Bhy8t|66lJ?hhn{+`W|V3R{Z%`?`Q3cKE|`230#Xg$@qP6&%ZbP592f8o{#op zTeR{yh4uB-?-*mz8aMCRz?IJ)^Dhtg^G)?hhn9c4$Y1gE7=J9{IuGj`--7jgI>7Hi zE1&FthH=$zADDj&xUXXa_<7^4;od*l;I+}pXC~IyOYe=_jc>yGe3Rf~(Hb|;xsXp2 z^a|tc;qI?EmyACa@yqi8Nr&A-C=u#UP%R+)b{xX(-XLO!(O zuflqt==X=F#rDIZf?Brg%C&k zWwY@%5l_G~qm}0rtmm)u=XT>OBY*uaI>PvmSRYsCgajc>sExvh7_{l<@Ay*`TbE?W6l`#aosdbeyd|2}Z{*S%8=t#QX-<9enT zUyAj4>HDrfTJg_eeI3X@67V``#s329=YaTN zwDSBE>v=YBk=nRk{eON>J_q+WdMCVN{x#A<{@RZR;fnt>-0!1QbV;=MY;1gw^f$gA z>vdBATc6hG&Bl90T=^73tDoPBxc1{+XvH~z_4wK^)6mMNO8UUHFE$(R z4fl1?cXSc7{NIeY>YRdB{6koepFmGB|6EsGO6&2#4|ig5d2lo-Eh^X3EY2g)VWjut$B^WdK}fKI$Gnd z!FnAO{{i#gg!S_(7krWVUzzdJzvr;t$t#T4f_r@3kAGO4?(n9$dR?xM?yu5ljr$tb z$5ou>Xyv&9>v1ZfpEdq_#1&_$@p73i{rk@uX&rxnD}EQapAVXE9<<^=i}k-RtvcUn z{6nmdtNZIwwBl^UdK~Em=ASil@Ynh-Gu{R6`&9SZAI6u!ecz?Ro1hhME7t3v^XC=g z*|J>v_xCHEx2ug`5BGgt27bnPW4Pz9^E@9~^X-ZC_}8J6jlYWZc`5!~#y4aApW8}? zKZ{nL`Ll*N+IOprH--D}U8;Y2wEQ2&`ak!f-~DQ!)t{@d{(F0KbVs!E+=uo2^_?}> z_yw%bw;22@wBlE~GWe_Cem33)?tec--^JIW3A-xcoXr~0Y{TK>Ocz5bKXO^lblDx43h|8BVQ>;d<2wJ&m`73YPB zD}Hmd{8wW=eiHg|%yZp|y^; zUK9Maj(g$C=RUZ{S3c#@it`56*HQCoWBd@-$JM$_Mk`M7?4eKe9r2C%KM42vroywK z<^M9)`OSE@$X~w~6+&y=kyxKsS#&ew zOC$ee_=CnX!v67Y4# zJHUNhz1uIrHST!0$5)*jpcQ{R*5m8X5r&}U{~I>`-TPy-?#~zSZ|*3$*-S$NKrE@8w60Z^U{&>XUKCGv^EACg989ihmE>&*2{Eljc7W z?s4>#=eDpD><2|E07q?B5Td{kz0?D%|UKH~ctUeKHyDeXcs(hF1J-*dHhU z^SgxJT|?2zGt;#pj`rP0=AVeTe#bj${K1GP!7HK_{{^h)uY0qd@ja1$Dtxf<3^z=e**dFg_RV=iVTAQMAV09mP@qOfa6IV2H1CW<6Z-uaCIiKPSw80NnFe zf96Nae-+l(QTK9Z{Cu z8nnh8i1j}g)A?M^_+qTDyWRuc(2Bno>wT{M`;zf;g@eEH-w0RyJ0e~Zog1w+fgv&pl|xxuVE_>o(7L0`7ULZ%-J1H1gN`yb@aDzK!*DSADvp760qVU+=f+ z#;+5!bu7lkt_*tjK0B~}KIlB0 zYyRbmg?`Yz^NIPVz`YLI@43;6GbQp@p0}Zu&&G(WJ|ocD*H;%0apb=Yt~gC1ULSqd z_(Zt(r@qH)pcQ8;*6&~W4@E0Zwi01|)o&jfZyIrpd)D|%aPPO4@S5n$`D1;)I!{I! z-;4GArE_%|TIY6|>w>@X+z3}b9U`v#F*{oEH)DNXItLmW{~PQ5lMG*pR-AGr!?-#J zju`I__w!%fUUQ*0|@f-dB3RjWhpC5zhucX#S;3g?Xvpelgw#?s=*{ zInatfEAm%8Z#O;z>vhwAD1{Rxi`H=u+~a6n#-Nq|wWY&4CeWW5Zw~kM(z%fVt#QXh z{;KoM#=pb*I_iGuk5>G&h-+S-ntxK6;IH%NnECgOxW+ApR-7pj*L~U=t$aSh`rj+i zcghIknaYNB*E#m4@mt`2F6rF(-S_~w=PzCkt@v+5adf_QMk}8^5m%m*(CW|gSdUWz z{e}6LD;L&9-$(n6KMME$Oo8V?YusfK*S*{wt#MCAJb|8N{w2zXK1_n|F+KoZ%l^F| zT9>QPiZc)E{i(j{Z2Sn;^Jxg5h*myXDuj9IeA{mRdEg#L^FL+&^&@|Mzo!`=4)^{{ zz^kB@&kC%si~8z5^yP7{5Ba3P=bC?Oxc8^{Df6EN_xfMn7ih&vi@4rb&l%5O@lskd z`*W)z@L%A{=T5la<68IhXz@WO^--K5D6?+6bYILtYd_vv>C(Ty z*L6p4GXDqRp1?54f7*D#%3)r5|9oh?9o*xqZ!@74e-hT?YkljZ75}TqKY<=<{>QN1CwgzJ zG+zG3Fs|MSJB>GodwjhQ^Pn~EV66A2&W&1VjXMqN>!p6a$NYC;eO%=~()`b2>)HKY z8ot*2ld6P$r}KZm`M(JF_`Tr8(8^~S*7Gcj9*$N%KSo^V*ev6Ps)qR{;9tTOrw`os zODl9{wBjto`nW0R6tw*FRtxK*ew%H)CEWX2`KMW&X_3Fq&)R6k{{rjzt3O8?&y*B+ z0{%W+<5q`zKP0118t)VN>-;Z)mjCM!SD&O9|2pD2KgXe!&q=J`zpCd4#!DxMe009; zF-E=p-UF?1 z&tiRCs*czP{SmrO}G>6xQSGJZxh8Ev)Yg?e_=J%JVC%*I(=YlKEdH8(Mkpi2Rl3tLFbV*5B3I?`zDz=FK60ozF+%x-YuH zJ%8OJrO=B18rJ($=T#HqYa^~d*L&9ZpIEPt*5xhZskK8sIv@5Mp91&zTCdyC8h1C= z=d0gahND%7lD7nZ{SLX_{OiDd9gD-Wqvby|^4I<B= zvl-BeKMm{kQT@B16@M1CPr85peS_K2BaLsudYah51*8`@1Cxe$043xR0xTD1=s=SED%E zza5S5!FnCkpJUO==jz)-J(JO&n}0jF$JaWZGyf40*M7MJtvDO79$$U<09yHEs2lo6 zbz5q@MZ^{VgvEIg?s4>8c{5sZjz_#BdN^9+=B^j&rvBMwJSF1lpGy|!^@wZS+t7-? z1?%Ig4&#hxzazv~-B!Uh?hSDNJwfk~^TxZteZ6#E6-3K_aui4F+r;>GtnV-7Im~#j z`eC1{ZflGu;NG7}@W0_YmmY@u?@qdxE1|^~M*iBr9ni|>0@m|vi+<5~;12MhM`sGqmjSX>uuxLHw^LB&)bbZ0r!2aJoBLy zXC2nZ)w`%STJt&?an>lJmd4?CLY*^5jkkw;J@q|!3a)WqgL{1Se|@z0cC61=-$CQh8n@J)fv2F? zn15fm*S`roJ6itFVZCp454JY`Io9tr_1hrhC7Xo!UEu#Sz7X#F<$3ruXyv&T>+y9y zOfjChX_%M#|0Cly;65+)$tk$)3DxG>f7eVk4OIP;3Lt>C+}S$ zzV6d+&A%?(^VfXS%)dX}<7?c?XpK7$>-$Lk)(Nfn+p*p!iZjvtGq(!kYF-~3uMhY5 zTK7{Hr(fi+b+3w6{JB`qQ}gYBRzB;oevXwvk2jt^CHQN--hnGl33$u2fBqh?*5y~@ z_rU$!(7w0|t@s~deZOm;wm_?Y&S8ChbzUt*D}MgeFfZL-`;FfR_x@=QPmh-Wb66j@ zEV>O^?)pOS6DeD!|YZ@fO-OXvLX?^>tLAH!;2v>wT_$Hx#WrFJe88?zOqbYqksHCg4YmKMeOc`hG8s z*0?jU9!K-)Wc>Yz7lV&6zAxfBKVLUqqMw^ z^Vc~r39bC|cMM$XwZ;4s5m!Caqc!euteihot75MTYX#&}A^ zo59aooY8PUSC!ALXvO&$>+{k%^RV$hv2i~vL@UplokM-}-rH~f1K?f<^?7Nu;=dGe z{rN>_u72x(0vM?U3>Da6f_EKC7|5j@8gZj331MxZ0-+(28HY zTi^-w7UOLru5;ijwBk>XxawaItvD;Oevav$8fE+(*7H<9&qFItQun~MUI&do2KPMm zjxB~({P!b&y+eAS73W;U8=_|!FViFRmFjT7csID`sr`}@t@qk&tnWL`t0`LJuEF|# z*SyA|HEtT#*In~kY`o$tnx@ljGH2w$H z$JKqb+IYjBVcfRxy~g`RT<_{6wBo;l^*A~QI--@&3aszD>(FD&|77H^eCC*c#a@^G z{rA_2?=e0W?(5hCo*%9Fd$3;TcIZcpXXzc@|H|ic<5l6FkN7FL^6wA#_^M|SwD`El zzbLvhTI0^c`nnfG4>JFEBY*Y51oPj4_3shw)0yUfZJ&_8`fZKz+u;7^P1;`>(8{M1 z_JKJYd-DILE6M*=L@S>mSdTB>*!XI!*GKVt89#^hIwar=(28H9Z@AxeZXYl{2=4U} zFNK!>Lag_d&XXR-w@3c^eR8VtjQ55($?!GCE5bd0eUJZcyf@tYDgnP1odf#`*89IR zIt8tJ?JU;wRR1hMt3G$%7ySF6_Zoi+?&GQ->Y?TT9@gV%UJn>wkM;eV5B?fjb@(gt zzkJ@Bf4%!d9Nk}sjZcDm{;BZFXpOrI>+{ulH59FRUBr4mx_8!^f4K+3I%>ZkHr^HP z@l}W1XvJR?@s{W&Xytz@;(BLJHUCl%hVx(F#XlPF2KRh)US&rs&Md6ozk0VcMPHs5 z*7MPK@$<%yV!aQqg|9W9hOK9RzNY(bJ6iFR9}518^NaB=aL-5USOP8og%NLoZh}@m zUqxK!-c;j9u&38wxV*ngz*nFZCx5>XKMB3f{CmK?|L=ldf!2Dh#`=3e-$BjMigN_( zbIS^LDuMd<^dM(!EvzE&jiVC(u36ivLT*b1 zzTf+!uR*K-Kg4?en%Cp#T-d803%m__KKyc?aIf2V_!+q3e;oO%p2N}N7bAb=ztDKA z!Qpq~4)C9iPlfxu8pG?LHSRiWoaYGRzeikkSYo`#Z@DP8h3fb^-g=-{Lf+i z`(68bj``<#;=g|{`hfB7a6bo9@K3Wi^WeVjdRH_@Yur6pud}|pC!m#QzM+BZT>8Rz zZ@98!i9$ zu^wN)H?~A8pFG1tobKpZ=3gJ~^Syk&nSW=v?>oI4tD-gT^HH2+bYt}8aU-tx(jc_P zJ&*PE()Z&mJ#;qA~z2E+ZYrb9nA1{qoKF?tNpG(rdZfyJ=tk+F_JHYr3toNJV zKd%_S`l+xk>Z>)z6L9}~5&Dk)6Rtcb!~LI&)b9@!(c-J4II90JVL`N zya@MmM(>R>XvIH-^}4B_ha10kbjV-p`;GCtBd-0G0j)UWus*K({0`%rv7W!qfkEiY zeT(%z)cUS6|2j{Hadi$KG(HUO_0jiN1#}MVR; zzs~0u(TY=SY}j8qC%-ZOyWoD#>pgQNTJfL5dY!d@>!20q>&RbuK4$)ZV!dwalMl?l z;IkoqS@;3tP2s*?8aE?a<31VrtIjph8h3ZZ)o=Hjf4Om?Z&Tpw&A%hu=cWCa2dy|0 zu!Zcu7be~it#OxP{ru5;V~FunSf7{9?N`x?Q|Y;IF6n#cNAvFk_xGOae=S<^XJW4( z{mgpw&N-$~%w~O&@k-zHpEL!8{oDjxUoj*4J8gTC`_2C8cp8)rD>;x}`R-ENnA6NcE z(8?#>#1OwZa<=)Gg8R9lJ~?jwwc%cW-M`ti0TJhIoz5ZI40mjc`eO&d=613juWnK*HqHzzx6~7wX-wD#$(Td*^ z>vb-PE@pfN*8A!%cx~g`us*KtyD?~udmQWWi=jV4Yn*~pLi}X(4&%Mxar{hZ`On09 z{q;_6g;t)6upVFQG1mO|WBr|=e5M+|X=Z_07ic>h^1<|LBcZK^opnFsQd-=bN^?Y>hHAQROt=PEEPn&<{ zmjc(gtBv=9d;ELgr!3Cw$UgyZg;xADtdFbr@bhTpQ)GImgZkkY^KS_Ed~}{)h8DEC=zSVp03AD!jKJu@Co^AY!m&3a2+}HqD{JY^kFMSXGYJ3RX_lwSrJJ5>% zF4ptZzUXbd_$y()1K=~@ivLi=^}fo679WrGcV=mH2jgEy{(7GbF`kC?zD;j_`&e>q+a@%8)6hj7Ke3-0%V&f)VG=MA{m zvpu{HTKMJvwy$Y0+beT<*Q`u(E5nuu1OH_i&>wO+N+8h3RRN9+Eu@oe+LzEhpwge#vaaL-5c zJ!}5$;C^3d-3z1T-yiGq)w`uWTH`LodOkWgI+_0tY(4v(T>JD@^UpIsjH~^%2CjYg zXvBM?(=5&cxX0J~zbjhf?u`7C(36elcq7Eud9v1cOSu1Y;>z=a@uhHIU%g{*L2JG{ zu|95j^s8u%TXjKLm#*kfj6V$bb6fkpC|YqAV?Dn5uoGHwzQy|bRz*)U|B`QpeW812 zz4>>8`+6zBMO^pVGsd$o4Dp-7m%1VR^~rg-)@3H#>!AK@ zfR_JmtmmWib_`nMUcD%AowuKwf6a(%zJD5j67J`K`n)t+@!yEJ-i`Mf--PvXbt#N%NRe;n>{hQW_noJEnp?z^67#ovhabt#RWhF1KGk-zG>+<5K(g?zNWKN}wl_x?McUT`+{Wjb9mG6alCBr{8UN7S6!$084e-zyNxdFN|TKuEPU+;&0 z#xG(09#{SgjTe1C%&Qdq7vm4Xz2Ed6xDu^-eTwyY>7CZWc>ZM}ANjvyygA(0QTIrC zwDKH-_5M_zwa|+HdgQPE8DM-j*7K47ICM_zHOoUB_2+uH`s&7r>s~$s*SG^Cu5-H} zT6`wf=cV^mH{-uVT<7^%c{4cEcXIc1qwBl6zIE<@z@?rCD z06%K~J!^GA2jiXKzFx`jf@sBg8ykPeHAXAX9a!%} z{dw8T=3ilL7`GjKjrl(a_xQT+@}U)H3D)!1K5B>7xIabyI)7d^{{rhm9L;N^@vd;s zrx`p0T5-li>_8SBHCjl;;_^^6VXP?ThQs%4a6l^U?QRE42I%VSQidoEd{w zJ|#DVe6%0GhAU1zxQ|-~ogIC7U9cX%Kl}!?;{1m7`Re=VW#cz|7UC%W_i)8Yh5Nfp zeNqsuIL}4?TF2Xre}(n@75_2gg+CARTftYt6~7bQ>#Y9Cf>!+g5if*pgqHtotj{YM z-P!!tVEr7>JK=fb=dgY*=^R*Wy!;no9Tn%G@rNU>KFo{OxG!P7&Z1$Y0}@L!ET9dY$l9kk|qB#NW&;)jjr+8FAi@0aax<>M#JUe6oBM@=QXnH~$uJ?;q9wl=112zw)V#*0|qB{`#F^wDD}4!+f>x)*G)2 z_xQ^HEL{2YgL~bop(~>m|3j?zr|zi^X!&Q`65^|$7Z`5~_xR#x;OdhRaDRvEUZ{&! z{54pQul;hL@pD-J@8~Jd#b}M&{OfR@>wSCB{5!zC|21AMwBk?0`no634UMnE`o7S4 zH4?4(e`CE4dM7L~|HLs@!m{0Br_zXMc4U#?rkwO*Z#pNP2DWdT~__TC!u9E$$V z_%yiZseW#Smj7p1ubcQ&XpNg?Tkuysmzw{LaKA6~?mBI}1Kj6Z6L~- zmWb=!J_W6O{=)h>srCK9_?_Fsywv}PjK2u?KGA!iI$Gmyi~RK+G|c#Mtmj!2{xMqP zX5I1Mzc=+QTA-K;= z=W2Ge#(gW|T9@`{#ov$h^Hb~i5?Xy;=Z8?YF6hm0#Tf|q{#Rd>Lo3dXi1$QyMJrCp zJ^#(;6Z3Bvaozh@qZMZ=*4HZqon(A3*2mSk_muHUKL)OSx5;>4xS!jqX92YGe;e!d z(R;hK@grD254G>6qm@sEpF*AWj@oAa_rpCO?W25X`M-ztds+8vTjOW3zFvy+y78pF zAs^+r-*`v3=c9frj#m8fSRYsSLL=i}Vtro9e~9sd`$9gd=Q87s;eJjg!!w~3zdzRF zXx!??S7Ci!n!-C9&$B<=o1NhEjo$+I`YTSF@yT$HuYFe@t#x@9>+c+W_YFfUp95I0 zr{+7u{I5F@^3l6`i}~LN_xkAkzZ$JL3$Y$Y{ofX?aZg~q4!VD*nt!!}A&&ZFxB2&l zd;Z$j#n6gBBjVbpsc6OD5%D_cXUsp(q5tNy#&~VG$Jf1(2G>676>;5z<jo=k*6X4#rTK8nM;vbFTXx*PcD}I@uLmaKk zHn{R^3io?N`#l$0d>q#6uk*PET5beR^QiICN5Z}s2!G9Z8@T7G_fJl=@*EU# zos)IZ8h3oei=n$2UxD>HRE9rpJk!xow^r~uaOK$&KFR)`q0XP*jSr0cE5L6-%YPx( z^T)o?6Ey#=ph-KGHce7Ogm?j|YFnUvK_R;l8i6jycfse+KL4TLN9v z_*Yo(fBpVBz<8!#L;l)FD~#U`_j5+)=kIXkKN0Tr(fhCxTH}6z_4;Uihoa^GYviwU zX1@8~aw5zt1-{$-$HP6o>Rb-3_)D>#e>wCJwCaB<;(9;NL~GpozXktx=pW2~9Ng=y zI#fj~{@Tc2br@*;d#tac`uQ#6>3npg%Z3p)}^*#8T`LBR`9eTj) zqvd}w;<_*9pfzsNAL08&_r($8J>ecl{Zsu6l+IZW@U+aDqTH_AD`nq3-u4{aGweGK(e+t~!QSZ9H&3|^} zp8~%Pt@zs`f35rTX!U>P^C8d9=rzV4fO{Wm-xWYB&huE$Q{QE6(TZ~j>-p$AXt4Pg z`77kFb7Ko!^Gb=h`ZFt9@ux>zeR!+!-B^#Wbs25E>4gw~5d2fP;tz9wmXkz>V*7Mi8KaWm2aDXvJTQ^?j=M z%mB3dElawzfA?2c^fdENf_waG@RP>J!F|4+;Kk62zZUC#u5;;8<9}lPU8L{Rw~S{? zpZ4#0RRF%yRe+bskbH%BT*0`gv-v8Orz07|F*7H$6_cMMH>+kSe;d9W6Q#xaaFaICRzb)MB zsq-x-TK;pfzK*TXb)E;}PJOiE zuZ!a79P5KtK7U4B`}%F;H8O{Bb-o=iemC6z`!Z$VrO=8q7VGCmb@Ux*N`(atM;*XE~ z^_|iRt@xX<{`;8fFa)jol({PH-@l)rdv>My-vxJnjhh3l_$#pfd+Gh?ThNMs2+{n6k}&>Wa))H4LL&`<@2-gUT|M`^+N%) z=Jh_->z0bX3$1)kVtrjy&)3k(Cta?zfA4qcAI!fk{OHP2J>{bN>$vf$aL-fcVO_N1 zZ^n9joj)VciuW7V^VGew()3l4z_dK;;7mP1}`|mm3;5E>SvkvR^EPMXc9H`+bA)Duu(k>wZ51SDZm`A6MsO5wyl#A93xk?r8b{h4nv| z)V=eL@mq_8IC>`>GJY@I>!bU$0$OpVV|_nrzOB)!^9NYZNBd%w@zW94c{|T|^`aq; z-XVM7%6}r<<8((CM~iQYxZYPo(aI-%vEZ-1U19u2xbK%F_;KS;!2RDtqWTmD9x*554&bgJ>JWkUSE@bSj0!`)wbo`x&_Sh)8|J9G)O;(rvyQJ)Vq{xjCk zbJhP%wBqC{8^+c8ZZ-cVaPLp;$G?q_g!{a7PTqu8oJA4Wz4;(o`Rv2`y6ZfdX8fvh zp?@^)CgY9Zex9hG&l(>H_c*FU5?bTF7IDStiq^P4V0~Zc9vNr;1sjA+I0i}ieT{^vHn4D0=`cSvjFIV%Kzy+dZhl}{_U|9yi7=!@n*0PcU^M*Um| zE&pX$kFRmNpq0-#tk*$&mhl^}4_xnugT@C%T)*2FMl1dYSYKc5-yX&fL|p4Q-+1wg zq2E-u&2Z&&3*7rb@0o09@!nYfF3`G^H@*z(>yiRbF@6^7`%dTTY_#&MQYrMm`f$JT zPH^{EKNLo5+<{onrzpA+T5%RdTz%Nh{EuP1p1NnJnt##_VZN%{F7xjRcYp2cVra#G zBjQ@$yU@z#aKtsQN#>uoa=6Ep|5o#F0{8u{_d}ZbPlbCww1C$@YuvS1Uq{`)BhVT* z(~W^^ecv+w?r^VLH~2~8pTPY*xd+}1tvF|}zFs;{7Na$8%PPUY3wodVPk?)URL|OI z`ESB{oCNv_*tl~xd^Q|#jA(-I)AnsZw>eS#j~O1KN{=#>vy~aTI>5^#MS@( z%zq2k^DhXWk5-RWIbGQO2hqqu6iCf-V*NlYu$68<^KrQ>!AE=qc!gG$Y0}jF@7=f*E?qp zT5)cu8Ro0}j~IUu?(y%37eFiiuE<~UhZ)aZE9@h^pVt}h2=_WPhhKtg+);3!m+H_6 zE&e{%>#XWKzBkb&i7caLlXKW^DlTy$Y1Z7 z&&>ZOxX0JMnGvn{qp%*Q6}qJHU0AQ@-SCHupT*X*-{DKc*BZaAPS|%^uYGXkIUMfw z)VX>+TH~(6`uVB-e!uavSkFh_m2Vrbcx&J~Kld4L6>;@LezeAY8SC+zq3fVE?q^s( zPqZ(dHvdCduaDlGoN2m+D-A&e~+W6Y8VQ+3x`E?ekrW?FR5w5EDyfFPG{Rh_QB)3@%u zy7yLhl?c!fgbWyA5s0^#MGx>O29zL+HDNKv1_BQz!DfkLB10f-j<8Lz0x^@{|NWNp zeYegzRnsCpbLy=3obP2L4PhnYO z3HM?1VT(WS&$`W;e-AhKqx0bzI=0E5ZI*#Q_Zfbz>pqk1_v0FEv-$9|`183e+P}p5 zG7JCg{8ct?u;^U)r{C(lmT*k#n;g(FwJklqx~*%T;*XBs^6S_7wT|ih4u7=P@_{Tm zu79^VkhcBv+1K&cvHoi;yMCWl{Ef~J{qY08)-nCN%l`8${ClYT-eW^+En~KibcStr z^$RcPc-VdeC$zm_9gb@ZPS`*7=UBz-!**Efw_n1}m$7L3%l$f>Pv2YTzmgN-oc6zp zoj2Q|mpuIItp5hf*RiNAZ}G=<-CNn#I{o*J9Q&{R@o!=Mtt{Wh@*OO??mPWj_tHCQ z3BP|k=l)xk?_&9Gmj90Boh&;4F4o`gw|~H|b&nrp`-lC$u4D7zkMQRwSpF#s{~l`j zDgOK%3;*Kt{y96p!tyU!^jqCe3%hnrSbsqBn|E_CZF6|$zvj5Mf8DRcadz#Vzs1IH z`*Xj?TF=on`u84xT=cEuf585~WBEgW++F3~?T?aUf6O-j9%}iI{Lyvq&keNxK)(*> zbxi+W>W_ag>knmlncsgo>sPRRB+Ey!yqbmot&JbUhVJ9;@WKlp>-WR4k7HlwKA!bo z_UAs4^(Xn`pW@en?mpG;hx`4f$^NJL?N4XjWzjQwtotk*Ec%U(ZTjtjUtePVnBUel zPqVG-wA}XF8nr92q;tFey4U;r=-8p(zU$9T z{l1?62DTS|f9cQbu53O$=Ffe9PBf=`h3D%0DSy6{MaSO6`m0!UO<44sulDD^mi1d$ zzMkb9SiX@(*L@Rf{hn3ir+?oc`(}TQu6vu`4z&L5{+hS5{s%1YVEKnE{2$w>`@V|< zT7Mtwz^{Lh?f;R5|KqjczCX%AU9W#X$@WjP=yyNE`hQ|kTeN6gevW;2}ah;ztcZ4Cbz}- z`t1+!>kmxMy)@bWAhvan4`I#!4`1f@U(Wi&STq(o|KV)E(x3ZCzt-{aJgr~F@pS*s zC;Pe&yLPX?kQ~?bulD;N%UbXFaen{fS@ZwHPw>ZeF5F++fxbS8^Pw#|_9^VIv*_Az zyzTcxJJNHToZIr}!|~5#{~AkpW>`Ow9J|i8?x%BlPI#8+=<_(Id);LH6pPO3+FSnk z4(r=2>2II$*FER2`9i-AZTcei`TybT_%meDJ#{Yp+v8Yh=b=A;k2U{49P=k!r}dHF zpZT@!weZ_Z)+a2dENb%?`{Q52n*XzBhI@v#d>I#fIm>^^@+OvWJY4rx9OM6oZ|2X} zvV`Md{dFAEZ{Fh1v5L>r@xRG|Z}QjtZNJuUznN{Vzm4_VSiYNu{~vxYf7B=M^!vJp zuKOYOf1E|zq0h9ff4U}&OS*3-`SXwb@4~&p@v#00e_s1R=KW)i>3S_c$+qtQPyKbQ ztW7`d_jQea`!oJJZR?+o>vuoLagEE*`|E#^^}k^GWtLy{$J{Soc;SC#|9|txurnV1 zy5Igy*1Fek`TcOcp7Glp``zUD@3H-FSpF}T_xR&_e)!EFa_o;;bUz*Y6Sn_ff1U34 zAKCs>?XzhArTqAVS+uR|IULs?%5fcg8S9rP*XY=X`E%OVzwo?QCddDR-+p!S+mB`Y zaPj+{WQO?^WooL<=CgQtg&=hK7-{mSw5RZzY8+t zbJ+h}mdh;Rw^x$w>wfz+to6IkV|~*fd(y9;V*Ogb{j^`}UboqPHrWsN*L!^-#{Qwui}a?d#uNj_H1G&;1>9>_a&= zVLkP~c?0V?i`upH$4*%5w>qY^+V{o&T%eKkzW;?kmmXW){&KGQ3Kq4Q)x)pkkM8{@ z)^BFfeZQLZ-(b;i)8~9W$KJ~F4gMUfIKH}8?fb9%xo>2R4gXO0*7CRfac%2b{rfxq zSUNuLO!@ck`fGIL?eLYL>tn1Xjzvz$Y z{4cTn3V&SJ>AcpVow`Q-OMl$@afuTmA8C$uTw`{sw>2@%&x(e=oU4_j(!E zy=Uc^=CIoEZ~bv?hv)vGKla|_H=(_M!m;$iW2^(U}|IjU>bcdPyRN&dGw|7m_(@BLTV)_rum z!}d1IXR~|`%Ow__yUhA=mg_9KPWM(DUgP&a&#yJExBT`OvVI-Q>siz`R`v|tFU*HM z4(fjTci^`RzdmIBd~*IC+he~!O^%20egnrAEcaR7$f7oW32UAIGS+&=L)Ln}w)HRF zev`jO$KTBM*Cf}5>)zt8`Fg(&$MqXM@2&p0_CGjz&Nn2-buRs$kJkGro)U_prQ!MbCdHYu)c%tiO-thy1>deHiEUoBx4hKf>~(EZWz( zf5i4bVfk4W?d#vqv#oo&z4Grrf!Gt=XKrhv;Q8J zf5*cAcK?6R#(!YZe0(qKKV{*6JNM`4l=o**TVBfggIGRYp&~I`%Toy~3aW zaMt16NBCnO&HAJKy>-3rtL4@H{Kv5VM3ztT`=89Z&C>Dv8?4oD1Hb<{tkn*+UC;W@ z{Bhm;bJ@PiqT| z2P_4Pu8}Mnu{~zdbu)il=kzc9R@-mjoZ1)e4`yu7(YZP2PFcR3U zWLxbH&-^L>JDtH{W1(w**qNzdJep8*KlkKmI#@{cl+7 zdGBHUf3v)oMfcI7`}`^UFX$K#(^$SgYaQ3W4`e&^hxT8}e)ye^>)3~K?3HZ4g7rtR z=$Ni~mB03*{aW|_i)??qzveIbwc7Sq*ro|K5A^#_X8$AE*Y>Bd-C}98Xn%wCz;Azs zU+cL3eU{%3{jFmhvip1v8<$y98F$5Buj`)l+fVuRE!MaF_A`F{1+2q+zs_&}HP)|Z zIbgZNqI;$P^nUtHc<%FDqht40u3fMn?)@cff2lwJWvt)KB0iyh{pD#(U(LC% z@#nvm_1Ce4=Z1EK>)+z93;SB@p6a{5$+=Ya{4Mt1=C9X%(%*YE3Iq6>B({zLzpaGiAj@AJpPGr!;O{~+sdU1*Ei@FN`mQI;QL`Eizi!lLu6 z9{w}G{R@8mi>yPte>K^Dw?F?|toi@p@9^h6EP>DcTeidR!m~sB{ypcyu|G<-)zEcSbUKHMvu*I=q0@5lP3VVnKX&mY3}2Xj2MNBiL(X@8~d z*Kc)Bzj+zI4cCkRX!|4lu~)JVzxyb*)eimk7JV$=k@LQXZic6EuYQyWtOY{n0}*sKF0nN{@8WaH(8!yk=}CKAO9l1 z4$pZ#`*-}YK<9_-KhH8|(L01|kNkC0zYb$GXMf3Z>W}MswOjA-#T?Uo4afApp+CQZ zbGk6r{crc{?_jMycsuL#x!>i_>v#GW-uHVrt~Pxy>vyue%U`GS-^cb3 z`28Pbt?Tq#wfl$J7vFysOQ2Pq*SVkYztQ$jvaM@=iuKR1{G31c^Q?ctZ|k1=_dol6 zwflcz`xjTv>zaSgG2Qp&EE@k`WncW}U$Xu+mS1Q2O_twg(e>%S-{IKrv*`DM7XEovmJX(A~(| z5*xBVofoaA^*XOTF6O7)gflwz6IbFJ?F6OzU_# z8ZTPIHy+PN%c8|SNB4)z;*#6vmi=zKyWQW|Xm4*0Hns;_v@UB^+C#J9q!_p6#s2i@ zsF)lK)i3VYXmU`TxCZvOyKP>tv$fUd#_itLW_G{$mg@Opxg1Rn8ACeE-7eWw_x3xT zt-(j`c9clabUgXo*&5dXu5xI(b}I* zCJ@+kzSt>-^ZmO|7mMTZa&eQBdO&Y`dt+<6-Ro`i=u2L<)3G*IKOhj#+WvS{OqOel zVt#+LPlNeQ3!)zH4fpR|pWK;p>#c42ZqV&)K!?39L*B{XJ{_6;yT$&!z3E9S4n{aq z4n==syWJl2n6173fOhw{d(DI`A{ZEo9P$U5B%4%0K5I^3b#>-D!8#ijjy9OayFeX89+7P54Z|-R>~p-9Efx&~rR2Y1!Ih$=D9Z zG|EVSu{<3Yi*=SorvrU#_BOYBa4Z;CZ+kGfU_b67BbLR^c)Fy2Acn5^XSclp2hezQ za!!@LO>rRB(mF!Wz)fev`S7S%8cW{jFsQxFjm_xyI!Ck7xHwoF4`H^8rFiaQ{h)9%cWVREXhS5O z&Ia<`o^_|}$oHn-~qT_Q>##O3jV*B!Tvq?sY`m4oTAXy`-&s@-dE!ecl4$UG*QW3Yjh z#+Qw(4{m;ZvL>Ol=JW{NM_i%5+1u_Q;b1g~O*aVl7pB`3C(B~8kQNeVtf$1g(}mj6 zNBl6ud8v&qQfxpURTGSuCU@~~vUj{(N`iZ8UY^ciSnl9%Jh}@f7>##za(!|C5JtKU z4`q-ywxul4m5v+MHZ@9-yUXS5ib)ol-0Afg(T)CQ2LasQ>UP?G;xur9J43_~gUX*l zuZ{fSH^_-zr^Bt9^q>VqwP;;&vXXAJ7l8)07&Fwi%{Kh3(;GN~s3v?zQ!Cx?MUP{b zywoOd#jNdhnME*rwri*%RemlwaizLVQL~nehD}@uug{C4yKHX^plgJ11LtvFa4=m? zisfrijTwj*n^J7}Rd>DJx;fgPPZ!fW%k|sE(QFK-yf!%;O^WrW&?_KU7ztVnf^{<7 z8y8-)W!jI&Fsc3kX@Ii9d_c^$x9Z>9sbv#5=~eeGw@j;C4pGZZZ@WF*)0EiUKpSeK zm<`(7{q82c+JEHN>ovXJwS&V#Z_$U_!XrBE4VczO&a+Zkus@t1pbgCroH$~}Nrmih z^~C&{x+`Oz{`BthXxy5OkLgx414vog%luwTlWT3XL<`;*X`&19=37kV0lW@IGLskQA57e(ukv3xK*rB}DNVa&903)Kz1V6fTC2P$nWHU~P?^7LRnogGXcOiJx- zcXu%v&K7s4OEK)#>mtiu*Hvg-=IyE7P|gGpJg=1t5A&z^2b#lD69FmFW`*&U#0 zO6eG&s`s|&_3hnV(}5*3OkdFqKbp;pyW*Aii`&EbVX^dc)2zX6x3}4$Tf69&UD`6( zcm$H#d|zoP^6*t=JQ`ySP0?dbVmtD%Avd~5@)n2g)X-^w!})S_2eyDka_@L1!WnFB zB04q(sQnn5JxQc!jb^fXGIp{WLfGiTM7PkS_#GxtlL2x*rJ<3J?!YTFl^3X#3u)l+ zsI5(uye>=@M!}=%6|F?_ViX=DkD}l_DE5(C<49gKR+=Pi8$-o!K zdyD<~XeQQ5O9yCkkQm|<8sl$oD_6YI>G1~H=6lDZF{XJ*ro7-L4MAz^V%2SLVeMB_ zdp`J%xzC1UbV983g9C}*@wgc8KDdkBuCY}gb~-d^lUr|h+FOIXZIP^)M~=tlhPq(@ z1@__ec)pKbKlTci(_%12AQ=#h%}v-i49#dR4tS!DFHuRPSgv!05z(O22bEwpF{R*G zeeCt@mD5gJVpn)Qew&_>@P+P>7j3w_>#6F|i!G@%O`TR#oa`4ilF=-7qY9HlTR<`A zVS3VLf1{ig)BV;P@2)*DoGhavD_*fa-XDv=P+_;EP$A4am_7A2uIqC9d$$;hCL-bH z>@v9|lCtBJ+aN^h5VY_fZG@C^G$QTDJL6MS(7I>1v$EKwrv|vgJq5gq{~0orX=V&8 zwO$0&$}1GowYy!BPTwuIihVWw(>fCtLblrf7R9yz%_xiy_5F`2b}kPQfr!Ro-m`be65n9`X6?Fuh} zFc7_`li|^5pO*k21Cn`gWjNz@CrCz-3$p;J#h`4j@T+(~Lxrw-C=rDy!gSl)XfKcs zlue(Yy=>IOj&*$ujCs#GxC18=E<$gC&;cGgp%rIDGB>53%3vvC-`|)H53tVMbO$Bk z{ZK2o2i=6_yFve>Yt+uyV2rI;Wnnj{2I@7264ti~9ttq2+X6b-eQON^Z^JO7A1jIj z?g2N)n!x_Sl!nnSDgRRqoMbD0x=(~XHnn+9^SO;7TWfd}pv3Yq~F$Oq4 zE8)UIwNP|75$R}nQ04{uwH$3HUI@p49dx>F9!-~Bhz~5i)wyV04`UY$QSOSu1I_|JMgIX&g4R2ZSQ_wxVsd{p zpH3il6w+j8UGm88DbnxarT`h2Ctz!Z)2DN=f=?TW=8U(!>G(i%NiYUzF_aBD4nd1# zF4*@u5jWEGjnN|XHaak@7RM7n)FzB`fa+Sy&M)rbng*5l1j!6r02qX~VCHt(-b6_H zJrRfzM|LJzR5Q(B-knaKnBFhuyE1yMw*XE-F;GE(aA5w(4cGRB)Mxk{Fa@2x0$ufi zikQLZ41i>eUhT{7-yJUZrb|OBJ-DqyJI9BI@Gz$uo?wlj@WOz3J}wfF@)yT~o-7`S z3nBdF=Sv37A91|M4ebqibuP_jAmO8B*hzl`Rv>Mb3>M?mK`j2zww-#|yG z?cWiOpsVz66lpxNy@7vZFxWy2Z{yCY{jCuqzl8DKmfMy0L?U+E_$vfK>kmp@dn21V zPMk#h!_-={>o>4K=pFvXKrX~}TZTO?6SzQZIfV~AB-QD5 zHlaNr8J-|-As&Q-={}mI{Yi*+cONC}a5_KTb#zO+a8&d`DM21UYw6zX)h?u#Xyo`+ zj@2;&PZrB{;5?KP(~oZmvlA+ZJ|Z}OfIfxkf;!gE`!joJKFtsugLbEFeqnS2{N~L= z>D}f5+InUNcPMORpLA4wf=&pqhO&uzHo%@@u9j4jT#FZ9F(?k>fKq~cQ4lKFwvx85Gr6yVxwN;3{+t;6|Prp zq7#+TLuMhvQC>j-u*qwO5+h-V%Ple)02;goispbnY;Pi!8d#LGgS+&n6r?@b!-n&m z$bYnraR6-IMhyq@@h;tD4woE*4iwrW*S!;K>NvUnHwJAyf0ACfrMBzmNUD184Z)ku zOE+QAO$x#?;kr_q@S1Fdb%nL^UbXkJ zCPj$C;Ou}Cpu>P)wSmGx;4wHsBl7!1+KNz9wVoS&NDDDkG)ixJUmY#*F9?r@>Elrs zX5QVxhT-Moa8`_j({?Xosblz+>MlfpQb>zIn$gJ#ML3H>VzlLi>Oq7?1YCHpW(0#!RWRw9$ch7C!68xGxeJTMkeeh}$XLt@&qxm$FTr1^ z8HiJx5u>Lu@@wyEVIzC^{!yP!OM5Vfm$HkZooLXHh)m)cgA126fffyK;J9U^58Gt` zaXt|>6>lr`S+=jlw!j}$QEPoQhUbPaOe=5w+ohL?bh%#Q+nQd&m4I~M_i~5gW?V6k z&(dII5hzI@09drJ=WZXv)JOGPq*W0^Y#mP)$Fmt2lR*>AOH4%|OQt=N4A#@jhd;K* z1G{vVfEn|#ORp4<*)-b`c1xetkFpCjFvpDxJ8(h=YYvlVfU8+58tfwI$`zq(p7Gwn zN$)oOjcmfn+M!3W6Tp;!fIO3^?wz0`R63XRj>ku4DYQ!D|Kvz!EZ7aED{LM(2pP4_ za~x$?KgZ$ki1&c+tZmTQ-vb^-{sOT0qvRWT^s`AxX-Irr7<#&M3h4gX*bMBFqh zQa*mKINdcD1zxCwVs|vbuo0~YP{F~rgKIy zg@zKlVq*kz*##2p+&^45D;r!Et8^23fb9aS;=Q{N^#^V8lCaq)@%`h+jAk3a2Ie}3 z4lG~d*WIx~Xe0{%{%~@CxVSx?junh{CEfF~2m;t9wn*VTSQNp-QgPSFCl)PY&#o4C zWYf{OYtaY69T6EFR4ZvX*kxU~z(uiu5{Efn6g#iI;Um0kULogT-)QFw#=;)i80=iT z^32oMZ-2r1(ZQgP@nqHsa~mZMY#<}OFyh9pM177a%kXqaS`^auESy59d(ze+C537= zy?{eg9VilBK+~azz*I+Ifj|oQ#oF!JWOlSh+|#}F)8Wxr`VWQ*6K1;yY=oKQRQq7T zi!TK3F5S;SLzFH61E8{c{S&)xT*P0VAiGibHnxzp&>@!YAg9As7VfdqXa_j5#$({a zBn0<}8xz&5_!0aM2*8yfvUtyPRHYmeblU!{fCz3f4A^k6P*gjDIWf>LLhelvjOm^D zf3RfGudX0^RgMuVY@g7JVv_82#~;e`ki z7m^4NK8pJU`T+F6)M5BGOK94?-y*Zry}6B*BK?jZ%FTgWs2(N?ghd=5S_Ud8(_hac zK(UrfttjErze}AQTMHll(y6zE8wkXO>tQb8R>H+sd)Kon`JL%hQHD`52LjzfV+8=k z--hFWps(z1k=ncx663t8LJMZo2ZS0Zgg%lq3`+-aV2-gUjJ~Cmf?*D%^Ads+0@JGH ziAmdP2_Ec6oO3wq74QsR3HT0=s(ytyVY~=}xjKwIf^5N@Xx*94kFE<#N*%v9iGv;m z%ZQe5Fru`7lQ5l4MJr!~E#6-Ugu7z??iTWWbm!E;LXRnAPCQOTidF{CB6JAG26hE+ zcCS?3N0nNz`NefFj6f(BgC3(qi3{z9goVH!{V3lU-76j=PSNQgfKzVLwWUcAeBmPs zg8&G!n$B+>jLah{tD@XYbWeF#neX!Skhy>&+G~2j_=GB@B3cyXG*)gx@l*(VAwVI- zjR5(B_8@@Jc@d&S*m~Dzr86(aNIpB9kHq*5HPT1}XG)8L25{$}Gwv4tydXk&q3CDa z!Y;(d?OjUuuH&y@#H266U$A1)rGfh)Z%5A+N<*TGtny|Dl+@ya=LtQKPp z&W85Ge85TpXRaM8=0S`fDFE`WIM?S*P+ROB;z$k-F3*QJWv+9jO%`S@nx-6GxC>Z= z7-x4+C)@sXOajvz2_A}DMool8plQJZuyoKTkTmrGVW~+fmr4 z3M5`&h`?b=QK)xJtSF8__dH=}P*;_wM0B43V9b=-7YcGe5hn>*?i9=8*-fG%P4?qUus+^*;&0QZ|ryC&iR_ywW$d1Ed( zj}}He3~N%s7X(`(-{`Mya|lLr*#EiRbcf&~C9XYTS(|zp6hK8&;Vy(ol@z*yV?^E@ z$EOD-j>82rUg2DDvaP1bVa#fA=zB#mQ+y08MJyFDjwaH;uafaxRSzU%@SdX_ElcM) z)0x{M90;*ccp~y4>x}ps5_4tNhsi7F-ye>5O)W4+1y+Q-V1VH;803sk1EW$5JhSPN z$tx)=+LNy@@ICxHim5;=f^i{4nPLC`=m-ob#-Z>K&}Y(b6#~%+X*L)sqXUx&$V}v> za{ibxj2L!g*0Cwet_TaUkp3|t8f(WyD+31txr^@;&?5;W1TE`|5)MpaR4yE_lHDpu zQ5$;B2u^jH7YrC-Uks0s`P12sZ6XVAaF`y%&ZdC?Y0x-IEb7(8UU(@iZ5ZO8TTk4+ zdE?4m+=j(1OLEX;BUD3Ln}Xb+D%eM-KDJmuk6LY6jWo@|B^H4XwRS>2>Ql1o{GPR* zX$H!Sp$*uN(a?~fnTSV4N*-saT>ympg;`KyoB*6mDw(}QN=3D5gSjmq5E%?fp{WEbW|2<1t}9 zvqHSl#|A(aASwzUK{F?Eg_pILtk#hl*p&}lcZ4T+mLVhV0N#befa%cuh7O1@gO_1c z_>xy1E4ABpTIc=9?7; z+(!r#Obz}h%#?TwPiv(-G|NJuzPfQPZ2aO-rHa9x*&0VOBOQ%nBZH!?9qG~fm3 z%xGoEF--^*y;@>)ooRp7aR3hJ{0dgX(cA~?3h@OM&bqU~9%@mkEP=U5Ib_-@x}7|` z_rc#)Ox8aClFkMHIeI;A!31n`E<_Lxa?2zwW(ua@pI*7 z>1Tl2s*50210l&v@0ErXyCNvj6`q^y1xs;`D%v#G~ipt@ZWXCZKxCtO6e-bmkA>p~6n9)s&IVq?fYe!*LfF@`R z!8f83_tMpRO(fzfH-QUpkX7j+ckx{&0k{ap9bI7Q|BeW&Z=XUC43AP*K*vi!xDYsI z8SP%@K+_f@1FQq9M3=(7?sU)U`&YVg;zU*#L!6il#Jg@1aU*hC!3;`L(!BK~6b6lQ zK0ZM+rgD{s#1C=TD%hGBN?F(dM=Kb7e)rJX=I(bzh{BW9RO-X1m;!MM+!7TTNFkfw zkz5mb=w)oMG_D6y;C^sO;0}odC=9a~3^==8%4JK3leLZ8VMC~V76|B=B=h2+yh2UI zyi$snx$p>4R8956R7MpS_z5rYk|f!CclDuIFww{O9UlohL_s!th-QpU{6{6=3gehJ^O z(iGNb)s$@pM|~*P$0`>O$XT1`#E`dC!YexmS_;O6}4g^l)PehoJ zx~3VOmu!RK0vJJ&N^(Z~CrLjW-;{P%lVII`G$IJB#QcUCL4)!Eg1|SaR7}E%mbiqC zM@sJ4v3&Ad-lAd}QgO&7Mk!z$whJak@{&R!Ui7Q2X7uV#s+}SQPHHjWO>Jid)Yx0h z#Ndu|hcQwGg|1D+8AgGk^lNPYgw&<0Yf=)pLmV|=1tH;tIskMzBCRH{z>F$m3WqZq zI6?Ii#?HN&FuWBZoWeM<#E{PRisz|)cgT#9KUC&FEDcXO@vh*o&>VvEVv~>ug_2M9 zCYOkfc(yA}=Y##ZHz{sdP#9B?GBF-_c+Su45E^|v3u?L2M^u%i^`$+<7)VU5FHe>| z#pVELO3#ry4|$zwBB2+J;Yor-;$_EccYug^g=x0mx3PjBL4RU(6e3`;PF zvxgQYNloohC?=L0iXChVgalosxlbKO7cE^O`9_h03-qYvld~f_WO;jds2)|oB^(Cp zTsaYVM+Ui47DZBy!{Y$o9~nRlUMa^T8nEJPu$)6}D~}e$8$^ZnthQ*320h+;C(i`Q z&`@*+3<`yA;{7L*T|SBC*N-HX_kfph#bar|To+{Fu~PwDJO~RJ)De*doz(KBCBuU| zj@T0y5pHt|wr2GxHtAReSL8Av_D9~K(SDofJxilL++okznDZD;TE);(d5dt1_PMV6adfhtelBH2tnkg_c z>|ofM@KOW{AqqLorO!}qZW7G{EC!^8hOPt;bTlUOS;>8UXXlw~yEiXAdFkGUdu$T1vx*%r2^n>hRTk!WGqcIDW+~js-IRlz?gg7i2!IKUqFl`<;aeq{bgK5 zMp?_XTels$LMNkxDE%1_wc($xhtyX^K4lL>ZYlBIquHYUw$0>S{;8 zl1cR^8GFbCG*n5iazvqmz;GJ+{T$YP_t@T0w~@<`X(n|G^DMWS!{|9l<&i6uy;26L zO<1B^F&GgeK#25@*l6u*$!jy(#}i6?p9+gutmQSAG=bKY?D_~T0v`mTsB9gm4>A=4 z`hsll#i)UZ*yjicT#!gvsOEs^POqXGj#3MltVA%?57*fV69H2B7)z~IVf2hX`j+MB z(%N=D6%@6RB>Tpc8@z3j?mJDoq#cAFsFsdEjzUuP<((^IBa(#c0Tl zN}WxT+i)nC9unu_UMbnN<7yLG6r5`t_5w(qd|@;W4*)*ITFNj~dGTOKe)pX6#I8)i z%D!23Xx<7Y@aQ#AOZ3LlQBkF3#&h2v?$Bh>VfnSdgkoAteWw zM!Vjgcg!=AuI&cel?PQM27F5+6`|TBX9L@)Wct3Pv`z>BI;?6R$g;)JSKqjx<0foY zhb|xQ5ictKDi9lq1PfEm1OD?N71eXAv4y@5L*|U?b-5H~rWan(CJUtTzALd;rO%at zVvs;_WQxJ&0cwNhQQiCo*5En2QiBP9z`2eu8>1B$az_4%B1Vp^ICGKUmdWOhcXIIR z3_aE&_C10~;Q+OFOk-9a6nhJ+Up^a|z#xDJrxic~oDfY9q;0!e4$r-aGIfWFBzP+b z?f?yFqP!G4^eSeO@3SCEKuM6&`~l^eXJSqAe<213C5H=^$bwq#`^R%w5`G>zPUuy+ zO;C=R2>79>b#QL41|x61(OQ*w6cex_8m?RG?X}Tjs*0@#(unMf1C!&~J*v^*iv`sNnjt)f$-Lst2#m&Q zW?%@8d*{}k_MQ#61T;^Sm^dV$3Pc=Sg^5o-cCi$5OMz|4P!t$*B^*)b!UOvRh#=Fk zeTh9|x1k?mcOB8oP?}*hhUttk=H_&O&A8Y4p=+uax`;B)NtdBTq!lo#5g>EK%ig3kA_8 z!*l|~g#LlQO9iAr1lYZhPUDjrTGS|89utWRC)cEP2rD&|ASM1O9+%iFUzn^~kqd0R zQd1Te4oUhEQwm7|kQELth3K&WYrt=6$I2!_RO~6%wmjwD6s9jLjH1<}3=rr?0;K?V z6_`AWE%{PImjAov5pOGqFOZ2qUcE2gSBMCg2KQ=^3QmiulaAdKPdD5~h5M-8Km?DP zS^KJsEOQNTMw@L!rr&$zyj_&B9ag&<%+w+lZWR`LGDiGMB{NOjt*PP#bN8-g!<^$Rbpmw?PRD}*j-D5 zU!P45nF8Xv<{pxVj&7=@yO5XG3L74-0KO!J1Na_bnK;@oNh=suV492oLWA5h9LNAW zhE&!*)@HW;cnr#(3PU5#MukSWgH+$fu16z^V$IQ>GG{GDINx=o7*0OtO9Wp@{iGe` zOQSl$_@tGw8A1swUN|x&5!9K_YM{SEluGS^d8WHF>DH}P=b$3*;tK3A@Em*-TVwFGu zNQ_o6Cfx`OEyOQZ-zNgvAJ70dZ} z3FE9ZO8OTa0zUvWP0Vzay{_yCSLqg2!QqgAkf2`(B=m9!ie5AV2})*QjG6;P8F?N2 zwJH&B&qdY392J5hbqIz~t0BfX_JVq-+qSYx`cx zYYtg=gC8l+773vmkH8(h5(p#FcQUTZ@ihlH%APqAtddx^IX$Z_s;XBqpcxP2U zwf6T3yOOT&(``y-6^}(OrEoElKZr08zJS)n+TFf_`$I&*U*@>EV=gXu?%D}HdTc45 z>nl|q7LAvlPFE_V^;+Ka8tQaS-*w;ZgJH}22KQ7&0&GXcdG?=|$3tO;6ytne`BZYV zV+JYqlP^gG3APgdA3Bw+b|QoLwi?JFC7Tpsp8KefkCc}cn^9X}&HhFaSS6YkudV`V z1+ZgduNWaINqO7Ih~IsY!Qw=w^V|A7gC>Cn0i}f|slxz|8sI&v5a2b!WP3KcZ{JzN zKvsw2L;;l~14s2{&halD6nn>q;Y*Oz*5yk<9I$r5IaOU69te}6vqEj`Fxg5*T*F8s z>6NoSrkx=Ekw365LDNV#z&SrNDoKwg5UuFGkSN*bvSx__@R?~re&UiW5Aqhy7l_9P zcu_?Sc#jKm7%tlhUyVEFn}EZEOXU&ntQt$CUlY9yWrD0B@onlnr>U_u;c zM8{GjfQKkr6bz-I@lN4!C7~{&@l-c7#p9D$-UNu3O9eR~87(P`PL>PUl=@3YTp|~d zq*y){6#-u)@P4apYX07EkE-lmQ^X+%uLSW2_JrGFq@t!&DG*Mnk@bMS0M9{l$I%Gn zz>w#hK4CZ_C!5=0TnuYScN|-DUvVJFh3o~q4k`=5Tl2=b&KmC=gNE{Sgw~$b(F`aC zRt4j!v@roqVvtQj0dMkj`8Z!!qH3~G=Y$V0TzzeDAwI*oiV)8@dfpj6PXS2rNcEy7#RL2n7Pes( zwM86A9-wssHqd8;jINe$O*N+90+@S{9n9B6|spTB(Q{i6e4A0ol%% z>GZ^veKnrcCLm#~BUP~PvTBUyP1S!@fW%Ce_l>$m&+bUx#bW-~Iq44hU~q^IID$98 znpCd1zQCPzdt?ZvS$YX1`-JA99Rg&ko(Dd}@Y(4K9i@~_0i+KfhQ_N&{0p`$pa-0j zxzHrW)7Nxx&Pr&!-qpXmOq|wJ*gTK%NsMBy*Goti?~gJ9{1HZp?(55V);%rk2VpCMh{~G5M-jgmPm`X_-^<8#`;iu9d zhsw`f8pVS76^YW3Y!)gCF2nQBb0AAdnB&dIt&LpBvI|>NM^j@x*e1jN34X=Kl--TG6qad{w zYhT)3w{QfwH8Vkx1M-c75v_PPoTOPdoqN6yt)q!TP`IX4Lu<9XO)5t8fvjLle;+Ye;5F~M1c+Ug3=mFBqqQU#2EA;4VX;`gsNb=E8HgIFIT|_e14k+ z5aH!PfGJc5rH}|Q+)}koJu@2?XO$-_cA*4v`WJHpcn^mRUJIw&LbOU}rb?#OXn`In z>3Tu~;KGDL5|N@h1H^3RHcHxG7naw)@<=G?01Pivk@1A}6E=c`&0aL&h3Dgr4~C=V zt{gRnI1&ZG#08~5pa?d`-g39D7#lQ!r-h`LZ6YV%Q}`d}1Sl=m_ZRp9@PFd71gZsG zRGIdAbrX*5Cck;zne}P_rni_M>ZRh0>!q4EZ_u`f`%}bzh8$u8O^j%0fRdHE zgGo2V2KXVN3B0+&jZta=F(uvK2W;1vm2rULJ}%xvI?2FSCap$~X@%gHi@Gk^g|5DG zOs%0KMW8HNk7vONI!1#}7%`H%(CtCyiATqXZ43!rjda<+R{|5z0B#KwLDVT_mP2ga zQUwT;XVJ21EUwNIaVg}v;a3y}3v`09QTYoLZ8?nW!#XnRrLhQvS11&UlxoUm#GFnT z$81w)Ij>FFpd_=R|5VTdNI$op;xI?e)!4PKf17Np4^=P+L_+naHRgn}# zOK!6fXa$IeRtY$OV}YF`qZ=et6wY4O8-|3WM`4MAiMPffLT&~zF{ntqJ9oc8Mtx$) z2D&N_g;F+*4BDgBSRvj-88gao$XZ-!S(#FTo8Eyv%2{`@&T1@T5Nk~-ky6`*D`)qk z=SGKwrrLl!ePzZZHq6yc$sf`8(v#ObrFoKB%LphPL^(fPrHRm~O~mP)+dxBdv47R{>)lfkPTl07fE zuWoA`^e~Kk5PtAzq8HP`U?H)gBA3Cm7(@dvtIwN)fYl1BR3Gs{SNiB*jHJ{~2)y7< z7(enX0-z0%3u! zPvU3VZ7$08qA!_w#FL`=F!At(p>kWF{MkN`=uGeuIr&^TJ|m_uPnaffzeBDKygfD_B=n2rCz;FeTsEX1>&3!kE6-Y(#^Glhxfuuv`AK0QIEL7_ekA}T^ zP^yD7CTivkG>8gz3q~7RmSBkIG{Xseg&hj?iut!fGj6%>Lf*7waT^MBS2QSiFNy2Jk%9V*QC5TdZux6(;(Ln&zWMXcJLE+{YxV3{@R|!&|jaZ`yQ86d`(F)iQ z*-Ne|MOQG>h!+G9X{f%Ez}~?Pe22JNqDH9xf)G?u0UTEN^c!Fl(?aa~6}**-XAu*m zPdds6GsP@{H6x-R%!YvLGi;%Z9mKC_@vD&?zyuT=Lp&_Q2c8enXB2ssb%|a1 z4;?zx6YQ5yvJdqM1IqW|CV9e#vlP|}tHjlfLy<6r>L=C0SCOwJMz1#r z3Gu{(i%k!aGufkrdp=^AWrl95VXwyCMm)K1$UXCj`B&o9>w9r@5g3BchRE^jP5- zkQWLxRD0AE&{UWzh`X#B)LC?@CQ)iK*q3Mq6dT7@I+uS*=ovJ z%HA`jI-7cuQ1)JmzhkHsLDvxLiyS49d* zFGbS;s0Ui8Z=|nVN$LvGX`q=q8Xnk`Z4H6 zHgM?;5q&6v=X{9Nf=0qrJds9gMP3zF2kDa7)Np%!gtIm-+9l(3Bcn5jSAhmFPoic~ zx1l z9AVg#kPiRAZA!?*IZguWs`8sMJK^gxpUTigO1Omz(P! zclbv51bK2k44=*L`o}6wg^zA>gC}5 zB${q(E98o}>La(W-Mn?<((P+4g1>g>;0E)hl_3F@MGgVgD8^k-{K}WQa>lJMv*^pc z>7&VuL=Y*Z2#JI)A*1Sov>0ZU3-T0veBb2(p+|$rfT827LtP?;qQ;*ad`I#c;U~E! zsLN^-7AJ&mFN>!ps^RI*KySo9AlT6i5OiqH$gFe7!`U@inxwPdoc|d^nA8RyLMGRJ zv`Zd=r$8Crs+vQ13R1^6y@n_01rmJXYH{CxQqg7y*fjt)tVwJXUgg+lHPM`t1mc5r zC?>=#LxEP2e{4TUCG#oOr(KNEY)D`_0japEnPKi5RJ(f={4oWa zdlC@?dFkGC7hqol4{?JRP=jERM=Rp+SUw0>Asj^jM?ZRj0_>Q;I6NFtR1;dG;b$sM z(1H0fw@a&_YcMVG4WL0Gu@G5^j_PnfSN{I;=rAw`BNU}bD*{F;vw$?r{R{G#-0(Gt z%|sRG5mAt&$O@W12nAh?`Jo&Zh}@nN-`R2BF;&f5>n`YTzR>3>=KF9g-U~Zb9%bc- z`%Vl$O-4ROCpsFozgavYmbiwP>2Hxl(#tPA)ZW5l3~)~#1Y^`jfB-GbL%>LzxAf&X zScRh@(dPZp@-)nT*|Ng;@f+}tIOXfCX4CcEJxU9?RO>=6vZq4OJ^*M1lPe>E{K>j- zWI4kWutohin{rrtsy&TEA0k1*qUUB)E>+9voFQfBTxkNC9sn->(_jG4_>kyy?gi{c zdThNqScc8CLPX`2P-69J`~cvyv0%E|NidYUUWH`D?^FmsYi1RFNU`Py{tV1OV_&l>{qrF}4*&xfbpbk^vY@0Awn%LLNvn3z~gi184sQz04>k!2cL z3eYEN>IsftEHKi!6?Q;81**>l=WUq&6zM>M>)T)sa()hk-3nzg(997cf}ll2I)N*L zG#S>|hL9rUJZQ4wL_vSqYM4mDF69zan4`aF;r!F;B;J813qGcs6>(KhB^ijh@^u$= zJhzkbgpr^xHxb>Z;L%6)@UM zlBX$8M5PM$Cn^NFi~>~)$U%ST0|CRWPIywh&#o_7Wdc;8CK92ROAjoB`B%%_SM;)= z3ha^rwhj|Hro@pDTKbk4cEOs!MdXa2L}!yaop;824k*YxJuIDW3Oa}L5O|JzQy;h> zts}cb9G~bu2{WVArEXbZam{h@9tFifT7>13#VTaQf9E|?88;8Ag2CG%lWfRm`2eVo z_xC9R;6H|n1VQD)>PBN@a^pR&$5pZ^;1b;o^V^5@u7$9c`-jXb0=tM;AlOh`5`Z}C zgtQxFgPexQ@Ccp&0O&&$a*m_PsHk7wsPgp`9~dTjBy_RE=RDdT)glmZftnytX!6AM z06ST$9ziW)A_Y}AH=c-YqX*IK=uSlpquSUrR^2|H;B_A>1H-5yK$PXGh+}bmyhiye zr=3O>xcz&|UJM%!PsH89`w=T8jf~%*KnZ5AciLTXtQh)&4PeFt%?XVF9djUJ zq_2x}F`w_VXoU~N>P->t_-4?{gq!L!X!#sT-*hE0Bj2^Rwg7uL3_*z?)(tbk%Scmc zgP2z^u7ywE8tvb6Uu)6e5x_#Ik$tiS&7qcd!8JzZdE>LO7o>fkOTn?T@XO{EWvm> zrINE6Avl5LOJ*Ou5xjRr6HJG@g2A{9DS>ghrx2DPtV1zEcn09J?Pm5rn~qN@dTLsx z7&PIQRMI7fU&H-p6a-xMOIl);fH1TSfDdeSq3I~?MpBhA2tGDtIN!eu&auBlH!yDs zZ53cGOOa7*z&5KG{=Ly`=GZ-i24jIQ5oxNr=tM_keW;19L z2o#Gr=H|e;Fpoh4nECXzOIL4RBi2&kuZqxc@s_|u0Df7^QZlKU%Ga#U=@kp#gz8QN z2P2G8?etF{E3CI8vZ7a^l05g2szo*wP6wzBF-BzW1@+xD!iSOrrY1T4$QN%XjgH9= z&IkE|bdxveD>+w-qafnw5`7N?8^YmYa%tG7IyBiSaj5W2mCwUx2meZnic-A;$!{N{ zOTzpx;$iWq5aRK`h4h%~^kyTWWN6Y=TIMwsY@tGM~yHst8f|cIS0%|29pSo z{KH9@vRKQ`WP1`SOQCKv+96h;n|55dSQe36b+73P>OmF`$K;^`v9f}#qV zwDNz2FQlfyY@&#$OrCLQuO85S00lWwsT>#< z6?oE#u&4O>XE62odFySkUY4=_~a_vD&2TBJb2p)y*e^W z233t}G;ln$MuMe)?kWLTH+xB-B24?P8N@(n(o#^~nYmPQA>Ye&b46-HCR&5}8ffn_ zpCh@)os}`639J%~py}{CVl^;ivEH&9$2XIu5z?;Dd`iY{MVdTeP}qQ=!yy0Ag9HDo zctJ3Ucl<4Vj;whoRH{83cWspEgWU>?CXQB-F8QoY1xC=n(Yr%Y1b7&s$BzS?VnCGJ zS5&v_L{-Ob^5JrOknC(=RAoQOYT#pj4Fat$wp8dDWS3W3^653`YwMWJXb%S#NPRFK z%j>8bCiuq{X@XkcP=imCAlCg3P=xaSBuwQ*0t3dns3a<$i@AQnYde4%Jk3bUK3;)@ zB27mD#fnuh3aA!O4i*eHXMm^gq5=xk+r+_-OB2)=B^?xiIF55?pxKo!qf&E(c_CW? z-5l))=p3r7B}gh1b0wvBJM&$jUvzC(4gBk4h_z%3u(<^DknX5KAuxn$N_ynn2+ukWNhsnF9-x& z(6RRqDKCqO&hWr8D5(pF%sVwc4IY%HQ|uh?xpI$Kv%-XJ4lA8N00*)NWlq4MV-_!l zoIPFnA_I!I&~Ql2<)5@f^f(YHY5S@?K!p%*!Uyh?t2*!$U5U$0_kkL7;gQlz#=9Nv z;>@Bua4X8Pj|odt@-{FY2rA)dir+;Agk+iqIRCs9oPy8}Y*JNdQRNym=ZuPDhkNwG zi?cJ%u7hbzKq6Ecn+3EIu1SlaIIo0P=$Brric`!*VFZgAhdauU;tP z{Sn-6B_by2v6z#DChwyQTaJkohtVY99m!N7Q&et$ETRgnDezchN>2N^N@tQv=X4(6 z6&ggsIy#=d!pyAc=d3a%tjr5*VH}PXA<9=OrJ)rlBn(4}$}C7gP=#JM60|@S2hro% z2D6jeAbW%i1fPfzctje(6Mt@|qoohw8COkLxD@ITT(w5+NZ#IcqVLPl2TE~dF6b-8 zq!KAFIOiQ{ADm58evY`MO9uyhpSsj6o308pdV{1A!vz^ z5iuy{1r>Qg_CZNwHFlY%yLULQLzQ8lu!7r;Y>K48gUUt+n{ ze)fsphnpNLeu~s0tBfZ-R{JIgRhdMR3$+qj#jjW!S%kDxolok{BHC1gQ8_dSWQA{E zm~rOr`s0aDE6@D(qAsCZ;DbaS$*&0bd>*j}*+Z_$11lsW8Zb2%lM{L;c2x=H&ib$7 zJtB0+KJVi1pUzL8D8^KylBPw+pmoR-P8?uZ;1jBsMJaG86Kq!s z!7gE$%%b3{La5<0*d(1B4$0c;8dvhl&igwoa1i3B?to8=B=@TP`x&?P`_Lb>Qp!OuP-y=sUY6(pUU zdLyh<1%p+lH5$W4XTdD;15 zRAtPYWB*wX=935>PzR+Hw>^GUd|O%LQesT}zyT+Lm<;iNxUj-0Qixy$D#7_Fe^=u; zG!Vc|dJYgT;M$k$Tk5E&VAmi-s!4(nK#JFBAdSF>n@Pw1yY|?i!#kvtD6DWg36Vhz z8u|ikkFK_A-q;Qy#k-0MoXXQ!R4=$s9gC)uR22npBEV7;19Om<8Qf_SfMWSzgLE|U zLDHnU-W;gX-P1}jp=t>wtg;FZ*SbW$`4~0k5dkWyd8Q(fjOvQ!oYE`$h^y5a8DAb9 z7|w^AJLeiB2_`3ptiH;m8gsrdZIlKYLZkqs*h<}@$@aS3P9_qNe9FWnmPuMEU~B`} zlmKGxYgaa}m;ewHLjx1UpruKBl5gQS~kfz(D1~QwBBIq&qu}eVmQc-!U5T1mGExr<`#CjnC$4IxxdMvKCtQ*Q+_C zsw#a{H9K7XQ9a2dS|&_U-=@Pqs`qs6gdo+#;BLk9-oc;}REqcH9|)N~7F73c8sKUv z%B*AxqE?{{@wNaADv_v+eB&tLtM-9fY@Xty&8{b<}BjRVXe)dj8&LCcXPI?1J7 z9AcZx22xORTYVU3uF{nFHHspz9WG%H=$;)ky;x{lWzHUL^)imvB)LFlB{EoR^l^ITZ3DgW{1+*D(2$2%x&+EDgLyL=(e1h!Fs1Q1coBL$bJ`9rJ6xR-r_fDaTDd zvAQ1|0aKO92!miD);eoj()lrhH_WJ~d{WTLevsWF7k!?PSxVn2Ss2e!rzS1vEXqNr z!NHWVKx8K{6jYwIEbTQf1OOfJQqYBf*iIr@sSBVDcN6iirYVy1Ko7MAt^-nJpIpQw z#6X1>R;F=I`JqqXgk|&+Dgw+3#0NP`@+tEt#}3n1GQ{R=Rb=lzawv#9J(=Q=!u(Kw zpAe@ZX9kf&%uS(CgSw=c{b8qbD$7+pOYW+OK>jR&^I1nn5 zJ(zLA7o#$S5GTH3Ch}P-kE1LYi)kTyhfWdNh;wR%HdZ>+;dh8Y6;87!65FW)F$C{m zG=T#)0OG zxI2VEOHrneYY46-=#B|3leCFjc_q}U(5U_eJ~1k2Ug!fQ&sZLdoMwVx;T%L=qWIaT zjB*_-rNT6B8U%ejM8cs16HKiUAa07x4}>x4`G_LH`PPZmg1B;aW&KIGhy18AfkloO zX}KgwTb6*bLMVK)X1Td;c!krr9P~_eEk(>r`+D@C#wZ*^6chb`rw$lFiUW|Q3ZJ9D zHuOVa4V4PXN-l}ueG9yWmFj~6%o5_?kd$N&tb7G6?Hr#ATLQDWE#OY?k#ss;Os!DhaQ`f^lHLaS`^L<1sCbVCB&=Oh({@K=Qzz9Oa6LhQSo^qdBAwM zKH@-mECK~qqUMreN`i5YvqB&s`XJnM#HMkHHtBFnnxg1WGkCRBOz?cUs3hhMX+mq4nm=c#FYcUH0sdJQmK(HuYg*q$hhD=+(C#VxuVdw z2OU>o7n{9UK8@r#rV6nCrWSAwwmOQ=fQ8OLQe@+ol0*fe8HO{1T`kx4jtOWsuLfd) zXixf9m2H3sFBE4OR73fnpm!QYAt)4m{MC;1s|DdXS*!alwghnso=VT-?Zf`&WgY!g z-!t;(i$^7wwy!itsUXsC^|??Ur<`goz?Zwgbxz_!cz{g~&x-24n`d8@-KhVnEJH1P zAMY56v`!0acvcE01ZLXsi5%WVh#_wQY=}FEG%+H(GXjYdJfcXscxdfg;mIBMDR^hk zpz?}!p!LJ%&>K~s2MrRXEoUAn@wvp8vc%+xy)e203KKz6cm|r1KJ+2^6nIAY&JUP! zBk_j<4B_I}Lk~rPZ|KVe#SC33fl3t|>B2Z3a9K;GUI}VQU#en8xiE{>DWx1V0pt*s zqO0I04SwE4oy+PbL~M~SUm)*MDOB*1n8J&^W{sXKjzlqtB}UBj&T?I{(RdId9=9Wb zG{kt2DuL~qQBB$jrQgvxk7uIp4w6ji6SK|w%Kgwz5t6taR! zmfbXMkJGIKKT=u|$PAhI*i{Sy0{L8;sGG~Z@I~kl-bp#;o-4+Sf7?7!)Fq~-( zk4dNT-e`g&7-xRSO};caxGp<+JihEtG1<^2aKkF*Q?ZfgDJzC)+5vU+6VdRHmF=TJM9X)~NX z7kvk4WUxN;5AxQK7t(GVX;yeW5@l>b7-*JpaU`sbaSJWR#|yWFq?n*I{330}K*huFTno?GCzD_u z&fBZos%#fXj>2AXBGD~D>861K#+klr3|5H5VHV{b&gKLkbnKB?NWQ4Ft@{V5i}7+7klN z%|0S`Z+hkf16XhJxFHBJ$x#PjBY6@+u5YBwBh4D|@WJirpJ*ZE~`%9+8Rkf^3vhmQ*V!!B40Wxvv1g zV!p4S@&|nP+zeZbV}^eaI{>r5;9sdJmfk;wimzE-&vSG5ud^(LDaqZXhxM^)Km!qj(M z!poJpgP4e1JjXHS!v~Qixl$*x40vJblwhoQGaD;KI&CO8(Qdi+202%zG3W$*2;jv6 z`vk0_x8_VWPS0Gz+fd8k(CEU-(XJ#P2x~#*B0i#)cnn(!q2U79a1|2phgBw%z*{F_ zj-*uKrmPFMiZCNJS`gESB|7KxggV)hz0av^iTr82p&NbtL>W<8uuYiR5X2{R6unzB3*7N zWou(%FqOO;FHmRbH5;-d?BqqppoF-<1Q2uBRs4XrZyRZ}2F>H5lS04?!Z!%&gHUT< zG2!seJ6>nKD+cIJ_Qfkz8HGmhSXo_oGCnqY>8Hu`&FMQszB-83%OA9Trmto*z$JnV z?ZJl&l@crsM-^m|h;)iK;XuVd<%>YyCa~CZAmVoLdm+&*X-qZDO*;(Tzj{+nwsuxi zTHKeR!eJ4dCJ-h%ZUfX$`cVK&Z8z4kV0GKtU5W*|cyQRHGVv7$i~+yZgx)%F5rCUm z8jq=F4D+#&9z-6h!k1)F5%hOrbzlCIjjdrX6lg5G@=DcfMRVzK%{41F0z!vl7OpD1_S~ zXo)eDK|qUf%OaMk7qarT8$MKbPk1y5nD{!64y0AUDAhh;$LPNGGduIZ6EEtM^)x;_ z38f74LGgn!Ks!yy4ct+x#Y(1yvrfoDc&^x!w(vAcAz0S(+T>t11!rs#9;oB7f)K$d zia!A7fqg0y+PlJHrzYaec~0!_-C{_*K&gi%2crgty^5tKoltf#;thqRmQ)T-C&MGm zwek2AUqW#Z9VQ9s;oOz)U;V381(I%jKbMlJm3x%`EV6}G%Cx{g;KRHX02acADd3%Z zRXvtQ=lVB9!VvY2r|rQ3$`hYE1<$tG30p!9mbrwp1Vb7h^v*N4Zaww%Z6*3EFb&89 zxq;tq&F@`m1?Cn2;NM4*GIsJR{XjO z8DEa? zqGN(`ft!yZz~ce}24Pd&Bj@Ugm^K$!)N|;4BE@E^rE0byy^nbb!~~p1B#|UxZ95w5 zIzCKqrXCnF*#!ZkBNRo(D`pRo2B-$8L)pz^D=RS(OV6T)pOb|Ixq#T?-iC_^K<@X~ zeJI_09|x>bPk4sDwTSm)P@^=7bV^rs4SX9*Dxq5{J57#8a{H9n%cJXOOQzVQb)!~X zqKp?@7M&1EC+-AiS(B&c5#`2tf<-eA1r?YI1xR&(6r;T23Q312ktI*#{khA?K=l-%Rvj>X`P zEVnp6`h=5&VIs*PguR7yKxrku4^_W?PJP|Te<~|QR2@`jW1P^#ctEJQsj@uScy2CK zbe7}bCDa@mJD`(L#Js9Nbv^9W0YDs)tS*v_F8C3eYA}#OjzO2kYP$dlZ;}z z2oE1fe3P4f1$e%q2<^x!NR z^UDkZB{bH6WD>%WqZ&%q2mGn`rimbq%{r4x&go7ctFm~kfL!`l- zaHZAWHdrtoBH39^XO9=e4*@q%4tKA5z)Z=2fm6S$ z6e&faUn1AR@Sq$9;{3)XJO_4YcCWk(-ai3iFES(;3-tgV&qht_UWBQ=YI`S$E+q}1 zBf_%8=#VPgE>JMZf>}jWYOyWxZi>MnNANZv`~?5_EWk>TOj@CF-Sg}9FOo{Ac zK-C_DPviTeP)0V#bF3jDtTGn9{7fI9f#Q6)qXLKko6oD*9+~UBIK;Fq=2yI>NXtNB zP!Smk+2a@!fY8|(U_nuU&THpfj;e*l0DcNg4{ky%OLlqMshPqOkeE;`huXl?d6{S< z&`t#gF)l3YMPWwh++cLTuEx^* z$93_I?hP%qRyZWG0zO4y85DfdkTYTmBF)&J=4LYf`ksb;Rm{A-Hdn3t5U@TA} zlozV{6`)u?F5@EI5~|i%Ep_+^vr-xO(Y2Bgcltx*V)m$ zN1;^_7jQJHg;>09HQQL|1HA4lL2zOaY&1w5kow}fvu1*n31g~$;(2~(g9DyNqQJ^k zFPs*>sL;UP$}CyAg_m0)`BEyxZgfCU(*bx;5s>f$blWZfSOeXK;jGk97?VRpV$0WE zzrn6Ed!c1%KC0q}ofm{q2W3DUB3E!YR;s{!@ z0UStK{eW{qHD}AUTelq`gAPcTG6p#%UGO>tz`M#zn8&KfPAEfHg7_346trcQ9()8O zpG1o-XRpQAmaihIN#esY^%b0ZMKQx;1oDre1g{61q0s#~%1x9bfi>zw%7S`s_`>V7 z3eTbaXO6{X-pEPE_yo9qOVdLl+jXq zBGhUP3k2^a8L$DtR}DTq&sN?T%L7;RBO8QBpqK{j0NDiwrAhVG`X97xvH_IaW^*>r`-$xcD_ zQrnRfXs1r2dxSQpy%SN91XQ$?ZN+3W4{-dD6=cmkFQ-ac67c{oa)r_vGQX+Z&dcIE zR!BkZ%L3x~3JO%TI$2tlx6K@xjJzw@`6i$n25$~;raUUe?9Ej#pD>I;Mb!|0xUCOn?4bnIAo&vREl2E9bTr5c8Ty#m7#n#JW83cf+Gn!kzE10 zRKw1_PU97lY7xn}xw?gtz8ELKZj6%3sY!_#G%-N@GR!wkfxVU#;W1h==^0@To;^hO zGZ__l3PgkLhu49poWppW>WziX2NJH!ta=_nq&rbZgfSq(5Fd>4K^fAbThL?vL*-CS z(D_l{gs)gRNcs$AH1Dx=%!9F+Ov1&4+_t;Zr7|PvuR9}b(A=6}?%}0Y8Dca{LK_;) z&14d;8Ze2;qM?KH$H$N(t16|SqDqX!)x>jZsV)tINw(eNYz`3c2-2Y>KNMOl=oRoh z?GKv+aYozgANs-^NfLN|+;JD&mZq#zhmg2KxNi`A75e{5JW%X>=66Q|1=z5`fG@ViiNj%|jx;qk>yj0O?8@94nGT1Y2Yiw;x8ZtrP^|bT8bn~&%OVmwfFoY5LCcJ1y*5wDg4=_3*(DqL`K)lVUbSF$oo$0G(^Nn|LVOUP&s}k3;m^5fFfv)jvqU>44qV!{3OxW$ z0z?p6k~J(HX{(`Q<124E0eZF*EaGTJGOS2KTB?QPy8>=)Y64`Q%tb2oPn5hA3^vYcc zw;?u4h54Siee(u)#0CNoW|j-F7i3?@%Wd$hSZP#Td})@^8zb-x)`y@r7SD+BB=E$n za+K0TVKZ7me&WM5jH`a8ulk7m*NhWMDx4Yj6ru_SsSlJ>PC+8xh`ieFOZ9xuGn1GP z2mwvs)g7YpBc?ArN_|N18`i{GVRk{MLZ$q*2uzA~Wg+6coxl!Da6-|9faMxeL>56* zE9S*TiP*8sf^zbxT8=#m*jKcVxp5fE+-!_&IF~AC^bgd_P>W9ig4l5cD2XhH_k*9+ z@tPD(wZs7`g-AL91BqRsxL^`1sI=iLjpT@qDAf9Rv4pKCMn}$psJhXtW$`33bv_&i zkHGCIoZ>-gI@3(Fco}az%|f^zy&_3t?)NiIaOy?oxT`_O$U)ke>*RJJd7%k?Qs*Ll zTx~3u3H{4rcw|M^@tqM&O^6j?LxhJKFUlTJ!HYfUB{km6vqh|6O`I1p!sI=!25{7^ zbF5=go5g+dVLu93Tl9=r7Z@poDrUUIqyg;}LYJyKN;eKy6^!0nS10?n$O%Y7W)vS9N9vPTnWc2oVfhhTJlCebxDe^~%y-Jqh zDaG}*@*VM%Dl#uX65Qny5jv)X3Q)!6f(nQx1;Y-dBr7mv2QcJDo;&6oMSzDYw`^Pu zcBb?k_#}!I5OsqE8M`~sOI?Yt@C{bco*Wk__W%~;+VqpJDMh`Zwew&^g(?Hek-E4% zfWeprME6Ng$VMXVv;@~Mu`a5FE0NBIqmEK6sBs9O+Ml})vA-ULNwzhq1ipyxGavB? z2xOw87zJ?5?4~uOUd=ynzaNpq>~fLt1zt3!+?n%yd$mdC>k+WJ%K6Dq$eR3IGIl8QTYlu3g#1foZ$P9_z-&B{J!ucbZG=_?Pz0`k z!mN5{Mm*JqOPDZ~nvHaakiRbO0~9V`f%e!-;x51#1HwN8M z97CC{gVLpSHfh0CG_u5L`dooRinYhQssayp2sKDDymM0PY3uR^gXY3SMw-#IFWku6tt&$uU{FT`Ug%1*9Nj1><= z1*D`ji<9(UM6jGhxH~kS0EAmxx@dlmk;K(JS1l(KTt4 z+9WpK5ub_UL0QdGU}mCOl>P-fM%&AzNPG~qoqpTuDLlzm2jmLcg0gzl!(bqU&EkP& zs-iK8?b>4_{}8;8#8QYU@kyi!KtxE!why73zKDL#s}qqd;LkjQS;JDosVVJ7>ap{0 zoe;A_GLF*b6o`w>-H^KA@arSe5W{y%jALRo5XgsvRMlRH83meYU~BP>tHKh@7W8p* zbQ`UreW-m3?^C$_3VM;gY1+8aL@qWPgk8kIshWv2$53bf;>cBwFy*0Yd(EltRrXDk zDDJy5mZ=fbnoeLw0A2vwB;_g-8fBtE9jplg6Y$5c@~;pE#&K;zJYKObEs;O)YS14( z$~hjx5lJILfw9bIqW4!SM5JAnh72S|j+4bUnW1^-?^IkeIblQ%SZA$4S~44&K>(&0?0?s#%9M}n3vx2N~T1%A{Hd}8Wm#D6%$JGO#65(`8Oq5W82uPE& zMm>T$X3Qmy0W1vB?6V-rLQuU-hJmINw?jN`J_2!YR}`5v&311LGP9CqtAaC73qv8b z1D|D((P#bV3G%ZNBJ70-@C?`k>qXKlUXSEImpU%6jM~fSD zOw^SCbZ|j#hKcnf-jL)<_ywoH@BuBVp1F~#g}AM$#+29V^;$?G<_2I5i^8&+xJhb< z2OR2Fs8q4IMg^w1v;*DN0xTF*m5qVjF$r^n&*@EBqB+VBDiZ*vD!KE&m`CCBTjv^2<`CL6H-?RG(Vx?vJR8<*Y%) z(i6OaDu|X2Kn4*!>dT-mR|I$ZsTrn_1xTnYAe@+I6T}FF;hp%^^Sn`?N}riD}pkpVP<5u--Hj|UxyF;8?dGY@7kfoS}g zj4=-hfiS=STJL&4_T78m+l6C7pW1Jo+Gp?gUGMt%um4&v!3^z#JbPQkGIf1f-VWx* zs-3^02=yE3oJx5cbJjHz(YkS)J~4{2z|P2fAP~5CZQ{P(b|zUd&y)CrnKXP^_?Tj3 zf@si!0Bb)O!eA8YGiau>YknFH`;35Jj4b>(~lqBZnkSmdOY*`W;WM^lwva>}S zKlG!3SNwM&)UeYrnWz!<_ZaC;TU;hJJZ>6V)-5b)vriZVenS+B{pGeV7&9n!N-uoO zg+N}OaHJ#DQhcG?D@xfB-VA>hPYb_O`8hpLClr1{l5%A_zdQ|KpFjuet(tH`GWBEY zsNPycVxv@{4{w%h@E-;t_S3aM1qAI0?4c$JQ%q=3oYgWfk8O~GSew3hddroPu9SE`e$hOnw?&j=50%(%_9co7E1Ej>vr%kA#Gf z&?~}J@}z{_2hUEVfK}cayeSDNNG=bfHi?uG5VYbV+H>88-tO!daT&G~r<70=Hni%& zL{e0oH`a)Vh%4Y=v^99Ev^6d#>`_(&9i<+ifH5NvD*pf>zYfi5x^_q*RRO41JX?Ul z62B3r3=9tSjEO9mcKr{i>5`FGq7l(#!uao<_|l`t1Jz-Dn)U41Yu-VAfXl?DSGQG6 zQHS7A?Vp@R4KdaBg9d;pphO(Pk?MsK)B84-jSZ9Io&1PZHJe~X^c~7eiGB718Oec} z&rT74?{h}Dz&`_SCVL5%K?-cd_pMcxr(e$|g29BEo14pIMIAa&Ku+FO)rvS=hytB1 z!VvcOMU8e?o0`X^rZM^hcj7cOo{N=0m!c)W>hHa$O0nu}U;0Q;A%?-lu~t4%1if?= z*k?H7rF`&`j%RyWw1q-Mz^94$SYg=W>>7-jOMEE3aNuiXSB+Z8T4KNP8sWQBuQ4*= zH7Ii#6D|~02)uez$iSeqpdWN{g|+_OYqDgim{MFECE|$cm3G9Hz(F&isRG4H#7h$8 zK)v4+O9EXbRjQv-u`WOvs#;uKxWG68;L+-^F(9j&y?T=(B)m;(uTini;gc++kkukA zxk=nqtWw!Lbx|cK9|Id)o5x~BemJ{gIu;<@FW?JqOCUrMAgcgAH}>=+I&Qjg=;bGD z2cjoboKGDy)dEo3z*~GBdWb{SYBrE{dDcL0!m9;|wc1NCD4~Zy5(nMi`D_P*iRt!B z=?pBG_eAdj4;Ux&Ko!iUJMUS)?wbDIU#S$z<&*+Bd4A1+q0fU-)%#244JBy{TeA!zc$C64EX(@zWWQr3+N|Z$cL3u&|%VVCo=BWeFmf?oqJClZxyH{T0-W z2{TVfZ!D%UJ%r--U1GJ(=nwU1!_o`L)A>zGmNinlcgfYI@#K^|_bl}%#`WNs&y3}w zGOCP|jIOdn+#eH)X$u%Db_Kp%o#q`0iy!8PIr}^;)rrl`(lZt-PgF@zOkW+kN|77s ze+$DSlAcH@fNY7G4Tx(1wZ?^2Z4NBbMyD6xPaY_|R4-y#4)!JdU-9pWSo8=uzQ@Kk z=|Hw~wB<#GJYnsTO2SlvU4D?Lc`UVBTl^bXnb=B2e0fbO`IZOTqkHgtiBwm1Jf(RrG-9WE z5JoKBJZO=AJ*A^NlMOo8bBeoakjfu#Dmn3DUyi~@k?c#Jw5b1(@ z)4@Rzg5DI44=I*?Hlm(u$)f(r)wz|rAQr?~uq1d!k!y(cON0dLXPqOwx3@%FHCN;C zY<0%0lKvEANl*gDlaB}+e<5>W9duXq7G9^3_OY0_LhX9zB?-7v#u;U8dE(R{LMh{_ zR|HbY`9QcpvSi#JOyR)$I{Y>7eFVa8^9e4or$d6%=hD~WwU2Get{vi&kJb0Ll+p;yN_VYZ? z@I7;Cz}SHz2*a?Y_{4}?^X#pPN?NgUtw{pJA>5&szzKjhh#80-$e)voZ?#^Y4tzb+ zLl%CyLg1`0!42N(i+}61Fk)lM0Cc*9<984ozXC@JC%Qh;McP^hOO zt5Xh%x~0+rPB+8wEg{6~bSB9M6!G$4_dqiMrk>aw)(punUBdWZnQz_F@|b^XWp}I$ zE|^6W{2>S?i(4D37x|v^LrKe#B2ekI@*Qesl3Hlq)?`^66`mYuflwBq^&rbu%-FKE zi^AQS?+}4jUK%JJR+wNG%R)?!tKLH97@^f`!uKo(gOdvP1b-9xVQUhhHNu!Br$70V zy(QuRu{NaMHTeMHt+&Be)! zo9VVhZRa&2>iZvB4k)8IBX)4aT8x)Ne|TuL6cK}tZ{sKwu}$y1r#xF^e@@b^>Jf5& zQ_e@gni9_tFP^*fxIHHpM+%t|Khkze|AEkqOkynKF!JvQ+i90$JTZV`KjTL$fQ!>o zdS=w5D@?u25baF32c{F$R@EFrZ9$V0_i`UNWHbB2=jo*3EO1et6957yS!PIQ{E}s6 z`=;hC5kUs%U=Jm+$(u__QeXkWdPs=MDDJWvxJX^BK2HA!B4Q|J>V!t;EjHAEDz>}# zEj&VSvSrW_XsJk&x#SP9nlQOvgME*1iaB0wfU-ZY0gG70E} zX2Q>9W3rZa8-3CtI6`Bh$|7HsWIoBS57VkzP#ES5}kr=$EjBP z=q25a1d^1}Y$Ame7pOW;q>_;!FTvE)0uRlZ3{aO#nen>fR1F<2wSIbw>Z=Rqmh}VN zTyjfbNFG^u$e5+?Yt2w~WWb|W$uA-z-ap-rj9H;17Mq)@#ct{=;ESy9^T15pPc=067Wj3L>6~ z?b&zBG{rjIqnd5I85slkl7brW{H#>B(It(Js#0?md0(1@WoDxjrGsFjn7~xWG>HX9 zGEdTWdvkQ#9vtC3V$-dSBE|^)Os0A8*=DNY&IXRM8w?Ebt5_05*&@%jl$YqOjCePgVW+TIQXW-H6Aps5fKF$IHDp_pwa!R*XPR?8&h%)`hh|^btZ{FOKY+F z$*G|kSx6KYdDPAkQF)fx6G}y;ux?M^5caS4X{_2MV2sFPAn4H0h;{+@1}D7A@<@%P z##!md0)9j$s6kfCRTKct7;Eiw&{(9z;+ZTYcfG<)X8&WeVaztFI`SBJUdkF|M5u(15u-3LCqA@$|Gv- za`7F&yFlMGeqnxXx^ddhJ=F%}hU^g>UN8}D>X5*;^f8MJPi-QDBJgO5cnO26hG@6F z(3KloGXI{15VS4{P*+lsLy%?2GC%_@AXvY?XFFS6>|;57RM)@t4Lazm1gP4gg4Kv4 zN~q^bw{io!+mp&~Lw*G{6OJfht-Xy4f!CK#Kx>46Ih!E0)sop-EhZb&ZG~ydl(I^^ zI8M9x);tc1honNY{Phm-cRfhzFAFo2_*2&AOwfVF6Zs%9yjJF(KEUcBhW9$!DnDMW z7eB~ecc@c>5!zv>DWuMz(|LaP+#66_4pG_AYtwI@9paRs*)6)^Sg{vT0APlCzOp_f zMWGY^`3m34;waOuB4?HzluhOle}x7{&9v8I*B1=yL{ZSp^8gkro_Wz?^6W}jlFB7_ zqh>4}lULsreSc|wiCU$+Rxy%I2$d>imvHK^$(9eKZ_40PijOIP)vU&h_I3)e!l~GWY~mhhxuW=Xw+Po?sH zk%(FOZ zcp#RWS^(k4L3F$8u$L79KP|3BEeRURNQ@$N5reU7Z&xghHi)hz(pJNE2_wIW-yyai zb@z~LNsSFI$G|evC}Gzm5WJ4kHqwXc$u1X!p8|7FpiyjNH&f$i?s%o|Y+X>UAZytc z5q~8QJpKN^$2nFLC$=5DCT_nWDTN1V|e=x4BDN(gUvr6ivQG2_$YVG`Jo zpx4y$ru)9-5D;=C_zF=vO^2EzsrQLG1%uuIQ9vLQ4|lLv0Y5(}Yw41-cyK!NZt>** zgrwk9$O*;yym#29R_<|^h25Si)ltMRTi?FQX~HLFv!Ybnml*pu?W-v{%^m_VC8Xx{ zkfz~D?6VNd82H%~rq|9i$_}s)yp*a_RDX&AQrE7r4U@yY%kpY5s$}1(9+%OkqXD%t zDWoV)ZP#t7LOiSy8kL_$EJ(x0IZcB*D^kIs`{k!$G+@GmzZ2x5Y+IW-u-^R*!MwCZ zYp#+i($s1pDCAu|lJ?zQ7Ig3}Yy3k>67NayC;>EJJ3Zn@gl1cZ>6P{stp~k;muFjk zm#Gp$Kr#+5k(oy#2XDG(54oe34ZCd}ndB^DVvvY8z=Tq>M)58I;>b%Q2iilH_IE6% z)tnii>22zCHdw{N0pmi^2i}WVCof%=CpJ-FQjMBnf;>PL0@fJoLh>K>_248lz5L?b zGnb*v+b}5xnP6@yqQl;aq6J#@L|;8UczW%0<$bKuh1(Ym-M?bxx1@MgByUi-Nz0Z^pEn*JQjP3q0VJF);}ygo(Jk*om<&`Pq!}j`5B7jd;*AyQ zCA`4hL}YY!8)R(kj@pDVVxRJhdxPas{M{S56w4X%N8P zp_A6ZRJG9kRPI)~qINp)Yd-)M|5cO4R>hW(^d7b%qy2=zq#<_ZdS8)=iSfx^u=h!H z0nHC9Q4_Ml;w`j8XZe5-P!z;mph;LZO6;S>CIuo^ zKNIKCkeO3;D8yJ)J~WM3haM}1>WhrO8tzSa<#Z-Pv|WIri|38Bi_^v$01p-zAm}ln z#YtHJ8X-o&ydcPU*uw%bB8{7mulR+U`p`p`u2`}t21cy5TcWIv! z!I1nEdfK|k^#&btnDS(68RGVYB&5g5^I@~#hAD|{k7>^EA&Kar)L&bfMqj|7#Dp_n zvvJw`gj-avQ!@h}0+`Mx?jZLo{O|lHS$}b7X}hRTLKMX9=-zd^u(Aaz>69xm>7CA` z3@`8}nqGCQ*yN+FLMmA+WpR|4Rz!5o+3T5|=4&Jr) z{OZKh?KIXJQ~-izRfT%x>h{ErIY2~VCf-~pdQp@t!o9Us!XF|}LS|=7CNtkaf6xnq z3d+I9WniPLz9e}!{d;{>q%+#@#3Y^u%!)3i(7gbLMeyGIB_NU?I)vt6#wWTLP2)v+lqvweq1e&1#hixtKKM00k$KMSoqoU5S_=&QjW>Ca+h zuc!B~^Tzg`&cOU~hg2n(vRAjE%Tnc!tUbuPVm@&jREA)?FYg4`c{5ty+M4s1Lv4dn zedGxa%7o?(xd$S#sLCv|Kzmb}3LUS3kB?CF-^ zcq|O{trT#h5Ah=Ri6t^ZvAMo_O>qj)8qJ~%!$S!wxxz~UrwLv-a0MK~MEkk`NX%VU`p=*gjkCQjlK{+{Zxel5$ zYc}$h8)y`-AUn5-m*XNl4U@}@DULg6B#DGAPZLy4kpg7U6M00dN&K%vMsNd26N&Pd zD(U*C%G?3oriXgSVcqvXYBrfpcRZp!vLXV7Lc{xaeT84DYMWX$(e{EeLrjZl=vu1x zC!7X&0136b_djsnczw)kL@1M^YgWk(>`_!(xWp4Z%C8nhQ?T5K=UA7}hwX>0&%Y*~ zQNbDkc#bUlpBc#jGxkG)ljKCyRX0^&@su=08yt_y2ijhflMpwm) zI$?tkPFGS6gCrtC!k$O_0F=n(9SHgJ5A~Bv=&-MD9jOe1^bggJ#=KKWz8Wjv?o#gQ zp|fqxmLM>aW5w=L)B+uVLXXer2P!=vzCgK@l&FgzhD3xAKrsT) zV#u1nPK0fZ@Rdr^y4OzGeK^o?UC?+u1>y>j+*zyI5AgQs6**7UR3!C8UWA+`K0&`g zRX%Do-*tAZl5{RL2)&AhnHRNG1cLVI=$H9^kRjC|dr3HyCN=+|Gb83z9oIT)Wv{UJ z%V5H6lMD(0#kmCD2IVF)q*s+$?0%xdXNJ+8jr^IiW2(Xo(5_ZCn0T0h2oSY8OdU~H zvjX+%Red21-ofyxkt+rne*xT)1aGHp+TJ;;_0_goKlp%VheM5_tw4mJk_k#Uo0Y9E z`stB7FRjn7d-W*D5?i}0G2He;ZI2bPFw27<@-rv*CL`>tNw zQ%3+e0;mCFn>q?$9I=CNTS+XN;{`@@Wn%Y6EJw4{{SRHCakUwlhG7Hu1xH*?NrDM9Xkv$z0CtN*h$Vd7U&UlEOWezMkhs~%$aPnIqG(+et{a@E`fP-TkHkC7fDrM z9R7^U+XiHDAA3;t(}8FgEf<4d0geVR00bvQf+xURm}ap5INt!s2MbSIS8>#=M<~5S zJSM-57i?lZD`n0dWaVIa_RUMRB)-78^!k<32mN$=)vQu2zCe*Hx01@P{_N1KT3!&Q z%3C1y!o`q=VYvgO;}3}k9VzCB2#vT}`82rRtP)KI*kYJ^HbyH<^<#RoQo!sP9JH-!X9PzMJO;H#K!aAbABh6oNCzZM z7Y}Y{yyC{9(?!i9o1=RD5lp8tzFX7nty>NxMKHBXC5CdTDh^glS7@{c-Fk&F?pbv> zb?Tm`vQDHKhnawc+DO6#gM&tp{OS=?23Q`wRssWqkdR!Eo#F8Smxdj<;2Tcj5567f zkO^#y2d@JiP+S;Y7n)*Lx^knPJB?G%Px8I9^Ax;MS^yNqf?*Pf5|x~*S_G6SS;| zJjM*3$Uy=3l<$f9<3M-fbT+$9*AsBzL8L@r>*IlibxL0;d@#w3j-^$HT%D`J^eBZ9 z0)6f%xV+=SZHa>S2-)h0a1` z>Q-&jjT`G*^9^sUQeE(xs86C$DvJ$ z_>s~G-{bb*beL@AoKP(7gLa}%enn9~RPQ3frj9Hp1?u8iwn_FAb=H6~B%lebp6pKMDP zBx!G*inUnhEJFN?7)ZRHUA7n6i^2?5VyeD+w6ESk5^1!F-#K#q7IakIwKJC!{`foeX_~FSA`BJ`2P+*%h=6TLjCWc-)e{(M zzUa+-+;$oA43Au8m9&AZ5`K$L-RS&kN9C&ixO={5xF%X=bOxG3*uKh$?a1HehV^4A zL7-!t?89v#L<}m5#VHYGT}@Z|kH9u%ww0UYoX-s`P2m#q5ozHV;V7Xt)cxBwl2E)u zkXrsb=V`s>(OjtC2Lrn7fsO)HCGJ5sVu_4M#t-u~|8J zZ$y9O)c4tuS=+>v+xgD~lu)kcQokxC*OAbjA?id=yn?RvQIxCgN7$(vDb+^7$Dqad zFdSmU1^ws7QCk&uk@^K8AS&FzT|a&x>a3iUodvlA+6_4Wb+NO$ih7x@(ZukooIQ@o z;MsOjGi+9YHS~BQ&^nl=GVSMwR&W#6$BMgg`$04*1`Idq&&Mw~ZBeFx^AxkPkeFE- z0*U-g8)aqe8cDCVPF<(oU)E60@;!Nrtj+rB;`I8)ITR=9WI!iY3oA@iqgW}QZ4#zk zVN&Ae#Fm=vP$IXOJZ1-RpEAPE>8<&7S*G*8-4sUPjR8cE%7VelhGW|74FU?@>QE=|KD%#o0W(tHBVQj!(#6cB0YE z#dK$FzT{5N{VPt?fd2%1$Xf{ZZ?T;Y88dPA^5^DU?MUT zgj<78mhg~xD_kMbchsHK+AgmAm+s?-JElotbGhMohD{0u5QW^@_alobjfbk=y zEp{(2PG#^+k=FFe%8A^i=7y;!w#A;}f?$!;3y$A&W4^skcLfJ$9;q%gYfxPEj2IGd zf2!fTtwv&o?O`RAJ%-S$|4vRX?Oef~#|^f|xcOQZfdCea1OZj=CgB+S^_@%}uyuId znqB~_rdWe36&YNhs#iBv#}j}$Ro95Kf&{f{zZONSkBa3+R!Gu7VOQuVlv6Q>t#^MM z9Fx$?In{*Fz#+SfDol&IU}%#xI>VDgD_aA(#1Or$pD8KxoH2;pIkTa;fM<=z3#9<2 z5XSp<-$;8k6HgqBjG43k1|;sVGm8H369%`5x-HQf892~BO%1Zepv3?K5|4ovsQZ$s z!G6bJASO@-lz-LFkxMlTw;vkBT35R>yW0tB2_!U}ZOI~}W$Pn_Y*Q8pr)DU8%|uFG z!8~L`PxvRKSaFW=xJT-(4wAiA$Z4(|VIv@qY7}ue;qbBVMkc%7+RBk`PZN$$gow() zM^>s)jRrcUZ`DNA&Xp_ti{@v-I1&L?O#wg+NRX%lEfLO0m1k1WhKaf^@R4!?m=pk< zICaXxomR;LaYo^)7eBqm*Bk^ACP#5F#2)dfNURWZQ4cFr|TO&J+IwAYwb-F2ByoCE;zb~46}V}- za$OXGEy7Rz8Nd20<7R@P^RWSO_}E#z{YV^9xyGKya2z(rR5qwoSgg}7wo?bXQMW8y zSB~1CfU{d^j>1FUiss_N{Gm?()Z^;$#zZ?sRYp0Mvp73tJrFHXQUpk76nm|sEi6@U zPbbT1CJ1%dj`+YZVw7Az-rD(63WP<9&bKfE*$THNI5i~6*OqdSW!8*>EW%Tj9nZi>Q7iW*1u+=wO?=K;YYz{O@Fu`ClRa+pNzo)+p* z2k>or>ts$YwxS-{arLpke@CQMCUsZ6&N)We+M@VEgRWn$v;;!pd0Ip zb-;JCVAvBR69t8Dru-$|a-ev42uaTD?aXEuQ__vbrsN&S zy~-`)C)pR`T>^Zm6JgMS0$!=4q4A;Xnk{8Y4_!T?cOWQMIE>*!bCD*+DIa_V=Vo|6 z?HflY?WIROcu49xgsZ0%6wcm0s>|g|9_#{#Lxxb@32@M~6LHsYS@Bs1H;qw5rCO$w z^XhlJ9Oo*j6bA9YyMa+b%S{$(b7K?7CjZi{mFqLgQt=3J)rlubl*$nq{3(CZVoEGd z?CNedIo{MgBx!jCLJ^c>Gn;)*bKXqU>Tc5eHO!!B^Eg|0@Z1yj51z}g_K=T~a*yUU zUbwYM&xbQ=CVPR!rgfXCRp?0s62zobpYxpJ6F1LSo47r8yZBfw47v*|A$VPmfMS2~ zt+0%Eykc14C=C8gL@!nB;4`wfc5d%iJHHFGY1to?E-$A87F$of7-M;fJ6lwUOqP`% zNMRceE=E`Vz1a#((Fh~VxAPwMFXud%Ai`~R?M;>e4Wp+~2WB9F+dq3-79skq2OL6` z*5>-d=0+&1&LRsc_H>3)CORW-aOyMUnMKfqJSG*7MyxYpYRI_|aIwhA5$iEusGUbe z-a1V~iRid2Lr%bn8BjNWz<#aCNUK`2UdawxS?SKEsaXO%>i@<1CA&<#M|ykko%YH| z&KMR6D{V*dtt>WWHwb2=deUJY{NMG}J!R_I$6r6itbc1A2qq7Rc6m za>6!aaYPNctAzUSLfF9sDu(#WCDl1sY%w+(Av-ZL8c6>0@E-7eoHu}7;wWxwGlfzk zLd98D*p5{qbwpUzEJ1!Z`7!{cNrW?YX*rUKTCJEk6WNFxj=|OOL2S{)$nBT8I_`~K zuU0Dr!%UE<+<^GXdIP_LId%9i1CO>(KF}T$Xn}1fCO(Z9$lZ3+WdpXNm<{s?SUw$` z3PVVW00PZee7v16Ma z-4$e)btQr$C?Z-UY2Pet{feD({YO`Bs$Ab>RD2~d=_mxkDZ>vOt`@ukb3JWWmB6|07EMVryqhFmC$6ZuDR>nXj!NWp{Fr)T zdTITZ4UMyu}$-7kwyc>?VaWjer)BRD(YUH&$Mep)*jJwH+flirlIDVa36p)LcTu z8+6`1ElISM_;k=~!J=DOdY2Vv$`#>zM#?QZXz%(eM8o%2)A4>i$0NG3OZ{qWip z3YMH%GTb=T6cnl#gK9k3G0pqr9fCb@bzQmE=j{Nfg=JvyXp_f{7Lqei227*r7Z7%G zT*?v9!>rTaDgRKr6@3flxXS%pAH0}HFJ2~(muv4xB$0JO39E5Bp%>}k5z$0_`c5U( zm~QwoFVr~=6dMs&%>i5e`0%V;;B2Ppxl1_9H$<7$%MwZwKoUn0m@D;#lVeX1>sUj} zkE^)~bE;EH2(8I?VDJEU_(yCi2p-LH)O)p#Wr6RuZymA)a?hG96aXHuBdJB69=kO7 z1TvPcHlv9cJSdPctT^gI>^Ty1t;(ntYlz3Thq*=)P;_h9^jIPqETS>&)%xwYhacWO zfXxn=qNSOXx@;GmhV_j(!icGaalpC}7os(}f3pVp<@1*4 z_bQ8%hif@$t|TOik5MLsEyR21Crti`nAQNZ7jIBzm#}PGarhr#DLBEZBtX-Xerax3 z^e35D8Mh@O$sHXpm@0>MMQ_0A#nTcL0H1cG^0LXb)E72`z&eC0syh%>9N#gWvfU^D zl0F`ED77MUxxNjbc0vo8^AVG(eVTMI6c6=CK@)elGq<-!o1Qe{*G#i%l~^8$EIBe^ z@Vrh(-{&7PoH$PY^fti!dzp9WnRuHRBZ!5P)JB+^4V{hxvsi2ccmTWtv1fWWwjZTE z%q=x^7y6|KQ$9egAXzUEb>m>T*V(_HM)GW_N<)=n>g~tgXP4@*st%@+Up3499#h~k zpV-6+y4N4|v64pmAHf27xEt3M~if8~S~C0Mo4*i96(JVF(AV9oB?$N1_^t@3EJIWo6K;WK}L zD4<#JNJ#yRM8egpOFOl6{otqQ^qPGCVQH{`wFMnk&MTB0RIUmSIpwF0VsD($SuCT#ouVF2GiDXQ8pE)ip}CQ&3Wyzy`sJgn)Ab zCecwSR1L@>z^a^FLQu66Kj8jwMbmaEsCqn{cY=Uu0Ecd z?`gfa;%=qA8M)JPp%=a4`$Np@$#QFmB;1@&Q zl|u}^YapXk`1)$}keSQh1ziQ#fDENPETKLbC;O`XN6lu`yLg=ww701jGd2ck9z-0B z7KSO=y&&`<7owv(p>Zf39>Nopsz7i}U%R5!6JLi)O;5RumRk#% z)FLSWFZr&xnee-yH&AVi>ow>i6%KJ>zseDoSD>z)(!vS@2X9b08eJs+(tPb!d&&(# zmC91-;ii_hc&Hs`D|;Ks)ks;s{!|)aoLXCHGf+}W>X#s$ayncY5=1RrF{m`0vEvAz zFsVya1L}rqjREK^m94N6wQagJue|IOtjOs9d3|NwICap_sHy=VWt+i7!-(z|Ifu3( zvP)}gkylnZo$=G9O%SfC=s&0(aCbK1NI=ndkZaFaN&@0qvb#uv$vL72zOQ}1%bq8s zFVW_c1VJwEgYaKa9deV=9q=B6_drD)pJ5r10rKH&dOKi*2$RU8`^GlRl}Ztd=blwbGk_b6z3t6 zc|!C-dePqa%pkta?#eeC2{T8#2&>f%#!mfWaXm<>-$isoMA-i;_Q95_-6dJU@>rDTxqQ3;L=6@Gm@SzMRcGP z9)g-t;7xcq9BuDC1ShzxvU%wQ947+X;^9AufDP14+XHekc$9+=S9MAQNTi}@F|i@Z zCkh`Ylv@xbh>kcKbfQMG47uU#~sNmjdbQ({*@ z@>bOq@TLxyx%XJ`g3l~3KX&Tkg;NioKYQZBsflh+RgJ{NP9z3kmfWiL0q7AU**OGb zU@o%_^b8Kmd%AV<9VU?0}-WI?CV@mW&2&K~IHip^ES<**I zsp;T8Xyp(hlzXM-pVSOEJ7ol8sEYf};Z9$Nrjc8B!i3^6RF8tchQ3Bb!7M;44>D){ zPHBc0q=-7Z9Fl6ja^JUF{oW15$D2u-l!)l1hp9kr2YxW{JdoRp?F6%n=0C z@#8&woz#kIAqG`++qL7qg($Nc$Tf8JgXxKWv5F!P?M_%(thFLw7RA!7Vnqb*8B=vcH4#0eO5*0fKk`y!E{n1IbvSu9SL^TL- zH)s^=L9U|c^R1-8DX`(Mp+*y6iz%pUD(jsP?H9PQo7c3VrSM6MN zrUP}rBSjr<9ZsmL>0#*yDN~W{C<+m64A&22kDTDpWM{F$ZwdNG`C}%1a#OMnIOAl& zOjGJ)vSCzab2_~?(SOYIQSWt@iDDgIi!==pn5n@2O03$$0B8UPnjPntdK5YF@9tp=rOFVo7BhwMr9 z50jq2XBuTBziNHN)w_^BH`J z{;)owbLrGuj5WS6!i{YLks{nBc;T9hi_vHZ~;ef9|fCm5PBfXJZTd$&8y%QvoA z&mo0;cvb?m$q^!NP*v>N`{VwwR=xhI^HF^x;4NcJNQo*%4?m}!kgSykL7wa69CRlo z8rV``u;@S>fKH85Jq@=>8r3H8KCDqd;e=7>G|B|AQ%DUcV0yt=(sVqdb!0;N;QEDB z7`Zs~$|Ii6;$%z`KB{&%42Q6CP;NppC!FGYWe1l|Br*Kh3~zSEHF@k!a82coMaPj% z9mC?g-n~Hs=_m``O|k)8Coc&Wq_X?Nrn$#K-M$JNeeq~&neFKsZcFhrmKcU5>`zvg zbq3KJoCUN9n1Wy|u!pb`Ddh6@Pp;-MpNKRtkm^B1%N|Qh*J?hdd7%`IbxK;kbsZ@C ze5fG65ovsxT!X^02DeJdIn7e}T0H<4`E1;quk;O0O7;S(o5~9 zZLLBEZ5kCPQd}?9NVKJ`U3J(=J3}G4-~oDEDH>3jrB!1y;mzx3WsHkhy}p6gfW_&w za({;%db)}`8KViGH+B%0LVzpSjf zhqNS%HBUK0sz=Lyx8g$}Cf-<`LlBAfo$H57tszmws>~!nP)eViCke(*KfOFtExz3! zz~pzP;%@~*NXOtQQIk(45T zWKRsvA#9S>Ym|PMe~uIpritwb{KLi~%`y0|T_oCQ#>X-;^1#-7hp3a9FEH$Ux->hfgN<% z!S(VtPJXai)PC<$YB|YUsQ(qOLuA9F5pEAoR{dNFlwMn3808$zPvtJ62(BTDB``G` zdhkxoW7R2OysAT$OOE@2GQb^CCl53dyV392W7&kir|tmWb`ixVrAO8T*Mp}*;xPdv zm0MX1=hWn1;^-a?`P9?iuv;Z+AjCKrxW&id$8=7udqNwhw4=2@(JFp>XJv+CCVj>% zvQ5=(1Ku6wb~L}hT}U8%iYmI8rN>F(fCyh_6FQ`#P0tQuS<#W~d)^-Jt1*7LFrA5Du0HjV^f zoV5|ag>45QVVzYo(mxFugh?hE6Ojst133<#c0wDK#Wv?LcmE=Ol!8^FT>1d;bAm?0 zYrc)wDi1@>+C9Ki{(>wq{AZO+f@_hp7ejnR2lsj{ffJ(h0b5bTx{f@Qgi#WxV||tj7$JCu;x3>M1c-ngm-fcJhgZygKpF}(Ot{FmGryhE0_jqfXk>cPE| zn%Ab&O^mg0dDy2qMFFV|ig2Jsksur1?d@6B5z5ZDkeFySu|!~Iv!hIqx@hsZklTPz z4{axtC^^41zoLSO z)CU`firj^!nf?}%^G>q7zIATz5`U2Q%03VO<}Mx)W)^`HsTSqRI@`OxSLKc;CY`wg zye@Z8Z7e$(#wmr?*sRtgtxOhxw0jUGFb)}3CY!ra6e5L4&RgkpaN2!Ep>Ye?ie@{P!c8rWspgOo(nHZOiA>?LN1FP7GubS%C}i12AJG@9+nPw{+!2 z7(T7$4mf7Cf0AY~(b+G7w&_(US`XMzIC4}K&7rQF*OmB!B_!TgcM=s60jV5s+1-1* z*1U?T_<}k0BcMyPlU=`Zb-QjoM-3E)nVDcFQS+#SLDQVGKu*VXZc-$F^gvi) zVMb^bAO}8LGoLu2OIn=Lo!Zz#3zZ6+-N|wUA)dk2Mcizt(K!Qk|c* z%WQ*j{qV#UW?J~5O8CJW)qZ7(+wo^;qz$1!3q5f`7_B{$JS@%D4}*4XuU`ii zF+!U#HMBl~6TgcAp=v>bIQaCHF{%#lvowqpAYhq79C9!)%ix#eZrW?aN_E3T1v>-u z-Arv+x{CkyvO#L5{uQ z6I3#>Txvp!m&W<1 ze-a8{m91}3Z}|#8Zq7XP`|s_Mn7+SlZLjh#Mgk7}mDm=%gG@8d_JNE1WkGRz-3d;< zhE==*P!J@Nz>+P)gCqcLq%ez%=a3V4dYg4NvQQ!|OQ_V&lK^*$mihli9_Tfk|^aG`V^nkK7SH z@O=A$Db!=QU(>bX-2s6qDAU38!h+RRx_z=%q}OBOCW!M%F0Xuz{68=e9g6fM+${-ahY1m^@! zgEJ6uX3^a-l73u~XC(L37>=YWhC&Vp+hw%;K3=ES=QbK|W+6f$6je+S6w9wVM1-k% z<}5+OctRH>oLr{#!kS%Xf-dg7P7}`^FhOp36#@OYsA@Qtc6~g0{#8?jzNqe!%V{Bf z3!cw&LoiWvMCxIDJq^fbBa*#OImE>UoyS>Js9l~908&><^YddOCXyFd8j5gCSY(=? zUbUFL@#x#d4h5$&f{VJKkqMBNID$~HUT2pyJ$1-bSupce`N3oR zsLE{m*gDHWIb9>(fn>9GqKxS!L;+Ael`2>v+`$uc;{qHOW6yb)F+b`|4yd3{&) z?JysAwr45^#x22Gqv$k0^bbP|k81h-p_Yd^ylier%Y~$J(y3reu&BqHe8gHb-g8ff zqYX$=0bGei4#EI_MZ|*67B{!CtM$$5oxiOnY@|AE&s#?}M`nnfQPg6o$;HAO9jng> zDuW;Ds-xCa3yF*ywF(D_+#SRQk$k}q5(!tR@*%H}s-^kxB>^d0s}xwl!4@T42$4GK z4(s$zvr#D`6MAwrY;I&x-4>)8hizfjQ#C`mZ_uL`R2Mn~1`9ii-@wX_g%PzVCcRi% zvzcTQ*ORWICc(4k>{9bE2IpvNepAA&3a+hHC3he<-hT*k_D+YPF6>ajPL)fV#7_*vGgg9bmMU(JFE`yTUBtgpm#b z{D1<6J`?TCM7$S&4|iV6ZymYBf(MsmtsK(LyG*fURgy0gK7cqWHK>Mar|B7ab*X^K zs42&4#o18fA)+@W3{&!W|7k12P`ZcXXp+1k_rt~!y^(ln7>O`P;1cDcbR@V{v|KZs zy?YolN`GN|`9DHUR(V8M<{i{xBBc*x;jvuRl)_g! zMIm>wSj55V!Kx;0{MevEbI;@2^wy<0iNwdE90M;yI4MaUOb2%K?qNG$YIT0^3%2Q( zVV^zm%A_@kZ$OjP&ja72n=Q?rZxxbdwW8BaucSjYcvosXr1nr%YG4}5bI=uYaWR3k zBnYkriWf9g`weR)Cg;(+tpds3V?kWGLsjbE@RZW3OI|v8IRp7gWf>~SI@UhQq zpt-k=QY$nI#Re;nIttc{U|aKy4gd3~8DDKpyeMbP@yPt4?3~`mRkfV-G>{nBHF5QEU(Q zQvO}!r8{k>wTl!#n9qJ7Y82xI@=OIVYnvInP+h1{>myYIp|Q{pF-saU z%%#ru?e!H5Tm!07>Of~V@w*&`G#T=AeNamp)%V~CncIxpC1J^!+rs0~S`ieUno zwF`HBf*PVB$rTJ@c@gkku>Y(N4`>f}5VaZ}UJ)YhC_WiRPQnTrq?+&H?HP-lwEx-l zYks;P3>V@ZaoEvy0_*R(>#)ZGr6o&h)Q*V;2*swuw*lirIgUJjNNMl3$azCvUFn|W zr~*acrRg9zBhZkE7|f_{FG}7Std}}`80^?of*EO-BLkpJqZ@^yL5*g~ag9;R;6#JM zl7h`ged@*o$Sfl^zsU4n0i8&qApQz0Pb-u$iov$Bug7Y zRlg;TLFC_ndJxC}QmCfKr!@%dctr6K9DufREBSW3jPY|97B|@6XxHdG8!QiW7?`^B z2SN9=-a~CRJKT|$+SxKmEL$w!8T|;$ir@$ZH&*5oFI(-PizhjmLbjNqH*p{Z6mv&) zggl60TSa-O$x~Wi$rRoOs)uLcKA`d1or9BSiQx1!sZ0b0@hVNA{j3mR8b~tgfC38( zz+mu34SCmNC!8W-hqeGv5SS1s`_5ivUxMdq&=Dys9w4Ddi(3GoRBF|(|Iz)HUe+OW5TiyFYI12 zv)HyL*49qUW(0m}P^#*k;6#_dbbpPR76^krmW|Lc6vF}95QQU+n+ucA*g+sju&9bj zc`M|cO*7IWb1!isJ38oaC8}^N@BuBBI@V4{HOu7qLa72+Z*Ot>%Z_?wJ(!P12HI3z zyLuE*wSXHic(i7Qy{Y#-1OveoJX|ReHnEO`VIrR3L5}Ew0pxp>TP9u^R6}T4?&OGW z2(lQqI9uIH$C`YnW^K|o1Rkas2-J~o!8z@W)%vv7&k=SvMr;hU2a1s^N2Y@cYy+{P={m>RqWzakAk>)1^S3CD8;^TfX0WE zyHqhf7z}1kE*-j8AmeCP#Wnz+?ygQPEtdC)+9066RAdbLrzSIL8z0cMeUN#W)vcUy zwU`Z-kI)E8qnJZ&R2h?Cn~xn}29CQ}6G?Gl&ZaCF(<^3`da@`)5mATGu-P+h@Pm^u z-`Xxr^-`OOvb&NdQ(IZ28($G8 z9su(ox7|}zVd+mnN%ya)%7zCPClqTzyh&#vtj*Ek!+L-#9>;Q%B2$J{w9xfP?5Pbm4??E)Ub#qJnaO(ib+af8XKIFZNFxNU0 z^-m4~DQLF&O@b5P>6`1cwUcF4RU+WFPPAaFWAxk7o?)r>)UHqpcju7VZP;~w$pRY! zkK3cTl1asqj@>!g1s!^3jRki$=3A6ir32vXWJjzX_W`A4q3&|``XEtciehpQd2*d@ zj~p#_>rr~U&b*+W7$3X~rGuA-y6!ft_~qFxGVBGuY^|XGZEFLS>m`1`l&Elt=;_`Uhth%oAaJmiwm--sZDR64HezEvy%qbyEEKUiRh z=_>r8a~pxD=NH;ABsRve3#6A0P-ds=#D#UHk z6gzboQR&<~WaRk~1Q!cX0XL!a=K(hGTQpEzwcr-Y3V_U^1E^wt}=xkS=fK>3( zqqZ+VrYQZwkbuMT#JuJ{8pFz4>qF-R-NCMXdG(!nAU5>KR z^=wYj4*qQ=p%aT;dO|LpD9gljCT?hPdnAK7adRfw52nAKlqFaare&+|OB^ z&ZmG?BzQ`0yC|zr77ikmSsD$kQob(SO5@FCb+}$uGPWb{3o4&5PcEH zb_r@&PpK91X(}{8gEb-%Qi2Cr<3yhFq(iuUXj>(o6}X^U;9fyF1{2Pwi-#bP5EI}9y$5g(gk1?;xm;Ln7$=iVN1tZUp-i;4!^Ll zkNs-JE!h=n{mAb3T8|Qcg2;=t#61L>2D=$0*X3jjD{jK7Gwqc?R5u@_RkVO{VQ{6s zH6?CbY-cr$Yk~U@x1T7VoFv)*gGhWou4<8shkqualq9g(ahSkvkGI;ZEOk0B)SnKG zVlDettaB}P8MufZ@IsF1zd$(OJY2nVlIvxDoZri!Iz{Go4Ew`6vB;ZU5RWQNflh_K zsRk}duA67#hayvSK+_YgHOQiy(Ls~oYq3XR&p;&s`T9%@Lxfh7@J)e#=88P<$&5>l zx+2bmJEKZR1Og&UBM-%17`YbJeuE~67F2@kQ67)ePb5tB5)wJ!sSi7EZVHkg1jV+l zewkUfnFomCZ?4>0N*%^bp^2jheNEI*W=O7f>jcyb?5wahwdP}vy?fNH+k&8pX95QR z5QS|GZaFA6mBN*|Nu`)+#TPrPt8}dbE0Ffp(_u+rZy+zlJ7^d4xCt$6mF|s`QlXAtQGf0hy=)}(U z)%jMkuou)H3TYCN8MTO%<1SLC#+k|gHEvK1I{P&egzh19d@M$0jLW+KulaKG$GzS7j- zdk`{$QtLmQ0nDar-X(hNzPxkTR9$#@s88IPF1uVjSBOwcip|u#zR#~?`oT7lQ(&AtR=XmX8 z9@8Y~Mr7c~Lj&lb$7ty@e7lr{PMwDN*VrzV_oMsNQHTet>Bu@d^6H$Pn!DAJDl>;TIaAEHW&q!P4V4j1_T?1gh5~ zc--J@x{G;~_H(=27xi}@#F8x&85oQjs2=Dd3dDMpU$vW7#T~G6t6g>k|3?G?v>?Zf zf}+D$cNW)faoFqhkapAhwkmApUE>HU<4QS02WzS)XYUzVX~a|Bx(hRct;Fz=HUxiY z<~i>f{d9@(^`Yzwd_#+1!A78Vb4;fNJX)R zLfs>GpJ6&JZ!f3=vN=XhJ_ZV~gSFLDI35LEQ=3SSf#8OUZg~s@{wN$|MI9px9~-eZ z(F z@5@TA1O7Byi|`fl3J}dcN=|ZS2ySn;jx`FQSGUo0;yXmc4it>qrcgtG<4Gu|c3{Kv z17RFi^940usP=eV6V2QV-f+*u~_84qP4|P`sa^^YDCQon8m9^OUZW`?1ju-S5ZWv02bOgd+S9 zmXQ2lv~KCqJONRp9?8->k2U#U82Mn5;CJLJ#U6u*JE+4W4vx4tc%^Clx)A#X!7E%H z#S4Og^^631B<}#$JBQhZ;wc`0q{~uu>HN~bxl_Yb?Fwm4q8ee2>MB9pB(pviEVYJh zZ<_2>u2SXJs@6h`6|k%R6HfAQjAH?Hij^){U#=QwU?T`Z;sNEwQ~Q}LPtPKG9wkm& zL|!TL6Y*y;IZ^)1!>P9mt3~8Y%nUdW9ycP~xKvr&@U`XKAYnRiCYKV{Qf8uqVlR39 zf)o`|T}DeR78gLLi2+kWM#N-TP;5|m(_}o3dd4FbxX&XUD3cDKD3jdMW4l-^TeH}*VUIR;;i{RxhU_*{^CCfr4WyQl|OX}zRA7b=9uveV3gn$-jOhxnMO zn(jO(FV$L?l+qW(qGUG8JpFAPvmq5uJ^?Zpzr{mCIw|w)%sI})hW&MgQy4bZ>W0KN z-4^Ts5D4o~fgvEu;Et^{?Ox#Y=E}N`qS53bNx+h*0&q%mNJa{#`z-LIgiPl)W^NRr zk_mrRUlWzKsP#tkfVJrrSzZ=I1p%A492WSbF11S%b*lx1dl~9ahfC$pw z)8{9hMy#YdR6XKxv<6`gG0DjNvgGzrT3Z&%VqzW80iQ&8x3eYi+9}>(D-7!nHz1BB z+^C2J#7q#}m_Z$lMj8@xa=VXNA#+xt3SMb`?U{{pNTen0K;vOZk_!@ah9si>D0;yp z5W~P182ROW5GY)GOVtV`5>!EKkBWdfI}%dnYJ&Jf*;o=$LK&DaY)ln+sD^%&AUq-v zn|?eskOwpXWgE$-;UA7|Blm(mcL9hYm)I}T?smCXp$?l`7z#@VF7bjkw-Z8@?Oj&S zVnUFFU|A+9AHg4;@}-0XAUYs2Y#2Nu-0I=%OK9ohu%!S_VD;X=bka@<=;$_zAFKI* ztc55LV;2O6_HhNjNdP19s_J9Z@di|s?b>nN^G?^B7U-xyyt=VMIvK8x2Zgw~ROYdx zP)KSel~_cYsY81kzaT1^BFw@H6A`bP7=U)&BV`st>4(d}aX@V|=$wRlm=Xa7SOoYl zT8ksq`K&RmDE(|1MVq$`ppKmAKmvN)D-;?Lj%}(&6c|DKQL2%=%E_h27jf4TfGc3I zbo=zMZD;lbXqO05K#jO>phBqbvR)u=m$%A_5oR5ptW*N-OxKKn7%Dg&V=jv5feL4H*52Y<)`Doa07E9wW}PI7Y{3k=cX$h5D>cXk)9_ zryrl*nawV2t!#KBG*o8!OZJ2Mfn&vhRIp#LV& zf_*OnC-4qrOQ8;(A zei!T!UzaFN=mTVS{?okTJ`X7eVzD_}=YV$cA25VQeIWa(qvjBp!MoMA#)=+hRz`s) z*S`Z`RKp<(pwXELIL@Msaql*C>ch^LGH~A!>IzOLM?(n~)$hPz@YHZMI#j4u9EU3t zt93{I2+L#=RsV(#AC7UzNTK!?c6O~{y^mFwL)|KLy2XBA1Wv29GZqN7HgYz6CCmwu+TajYPq@HFRsK}&BB3|9!)OtE7Nx$>0cDseLW&E` z3tvoD7Dm=3uY`8NcY%X}3kf5x4V>zUY@3ZtPMkP-PHchvhoy$21uGE(6#*x%5qUmh zD)Onr6KrWP9Wdym9scAA1@Qz>vPAgoXH~?F$kE;zrN@@d?dHll2X1PGP_9fT0154j zFgYR^4L%ft2YqzmrSkqbcmu+K&{FWC;JASHHUB&-7*ul|Xc`}(jx|AhD1lP7uL3W; z72reI!-uLGELM&b3k?P>S|TrPt$cAa$y$iQbXW1bYELGurpKjEgBLoSmhmOh||83{F8``AgOl3H2ul`d4H5W zD%#;5N>vlE1K5&8l*1_t^nJ~!z1)W)r-lXWYlna zJ^j0_)j&Jgf&fe~A0U~L*1P?JJ!)X4oW1(8>SPj9{*ao~)=*l6WJ8>%m8dtT5`=-0MZuAJCdQ#o>kLu9GZ={&DE zCiqljh?9u-Myc6J8>A`l9J?^(5q9<2LakDfi$gxN6Km)B=Je76{%P*?WV(@zx9W*N zXTVg!X8BKZuX+ovfmqBr#ITMAFRyQ1kC(*-0MlcNkZQ3-gcKY!rx9f4-U{TloAI}R;w<@ik1KhOs*UYf0}T2CCKK?ps?hlLPGD_mj$iq(Fz)St$petlpZ9 zm>i}a(Q=8-3+EY)$Lic6ZYsiwSB<#pKhZNWHb?!k@t_%{Nl(1zjCeh!8pA;a0Q^xq zQnl0e$L!Y-BT(oQ}Lo zA=p$CFyT2gx~^AM;>fQ9uSw{NZ4t$inHKyFjwC)*s~PgP!XGcN5G4|+#On;F&#bPH z11GA3#N?+e$X1ZE0jpC0O{9>{Umie$D+6@UV@T`CAw9e@bFHQRDDmeMZ=l6-_l3yI zpNHmn+X&oT!5S-vcX$fWQx z;tG>VZA2-=KATPHS0tJ2A3wi6eIjn>*(hifFdi3`)A~}%s=+JDL14U>7}h!|i*3mt zMcFwRQjuDXa2sR>Nv60=qtQYf)>m?lG^C*EcoW=0>lv)EGG9qv>g6j zF_5meW4wVk)kYPN6sS<$Z|N$5YO(dGT{V0L1)KQVN?NGyB&qlw{;_fLHs&YHcnHm@ ztPz_Is7(BP`HA>Y`<>~TIBq+<+Ku`8s-FV6ijc_yZv=f>b8Yqy{^iSiZDT+oyJ+X@Y{qolkN$A=C;$m~cRl1kzkY=1O9LLZGtR zfTI1Oz6?#J$q+G?2lR^jnX*#+xKH(`+gY8Oh&#Xy6v%77L3M@fvX}O28M}8Ao%j5U zl|kP>y}EK^eZCd0k32ygN8}wv_(QAhhqtI4%q2YR3-dXV$+`-DW-|qUc~DQU28@7M z>@9&iY=SRjI_&WPmfS|dXwZ)XOLu3omwFBj@NvExu`L4G^8C&wN!i0 zQ!Nn`WL|ywMn>vW7bfV?vf?OFUIIf0TzE1fWw^ragMr z$3Coz#9Sb40nI>-6$+7UZ}HfxWT0Um@|qE-Oxo+iF*GjPGtJ3DZ(-zmR`))#ZQ&pO-?=8_-x z3v-eZZ9pU8MQXKi?~(Gxq~aGh_NL;6Lg|D&VnsYH0_suO2*uos2znTS0Wadt+f&CO z$QhVNazg$*#ZmcI%9 z&$kP|i4-OP0CIvf3x&4Z^ap0H@8f}^LIE}|7Ct~oi-y3r2=A5u!D9j|i?g2Mz3Zp* zon5AFF`!2%^IB|^F)iP0^ht1*F?wny#?MpG2T%t9+r~h3un|P3;{CO)35biX;=t&9 zwz$6)PZCA~!hu}i8qi&y>_5@1PUYL-sw&F{hZY4wgEFvyX7%cSU!`$UQv#o{ zEFhgn_QnPFo%W%P^~h>~jgp_2@(reOkG=Dyel)k9mPyxkrYad(QBD=Esj^T>qW81r zvlaXl#arw(_@R1d{U0|O-E%#LE5r`05GPZ z#T>eN%+jF>sYp3`zzfJI7YjQHWnxmDXpVpy!u*0Kk>*e_VVP6H3^N&?vu(^iR6 z64>3siUO|dSGKk2$H`oI&!>Ud;Q0B3QEEV=GpxWbdHIpo?YlKyiKG6{|C)6GfX8sr znuGZR(841bR;A&t^N&+)N>Zx5%*S|eI0C8+W`ptA1k0>?(xg2)$zu1D*`q(1+{7hS z?pk*~3Mfg5qnyANh^|mBBffTB4;MX2Zh(|u;e8`q4JcD*OC8S3I$U1-%koP;k0OrqMMC{4hPi!QVK)VVki>Kxr$-Z`}M4w z+mf_!h3t=0iWd#80W*Xw1}W!Ox~j(2+&( zM=>$(H~X1M=b6;`z40QqcJ^#*wKvA5Sun|hLp&Y!1*DxI7~%cq*1PpNB@;tJwVG!|Ve zAfKk{klvhr(xwM@!8a4tbYo}p+7-P%=!?oc@sZ%|C6Y_OiW^nCPV!GEEixivB;^eJ z4>T*E2GC6 z#)im{411t`6+!Hr`DuC?InfJE26sUOTBUf^6R$-V+GmQ5N$9wB11NbhdFUq9_A|GO zqQ|M0NB%o$Xy^kYt@?U9Bt;#%(N?v*qAgMb0=2e1^1pwYzW>};ed^O6 zeW#BfVf>@%``^U)H-GVG*?qo-@n>+Y`~Ph|A{G#`P=H_rK^h zz#9(hnI8xo-}@*@mOEo=c!!l{x|uo=k0}D>pnkRjcXk*rSE^3&-mT@ z82?*o{OJGqsZVbuIoJGrfN|aDM;VX%-{ksPTuEy`<`eYja9X>yh)rAT3MCT)&uWeg9p2#yZ~3 z_4PFVhkSUzm3nhzx4TWuJt_ctG=)G zx}LuOM|{Tb>i+LY-~asYYW3v*p1!|eJmhMH?>~ua-T#f%_x}pl-^jI|=O6JI&v}&V zzn;eburvM>Y5b{gEb^>*`yIx0|6`2D?@FJ1JbnL-jEBC`^E{ht{qDQ@3_UNq^DSxo zN#9+bXPNOIVqEusKI1WOhq?aa^!+zg-c1@pTXy~YFzvA2-mv* zo2qfyk;l^byZDUzYu~*xjeqv{mUVoL@gGX#U(Wb1%-#Rd_y27g|2D=$9<=UH=UTt} zqkP75N`5xD)_eTl)%bl}zcGFPbH1;vm!9)~OXJ_dc-%*J;m^{2UdQ-S^2eUW_!X}8 zyT4g|{}HagnQQ&-r}>QaJ$UdOfW{{{b3Szp43UyW=3 zZgZ{o{Uo39Joj<^cCPjOU;cML_35)uzijg?J@&5|*L@yj{B6nqlz;McuJ!%z;4|!_ z^vTgQ{x&}2{$I-YO|EsHk5%LMas7Q<>v_KP2a3FDz5YoW|9Zwhmi%o!|6k-p2D@B^Obyte{vt!hq=~sez5xfqg+3pzWJ{Mj`A zT*gC>J)7~5r|}mtUi)3o;99>sHM!nK~~hxv^6`Vy`;)AxV3 z8kgVxhBW@nx0df~K7S*PZ!jM3`;Cm>!L^>}$N3DsE&t@}xYqCfmp@$ez$(|@lfM5D z3=SAyTYJF1xYm8Xxf<6zJfCYl|9A5F`scsK_O;gc8`AhY`3(7y zeZ0lB?(-2o>v{hE^!;c5y)ti-hYzLie;wl?SNAdg7r54a-pXgl!$Vx3=33A5AwFZh zgeSZqjenvVKg#%f()a^ER(@Ce<)e)2{@+`TFLQmAYr8+6aew*MuTJBC%4h5&^Z&Wl zeg4}YFW=Ymd^nA-RO8bBe}QY=|GW4MeWK@lnCoZo`73)hSL536pHAcF7?1nNKlviA_55$D#wCYemBxRa&zS$OX8e_0>-q2a ziSoM||Cuy?f$@+-$=e^M@i#CYdS3hYMO^DXzg*o%^L&$QJI=34iEGoLZfPv?4(#(#s)m`|8_>AY*`kqbW@8vV}r=D{ojenBQxX*ozznyE{fAt;Z zcNKU1e)|6F7?1Bu4jcYnPaSDZ3S^z` zKI3_=aDA3*{qFBo-#~-{|3x*f zee^o6b^p)%>GGV%xc-gw{YMyo;}^SKkbM5f^!-;d9=|Jp{$8$ipMO}5-^caiT(#jC?Nwas{(r=0_=nO1?@r&p z^JmNRXx{#L8vlC6WB#Qd{%fvv|F`lP>nnMCAdP>7&v;+?Ki|Q%e)l==DfiJn{a_k@ zG2`+4^1GhOwZ8v)KAZXETEF|-e8%&)qe7@!7o*$9l_$sdTJRjjR{KMyP{rA)NKmQlX{79}ol)nEpjK}Y4 zzkC+g_P%`9>-d#i>;6B=XUK`x<#PJ|AMzRZksf$s`u^EpEbA*}^E+w$+Zm7VYv0|& zweJ6ZK4bo6cXqgzJ^wHMQMr%&x_74UA7(tBQ~UZ)7}xX97?1l)uD+OS-T!a!8UD%V zbNw=|_5EL}zAyP-Pv5`em&*M${u63W^iJ)LWP|22HZ{L3z%Pvh_BGxnpN ze}ij1&*#6t$j{eu{f;z#it(5?JlR zr+&HouJEf5Gj8{1Jl^X*#_!}>_y6f?T>AX+H2w$Gxb(mer17Wy%Kz8Zna7D(c5fWn zw`j49ZR{ocOeDo*DumL^$iDAnNt=Wsk%~}hQK*nqQkF_0FS54MX02qYP}z6y_nOY> zzUz&qP08bg!6Tyws(LR|S zt^AQhUoYDCs-e~HuMr=N?rZslH-z_J`D`{`AMXBouCs8}*&6QmVZBdPLaW_TQNDaq z(aPUV^!cg#_MMi0`NqICufDMS3UGfP*PqXVmVaZS*Q5JwA>;QD{k*6RuWfu)l%E0b zZ2Sn(_YKX@`DnFMYg6Fbe|8!l4)^u0?>wc@s%JXU`?(Uj4_ZE}iC(AH>3GXO8F8(b z1(sj>vw!FBw){SDpP#pqpBF9v_ad%((v6=adY$^NG99ftZ~8p+v+hN|7{4Fxb?QD) z6D|KKMBkqi(cO$Mjq-J$8EHK07r{s8@*Lwg!Mz^c8xO)&&%JPeu4HsAwD?G3s{I_K zAi4`$^-LvtojNc28ec*5b*g*CXyeC-O+Wto9;Nf{P2*L*3_iM_{A9c%+~=qIp$J;- z&LaA`rsrykR-H$P{`1px^d#d~e-(Umf7ogKVYt_+`&%MfKJ$q_ZIO&h-=?2hnD|pqR%(2>$}jZC)+n+z3aZTz<5u%x2yg3p!tl4d!2fJZ;6)As>ny@ z(Y?km{Wj#Qp83XGMqKTlhpWz+a32@t*GG$gLQJ)Fq4VNNv_w6ANoyvr||}G|NVzVctN!CpC$VI?|{D2 z_z|Ml(;faWTJ==@A=Iz_+-dpk;eLNef)_)}e;Uz!bg#JC_za@obMnB)qUFCf%GWx2 z-10Bm8u~%|t0dE_!^@3gYK($p;iAy+k%hg z!@HKB0RL<7-}ma0@I#j0JIYs`InnZ&NA!8F^_YfMJ==-#_&#g-S+|FN)_h)PygJ;U zOY`agTaPIz_lq*)zGSEb(G%}-QW1xC|~~XpyktgS9q>2=zW&|9NhgiPg2pU^HZWfuj(I-&g{1z z!@TMNUjUbXBe|~E)r~JEdjIG?HVCbD3;h&)I-_5){5vDw4SpJ~ zdR~EhojPaRpw;fL5pRKh()i^+hv(IM$~VT-Bd&hViq0H&qWkMyYlxQr!YE(obsOUc ziT+&LPi7dex;yyjT=)Sl|8^0tjV^{3e=y=&?>8CWLiF+K1n-4bJw<*AT=#($#yi7( zT+|QQ(8_;^==W;v^Ucs|_Y#Sp6KJ7g05$LJ<;pY^WJ0pvIBwZc^ARe zpH1Mtk7=K|VEK>0{k+ipsf|{<3y3~XG=Byf|0&AX{GW!_b6tBd^qa!R6l-zTEy^ zLt%6ZTK?0BzTR~%v_LEW>xgT;jJ5odheN*B?{dp;1NZ(^J-N{Ge}U-rXg=SFmj6zo z&lBy>V=O=62>oe4cT0h9u>4fG*QtFt2U`Azq* z_b2+kl!&g6md_hRA9vlO?m%l?HWE|qT+@B&S<636^nF|RgvG`Soj!MAz-t>bpQ{{v zr}6r5pNE=1XN?bqd;e(NRYt4b4~Slm#;XTf^{w2}Zbu#=(wAwvP^nO!6EVKODXG5LZA9fh;3HRTF)qE(8R=abE z{=CY+-S`QjKd;V(DaJF-g*v;!cN-r8AJ;N_FHjcse+pW4&L;Z%m%i`yHU0y!xXp9z zCzFh4KOg*S!dDw_2={tY;C~n&0{8lL9#uhWyp~7#8kde}J@0;^uP^z}HD2gK;Hq;A zT=n;cd;jbE`B}@K2KRbYe;Qi;-w=J=HP6SPI$HVf5`BD=(F2ShCVIaq|0T5QNyr|!*2@m#&EP&>`VN*8t^7Vj_b-dCYy7<^ zU*}GS@gIraZf*E<DHFwCbN8ajoCZ#*Y*IduB)Yc(m%dEbsXX zyKLR*eE-RKJ-GLq?i*Rq@_(G@=c)GpifH*PBYOX+-|n^izlh!ss&lUK68X;m^L;>d zZa3Z@?)Mp;J2}y6_eG-DqyD_v_%@>Vr`FM<#_Q$}^GD~=r*PGI7u@UDK2{Db|2K#} z?z)F}G`@@I`EeP3_d2snRhr7S#VGgwT7^2TB?GJU)@?RC@YhDd9p09Ao z*SNd`mrvV>r=d?6e;w}aro(SU%m4d`>wKAFyyPWezUe-^+W1{?_h}2yjaIvhBd+|8 z#uG0M^JFl5rtvhm_rLlfA6oT1MRb3?k6(}0{M;0A-ESX6tKH(4g*x?ION?j0-6sW} z9j*M?5x)c7(D-?x&#O-GNyaa|JoxCI^DA8S+!k@wqd%|u?}7VwMcoJLq1EoYL|-q; z?_xZ6kuZ)O;4i`D(;n{iv_T)S{8@1CH|_I{(aPT!arOUG#tRe;^=m$FhO3??5!XI* z%J{u-Z&&j?2`&HkqI``@7qoo#MO^#mbmO&)1s|>7ui^5^fcv=U{h}0FK2wOkzsWzv z_@e*hk1&2w@!+39{tV;I;JzQKe-0U+1ow9JouLj|?XD;Ky3;xPpz+m2?}zFG2M-w1 zJxfm2zZ>rNy$a}eEI)5T@YlG1VZ2qu)epyvzY6z#Uh6akE&uPMeC^K@(5ka&iSS%{ zuUu{Ujp2T7>fV(Nt^8p`e_pMxB(&!3H$;ElF6f?UwfhIre@>ljGU+FNfbRKOmUKQ>>mEgzW^1mbE+Ruxk)o;%ceZ15UjnHa$Ez#T6bB!{7 zn&|#I@7_bpzebsG-s$IYdn~^j-19YFCD6)$H{u!S7RJ{R{pSlM;4h<9PoBi!qdFH^ zeiOLw8#+gh8Xpzq>)c63tKCnCelBai4KV&&l&|k^Z=uz0uCn3%t}Oan%O42$bMsF4 zVauNY_vh8Ut{qzKu8+9($)RZVf5CEL-s=9j7_N2;!@d9Wpii1l4YP)B*^0i+6XFM(9y1(T_%m2=Z>;BUKEuXm&S3kElzCYrcC(jr^ zMD%{n3*Um4f7yzm9?jdW#@oQXe^gI?wDKQ`@@t|~(W>VIqVL;U7XvN-EYbTx&pXR_ z(@J4Jq`~*W<&o-V0kLxdjmj9y>S3M1k?~izI z_+7^9UK#w;;alLUrw82cEt>!3(c)91eEHvoR=cN&J}!OGql`DI62?X6?;hh1z`cH* zYt_;6e}U-tBAur_jc<$c^5c*0e|NAvSj;~5dxy3T=?|2U%8seQO1TJ^8|PyP_J z_L<^U&;RptI^D0(!XuT9htKCUNuSfi5KRM)`V-N2pymH|#C1*$GQOMW>rwslg7F$P&tI5q|NSf7)4qVK z-63#)Ud_W2X!(CcbRT`c>WJ3-IURAGo3C4b^IBp5)P4RJxcnc6d;NOeYtZ5gh~BR5 zb^VQJt<84>`?;9jU#7v;ZWFlss6P)FpA7f=-fi&OXyt!F^mV6o^dMT#l`kpy=pOzd zT=gWuegD^dK4E+?-2Ihb8ZDnUBcBv>d*fdd{paAiCqIXlf5qhB(;B_p_!ziQ6@{ajQ2IO7K* zuKB#c_~qAzepCMUaMj-|;_A1oXz_s&zXDyy_(YDu#_&K82ulv%w zXgyc;`r&ysANE^*3%HNF?zahO<-bJqamhemgI1keh`yi5|1sm2To-(_U#&3S0q*Nv z^XHuL$x*)gp)p$Reo6HEoBDq^TKmk!*ZHG?rRa(x!)ZvpOZu%-*)JU#?w>6xM z)w5{TnL9PCM~&kT#%sXcU;Drj^XVV)%=-pf?an9q^J>3pjh6oh#8i8(g6J2G|3Gwq zeP?(LEuW+t!#vSAt~TBY?&qEQtqfZJ&k@~6`^GKCcMyGDXuln8yy#6Kzae~`@$PV6 z*SfD}Lu;Kr66I^Zx)rTD7ZKfG_x}NC)w3nauYjIu{DzxD{t);IxO^tVykBjDiE#tGIeC^vk z&}w&E#N|K9@=LV{?drKcHJ%=E^=BTm+P$0T^=n==M9Y5$(Z^lwb~gS4(fdd1{c*H> zD&HFRlXUcIq38C`7?=rf6%$y!}woBpZ|LQeF80?#;wA*sQyg9M)~6H(dxJCtwa6#{xA!! zdWyn-wZHdN9DT@mI^63_fnS7{|4O3w&k%G&w0yF)3H4}Qyk+?}z}-jp|3k*Rzx|27=NdlZ@h8a@Vx2#`Cs7j9|HG!G~bfY@}C#w>;BUb zt^8FHFNL0J`6r1!ue7huxBSF*p?@^5ezE+!;l94w!1JNy{~WP_y+`Q%t}|NWwUy}o ztb68Y%P-JA)UWx!+IRxo=bQfgNw}WtZn*C!y3gc5i$4|lB%(W`_2-rmzrh1L!=OVEhlF*Q5Ec5UuB}(>eIdXRGls@b~S%bFTW!p)VmWCi;G>?{$OG^4Ui8 z{*?a=wCb$YC5&S`^jgdB0rz^e|CB__XBpAwX9sjk<0pvjuk&=S@#0;>^Xi_t8?JV{ z!oA=0TshG4f0pR&YThI8&q+kzw~L|spw;eIM4vx8XNMU-N_79q@Q=}|CvUHC zUMHY`wETK-f39TsG2_p|eP8MVuZWh&UAqZeB3?kDqW6Q&i(!_3favQ;->;?{uiH1Yt8@Q5X}RQdxhptH{%D1 zevarn*wbj$Q@h{4`S-@Jfq&8b@1FjBDDNpCi>5PbpL6HmjC7`U-My{@q|0We9(Ti+<2>qr@(Wd^}LT0 zy6tw)8Mm!mPpXDDX`n*z|vyCSV2tFFepW*U(2=4Q$FFGe$d{LCIcKe}K&$)=} zd1n~EdSLL^^Zp8#PrHa;i7ty4e}?GmLi^ZFX!$Q7zHa~B>9XjDjQ>vbaa8_GX!+C_ z6y}filkY6QFWmc0`3Y#{zZP-L+g50`yOZekq@X8S{wbp0^UJ_DSbmkk!C&+C7t8Mh z_j#-NRs=2oxe?d=PdEM}(c4wOJ%d)ARC|Ba{kEm? ztwgU!?-7I0s;AD7;L{bo#_~JC{a&H-y&PKpQ=)vGFHO;!|3@R<8$ALo|GIYvf1QIn zjkkgOx~m8;kIw8LqSu)LzY(o=_YwVhb)SF6@=Mbdd{6|Gx`{6BU z`L84TIih>r0OP+Ay&mN+G@kd~aGt9EZ{YGT3ioxVemQ2mBiwzok6nb;|2~=M&!u}& zQ?%;YPxSujh8;a=w*=)cV8DY)<3T3;z>`DYs%^6y7K2vgNQs{5M4T-O;U$A0>MI8n4C1i#!Kq&8 z>zu8GR=XcYT;KPGSbnzQ!AJY{EX%JOajok^mft7h+TY5d)$TN+kC*&2&}w&Wl&|~A zILkj9W>t_!`{91S)w;d{E&msYzQ1XHc0gcfFron$QJ__#r zp!HiFt#%hjT=VlzwA$SpalN0uV)=O=2|n6SzB1k<;#%*=jXxG~eUD8>tKIbx*L=GN zt#tJ}x$%G$uT6WB7LCE#c?wJ99aBX|(3~E5v;E@0(~}t&di_8;ITy+8>@k ztKBn1?`J*l63fr>XqeA=;d_mDhK zxc7tJ@5-X(^99lU#RnQMIWBOG`%>crBCdYOg_h6jM4vyJhi#1SBl`T*xJ*H-o?MTG z^`d$Bwed!9&zH{;J#|w1)o)S3S?e z-ADJdMriqOA^Q7x3VMw3gvUew=-gQWm(M+L?}yIl9BA>EqkNrfU5xJ_`tRXrK94tE z{fSVI-gnl+RnGvpkC&b|0iD?oL~mE;MH{r*&HH5NhqmZfEWa__eYD<>TYfjVf3HY{ z*G9{KT$HbMdMjG%;v-@_E<@02_b}1NQTx?ww0vq!2<@u=oyOmQd;gDsmqaW7izr{; z&7Luye`4^_{;(9Tb_+*b>+6K&H->vX+UL(1eIR0-D5=Gw>2)a(8{kfDdcM%{bcza;eLK; ze=Cbt{?kMsUp;SAwER~`T<6Y6%dasx^#36E0^{A_?xXWM0WJTTM4xXO#};VKheJdk z$8_`)mVbum-=Fp8zelT{4pV}U&iB2>C&0a3?VnB1%HK@%{@3~V09tE2Qct#)@3 zz0Tg~-p0=peI8bTZ!q3;YVf}e{u^BWBjE0@ez+Pf|7k@3y~Oh9K4|6tLi9TIJ#(D# z#OFdin*U$G<)Y>l|~lNpwO>GNS9*1G-_ zF8{7@uQLOE&U`k({a!j4-W;v`d@qE4(7O1*cvHChh#xmT8t#8@RPTw&Xw^A4%2%BO z(DMI|=;M-ve#Y_(ycqm7zW+0RJ>1WiWcVrbc@^&C-WPr)TK=C#KAPtf(CW{Nrv-nV zFYm%tXMMQ))JC5&{&d7Uz$>HWzlZ4ip6(A18L#wG@YnhKC0zb3;qI?>Q5Y?s!BM{E z=XGf1uORw8Ed$-&^8bwTwV%9c{Hm8jyD9K(#_x-`-q(tt<-aK68pp0^)$=vc@Bg|t z&NO~9%GWr4Z2YR}pDb9*BhTi^!hd5S{YwS^mbMMgU0_LdOs(@-!fiyR^WOc-)cNL z;>F z&vT7qN3`bEDWdx{Lr=H-(sKe=|LiuN0{8yZJjsKWf5#|a>-s9=&l7!Jq`;e?)eqZ< z-v9c({fOlkem%6Sb9}Akr$@Xo{H*c!;Qn)p?(l|aJ=gEVcs@)=tKA}VLqF)}ao@mI z|E+NE2c3i2(8_;?==H0A>YanE z@`p$HiRk8NwYxaV*F5iI{P&1!UC%^kKJUCxr@mi(YdjV1_hHqO4K4pPqSqr`!}t?K ze_oxx*Q4dXBH~()_ZdGOalN0uX}sy1!C(Eh*Z3O|?*YFWt@ghn`g+v8{aLiy&Hq-Y zCk4F>u5s@L_wnk4K56;S!~MB*j+-&)s;GVDN&4rf#1fu&Vp>Hw%am00h7>d@ooQb&Z z19Q=;|B40w_Ss{6INYCC=ip^%Oy?;U;6s^(P8(Vm#^Hz_ow=43|%O#C7hJ zMvG60xaw?(mjA|xt3O9t{;v@)4_{*WXNX>Z5%@QjpY&d+M?QNke*oO~ZLO~|Xw@_O zKlyEp{}^$tugPfDS$JXSANBtxgT~|<)0z?dRITZZM@dv(4U&OdyNl) zd%o67Nwn&mPxN**?j4O6UJ}l)-tZTVcZ2(PzgF;baMiOI?$4|5V7H>heK}#qpn1E^^83NP|5M-zXw~y7(c9I!Xk~osfA|En z>M6M_^t1NcHJ0BN?mim#+-T)bh`9Fc8_{Za71760=gR}eb9@~7NB;ATw}yMZ=J}s+ z`Ok*?K9-JdgqHs|kxw#uGFt2U0?~hONAu(pbYWtx<>B{Bb^iVem;VU3@8|MQK+FF# zqSupw?u(XBffb=2^xftI%O3*walaFO94`NN;qIezvm;tQe?>mxFQb)z)hEGU{k+w9 zFSyTt?YBkIs&g38zt`!WpN5wI(-AL??rHg75WP;#pW$e=TV-Y7UC>J{zc<|XAJtO? zt#(%uz2EfxJk5BH{{KdAqg7|-)*IG45m?1IauG2HuK-|dfC{vdelQyZ;%7Dim}Q|;06*&Xp@^bE@{ zw>I4WHUB@i{72wE&wIiPqUE!K==-7O;Xt(7JxKIAlhE@lKhL`Gy)hB~gXPzUd;RLS zqs9lrec#YNRv9h-DMbH!pxTE!7+*{Dc9lO8tva);5B}P37g~OGxaX_R-;Ixe`+Q4> zC!p2tOGIDSy4UqZ%YO^e$6e>_W5zGv5d1YiSHR`d7w*s77M%qxpLIl^x82dL(8@2o zG34vqTxh%<{7Bose-B*WfzKI#G0N9C-i+3~-A?r9RXtv9{EtQX&CxGdeyPvH{MUN?(Re$!-$PV?9<+Q$ z5WOFCf4dp2cK%27=hgT2KE{tl`I_hRjbHsm@X>hv1ebqTxSvxRm$GQ_sl@p2Wi&Uw zndtRsyha(n>dR11NBDB%z2Kgo0xyDA{m(=^34Ocq=|rFB1>p}H-xlSoe;!Ax&H`VB zcC~-5wfsSFZ?`x6BwXXW4DQc+JGwnu^%`%eD!AqwCY(D z@f36q<41`;UYb`k&}z5-=6|=l%kuldJzxD(87=?kqkQpJX!(2>anu zT=mz0`_GBA-<~p`K~cV*s{~s0Opdsos~uWC+aj*-A;XQIBG$5h=T6@V*BWo}ZCLNR zC+snP58V4r??Ls@YIhpZ`$xPBTJ7$Scp7>vTF;yHyYO74&|56OHr#!*PJcJvJL2lk z(rC5&V#Jl7Zv5MbYh65QJlpr7{#x*r#;=OF-meeBRsX|q-}l;~i=f4q5dB=%{J#^e zdJYkN9qBxJ)$&XH5Y}&P_z!UPLpQklH$&$_i%%x{JkfW9=4iFMmFV|OjpKusf6dmg z9=pLmwfwPg_sM{lL(69a(fe8VlOe{lYzth^wFItu8o<3y?QaJxe+1m;gVygA=!=Qp z5xpNeq5GoMKY6zYfA!CDxazq9?sbYEv;3J+zRu-pX!)!py1&-N6KK_0bVu;lI(iE( z|1NN^Q~j0|EuUFYzWSj#TKV5aT<=Fu8PB;h_$R?v!R2#Z#MN(yEq_$Rbskkl%YO^e z>uHT1fR@kEC|~=}CzfA&SC~IF;JYlp6WqVIYahsqmd|*i&l8b~%! zmOmrP*FMt*t#%I(y`Ob%K4CoP?%-b<{ykjvH;B0A`C+)8cVxu1j;=&2|4pLzXA-)P z@q-a>44-Pe{x2av9sa%XQE=}E?K73os{hA`_dwr?R=Xwlg!~lrCd=;`@mt}!(DE4{ zaotOAH~s<9$3^wuiX{$$ zWOP5Y`guFif6gMG7cD>UzTl($PmMQ=xW?r;TQs8~jYWEn?*M-j0S;mX~7JPKy_z5oma&RB_g6QmM@jgWFH_gKW#%B<{ z9<7UXNALSz!sXuq?)#+9soZG!j3IhGnx9S3%72CE@29$#4zm2CMDKr{n-eU*%AetT zuj<@o{7$(0Yuyz=%YRzLlhAF@+8=fk-Cz69IJD}_|5xx)zkLRmPeZt`3-$jA%byk z+bs%z(D+WG`=r1p8n1aItcyF~8{q1nbhzhhy_ZC*-SI^4H_gxMjjtm5d98cJy~fWF z{XJUw@1W&>-O-S*{dS+_4~KiZ8pld#_2)+sPeu1JemLUtpJV(2(fdK|?J!>PSn$_; z{td3@Y9DdUt3qh;Nko6%%yo)ZJ)4QXpJ*KoN2{G`$HV;B_u=K1-y81Fl>#q{me2Hv ztNt|OpF~{!KOQarq9;N<9nf!D{xxu4N6OENmj5F}Z&&xR^2V1D{XVJj8i>~O?u+s@ zuU@zO(?mZnG_N*W{*5QY^Xk66$MSo^r`vxQt|Gi9I